From 0a4b7da29e17a8455bc7d36eb6ab602780ba9d94 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:07:52 -0500 Subject: [PATCH] String Catalogs. --- Clocker/Clocker.xcodeproj/project.pbxproj | 165 +- .../xcschemes/xcschememanagement.plist | 4 +- Clocker/Clocker/InfoPlist.xcstrings | 348 + Clocker/Clocker/Localizable.xcstrings | 14399 ++++++++++++++++ Clocker/Clocker/ar.lproj/InfoPlist.strings | 10 - Clocker/Clocker/ar.lproj/Localizable.strings | 163 - Clocker/Clocker/ca.lproj/InfoPlist.strings | 10 - Clocker/Clocker/ca.lproj/Localizable.strings | 169 - Clocker/Clocker/de.lproj/InfoPlist.strings | 24 - Clocker/Clocker/de.lproj/Localizable.strings | 169 - Clocker/Clocker/en.lproj/InfoPlist.strings | 10 - Clocker/Clocker/en.lproj/Localizable.strings | 173 - Clocker/Clocker/es.lproj/InfoPlist.strings | 10 - Clocker/Clocker/es.lproj/Localizable.strings | 171 - Clocker/Clocker/fr.lproj/InfoPlist.strings | 10 - Clocker/Clocker/fr.lproj/Localizable.strings | 170 - Clocker/Clocker/hi.lproj/InfoPlist.strings | 10 - Clocker/Clocker/hi.lproj/Localizable.strings | 165 - Clocker/Clocker/hr.lproj/Localizable.strings | 171 - Clocker/Clocker/it.lproj/InfoPlist.strings | 10 - Clocker/Clocker/it.lproj/Localizable.strings | 170 - Clocker/Clocker/ja.lproj/InfoPlist.strings | 10 - Clocker/Clocker/ja.lproj/Localizable.strings | 360 - Clocker/Clocker/ko.lproj/InfoPlist.strings | 10 - Clocker/Clocker/ko.lproj/Localizable.strings | 172 - Clocker/Clocker/nl.lproj/InfoPlist.strings | 10 - Clocker/Clocker/nl.lproj/Localizable.strings | 169 - Clocker/Clocker/pl.lproj/InfoPlist.strings | 10 - Clocker/Clocker/pl.lproj/Localizable.strings | 163 - .../Clocker/pt-BR.lproj/Localizable.strings | 170 - Clocker/Clocker/pt-PT.lproj/InfoPlist.strings | 10 - Clocker/Clocker/ru.lproj/InfoPlist.strings | 24 - Clocker/Clocker/ru.lproj/Localizable.strings | 162 - Clocker/Clocker/tr.lproj/Localizable.strings | 164 - Clocker/Clocker/uk.lproj/Localizable.strings | 160 - .../Clocker/zh-Hans.lproj/InfoPlist.strings | 24 - .../Clocker/zh-Hans.lproj/Localizable.strings | 163 - .../Clocker/zh-Hant.lproj/Localizable.strings | 360 - Clocker/ClockerHelper/InfoPlist.xcstrings | 36 + .../ClockerHelper/de.lproj/InfoPlist.strings | 3 - Clocker/ClockerHelper/de.lproj/Main.strings | 393 - .../ClockerHelper/mul.lproj/Main.xcstrings | 3936 +++++ .../ClockerHelper/ru.lproj/InfoPlist.strings | 3 - Clocker/ClockerHelper/ru.lproj/Main.strings | 393 - .../zh-Hans.lproj/InfoPlist.strings | 3 - .../ClockerHelper/zh-Hans.lproj/Main.strings | 393 - Clocker/ClockerUITests/InfoPlist.xcstrings | 30 + .../ClockerUITests/de.lproj/InfoPlist.strings | 3 - .../ClockerUITests/ru.lproj/InfoPlist.strings | 3 - .../zh-Hans.lproj/InfoPlist.strings | 3 - 50 files changed, 18785 insertions(+), 5086 deletions(-) create mode 100644 Clocker/Clocker/InfoPlist.xcstrings create mode 100644 Clocker/Clocker/Localizable.xcstrings delete mode 100644 Clocker/Clocker/ar.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/ar.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/ca.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/ca.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/de.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/de.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/en.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/en.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/es.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/es.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/fr.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/fr.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/hi.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/hi.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/hr.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/it.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/it.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/ja.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/ja.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/ko.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/ko.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/nl.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/nl.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/pl.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/pl.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/pt-BR.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/pt-PT.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/ru.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/ru.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/tr.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/uk.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/zh-Hans.lproj/InfoPlist.strings delete mode 100644 Clocker/Clocker/zh-Hans.lproj/Localizable.strings delete mode 100644 Clocker/Clocker/zh-Hant.lproj/Localizable.strings create mode 100644 Clocker/ClockerHelper/InfoPlist.xcstrings delete mode 100644 Clocker/ClockerHelper/de.lproj/InfoPlist.strings delete mode 100644 Clocker/ClockerHelper/de.lproj/Main.strings create mode 100644 Clocker/ClockerHelper/mul.lproj/Main.xcstrings delete mode 100644 Clocker/ClockerHelper/ru.lproj/InfoPlist.strings delete mode 100644 Clocker/ClockerHelper/ru.lproj/Main.strings delete mode 100644 Clocker/ClockerHelper/zh-Hans.lproj/InfoPlist.strings delete mode 100644 Clocker/ClockerHelper/zh-Hans.lproj/Main.strings create mode 100644 Clocker/ClockerUITests/InfoPlist.xcstrings delete mode 100644 Clocker/ClockerUITests/de.lproj/InfoPlist.strings delete mode 100644 Clocker/ClockerUITests/ru.lproj/InfoPlist.strings delete mode 100644 Clocker/ClockerUITests/zh-Hans.lproj/InfoPlist.strings diff --git a/Clocker/Clocker.xcodeproj/project.pbxproj b/Clocker/Clocker.xcodeproj/project.pbxproj index 9b408dc..dbaae5b 100755 --- a/Clocker/Clocker.xcodeproj/project.pbxproj +++ b/Clocker/Clocker.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -57,6 +57,11 @@ 357391872507277500D30819 /* TimeMarkerViewItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 357391852507277500D30819 /* TimeMarkerViewItem.swift */; }; 357391882507277500D30819 /* HourMarkerViewItem.xib in Resources */ = {isa = PBXBuildFile; fileRef = 357391862507277500D30819 /* HourMarkerViewItem.xib */; }; 3579765E2680208C009DDA6E /* ParentPanelController+ModernSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3579765D2680208C009DDA6E /* ParentPanelController+ModernSlider.swift */; }; + 3594620C2B841D6A001CBC11 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 3594620B2B841D6A001CBC11 /* InfoPlist.xcstrings */; }; + 3594620E2B841D6A001CBC11 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 3594620D2B841D6A001CBC11 /* InfoPlist.xcstrings */; }; + 359462102B841D6A001CBC11 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 3594620F2B841D6A001CBC11 /* Localizable.xcstrings */; }; + 359462112B841D6A001CBC11 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 3594620F2B841D6A001CBC11 /* Localizable.xcstrings */; }; + 359462142B841D6A001CBC11 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 359462132B841D6A001CBC11 /* InfoPlist.xcstrings */; }; 3595FAD0227F88BC0044A12A /* UserDefaults + KVOExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3595FACF227F88BC0044A12A /* UserDefaults + KVOExtensions.swift */; }; 35B2FEC0259A186F005DA84D /* StartupKit in Frameworks */ = {isa = PBXBuildFile; productRef = 35B2FEBF259A186F005DA84D /* StartupKit */; }; 35B2FEDD259A2291005DA84D /* CoreLoggerKit in Frameworks */ = {isa = PBXBuildFile; productRef = 35B2FEDC259A2291005DA84D /* CoreLoggerKit */; }; @@ -130,8 +135,6 @@ 9A0385C0269E8891003B5E72 /* PermissionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A0385BF269E8891003B5E72 /* PermissionsTests.swift */; }; 9A0A1C8C20903DBD0012003B /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A9E87651C1FEDC500A7A2DF /* CoreLocation.framework */; }; 9A13BAD61CA87F08007C6CBE /* Panel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A13BAD81CA87F08007C6CBE /* Panel.xib */; }; - 9A13BAE01CA882FA007C6CBE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9A13BAE21CA882FA007C6CBE /* InfoPlist.strings */; }; - 9A13BAEA1CA88A76007C6CBE /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9A13BAEC1CA88A76007C6CBE /* Localizable.strings */; }; 9A20A04B1C4DEED200FB45AB /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A20A04A1C4DEED200FB45AB /* IOKit.framework */; }; 9A24A1881ED902CC0095201E /* EventKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A24A1871ED902CC0095201E /* EventKit.framework */; }; 9A3169C11D2CC5AA0079FDF8 /* com.abhishek.ClockerHelper.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9A3169C01D2CC5AA0079FDF8 /* com.abhishek.ClockerHelper.plist */; }; @@ -149,12 +152,9 @@ 9A7547DF1F184DC3004705EF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9A7547DD1F184DC3004705EF /* Main.storyboard */; }; 9A7547E51F184E3F004705EF /* ClockerHelper.app in Login Item Helper */ = {isa = PBXBuildFile; fileRef = 9A7547D01F184DC3004705EF /* ClockerHelper.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 9A8605AE1BEC148400A810A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8605AD1BEC148400A810A4 /* main.m */; }; - 9A8B256A232EFAD300204CAD /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9A13BAEC1CA88A76007C6CBE /* Localizable.strings */; }; 9A97419B2455442100087B0D /* OnboardingSearchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A97419A2455442100087B0D /* OnboardingSearchTests.swift */; }; 9A9E87621C1FEDB500A7A2DF /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A9E87611C1FEDB500A7A2DF /* CFNetwork.framework */; }; 9A9E876A1C1FEDDB00A7A2DF /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A9E87691C1FEDDB00A7A2DF /* SystemConfiguration.framework */; }; - 9AA522C023415BDD00C9E005 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9AA522BE23415BDD00C9E005 /* InfoPlist.strings */; }; - 9AA522C323415BDD00C9E005 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9AA522C123415BDD00C9E005 /* InfoPlist.strings */; }; 9AB6F1562259CF3900A44663 /* CalendarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AB6F1552259CF3900A44663 /* CalendarViewController.swift */; }; 9AB6F1582259CFFC00A44663 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AB6F1572259CFFC00A44663 /* AboutViewController.swift */; }; 9AB6F15D2259D08300A44663 /* iVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AB6F15A2259D08300A44663 /* iVersion.m */; }; @@ -260,8 +260,6 @@ 3508CC99259A0001000E3530 /* StatusItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemView.swift; sourceTree = ""; }; 3508CC9E259A000E000E3530 /* StatusItemHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemHandler.swift; sourceTree = ""; }; 3508CCA9259A0027000E3530 /* StatusContainerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusContainerView.swift; sourceTree = ""; }; - 352AF497232E07B400D96FA7 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/InfoPlist.strings; sourceTree = ""; }; - 352AF499232E07B400D96FA7 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Localizable.strings; sourceTree = ""; }; 3531F7C026936C6E00DF0111 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 3531F7EA26936D8800DF0111 /* Firebase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Firebase.h; sourceTree = ""; }; 3531F7F42693882300DF0111 /* Keys.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Keys.plist; path = Internal/Keys.plist; sourceTree = ""; }; @@ -276,27 +274,23 @@ 3531F80426938D7700DF0111 /* leveldb-library.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "leveldb-library.framework"; path = "Frameworks/Firebase/leveldb-library.framework"; sourceTree = ""; }; 3531F80526938D7700DF0111 /* GoogleDataTransport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleDataTransport.framework; path = Frameworks/Firebase/GoogleDataTransport.framework; sourceTree = ""; }; 353B5BC42698B78A0023858D /* UpcomingEventStatusItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpcomingEventStatusItemView.swift; sourceTree = ""; }; - 353B5BC72698D4BB0023858D /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = ""; }; 3548C45926BECF1B00AFB533 /* UpcomingEventViewItem.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = UpcomingEventViewItem.xib; sourceTree = ""; }; 3548C45C26BEEF4C00AFB533 /* ParentPanelController+UpcomingEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ParentPanelController+UpcomingEvents.swift"; sourceTree = ""; }; 3548C45E26BEEFB400AFB533 /* UpcomingEventsDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpcomingEventsDataSource.swift; sourceTree = ""; }; 3548C46026BEEFE400AFB533 /* UpcomingEventViewItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpcomingEventViewItem.swift; sourceTree = ""; }; - 3552066027AF6277000EF08F /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; - 3552066227AF63DC000EF08F /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = ""; }; - 3552066327AF63DC000EF08F /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = ""; }; - 3552066427AF6488000EF08F /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; - 3552066527AF6489000EF08F /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; 35584D1327EF8EB5006E3EAD /* ThemerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemerTests.swift; sourceTree = ""; }; 35584D1727F0B019006E3EAD /* DateFormatterManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateFormatterManagerTests.swift; sourceTree = ""; }; 35584D1927F0B64E006E3EAD /* AppDelegateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegateTests.swift; sourceTree = ""; }; 35621CFB27F66C1900926D5C /* SearchDataSourceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchDataSourceTests.swift; sourceTree = ""; }; - 3567F7DB288DC6520049C7A9 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = ""; }; - 3569A44E25441F320087E254 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = ""; }; 357391852507277500D30819 /* TimeMarkerViewItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeMarkerViewItem.swift; sourceTree = ""; }; 357391862507277500D30819 /* HourMarkerViewItem.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HourMarkerViewItem.xib; sourceTree = ""; }; 3579765D2680208C009DDA6E /* ParentPanelController+ModernSlider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ParentPanelController+ModernSlider.swift"; sourceTree = ""; }; + 3594620B2B841D6A001CBC11 /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = InfoPlist.xcstrings; path = Clocker/InfoPlist.xcstrings; sourceTree = ""; }; + 3594620D2B841D6A001CBC11 /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = ""; }; + 3594620F2B841D6A001CBC11 /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = Localizable.xcstrings; path = Clocker/Localizable.xcstrings; sourceTree = ""; }; + 359462122B841D6A001CBC11 /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = mul.lproj/Main.xcstrings; sourceTree = ""; }; + 359462132B841D6A001CBC11 /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = ""; }; 3595FACF227F88BC0044A12A /* UserDefaults + KVOExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults + KVOExtensions.swift"; sourceTree = ""; }; - 35A6A4B925C5DEF300356073 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = ""; }; 35B2FEB1259A1649005DA84D /* StartupKit */ = {isa = PBXFileReference; lastKnownFileType = folder; path = StartupKit; sourceTree = ""; }; 35B2FED4259A2244005DA84D /* CoreLoggerKit */ = {isa = PBXFileReference; lastKnownFileType = folder; path = CoreLoggerKit; sourceTree = ""; }; 35B2FEE4259A2C25005DA84D /* CoreModelKit */ = {isa = PBXFileReference; lastKnownFileType = folder; path = CoreModelKit; sourceTree = ""; }; @@ -369,24 +363,12 @@ 9A0385BA269E3434003B5E72 /* StandardMenubarHandlerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StandardMenubarHandlerTests.swift; sourceTree = ""; }; 9A0385BF269E8891003B5E72 /* PermissionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PermissionsTests.swift; sourceTree = ""; }; 9A13BAD71CA87F08007C6CBE /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/Panel.xib; sourceTree = ""; }; - 9A13BAE11CA882FA007C6CBE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 9A13BAEB1CA88A76007C6CBE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; 9A20A04A1C4DEED200FB45AB /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; 9A20A06F1C4E804D00FB45AB /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; }; 9A24A1871ED902CC0095201E /* EventKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EventKit.framework; path = System/Library/Frameworks/EventKit.framework; sourceTree = SDKROOT; }; 9A3169C01D2CC5AA0079FDF8 /* com.abhishek.ClockerHelper.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = com.abhishek.ClockerHelper.plist; path = Clocker/com.abhishek.ClockerHelper.plist; sourceTree = ""; }; 9A4379291BEC230A00F4E27F /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; 9A43792B1BEC231100F4E27F /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; - 9A4DC4DF2337F2EB00F03FA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; - 9A4DC4E12337F2EB00F03FA4 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = ""; }; - 9A4DC4E22337F31200F03FA4 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; - 9A4DC4E32337F31200F03FA4 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; - 9A4DC4E42337F5BC00F03FA4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; }; - 9A4DC4E52337F5BC00F03FA4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; - 9A4DC4E62337F5C800F03FA4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = ""; }; - 9A4DC4E72337F5C800F03FA4 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; - 9A4DC4E82337F5D600F03FA4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = ""; }; - 9A4DC4E92337F5D600F03FA4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = ""; }; 9A56DB7D1C1CFB73004CE6AF /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = MainMenu.xib; path = Clocker/MainMenu.xib; sourceTree = ""; }; 9A5B1A8D1BECDFB700A77C68 /* Clocker.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = Clocker.entitlements; path = Clocker/Clocker.entitlements; sourceTree = ""; }; 9A5E6B9F1CAF71C1006E7C5C /* libicucore.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libicucore.tbd; path = usr/lib/libicucore.tbd; sourceTree = SDKROOT; }; @@ -409,26 +391,6 @@ 9A9E87671C1FEDD300A7A2DF /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; 9A9E87691C1FEDDB00A7A2DF /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; 9A9E876B1C1FEDE700A7A2DF /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; }; - 9AA522BF23415BDD00C9E005 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522C223415BDD00C9E005 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522C423415BDD00C9E005 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = ""; }; - 9AA522C623415BF600C9E005 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522C723415BF600C9E005 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522C823415BF600C9E005 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = ""; }; - 9AA522C923415C4F00C9E005 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; - 9AA522CA23415C4F00C9E005 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; - 9AA522CB23415C4F00C9E005 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = ""; }; - 9AA522CC234169E400C9E005 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522CD234169E400C9E005 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; - 9AA522CE234169F200C9E005 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522CF234169F200C9E005 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = ""; }; - 9AA522D023416A0E00C9E005 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522D123416A0E00C9E005 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; - 9AA522D323416A1B00C9E005 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/InfoPlist.strings"; sourceTree = ""; }; - 9AA522D423416A6000C9E005 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522D523416A6000C9E005 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; - 9AA522D623416E6000C9E005 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = ""; }; - 9AA522D723416E6000C9E005 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; 9AB6F1552259CF3900A44663 /* CalendarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CalendarViewController.swift; sourceTree = ""; }; 9AB6F1572259CFFC00A44663 /* AboutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = ""; }; 9AB6F15A2259D08300A44663 /* iVersion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iVersion.m; sourceTree = ""; }; @@ -723,8 +685,8 @@ isa = PBXGroup; children = ( 9A3169C01D2CC5AA0079FDF8 /* com.abhishek.ClockerHelper.plist */, - 9A13BAE21CA882FA007C6CBE /* InfoPlist.strings */, - 9A13BAEC1CA88A76007C6CBE /* Localizable.strings */, + 3594620B2B841D6A001CBC11 /* InfoPlist.xcstrings */, + 3594620F2B841D6A001CBC11 /* Localizable.xcstrings */, C2CCCD8120619C4C00F2DFC2 /* LocationController.swift */, ); name = Utilties; @@ -739,7 +701,7 @@ 9A7547DB1F184DC3004705EF /* Assets.xcassets */, 9A7547DD1F184DC3004705EF /* Main.storyboard */, 9A7547E01F184DC3004705EF /* Info.plist */, - 9AA522C123415BDD00C9E005 /* InfoPlist.strings */, + 359462132B841D6A001CBC11 /* InfoPlist.xcstrings */, 9A7547D51F184DC3004705EF /* Supporting Files */, ); path = ClockerHelper; @@ -895,7 +857,7 @@ 9ABF4559268FDABA002C779B /* CopyToClipboardTests.swift */, C2BFE3E52049F82300825BE5 /* ClockerUITests.m */, C2BFE3E72049F82300825BE5 /* Info.plist */, - 9AA522BE23415BDD00C9E005 /* InfoPlist.strings */, + 3594620D2B841D6A001CBC11 /* InfoPlist.xcstrings */, C213713320B4FD920024D5A4 /* FloatingWindowTests.swift */, C213713220B4FD920024D5A4 /* ClockerUITests-Bridging-Header.h */, C2F7821A20B70E3700B6CD07 /* AboutUsTests.swift */, @@ -1144,6 +1106,7 @@ ar, pl, uk, + is, ); mainGroup = DD4F7BF913C30F9F00825C6E; productRefGroup = DD4F7C0513C30F9F00825C6E /* Products */; @@ -1187,8 +1150,8 @@ buildActionMask = 2147483647; files = ( 9A7547DC1F184DC3004705EF /* Assets.xcassets in Resources */, + 359462142B841D6A001CBC11 /* InfoPlist.xcstrings in Resources */, 3531F7C326936C8300DF0111 /* GoogleService-Info.plist in Resources */, - 9AA522C323415BDD00C9E005 /* InfoPlist.strings in Resources */, 9A7547DF1F184DC3004705EF /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1205,8 +1168,8 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9A8B256A232EFAD300204CAD /* Localizable.strings in Resources */, - 9AA522C023415BDD00C9E005 /* InfoPlist.strings in Resources */, + 359462112B841D6A001CBC11 /* Localizable.xcstrings in Resources */, + 3594620E2B841D6A001CBC11 /* InfoPlist.xcstrings in Resources */, 3531F7C426936C8300DF0111 /* GoogleService-Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1215,11 +1178,9 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9A13BAEA1CA88A76007C6CBE /* Localizable.strings in Resources */, 357391882507277500D30819 /* HourMarkerViewItem.xib in Resources */, 9AB6F15E2259D08300A44663 /* iVersion.bundle in Resources */, 35C36F972259EBB1002FA5C6 /* AppFeedbackWindow.xib in Resources */, - 9A13BAE01CA882FA007C6CBE /* InfoPlist.strings in Resources */, 35C36F912259EAF4002FA5C6 /* Preferences.storyboard in Resources */, 9AB89E031CE97A4900EC8EB1 /* Media.xcassets in Resources */, 9A13BAD61CA87F08007C6CBE /* Panel.xib in Resources */, @@ -1227,8 +1188,10 @@ 3531F7C226936C6E00DF0111 /* GoogleService-Info.plist in Resources */, 35C36F17225961DA002FA5C6 /* DateTools.bundle in Resources */, 35C36EF322595F14002FA5C6 /* WelcomeView.xib in Resources */, + 3594620C2B841D6A001CBC11 /* InfoPlist.xcstrings in Resources */, 3548C45A26BECF1B00AFB533 /* UpcomingEventViewItem.xib in Resources */, 35C36EF822595F14002FA5C6 /* Onboarding.storyboard in Resources */, + 359462102B841D6A001CBC11 /* Localizable.xcstrings in Resources */, 35C36F612259DE67002FA5C6 /* NotesPopover.xib in Resources */, 9A3169C11D2CC5AA0079FDF8 /* com.abhishek.ClockerHelper.plist in Resources */, 9A56DB801C1CFB73004CE6AF /* MainMenu.xib in Resources */, @@ -1420,87 +1383,15 @@ path = Clocker; sourceTree = ""; }; - 9A13BAE21CA882FA007C6CBE /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 9A13BAE11CA882FA007C6CBE /* en */, - 352AF497232E07B400D96FA7 /* hi */, - 9A4DC4DF2337F2EB00F03FA4 /* ru */, - 9A4DC4E22337F31200F03FA4 /* zh-Hans */, - 9A4DC4E42337F5BC00F03FA4 /* de */, - 9A4DC4E62337F5C800F03FA4 /* ja */, - 9A4DC4E82337F5D600F03FA4 /* ko */, - 9AA522CC234169E400C9E005 /* fr */, - 9AA522CE234169F200C9E005 /* ca */, - 9AA522D023416A0E00C9E005 /* es */, - 9AA522D323416A1B00C9E005 /* pt-PT */, - 9AA522D423416A6000C9E005 /* nl */, - 9AA522D623416E6000C9E005 /* it */, - 3552066227AF63DC000EF08F /* ar */, - 3552066427AF6488000EF08F /* pl */, - ); - name = InfoPlist.strings; - path = Clocker; - sourceTree = ""; - }; - 9A13BAEC1CA88A76007C6CBE /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - 9A13BAEB1CA88A76007C6CBE /* en */, - 352AF499232E07B400D96FA7 /* hi */, - 9A4DC4E12337F2EB00F03FA4 /* ru */, - 9A4DC4E32337F31200F03FA4 /* zh-Hans */, - 9A4DC4E52337F5BC00F03FA4 /* de */, - 9A4DC4E72337F5C800F03FA4 /* ja */, - 9A4DC4E92337F5D600F03FA4 /* ko */, - 9AA522CD234169E400C9E005 /* fr */, - 9AA522CF234169F200C9E005 /* ca */, - 9AA522D123416A0E00C9E005 /* es */, - 9AA522D523416A6000C9E005 /* nl */, - 9AA522D723416E6000C9E005 /* it */, - 3569A44E25441F320087E254 /* pt-BR */, - 35A6A4B925C5DEF300356073 /* zh-Hant */, - 353B5BC72698D4BB0023858D /* hr */, - 3552066027AF6277000EF08F /* tr */, - 3552066327AF63DC000EF08F /* ar */, - 3552066527AF6489000EF08F /* pl */, - 3567F7DB288DC6520049C7A9 /* uk */, - ); - name = Localizable.strings; - path = Clocker; - sourceTree = ""; - }; 9A7547DD1F184DC3004705EF /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 9A7547DE1F184DC3004705EF /* Base */, - 9AA522C423415BDD00C9E005 /* de */, - 9AA522C823415BF600C9E005 /* ru */, - 9AA522CB23415C4F00C9E005 /* zh-Hans */, + 359462122B841D6A001CBC11 /* mul */, ); name = Main.storyboard; sourceTree = ""; }; - 9AA522BE23415BDD00C9E005 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 9AA522BF23415BDD00C9E005 /* de */, - 9AA522C723415BF600C9E005 /* ru */, - 9AA522C923415C4F00C9E005 /* zh-Hans */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 9AA522C123415BDD00C9E005 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 9AA522C223415BDD00C9E005 /* de */, - 9AA522C623415BF600C9E005 /* ru */, - 9AA522CA23415C4F00C9E005 /* zh-Hans */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ @@ -1543,6 +1434,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MACOSX_DEPLOYMENT_TARGET = 10.12; ONLY_ACTIVE_ARCH = YES; PROVISIONING_PROFILE = ""; @@ -1621,6 +1513,7 @@ PROVISIONING_PROFILE_SPECIFIER = ""; RUN_CLANG_STATIC_ANALYZER = YES; SDKROOT = macosx; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = "Clocker-Bridging-Header.h"; SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; SWIFT_VERSION = 5.0; @@ -1663,6 +1556,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; }; name = Debug; }; @@ -1701,6 +1595,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; }; name = Release; }; @@ -1739,6 +1634,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; + SWIFT_EMIT_LOC_STRINGS = YES; }; name = Distribution; }; @@ -1926,6 +1822,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.abhishek.ClockerUITests; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = "ClockerUITests/ClockerUITests-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -1974,6 +1871,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.abhishek.ClockerUITests; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = "ClockerUITests/ClockerUITests-Bridging-Header.h"; SWIFT_VERSION = 5.0; TEST_TARGET_NAME = Clocker; @@ -2021,6 +1919,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.abhishek.ClockerUITests; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = "ClockerUITests/ClockerUITests-Bridging-Header.h"; SWIFT_VERSION = 5.0; TEST_TARGET_NAME = Clocker; @@ -2073,6 +1972,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MACOSX_DEPLOYMENT_TARGET = 10.12; ONLY_ACTIVE_ARCH = YES; PROVISIONING_PROFILE = ""; @@ -2120,6 +2020,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MACOSX_DEPLOYMENT_TARGET = 10.12; ONLY_ACTIVE_ARCH = YES; PROVISIONING_PROFILE = ""; @@ -2202,6 +2103,7 @@ PROVISIONING_PROFILE_SPECIFIER = ""; RUN_CLANG_STATIC_ANALYZER = YES; SDKROOT = macosx; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = "Clocker-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; @@ -2283,6 +2185,7 @@ PROVISIONING_PROFILE_SPECIFIER = ""; RUN_CLANG_STATIC_ANALYZER = YES; SDKROOT = macosx; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = "Clocker-Bridging-Header.h"; SWIFT_TREAT_WARNINGS_AS_ERRORS = YES; SWIFT_VERSION = 5.0; diff --git a/Clocker/Clocker.xcodeproj/xcuserdata/ban.xcuserdatad/xcschemes/xcschememanagement.plist b/Clocker/Clocker.xcodeproj/xcuserdata/ban.xcuserdatad/xcschemes/xcschememanagement.plist index 1d89f02..0aa98d3 100644 --- a/Clocker/Clocker.xcodeproj/xcuserdata/ban.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Clocker/Clocker.xcodeproj/xcuserdata/ban.xcuserdatad/xcschemes/xcschememanagement.plist @@ -12,12 +12,12 @@ ClockerHelper.xcscheme_^#shared#^_ orderHint - 4 + 5 Tests.xcscheme_^#shared#^_ orderHint - 2 + 1 SuppressBuildableAutocreation diff --git a/Clocker/Clocker/InfoPlist.xcstrings b/Clocker/Clocker/InfoPlist.xcstrings new file mode 100644 index 0000000..ccfd823 --- /dev/null +++ b/Clocker/Clocker/InfoPlist.xcstrings @@ -0,0 +1,348 @@ +{ + "sourceLanguage" : "en", + "strings" : { + "CFBundleDisplayName" : { + "comment" : "InfoPlist.strings\n Clocker\n\n Created by Abhishek Banthia on 3/27/16.", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "विश्व का समय" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + } + } + }, + "CFBundleName" : { + "comment" : "Bundle name", + "extractionState" : "extracted_with_value", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Clocker" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "विश्व का समय" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + } + } + }, + "NSCalendarsUsageDescription" : { + "comment" : "Privacy - Calendars Usage Description", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker kann nützlicher sein, wenn es kommende Termine von Ihren Kalender anzeigen kann. Sie können diese Einstellung in Systemeinstellungen › Sicherheit Privatsphäre › Privatsphäre ändern" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Clocker can be more useful when it can display upcoming events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker can be more useful when it can display upcoming events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker在展示你即将到来的日程时非常有用。你可以在 系统设置› 安全和隐私› 隐私 中更改设置。" + } + } + } + }, + "NSHumanReadableCopyright" : { + "comment" : "Copyright (human-readable)", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copyright © 2016, Abhishek Banthia" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Copyright © 2016, Abhishek Banthia" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Авторское право © 2016, Абхишек Бантия" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "版权所有© 2016, Abhishek Banthia" + } + } + } + }, + "NSLocationAlwaysAndWhenInUseUsageDescription" : { + "comment" : "Privacy - Location Always and When In Use Usage Description", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker kann nützlicher sein, wenn es Ihren Standort zur Bestimmung Ihrer aktuellen Zeitzone verwenden kann." + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Clocker can be more useful when it can use your location to determine your current timezone." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker can be more useful when it can use your location to determine your current timezone." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker can be more useful when it can use your location to determine your current timezone." + } + } + } + }, + "NSLocationUsageDescription" : { + "comment" : "Privacy - Location Usage Description", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker kann nützlicher sein, wenn es Ihren Standort zur Bestimmung Ihrer aktuellen Zeitzone verwenden kann." + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Clocker can be more useful when it can use your location to determine your current timezone." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker can be more useful when it can use your location to determine your current timezone." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker can be more useful when it can use your location to determine your current timezone." + } + } + } + }, + "NSRemindersUsageDescription" : { + "comment" : "Privacy - Reminders Usage Description", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker kann nützlicher sein, wenn es Erinnerungen für Ihre ausgewählte Zeitzone(n) setzen kann. Sie können diese Einstellung in Systemeinstellungen › Sicherheit und Privatsphäre › Privatsphäre ändern." + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Clocker can be more useful when it can set reminders for your selected timezone(s). You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker can be more useful when it can set reminders for your selected timezone(s). You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker can be more useful when it can set reminders for your selected timezone(s). You can change this setting in System Preferences › Security & Privacy › Privacy." + } + } + } + } + }, + "version" : "1.0" +} \ No newline at end of file diff --git a/Clocker/Clocker/Localizable.xcstrings b/Clocker/Clocker/Localizable.xcstrings new file mode 100644 index 0000000..f7289d7 --- /dev/null +++ b/Clocker/Clocker/Localizable.xcstrings @@ -0,0 +1,14399 @@ +{ + "sourceLanguage" : "en", + "strings" : { + "About Tab" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "حول" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Über" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acerca de" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "À propos" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अबाउट" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informacije" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Um Clocker" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "このプログラムについて" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "O aplikacji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sobre" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informação" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Об этом" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hakkında" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Про програму" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关于" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "關於" + } + } + } + }, + "Add Button Title" : { + "comment" : "Button to add a location", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "إضافة" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "ऐड " + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bæta við" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "추가" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Добавить" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增" + } + } + } + }, + "app-name" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시계" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + } + } + }, + "Appearance Tab" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "إعدادات المظهر" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Darstellung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aspecto" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apparence" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "दिखावट" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Izgled" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Útlit" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "外観" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wygląd" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aparência" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aparência" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Представление" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Görünüm" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вигляд" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "外观" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "外觀" + } + } + } + }, + "Back" : { + "comment" : "Button title for going back to the previous screen", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "عودة" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Back" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zurück" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Regresar" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retour" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "वापस" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Natrag" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Back" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "戻る" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Back" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Back" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wstecz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voltar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Назад" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Назад" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "返回" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "返回" + } + } + } + }, + "Calendar Access" : { + "comment" : "Calendar Permission Title", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "صلاحيات الوصول إلى التقويم" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar Access" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kalender-Zugriff" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acceder al calendario" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accès au Calendrier" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "कैलेंडर अनुमति" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pristup kalendaru" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aðgangur að dagatali" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar Access" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カレンダーアクセス" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "캘린더 권한" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar Access" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dostęp do kalendarza" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acesso ao Calendário" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acesso ao Calendário" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ к календарю" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takvim Erişimi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ до Календаря" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "日历访问权限" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取用您的行事曆" + } + } + } + }, + "Calendar Access Title" : { + "comment" : "Title for Calendar access label", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "صلاحيات الوصول إلى التقويم" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar Access" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kalender-Zugriff" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar Access" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acceder al calendario" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accès au calendrier" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "कैलेंडर एक्सेस" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pristup kalendaru" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aðgangur að dagatali" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar Access" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カレンダーアクセス" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "캘린더 접근" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar Access" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dostęp do kalendarza" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acesso ao Calendário" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acesso ao Calendário" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ к календарю" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takvim Erişimi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ до Календаря" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "访问日历" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取用您的行事曆" + } + } + } + }, + "Calendar Detail" : { + "comment" : "Calendar Detail Text", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الأحداث القادمة من تقويماتك الشخصية والمشتركة يمكن أن تظهر في شريط القائمة ولوحة التحكم." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anstehende Termine aus Deinem persönlichen und geteilten Kalendern können in der Menüleiste und im Fenster angezeigt werden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Los próximos eventos de sus calendarios personales y compartidos pueden mostrarse en la barra de menú y en el panel." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Les événements à venir de vos calendriers personnels et partagés peuvent être affichés dans la barre de menus et dans le panneau." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अपने निजी और साझा कैलेंडर से आने वाली घटनाओं मेनूबार और पैनल में दिखाया जा सकता है।" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Predstojeći događaji iz tvojih osobnih i zajedničkih kalendara mogu se prikazati u traci izbornika i na ploči." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Atburðir á döfinni, úr einka- og sameiginlegum dagatölum, geta verið birtir í valblaðsstikunni og í stjórnborðinu." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "個人カレンダーおよび共有カレンダーからの今後のイベントをメニューバーとパネルに表示させることができます。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "여러분의 개인&공유 캘린더에서 다가오는 이벤트들은 메뉴바와 패널에서 보여질 수 있습니다." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Próximos eventos de seus calendários pessoais e compartilhados podem ser exibidos no menu e no painel." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Os eventos futuros dos teus calendários pessoais e partilhados podem ser exibidos na barra do menu e no painel." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Предстоящие события из вашего личного и общего календарей могут отображаться в строке меню и на панели." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kişisel veya paylaşılan takvimlerinizdeki yaklaşan etkinlikler menü çubuğunda veya panelde görünebilir." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "未来你个人和分享的日历事件将显示在菜单栏和面板上。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "即將到來的行程會在選單列和面板中顯示。" + } + } + } + }, + "Calendar Tab" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "التقويم" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kalender" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendario" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendrier" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "कैलेंडर" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kalendar" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dagatal" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カレンダー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kalendarz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendário" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Calendário" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Календарь" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takvim" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Календар" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "日历" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "行事曆" + } + } + } + }, + "CFBundleDisplayName" : { + "comment" : "Localizable.strings\n Clocker\n\n Created by Abhishek Banthia on 3/27/16.", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "كلوكر" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "विश्व का समय" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시계" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "解锁器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker" + } + } + } + }, + "characters" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeichen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "caracteres" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "znakova" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글자" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "znaki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "caracteres" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "символы" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "karakterler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "characters" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "字符" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "字元" + } + } + } + }, + "CLFeedbackAlertTitle" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "شكرا للمساعدة في جعل Clocker افضل!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Danke, dass Du hilfst Clocker noch besser zu machen!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Gracias por ayudar a mejorar Clocker!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merci pour votre aide à rendre Clocker encore meilleur!" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hvala što pomažeš poboljšati Clocker!" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Þakka þér fyrir að hjálpa okkur að gera Clocker betri!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker の品質向上にご協力いただきありがとうございます!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker가 더 발전할 수 있도록 도와주셔서 정말 감사합니다!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dziękujemy za pomoc przy rozwijaniu Clockera!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrigado por ajudar a tornar o Clocker ainda melhor!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrigado por ajudares a tornar o Clocker ainda melhor!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Благодарю! Вы помогаете мне сделать Clocker лучше!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı daha iyi hale getirmek için yaptığınız yardımlara teşekkürler!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дякуємо, що допомагаєте зробити Clocker ще кращим!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "感谢您帮助 Clocker 做得更好!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "感謝您的幫助,讓 Clocker 變得更好!" + } + } + } + }, + "Click here to start." : { + "comment" : "Button Title for no Calendar access", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "أضغط هنا لتبدأ." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Click here to start." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hier klicken, um zu starten." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haga clic aquí para comenzar." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cliquez ici pour commencer." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "शुरू करने के लिए यहाँ क्लिक करें।" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pritisni ovdje za pokretanje." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smelltu hér til að byrja." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Click here to start." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ここをクリックして開始します。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "여기를 눌러서 시작합니다." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Click here to start." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kliknij tutaj, aby rozpocząć." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clique aqui para iniciar." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clica aqui para começares." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нажмите здесь что бы начать." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Başlamak için buraya tıklayın." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Натисніть тут, щоб почати." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "点此开始。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "開始" + } + } + } + }, + "Clocker is more useful when it can display events from your calendars." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يكون Clocker مفيدًا أكثر عندما يكون لديه صلاحيات عرض أحداث من تقويمك." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker ist nützlicher, wenn es Ereignisse aus Deinem Kalendern anzeigen kann." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker es más útil cuando puede mostrar eventos de tus calendarios." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker est plus utile quand il peut afficher des événements de vos calendriers." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker je korisniji kad može prikazivati događaje u tvojim kalendarima." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker jest bardziej przydatny, gdy może wyświetlać wydarzenia z Twojego kalendarza." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "O bloqueador é mais útil quando pode exibir eventos de seus calendários." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker полезнее когда он может отображать события из ваших календарей." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker takvimlerdeki etkinliklerinizi gösterebilirse daha kullanışlı hale gelebilir." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker більш корисний, коли може відображати події з ваших календарів." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker 能显示日历中的事件时会更有用。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "從您的行事曆顯示行程將使 Clocker 更實用。" + } + } + } + }, + "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يكون Clocker أكثر فائدةُ عندما يكون لديه صلاحيات عرض أحداث من تقويمك. يمكنك تغير هذا في تفضيلات النظام > اعدادات الأمان والخصوصية > أعدادات الخصوصية." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker ist nützlicher, wenn es Ereignisse aus Deinem Kalendern anzeigen kann. Du kannst diese Einstellung in Systemeinstellungen › Sicherheit Privatsphäre › Privatsphäre ändern." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker es más útil cuando puede mostrar eventos de tus calendarios. Puede cambiar esta configuración en Preferencias del Sistema › Seguridad y privacidad › Privacidad." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker est plus utile quand il peut afficher des événements de vos calendriers. Vous pouvez modifier ce paramètre dans Préférences Système › Sécurité & Confidentialité › Confidentialité." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker je korisniji kad može prikazivati događaje u tvojim kalendarima. Ovu postavku možeš promijeniti u Postavke sustava › Sigurnost i privatnost › Privatnost." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "O bloqueador é mais útil quando pode exibir eventos de seus calendários. Você pode alterar essa configuração em Preferências do Sistema › Segurança e Privacidade › Privacidade." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker полезнее когда он может отображать предстоящие события из ваших календарей. Вы можете изменить эти настройки перейдя в  Системные настройки › Защита и безопасность › Приватность." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker takviminizde bulunan sıradaki etkinlikleri gösterdiğinde daha kullanışlı hale gelir. Bu ayarı Sistem Tercihleri › Güvenlik & Gizlilik › Gizlilik kısmından değiştirebilirsiniz." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker більш корисний, коли може відображати події з ваших календарів. Ви можете змінити цей параметр у Системні параметри › Безпека та приватність › Приватність." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker 在能显示日历中的事件时更有用。你可以在「系统偏好设置 > 安全性与隐私 > 隐私」中更改设置。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "從您的行事曆顯示行程將使 Clocker 更實用。您可以在「系統偏好設定」>「安全性與隱私」>「隱私權」更改此設定。" + } + } + } + }, + "ClockerVersion" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الإصدار %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versión %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version %@" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version %@" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verzija %@" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Útgáfa %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "バージョン %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "버전 %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wersja %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versão %@" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versão %@" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Версия" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versiyon%@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Версія %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "版本 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "版本:%@" + } + } + } + }, + "Close Button Title" : { + "comment" : "Button to close the panel", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "إغلاق" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schließen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerrar" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fermer" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "बंद करे" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zatvori" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loka" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "閉じる" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "닫기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zamknij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fechar" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fechar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закрыть" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kapat" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закрити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关闭" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "關閉" + } + } + } + }, + "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontaktinformationen sind optional! Diese helfen uns jedoch Dich zu erreichen, falls wir weitere Informationen benötigen oder helfen können!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Los campos de contacto son opcionales! ¡Su información de contacto nos permitirá contactarnos con usted en caso de que necesitemos más información o podamos ayudar!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polja za kontakt nisu obavezna! Tvoji kontaktni podaci omogućit će nam da te kontaktiramo u slučaju da trebamo daljnje informacije ili ako možemo pomoći!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "연락처 필드는 선택 사항입니다! 귀하의 연락처 정보는 추가 정보가 필요하거나 도움이 필요한 경우 연락을 드릴 것입니다!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Os campos de contato são opcionais! Suas informações de contato nos permitirão entrar em contato com você caso precisemos de mais informações ou possamos ajudar!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поля контактной информации необязательны! Ваша контактная информация позволит нам связаться с вами в случае необходимости дополнительной информации или может помочь нам!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bağlantı girdileri isteğe bağlıdır! Bağlantı bilgilerinizi, sonrasında sizden daha fazla bilgi almak veya size yardım edebilmek için gerektiğinde kullanacağız!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "联系人字段是可选项!我们需要更多信息或帮助时,将使用联络信息联络您!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "聯絡欄為可選填欄位!我們需要更多資訊或協助時,將會透過聯絡資訊聯絡您!" + } + } + } + }, + "Contact Information (Optional)" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontaktinformationen (optional)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Información de contacto (opcional)" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontaktni podaci (opcionalno)" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "연락처 정보 (선택)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dane kontaktowe (opcjonalnie)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informações de Contato (Opcional)" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Контактная информация (необязательно)" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İletişim Bilgileri (İsteğe Bağlı)" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact Information (Optional)" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "联系信息 (可选)" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "聯絡資訊(可留空)" + } + } + } + }, + "Continue" : { + "comment" : "Continue Button Title", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "متابعة" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continue" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fortfahren" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continuar" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continuer" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "जारी रखें" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nastavi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continue" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "続ける" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continue" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continue" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dalej" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continuar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Продолжить" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Devam et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continue" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "继续" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "繼續" + } + } + } + }, + "Copied to Clipboard" : { + "extractionState" : "manual", + "localizations" : { + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopirano u međuspremnik" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copied to Clipboard" + } + } + } + }, + "Day Display Options" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigeoptionen für den Tag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Formato de visualización del día" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options d'affichage du jour" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcije za prikaz dana" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Day Display Options" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcje wyswietlania daty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opções de Exibição do Dia" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opções de Exibição do Dia" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Параметры отображения дня" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gün Görünüm Seçenekleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Варіанти відображання дня" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "日显示选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "日期顯示選項" + } + } + } + }, + "Daylights Saving transition will occur in < 24 hours" : { + "comment" : "DST changes", + "extractionState" : "manual", + "localizations" : { + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prijelaz na ljetno računanje vremena dogodit će se za < 24 sata" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daylights Saving transition will occur in < 24 hours" + } + } + } + }, + "Denied" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "رفض" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abgelehnt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denegado" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Refusé" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odbijeno" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Synjað" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Negado" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Negado" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Отказано" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reddedildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відмовлено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已拒绝" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拒絕" + } + } + } + }, + "Denied Button Text" : { + "comment" : "Denied Button Text", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "مرفوض" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verweigert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denegado" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Refusée" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "इनकार किया" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zabranjeno" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Synjað" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "拒否されています" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denied" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odrzucone" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rejeitada" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Negado" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запрещено" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reddedildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відмовлено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已拒绝" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拒絕" + } + } + } + }, + "Display the time in seconds" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeit in Sekunden anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar el tiempo en segundos" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prikaži vrijeme u sekundama" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display the time in seconds" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyświetl czas z sekundami" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir o tempo em segundos" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Отображать время в секундах" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zamanı saniye şeklinde göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відображати час у секундах" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示秒数" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示時間秒數" + } + } + } + }, + "Enable iCloud Sync" : { + "comment" : "iCloud", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable iCloud Sync" + } + } + } + }, + "Enjoy using Clocker?" : { + "comment" : "Title asking users if they like the app", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefällt Dir Clocker?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Te gusta Clocker?" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voliš Clocker?" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker 사용에 만족하십니까?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podoba ci się Clocker?" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gostando de usar o Clocker?" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Понравилось приложения Clocker?" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı kullanmaktan memnun musun?" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy using Clocker?" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜欢使用 Clocker 吗?" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜歡使用 Clocker 嗎?" + } + } + } + }, + "Enter 3 or more characters for locations you'll like to add" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "أدخل على الأقل ثلاثة أحرف من الموقع الذي ترغب بإضافته" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebe 3 oder mehr Zeichen für den Orte ein, die Du hinzufügen möchtest" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Introduce 3 o más caracteres de las ubicaciones que quisiera añadir" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entrez 3 caractères ou plus pour les emplacements que vous souhaitez ajouter" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upiši tri ili više znakova za mjesta koja želiš dodati" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Insira 3 ou mais caracteres para locais que gostaria de adicionar" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Insira 3 ou mais caracteres para locais que gostaria de adicionar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Введите 3 или более символов для локаций, которые вы хотите добавить" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eklemek istediğiniz konum için 3 veya daha fazla karakter girin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter 3 or more characters for locations you'll like to add" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "为您想要添加的位置输入 3 个或更多字符" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "為您想加入的位置輸入 3 個或更多字元" + } + } + } + }, + "Favourite a timezone to enable menubar display options." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorisiere eine Zeitzone, um diese in der Menüleiste zu zeigen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elija una zona horaria como favorita para habilitar las opciones de visualización de la barra de menú." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mettre en favori un fuseau horaire pour activer les options d'affichage de la barre de menus." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odaberi vremensku zonu za aktiviranje opcija prikaza trake izbornika." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メニューバーの表示オプションを有効にするには、タイムゾーンをお気に入りとして登録してください。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite um fuso horário para habilitar opções de exibição na barra de menus." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite um fuso horário para habilitar opções de exibição da barra de menu." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пометьте временную зону как избранную чтобы включить параметры отображения строки меню." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menu çubuğu görünümü seçeneklerini etkinleştirmek için bir zaman dilimini favorileyin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite a timezone to enable menubar display options." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "收藏一个时区以在菜单栏上显示可选项。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "將一時區設為喜好項目以啟用選單列顯示選項。" + } + } + } + }, + "Feedback is always welcome:" : { + "comment" : "About View Screen", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback ist immer willkommen:" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tus comentarios son bienvenidos:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uvijek se radujemo povratnim informacijama:" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "피드백은 언제나 환영입니다:" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Twoja opinia jest zawsze mile widziana:" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback é sempre bem-vindo:" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Обратная связь всегда приветствуется:" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geri bildirimleriniz memnuniyetle karşılanır:" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "欢迎提供反馈:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback is always welcome:" + } + } + } + }, + "Florida" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Floride" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "फ्लोरिडा" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "플로리다" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Floryda" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Flórida" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Флорида" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Florida" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "佛罗里达" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "佛羅里達" + } + } + } + }, + "Future Slider Range" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bereich für den \"Future Slider\"" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deslizador de rango de tiempo" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Klizač za raspon budućnosti" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미래 슬라이더 범위" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zakres suwaka przyszłości" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Диапазон ползунка" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaman Kaydırıcı Aralığı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Slider Range" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "未来滑块范围" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "未來滑桿範圍" + } + } + } + }, + "Get Started" : { + "comment" : "Title for Welcome View Controller's Continue Button", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "ابدأ الاستخدام" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get Started" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erste Schritte" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comenzar ahora" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Commencer" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "शुरु करे" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Početak" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Byrja" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get Started" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "はじめに" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get Started" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get Started" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rozpocznij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comece a Usar" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Começar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Начало работы" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Başlayın" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Почати роботу" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "现在开始" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "開始使用" + } + } + } + }, + "Grant" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "منح" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gewähren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permitir" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autoriser" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odobrenje" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veita leyfi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conceder" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conceder" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешить" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erişim ver" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Надати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "授权" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "允許" + } + } + } + }, + "Grant Access" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "منح صلاحية الوصول" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant Access" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zugriff erlauben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant Access" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permitir acceso" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autoriser l'accès" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant Access" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dopusti pristup" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant Access" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant Access" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant Access" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant Access" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przyznaj dostęp" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conceder Acesso" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешить доступ" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erişim izni ver" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Надати доступ" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "授予访问权限" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "允許存取" + } + } + } + }, + "Grant Button Text" : { + "comment" : "Grant Button Text", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "منح" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gewähren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permitir" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autoriser" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अनुदान" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dozvoli" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "許可" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grant" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przyznaj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conceder" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conceder" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешение" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Onayla" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Надати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "授权" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "允許" + } + } + } + }, + "Granted" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "سماح" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gewährt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permitido" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisé" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodijeljeno" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leyft" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Concedido" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Concedido" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Предоставлено" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İzin verildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Надано" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已授权" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "允許" + } + } + } + }, + "Granted Button Text" : { + "comment" : "Granted Button Text", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "مسموح" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gewährt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permitido" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisé" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "स्वीकृत" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dozvoljeno" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leyft" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "許可されています" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Granted" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przyznane" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Concedida" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Concedido" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешено" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Onaylandı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Надано" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已授权" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "允許" + } + } + } + }, + "Great going." : { + "extractionState" : "manual", + "localizations" : { + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Super." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Great going." + } + } + } + }, + "Happy Weekend." : { + "extractionState" : "manual", + "localizations" : { + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uživaj vikend." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Happy Weekend." + } + } + } + }, + "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn der Besprechungstitel \"Besprechung mit Neel\" ist und die Kürzungslänge auf 5 eingestellt wurde, dann erscheint der Text in der Menüleiste als \"Bespr...\"" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si el título de la reunión es \"Reunión con Neel\" y la longitud de corte está establecida en 5 caracteres, el texto en la barra de menú aparecerá como \"Reuni…\"" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ako je naslov sastanka „Sastanak s Vladimirom”, a kraćenje je postavljeno na 5, tekst na traci pojavit će se kao „Sasta …”" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "만약 미팅 제목이 \"Meeting with Neel\" 이면 5글자만 보여지기 때문에 주의해주세요. (\"Meeti...\")" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se o título da reunião for “Reunião com Neel” e o comprimento de truncagem for definido como 5, o texto na barra de menu aparecerá como “Reuni...”" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Если заголовок митинга \"Митинг с Кариной\" и длина обрезания текста установлена как 5, текст в верхнем меню будет отображаться как \"Митин...\"" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eğer buluşma adı \"Ahmet ile Buluşma\" ise ve kısaltma uzunluğu 5 olarak ayarlıysa, menü çubuğundaki yazı \"Ahmet...\" olarak görünecek" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "如果会议标题是“Meeting with Neel”,并且截断长度设置为 5 ,菜单栏的文本将显示为“Meeti...”" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "如果會議標題為「Meeting with Neel」、文字長度限制為 5,選單列中的文字將顯示為「Meeti...」。" + } + } + } + }, + "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Du uns helfen möchtest die App in Deine Sprache zu übersetzen oder von Zeit zu Zeit Informationen zur App erhalten möchtest, gibt bitte hier Deine E-Mail ein!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si quieres ayudarnos a traducir la aplicación en tu idioma o recibir actualizaciones relacionadas con la aplicación, ¡Por favor escribe tu correo electrónico!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si vous souhaitez nous aider à localiser l'application dans votre langue ou recevoir des mises à jour peu fréquentes liées à l'application, veuillez entrer votre adresse e-mail !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ako želiš pomoći prevesti program na tvoj jezik ili primati rijetke obavijesti o novim verzijama programa, upiši tvoju e-mail adresu!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se você quiser nos ajudar a localizar o app no seu idioma ou receber atualizações pouco frequentes, digite seu e-mail!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se você quiser nos ajudar a localizar o app no seu idioma ou receber atualizações pouco frequentes, digite seu e-mail!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Если вы хотите помочь нам локализовать приложение на вашем языке или получить обновления, связанные с приложениями, пожалуйста, введите ваш email!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulamayı kendi dilinizde yerelleştirmemize veya nadiren uygulamayla ilgili güncellemeler almanıza yardımcı olmak isterseniz, lütfen e-postanızı girin!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "如果您想帮助翻译本应用或收到不定时的应用更新,请输入您的电子邮箱!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" + } + } + } + }, + "Include Date" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar fecha" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uključi datum" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "날짜 추가하기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż datę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Incluir Data" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Добавить Дату" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tarihi Dahil Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Date" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含日期" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含日期" + } + } + } + }, + "Include Day" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar día" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uključi dan" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시간 추가하기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż dzień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Incluir Dia" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Добавить День" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Günü Dahil Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Day" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含日" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含星期" + } + } + } + }, + "Include Place Name" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ortsname hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar nombre del lugar" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uključi ime mjesta" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "장소 이름" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż miejsce" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Incluir Nome do Lugar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Добавить название места" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yer Adını Dahil Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include Place Name" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含地名" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含位置名稱" + } + } + } + }, + "iRateAppMessage" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "اذا ما اعجبك استخدام %@، فهل من الممكن ان نأخذ دقيقة من وقتك لتقييمه ؟ لن يأخذ أكثر من دقيقة من وقتك. نشكرك لدعمك!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn dir %@ gefällt, dann bewerte uns doch im App Store. Das dauert kaum eine Minute und hilft uns sehr. Vielen Dank für deine Unterstützung!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si te gusta %@, ¿podrías escribirnos una reseña? No te tomará más de un minuto. ¡Gracias por tu apoyo!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si vous aimez utiliser %@, pourriez-vous prendre un moment pour l'évaluer ? Cela ne prendra pas plus d'une minute. Merci pour votre soutien !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ako voliš koristiti %@, ocijeni program. Postupak ocjenjivanja traje manje od jedne minute. Hvala na podršci!" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kanntu að meta %@? Ertu nokkuð til í að gefa því einkunn? Það ætti ekki að taka nema örfáar mínútur. Þakka þér kærlega fyrir!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ がお気に召したのであれば、評価をして頂けますか? 1分とはかかりません。ご協力ありがとうございます!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@을 즐기고 계신다면, 잠시 평가를 위해 시간을 내주시겠습니까? 단 1분도 걸리지 않겠습니다. 지원해주셔서 감사합니다!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se você gosta de usar o %@, você se importaria de avaliá-lo? Não vai demorar mais de um minuto. Obrigado por seu apoio!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se gostas de usar o %@, importas-te de dispensar um momento para o avaliares? Não demora mais do que um minuto. Obrigado pelo teu apoio!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Если вам нравится %@, просьба уделить время, чтобы поставить оценку? Это займет не больше минуты. Спасибо за вашу поддержку!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ uygulamamız hoşunuza gittiyse, oy vermek ister misiniz? Bir dakikadan fazla sürmeyecektir. Desteğiniz için teşekkürler!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "如果您喜欢使用 %@,能否请您抽出时间来对它进行评价?评价不会超过一分钟。感谢您的支持 !" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "如果您喜歡使用 %@ 的話,您是否願意花一點給予評價?不需要一分鐘就能完成。感謝您的支持!" + } + } + } + }, + "iRateCancelButton" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "لا، شكراً" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No, Thanks" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nein, danke" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No, Thanks" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No, gracias" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Non Merci" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "No, Thanks" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ne, hvala" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nei, takk" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "No, Thanks" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "いいえ、結構です" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나중에 할게요" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "No, Thanks" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nie, dziękuję" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não, Obrigado" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não, obrigado" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нет, спасибо" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hayır, Teşekkürler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ні, дякую" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "不用了,谢谢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "不用了,謝謝!" + } + } + } + }, + "iRateGameMessage" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "إذا أعجبك %@، فهل من الممكن أن نأخذ دقيقة من وقتك لتقييمه؟ لن تأخذ عملية التقييم أكثر من دقيقة من وقتك. نشكرك لدعمك!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn du Spaß an %@ hast, dann bewerte uns doch im App Store. Das dauert kaum eine Minute und hilft uns sehr. Vielen Dank, für deine Unterstützung!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si te gusta %@, ¿te importaría dedicar un momento para valorarla? No tardarás nada. ¡Gracias por tu apoyo!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si vous aimez utiliser %@, pourriez-vous prendre un moment pour l'évaluer ? Cela ne prendra pas plus d'une minute. Merci pour votre soutien !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ako voliš igrati %@, ocijeni program. Postupak ocjenjivanja traje manje od jedne minute. Hvala na podršci!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ がお気に召したのであれば、評価をして頂けますか? 1分とはかかりません。ご協力ありがとうございます!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@을 즐기고 계신다면, 잠시 평가를 위해 시간을 내주시겠습니까? 단 1분도 걸리지 않겠습니다. 지원해주셔서 감사합니다!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se você está gostando jogar %@, poderia avaliá-lo? Não levará mais de um minuto. Agradecemos o seu apoio!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se gostar de jogar %@, importas-te de dispensar um momento para o avaliares? Não demora mais do que um minuto. Obrigado pelo teu apoio!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Если вам нравится%@, просьба уделить время, чтобы поставить оценку? Это займет не больше минуты. Спасибо за вашу поддержку!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ uygulamamız hoşunuza gittiyse, oy vermek ister misiniz? Bir dakikadan fazla sürmeyecektir. Desteğiniz için teşekkürler!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "如果您喜欢使用 %@,能否请您抽出时间来对它进行评价?评价不会超过一分钟。感谢您的支持 !" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "如果您喜歡玩 %@ 的話,您是否願意花一點時間給予評價?不需一分鐘即可完成。感謝您的支持" + } + } + } + }, + "iRateMessageTitle" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "قيّم %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ bewerten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valora %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Noter %@" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate %@" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocijeni %@" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefa %@ einkunn" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ を評価" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "비율 %@ " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oceń %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avaliar %@" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avaliar %@" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Оцените" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "OylamaMesajYorum%@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Оціни %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "评价 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "評價 %@" + } + } + } + }, + "iRateRateButton" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "قيّم الآن" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate It Now" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jetzt bewerten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate It Now" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Califícalo ahora" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Évaluez-le maintenant" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate It Now" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocijeni" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefa einkunn" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate It Now" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今すぐ評価します" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "지금 평가하기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate It Now" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oceń teraz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avaliar Agora" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avaliar agora" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поставьте рейтинг сейчас" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Şimdi Oyla" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Оцінити зараз" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "立即评分" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "現在評分吧!" + } + } + } + }, + "iRateRemindButton" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "ذكرني لاحقاً" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remind Me Later" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Später erinnern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remind Me Later" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recordarme más tarde" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Me le rappeler ultérieurement" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remind Me Later" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podsjeti me kasnije" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Minntu mig á það" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remind Me Later" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "後で通知する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나중에 다시 알리기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remind Me Later" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przypomnij mi później" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lembrar mais tarde" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avaliar agora" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Напомнить позже" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daha sonra hatırlat" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нагадати пізніше" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "稍后提醒我" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下次再提醒我" + } + } + } + }, + "iRateUpdateMessage" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "التحديث الان؟" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update now?" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jetzt aktualisieren?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update now?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Actualizar ahora?" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mettre à jour maintenant ?" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update now?" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sada aktualizirati?" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uppfæra núna?" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update now?" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "今すぐアップデートしますか?" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "지금 업데이트를 진행할까요?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update now?" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaktualizuj teraz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Atualizar agora?" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Atualizar agora?" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Обновить сейчас?" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Şimdi güncelle?" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Оновити зараз?" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "现在更新?" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "立即更新" + } + } + } + }, + "It only takes 3 steps to set up Clocker." : { + "comment" : "App Setup Description", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يتطلب الأمر فقط 3 خطوات لتفعيل Clocker." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In nur drei Schritten ist Clocker fertig eingerichtet." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sólo te tomará 3 pasos configurar Clocker." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cela ne prend que 3 étapes pour configurer Clocker." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "बस तीन स्टेप् और एप्लिकेशन तैयार।" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Za postavljanje programa Clocker potrebna su samo tri koraka." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Það þarf bara 3 skref til að setja Clocker upp" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker のセットアップは3ステップのみです。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "São apenas 3 passos para configurar o Clocker." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Só leva 3 passos para configurar o Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нужно всего 3 шага что бы настроить Clocker." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'i 3 adımda kur." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування Clocker займе лише 3 кроки." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "只需要三步来设置 Clocker。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定 Clocker 只需要 3 個步驟。" + } + } + } + }, + "It only takes 3 steps to setup Clocker." : { + "comment" : "Welcome Onboarding", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يتطلب الأمر فقط 3 خطوات لتفعيل Clocker." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In nur drei Schritten ist Clocker fertig eingerichtet." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sólo te tomará 3 pasos configurar Clocker." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cela ne prend que 3 étapes pour configurer Clocker." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Za postavljanje programa Clocker potrebna su samo tri koraka." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Það þarf bara 3 skref til að setja Clocker upp" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker のセットアップは3ステップのみです。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to setup Clocker." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "São apenas 3 passos para configurar o Clocker." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Só leva 3 passos para configurar o Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Для настройки Clocker требуется всего 3 шага." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı 3 adımda kur." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування Clocker займе лише 3 кроки." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "只需要 3 步来设置 Clocker。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定 Clocker 只需要 3 個步驟。" + } + } + } + }, + "Larger Text" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Größerer Text" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Texto más grande" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veći tekst" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글씨를 크게하기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Larger Text" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Powiększenie tekstu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Texto Maior" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увеличенный текст" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daha Büyük Yazı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Більший текст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "更大字号" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "文字大小" + } + } + } + }, + "Later Config Description" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يمكن إعداد هذا لاحقًا في تفضيلات النظام." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "These can be configured later in System Preferences." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dies kann später in den Clocker Einstellungen konfiguriert werden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "These can be configured later in System Preferences." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se puede configurar más tarde en Preferencias del sistema." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ces paramètres peuvent être configurés plus tard dans les Préférences Système." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "इन्हें बाद में सिस्टम प्राथमिकता में कॉन्फ़िगर किया जा सकता है।" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mogu se kasnije konfigurirati u postavkama sustava." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Þessu er hægt að breyta síðar í System Preferences." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "These can be configured later in System Preferences." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "これらはシステム環境設定で後から設定できます。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이것들은 나중에 설정에서 바꾸실 수 있습니다" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "These can be configured later in System Preferences." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "These can be configured later in System Preferences." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Isso pode ser configurado mais tarde nas Preferências de Sistema." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Это можно настроить позже в Системных Настройках." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu, daha sonra Sistem Ayarlarında değiştirilebilir." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Це можна налаштувати пізніше в Системних параметрах." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "这些可以稍后在系统偏好设置中配置。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "這些可以稍後在「系統偏好設定」中進行設置。" + } + } + } + }, + "Launch at Login" : { + "comment" : "Start at Login", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "تشغيل عند تسجيل الدخول" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch at Login" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bei der Anmelden starten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch at Login" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ejecutar cuando inicia la sesión" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Démarrer à la connexion" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch at Login" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokreni nakon prijave" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch at Login" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch at Login" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch at Login" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch at Login" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uruchom przy logowaniu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir ao iniciar sessão" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Começar no Início de Sessão" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запуск при входе" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Açılışta Başlat" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запускати при вході" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "登录时启动" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "登入時啟動" + } + } + } + }, + "Launch Clocker" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "تشغيل Clocker" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Clocker" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker starten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Clocker" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir Clocker" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lancer Clocker" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Clocker" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokreni Clocker" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opna Clocker" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Clocker" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker を起動" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker 실행하기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Clocker" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uruchom Clockera" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iniciar Clocker" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iniciar Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запустить Clocker" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı çalıştır" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запустити Clocker" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启动 Clocker" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟動 Clocker" + } + } + } + }, + "Launch Preferences" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الانتقال إلى تفضيلات النظام" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Preferences" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einstellungen öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Preferences" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir las preferencias" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Préférences de démarrage" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Preferences" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokreni postavke" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Preferences" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Preferences" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Preferences" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Launch Preferences" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferencje uruchomienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir Preferências" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Параметры запуска" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Başlatma Tercihleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відкрити Системні параметри" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "打开首选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟動偏好設定" + } + } + } + }, + "Main Panel Options" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Optionen für Programmfenster" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opciones del Panel Principal" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options de la fenêtre principale" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcije glavne ploče" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Główny panel opcji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opções do painel principal" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opções do Painel Principal" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Параметры главной панели" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ana Panel Seçenekleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Panel Options" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "主面板选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "主要面板選項" + } + } + } + }, + "Max Search Characters" : { + "comment" : "Max Character Count Allowed Error Message", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الحد الأقصى 50 حرفًا!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only 50 characters allowed!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Es sind nur 50 Zeichen erlaubt!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only 50 characters allowed!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Solo se permiten 50 caracteres!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "50 caractères maximum autorisés !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only 50 characters allowed!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ograničeno na 50 znakova!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only 50 characters allowed!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定可能な文字数は50です!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "50 문자까지만 허용됩니다!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only 50 characters allowed!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dozwolone jest tylko 50 znaków!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Só são permitidos até 50 caracteres!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apenas 50 caracteres permitidos!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешено всего 50 символов!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sadece 50 karakter kabul edilir!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only 50 characters allowed!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "最多允许 50 个字符!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "只允許 50 個字元!" + } + } + } + }, + "Max Timezones Selected" : { + "comment" : "Max Timezones Error Message", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الحد الأقصى المسموح به 100 منطقة زمنية!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maximum 100 timezones allowed!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Es werden maximal 100 Zeitzonen unterstützt!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maximum 100 timezones allowed!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Se permiten maximo 100 zonas horarias!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "100 fuseaux horaires maximum autorisés !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maximum 100 timezones allowed!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ograničeno na 100 vremenskih zona!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maximum 100 timezones allowed!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "最大で100の時間帯が設定可能です!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maximum 100 timezones allowed!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maximum 100 timezones allowed!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dozwolone maksymalnie 100 stref czasowych!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Máximo de fusos horários permitido: 100!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Máximo de 100 fusos horários permitidos!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешено максимум 100 часовых поясов!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "En fazla 100 saat dilimi kabul edilir!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Максимально доступно 100 часових поясів!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "最多允许 100 个时区!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最多允許 100 個時區!" + } + } + } + }, + "Menubar Display Options" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigeoptionen für die Menüleiste" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opciones de visualización del reloj en la barra de menú" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcije prikaza izbornika" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メニューバーの表示オプション" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메뉴바 화면표시 설정" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcje wyświetlania paska menu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opções de exibição da barra de menu" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Параметры отображения меню" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menu Çubuğu Görünüm Seçenekleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Display Options" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "菜单栏显示选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選單列顯示選項" + } + } + } + }, + "Menubar Mode" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menüleisten-Modus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modo en la barra de menú" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modus izbornika" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メニューバーモード" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메뉴바 모드" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wygląd na pasku menu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modo da barra de menu" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Режимы меню" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menü Çubuğu Mod'u" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menubar Mode" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "菜单栏模式" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選單列模式" + } + } + } + }, + "Miscellaneous" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verschiedenes" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Varios" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Razno" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "その他" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기타" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pozostałe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diversos" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прочее" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Çeşitli" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Miscellaneous" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "杂项设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "其他設定" + } + } + } + }, + "More search options in Clocker Preferences." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "المزيد من خيارات البحث في إعدادات تفضيلات Clocker." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weitere Suchoptionen in den Clocker Einstellungen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Más opciones de búsqueda en las preferencias de Clocker." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plus d'options de recherche dans les Préférences de Clocker." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daljnje opcije pretage u Clocker postavkama." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "More search options in Clocker Preferences." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mais opções de busca em Preferências do Clocker." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mais opções de pesquisa nas Preferências do Clocker." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Больше вариантов поиска в настройках Clocker." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker Tercihlerinde daha fazla arama seçenekleri bulunur." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Більше варіантів пошуку в налаштуваннях Clocker." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker 首选项中的更多搜索选项。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在 Clocker 偏好設定中更多的搜尋選項。" + } + } + } + }, + "New Zealand" : { + "comment" : "UI Tests", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neuseeland" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nueva Zelanda" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "न्यूज़ीलैंड" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Novi Zeland" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뉴질랜드" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nowa Zelandia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nova Zelândia" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новая Зеландия" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Zealand" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新西兰" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "紐西蘭" + } + } + } + }, + "No places added" : { + "comment" : "Subtitle for no places added", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "No places added" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No places added" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Orte hinzugefügt" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No hay zonas horarias añadidas" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aucun lieu ajouté" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "No places added" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nema dodanih mjesta" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "No places added" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "No places added" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "추가된 장소가 없음" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "No places added" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brak dodanych miejsc" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nenhum local adicionado" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нет добавленных мест" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yer eklenmedi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "No places added" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "没有添加地点" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "未加入地點" + } + } + } + }, + "No Timezone Selected" : { + "comment" : "Message shown when the user taps on Add without selecting a timezone", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "رجاء اختر منطقتك الزمنية!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please select a timezone!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte wählen Sie eine Zeitzone!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please select a timezone!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Por favor, selecciona una zona horaria!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veuillez sélectionner un fuseau horaire !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please select a timezone!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odaberi vremensku zonu!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please select a timezone!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "時間帯を選択してください!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please select a timezone!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please select a timezone!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wybierz strefę czasową!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Por favor, selecione um fuso horário!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пожалуйста, выберите часовой пояс!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lütfen saat dilimi seçin!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Будь ласка, оберіть часовий пояс!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "请选择一个时区!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "請選取一個時區!" + } + } + } + }, + "No upcoming event." : { + "comment" : "Panel", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kein anstehendes Ereignis." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No hay próximos eventos." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aucun événement à venir." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nema predstojećih događaja." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "예정된 이벤트 없음" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brak nadchodzących wydarzeń." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sem eventos futuros." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нет предстоящих событий." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yaklaşan etkinlik yok." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming event." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "暂无事项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "沒有即將到來的行程" + } + } + } + }, + "No upcoming events for today!" : { + "comment" : "Next Event Label with no upcoming event", + "localizations" : { + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Za danas nema predstojećih događaja 🎉" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "No upcoming events for today 🎉" + } + } + } + }, + "Open Clocker At Login" : { + "comment" : "Onboarding", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "بدأ \"كلوكر\" عند تسجيل الدخول" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Clocker At Login" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker bei der Anmeldung starten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Clocker At Login" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir Clocker al iniciar sesión" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ouvrir Clocker à la connexion" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Clocker At Login" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otvori Clocker nakon prijave" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opna Clocker við innskráningu" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Clocker At Login" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ログイン時に Clocker を開始" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로그인해서 Clocker 열기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Clocker At Login" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uruchom Clockera przy logowaniu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir o Clocker ao iniciar sessão" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir Clocker Ao Entrar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Открыть Clocker при входе" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı Başlangıçta başlat" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відкривати Clocker при вході" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "登录时启动 Clocker" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在登入時打開 Clocker" + } + } + } + }, + "Panel Theme" : { + "comment" : "Appearance Tab", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erscheinungsbild" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apariencia de la aplicación" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apparence de la fenêtre" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "प्रकटन" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema ploče" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema do painel" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema do Painel" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тема панели" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Teması" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Panel Theme" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "面板主题" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "面板主題" + } + } + } + }, + "Permissions" : { + "comment" : "Permissions Tab Titles", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الصلاحيات" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berechtigungen" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permisos" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisations" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अनुमति" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dozvole" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leyfi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アクセス許可" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "권한" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uprawnienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissões" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorizações" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешения" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erişim Hakları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дозволи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "权限" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "權限" + } + } + } + }, + "Permissions Tab" : { + "comment" : "Title for Permissions screen", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الصلاحيات" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berechtigungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permisos" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisations" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अनुमति" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dozvole" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leyfi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アクセス許可" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uprawnienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissões" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorizações" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разрешения" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yetkiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дозволи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "权限" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "權限" + } + } + } + }, + "Permissions-Header" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الصلاحيات" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berechtigungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permisos" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Droits d'accès" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अनुमति" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dozvole" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leyfi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アクセス許可" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "권한" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uprawnienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissões" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorizações" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Права доступа" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yetkiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дозволи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "权限" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "權限" + } + } + } + }, + "Preferences Tab" : { + "comment" : "Tab Item Titles", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "التفضيلات" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferencias" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Préférences" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "प्रिफ्रेंसेज" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postavke" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stillingar" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferências" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferências" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Настройки" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ayarlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "首选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "偏好設定" + } + } + } + }, + "Preview" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vorschau" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vista previa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prévisualisation" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : " Pregled" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プレビュー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미리보기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podgląd" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pré-visualizar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Предпросмотр" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ön İzleme" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "预览" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "預覽" + } + } + } + }, + "Privacy Text" : { + "comment" : "Text explaining options can be changed in the future through System Preferences", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يمكنك تغيير هذا لاحقًا في قسم اعدادات الخصوصية المتواجد بتفضيلات النظام." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can change this later in the Privacy section of the System Preferences." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du kannst das später im Bereich Datenschutz in den Systemeinstellungen ändern." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can change this later in the Privacy section of the System Preferences." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Puede cambiar esto más tarde en la sección de Privacidad de las Preferencias del Sistema." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous pourrez modifier cela plus tard dans la section Confidentialité des Préférences Système." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "आप आपकी पसंद भविष्य में सिस्टम प्रिफ्रेंसेज के प्राइवसी अनुभाग में बदल सकते हैं।" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ovo možeš kasnije promijeniti u odjeljku Privatnost u Postavkama sustava." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Þessu er hægt að breyta síðar í Privacy-hlutanum í System Preferences." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can change this later in the Privacy section of the System Preferences." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "この設定はシステム環境設定のプライバシーセクションであとから変更が可能です。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can change this later in the Privacy section of the System Preferences." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can change this later in the Privacy section of the System Preferences." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can change this later in the Privacy section of the System Preferences." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você pode alterar isso mais tarde na seção Privacidade das Preferências do Sistema." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podes mudar isto mais tarde na secção Privacidade das Preferências do Sistema." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вы можете изменить это позже в разделе «Конфиденциальность» системных настроек." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bunu daha sonra Sistem Tercihleri'nin Güvenlik ve Gizlilik bölümünden değiştirebilirsiniz." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "You can change this later in the Privacy section of the System Preferences." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "您稍后可以在「系统偏好设置」的隐私部分更改此内容。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您稍後可以在「系統偏好設定」>「安全性與隱私權」中更改。" + } + } + } + }, + "Quick Add Locations" : { + "comment" : "Onboarding Search", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "إضافة سريعة للمواقع" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Orte schnell hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Agregar ubicaciones rápidamente" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter rapidement des emplacements" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brzo dodavanje mjesta" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "場所を簡単に追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Быстрое добавление мест" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hızlı lokasyon ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Add Locations" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "快速添加地点" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "快速加入位置" + } + } + } + }, + "Reminder Set" : { + "comment" : "Notes Popover", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erinnerung gespeichert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recordatorio establecido" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postavljanje podsjetnika" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "알림 설정" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przypomnienie ustawione" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lembrete definido" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Напоминание установлено" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hatırlatıcı Ayarlandı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提醒设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminder Set" + } + } + } + }, + "Reminders Access" : { + "comment" : "Reminders Permission Title", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "صلاحيات الوصول إلى التذكيرات" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminders Access" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erinnerungen-Zugriff" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acceder a Recordatorios" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accès aux rappels" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "रिमाइंडर अनुमति" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pristup podsjetnicima" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aðgangur að áminningum" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminders Access" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リマインダーアクセス" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리마인더 권한" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminders Access" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dostęp do powiadomień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acessos aos Lembretes" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acesso aos Lembretes" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ к напоминаниям" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hatırlatıcıya Giriş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ до Нагадувань" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提醒访问权限" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取用提醒事項" + } + } + } + }, + "Reminders Access Title" : { + "comment" : "Title for Reminders Access Label", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "صلاحيات الوصول إلى التذكيرات" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminders Access" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zugriff auf Erinnerungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminders Access" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acceder a Recordatorios" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accès aux rappels" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "रिमाइंडर एक्सेस" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pristup podsjetnicima" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aðgangur að áminningum" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminders Access" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リマインダーアクセス" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리마인더 권한" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reminders Access" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dostęp do powiadomień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acessos aos Lembretes" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acesso aos Lembretes" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ к напоминаниям" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hatırlatıcıya Giriş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доступ до Нагадувань" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "访问提醒" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取用提醒事項" + } + } + } + }, + "Reminders Detail" : { + "comment" : "Reminders Detail Text", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "عين تذكيرات في المنطقة الزمني للموقع الذي تريده. يتم تخزين تذكيراتك في تطبيق التذكير بشكل افتراضي." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erinnerungen in der Zeitzone Deiner Wahl festlegen. Deine Erinnerungen werden in der Standard-Erinnerungs-App gespeichert." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Establece recordatorios en la zona horaria de la ubicación seleccionada. Los recordatorios serán guardados en la aplicación Recordatorios predeterminada." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Placez des rappels dans le fuseau horaire de votre choix. Vos rappels seront enregistrés dans l'application 'Rappels' par défaut." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अपनी पसंद के स्थान के समय क्षेत्र में रिमाइंडर सेट करें। आपके रिमाइंडर डिफ़ॉल्ट रिमाइंडर ऐप में संग्रहीत किए जाते हैं।" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postavi podsjetnike u tvoju vremensku zonu mjesta. Tvoji se podsjetnici spremaju u standardni program Podsjetnici." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "選択したロケーションのタイムゾーンでリマインダーを設定します。リマインダーはデフォルトのリマインダーアプリに保存されます。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Defina lembretes no fuso horário da localização de sua escolha. Seus lembretes são armazenados no aplicativo padrão Lembretes." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Define lembretes no fuso horário de uma localização à tua escolha. Os teus lembretes são armazenados na aplicação Lembretes padrão." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Установите напоминания в часовом поясе в выбранном вами месте. Ваши напоминания хранятся в приложении по умолчанию." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seçtiğiniz yerin saat diliminde hatırlatıcılar ekleyin. Hatırlatıcılarınız, varsayılan uygulamasında saklanır." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Встановіть нагадування в часовому поясі вибраного вами місця. Ваші нагадування зберігаються в програмі Нагадування за умовчанням." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在您选择的位置时区设置提醒。您的提醒存储在默认提醒应用中。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "根據你選擇的位置設定提醒。您的提醒將儲存在預設的提醒事項應用程式。" + } + } + } + }, + "San Francisco" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "सान फ्रांसिस्को" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "샌프란시스코" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сан-Франциско" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "San Francisco" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "旧金山" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "舊金山" + } + } + } + }, + "Search Field Placeholder" : { + "comment" : "Search Field Placeholder", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "أدخل اسم المدينة أو الولاية أو البلد" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a city, state or country name" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebe eine Stadt, ein Bundesland oder Land ein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a city, state or country name" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Introduzca un nombre de ciudad, estado o país" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saisissez une ville, une région ou un pays" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a city, state or country name" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upiši grad, državu ili zemlju" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a city, state or country name" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "都市名、州や県、国名を入力してください" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a city, state or country name" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a city, state or country name" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wprowadź miasto, województwo lub nazwę kraju" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Insira uma cidade, estado ou país" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Insira uma cidade, estado ou país" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Введите название города, штата или страны" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bir şehir, bölge veya ülke girin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Введіть місто, область або назву країни" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "输入城市、省/州或国家名称" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "輸入一個地點的名稱" + } + } + } + }, + "Search Locations" : { + "extractionState" : "manual", + "localizations" : { + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search Locations" + } + } + } + }, + "See your next Calendar event here." : { + "comment" : "Next Event Label for no Calendar access", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "تابع حدثك القادم هنا." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "See your next Calendar event here." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siehe bevorstehendes Kalenderereignis?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vea aquí su próximo evento del calendario." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retrouvez votre prochain événement de calendrier ici." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "अपना अगला कैलेंडर कार्यक्रम यहां देखें।" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ovdje pogledaj svoje sljedeće kalendarske događaje." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hér geturðu séð næsta atburð í dagatalinu þínu." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "See your next Calendar event here." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "次回のカレンダーイベントはこちらをご覧ください。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "당신의 다음 일정을 여기서 보세요" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "See your next Calendar event here." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tu zobaczysz swoje najbliższe wydarzenie z kalendarza." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veja seu próximo evento do Calendário aqui." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vê aqui o teu próximo evento no Calendário." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Отображать здесь Ваше следующее событие из календаря." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bir sonraki takvim etkinliğini buradan gör." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Побачте вашу наступну подію Календаря тут." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在这里查看你的下一个日历事件。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在此查看你的下一個日曆活動。" + } + } + } + }, + "Selected Timezones" : { + "extractionState" : "manual", + "localizations" : { + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected Timezones" + } + } + } + }, + "setup-steps" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يتطلب الأمر فقط 3 خطوات لضبط Clocker" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to set up Clocker" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In nur drei Schritten ist Clocker fertig eingerichtet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to set up Clocker" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sólo te tomará 3 pasos configurar Clocker" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plus que trois marches à gravir et vous aurez ajusté Clocker" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to set up Clocker" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Za postavljanje programa Clocker potrebna su samo tri koraka" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Það þarf bara 3 skref til að setja Clocker upp" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to set up Clocker" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker のセットアップは3ステップのみです" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시계를 설정하는데 3가지만 하시면 됩니다" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to set up Clocker" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "It only takes 3 steps to set up Clocker" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "São apenas 3 passos para configurar o Clocker" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Só leva 3 passos para configurar o Clocker" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нужно всего 3 шага что бы настроить Clocker" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı 3 adımda kur" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування Clocker займе лише 3 кроки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "只需要三步来设置 Clocker" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定 Clocker 只需要 3 個步驟" + } + } + } + }, + "Should Clocker open automatically on startup?" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "هل تريد أن يبدأ Clocker عند بدأ التشغيل؟" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Soll Clocker beim Start automatisch geöffnet werden?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Quieres que Clocker se abra automáticamente al inicio?" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker doit-il s'ouvrir automatiquement au démarrage ?" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Želiš li automatski pokrenuti Clocker nakon pokretanja računala?" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "O Clocker deve abrir automaticamente na inicialização?" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "O Clocker deve abrir automaticamente na inicialização?" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Должен ли Clocker автоматически открываться при запуске?" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker başlangıçta otomatik açılsın mı?" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Should Clocker open automatically on startup?" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "是否在启动时自动打开 Clocker?" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟動時自動打開 Clocker?" + } + } + } + }, + "Show All Day Meetings" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ganztägige Ereignisse anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar todas las reuniones del día" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prikaži cjelodnevne sastanke" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모든 일정 보기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż całodniowe spotkania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показать все встречи за день" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Günün bütün etkinliklerini göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All Day Meetings" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示全天会议" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示整日的行程" + } + } + } + }, + "Show events from" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeige Ereignisse aus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar eventos de" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prikaži događaje od" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오늘부터 이벤트 표시" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż wydarzenia z" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar eventos de" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Отображать события из" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Şuradaki etkinlikleri göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示事件来源" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show events from" + } + } + } + }, + "Show Future Slider" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\"Future Slider\" anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar el deslizador para horas futuras" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prikaži klizač budućnosti" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż suwak przyszłości" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показать ползунок" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaman Kaydırıcısını Göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Future Slider" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示未来滑块" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示未來滑桿" + } + } + } + }, + "Show Next Meeting Title in Menubar" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das nächste Ereignis in der Menüliste zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar el título de la próxima reunión en la barra de menú" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prikaži sljedeći sastanak u traci izbornika" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "次のミーティングタイトルをメニューバーに表示する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다음 일정을 메뉴바에서 보기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar título da próxima reunião na barra de menus" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показывать название следующей встречи в меню" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bir sonraki etkinlik başlığını Menüde göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Next Meeting Title in Menubar" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在菜单栏中显示下一个会议标题" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在選單列中顯示下個行程" + } + } + } + }, + "Show Sunrise/Sunset" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sonnenaufgang/-untergang anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar salida de sol/puesta de sol" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher le lever/coucher du soleil" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prikaži izlazak/zalazak sunca" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż wschód/zachód Słońca" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar Nascer do Sol / Pôr do Sol" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показывать Восход/Закат" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gün Doğumu/Batımı'nı Göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sunrise/Sunset" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示日出/日落" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示日出/日落" + } + } + } + }, + "Show Upcoming Event View" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigeoptionen für zukünftige Ereignisse" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar el próximo evento" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prikaži prikaz predstojećih događaja" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다가오는 일정 보기" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar Visualização de Eventos A Seguir" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показывать предстоящие события" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yaklaşan Etkinlikleri Göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Upcoming Event View" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示即将到来的事件视图" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示即將到來的行程" + } + } + } + }, + "Sort by Label" : { + "comment" : "Start at Login", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الترتيب حسب العلامة" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Label" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach Bezeichnung sortieren" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por etiqueta" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trier par étiquette" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "लेबल द्वारा सॉर्ट करें" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Razvrstaj po oznaci" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raða eftir merki" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Label" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ラベルで並べ替え" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Label" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Label" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortuj według Etykiety" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por Etiqueta" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por prioridade" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сорт по метке" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etikete göre sırala" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сортувати за Позначенням" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "按标签排序" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "按標籤排序" + } + } + } + }, + "Sort by Name" : { + "comment" : "Start at Login", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الترتيب حسب الاسم" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Name" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach Namen sortieren" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por nombre" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tri par nom" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "नाम द्वारा सॉर्ट करें" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Razvrstaj po imenu" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raða eftir nafni" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Name" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "地名で並べ替え" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Name" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Name" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortuj wg Nazwy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por nome" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por Nome" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сорт по имени" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ada göre sırala" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сортувати за Назвою" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "按名称排序" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "按名稱排序" + } + } + } + }, + "Sort by Time Difference" : { + "comment" : "Start at Login", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الترتيب حسب الفارق الزمني" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Time Difference" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach Zeitdifferenz sortieren" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por diferencia horaria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trier par différence de temps" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "समय अंतर द्वारा सॉर्ट करें" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Razvrstaj po vremenskoj ralzici" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raða eftir tímamun" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Time Difference" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "時差で並べ替え" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Time Difference" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by Time Difference" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortuj według Różnicy Czasu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por diferença de horário" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordenar por Diferença Horária" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сорт по разнице времени" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaman farkına göre sırala" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сортувати за Різницею у часі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "按时间差排序" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "按時差排序" + } + } + } + }, + "Start at Login" : { + "comment" : "Start at Login", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "بدأ Clocker عند تسجيل الدخول" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Clocker at Login" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker bei der Anmeldung starten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Clocker at Login" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir Clocker al inicio de sesión" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Démarrer Clocker à la connexion" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "लॉगिन पर शुरू करें" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokreni Clocker nakon prijave" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opna Clocker við innskráningu" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Clocker at Login" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ログイン時に Clocker を開始" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Clocker at Login" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Clocker at Login" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uruchom Clockera przy logowaniu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iniciar Clocker ao iniciar sessão" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir Clocker Ao Entrar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запустить при логине" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı Başlangıçta başlat" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запускати Clocker при вході" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "登录时启动 Clocker" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "登入時打開 Clocker" + } + } + } + }, + "start-at-login" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "بدء عند تسجيل الدخول" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start At Login" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bei der Anmeldung starten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start At Login" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir en el inicio de sesión" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activer avec la session" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start At Login" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokreni nakon prijave" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ræsa við innskráningu" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start At Login" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ログイン時に開始" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로그인을 해주세요" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start At Login" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uruchom przy logowaniu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iniciar ao iniciar sessão" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Começar no Início de Sessão" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запустить при логине" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oturum açarken başlat" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запускати при вході" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "开启时启动" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在登入時啟動" + } + } + } + }, + "Successfully set." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erfolgreich gespeichert." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurado con éxito." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uspješno postavljeno." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "설정이 완료되었습니다" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zapisane." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Definido com sucesso." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Успешно установлено." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ayarlama başarılı." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Successfully set." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "设置成功" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定成功。" + } + } + } + }, + "Tell us what you think!" : { + "comment" : "App Feedback", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sag uns, was Du denkst!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Queremos conocer tu opinión!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Javi nam što misliš!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "여러분의 의견을 들려주세요." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tell us what you think!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conte-nos o que você pensa!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Расскажите нам, что вы думаете!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bize düşüncelerinizi bildiriniz!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Розкажіть нам, що ви думаєте!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "告诉我们您的想法!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "告訴我們您的想法!" + } + } + } + }, + "Thank you for helping make Clocker even better!" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "شكرا للمساعدة في جعل Clocker افضل!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Danke, dass du dabei geholfen hast, Clocker noch besser zu machen!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Gracias por ayudar a mejorar Clocker!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merci d'aider à améliorer Clocker !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hvala što pomažeš poboljšati Clocker!" + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Þakka þér fyrir að hjálpa okkur að gera Clocker betri!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker の品質向上にご協力いただきありがとうございます!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker가 더 발전할 수 있도록 도와주셔서 정말 감사합니다!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dziękujemy za pomoc przy rozwijaniu Clockera!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrigado por ajudar a tornar o Clocker ainda melhor!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrigado por ajudares a tornar o Clocker ainda melhor!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Спасибо, что помогаете сделать Clocker еще лучше!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clocker'ı daha iyi hale getirmek için yaptığınız yardımlara teşekkürler!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for helping make Clocker even better!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "感谢您帮助 Clocker 做得更好!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "感謝您的幫助,讓 Clocker 變得更好!" + } + } + } + }, + "Thank you for the details." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vielen Dank für die Details." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gracias por informarnos." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merci pour votre commentaire." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hvala ti na detalju." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dziękuję za szczegóły." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrigado pelos detalhes." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrigado pelos detalhes." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Спасибо Вам за подробности." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Detaylar için teşekkür ederiz." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "感谢您的详细信息。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for the details." + } + } + } + }, + "The Internet connection appears to be offline." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scheinbar besteht keine Verbindung zum Internet." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Parece que no hay conexión a internet." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Čini se da ne postoji veza s internetom." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인터넷 연결이 오프라인 상태입니다." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wygląda na to, że nie działa połączenie z internetem." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "A conexão à Internet parece estar desligada." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Похоже, что подключение к Интернету недоступно." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Internet bağlantınız çevrimdışı görünüyor." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "The Internet connection appears to be offline." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "网络连接已断开。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Internet連線已斷開。" + } + } + } + }, + "This can be configured later in Clocker Preferences." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "يمكن إعداد هذا لاحقًا في تفضيلات النظام." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dies kann später in den Clocker Einstellungen konfiguriert werden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esto se puede configurar más tarde en las Preferencias de Clocker." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ceci peut être configuré plus tard dans les préférences de Clocker." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ovo se može kasnije konfigurirati u Clocker postavkama." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Isso pode ser configurado mais tarde nas Preferências do Clocker." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pode ser configurado mais tarde nas Preferências do Clocker." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Это можно изменить позже в настройках Clocker." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu daha sonra Clocker Tercihlerinde düzenlenebilir." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "This can be configured later in Clocker Preferences." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "这可以稍后在 Clocker 首选项中进行配置。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "這可以稍後在 Clocker 偏好設定中進行設置。" + } + } + } + }, + "Time Format" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Format" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Format" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeitformat" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Format" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Formato de hora" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format de l'heure" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Format" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format za vrijeme" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Format" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示フォーマット" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Format" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Format" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format czasu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Formato da hora" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Formato da Hora" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Формат времени" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaman Formatı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Формат часу" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "时间格式" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "時間格式" + } + } + } + }, + "Time Scroller" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time Scroller" + } + } + } + }, + "Truncate menubar text longer than" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text in der Menüleiste kürzen, der länger ist als" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cortar el texto de la barra de menú si es mayor que" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skrati tekst u traci izbornika koji je duži od" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다음보다 긴 메뉴 표시 줄 텍스트를 자릅니다.\n\n" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncar texto de menu mais longo que" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Урезать текст поля меню более чем" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menü çubuğu metnini kısalt" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Truncate menubar text longer than" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "截断菜单栏文字长度大于" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選單列文字長度限制" + } + } + } + }, + "Try again, maybe?" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versuche es nochmal!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Podrías intentarlo otra vez?" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Želiš li ponovo pokušati?" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다시 시도 해보세요" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spróbuj ponownie później" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tentar de novo, talvez?" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Попробовать еще раз?" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Belki tekrar denemek istersin?" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Try again, maybe?" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "稍后再试?" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "再試一次?" + } + } + } + }, + "Unexpected" : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "غير متوقع" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unerwartet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inesperado" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inattendu" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neočekivano" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieoczekiwany" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inesperado" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Неожиданный" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beklenmedik" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unexpected" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "意外的" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "無法預期的" + } + } + } + }, + "Upcoming Event View Options" : { + "comment" : "Calendars View", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zukünftige Ereignisse zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opciones de visualización de los próximos eventos" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcije prikaza predstojećih događaja" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다가오는 이벤트 보기 옵션" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming Event View Options" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Параметры просмотра Предстоящих Событий" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sonraki etkinliği görüntüleme seçenekleri\nTakvimleri Görüntüle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Варіанти перегляду майбутньої події" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "即将到来的事件视图选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "即將到來的行程顯示選項" + } + } + } + }, + "Upcoming events from your calendars can be shown in the menubar + panel." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الأحداث القادمة من تقويماتك الشخصية والمشتركة يمكن أن تظهر في شريط القائمة ولوحة التحكم." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anstehende Termine aus Deinem persönlichen und geteilten Kalendern können in der Menüleiste und im Fenster angezeigt werden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar and the panel." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Los próximos eventos de sus calendarios personales y compartidos pueden mostrarse en la barra de menú y en el panel." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Les événements à venir de vos calendriers personnels et partagés peuvent être affichés dans la barre de menus et dans le panneau." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Predstojeći događaji iz tvojih osobnih i zajedničkih kalendara mogu se prikazati u traci izbornika i na ploči." + } + }, + "is" : { + "stringUnit" : { + "state" : "translated", + "value" : "Atburðir á döfinni, úr einka- og sameiginlegum dagatölum, geta verið birtir í valblaðsstikunni og í stjórnborðinu." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Próximos eventos de seus calendários pessoais e compartilhados podem ser exibidos no menu e no painel." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Предстоящие события из ваших персонального и общего календарей могут быть показаны в верхнем меню и панели." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kişisel veya paylaşılan takvimlerinizdeki yaklaşan etkinlikler menü çubuğunda veya panelde görünebilir." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upcoming events from your calendars can be shown in the menubar + panel." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "你个人和共享日历的未来事件将显示在菜单栏和面板上。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "即將到來的行程會在選單列和面板中顯示。" + } + } + } + }, + "You have no events scheduled for tomorrow." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du hast keine Kalendereinträge für morgen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No tienes eventos programados para mañana." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Za sutra nemaš zakazanih događaja." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내일 일정이 없어요!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nie masz zaplanowanych wydarzeń na jutro." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você não tem eventos agendados para amanhã." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "У вас нет запланированных на завтра событий." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yarın için yapılacak işiniz yok." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "You have no events scheduled for tomorrow." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "您明天没有安排。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您明天沒有排任何行程。" + } + } + } + }, + "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." : { + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du wirst ein Uhr-Symbol in Ihrer Menüleiste sehen, wenn Du die App startest. Wenn Du ein Dock-Symbol sehen möchtest, gehe in die Einstellungen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verás un icono de reloj en tu barra de menú cuando inicies la aplicación. Si quieres ver el icono en el Dock, ve a Preferencias." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous verrez une icône d'horloge dans votre barre de menu lorsque vous lancez l'application. Si vous souhaitez voir une icône de dock, allez dans Préférences." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kad pokreneš program, u traci izbornika vidjet ćeš ikonu sata. Ako želiš vidjeti ikonu u traci programa, idi na Postavke." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリを起動すると、メニューバーに時計のアイコンが表示されます。ドックのアイコンが表示される場合は、format@@0に進みます。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você verá um ícone de relógio na sua Barra de Menu ao iniciar o aplicativo. Se quiser ver um ícone do Dock, vá para Preferências." + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você verá um ícone de relógio na Barra de Menu ao iniciar a aplicação. Se quiser ver um ícone na Dock, vá às Preferências." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "При запуске приложения вы увидите значок часов в строке меню. Если вы хотите увидеть значок в панели Dock, перейдите в раздел Настройки." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulamayı başlattığınızda Menü Çubuğunuzda bir saat simgesi göreceksiniz. Bir Dock simgesi görmek isterseniz Tercihler'e gidin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "当你启动应用时,会在菜单栏看到一个时钟图标。如果想在 Dock 上显示图标,请在首选项设置。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "當應用程式啟動時,您將會在選單列看到 Clocker 圖像。如果您想在 Dock 上看到圖像,請前往偏好設定。" + } + } + } + }, + "You're all set!" : { + "comment" : "Final Onboarding Screen", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du bist startklar!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Todo listo!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tout est prêt !" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sve je spremno!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wszystko gotowe!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tudo pronto!" + } + }, + "pt-PT" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tudo pronto!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Все готово!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Her şey tamam!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're all set!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已完成全部设置!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定完成。" + } + } + } + }, + "You're offline, maybe?" : { + "comment" : "Errors", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bist Du eventuell offline?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Quizás estás sin conexión a internet?" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "hr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Možda nemaš vezu s internetom?" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オフラインのようです。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "당신은 오프라인입니다. 아마도?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jesteś offline (?)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você está offline, talvez?" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Возможно Вы не в сети?" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acaba çevrimdışı mısınız?" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "您已经离线?" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're offline, maybe?" + } + } + } + } + }, + "version" : "1.0" +} \ No newline at end of file diff --git a/Clocker/Clocker/ar.lproj/InfoPlist.strings b/Clocker/Clocker/ar.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/ar.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/ar.lproj/Localizable.strings b/Clocker/Clocker/ar.lproj/Localizable.strings deleted file mode 100644 index 026de2e..0000000 --- a/Clocker/Clocker/ar.lproj/Localizable.strings +++ /dev/null @@ -1,163 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "كلوكر"; -"Thank you for helping make Clocker even better!" = "شكرا للمساعدة في جعل Clocker افضل!"; -"iRateMessageTitle" = "قيّم %@"; -"iRateAppMessage" = "اذا ما اعجبك استخدام %@، فهل من الممكن ان نأخذ دقيقة من وقتك لتقييمه ؟ لن يأخذ أكثر من دقيقة من وقتك. نشكرك لدعمك!"; -"iRateGameMessage" = "إذا أعجبك %@، فهل من الممكن أن نأخذ دقيقة من وقتك لتقييمه؟ لن تأخذ عملية التقييم أكثر من دقيقة من وقتك. نشكرك لدعمك!"; -"iRateCancelButton" = "لا، شكراً"; -"iRateRateButton" = "قيّم الآن"; -"iRateRemindButton" = "ذكرني لاحقاً"; -"iRateUpdateMessage" = "التحديث الان؟"; -"ClockerVersion" = "الإصدار %@"; -"CLFeedbackAlertTitle" = "شكرا للمساعدة في جعل Clocker افضل!"; -"app-name" = "Clocker"; -"start-at-login" = "بدء عند تسجيل الدخول"; -"setup-steps" = "يتطلب الأمر فقط 3 خطوات لضبط Clocker"; -"Permissions-Header" = "الصلاحيات"; -"See your next Calendar event here." = "تابع حدثك القادم هنا."; -"Click here to start." = "أضغط هنا لتبدأ."; -"Reminders Access" = "صلاحيات الوصول إلى التذكيرات"; -"Calendar Access" = "صلاحيات الوصول إلى التقويم"; -"Permissions" = "الصلاحيات"; -"Calendar Detail" = "الأحداث القادمة من تقويماتك الشخصية والمشتركة يمكن أن تظهر في شريط القائمة ولوحة التحكم."; -"Reminders Detail" = "عين تذكيرات في المنطقة الزمني للموقع الذي تريده. يتم تخزين تذكيراتك في تطبيق التذكير بشكل افتراضي."; -"Privacy Text" = "يمكنك تغيير هذا لاحقًا في قسم اعدادات الخصوصية المتواجد بتفضيلات النظام."; -"Granted Button Text" = "مسموح"; -"Denied Button Text" = "مرفوض"; -"Grant Button Text" = "منح"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "يتطلب الأمر فقط 3 خطوات لتفعيل Clocker."; -"Get Started" = "ابدأ الاستخدام"; - -// Tab Item Titles -"Preferences Tab" = "التفضيلات"; -"Appearance Tab" = "إعدادات المظهر"; -"Calendar Tab" = "التقويم"; -"About Tab" = "حول"; -"Permissions Tab" = "الصلاحيات"; - -// General Preferences Screen -"Start at Login" = "بدأ Clocker عند تسجيل الدخول"; -"Sort by Time Difference" = "الترتيب حسب الفارق الزمني"; -"Sort by Name" = "الترتيب حسب الاسم"; -"Sort by Label" = "الترتيب حسب العلامة"; -"Search Field Placeholder" = "أدخل اسم المدينة أو الولاية أو البلد"; -"No Timezone Selected" = "رجاء اختر منطقتك الزمنية!"; -"Max Timezones Selected" = "الحد الأقصى المسموح به 100 منطقة زمنية!"; -"Max Search Characters" = "الحد الأقصى 50 حرفًا!"; -"Add Button Title" = "إضافة"; -"Close Button Title" = "إغلاق"; - -// Onboarding -"Open Clocker At Login" = "بدأ \"كلوكر\" عند تسجيل الدخول"; -"Launch Clocker" = "تشغيل Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "يتطلب الأمر فقط 3 خطوات لتفعيل Clocker."; -"Get Started" = "ابدأ الاستخدام"; - -// Permissions -"Calendar Access Title" = "صلاحيات الوصول إلى التقويم"; -"Reminders Access Title" = "صلاحيات الوصول إلى التذكيرات"; -"Later Config Description" = "يمكن إعداد هذا لاحقًا في تفضيلات النظام."; -"Back" = "عودة"; -"Continue" = "متابعة"; -"Clocker is more useful when it can display events from your calendars." = "يكون Clocker مفيدًا أكثر عندما يكون لديه صلاحيات عرض أحداث من تقويمك."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "يكون Clocker أكثر فائدةُ عندما يكون لديه صلاحيات عرض أحداث من تقويمك. يمكنك تغير هذا في تفضيلات النظام > اعدادات الأمان والخصوصية > أعدادات الخصوصية."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "الانتقال إلى تفضيلات النظام"; -"Grant Access" = "منح صلاحية الوصول"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "الأحداث القادمة من تقويماتك الشخصية والمشتركة يمكن أن تظهر في شريط القائمة ولوحة التحكم."; -"Granted" = "سماح"; -"Denied" = "رفض"; -"Grant" = "منح"; -"Unexpected" = "غير متوقع"; - -// Onboarding Search -"Quick Add Locations" = "إضافة سريعة للمواقع"; -"More search options in Clocker Preferences." = "المزيد من خيارات البحث في إعدادات تفضيلات Clocker."; -"Enter 3 or more characters for locations you'll like to add" = "أدخل على الأقل ثلاثة أحرف من الموقع الذي ترغب بإضافته"; - -// Start at Login -"Launch at Login" = "تشغيل عند تسجيل الدخول"; -"This can be configured later in Clocker Preferences." = "يمكن إعداد هذا لاحقًا في تفضيلات النظام."; -"Should Clocker open automatically on startup?" = "هل تريد أن يبدأ Clocker عند بدأ التشغيل؟"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Time Format"; -"Day Display Options" = "Day Display Options"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "Larger Text"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -/* Appears in Preferences -> Appearance which allows the user to switch between the compact and standard menubar mode. It doesn't lead anywhere. */ -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Preview"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "No places added"; - -// Panel -"No upcoming event." = "No upcoming event."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/ca.lproj/InfoPlist.strings b/Clocker/Clocker/ca.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/ca.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/ca.lproj/Localizable.strings b/Clocker/Clocker/ca.lproj/Localizable.strings deleted file mode 100644 index d814f0c..0000000 --- a/Clocker/Clocker/ca.lproj/Localizable.strings +++ /dev/null @@ -1,169 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Thank you for helping make Clocker even better!"; -"iRateMessageTitle" = "Rate %@"; -"iRateAppMessage" = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateGameMessage" = "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateCancelButton" = "No, Thanks"; -"iRateRateButton" = "Rate It Now"; -"iRateRemindButton" = "Remind Me Later"; -"iRateUpdateMessage" = "Update now?"; -"ClockerVersion" = "Version %@"; -"CLFeedbackAlertTitle" = "Thank you for helping make Clocker even better!"; -"app-name" = "Clocker"; -"start-at-login" = "Start At Login"; -"setup-steps" = "It only takes 3 steps to set up Clocker"; -"Permissions-Header" = "Permissions"; -"See your next Calendar event here." = "See your next Calendar event here."; -"Click here to start." = "Click here to start."; -"Reminders Access" = "Reminders Access"; -"Calendar Access" = "Calendar Access"; -"Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; -"Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; -"Granted Button Text" = "Granted"; -"Denied Button Text" = "Denied"; -"Grant Button Text" = "Grant"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Tab Item Titles -"Preferences Tab" = "Preferences"; -"Appearance Tab" = "Appearance"; -"Calendar Tab" = "Calendar"; -"About Tab" = "About"; -"Permissions Tab" = "Permissions"; - -// General Preferences Screen -"Start at Login" = "Start Clocker at Login"; -"Sort by Time Difference" = "Sort by Time Difference"; -"Sort by Name" = "Sort by Name"; -"Sort by Label" = "Sort by Label"; -"Search Field Placeholder" = "Enter a city, state or country name"; -"No Timezone Selected" = "Please select a timezone!"; -"Max Timezones Selected" = "Maximum 100 timezones allowed!"; -"Max Search Characters" = "Only 50 characters allowed!"; -"Add Button Title" = "Add"; -"Close Button Title" = "Close"; - -// Onboarding -"Open Clocker At Login" = "Open Clocker At Login"; -"Launch Clocker" = "Launch Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Permissions -"Calendar Access Title" = "Calendar Access"; -"Reminders Access Title" = "Reminders Access"; -"Later Config Description" = "These can be configured later in System Preferences."; -"Back" = "Back"; -"Continue" = "Continue"; -"Clocker is more useful when it can display events from your calendars." = "Clocker is more useful when it can display events from your calendars."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; -"Launch Preferences" = "Launch Preferences"; -"Grant Access" = "Grant Access"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Granted" = "Granted"; -"Denied" = "Denied"; -"Grant" = "Grant"; -"Unexpected" = "Unexpected"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - -// Start at Login -"Launch at Login" = "Launch at Login"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Time Format"; -"Day Display Options" = "Day Display Options"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "Larger Text"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Preview"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "No places added"; - -// Panel -"No upcoming event." = "No upcoming event."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/de.lproj/InfoPlist.strings b/Clocker/Clocker/de.lproj/InfoPlist.strings deleted file mode 100644 index 91bbed6..0000000 --- a/Clocker/Clocker/de.lproj/InfoPlist.strings +++ /dev/null @@ -1,24 +0,0 @@ -/* InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. */ -"CFBundleDisplayName" = "Clocker"; - -/* (No Comment) */ -"CFBundleName" = "Clocker"; - -/* Privacy - Calendars Usage Description */ -"NSCalendarsUsageDescription" = "Clocker kann nützlicher sein, wenn es kommende Termine von Ihren Kalender anzeigen kann. Sie können diese Einstellung in Systemeinstellungen › Sicherheit Privatsphäre › Privatsphäre ändern"; - -/* Copyright (human-readable) */ -"NSHumanReadableCopyright" = "Copyright © 2016, Abhishek Banthia"; - -/* Privacy - Location Always and When In Use Usage Description */ -"NSLocationAlwaysAndWhenInUseUsageDescription" = "Clocker kann nützlicher sein, wenn es Ihren Standort zur Bestimmung Ihrer aktuellen Zeitzone verwenden kann."; - -/* Privacy - Location Usage Description */ -"NSLocationUsageDescription" = "Clocker kann nützlicher sein, wenn es Ihren Standort zur Bestimmung Ihrer aktuellen Zeitzone verwenden kann."; - -/* Privacy - Reminders Usage Description */ -"NSRemindersUsageDescription" = "Clocker kann nützlicher sein, wenn es Erinnerungen für Ihre ausgewählte Zeitzone(n) setzen kann. Sie können diese Einstellung in Systemeinstellungen › Sicherheit und Privatsphäre › Privatsphäre ändern."; - diff --git a/Clocker/Clocker/de.lproj/Localizable.strings b/Clocker/Clocker/de.lproj/Localizable.strings deleted file mode 100644 index 183692e..0000000 --- a/Clocker/Clocker/de.lproj/Localizable.strings +++ /dev/null @@ -1,169 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Danke, dass du dabei geholfen hast, Clocker noch besser zu machen!"; -"iRateMessageTitle" = "%@ bewerten"; -"iRateAppMessage" = "Wenn dir %@ gefällt, dann bewerte uns doch im App Store. Das dauert kaum eine Minute und hilft uns sehr. Vielen Dank für deine Unterstützung!"; -"iRateGameMessage" = "Wenn du Spaß an %@ hast, dann bewerte uns doch im App Store. Das dauert kaum eine Minute und hilft uns sehr. Vielen Dank, für deine Unterstützung!"; -"iRateCancelButton" = "Nein, danke"; -"iRateRateButton" = "Jetzt bewerten"; -"iRateRemindButton" = "Später erinnern"; -"iRateUpdateMessage" = "Jetzt aktualisieren?"; -"ClockerVersion" = "Version %@"; -"CLFeedbackAlertTitle" = "Danke, dass Du hilfst Clocker noch besser zu machen!"; -"app-name" = "Clocker"; -"start-at-login" = "Bei der Anmeldung starten"; -"setup-steps" = "In nur drei Schritten ist Clocker fertig eingerichtet"; -"Permissions-Header" = "Berechtigungen"; -"See your next Calendar event here." = "Siehe bevorstehendes Kalenderereignis?"; -"Click here to start." = "Hier klicken, um zu starten."; -"Reminders Access" = "Erinnerungen-Zugriff"; -"Calendar Access" = "Kalender-Zugriff"; -"Permissions" = "Berechtigungen"; -"Calendar Detail" = "Anstehende Termine aus Deinem persönlichen und geteilten Kalendern können in der Menüleiste und im Fenster angezeigt werden."; -"Reminders Detail" = "Erinnerungen in der Zeitzone Deiner Wahl festlegen. Deine Erinnerungen werden in der Standard-Erinnerungs-App gespeichert."; -"Privacy Text" = "Du kannst das später im Bereich Datenschutz in den Systemeinstellungen ändern."; -"Granted Button Text" = "Gewährt"; -"Denied Button Text" = "Verweigert"; -"Grant Button Text" = "Gewähren"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "In nur drei Schritten ist Clocker fertig eingerichtet."; -"Get Started" = "Erste Schritte"; - -// Tab Item Titles -"Preferences Tab" = "Einstellungen"; -"Appearance Tab" = "Darstellung"; -"Calendar Tab" = "Kalender"; -"About Tab" = "Über"; -"Permissions Tab" = "Berechtigungen"; - -// General Preferences Screen -"Start at Login" = "Clocker bei der Anmeldung starten"; -"Sort by Time Difference" = "Nach Zeitdifferenz sortieren"; -"Sort by Name" = "Nach Namen sortieren"; -"Sort by Label" = "Nach Bezeichnung sortieren"; -"Search Field Placeholder" = "Gebe eine Stadt, ein Bundesland oder Land ein"; -"No Timezone Selected" = "Bitte wählen Sie eine Zeitzone!"; -"Max Timezones Selected" = "Es werden maximal 100 Zeitzonen unterstützt!"; -"Max Search Characters" = "Es sind nur 50 Zeichen erlaubt!"; -"Add Button Title" = "Hinzufügen"; -"Close Button Title" = "Schließen"; - -// Onboarding -"Open Clocker At Login" = "Clocker bei der Anmeldung starten"; -"Launch Clocker" = "Clocker starten"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "In nur drei Schritten ist Clocker fertig eingerichtet."; -"Get Started" = "Erste Schritte"; - -// Permissions -"Calendar Access Title" = "Kalender-Zugriff"; -"Reminders Access Title" = "Zugriff auf Erinnerungen"; -"Later Config Description" = "Dies kann später in den Clocker Einstellungen konfiguriert werden."; -"Back" = "Zurück"; -"Continue" = "Fortfahren"; -"Clocker is more useful when it can display events from your calendars." = "Clocker ist nützlicher, wenn es Ereignisse aus Deinem Kalendern anzeigen kann."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker ist nützlicher, wenn es Ereignisse aus Deinem Kalendern anzeigen kann. Du kannst diese Einstellung in Systemeinstellungen › Sicherheit Privatsphäre › Privatsphäre ändern."; -"Launch Preferences" = "Einstellungen öffnen"; -"Grant Access" = "Zugriff erlauben"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Anstehende Termine aus Deinem persönlichen und geteilten Kalendern können in der Menüleiste und im Fenster angezeigt werden."; -"Granted" = "Gewährt"; -"Denied" = "Abgelehnt"; -"Grant" = "Gewähren"; -"Unexpected" = "Unerwartet"; - -// Onboarding Search -"Quick Add Locations" = "Orte schnell hinzufügen"; -"More search options in Clocker Preferences." = "Weitere Suchoptionen in den Clocker Einstellungen."; -"Enter 3 or more characters for locations you'll like to add" = "Gebe 3 oder mehr Zeichen für den Orte ein, die Du hinzufügen möchtest"; - -// Start at Login -"Launch at Login" = "Bei der Anmelden starten"; -"This can be configured later in Clocker Preferences." = "Dies kann später in den Clocker Einstellungen konfiguriert werden."; -"Should Clocker open automatically on startup?" = "Soll Clocker beim Start automatisch geöffnet werden?"; - -// Final Onboarding Screen -"You're all set!" = "Du bist startklar!"; -"Thank you for the details." = "Vielen Dank für die Details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "Du wirst ein Uhr-Symbol in Ihrer Menüleiste sehen, wenn Du die App startest. Wenn Du ein Dock-Symbol sehen möchtest, gehe in die Einstellungen."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "Wenn Du uns helfen möchtest die App in Deine Sprache zu übersetzen oder von Zeit zu Zeit Informationen zur App erhalten möchtest, gibt bitte hier Deine E-Mail ein!"; - -// Appearance Tab -"Panel Theme" = "Erscheinungsbild"; -"Favourite a timezone to enable menubar display options." = "Favorisiere eine Zeitzone, um diese in der Menüleiste zu zeigen."; -"Main Panel Options" = "Optionen für Programmfenster"; -"Time Format" = "Zeitformat"; -"Day Display Options" = "Anzeigeoptionen für den Tag"; -"Show Future Slider" = "\"Future Slider\" anzeigen"; -"Show Sunrise/Sunset" = "Sonnenaufgang/-untergang anzeigen"; -"Display the time in seconds" = "Zeit in Sekunden anzeigen"; -"Larger Text" = "Größerer Text"; -"Future Slider Range" = "Bereich für den \"Future Slider\""; -"Include Date" = "Datum hinzufügen"; -"Include Day" = "Tag hinzufügen"; -"Include Place Name" = "Ortsname hinzufügen"; -"Menubar Display Options" = "Anzeigeoptionen für die Menüleiste"; -"Menubar Mode" = "Menüleisten-Modus"; -"Preview" = "Vorschau"; -"Miscellaneous" = "Verschiedenes"; - -// Empty View -"No places added" = "Keine Orte hinzugefügt"; - -// Panel -"No upcoming event." = "Kein anstehendes Ereignis."; -"You have no events scheduled for tomorrow." = "Du hast keine Kalendereinträge für morgen."; - -// Review -"Enjoy using Clocker?" = "Gefällt Dir Clocker?"; - -// App Feedback -"Tell us what you think!" = "Sag uns, was Du denkst!"; -"Contact Information (Optional)" = "Kontaktinformationen (optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Kontaktinformationen sind optional! Diese helfen uns jedoch Dich zu erreichen, falls wir weitere Informationen benötigen oder helfen können!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback ist immer willkommen:"; - -// Calendars View -"Upcoming Event View Options" = "Zukünftige Ereignisse zeigen"; -"Show Upcoming Event View" = "Anzeigeoptionen für zukünftige Ereignisse"; -"Show All Day Meetings" = "Ganztägige Ereignisse anzeigen"; -"Show Next Meeting Title in Menubar" = "Das nächste Ereignis in der Menüliste zeigen"; -"Truncate menubar text longer than" = "Text in der Menüleiste kürzen, der länger ist als"; -"characters" = "Zeichen"; -"Show events from" = "Zeige Ereignisse aus"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "Wenn der Besprechungstitel \"Besprechung mit Neel\" ist und die Kürzungslänge auf 5 eingestellt wurde, dann erscheint der Text in der Menüleiste als \"Bespr...\""; - -// Notes Popover -"Reminder Set" = "Erinnerung gespeichert"; -"Successfully set." = "Erfolgreich gespeichert."; - -// Errors -"You're offline, maybe?" = "Bist Du eventuell offline?"; -"Try again, maybe?" = "Versuche es nochmal!"; -"The Internet connection appears to be offline." = "Scheinbar besteht keine Verbindung zum Internet."; - -// UI Tests -"New Zealand" = "Neuseeland"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/en.lproj/InfoPlist.strings b/Clocker/Clocker/en.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/en.lproj/Localizable.strings b/Clocker/Clocker/en.lproj/Localizable.strings deleted file mode 100644 index 1d10296..0000000 --- a/Clocker/Clocker/en.lproj/Localizable.strings +++ /dev/null @@ -1,173 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Thank you for helping make Clocker even better!"; -"iRateMessageTitle" = "Rate %@"; -"iRateAppMessage" = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateGameMessage" = "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateCancelButton" = "No, Thanks"; -"iRateRateButton" = "Rate It Now"; -"iRateRemindButton" = "Remind Me Later"; -"iRateUpdateMessage" = "Update now?"; -"ClockerVersion" = "Version %@"; -"CLFeedbackAlertTitle" = "Thank you for helping make Clocker even better!"; -"app-name" = "Clocker"; -"start-at-login" = "Start At Login"; -"setup-steps" = "It only takes 3 steps to set up Clocker"; -"Permissions-Header" = "Permissions"; -"See your next Calendar event here." = "See your next Calendar event here."; -"Click here to start." = "Click here to start."; -"Reminders Access" = "Reminders Access"; -"Calendar Access" = "Calendar Access"; -"Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; -"Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; -"Granted Button Text" = "Granted"; -"Denied Button Text" = "Denied"; -"Grant Button Text" = "Grant"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Tab Item Titles -"Preferences Tab" = "Preferences"; -"Appearance Tab" = "Appearance"; -"Calendar Tab" = "Calendar"; -"About Tab" = "About"; -"Permissions Tab" = "Permissions"; - -// General Preferences Screen -"Start at Login" = "Start Clocker at Login"; -"Sort by Time Difference" = "Sort by Time Difference"; -"Sort by Name" = "Sort by Name"; -"Sort by Label" = "Sort by Label"; -"Search Field Placeholder" = "Enter a city, state or country name"; -"No Timezone Selected" = "Please select a timezone!"; -"Max Timezones Selected" = "Maximum 100 timezones allowed!"; -"Max Search Characters" = "Only 50 characters allowed!"; -"Add Button Title" = "Add"; -"Close Button Title" = "Close"; - -// Onboarding -"Open Clocker At Login" = "Open Clocker At Login"; -"Launch Clocker" = "Launch Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Permissions -"Calendar Access Title" = "Calendar Access"; -"Reminders Access Title" = "Reminders Access"; -"Later Config Description" = "These can be configured later in System Preferences."; -"Back" = "Back"; -"Continue" = "Continue"; -"Clocker is more useful when it can display events from your calendars." = "Clocker is more useful when it can display events from your calendars."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; -"Launch Preferences" = "Launch Preferences"; -"Grant Access" = "Grant Access"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar and the panel."; -"Granted" = "Granted"; -"Denied" = "Denied"; -"Grant" = "Grant"; -"Unexpected" = "Unexpected"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - -// Start at Login -"Launch at Login" = "Launch at Login"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Time Format"; -"Day Display Options" = "Day Display Options"; -"Show Future Slider" = "Show Future Slider"; -"Time Scroller" = "Time Scroller"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "Larger Text"; -"Future Slider Range" = "Future Slider Range"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Preview"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "No places added"; - -// Panel -"No upcoming event." = "No upcoming event."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; - -// Upcoming Event View -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/es.lproj/InfoPlist.strings b/Clocker/Clocker/es.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/es.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/es.lproj/Localizable.strings b/Clocker/Clocker/es.lproj/Localizable.strings deleted file mode 100644 index a0e9310..0000000 --- a/Clocker/Clocker/es.lproj/Localizable.strings +++ /dev/null @@ -1,171 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "¡Gracias por ayudar a mejorar Clocker!"; -"iRateMessageTitle" = "Valora %@"; -"iRateAppMessage" = "Si te gusta %@, ¿podrías escribirnos una reseña? No te tomará más de un minuto. ¡Gracias por tu apoyo!"; -"iRateGameMessage" = "Si te gusta %@, ¿te importaría dedicar un momento para valorarla? No tardarás nada. ¡Gracias por tu apoyo!"; -"iRateCancelButton" = "No, gracias"; -"iRateRateButton" = "Califícalo ahora"; -"iRateRemindButton" = "Recordarme más tarde"; -"iRateUpdateMessage" = "¿Actualizar ahora?"; -"ClockerVersion" = "Versión %@"; -"CLFeedbackAlertTitle" = "¡Gracias por ayudar a mejorar Clocker!"; -"app-name" = "Clocker"; -"start-at-login" = "Abrir en el inicio de sesión"; -"setup-steps" = "Sólo te tomará 3 pasos configurar Clocker"; -"Permissions-Header" = "Permisos"; -"See your next Calendar event here." = "Vea aquí su próximo evento del calendario."; -"Click here to start." = "Haga clic aquí para comenzar."; -"Reminders Access" = "Acceder a Recordatorios"; -"Calendar Access" = "Acceder al calendario"; -"Permissions" = "Permisos"; -"Calendar Detail" = "Los próximos eventos de sus calendarios personales y compartidos pueden mostrarse en la barra de menú y en el panel."; -"Reminders Detail" = "Establece recordatorios en la zona horaria de la ubicación seleccionada. Los recordatorios serán guardados en la aplicación Recordatorios predeterminada."; -"Privacy Text" = "Puede cambiar esto más tarde en la sección de Privacidad de las Preferencias del Sistema."; -"Granted Button Text" = "Permitido"; -"Denied Button Text" = "Denegado"; -"Grant Button Text" = "Permitir"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "Sólo te tomará 3 pasos configurar Clocker."; -"Get Started" = "Comenzar ahora"; - -// Tab Item Titles -"Preferences Tab" = "Preferencias"; -"Appearance Tab" = "Aspecto"; -"Calendar Tab" = "Calendario"; -"About Tab" = "Acerca de"; -"Permissions Tab" = "Permisos"; - -// General Preferences Screen -"Start at Login" = "Abrir Clocker al inicio de sesión"; -"Sort by Time Difference" = "Ordenar por diferencia horaria"; -"Sort by Name" = "Ordenar por nombre"; -"Sort by Label" = "Ordenar por etiqueta"; -"Search Field Placeholder" = "Introduzca un nombre de ciudad, estado o país"; -"No Timezone Selected" = "¡Por favor, selecciona una zona horaria!"; -"Max Timezones Selected" = "¡Se permiten maximo 100 zonas horarias!"; -"Max Search Characters" = "¡Solo se permiten 50 caracteres!"; -"Add Button Title" = "Añadir"; -"Close Button Title" = "Cerrar"; - -// Onboarding -"Open Clocker At Login" = "Abrir Clocker al iniciar sesión"; -"Launch Clocker" = "Abrir Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "Sólo te tomará 3 pasos configurar Clocker."; -"Get Started" = "Comenzar ahora"; - -// Permissions -"Calendar Access Title" = "Acceder al calendario"; -"Reminders Access Title" = "Acceder a Recordatorios"; -"Later Config Description" = "Se puede configurar más tarde en Preferencias del sistema."; -"Back" = "Regresar"; -"Continue" = "Continuar"; -"Clocker is more useful when it can display events from your calendars." = "Clocker es más útil cuando puede mostrar eventos de tus calendarios."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker es más útil cuando puede mostrar eventos de tus calendarios. Puede cambiar esta configuración en Preferencias del Sistema › Seguridad y privacidad › Privacidad."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "Abrir las preferencias"; -"Grant Access" = "Permitir acceso"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Los próximos eventos de sus calendarios personales y compartidos pueden mostrarse en la barra de menú y en el panel."; -"Granted" = "Permitido"; -"Denied" = "Denegado"; -"Grant" = "Permitir"; -"Unexpected" = "Inesperado"; - -// Onboarding Search -"Quick Add Locations" = "Agregar ubicaciones rápidamente"; -"More search options in Clocker Preferences." = "Más opciones de búsqueda en las preferencias de Clocker."; -"Enter 3 or more characters for locations you'll like to add" = "Introduce 3 o más caracteres de las ubicaciones que quisiera añadir"; - -// Start at Login -"Launch at Login" = "Ejecutar cuando inicia la sesión"; -"This can be configured later in Clocker Preferences." = "Esto se puede configurar más tarde en las Preferencias de Clocker."; -"Should Clocker open automatically on startup?" = "¿Quieres que Clocker se abra automáticamente al inicio?"; - -// Final Onboarding Screen -"You're all set!" = "¡Todo listo!"; -"Thank you for the details." = "Gracias por informarnos."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "Verás un icono de reloj en tu barra de menú cuando inicies la aplicación. Si quieres ver el icono en el Dock, ve a Preferencias."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "Si quieres ayudarnos a traducir la aplicación en tu idioma o recibir actualizaciones relacionadas con la aplicación, ¡Por favor escribe tu correo electrónico!"; - -// Appearance Tab -"Panel Theme" = "Apariencia de la aplicación"; -"Favourite a timezone to enable menubar display options." = "Elija una zona horaria como favorita para habilitar las opciones de visualización de la barra de menú."; -"Main Panel Options" = "Opciones del Panel Principal"; -"Time Format" = "Formato de hora"; -"Day Display Options" = "Formato de visualización del día"; -"Show Future Slider" = "Mostrar el deslizador para horas futuras"; -"Show Sunrise/Sunset" = "Mostrar salida de sol/puesta de sol"; -"Display the time in seconds" = "Mostrar el tiempo en segundos"; -"Larger Text" = "Texto más grande"; -"Future Slider Range" = "Deslizador de rango de tiempo"; -"Include Date" = "Mostrar fecha"; -"Include Day" = "Mostrar día"; -"Include Place Name" = "Mostrar nombre del lugar"; -"Menubar Display Options" = "Opciones de visualización del reloj en la barra de menú"; -"Menubar Mode" = "Modo en la barra de menú"; -"Preview" = "Vista previa"; -"Miscellaneous" = "Varios"; - -// Empty View -"No places added" = "No hay zonas horarias añadidas"; - -// Panel -"No upcoming event." = "No hay próximos eventos."; -"You have no events scheduled for tomorrow." = "No tienes eventos programados para mañana."; - -// Review -"Enjoy using Clocker?" = "¿Te gusta Clocker?"; - -// App Feedback -"Tell us what you think!" = "¡Queremos conocer tu opinión!"; -"Contact Information (Optional)" = "Información de contacto (opcional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "¡Los campos de contacto son opcionales! ¡Su información de contacto nos permitirá contactarnos con usted en caso de que necesitemos más información o podamos ayudar!"; - -// About View Screen -"Feedback is always welcome:" = "Tus comentarios son bienvenidos:"; - -// Calendars View -"Upcoming Event View Options" = "Opciones de visualización de los próximos eventos"; -"Show Upcoming Event View" = "Mostrar el próximo evento"; -"Show All Day Meetings" = "Mostrar todas las reuniones del día"; -"Show Next Meeting Title in Menubar" = "Mostrar el título de la próxima reunión en la barra de menú"; -"Truncate menubar text longer than" = "Cortar el texto de la barra de menú si es mayor que"; -"characters" = "caracteres"; -"Show events from" = "Mostrar eventos de"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "Si el título de la reunión es \"Reunión con Neel\" y la longitud de corte está establecida en 5 caracteres, el texto en la barra de menú aparecerá como \"Reuni…\""; - -// Notes Popover -"Reminder Set" = "Recordatorio establecido"; -"Successfully set." = "Configurado con éxito."; - -// Errors -"You're offline, maybe?" = "¿Quizás estás sin conexión a internet?"; -"Try again, maybe?" = "¿Podrías intentarlo otra vez?"; -"The Internet connection appears to be offline." = "Parece que no hay conexión a internet."; - -// UI Tests -"New Zealand" = "Nueva Zelanda"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/fr.lproj/InfoPlist.strings b/Clocker/Clocker/fr.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/fr.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/fr.lproj/Localizable.strings b/Clocker/Clocker/fr.lproj/Localizable.strings deleted file mode 100644 index 0ab3d5b..0000000 --- a/Clocker/Clocker/fr.lproj/Localizable.strings +++ /dev/null @@ -1,170 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Merci d'aider à améliorer Clocker !"; -"iRateMessageTitle" = "Noter %@"; -"iRateAppMessage" = "Si vous aimez utiliser %@, pourriez-vous prendre un moment pour l'évaluer ? Cela ne prendra pas plus d'une minute. Merci pour votre soutien !"; -"iRateGameMessage" = "Si vous aimez utiliser %@, pourriez-vous prendre un moment pour l'évaluer ? Cela ne prendra pas plus d'une minute. Merci pour votre soutien !"; -"iRateCancelButton" = "Non Merci"; -"iRateRateButton" = "Évaluez-le maintenant"; -"iRateRemindButton" = "Me le rappeler ultérieurement"; -"iRateUpdateMessage" = "Mettre à jour maintenant ?"; -"ClockerVersion" = "Version %@"; -"CLFeedbackAlertTitle" = "Merci pour votre aide à rendre Clocker encore meilleur!"; -"app-name" = "Clocker"; -"start-at-login" = "Activer avec la session"; -"setup-steps" = "Plus que trois marches à gravir et vous aurez ajusté Clocker"; -"Permissions-Header" = "Droits d'accès"; -"See your next Calendar event here." = "Retrouvez votre prochain événement de calendrier ici."; -"Click here to start." = "Cliquez ici pour commencer."; -"Reminders Access" = "Accès aux rappels"; -"Calendar Access" = "Accès au Calendrier"; -"Permissions" = "Autorisations"; -"Calendar Detail" = "Les événements à venir de vos calendriers personnels et partagés peuvent être affichés dans la barre de menus et dans le panneau."; -"Reminders Detail" = "Placez des rappels dans le fuseau horaire de votre choix. Vos rappels seront enregistrés dans l'application 'Rappels' par défaut."; -"Privacy Text" = "Vous pourrez modifier cela plus tard dans la section Confidentialité des Préférences Système."; -"Granted Button Text" = "Autorisé"; -"Denied Button Text" = "Refusée"; -"Grant Button Text" = "Autoriser"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "Cela ne prend que 3 étapes pour configurer Clocker."; -"Get Started" = "Get Started"; - -// Tab Item Titles -"Preferences Tab" = "Préférences"; -"Appearance Tab" = "Apparence"; -"Calendar Tab" = "Calendrier"; -"About Tab" = "À propos"; -"Permissions Tab" = "Autorisations"; - -// General Preferences Screen -"Start at Login" = "Démarrer Clocker à la connexion"; -"Sort by Time Difference" = "Trier par différence de temps"; -"Sort by Name" = "Tri par nom"; -"Sort by Label" = "Trier par étiquette"; -"Search Field Placeholder" = "Saisissez une ville, une région ou un pays"; -"No Timezone Selected" = "Veuillez sélectionner un fuseau horaire !"; -"Max Timezones Selected" = "100 fuseaux horaires maximum autorisés !"; -"Max Search Characters" = "50 caractères maximum autorisés !"; -"Add Button Title" = "Ajouter"; -"Close Button Title" = "Fermer"; - -// Onboarding -"Open Clocker At Login" = "Ouvrir Clocker à la connexion"; -"Launch Clocker" = "Lancer Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "Cela ne prend que 3 étapes pour configurer Clocker."; -"Get Started" = "Commencer"; - -// Permissions -"Calendar Access Title" = "Accès au calendrier"; -"Reminders Access Title" = "Accès aux rappels"; -"Later Config Description" = "Ces paramètres peuvent être configurés plus tard dans les Préférences Système."; -"Back" = "Retour"; -"Continue" = "Continuer"; -"Clocker is more useful when it can display events from your calendars." = "Clocker est plus utile quand il peut afficher des événements de vos calendriers."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker est plus utile quand il peut afficher des événements de vos calendriers. Vous pouvez modifier ce paramètre dans Préférences Système › Sécurité & Confidentialité › Confidentialité."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "Préférences de démarrage"; -"Grant Access" = "Autoriser l'accès"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Les événements à venir de vos calendriers personnels et partagés peuvent être affichés dans la barre de menus et dans le panneau."; -"Granted" = "Autorisé"; -"Denied" = "Refusé"; -"Grant" = "Autoriser"; -"Unexpected" = "Inattendu"; - -// Onboarding Search -"Quick Add Locations" = "Ajouter rapidement des emplacements"; -"More search options in Clocker Preferences." = "Plus d'options de recherche dans les Préférences de Clocker."; -"Enter 3 or more characters for locations you'll like to add" = "Entrez 3 caractères ou plus pour les emplacements que vous souhaitez ajouter"; - -// Start at Login -"Launch at Login" = "Démarrer à la connexion"; -"This can be configured later in Clocker Preferences." = "Ceci peut être configuré plus tard dans les préférences de Clocker."; -"Should Clocker open automatically on startup?" = "Clocker doit-il s'ouvrir automatiquement au démarrage ?"; - -// Final Onboarding Screen -"You're all set!" = "Tout est prêt !"; -"Thank you for the details." = "Merci pour votre commentaire."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "Vous verrez une icône d'horloge dans votre barre de menu lorsque vous lancez l'application. Si vous souhaitez voir une icône de dock, allez dans Préférences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "Si vous souhaitez nous aider à localiser l'application dans votre langue ou recevoir des mises à jour peu fréquentes liées à l'application, veuillez entrer votre adresse e-mail !"; - -// Appearance Tab -"Panel Theme" = "Apparence de la fenêtre"; -"Favourite a timezone to enable menubar display options." = "Mettre en favori un fuseau horaire pour activer les options d'affichage de la barre de menus."; -"Main Panel Options" = "Options de la fenêtre principale"; -"Time Format" = "Format de l'heure"; -"Day Display Options" = "Options d'affichage du jour"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Afficher le lever/coucher du soleil"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "Larger Text"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Prévisualisation"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "Aucun lieu ajouté"; - -// Panel -"No upcoming event." = "Aucun événement à venir."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Floride"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/hi.lproj/InfoPlist.strings b/Clocker/Clocker/hi.lproj/InfoPlist.strings deleted file mode 100644 index 0ef5caf..0000000 --- a/Clocker/Clocker/hi.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "विश्व का समय"; -"CFBundleName" = "विश्व का समय"; diff --git a/Clocker/Clocker/hi.lproj/Localizable.strings b/Clocker/Clocker/hi.lproj/Localizable.strings deleted file mode 100644 index 5440fa1..0000000 --- a/Clocker/Clocker/hi.lproj/Localizable.strings +++ /dev/null @@ -1,165 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "विश्व का समय"; -"Thank you for helping make Clocker even better!" = "Thank you for helping make Clocker even better!"; -"iRateMessageTitle" = "Rate %@"; -"iRateAppMessage" = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateGameMessage" = "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateCancelButton" = "No, Thanks"; -"iRateRateButton" = "Rate It Now"; -"iRateRemindButton" = "Remind Me Later"; -"iRateUpdateMessage" = "Update now?"; -"ClockerVersion" = "Version %@"; -"CLFeedbackAlertTitle" = "Thank you for helping make Clocker even better!"; -"app-name" = "Clocker"; -"start-at-login" = "Start At Login"; -"setup-steps" = "It only takes 3 steps to set up Clocker"; -"Permissions-Header" = "अनुमति"; -"See your next Calendar event here." = "अपना अगला कैलेंडर कार्यक्रम यहां देखें।"; -"Click here to start." = "शुरू करने के लिए यहाँ क्लिक करें।"; -"Reminders Access" = "रिमाइंडर अनुमति"; -"Calendar Access" = "कैलेंडर अनुमति"; -"Permissions" = "अनुमति"; -"Reminders Detail" = "अपनी पसंद के स्थान के समय क्षेत्र में रिमाइंडर सेट करें। आपके रिमाइंडर डिफ़ॉल्ट रिमाइंडर ऐप में संग्रहीत किए जाते हैं।"; -"Calendar Detail" = "अपने निजी और साझा कैलेंडर से आने वाली घटनाओं मेनूबार और पैनल में दिखाया जा सकता है।"; -"Privacy Text" = "आप आपकी पसंद भविष्य में सिस्टम प्रिफ्रेंसेज के प्राइवसी अनुभाग में बदल सकते हैं।"; -"Granted Button Text" = "स्वीकृत"; -"Denied Button Text" = "इनकार किया"; -"Grant Button Text" = "अनुदान"; - -// Tab Item Titles -"Preferences Tab" = "प्रिफ्रेंसेज"; -"Appearance Tab" = "दिखावट"; -"Calendar Tab" = "कैलेंडर"; -"About Tab" = "अबाउट"; -"Permissions Tab" = "अनुमति"; - -// General Preferencess -"Start at Login" = "लॉगिन पर शुरू करें"; -"Sort by Time Difference" = "समय अंतर द्वारा सॉर्ट करें"; -"Sort by Name" = "नाम द्वारा सॉर्ट करें"; -"Sort by Label" = "लेबल द्वारा सॉर्ट करें"; -"Search Field Placeholder" = "Enter a city, state or country name"; -"No Timezone Selected" = "Please select a timezone!"; -"Max Timezones Selected" = "Maximum 100 timezones allowed!"; -"Max Search Characters" = "Only 50 characters allowed!"; -"Add Button Title" = "ऐड "; -"Close Button Title" = "बंद करे"; - -// Onboarding -"Open Clocker At Login" = "Open Clocker At Login"; -"Launch Clocker" = "Launch Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "बस तीन स्टेप् और एप्लिकेशन तैयार।"; -"Get Started" = "शुरु करे"; - -// Permissions -"Calendar Access Title" = "कैलेंडर एक्सेस"; -"Reminders Access Title" = "रिमाइंडर एक्सेस"; -"Later Config Description" = "इन्हें बाद में सिस्टम प्राथमिकता में कॉन्फ़िगर किया जा सकता है।"; -"Back" = "वापस"; -"Continue" = "जारी रखें"; -"Clocker is more useful when it can display events from your calendars." = "Clocker is more useful when it can display events from your calendars."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; -"Launch Preferences" = "Launch Preferences"; -"Grant Access" = "Grant Access"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Granted" = "Granted"; -"Denied" = "Denied"; -"Grant" = "Grant"; -"Unexpected" = "Unexpected"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - -// Start at Login -"Launch at Login" = "Launch at Login"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "प्रकटन"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Time Format"; -"Day Display Options" = "Day Display Options"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "Larger Text"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Preview"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "No places added"; - -// Panel -"No upcoming event." = "No upcoming event."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "न्यूज़ीलैंड"; -"Florida" = "फ्लोरिडा"; -"San Francisco" = "सान फ्रांसिस्को"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/hr.lproj/Localizable.strings b/Clocker/Clocker/hr.lproj/Localizable.strings deleted file mode 100644 index b544edf..0000000 --- a/Clocker/Clocker/hr.lproj/Localizable.strings +++ /dev/null @@ -1,171 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 7/9/21. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Hvala što pomažeš poboljšati Clocker!"; -"iRateMessageTitle" = "Ocijeni %@"; -"iRateAppMessage" = "Ako voliš koristiti %@, ocijeni program. Postupak ocjenjivanja traje manje od jedne minute. Hvala na podršci!"; -"iRateGameMessage" = "Ako voliš igrati %@, ocijeni program. Postupak ocjenjivanja traje manje od jedne minute. Hvala na podršci!"; -"iRateCancelButton" = "Ne, hvala"; -"iRateRateButton" = "Ocijeni"; -"iRateRemindButton" = "Podsjeti me kasnije"; -"iRateUpdateMessage" = "Sada aktualizirati?"; -"ClockerVersion" = "Verzija %@"; -"CLFeedbackAlertTitle" = "Hvala što pomažeš poboljšati Clocker!"; -"app-name" = "Clocker"; -"start-at-login" = "Pokreni nakon prijave"; -"setup-steps" = "Za postavljanje programa Clocker potrebna su samo tri koraka"; -"Permissions-Header" = "Dozvole"; -"See your next Calendar event here." = "Ovdje pogledaj svoje sljedeće kalendarske događaje."; -"Click here to start." = "Pritisni ovdje za pokretanje."; -"Reminders Access" = "Pristup podsjetnicima"; -"Calendar Access" = "Pristup kalendaru"; -"Permissions" = "Dozvole"; -"Calendar Detail" = "Predstojeći događaji iz tvojih osobnih i zajedničkih kalendara mogu se prikazati u traci izbornika i na ploči."; -"Reminders Detail" = "Postavi podsjetnike u tvoju vremensku zonu mjesta. Tvoji se podsjetnici spremaju u standardni program Podsjetnici."; -"Privacy Text" = "Ovo možeš kasnije promijeniti u odjeljku Privatnost u Postavkama sustava."; -"Granted Button Text" = "Dozvoljeno"; -"Denied Button Text" = "Zabranjeno"; -"Grant Button Text" = "Dozvoli"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "Za postavljanje programa Clocker potrebna su samo tri koraka."; -"Get Started" = "Početak"; - -// Tab Item Titles -"Preferences Tab" = "Postavke"; -"Appearance Tab" = "Izgled"; -"Calendar Tab" = "Kalendar"; -"About Tab" = "Informacije"; -"Permissions Tab" = "Dozvole"; - -// General Preferences Screen -"Start at Login" = "Pokreni Clocker nakon prijave"; -"Sort by Time Difference" = "Razvrstaj po vremenskoj ralzici"; -"Sort by Name" = "Razvrstaj po imenu"; -"Sort by Label" = "Razvrstaj po oznaci"; -"Search Field Placeholder" = "Upiši grad, državu ili zemlju"; -"No Timezone Selected" = "Odaberi vremensku zonu!"; -"Max Timezones Selected" = "Ograničeno na 100 vremenskih zona!"; -"Max Search Characters" = "Ograničeno na 50 znakova!"; -"Add Button Title" = "Dodaj"; -"Close Button Title" = "Zatvori"; - -// Onboarding -"Open Clocker At Login" = "Otvori Clocker nakon prijave"; -"Launch Clocker" = "Pokreni Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "Za postavljanje programa Clocker potrebna su samo tri koraka."; -"Get Started" = "Početak"; - -// Permissions -"Calendar Access Title" = "Pristup kalendaru"; -"Reminders Access Title" = "Pristup podsjetnicima"; -"Later Config Description" = "Mogu se kasnije konfigurirati u postavkama sustava."; -"Back" = "Natrag"; -"Continue" = "Nastavi"; -"Clocker is more useful when it can display events from your calendars." = "Clocker je korisniji kad može prikazivati događaje u tvojim kalendarima."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker je korisniji kad može prikazivati događaje u tvojim kalendarima. Ovu postavku možeš promijeniti u Postavke sustava › Sigurnost i privatnost › Privatnost."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "Pokreni postavke"; -"Grant Access" = "Dopusti pristup"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Predstojeći događaji iz tvojih osobnih i zajedničkih kalendara mogu se prikazati u traci izbornika i na ploči."; -"Granted" = "Dodijeljeno"; -"Denied" = "Odbijeno"; -"Grant" = "Odobrenje"; -"Unexpected" = "Neočekivano"; - -// Onboarding Search -"Quick Add Locations" = "Brzo dodavanje mjesta"; -"More search options in Clocker Preferences." = "Daljnje opcije pretage u Clocker postavkama."; -"Enter 3 or more characters for locations you'll like to add" = "Upiši tri ili više znakova za mjesta koja želiš dodati"; - -// Start at Login -"Launch at Login" = "Pokreni nakon prijave"; -"This can be configured later in Clocker Preferences." = "Ovo se može kasnije konfigurirati u Clocker postavkama."; -"Should Clocker open automatically on startup?" = "Želiš li automatski pokrenuti Clocker nakon pokretanja računala?"; - -// Final Onboarding Screen -"You're all set!" = "Sve je spremno!"; -"Thank you for the details." = "Hvala ti na detalju."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "Kad pokreneš program, u traci izbornika vidjet ćeš ikonu sata. Ako želiš vidjeti ikonu u traci programa, idi na Postavke."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "Ako želiš pomoći prevesti program na tvoj jezik ili primati rijetke obavijesti o novim verzijama programa, upiši tvoju e-mail adresu!"; - -// Appearance Tab -"Panel Theme" = "Tema ploče"; -"Favourite a timezone to enable menubar display options." = "Odaberi vremensku zonu za aktiviranje opcija prikaza trake izbornika."; -"Main Panel Options" = "Opcije glavne ploče"; -"Time Format" = "Format za vrijeme"; -"Day Display Options" = "Opcije za prikaz dana"; -"Show Future Slider" = "Prikaži klizač budućnosti"; -"Show Sunrise/Sunset" = "Prikaži izlazak/zalazak sunca"; -"Display the time in seconds" = "Prikaži vrijeme u sekundama"; -"Larger Text" = "Veći tekst"; -"Future Slider Range" = "Klizač za raspon budućnosti"; -"Include Date" = "Uključi datum"; -"Include Day" = "Uključi dan"; -"Include Place Name" = "Uključi ime mjesta"; -"Menubar Display Options" = "Opcije prikaza izbornika"; -/* Appears in Preferences -> Appearance which allows the user to switch between the compact and standard menubar mode. It doesn't lead anywhere. */ -"Menubar Mode" = "Modus izbornika"; -"Preview" = " Pregled"; -"Miscellaneous" = "Razno"; - -// Empty View -"No places added" = "Nema dodanih mjesta"; - -// Panel -"No upcoming event." = "Nema predstojećih događaja."; -"You have no events scheduled for tomorrow." = "Za sutra nemaš zakazanih događaja."; - -// Review -"Enjoy using Clocker?" = "Voliš Clocker?"; - -// App Feedback -"Tell us what you think!" = "Javi nam što misliš!"; -"Contact Information (Optional)" = "Kontaktni podaci (opcionalno)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Polja za kontakt nisu obavezna! Tvoji kontaktni podaci omogućit će nam da te kontaktiramo u slučaju da trebamo daljnje informacije ili ako možemo pomoći!"; - -// About View Screen -"Feedback is always welcome:" = "Uvijek se radujemo povratnim informacijama:"; - -// Calendars View -"Upcoming Event View Options" = "Opcije prikaza predstojećih događaja"; -"Show Upcoming Event View" = "Prikaži prikaz predstojećih događaja"; -"Show All Day Meetings" = "Prikaži cjelodnevne sastanke"; -"Show Next Meeting Title in Menubar" = "Prikaži sljedeći sastanak u traci izbornika"; -"Truncate menubar text longer than" = "Skrati tekst u traci izbornika koji je duži od"; -"characters" = "znakova"; -"Show events from" = "Prikaži događaje od"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "Ako je naslov sastanka „Sastanak s Vladimirom”, a kraćenje je postavljeno na 5, tekst na traci pojavit će se kao „Sasta …”"; - -// Notes Popover -"Reminder Set" = "Postavljanje podsjetnika"; -"Successfully set." = "Uspješno postavljeno."; - -// Errors -"You're offline, maybe?" = "Možda nemaš vezu s internetom?"; -"Try again, maybe?" = "Želiš li ponovo pokušati?"; -"The Internet connection appears to be offline." = "Čini se da ne postoji veza s internetom."; - -// UI Tests -"New Zealand" = "Novi Zeland"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Prijelaz na ljetno računanje vremena dogodit će se za < 24 sata"; - -"Copied to Clipboard" = "Kopirano u međuspremnik"; -"No upcoming events for today!" = "Za danas nema predstojećih događaja 🎉"; -"Great going." = "Super."; -"Happy Weekend." = "Uživaj vikend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/it.lproj/InfoPlist.strings b/Clocker/Clocker/it.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/it.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/it.lproj/Localizable.strings b/Clocker/Clocker/it.lproj/Localizable.strings deleted file mode 100644 index 45b3b51..0000000 --- a/Clocker/Clocker/it.lproj/Localizable.strings +++ /dev/null @@ -1,170 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Thank you for helping make Clocker even better!"; -"iRateMessageTitle" = "Rate %@"; -"iRateAppMessage" = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateGameMessage" = "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateCancelButton" = "No, Thanks"; -"iRateRateButton" = "Rate It Now"; -"iRateRemindButton" = "Remind Me Later"; -"iRateUpdateMessage" = "Update now?"; -"ClockerVersion" = "Version %@"; -"CLFeedbackAlertTitle" = "Thank you for helping make Clocker even better!"; -"app-name" = "Clocker"; -"start-at-login" = "Start At Login"; -"setup-steps" = "It only takes 3 steps to set up Clocker"; -"Permissions-Header" = "Permissions"; -"See your next Calendar event here." = "See your next Calendar event here."; -"Click here to start." = "Click here to start."; -"Reminders Access" = "Reminders Access"; -"Calendar Access" = "Calendar Access"; -"Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; -"Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; -"Granted Button Text" = "Granted"; -"Denied Button Text" = "Denied"; -"Grant Button Text" = "Grant"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Tab Item Titles -"Preferences Tab" = "Preferences"; -"Appearance Tab" = "Appearance"; -"Calendar Tab" = "Calendar"; -"About Tab" = "About"; -"Permissions Tab" = "Permissions"; - -// General Preferences Screen -"Start at Login" = "Start Clocker at Login"; -"Selected Timezones" = "Selected Timezones"; -"Sort by Time Difference" = "Sort by Time Difference"; -"Sort by Name" = "Sort by Name"; -"Sort by Label" = "Sort by Label"; -"Search Field Placeholder" = "Enter a city, state or country name"; -"No Timezone Selected" = "Please select a timezone!"; -"Max Timezones Selected" = "Maximum 100 timezones allowed!"; -"Max Search Characters" = "Only 50 characters allowed!"; -"Add Button Title" = "Add"; -"Close Button Title" = "Close"; - -// Onboarding -"Open Clocker At Login" = "Open Clocker At Login"; -"Launch Clocker" = "Launch Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Permissions -"Calendar Access Title" = "Calendar Access"; -"Reminders Access Title" = "Reminders Access"; -"Later Config Description" = "These can be configured later in System Preferences."; -"Back" = "Back"; -"Continue" = "Continue"; -"Clocker is more useful when it can display events from your calendars." = "Clocker is more useful when it can display events from your calendars."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; -"Launch Preferences" = "Launch Preferences"; -"Grant Access" = "Grant Access"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Granted" = "Granted"; -"Denied" = "Denied"; -"Grant" = "Grant"; -"Unexpected" = "Unexpected"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; -"Search Locations" = "Search Locations"; - -// Start at Login -"Launch at Login" = "Launch at Login"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Time Format"; -"Day Display Options" = "Day Display Options"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "Larger Text"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Preview"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "No places added"; - -// Panel -"No upcoming event." = "No upcoming event."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/ja.lproj/InfoPlist.strings b/Clocker/Clocker/ja.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/ja.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/ja.lproj/Localizable.strings b/Clocker/Clocker/ja.lproj/Localizable.strings deleted file mode 100644 index 62d42f3..0000000 --- a/Clocker/Clocker/ja.lproj/Localizable.strings +++ /dev/null @@ -1,360 +0,0 @@ - - -"About Tab" = "このプログラムについて"; - - -"Add Button Title" = "追加"; - - -"Appearance Tab" = "外観"; - - -"Back" = "戻る"; - -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - - */ -"CFBundleDisplayName" = "Clocker"; - - -"CLFeedbackAlertTitle" = "Clocker の品質向上にご協力いただきありがとうございます!"; - - -"Calendar Access" = "カレンダーアクセス"; - -/* Permissions */ -"Calendar Access Title" = "カレンダーアクセス"; - - -"Calendar Detail" = "個人カレンダーおよび共有カレンダーからの今後のイベントをメニューバーとパネルに表示させることができます。"; - - -"Calendar Tab" = "カレンダー"; - - -"Click here to start." = "ここをクリックして開始します。"; - - -"Clocker is more useful when it can display events from your calendars." = "Clocker is more useful when it can display events from your calendars."; - - -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; - - -"ClockerVersion" = "バージョン %@"; - - -"Close Button Title" = "閉じる"; - - -"Contact Information (Optional)" = "Contact Information (Optional)"; - - -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - - -"Continue" = "続ける"; - - -"Copied to Clipboard" = "Copied to Clipboard"; - - -"Day Display Options" = "Day Display Options"; - -/* DST changes */ -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - - -"Denied" = "Denied"; - - -"Denied Button Text" = "拒否されています"; - - -"Display the time in seconds" = "Display the time in seconds"; - -/* Review */ -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - - -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - - -"Favourite a timezone to enable menubar display options." = "メニューバーの表示オプションを有効にするには、タイムゾーンをお気に入りとして登録してください。"; - -/* About View Screen */ -"Feedback is always welcome:" = "Feedback is always welcome:"; - - -"Florida" = "Florida"; - - -"Future Slider Range" = "Future Slider Range"; - - -"Get Started" = "はじめに"; - - -"Get Started" = "はじめに"; - - -"Grant" = "Grant"; - - -"Grant Access" = "Grant Access"; - - -"Grant Button Text" = "許可"; - - -"Granted" = "Granted"; - - -"Granted Button Text" = "許可されています"; - - -"Great going." = "Great going."; - - -"Happy Weekend." = "Happy Weekend."; - - -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - - -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - - -"Include Date" = "Include Date"; - - -"Include Day" = "Include Day"; - - -"Include Place Name" = "Include Place Name"; - -/* Welcome Onboarding */ -"It only takes 3 steps to set up Clocker." = "Clocker のセットアップは3ステップのみです。"; - -/* Welcome Onboarding */ -"It only takes 3 steps to setup Clocker." = "Clocker のセットアップは3ステップのみです。"; - - -"Larger Text" = "Larger Text"; - - -"Later Config Description" = "これらはシステム環境設定で後から設定できます。"; - - -"Launch Clocker" = "Clocker を起動"; - - -"Launch Preferences" = "Launch Preferences"; - -/* Start at Login */ -"Launch at Login" = "Launch at Login"; - - -"Main Panel Options" = "Main Panel Options"; - - -"Max Search Characters" = "設定可能な文字数は50です!"; - - -"Max Timezones Selected" = "最大で100の時間帯が設定可能です!"; - - -"Menubar Display Options" = "メニューバーの表示オプション"; - - -"Menubar Mode" = "メニューバーモード"; - - -"Miscellaneous" = "その他"; - - -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; - -/* UI Tests */ -"New Zealand" = "New Zealand"; - - -"No Timezone Selected" = "時間帯を選択してください!"; - -/* Empty View */ -"No places added" = "No places added"; - -/* Panel */ -"No upcoming event." = "No upcoming event."; - - -"No upcoming events for today!" = "No upcoming events for today 🎉"; - -/* Onboarding */ -"Open Clocker At Login" = "ログイン時に Clocker を開始"; - -/* Appearance Tab */ -"Panel Theme" = "Panel Theme"; - - -"Permissions" = "アクセス許可"; - - -"Permissions Tab" = "アクセス許可"; - - -"Permissions-Header" = "アクセス許可"; - -/* Tab Item Titles */ -"Preferences Tab" = "設定"; - - -"Preview" = "プレビュー"; - - -"Privacy Text" = "この設定はシステム環境設定のプライバシーセクションであとから変更が可能です。"; - -/* Onboarding Search */ -"Quick Add Locations" = "場所を簡単に追加"; - -/* Notes Popover */ -"Reminder Set" = "Reminder Set"; - - -"Reminders Access" = "リマインダーアクセス"; - - -"Reminders Access Title" = "リマインダーアクセス"; - - -"Reminders Detail" = "選択したロケーションのタイムゾーンでリマインダーを設定します。リマインダーはデフォルトのリマインダーアプリに保存されます。"; - - -"San Francisco" = "San Francisco"; - - -"Search Field Placeholder" = "都市名、州や県、国名を入力してください"; - - -"See your next Calendar event here." = "次回のカレンダーイベントはこちらをご覧ください。"; - - -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - - -"Show All Day Meetings" = "Show All Day Meetings"; - - -"Show Future Slider" = "Show Future Slider"; - - -"Show Next Meeting Title in Menubar" = "次のミーティングタイトルをメニューバーに表示する"; - - -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; - - -"Show Upcoming Event View" = "Show Upcoming Event View"; - - -"Show events from" = "Show events from"; - - -"Sort by Label" = "ラベルで並べ替え"; - - -"Sort by Name" = "地名で並べ替え"; - - -"Sort by Time Difference" = "時差で並べ替え"; - -/* General Preferences Screen */ -"Start at Login" = "ログイン時に Clocker を開始"; - - -"Successfully set." = "Successfully set."; - -/* App Feedback */ -"Tell us what you think!" = "Tell us what you think!"; - - -"Thank you for helping make Clocker even better!" = "Clocker の品質向上にご協力いただきありがとうございます!"; - - -"Thank you for the details." = "Thank you for the details."; - - -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - - -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; - - -"Time Format" = "表示フォーマット"; - - -"Truncate menubar text longer than" = "Truncate menubar text longer than"; - - -"Try again, maybe?" = "Try again, maybe?"; - - -"Unexpected" = "Unexpected"; - -/* Calendars View */ -"Upcoming Event View Options" = "Upcoming Event View Options"; - - -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; - - -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - - -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "アプリを起動すると、メニューバーに時計のアイコンが表示されます。ドックのアイコンが表示される場合は、format@@0に進みます。"; - -/* Final Onboarding Screen */ -"You're all set!" = "You're all set!"; - -/* Errors */ -"You're offline, maybe?" = "オフラインのようです。"; - - -"app-name" = "Clocker"; - - -"characters" = "characters"; - - -"iRateAppMessage" = "%@ がお気に召したのであれば、評価をして頂けますか? 1分とはかかりません。ご協力ありがとうございます!"; - - -"iRateCancelButton" = "いいえ、結構です"; - - -"iRateGameMessage" = "%@ がお気に召したのであれば、評価をして頂けますか? 1分とはかかりません。ご協力ありがとうございます!"; - - -"iRateMessageTitle" = "%@ を評価"; - - -"iRateRateButton" = "今すぐ評価します"; - - -"iRateRemindButton" = "後で通知する"; - - -"iRateUpdateMessage" = "今すぐアップデートしますか?"; - - -"setup-steps" = "Clocker のセットアップは3ステップのみです"; - - -"start-at-login" = "ログイン時に開始"; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/ko.lproj/InfoPlist.strings b/Clocker/Clocker/ko.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/ko.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/ko.lproj/Localizable.strings b/Clocker/Clocker/ko.lproj/Localizable.strings deleted file mode 100644 index 2a67731..0000000 --- a/Clocker/Clocker/ko.lproj/Localizable.strings +++ /dev/null @@ -1,172 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "시계"; -"Thank you for helping make Clocker even better!" = "Clocker가 더 발전할 수 있도록 도와주셔서 정말 감사합니다!"; -"iRateMessageTitle" = "비율 %@ "; -"iRateAppMessage" = "%@을 즐기고 계신다면, 잠시 평가를 위해 시간을 내주시겠습니까? 단 1분도 걸리지 않겠습니다. 지원해주셔서 감사합니다!"; -"iRateGameMessage" = "%@을 즐기고 계신다면, 잠시 평가를 위해 시간을 내주시겠습니까? 단 1분도 걸리지 않겠습니다. 지원해주셔서 감사합니다!"; -"iRateCancelButton" = "나중에 할게요"; -"iRateRateButton" = "지금 평가하기"; -"iRateRemindButton" = "나중에 다시 알리기"; -"iRateUpdateMessage" = "지금 업데이트를 진행할까요?"; -"ClockerVersion" = "버전 %@"; -"CLFeedbackAlertTitle" = "Clocker가 더 발전할 수 있도록 도와주셔서 정말 감사합니다!"; -"app-name" = "시계"; -"start-at-login" = "로그인을 해주세요"; -"setup-steps" = "시계를 설정하는데 3가지만 하시면 됩니다"; -"Permissions-Header" = "권한"; -"See your next Calendar event here." = "당신의 다음 일정을 여기서 보세요"; -"Click here to start." = "여기를 눌러서 시작합니다."; -"Reminders Access" = "리마인더 권한"; -"Calendar Access" = "캘린더 권한"; -"Permissions" = "권한"; -"Calendar Detail" = "여러분의 개인&공유 캘린더에서 다가오는 이벤트들은 메뉴바와 패널에서 보여질 수 있습니다."; -"Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; -"Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; -"Granted Button Text" = "Granted"; -"Denied Button Text" = "Denied"; -"Grant Button Text" = "Grant"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Tab Item Titles -"Preferences Tab" = "Preferences"; -"Appearance Tab" = "Appearance"; -"Calendar Tab" = "Calendar"; -"About Tab" = "About"; -"Permissions Tab" = "Permissions"; - -// General Preferences Screen -"Start at Login" = "Start Clocker at Login"; -"Sort by Time Difference" = "Sort by Time Difference"; -"Sort by Name" = "Sort by Name"; -"Sort by Label" = "Sort by Label"; -"Search Field Placeholder" = "Enter a city, state or country name"; -"No Timezone Selected" = "Please select a timezone!"; -"Max Timezones Selected" = "Maximum 100 timezones allowed!"; -"Max Search Characters" = "50 문자까지만 허용됩니다!"; -"Add Button Title" = "추가"; -"Close Button Title" = "닫기"; - -// Onboarding -"Open Clocker At Login" = "로그인해서 Clocker 열기"; -"Launch Clocker" = "Clocker 실행하기"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Permissions -"Calendar Access Title" = "캘린더 접근"; -"Reminders Access Title" = "리마인더 권한"; -"Later Config Description" = "이것들은 나중에 설정에서 바꾸실 수 있습니다"; -"Back" = "Back"; -"Continue" = "Continue"; -"Clocker is more useful when it can display events from your calendars." = "Clocker is more useful when it can display events from your calendars."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; -"Launch Preferences" = "Launch Preferences"; -"Grant Access" = "Grant Access"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Granted" = "Granted"; -"Denied" = "Denied"; -"Grant" = "Grant"; -"Unexpected" = "Unexpected"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - -// Start at Login -"Launch at Login" = "Launch at Login"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Time Format"; -"Day Display Options" = "Day Display Options"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "글씨를 크게하기"; -"Future Slider Range" = "미래 슬라이더 범위"; -"Include Date" = "날짜 추가하기"; -"Include Day" = "시간 추가하기"; -"Include Place Name" = "장소 이름"; -"Menubar Display Options" = "메뉴바 화면표시 설정"; -"Menubar Mode" = "메뉴바 모드"; -"Preview" = "미리보기"; -"Miscellaneous" = "기타"; - -// Empty View -"No places added" = "추가된 장소가 없음"; - -// Panel -"No upcoming event." = "예정된 이벤트 없음"; -"You have no events scheduled for tomorrow." = "내일 일정이 없어요!"; - -// Review -"Enjoy using Clocker?" = "Clocker 사용에 만족하십니까?"; - -// App Feedback -"Tell us what you think!" = "여러분의 의견을 들려주세요."; -"Contact Information (Optional)" = "연락처 정보 (선택)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "연락처 필드는 선택 사항입니다! 귀하의 연락처 정보는 추가 정보가 필요하거나 도움이 필요한 경우 연락을 드릴 것입니다!"; - -// About View Screen -"Feedback is always welcome:" = "피드백은 언제나 환영입니다:"; - -// Calendars View -"Upcoming Event View Options" = "다가오는 이벤트 보기 옵션"; -"Show Upcoming Event View" = "다가오는 일정 보기"; -"Show All Day Meetings" = "모든 일정 보기"; -"Show Next Meeting Title in Menubar" = "다음 일정을 메뉴바에서 보기"; -"Truncate menubar text longer than" = "다음보다 긴 메뉴 표시 줄 텍스트를 자릅니다. - -"; -"characters" = "글자"; -"Show events from" = "오늘부터 이벤트 표시"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "만약 미팅 제목이 \"Meeting with Neel\" 이면 5글자만 보여지기 때문에 주의해주세요. (\"Meeti...\")"; - -// Notes Popover -"Reminder Set" = "알림 설정"; -"Successfully set." = "설정이 완료되었습니다"; - -// Errors -"You're offline, maybe?" = "당신은 오프라인입니다. 아마도?"; -"Try again, maybe?" = "다시 시도 해보세요"; -"The Internet connection appears to be offline." = "인터넷 연결이 오프라인 상태입니다."; - -// UI Tests -"New Zealand" = "뉴질랜드"; -"Florida" = "플로리다"; -"San Francisco" = "샌프란시스코"; - - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉!"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/nl.lproj/InfoPlist.strings b/Clocker/Clocker/nl.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/nl.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/nl.lproj/Localizable.strings b/Clocker/Clocker/nl.lproj/Localizable.strings deleted file mode 100644 index d814f0c..0000000 --- a/Clocker/Clocker/nl.lproj/Localizable.strings +++ /dev/null @@ -1,169 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Thank you for helping make Clocker even better!"; -"iRateMessageTitle" = "Rate %@"; -"iRateAppMessage" = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateGameMessage" = "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateCancelButton" = "No, Thanks"; -"iRateRateButton" = "Rate It Now"; -"iRateRemindButton" = "Remind Me Later"; -"iRateUpdateMessage" = "Update now?"; -"ClockerVersion" = "Version %@"; -"CLFeedbackAlertTitle" = "Thank you for helping make Clocker even better!"; -"app-name" = "Clocker"; -"start-at-login" = "Start At Login"; -"setup-steps" = "It only takes 3 steps to set up Clocker"; -"Permissions-Header" = "Permissions"; -"See your next Calendar event here." = "See your next Calendar event here."; -"Click here to start." = "Click here to start."; -"Reminders Access" = "Reminders Access"; -"Calendar Access" = "Calendar Access"; -"Permissions" = "Permissions"; -"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; -"Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; -"Granted Button Text" = "Granted"; -"Denied Button Text" = "Denied"; -"Grant Button Text" = "Grant"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Tab Item Titles -"Preferences Tab" = "Preferences"; -"Appearance Tab" = "Appearance"; -"Calendar Tab" = "Calendar"; -"About Tab" = "About"; -"Permissions Tab" = "Permissions"; - -// General Preferences Screen -"Start at Login" = "Start Clocker at Login"; -"Sort by Time Difference" = "Sort by Time Difference"; -"Sort by Name" = "Sort by Name"; -"Sort by Label" = "Sort by Label"; -"Search Field Placeholder" = "Enter a city, state or country name"; -"No Timezone Selected" = "Please select a timezone!"; -"Max Timezones Selected" = "Maximum 100 timezones allowed!"; -"Max Search Characters" = "Only 50 characters allowed!"; -"Add Button Title" = "Add"; -"Close Button Title" = "Close"; - -// Onboarding -"Open Clocker At Login" = "Open Clocker At Login"; -"Launch Clocker" = "Launch Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Get Started"; - -// Permissions -"Calendar Access Title" = "Calendar Access"; -"Reminders Access Title" = "Reminders Access"; -"Later Config Description" = "These can be configured later in System Preferences."; -"Back" = "Back"; -"Continue" = "Continue"; -"Clocker is more useful when it can display events from your calendars." = "Clocker is more useful when it can display events from your calendars."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; -"Launch Preferences" = "Launch Preferences"; -"Grant Access" = "Grant Access"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Granted" = "Granted"; -"Denied" = "Denied"; -"Grant" = "Grant"; -"Unexpected" = "Unexpected"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - -// Start at Login -"Launch at Login" = "Launch at Login"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Time Format"; -"Day Display Options" = "Day Display Options"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Display the time in seconds"; -"Larger Text" = "Larger Text"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Preview"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "No places added"; - -// Panel -"No upcoming event." = "No upcoming event."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/pl.lproj/InfoPlist.strings b/Clocker/Clocker/pl.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/pl.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/pl.lproj/Localizable.strings b/Clocker/Clocker/pl.lproj/Localizable.strings deleted file mode 100644 index 16e8b62..0000000 --- a/Clocker/Clocker/pl.lproj/Localizable.strings +++ /dev/null @@ -1,163 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Dziękujemy za pomoc przy rozwijaniu Clockera!"; -"iRateMessageTitle" = "Oceń %@"; -"iRateAppMessage" = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateGameMessage" = "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateCancelButton" = "Nie, dziękuję"; -"iRateRateButton" = "Oceń teraz"; -"iRateRemindButton" = "Przypomnij mi później"; -"iRateUpdateMessage" = "Zaktualizuj teraz"; -"ClockerVersion" = "Wersja %@"; -"CLFeedbackAlertTitle" = "Dziękujemy za pomoc przy rozwijaniu Clockera!"; -"app-name" = "Clocker"; -"start-at-login" = "Uruchom przy logowaniu"; -"setup-steps" = "It only takes 3 steps to set up Clocker"; -"Permissions-Header" = "Uprawnienia"; -"See your next Calendar event here." = "Tu zobaczysz swoje najbliższe wydarzenie z kalendarza."; -"Click here to start." = "Kliknij tutaj, aby rozpocząć."; -"Reminders Access" = "Dostęp do powiadomień"; -"Calendar Access" = "Dostęp do kalendarza"; -"Permissions" = "Uprawnienia"; -"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Reminders Detail" = "Set reminders in the timezone of the location of your choice. Your reminders are stored in the default Reminders app."; -"Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; -"Granted Button Text" = "Przyznane"; -"Denied Button Text" = "Odrzucone"; -"Grant Button Text" = "Przyznaj"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Rozpocznij"; - -// Tab Item Titles -"Preferences Tab" = "Ustawienia"; -"Appearance Tab" = "Wygląd"; -"Calendar Tab" = "Kalendarz"; -"About Tab" = "O aplikacji"; -"Permissions Tab" = "Uprawnienia"; - -// General Preferences Screen -"Start at Login" = "Uruchom Clockera przy logowaniu"; -"Sort by Time Difference" = "Sortuj według Różnicy Czasu"; -"Sort by Name" = "Sortuj wg Nazwy"; -"Sort by Label" = "Sortuj według Etykiety"; -"Search Field Placeholder" = "Wprowadź miasto, województwo lub nazwę kraju"; -"No Timezone Selected" = "Wybierz strefę czasową!"; -"Max Timezones Selected" = "Dozwolone maksymalnie 100 stref czasowych!"; -"Max Search Characters" = "Dozwolone jest tylko 50 znaków!"; -"Add Button Title" = "Dodaj"; -"Close Button Title" = "Zamknij"; - -// Onboarding -"Open Clocker At Login" = "Uruchom Clockera przy logowaniu"; -"Launch Clocker" = "Uruchom Clockera"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "It only takes 3 steps to setup Clocker."; -"Get Started" = "Rozpocznij"; - -// Permissions -"Calendar Access Title" = "Dostęp do kalendarza"; -"Reminders Access Title" = "Dostęp do powiadomień"; -"Later Config Description" = "These can be configured later in System Preferences."; -"Back" = "Wstecz"; -"Continue" = "Dalej"; -"Clocker is more useful when it can display events from your calendars." = "Clocker jest bardziej przydatny, gdy może wyświetlać wydarzenia z Twojego kalendarza."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "Preferencje uruchomienia"; -"Grant Access" = "Przyznaj dostęp"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Granted" = "Granted"; -"Denied" = "Denied"; -"Grant" = "Grant"; -"Unexpected" = "Nieoczekiwany"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "More search options in Clocker Preferences."; -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - -// Start at Login -"Launch at Login" = "Uruchom przy logowaniu"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "Wszystko gotowe!"; -"Thank you for the details." = "Dziękuję za szczegóły."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Główny panel opcji"; -"Time Format" = "Format czasu"; -"Day Display Options" = "Opcje wyswietlania daty"; -"Show Future Slider" = "Pokaż suwak przyszłości"; -"Show Sunrise/Sunset" = "Pokaż wschód/zachód Słońca"; -"Display the time in seconds" = "Wyświetl czas z sekundami"; -"Larger Text" = "Powiększenie tekstu"; -"Future Slider Range" = "Zakres suwaka przyszłości"; -"Include Date" = "Pokaż datę"; -"Include Day" = "Pokaż dzień"; -"Include Place Name" = "Pokaż miejsce"; -"Menubar Display Options" = "Opcje wyświetlania paska menu"; -/* Appears in Preferences -> Appearance which allows the user to switch between the compact and standard menubar mode. It doesn't lead anywhere. */ -"Menubar Mode" = "Wygląd na pasku menu"; -"Preview" = "Podgląd"; -"Miscellaneous" = "Pozostałe"; - -// Empty View -"No places added" = "Brak dodanych miejsc"; - -// Panel -"No upcoming event." = "Brak nadchodzących wydarzeń."; -"You have no events scheduled for tomorrow." = "Nie masz zaplanowanych wydarzeń na jutro."; - -// Review -"Enjoy using Clocker?" = "Podoba ci się Clocker?"; - -// App Feedback -"Tell us what you think!" = "Tell us what you think!"; -"Contact Information (Optional)" = "Dane kontaktowe (opcjonalnie)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Twoja opinia jest zawsze mile widziana:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Pokaż całodniowe spotkania"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "znaki"; -"Show events from" = "Pokaż wydarzenia z"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Przypomnienie ustawione"; -"Successfully set." = "Zapisane."; - -// Errors -"You're offline, maybe?" = "Jesteś offline (?)"; -"Try again, maybe?" = "Spróbuj ponownie później"; -"The Internet connection appears to be offline." = "Wygląda na to, że nie działa połączenie z internetem."; - -// UI Tests -"New Zealand" = "Nowa Zelandia"; -"Florida" = "Floryda"; -"San Francisco" = "San Francisco"; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/pt-BR.lproj/Localizable.strings b/Clocker/Clocker/pt-BR.lproj/Localizable.strings deleted file mode 100644 index 319b1da..0000000 --- a/Clocker/Clocker/pt-BR.lproj/Localizable.strings +++ /dev/null @@ -1,170 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Obrigado por ajudar a tornar o Clocker ainda melhor!"; -"iRateMessageTitle" = "Avaliar %@"; -"iRateAppMessage" = "Se você gosta de usar o %@, você se importaria de avaliá-lo? Não vai demorar mais de um minuto. Obrigado por seu apoio!"; -"iRateGameMessage" = "Se você está gostando jogar %@, poderia avaliá-lo? Não levará mais de um minuto. Agradecemos o seu apoio!"; -"iRateCancelButton" = "Não, Obrigado"; -"iRateRateButton" = "Avaliar Agora"; -"iRateRemindButton" = "Lembrar mais tarde"; -"iRateUpdateMessage" = "Atualizar agora?"; -"ClockerVersion" = "Versão %@"; -"CLFeedbackAlertTitle" = "Obrigado por ajudar a tornar o Clocker ainda melhor!"; -"app-name" = "Clocker"; -"start-at-login" = "Iniciar ao iniciar sessão"; -"setup-steps" = "São apenas 3 passos para configurar o Clocker"; -"Permissions-Header" = "Permissões"; -"See your next Calendar event here." = "Veja seu próximo evento do Calendário aqui."; -"Click here to start." = "Clique aqui para iniciar."; -"Reminders Access" = "Acessos aos Lembretes"; -"Calendar Access" = "Acesso ao Calendário"; -"Permissions" = "Permissões"; -"Calendar Detail" = "Próximos eventos de seus calendários pessoais e compartilhados podem ser exibidos no menu e no painel."; -"Reminders Detail" = "Defina lembretes no fuso horário da localização de sua escolha. Seus lembretes são armazenados no aplicativo padrão Lembretes."; -"Privacy Text" = "Você pode alterar isso mais tarde na seção Privacidade das Preferências do Sistema."; -"Granted Button Text" = "Concedida"; -"Denied Button Text" = "Rejeitada"; -"Grant Button Text" = "Conceder"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "São apenas 3 passos para configurar o Clocker."; -"Get Started" = "Comece a Usar"; - -// Tab Item Titles -"Preferences Tab" = "Preferências"; -"Appearance Tab" = "Aparência"; -"Calendar Tab" = "Calendário"; -"About Tab" = "Sobre"; -"Permissions Tab" = "Permissões"; - -// General Preferences Screen -"Start at Login" = "Iniciar Clocker ao iniciar sessão"; -"Sort by Time Difference" = "Ordenar por diferença de horário"; -"Sort by Name" = "Ordenar por nome"; -"Sort by Label" = "Ordenar por Etiqueta"; -"Search Field Placeholder" = "Insira uma cidade, estado ou país"; -"No Timezone Selected" = "Por favor, selecione um fuso horário!"; -"Max Timezones Selected" = "Máximo de fusos horários permitido: 100!"; -"Max Search Characters" = "Só são permitidos até 50 caracteres!"; -"Add Button Title" = "Adicionar"; -"Close Button Title" = "Fechar"; - -// Onboarding -"Open Clocker At Login" = "Abrir o Clocker ao iniciar sessão"; -"Launch Clocker" = "Iniciar Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "São apenas 3 passos para configurar o Clocker."; -"Get Started" = "Comece a Usar"; - -// Permissions -"Calendar Access Title" = "Acesso ao Calendário"; -"Reminders Access Title" = "Acessos aos Lembretes"; -"Later Config Description" = "Isso pode ser configurado mais tarde nas Preferências de Sistema."; -"Back" = "Voltar"; -"Continue" = "Continuar"; -"Clocker is more useful when it can display events from your calendars." = "O bloqueador é mais útil quando pode exibir eventos de seus calendários."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "O bloqueador é mais útil quando pode exibir eventos de seus calendários. Você pode alterar essa configuração em Preferências do Sistema › Segurança e Privacidade › Privacidade."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "Abrir Preferências"; -"Grant Access" = "Conceder Acesso"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Próximos eventos de seus calendários pessoais e compartilhados podem ser exibidos no menu e no painel."; -"Granted" = "Concedido"; -"Denied" = "Negado"; -"Grant" = "Conceder"; -"Unexpected" = "Inesperado"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "Mais opções de busca em Preferências do Clocker."; -"Enter 3 or more characters for locations you'll like to add" = "Insira 3 ou mais caracteres para locais que gostaria de adicionar"; - -// Start at Login -"Launch at Login" = "Abrir ao iniciar sessão"; -"This can be configured later in Clocker Preferences." = "Isso pode ser configurado mais tarde nas Preferências do Clocker."; -"Should Clocker open automatically on startup?" = "O Clocker deve abrir automaticamente na inicialização?"; - -// Final Onboarding Screen -"You're all set!" = "Tudo pronto!"; -"Thank you for the details." = "Obrigado pelos detalhes."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "Você verá um ícone de relógio na sua Barra de Menu ao iniciar o aplicativo. Se quiser ver um ícone do Dock, vá para Preferências."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "Se você quiser nos ajudar a localizar o app no seu idioma ou receber atualizações pouco frequentes, digite seu e-mail!"; - -// Appearance Tab -"Panel Theme" = "Tema do painel"; -"Favourite a timezone to enable menubar display options." = "Favorite um fuso horário para habilitar opções de exibição na barra de menus."; -"Main Panel Options" = "Opções do painel principal"; -"Time Format" = "Formato da hora"; -"Day Display Options" = "Opções de Exibição do Dia"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Mostrar Nascer do Sol / Pôr do Sol"; -"Display the time in seconds" = "Exibir o tempo em segundos"; -"Larger Text" = "Texto Maior"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Incluir Data"; -"Include Day" = "Incluir Dia"; -"Include Place Name" = "Incluir Nome do Lugar"; -"Menubar Display Options" = "Opções de exibição da barra de menu"; -"Menubar Mode" = "Modo da barra de menu"; -"Preview" = "Pré-visualizar"; -"Miscellaneous" = "Diversos"; - -// Empty View -"No places added" = "Nenhum local adicionado"; - -// Panel -"No upcoming event." = "Sem eventos futuros."; -"You have no events scheduled for tomorrow." = "Você não tem eventos agendados para amanhã."; - -// Review -"Enjoy using Clocker?" = "Gostando de usar o Clocker?"; - -// App Feedback -"Tell us what you think!" = "Conte-nos o que você pensa!"; -"Contact Information (Optional)" = "Informações de Contato (Opcional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Os campos de contato são opcionais! Suas informações de contato nos permitirão entrar em contato com você caso precisemos de mais informações ou possamos ajudar!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback é sempre bem-vindo:"; - -// Calendars View -"Upcoming Event View Options" = "Upcoming Event View Options"; -"Show Upcoming Event View" = "Mostrar Visualização de Eventos A Seguir"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Mostrar título da próxima reunião na barra de menus"; -"Truncate menubar text longer than" = "Truncar texto de menu mais longo que"; -"characters" = "caracteres"; -"Show events from" = "Mostrar eventos de"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "Se o título da reunião for “Reunião com Neel” e o comprimento de truncagem for definido como 5, o texto na barra de menu aparecerá como “Reuni...”"; - -// Notes Popover -"Reminder Set" = "Lembrete definido"; -"Successfully set." = "Definido com sucesso."; - -// Errors -"You're offline, maybe?" = "Você está offline, talvez?"; -"Try again, maybe?" = "Tentar de novo, talvez?"; -"The Internet connection appears to be offline." = "A conexão à Internet parece estar desligada."; - -// UI Tests -"New Zealand" = "Nova Zelândia"; -"Florida" = "Flórida"; -"San Francisco" = "San Francisco"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/pt-PT.lproj/InfoPlist.strings b/Clocker/Clocker/pt-PT.lproj/InfoPlist.strings deleted file mode 100644 index 79d4436..0000000 --- a/Clocker/Clocker/pt-PT.lproj/InfoPlist.strings +++ /dev/null @@ -1,10 +0,0 @@ -/* - InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"CFBundleName" = "Clocker"; \ No newline at end of file diff --git a/Clocker/Clocker/ru.lproj/InfoPlist.strings b/Clocker/Clocker/ru.lproj/InfoPlist.strings deleted file mode 100644 index 1a079f8..0000000 --- a/Clocker/Clocker/ru.lproj/InfoPlist.strings +++ /dev/null @@ -1,24 +0,0 @@ -/* InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. */ -"CFBundleDisplayName" = "Clocker"; - -/* (No Comment) */ -"CFBundleName" = "Clocker"; - -/* Privacy - Calendars Usage Description */ -"NSCalendarsUsageDescription" = "Clocker can be more useful when it can display upcoming events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy"; - -/* Copyright (human-readable) */ -"NSHumanReadableCopyright" = "Авторское право © 2016, Абхишек Бантия"; - -/* Privacy - Location Always and When In Use Usage Description */ -"NSLocationAlwaysAndWhenInUseUsageDescription" = "Clocker can be more useful when it can use your location to determine your current timezone."; - -/* Privacy - Location Usage Description */ -"NSLocationUsageDescription" = "Clocker can be more useful when it can use your location to determine your current timezone."; - -/* Privacy - Reminders Usage Description */ -"NSRemindersUsageDescription" = "Clocker can be more useful when it can set reminders for your selected timezone(s). You can change this setting in System Preferences › Security & Privacy › Privacy."; - diff --git a/Clocker/Clocker/ru.lproj/Localizable.strings b/Clocker/Clocker/ru.lproj/Localizable.strings deleted file mode 100644 index 8b75afb..0000000 --- a/Clocker/Clocker/ru.lproj/Localizable.strings +++ /dev/null @@ -1,162 +0,0 @@ -/* (No Comment) */ -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Спасибо, что помогаете сделать Clocker еще лучше!"; -"iRateMessageTitle" = "Оцените"; -"iRateAppMessage" = "Если вам нравится %@, просьба уделить время, чтобы поставить оценку? Это займет не больше минуты. Спасибо за вашу поддержку!"; -"iRateGameMessage" = "Если вам нравится%@, просьба уделить время, чтобы поставить оценку? Это займет не больше минуты. Спасибо за вашу поддержку!"; -"iRateCancelButton" = "Нет, спасибо"; -"iRateRateButton" = "Поставьте рейтинг сейчас"; -"iRateRemindButton" = "Напомнить позже"; -"iRateUpdateMessage" = "Обновить сейчас?"; -"ClockerVersion" = "Версия"; -"CLFeedbackAlertTitle" = "Благодарю! Вы помогаете мне сделать Clocker лучше!"; -"app-name" = "Clocker"; -"start-at-login" = "Запустить при логине"; -"setup-steps" = "Нужно всего 3 шага что бы настроить Clocker"; -"Permissions-Header" = "Права доступа"; -"See your next Calendar event here." = "Отображать здесь Ваше следующее событие из календаря."; -"Click here to start." = "Нажмите здесь что бы начать."; -"Reminders Access" = "Доступ к напоминаниям"; -"Calendar Access" = "Доступ к календарю"; -"Permissions" = "Разрешения"; -"Calendar Detail" = "Предстоящие события из вашего личного и общего календарей могут отображаться в строке меню и на панели."; -"Reminders Detail" = "Установите напоминания в часовом поясе в выбранном вами месте. Ваши напоминания хранятся в приложении по умолчанию."; -"Privacy Text" = "Вы можете изменить это позже в разделе «Конфиденциальность» системных настроек."; -"Granted Button Text" = "Разрешено"; -"Denied Button Text" = "Запрещено"; -"Grant Button Text" = "Разрешение"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "Для настройки Clocker требуется всего 3 шага."; -"Get Started" = "Начнем"; - -// Tab Item Titles -"Preferences Tab" = "Настройки"; -"Appearance Tab" = "Представление"; -"Calendar Tab" = "Календарь"; -"About Tab" = "Об этом"; -"Permissions Tab" = "Разрешения"; - -// General Preferences Screen -"Start at Login" = "Запустить при логине"; -"Sort by Time Difference" = "Сорт по разнице времени"; -"Sort by Name" = "Сорт по имени"; -"Sort by Label" = "Сорт по метке"; -"Search Field Placeholder" = "Введите название города, штата или страны"; -"No Timezone Selected" = "Пожалуйста, выберите часовой пояс!"; -"Max Timezones Selected" = "Разрешено максимум 100 часовых поясов!"; -"Max Search Characters" = "Разрешено всего 50 символов!"; -"Add Button Title" = "Добавить"; -"Close Button Title" = "Закрыть"; - -// Onboarding -"Open Clocker At Login" = "Открыть Clocker при входе"; -"Launch Clocker" = "Запустить Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "Нужно всего 3 шага что бы настроить Clocker."; -"Get Started" = "Начало работы"; - -// Permissions -"Calendar Access Title" = "Доступ к календарю"; -"Reminders Access Title" = "Доступ к напоминаниям"; -"Later Config Description" = "Это можно настроить позже в Системных Настройках."; -"Back" = "Назад"; -"Continue" = "Продолжить"; -"Clocker is more useful when it can display events from your calendars." = "Clocker полезнее когда он может отображать события из ваших календарей."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker полезнее когда он может отображать предстоящие события из ваших календарей. Вы можете изменить эти настройки перейдя в  Системные настройки › Защита и безопасность › Приватность."; -"Launch Preferences" = "Параметры запуска"; -"Grant Access" = "Разрешить доступ"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Предстоящие события из ваших персонального и общего календарей могут быть показаны в верхнем меню и панели."; -"Granted" = "Предоставлено"; -"Denied" = "Отказано"; -"Grant" = "Разрешить"; -"Unexpected" = "Неожиданный"; - -// Onboarding Search -"Quick Add Locations" = "Быстрое добавление мест"; -"More search options in Clocker Preferences." = "Больше вариантов поиска в настройках Clocker."; -"Enter 3 or more characters for locations you'll like to add" = "Введите 3 или более символов для локаций, которые вы хотите добавить"; - -// Start at Login -"Launch at Login" = "Запуск при входе"; -"This can be configured later in Clocker Preferences." = "Это можно изменить позже в настройках Clocker."; -"Should Clocker open automatically on startup?" = "Должен ли Clocker автоматически открываться при запуске?"; - -// Final Onboarding Screen -"You're all set!" = "Все готово!"; -"Thank you for the details." = "Спасибо Вам за подробности."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "При запуске приложения вы увидите значок часов в строке меню. Если вы хотите увидеть значок в панели Dock, перейдите в раздел Настройки."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "Если вы хотите помочь нам локализовать приложение на вашем языке или получить обновления, связанные с приложениями, пожалуйста, введите ваш email!"; - -// Appearance Tab -"Panel Theme" = "Тема панели"; -"Favourite a timezone to enable menubar display options." = "Пометьте временную зону как избранную чтобы включить параметры отображения строки меню."; -"Main Panel Options" = "Параметры главной панели"; -"Time Format" = "Формат времени"; -"Day Display Options" = "Параметры отображения дня"; -"Show Future Slider" = "Показать ползунок"; -"Show Sunrise/Sunset" = "Показывать Восход/Закат"; -"Display the time in seconds" = "Отображать время в секундах"; -"Larger Text" = "Увеличенный текст"; -"Future Slider Range" = "Диапазон ползунка"; -"Include Date" = "Добавить Дату"; -"Include Day" = "Добавить День"; -"Include Place Name" = "Добавить название места"; -"Menubar Display Options" = "Параметры отображения меню"; -"Menubar Mode" = "Режимы меню"; -"Preview" = "Предпросмотр"; -"Miscellaneous" = "Прочее"; - -// Empty View -"No places added" = "Нет добавленных мест"; - -// Panel -"No upcoming event." = "Нет предстоящих событий."; -"You have no events scheduled for tomorrow." = "У вас нет запланированных на завтра событий."; - -// Review -"Enjoy using Clocker?" = "Понравилось приложения Clocker?"; - -// App Feedback -"Tell us what you think!" = "Расскажите нам, что вы думаете!"; -"Contact Information (Optional)" = "Контактная информация (необязательно)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Поля контактной информации необязательны! Ваша контактная информация позволит нам связаться с вами в случае необходимости дополнительной информации или может помочь нам!"; - -// About View Screen -"Feedback is always welcome:" = "Обратная связь всегда приветствуется:"; - -// Calendars View -"Upcoming Event View Options" = "Параметры просмотра Предстоящих Событий"; -"Show Upcoming Event View" = "Показывать предстоящие события"; -"Show All Day Meetings" = "Показать все встречи за день"; -"Show Next Meeting Title in Menubar" = "Показывать название следующей встречи в меню"; -"Truncate menubar text longer than" = "Урезать текст поля меню более чем"; -"characters" = "символы"; -"Show events from" = "Отображать события из"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "Если заголовок митинга \"Митинг с Кариной\" и длина обрезания текста установлена как 5, текст в верхнем меню будет отображаться как \"Митин...\""; - -// Notes Popover -"Reminder Set" = "Напоминание установлено"; -"Successfully set." = "Успешно установлено."; - -// Errors -"You're offline, maybe?" = "Возможно Вы не в сети?"; -"Try again, maybe?" = "Попробовать еще раз?"; -"The Internet connection appears to be offline." = "Похоже, что подключение к Интернету недоступно."; - -// UI Tests -"New Zealand" = "Новая Зеландия"; -"Florida" = "Флорида"; -"San Francisco" = "Сан-Франциско"; - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/tr.lproj/Localizable.strings b/Clocker/Clocker/tr.lproj/Localizable.strings deleted file mode 100644 index 3f2d35a..0000000 --- a/Clocker/Clocker/tr.lproj/Localizable.strings +++ /dev/null @@ -1,164 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Clocker'ı daha iyi hale getirmek için yaptığınız yardımlara teşekkürler!"; -"iRateMessageTitle" = "OylamaMesajYorum%@"; -"iRateAppMessage" = "%@ uygulamamız hoşunuza gittiyse, oy vermek ister misiniz? Bir dakikadan fazla sürmeyecektir. Desteğiniz için teşekkürler!"; -"iRateGameMessage" = "%@ uygulamamız hoşunuza gittiyse, oy vermek ister misiniz? Bir dakikadan fazla sürmeyecektir. Desteğiniz için teşekkürler!"; -"iRateCancelButton" = "Hayır, Teşekkürler"; -"iRateRateButton" = "Şimdi Oyla"; -"iRateRemindButton" = "Daha sonra hatırlat"; -"iRateUpdateMessage" = "Şimdi güncelle?"; -"ClockerVersion" = "Versiyon%@"; -"CLFeedbackAlertTitle" = "Clocker'ı daha iyi hale getirmek için yaptığınız yardımlara teşekkürler!"; -"app-name" = "Clocker"; -"start-at-login" = "Oturum açarken başlat"; -"setup-steps" = "Clocker'ı 3 adımda kur"; -"Permissions-Header" = "Yetkiler"; -"See your next Calendar event here." = "Bir sonraki takvim etkinliğini buradan gör."; -"Click here to start." = "Başlamak için buraya tıklayın."; -"Reminders Access" = "Hatırlatıcıya Giriş"; -"Calendar Access" = "Takvim Erişimi"; -"Permissions" = "Erişim Hakları"; -"Calendar Detail" = "Kişisel veya paylaşılan takvimlerinizdeki yaklaşan etkinlikler menü çubuğunda veya panelde görünebilir."; -"Reminders Detail" = "Seçtiğiniz yerin saat diliminde hatırlatıcılar ekleyin. Hatırlatıcılarınız, varsayılan uygulamasında saklanır."; -"Privacy Text" = "Bunu daha sonra Sistem Tercihleri'nin Güvenlik ve Gizlilik bölümünden değiştirebilirsiniz."; -"Granted Button Text" = "Onaylandı"; -"Denied Button Text" = "Reddedildi"; -"Grant Button Text" = "Onayla"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "Clocker'ı 3 adımda kur."; -"Get Started" = "Başlayın"; - -// Tab Item Titles -"Preferences Tab" = "Ayarlar"; -"Appearance Tab" = "Görünüm"; -"Calendar Tab" = "Takvim"; -"About Tab" = "Hakkında"; -"Permissions Tab" = "Yetkiler"; - -// General Preferences Screen -"Start at Login" = "Clocker'ı Başlangıçta başlat"; -"Sort by Time Difference" = "Zaman farkına göre sırala"; -"Sort by Name" = "Ada göre sırala"; -"Sort by Label" = "Etikete göre sırala"; -"Search Field Placeholder" = "Bir şehir, bölge veya ülke girin"; -"No Timezone Selected" = "Lütfen saat dilimi seçin!"; -"Max Timezones Selected" = "En fazla 100 saat dilimi kabul edilir!"; -"Max Search Characters" = "Sadece 50 karakter kabul edilir!"; -"Add Button Title" = "Ekle"; -"Close Button Title" = "Kapat"; - -// Onboarding -"Open Clocker At Login" = "Clocker'ı Başlangıçta başlat"; -"Launch Clocker" = "Clocker'ı çalıştır"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "Clocker'i 3 adımda kur."; -"Get Started" = "Başlayın"; - -// Permissions -"Calendar Access Title" = "Takvim Erişimi"; -"Reminders Access Title" = "Hatırlatıcıya Giriş"; -"Later Config Description" = "Bu, daha sonra Sistem Ayarlarında değiştirilebilir."; -"Back" = "Geri"; -"Continue" = "Devam et"; -"Clocker is more useful when it can display events from your calendars." = "Clocker takvimlerdeki etkinliklerinizi gösterebilirse daha kullanışlı hale gelebilir."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker takviminizde bulunan sıradaki etkinlikleri gösterdiğinde daha kullanışlı hale gelir. Bu ayarı Sistem Tercihleri › Güvenlik & Gizlilik › Gizlilik kısmından değiştirebilirsiniz."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "Başlatma Tercihleri"; -"Grant Access" = "Erişim izni ver"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Kişisel veya paylaşılan takvimlerinizdeki yaklaşan etkinlikler menü çubuğunda veya panelde görünebilir."; -"Granted" = "İzin verildi"; -"Denied" = "Reddedildi"; -"Grant" = "Erişim ver"; -"Unexpected" = "Beklenmedik"; - -// Onboarding Search -"Quick Add Locations" = "Hızlı lokasyon ekle"; -"More search options in Clocker Preferences." = "Clocker Tercihlerinde daha fazla arama seçenekleri bulunur."; -"Enter 3 or more characters for locations you'll like to add" = "Eklemek istediğiniz konum için 3 veya daha fazla karakter girin"; - -// Start at Login -"Launch at Login" = "Açılışta Başlat"; -"This can be configured later in Clocker Preferences." = "Bu daha sonra Clocker Tercihlerinde düzenlenebilir."; -"Should Clocker open automatically on startup?" = "Clocker başlangıçta otomatik açılsın mı?"; - -// Final Onboarding Screen -"You're all set!" = "Her şey tamam!"; -"Thank you for the details." = "Detaylar için teşekkür ederiz."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "Uygulamayı başlattığınızda Menü Çubuğunuzda bir saat simgesi göreceksiniz. Bir Dock simgesi görmek isterseniz Tercihler'e gidin."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "Uygulamayı kendi dilinizde yerelleştirmemize veya nadiren uygulamayla ilgili güncellemeler almanıza yardımcı olmak isterseniz, lütfen e-postanızı girin!"; - -// Appearance Tab -"Panel Theme" = "Panel Teması"; -"Favourite a timezone to enable menubar display options." = "Menu çubuğu görünümü seçeneklerini etkinleştirmek için bir zaman dilimini favorileyin."; -"Main Panel Options" = "Ana Panel Seçenekleri"; -"Time Format" = "Zaman Formatı"; -"Day Display Options" = "Gün Görünüm Seçenekleri"; -"Show Future Slider" = "Zaman Kaydırıcısını Göster"; -"Show Sunrise/Sunset" = "Gün Doğumu/Batımı'nı Göster"; -"Display the time in seconds" = "Zamanı saniye şeklinde göster"; -"Larger Text" = "Daha Büyük Yazı"; -"Future Slider Range" = "Zaman Kaydırıcı Aralığı"; -"Include Date" = "Tarihi Dahil Et"; -"Include Day" = "Günü Dahil Et"; -"Include Place Name" = "Yer Adını Dahil Et"; -"Menubar Display Options" = "Menu Çubuğu Görünüm Seçenekleri"; -/* Appears in Preferences -> Appearance which allows the user to switch between the compact and standard menubar mode. It doesn't lead anywhere. */ -"Menubar Mode" = "Menü Çubuğu Mod'u"; -"Preview" = "Ön İzleme"; -"Miscellaneous" = "Çeşitli"; - -// Empty View -"No places added" = "Yer eklenmedi"; - -// Panel -"No upcoming event." = "Yaklaşan etkinlik yok."; -"You have no events scheduled for tomorrow." = "Yarın için yapılacak işiniz yok."; - -// Review -"Enjoy using Clocker?" = "Clocker'ı kullanmaktan memnun musun?"; - -// App Feedback -"Tell us what you think!" = "Bize düşüncelerinizi bildiriniz!"; -"Contact Information (Optional)" = "İletişim Bilgileri (İsteğe Bağlı)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Bağlantı girdileri isteğe bağlıdır! Bağlantı bilgilerinizi, sonrasında sizden daha fazla bilgi almak veya size yardım edebilmek için gerektiğinde kullanacağız!"; - -// About View Screen -"Feedback is always welcome:" = "Geri bildirimleriniz memnuniyetle karşılanır:"; - -// Calendars View -"Upcoming Event View Options" = "Sonraki etkinliği görüntüleme seçenekleri -Takvimleri Görüntüle"; -"Show Upcoming Event View" = "Yaklaşan Etkinlikleri Göster"; -"Show All Day Meetings" = "Günün bütün etkinliklerini göster"; -"Show Next Meeting Title in Menubar" = "Bir sonraki etkinlik başlığını Menüde göster"; -"Truncate menubar text longer than" = "Menü çubuğu metnini kısalt"; -"characters" = "karakterler"; -"Show events from" = "Şuradaki etkinlikleri göster"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "Eğer buluşma adı \"Ahmet ile Buluşma\" ise ve kısaltma uzunluğu 5 olarak ayarlıysa, menü çubuğundaki yazı \"Ahmet...\" olarak görünecek"; - -// Notes Popover -"Reminder Set" = "Hatırlatıcı Ayarlandı"; -"Successfully set." = "Ayarlama başarılı."; - -// Errors -"You're offline, maybe?" = "Acaba çevrimdışı mısınız?"; -"Try again, maybe?" = "Belki tekrar denemek istersin?"; -"The Internet connection appears to be offline." = "Internet bağlantınız çevrimdışı görünüyor."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/uk.lproj/Localizable.strings b/Clocker/Clocker/uk.lproj/Localizable.strings deleted file mode 100644 index cd038fa..0000000 --- a/Clocker/Clocker/uk.lproj/Localizable.strings +++ /dev/null @@ -1,160 +0,0 @@ -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - -*/ - -"CFBundleDisplayName" = "Clocker"; -"Thank you for helping make Clocker even better!" = "Thank you for helping make Clocker even better!"; -"iRateMessageTitle" = "Оціни %@"; -"iRateAppMessage" = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateGameMessage" = "If you enjoy playing %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!"; -"iRateCancelButton" = "Ні, дякую"; -"iRateRateButton" = "Оцінити зараз"; -"iRateRemindButton" = "Нагадати пізніше"; -"iRateUpdateMessage" = "Оновити зараз?"; -"ClockerVersion" = "Версія %@"; -"CLFeedbackAlertTitle" = "Дякуємо, що допомагаєте зробити Clocker ще кращим!"; -"app-name" = "Clocker"; -"start-at-login" = "Запускати при вході"; -"setup-steps" = "Налаштування Clocker займе лише 3 кроки"; -"Permissions-Header" = "Дозволи"; -"See your next Calendar event here." = "Побачте вашу наступну подію Календаря тут."; -"Click here to start." = "Натисніть тут, щоб почати."; -"Reminders Access" = "Доступ до Нагадувань"; -"Calendar Access" = "Доступ до Календаря"; -"Permissions" = "Дозволи"; -"Calendar Detail" = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Reminders Detail" = "Встановіть нагадування в часовому поясі вибраного вами місця. Ваші нагадування зберігаються в програмі Нагадування за умовчанням."; -"Privacy Text" = "You can change this later in the Privacy section of the System Preferences."; -"Granted Button Text" = "Надано"; -"Denied Button Text" = "Відмовлено"; -"Grant Button Text" = "Надати"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "Налаштування Clocker займе лише 3 кроки."; -"Get Started" = "Почати роботу"; - -// Tab Item Titles -"Preferences Tab" = "Налаштування"; -"Appearance Tab" = "Вигляд"; -"Calendar Tab" = "Календар"; -"About Tab" = "Про програму"; -"Permissions Tab" = "Дозволи"; - -// General Preferences Screen -"Start at Login" = "Запускати Clocker при вході"; -"Sort by Time Difference" = "Сортувати за Різницею у часі"; -"Sort by Name" = "Сортувати за Назвою"; -"Sort by Label" = "Сортувати за Позначенням"; -"Search Field Placeholder" = "Введіть місто, область або назву країни"; -"No Timezone Selected" = "Будь ласка, оберіть часовий пояс!"; -"Max Timezones Selected" = "Максимально доступно 100 часових поясів!"; -"Max Search Characters" = "Only 50 characters allowed!"; -"Add Button Title" = "Додати"; -"Close Button Title" = "Закрити"; - -// Onboarding -"Open Clocker At Login" = "Відкривати Clocker при вході"; -"Launch Clocker" = "Запустити Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "Налаштування Clocker займе лише 3 кроки."; -"Get Started" = "Почати роботу"; - -// Permissions -"Calendar Access Title" = "Доступ до Календаря"; -"Reminders Access Title" = "Доступ до Нагадувань"; -"Later Config Description" = "Це можна налаштувати пізніше в Системних параметрах."; -"Back" = "Назад"; -"Continue" = "Continue"; -"Clocker is more useful when it can display events from your calendars." = "Clocker більш корисний, коли може відображати події з ваших календарів."; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker більш корисний, коли може відображати події з ваших календарів. Ви можете змінити цей параметр у Системні параметри › Безпека та приватність › Приватність."; -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "Відкрити Системні параметри"; -"Grant Access" = "Надати доступ"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "Upcoming events from your calendars can be shown in the menubar + panel."; -"Granted" = "Надано"; -"Denied" = "Відмовлено"; -"Grant" = "Надати"; -"Unexpected" = "Unexpected"; - -// Onboarding Search -"Quick Add Locations" = "Quick Add Locations"; -"More search options in Clocker Preferences." = "Більше варіантів пошуку в налаштуваннях Clocker."; -"Enter 3 or more characters for locations you'll like to add" = "Enter 3 or more characters for locations you'll like to add"; - -// Start at Login -"Launch at Login" = "Запускати при вході"; -"This can be configured later in Clocker Preferences." = "This can be configured later in Clocker Preferences."; -"Should Clocker open automatically on startup?" = "Should Clocker open automatically on startup?"; - -// Final Onboarding Screen -"You're all set!" = "You're all set!"; -"Thank you for the details." = "Thank you for the details."; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences."; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - -// Appearance Tab -"Panel Theme" = "Panel Theme"; -"Favourite a timezone to enable menubar display options." = "Favourite a timezone to enable menubar display options."; -"Main Panel Options" = "Main Panel Options"; -"Time Format" = "Формат часу"; -"Day Display Options" = "Варіанти відображання дня"; -"Show Future Slider" = "Show Future Slider"; -"Show Sunrise/Sunset" = "Show Sunrise/Sunset"; -"Display the time in seconds" = "Відображати час у секундах"; -"Larger Text" = "Більший текст"; -"Future Slider Range" = "Future Slider Range"; -"Include Date" = "Include Date"; -"Include Day" = "Include Day"; -"Include Place Name" = "Include Place Name"; -"Menubar Display Options" = "Menubar Display Options"; -/* Appears in Preferences -> Appearance which allows the user to switch between the compact and standard menubar mode. It doesn't lead anywhere. */ -"Menubar Mode" = "Menubar Mode"; -"Preview" = "Preview"; -"Miscellaneous" = "Miscellaneous"; - -// Empty View -"No places added" = "No places added"; - -// Panel -"No upcoming event." = "No upcoming event."; -"You have no events scheduled for tomorrow." = "You have no events scheduled for tomorrow."; - -// Review -"Enjoy using Clocker?" = "Enjoy using Clocker?"; - -// App Feedback -"Tell us what you think!" = "Розкажіть нам, що ви думаєте!"; -"Contact Information (Optional)" = "Contact Information (Optional)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!"; - -// About View Screen -"Feedback is always welcome:" = "Feedback is always welcome:"; - -// Calendars View -"Upcoming Event View Options" = "Варіанти перегляду майбутньої події"; -"Show Upcoming Event View" = "Show Upcoming Event View"; -"Show All Day Meetings" = "Show All Day Meetings"; -"Show Next Meeting Title in Menubar" = "Show Next Meeting Title in Menubar"; -"Truncate menubar text longer than" = "Truncate menubar text longer than"; -"characters" = "characters"; -"Show events from" = "Show events from"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\""; - -// Notes Popover -"Reminder Set" = "Reminder Set"; -"Successfully set." = "Successfully set."; - -// Errors -"You're offline, maybe?" = "You're offline, maybe?"; -"Try again, maybe?" = "Try again, maybe?"; -"The Internet connection appears to be offline." = "The Internet connection appears to be offline."; - -// UI Tests -"New Zealand" = "New Zealand"; -"Florida" = "Florida"; -"San Francisco" = "San Francisco"; diff --git a/Clocker/Clocker/zh-Hans.lproj/InfoPlist.strings b/Clocker/Clocker/zh-Hans.lproj/InfoPlist.strings deleted file mode 100644 index 86fee5e..0000000 --- a/Clocker/Clocker/zh-Hans.lproj/InfoPlist.strings +++ /dev/null @@ -1,24 +0,0 @@ -/* InfoPlist.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. */ -"CFBundleDisplayName" = "Clocker"; - -/* (No Comment) */ -"CFBundleName" = "Clocker"; - -/* Privacy - Calendars Usage Description */ -"NSCalendarsUsageDescription" = "Clocker在展示你即将到来的日程时非常有用。你可以在 系统设置› 安全和隐私› 隐私 中更改设置。"; - -/* Copyright (human-readable) */ -"NSHumanReadableCopyright" = "版权所有© 2016, Abhishek Banthia"; - -/* Privacy - Location Always and When In Use Usage Description */ -"NSLocationAlwaysAndWhenInUseUsageDescription" = "Clocker can be more useful when it can use your location to determine your current timezone."; - -/* Privacy - Location Usage Description */ -"NSLocationUsageDescription" = "Clocker can be more useful when it can use your location to determine your current timezone."; - -/* Privacy - Reminders Usage Description */ -"NSRemindersUsageDescription" = "Clocker can be more useful when it can set reminders for your selected timezone(s). You can change this setting in System Preferences › Security & Privacy › Privacy."; - diff --git a/Clocker/Clocker/zh-Hans.lproj/Localizable.strings b/Clocker/Clocker/zh-Hans.lproj/Localizable.strings deleted file mode 100644 index 182fbe1..0000000 --- a/Clocker/Clocker/zh-Hans.lproj/Localizable.strings +++ /dev/null @@ -1,163 +0,0 @@ -/* (No Comment) */ -"CFBundleDisplayName" = "解锁器"; -"Thank you for helping make Clocker even better!" = "感谢您帮助 Clocker 做得更好!"; -"iRateMessageTitle" = "评价 %@"; -"iRateAppMessage" = "如果您喜欢使用 %@,能否请您抽出时间来对它进行评价?评价不会超过一分钟。感谢您的支持 !"; -"iRateGameMessage" = "如果您喜欢使用 %@,能否请您抽出时间来对它进行评价?评价不会超过一分钟。感谢您的支持 !"; -"iRateCancelButton" = "不用了,谢谢"; -"iRateRateButton" = "立即评分"; -"iRateRemindButton" = "稍后提醒我"; -"iRateUpdateMessage" = "现在更新?"; -"ClockerVersion" = "版本 %@"; -"CLFeedbackAlertTitle" = "感谢您帮助 Clocker 做得更好!"; -"app-name" = "Clocker"; -"start-at-login" = "开启时启动"; -"setup-steps" = "只需要三步来设置 Clocker"; -"Permissions-Header" = "权限"; -"See your next Calendar event here." = "在这里查看你的下一个日历事件。"; -"Click here to start." = "点此开始。"; -"Reminders Access" = "提醒访问权限"; -"Calendar Access" = "日历访问权限"; -"Permissions" = "权限"; -"Calendar Detail" = "未来你个人和分享的日历事件将显示在菜单栏和面板上。"; -"Reminders Detail" = "在您选择的位置时区设置提醒。您的提醒存储在默认提醒应用中。"; -"Privacy Text" = "您稍后可以在「系统偏好设置」的隐私部分更改此内容。"; -"Granted Button Text" = "已授权"; -"Denied Button Text" = "已拒绝"; -"Grant Button Text" = "授权"; - -// Welcome Onboarding -"It only takes 3 steps to setup Clocker." = "只需要 3 步来设置 Clocker。"; -"Get Started" = "开始"; - -// Tab Item Titles -"Preferences Tab" = "首选项"; -"Appearance Tab" = "外观"; -"Calendar Tab" = "日历"; -"About Tab" = "关于"; -"Permissions Tab" = "权限"; - -// General Preferences Screen -"Start at Login" = "登录时启动 Clocker"; -"Sort by Time Difference" = "按时间差排序"; -"Sort by Name" = "按名称排序"; -"Sort by Label" = "按标签排序"; -"Search Field Placeholder" = "输入城市、省/州或国家名称"; -"No Timezone Selected" = "请选择一个时区!"; -"Max Timezones Selected" = "最多允许 100 个时区!"; -"Max Search Characters" = "最多允许 50 个字符!"; -"Add Button Title" = "添加"; -"Close Button Title" = "关闭"; - -// Onboarding -"Open Clocker At Login" = "登录时启动 Clocker"; -"Launch Clocker" = "启动 Clocker"; - -// Welcome Onboarding -"It only takes 3 steps to set up Clocker." = "只需要三步来设置 Clocker。"; -"Get Started" = "现在开始"; - -// Permissions -"Calendar Access Title" = "访问日历"; -"Reminders Access Title" = "访问提醒"; -"Later Config Description" = "这些可以稍后在系统偏好设置中配置。"; -"Back" = "返回"; -"Continue" = "继续"; -"Clocker is more useful when it can display events from your calendars." = "Clocker 能显示日历中的事件时会更有用。"; -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "Clocker 在能显示日历中的事件时更有用。你可以在「系统偏好设置 > 安全性与隐私 > 隐私」中更改设置。"; -"Launch Preferences" = "打开首选项"; -"Grant Access" = "授予访问权限"; -"Upcoming events from your calendars can be shown in the menubar + panel." = "你个人和共享日历的未来事件将显示在菜单栏和面板上。"; -"Granted" = "已授权"; -"Denied" = "已拒绝"; -"Grant" = "授权"; -"Unexpected" = "意外的"; - -// Onboarding Search -"Quick Add Locations" = "快速添加地点"; -"More search options in Clocker Preferences." = "Clocker 首选项中的更多搜索选项。"; -"Enter 3 or more characters for locations you'll like to add" = "为您想要添加的位置输入 3 个或更多字符"; - -// Start at Login -"Launch at Login" = "登录时启动"; -"This can be configured later in Clocker Preferences." = "这可以稍后在 Clocker 首选项中进行配置。"; -"Should Clocker open automatically on startup?" = "是否在启动时自动打开 Clocker?"; - -// Final Onboarding Screen -"You're all set!" = "已完成全部设置!"; -"Thank you for the details." = "感谢您的详细信息。"; -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "当你启动应用时,会在菜单栏看到一个时钟图标。如果想在 Dock 上显示图标,请在首选项设置。"; -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "如果您想帮助翻译本应用或收到不定时的应用更新,请输入您的电子邮箱!"; - -// Appearance Tab -"Panel Theme" = "面板主题"; -"Favourite a timezone to enable menubar display options." = "收藏一个时区以在菜单栏上显示可选项。"; -"Main Panel Options" = "主面板选项"; -"Time Format" = "时间格式"; -"Day Display Options" = "日显示选项"; -"Show Future Slider" = "显示未来滑块"; -"Show Sunrise/Sunset" = "显示日出/日落"; -"Display the time in seconds" = "显示秒数"; -"Larger Text" = "更大字号"; -"Future Slider Range" = "未来滑块范围"; -"Include Date" = "包含日期"; -"Include Day" = "包含日"; -"Include Place Name" = "包含地名"; -"Menubar Display Options" = "菜单栏显示选项"; -"Menubar Mode" = "菜单栏模式"; -"Preview" = "预览"; -"Miscellaneous" = "杂项设置"; - -// Empty View -"No places added" = "没有添加地点"; - -// Panel -"No upcoming event." = "暂无事项"; -"You have no events scheduled for tomorrow." = "您明天没有安排。"; - -// Review -"Enjoy using Clocker?" = "喜欢使用 Clocker 吗?"; - -// App Feedback -"Tell us what you think!" = "告诉我们您的想法!"; -"Contact Information (Optional)" = "联系信息 (可选)"; -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "联系人字段是可选项!我们需要更多信息或帮助时,将使用联络信息联络您!"; - -// About View Screen -"Feedback is always welcome:" = "欢迎提供反馈:"; - -// Calendars View -"Upcoming Event View Options" = "即将到来的事件视图选项"; -"Show Upcoming Event View" = "显示即将到来的事件视图"; -"Show All Day Meetings" = "显示全天会议"; -"Show Next Meeting Title in Menubar" = "在菜单栏中显示下一个会议标题"; -"Truncate menubar text longer than" = "截断菜单栏文字长度大于"; -"characters" = "字符"; -"Show events from" = "显示事件来源"; -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "如果会议标题是“Meeting with Neel”,并且截断长度设置为 5 ,菜单栏的文本将显示为“Meeti...”"; - -// Notes Popover -"Reminder Set" = "提醒设置"; -"Successfully set." = "设置成功"; - -// Errors -"You're offline, maybe?" = "您已经离线?"; -"Try again, maybe?" = "稍后再试?"; -"The Internet connection appears to be offline." = "网络连接已断开。"; - -// UI Tests -"New Zealand" = "新西兰"; -"Florida" = "佛罗里达"; -"San Francisco" = "旧金山"; - - -// DST changes -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - -"Copied to Clipboard" = "Copied to Clipboard"; -"No upcoming events for today!" = "No upcoming events for today 🎉"; -"Great going." = "Great going."; -"Happy Weekend." = "Happy Weekend."; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/Clocker/zh-Hant.lproj/Localizable.strings b/Clocker/Clocker/zh-Hant.lproj/Localizable.strings deleted file mode 100644 index 1120fa1..0000000 --- a/Clocker/Clocker/zh-Hant.lproj/Localizable.strings +++ /dev/null @@ -1,360 +0,0 @@ - - -"About Tab" = "關於"; - - -"Add Button Title" = "新增"; - - -"Appearance Tab" = "外觀"; - - -"Back" = "返回"; - -/* - Localizable.strings - Clocker - - Created by Abhishek Banthia on 3/27/16. - - */ -"CFBundleDisplayName" = "Clocker"; - - -"CLFeedbackAlertTitle" = "感謝您的幫助,讓 Clocker 變得更好!"; - - -"Calendar Access" = "取用您的行事曆"; - -/* Permissions */ -"Calendar Access Title" = "取用您的行事曆"; - - -"Calendar Detail" = "即將到來的行程會在選單列和面板中顯示。"; - - -"Calendar Tab" = "行事曆"; - - -"Click here to start." = "開始"; - - -"Clocker is more useful when it can display events from your calendars." = "從您的行事曆顯示行程將使 Clocker 更實用。"; - - -"Clocker is more useful when it can display events from your calendars. You can change this setting in System Preferences › Security & Privacy › Privacy." = "從您的行事曆顯示行程將使 Clocker 更實用。您可以在「系統偏好設定」>「安全性與隱私」>「隱私權」更改此設定。"; - - -"ClockerVersion" = "版本:%@"; - - -"Close Button Title" = "關閉"; - - -"Contact Information (Optional)" = "聯絡資訊(可留空)"; - - -"Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!" = "聯絡欄為可選填欄位!我們需要更多資訊或協助時,將會透過聯絡資訊聯絡您!"; - - -"Continue" = "繼續"; - - -"Copied to Clipboard" = "Copied to Clipboard"; - - -"Day Display Options" = "日期顯示選項"; - -/* DST changes */ -"Daylights Saving transition will occur in < 24 hours" = "Daylights Saving transition will occur in < 24 hours"; - - -"Denied" = "拒絕"; - - -"Denied Button Text" = "拒絕"; - - -"Display the time in seconds" = "顯示時間秒數"; - -/* Review */ -"Enjoy using Clocker?" = "喜歡使用 Clocker 嗎?"; - - -"Enter 3 or more characters for locations you'll like to add" = "為您想加入的位置輸入 3 個或更多字元"; - - -"Favourite a timezone to enable menubar display options." = "將一時區設為喜好項目以啟用選單列顯示選項。"; - -/* About View Screen */ -"Feedback is always welcome:" = "Feedback is always welcome:"; - - -"Florida" = "佛羅里達"; - - -"Future Slider Range" = "未來滑桿範圍"; - - -"Get Started" = "開始使用"; - - -"Get Started" = "開始使用"; - - -"Grant" = "允許"; - - -"Grant Access" = "允許存取"; - - -"Grant Button Text" = "允許"; - - -"Granted" = "允許"; - - -"Granted Button Text" = "允許"; - - -"Great going." = "Great going."; - - -"Happy Weekend." = "Happy Weekend."; - - -"If meeting title is \"Meeting with Neel\" and truncate length is set to 5, text in menubar will appear as \"Meeti...\"" = "如果會議標題為「Meeting with Neel」、文字長度限制為 5,選單列中的文字將顯示為「Meeti...」。"; - - -"If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!" = "If you'd like to help us localize the app in your language or receive infrequent app-related updates, please enter your email!"; - - -"Include Date" = "包含日期"; - - -"Include Day" = "包含星期"; - - -"Include Place Name" = "包含位置名稱"; - -/* Welcome Onboarding */ -"It only takes 3 steps to set up Clocker." = "設定 Clocker 只需要 3 個步驟。"; - -/* Welcome Onboarding */ -"It only takes 3 steps to setup Clocker." = "設定 Clocker 只需要 3 個步驟。"; - - -"Larger Text" = "文字大小"; - - -"Later Config Description" = "這些可以稍後在「系統偏好設定」中進行設置。"; - - -"Launch Clocker" = "啟動 Clocker"; - -/* Text for button that takes the user to the System Preferences app. In case the user hasn't given Calendar/Reminders access permission, this button takes you to the System Preferences app where the user can give proper permissions to Clocker. */ -"Launch Preferences" = "啟動偏好設定"; - -/* Start at Login */ -"Launch at Login" = "登入時啟動"; - - -"Main Panel Options" = "主要面板選項"; - - -"Max Search Characters" = "只允許 50 個字元!"; - - -"Max Timezones Selected" = "最多允許 100 個時區!"; - - -"Menubar Display Options" = "選單列顯示選項"; - - -"Menubar Mode" = "選單列模式"; - - -"Miscellaneous" = "其他設定"; - - -"More search options in Clocker Preferences." = "在 Clocker 偏好設定中更多的搜尋選項。"; - -/* UI Tests */ -"New Zealand" = "紐西蘭"; - - -"No Timezone Selected" = "請選取一個時區!"; - -/* Empty View */ -"No places added" = "未加入地點"; - -/* Panel */ -"No upcoming event." = "沒有即將到來的行程"; - - -"No upcoming events for today!" = "No upcoming events for today 🎉"; - -/* Onboarding */ -"Open Clocker At Login" = "在登入時打開 Clocker"; - -/* Appearance Tab */ -"Panel Theme" = "面板主題"; - - -"Permissions" = "權限"; - - -"Permissions Tab" = "權限"; - - -"Permissions-Header" = "權限"; - -/* Tab Item Titles */ -"Preferences Tab" = "偏好設定"; - - -"Preview" = "預覽"; - - -"Privacy Text" = "您稍後可以在「系統偏好設定」>「安全性與隱私權」中更改。"; - -/* Onboarding Search */ -"Quick Add Locations" = "快速加入位置"; - -/* Notes Popover */ -"Reminder Set" = "Reminder Set"; - - -"Reminders Access" = "取用提醒事項"; - - -"Reminders Access Title" = "取用提醒事項"; - - -"Reminders Detail" = "根據你選擇的位置設定提醒。您的提醒將儲存在預設的提醒事項應用程式。"; - - -"San Francisco" = "舊金山"; - - -"Search Field Placeholder" = "輸入一個地點的名稱"; - - -"See your next Calendar event here." = "在此查看你的下一個日曆活動。"; - - -"Should Clocker open automatically on startup?" = "啟動時自動打開 Clocker?"; - - -"Show All Day Meetings" = "顯示整日的行程"; - - -"Show Future Slider" = "顯示未來滑桿"; - - -"Show Next Meeting Title in Menubar" = "在選單列中顯示下個行程"; - - -"Show Sunrise/Sunset" = "顯示日出/日落"; - - -"Show Upcoming Event View" = "顯示即將到來的行程"; - - -"Show events from" = "Show events from"; - - -"Sort by Label" = "按標籤排序"; - - -"Sort by Name" = "按名稱排序"; - - -"Sort by Time Difference" = "按時差排序"; - -/* General Preferences Screen */ -"Start at Login" = "登入時打開 Clocker"; - - -"Successfully set." = "設定成功。"; - -/* App Feedback */ -"Tell us what you think!" = "告訴我們您的想法!"; - - -"Thank you for helping make Clocker even better!" = "感謝您的幫助,讓 Clocker 變得更好!"; - - -"Thank you for the details." = "Thank you for the details."; - - -"The Internet connection appears to be offline." = "Internet連線已斷開。"; - - -"This can be configured later in Clocker Preferences." = "這可以稍後在 Clocker 偏好設定中進行設置。"; - - -"Time Format" = "時間格式"; - - -"Truncate menubar text longer than" = "選單列文字長度限制"; - - -"Try again, maybe?" = "再試一次?"; - - -"Unexpected" = "無法預期的"; - -/* Calendars View */ -"Upcoming Event View Options" = "即將到來的行程顯示選項"; - - -"Upcoming events from your calendars can be shown in the menubar + panel." = "即將到來的行程會在選單列和面板中顯示。"; - - -"You have no events scheduled for tomorrow." = "您明天沒有排任何行程。"; - - -"You'll see a clock icon in your Menu Bar when you launch the app. If you'd like to see a dock icon, go to Preferences." = "當應用程式啟動時,您將會在選單列看到 Clocker 圖像。如果您想在 Dock 上看到圖像,請前往偏好設定。"; - -/* Final Onboarding Screen */ -"You're all set!" = "設定完成。"; - -/* Errors */ -"You're offline, maybe?" = "You're offline, maybe?"; - - -"app-name" = "Clocker"; - - -"characters" = "字元"; - - -"iRateAppMessage" = "如果您喜歡使用 %@ 的話,您是否願意花一點給予評價?不需要一分鐘就能完成。感謝您的支持!"; - - -"iRateCancelButton" = "不用了,謝謝!"; - - -"iRateGameMessage" = "如果您喜歡玩 %@ 的話,您是否願意花一點時間給予評價?不需一分鐘即可完成。感謝您的支持"; - - -"iRateMessageTitle" = "評價 %@"; - - -"iRateRateButton" = "現在評分吧!"; - - -"iRateRemindButton" = "下次再提醒我"; - - -"iRateUpdateMessage" = "立即更新"; - - -"setup-steps" = "設定 Clocker 只需要 3 個步驟"; - - -"start-at-login" = "在登入時啟動"; - -// iCloud -"Enable iCloud Sync" = "Enable iCloud Sync"; diff --git a/Clocker/ClockerHelper/InfoPlist.xcstrings b/Clocker/ClockerHelper/InfoPlist.xcstrings new file mode 100644 index 0000000..c8d5970 --- /dev/null +++ b/Clocker/ClockerHelper/InfoPlist.xcstrings @@ -0,0 +1,36 @@ +{ + "sourceLanguage" : "en", + "strings" : { + "CFBundleName" : { + "comment" : "Bundle name", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "ClockerHelper" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + } + } + } + }, + "version" : "1.0" +} \ No newline at end of file diff --git a/Clocker/ClockerHelper/de.lproj/InfoPlist.strings b/Clocker/ClockerHelper/de.lproj/InfoPlist.strings deleted file mode 100644 index c4026b8..0000000 --- a/Clocker/ClockerHelper/de.lproj/InfoPlist.strings +++ /dev/null @@ -1,3 +0,0 @@ -/* Bundle name */ -"CFBundleName" = "ClockerHelper"; - diff --git a/Clocker/ClockerHelper/de.lproj/Main.strings b/Clocker/ClockerHelper/de.lproj/Main.strings deleted file mode 100644 index af0ab7e..0000000 --- a/Clocker/ClockerHelper/de.lproj/Main.strings +++ /dev/null @@ -1,393 +0,0 @@ -/* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ -"1b7-l0-nxx.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "1tx-W0-xDw"; */ -"1tx-W0-xDw.title" = "Lower"; - -/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "1UK-8n-QPP"; */ -"1UK-8n-QPP.title" = "Customize Toolbar…"; - -/* Class = "NSMenuItem"; title = "ClockerHelper"; ObjectID = "1Xt-HY-uBw"; */ -"1Xt-HY-uBw.title" = "ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Raise"; ObjectID = "2h7-ER-AoG"; */ -"2h7-ER-AoG.title" = "Raise"; - -/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ -"2oI-Rn-ZJC.title" = "Transformations"; - -/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Spelling"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; */ -"3Om-Ey-2VK.title" = "Use Default"; - -/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ -"3rS-ZA-NoH.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "4J7-dP-txa"; */ -"4J7-dP-txa.title" = "Enter Full Screen"; - -/* Class = "NSMenuItem"; title = "Quit ClockerHelper"; ObjectID = "4sb-4s-VLi"; */ -"4sb-4s-VLi.title" = "Quit ClockerHelper"; - -/* Class = "NSMenuItem"; title = "About ClockerHelper"; ObjectID = "5kV-Vb-QxS"; */ -"5kV-Vb-QxS.title" = "About ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ -"5QF-Oa-p0T.title" = "Edit"; - -/* Class = "NSMenuItem"; title = "Copy Style"; ObjectID = "5Vv-lz-BsD"; */ -"5Vv-lz-BsD.title" = "Copy Style"; - -/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ -"6dh-zS-Vam.title" = "Redo"; - -/* Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; */ -"8mr-sm-Yjd.title" = "Writing Direction"; - -/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; - -/* Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; */ -"46P-cB-AYj.title" = "Tighten"; - -/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "agt-UL-0e3"; */ -"agt-UL-0e3.title" = "Use Default"; - -/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ -"aTl-1u-JFS.title" = "Print…"; - -/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ -"aUF-d1-5bR.title" = "Window"; - -/* Class = "NSMenu"; title = "Font"; ObjectID = "aXa-aM-Jaq"; */ -"aXa-aM-Jaq.title" = "Font"; - -/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; - -/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ -"BgM-ve-c93.title" = "\tLeft to Right"; - -/* Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; */ -"bgn-CT-cEk.title" = "Show Colors"; - -/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ -"bib-Uj-vzu.title" = "File"; - -/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ -"BOF-NM-1cW.title" = "Preferences…"; - -/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; - -/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ -"Bw7-FT-i3A.title" = "Save As…"; - -/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformations"; - -/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; */ -"cDB-IK-hbR.title" = "Use None"; - -/* Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; */ -"cqv-fj-IhA.title" = "Selection"; - -/* Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; */ -"cwL-P1-jid.title" = "Smart Links"; - -/* Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; */ -"d9c-me-L2H.title" = "Text"; - -/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; - -/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ -"dMs-cI-mzQ.title" = "File"; - -/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ -"dRJ-4n-Yzg.title" = "Undo"; - -/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Close"; - -/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ -"F2S-fz-NVQ.title" = "Help"; - -/* Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; */ -"Fal-I4-PZk.title" = "Text"; - -/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "ClockerHelper Help"; ObjectID = "FKE-Sm-Kum"; */ -"FKE-Sm-Kum.title" = "ClockerHelper Help"; - -/* Class = "NSMenuItem"; title = "Bold"; ObjectID = "GB9-OM-e27"; */ -"GB9-OM-e27.title" = "Bold"; - -/* Class = "NSMenu"; title = "Format"; ObjectID = "GEO-Iw-cKr"; */ -"GEO-Iw-cKr.title" = "Format"; - -/* Class = "NSMenuItem"; title = "Font"; ObjectID = "Gi5-1S-RQB"; */ -"Gi5-1S-RQB.title" = "Font"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "GUa-eO-cwY"; */ -"GUa-eO-cwY.title" = "Use Default"; - -/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ -"gVA-U4-sdL.title" = "Paste"; - -/* Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; */ -"H1b-Si-o9J.title" = "Writing Direction"; - -/* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ -"H8h-7b-M4v.title" = "View"; - -/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; - -/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; - -/* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ -"HyV-fh-RgO.title" = "View"; - -/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; - -/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ -"hz9-B4-Xy5.title" = "Services"; - -/* Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; */ -"I0S-gh-46l.title" = "Subscript"; - -/* Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; */ -"i1d-Er-qST.title" = "Smaller"; - -/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ -"IAo-SY-fd9.title" = "Open…"; - -/* Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; */ -"ijk-EB-dga.title" = "Baseline"; - -/* Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; */ -"J5U-5w-g23.title" = "Justify"; - -/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; */ -"J7y-lM-qPV.title" = "Use None"; - -/* Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; */ -"jBQ-r6-VK2.title" = "Kern"; - -/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ -"jFq-tB-4Kx.title" = "\tRight to Left"; - -/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ -"jxT-CU-nIS.title" = "Format"; - -/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; - -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Show All"; - -/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "kIP-vf-haE"; */ -"kIP-vf-haE.title" = "Show Sidebar"; - -/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ -"Lbh-J2-qVU.title" = "\tLeft to Right"; - -/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Bring All to Front"; - -/* Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; */ -"LVM-kO-fVI.title" = "Paste Ruler"; - -/* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; - -/* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ -"MkV-Pr-PK5.title" = "Copy Ruler"; - -/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ -"NMo-om-nkz.title" = "Services"; - -/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ -"Nop-cj-93Q.title" = "\tDefault"; - -/* Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; */ -"o6e-r0-MWq.title" = "Ligatures"; - -/* Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; */ -"OaQ-X3-Vso.title" = "Baseline"; - -/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; */ -"ogc-rX-tC1.title" = "Loosen"; - -/* Class = "NSMenuItem"; title = "Hide ClockerHelper"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "Hide ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; - -/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ -"OY7-WF-poV.title" = "Minimize"; - -/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; - -/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ -"pa3-QI-u2k.title" = "Delete"; - -/* Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; */ -"Ptp-SP-VEL.title" = "Bigger"; - -/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ -"pxx-59-PXV.title" = "Save…"; - -/* Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; */ -"Q5e-8K-NDq.title" = "Show Fonts"; - -/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; - -/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ -"qIS-W8-SiK.title" = "Page Setup…"; - -/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Zoom"; - -/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ -"RB4-Sm-HuC.title" = "\tRight to Left"; - -/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; - -/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; - -/* Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; */ -"Rqc-34-cIF.title" = "Superscript"; - -/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; - -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; - -/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ -"snW-S8-Cw5.title" = "Show Toolbar"; - -/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ -"Td7-aD-5lo.title" = "Window"; - -/* Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; */ -"tlD-Oa-oAM.title" = "Kern"; - -/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; - -/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ -"tXI-mr-wws.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; - -/* Class = "NSMenu"; title = "ClockerHelper"; ObjectID = "uQy-DD-JDr"; */ -"uQy-DD-JDr.title" = "ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ -"uRl-iY-unG.title" = "Cut"; - -/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Hide Others"; - -/* Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; */ -"VIY-Ag-zcb.title" = "Center"; - -/* Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; */ -"Vjx-xi-njq.title" = "Italic"; - -/* Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; */ -"vKC-jM-MkH.title" = "Paste Style"; - -/* Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; */ -"vLm-3I-IUL.title" = "Show Ruler"; - -/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; - -/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; - -/* Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; */ -"w0m-vy-SC9.title" = "Ligatures"; - -/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ -"W48-6f-4Dl.title" = "Edit"; - -/* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ -"Was-JA-tGl.title" = "New"; - -/* Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; */ -"wb2-vD-lq4.title" = "Align Right"; - -/* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ -"WeT-3V-zwk.title" = "Paste and Match Style"; - -/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ -"wpr-3q-Mcd.title" = "Help"; - -/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; */ -"WRG-CD-K1S.title" = "Underline"; - -/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ -"x3v-GG-iWU.title" = "Copy"; - -/* Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; */ -"xQD-1f-W4t.title" = "Use All"; - -/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Find…"; - -/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; - -/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ -"YGs-j5-SAR.title" = "\tDefault"; - -/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; - -/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; - -/* Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; */ -"ZM1-6Q-yy1.title" = "Align Left"; - -/* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; */ -"ZvO-Gk-QUH.title" = "Paragraph"; - diff --git a/Clocker/ClockerHelper/mul.lproj/Main.xcstrings b/Clocker/ClockerHelper/mul.lproj/Main.xcstrings new file mode 100644 index 0000000..1dcf73b --- /dev/null +++ b/Clocker/ClockerHelper/mul.lproj/Main.xcstrings @@ -0,0 +1,3936 @@ +{ + "sourceLanguage" : "en", + "strings" : { + "1b7-l0-nxx.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Find\"; ObjectID = \"1b7-l0-nxx\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Find" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Найти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find" + } + } + } + }, + "1tx-W0-xDw.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Lower\"; ObjectID = \"1tx-W0-xDw\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lower" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Lower" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lower" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lower" + } + } + } + }, + "1UK-8n-QPP.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Customize Toolbar…\"; ObjectID = \"1UK-8n-QPP\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Customize Toolbar…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Customize Toolbar…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Customize Toolbar…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定义工具栏…" + } + } + } + }, + "1Xt-HY-uBw.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"ClockerHelper\"; ObjectID = \"1Xt-HY-uBw\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "ClockerHelper" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + } + } + }, + "2h7-ER-AoG.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Raise\"; ObjectID = \"2h7-ER-AoG\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raise" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Raise" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raise" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raise" + } + } + } + }, + "2oI-Rn-ZJC.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Transformations\"; ObjectID = \"2oI-Rn-ZJC\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Transformations" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Transformations" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Transformations" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Transformations" + } + } + } + }, + "3IN-sU-3Bg.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Spelling\"; ObjectID = \"3IN-sU-3Bg\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spelling" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Spelling" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spelling" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spelling" + } + } + } + }, + "3Om-Ey-2VK.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Use Default\"; ObjectID = \"3Om-Ey-2VK\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Default" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Use Default" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Default" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Default" + } + } + } + }, + "3rS-ZA-NoH.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Speech\"; ObjectID = \"3rS-ZA-NoH\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speech" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Speech" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speech" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speech" + } + } + } + }, + "4EN-yA-p0u.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Find\"; ObjectID = \"4EN-yA-p0u\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Find" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Найти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find" + } + } + } + }, + "4J7-dP-txa.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Enter Full Screen\"; ObjectID = \"4J7-dP-txa\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter Full Screen" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Enter Full Screen" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter Full Screen" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter Full Screen" + } + } + } + }, + "4sb-4s-VLi.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Quit ClockerHelper\"; ObjectID = \"4sb-4s-VLi\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quit ClockerHelper" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Quit ClockerHelper" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quit ClockerHelper" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quit ClockerHelper" + } + } + } + }, + "5kV-Vb-QxS.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"About ClockerHelper\"; ObjectID = \"5kV-Vb-QxS\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "About ClockerHelper" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "About ClockerHelper" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "About ClockerHelper" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "About ClockerHelper" + } + } + } + }, + "5QF-Oa-p0T.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Edit\"; ObjectID = \"5QF-Oa-p0T\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Edit" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Изменить" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑" + } + } + } + }, + "5Vv-lz-BsD.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Copy Style\"; ObjectID = \"5Vv-lz-BsD\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Style" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Copy Style" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Style" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Style" + } + } + } + }, + "6dh-zS-Vam.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Redo\"; ObjectID = \"6dh-zS-Vam\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Redo" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Redo" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Redo" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Redo" + } + } + } + }, + "8mr-sm-Yjd.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Writing Direction\"; ObjectID = \"8mr-sm-Yjd\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Writing Direction" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Writing Direction" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Writing Direction" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Writing Direction" + } + } + } + }, + "9ic-FL-obx.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Substitutions\"; ObjectID = \"9ic-FL-obx\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Substitutions" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Substitutions" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Substitutions" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Substitutions" + } + } + } + }, + "9yt-4B-nSM.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Smart Copy/Paste\"; ObjectID = \"9yt-4B-nSM\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Copy/Paste" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Smart Copy/Paste" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Copy/Paste" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Copy/Paste" + } + } + } + }, + "46P-cB-AYj.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Tighten\"; ObjectID = \"46P-cB-AYj\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tighten" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Tighten" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tighten" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tighten" + } + } + } + }, + "78Y-hA-62v.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Correct Spelling Automatically\"; ObjectID = \"78Y-hA-62v\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correct Spelling Automatically" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Correct Spelling Automatically" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correct Spelling Automatically" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correct Spelling Automatically" + } + } + } + }, + "agt-UL-0e3.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Use Default\"; ObjectID = \"agt-UL-0e3\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Default" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Use Default" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Использовать значение по умолчанию" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Default" + } + } + } + }, + "aTl-1u-JFS.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Print…\"; ObjectID = \"aTl-1u-JFS\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Print…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Print…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Print…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Print…" + } + } + } + }, + "aUF-d1-5bR.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Window\"; ObjectID = \"aUF-d1-5bR\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Window" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Window" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Окно" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Window" + } + } + } + }, + "aXa-aM-Jaq.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Font\"; ObjectID = \"aXa-aM-Jaq\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Font" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрифт" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + } + } + }, + "AYu-sK-qS6.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Main Menu\"; ObjectID = \"AYu-sK-qS6\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Menu" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Main Menu" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Menu" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Main Menu" + } + } + } + }, + "BgM-ve-c93.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"\\tLeft to Right\"; ObjectID = \"BgM-ve-c93\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tLeft to Right" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "\tLeft to Right" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tLeft to Right" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tLeft to Right" + } + } + } + }, + "bgn-CT-cEk.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show Colors\"; ObjectID = \"bgn-CT-cEk\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Colors" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show Colors" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показать цвета" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Colors" + } + } + } + }, + "bib-Uj-vzu.title" : { + "comment" : "Class = \"NSMenu\"; title = \"File\"; ObjectID = \"bib-Uj-vzu\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "File" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "File" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "File" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "File" + } + } + } + }, + "BOF-NM-1cW.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Preferences…\"; ObjectID = \"BOF-NM-1cW\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Preferences…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences…" + } + } + } + }, + "buJ-ug-pKt.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Use Selection for Find\"; ObjectID = \"buJ-ug-pKt\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Selection for Find" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Use Selection for Find" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Selection for Find" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Selection for Find" + } + } + } + }, + "Bw7-FT-i3A.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Save As…\"; ObjectID = \"Bw7-FT-i3A\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save As…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Save As…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сохранить как…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save As…" + } + } + } + }, + "c8a-y6-VQd.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Transformations\"; ObjectID = \"c8a-y6-VQd\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Transformations" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Transformations" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Transformations" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Transformations" + } + } + } + }, + "cDB-IK-hbR.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Use None\"; ObjectID = \"cDB-IK-hbR\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use None" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Use None" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Не использовать" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use None" + } + } + } + }, + "cqv-fj-IhA.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Selection\"; ObjectID = \"cqv-fj-IhA\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selection" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Selection" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selection" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selection" + } + } + } + }, + "cwL-P1-jid.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Smart Links\"; ObjectID = \"cwL-P1-jid\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Links" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Smart Links" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Links" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Links" + } + } + } + }, + "d9c-me-L2H.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Text\"; ObjectID = \"d9c-me-L2H\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Text" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Текст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text" + } + } + } + }, + "d9M-CD-aMd.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Make Lower Case\"; ObjectID = \"d9M-CD-aMd\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make Lower Case" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Make Lower Case" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make Lower Case" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make Lower Case" + } + } + } + }, + "dMs-cI-mzQ.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"File\"; ObjectID = \"dMs-cI-mzQ\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "File" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "File" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "File" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "File" + } + } + } + }, + "dRJ-4n-Yzg.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Undo\"; ObjectID = \"dRJ-4n-Yzg\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Undo" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Undo" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Отменить" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Undo" + } + } + } + }, + "Dv1-io-Yv7.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Spelling and Grammar\"; ObjectID = \"Dv1-io-Yv7\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spelling and Grammar" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Spelling and Grammar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spelling and Grammar" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spelling and Grammar" + } + } + } + }, + "DVo-aG-piG.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Close\"; ObjectID = \"DVo-aG-piG\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Close" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закрыть" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close" + } + } + } + }, + "F2S-fz-NVQ.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Help\"; ObjectID = \"F2S-fz-NVQ\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Help" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Help" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Help" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Help" + } + } + } + }, + "Fal-I4-PZk.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Text\"; ObjectID = \"Fal-I4-PZk\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Text" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Текст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text" + } + } + } + }, + "FeM-D8-WVr.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Substitutions\"; ObjectID = \"FeM-D8-WVr\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Substitutions" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Substitutions" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Substitutions" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Substitutions" + } + } + } + }, + "FKE-Sm-Kum.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"ClockerHelper Help\"; ObjectID = \"FKE-Sm-Kum\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper Help" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "ClockerHelper Help" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper Help" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper Help" + } + } + } + }, + "GB9-OM-e27.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Bold\"; ObjectID = \"GB9-OM-e27\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bold" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Bold" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Жирный" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bold" + } + } + } + }, + "GEO-Iw-cKr.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Format\"; ObjectID = \"GEO-Iw-cKr\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Format" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Формат" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format" + } + } + } + }, + "Gi5-1S-RQB.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Font\"; ObjectID = \"Gi5-1S-RQB\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Font" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрифт" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + } + } + }, + "GUa-eO-cwY.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Use Default\"; ObjectID = \"GUa-eO-cwY\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Default" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Use Default" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Использовать значение по умолчанию" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Default" + } + } + } + }, + "gVA-U4-sdL.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Paste\"; ObjectID = \"gVA-U4-sdL\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Paste" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вставить" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste" + } + } + } + }, + "H1b-Si-o9J.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Writing Direction\"; ObjectID = \"H1b-Si-o9J\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Writing Direction" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Writing Direction" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Writing Direction" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Writing Direction" + } + } + } + }, + "H8h-7b-M4v.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"View\"; ObjectID = \"H8h-7b-M4v\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "View" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "View" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "View" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "View" + } + } + } + }, + "HFo-cy-zxI.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show Spelling and Grammar\"; ObjectID = \"HFo-cy-zxI\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Spelling and Grammar" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show Spelling and Grammar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Spelling and Grammar" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Spelling and Grammar" + } + } + } + }, + "HFQ-gK-NFA.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Text Replacement\"; ObjectID = \"HFQ-gK-NFA\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Replacement" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Text Replacement" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Replacement" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Replacement" + } + } + } + }, + "hQb-2v-fYv.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Smart Quotes\"; ObjectID = \"hQb-2v-fYv\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Quotes" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Smart Quotes" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Quotes" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Quotes" + } + } + } + }, + "HyV-fh-RgO.title" : { + "comment" : "Class = \"NSMenu\"; title = \"View\"; ObjectID = \"HyV-fh-RgO\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "View" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "View" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "View" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "View" + } + } + } + }, + "hz2-CU-CR7.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Check Document Now\"; ObjectID = \"hz2-CU-CR7\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Document Now" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Check Document Now" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Document Now" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Document Now" + } + } + } + }, + "hz9-B4-Xy5.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Services\"; ObjectID = \"hz9-B4-Xy5\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Services" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Services" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Services" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Services" + } + } + } + }, + "I0S-gh-46l.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Subscript\"; ObjectID = \"I0S-gh-46l\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscript" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Subscript" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscript" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscript" + } + } + } + }, + "i1d-Er-qST.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Smaller\"; ObjectID = \"i1d-Er-qST\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smaller" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Smaller" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smaller" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smaller" + } + } + } + }, + "IAo-SY-fd9.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Open…\"; ObjectID = \"IAo-SY-fd9\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Open…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Открыть…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open…" + } + } + } + }, + "ijk-EB-dga.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Baseline\"; ObjectID = \"ijk-EB-dga\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baseline" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Baseline" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baseline" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baseline" + } + } + } + }, + "J5U-5w-g23.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Justify\"; ObjectID = \"J5U-5w-g23\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Justify" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Justify" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Justify" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Justify" + } + } + } + }, + "J7y-lM-qPV.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Use None\"; ObjectID = \"J7y-lM-qPV\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use None" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Use None" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Не использовать" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use None" + } + } + } + }, + "jBQ-r6-VK2.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Kern\"; ObjectID = \"jBQ-r6-VK2\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kern" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Kern" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kern" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kern" + } + } + } + }, + "jFq-tB-4Kx.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"\\tRight to Left\"; ObjectID = \"jFq-tB-4Kx\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tRight to Left" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "\tRight to Left" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tRight to Left" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tRight to Left" + } + } + } + }, + "jxT-CU-nIS.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Format\"; ObjectID = \"jxT-CU-nIS\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Format" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Format" + } + } + } + }, + "KaW-ft-85H.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Revert to Saved\"; ObjectID = \"KaW-ft-85H\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Revert to Saved" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Revert to Saved" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Revert to Saved" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Revert to Saved" + } + } + } + }, + "Kd2-mp-pUS.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show All\"; ObjectID = \"Kd2-mp-pUS\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show All" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показать всё" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All" + } + } + } + }, + "kIP-vf-haE.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show Sidebar\"; ObjectID = \"kIP-vf-haE\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sidebar" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show Sidebar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sidebar" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Sidebar" + } + } + } + }, + "Lbh-J2-qVU.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"\\tLeft to Right\"; ObjectID = \"Lbh-J2-qVU\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tLeft to Right" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "\tLeft to Right" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tLeft to Right" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tLeft to Right" + } + } + } + }, + "LE2-aR-0XJ.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Bring All to Front\"; ObjectID = \"LE2-aR-0XJ\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bring All to Front" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Bring All to Front" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bring All to Front" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bring All to Front" + } + } + } + }, + "LVM-kO-fVI.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Paste Ruler\"; ObjectID = \"LVM-kO-fVI\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste Ruler" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Paste Ruler" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste Ruler" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste Ruler" + } + } + } + }, + "mK6-2p-4JG.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Check Grammar With Spelling\"; ObjectID = \"mK6-2p-4JG\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Grammar With Spelling" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Check Grammar With Spelling" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Grammar With Spelling" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Grammar With Spelling" + } + } + } + }, + "MkV-Pr-PK5.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Copy Ruler\"; ObjectID = \"MkV-Pr-PK5\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Ruler" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Copy Ruler" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Ruler" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Ruler" + } + } + } + }, + "NMo-om-nkz.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Services\"; ObjectID = \"NMo-om-nkz\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Services" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Services" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Services" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Services" + } + } + } + }, + "Nop-cj-93Q.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"\\tDefault\"; ObjectID = \"Nop-cj-93Q\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tDefault" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "\tDefault" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tПо умолчанию" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tDefault" + } + } + } + }, + "o6e-r0-MWq.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Ligatures\"; ObjectID = \"o6e-r0-MWq\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ligatures" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Ligatures" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ligatures" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ligatures" + } + } + } + }, + "OaQ-X3-Vso.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Baseline\"; ObjectID = \"OaQ-X3-Vso\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baseline" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Baseline" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baseline" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baseline" + } + } + } + }, + "oas-Oc-fiZ.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Open Recent\"; ObjectID = \"oas-Oc-fiZ\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Recent" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Open Recent" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Recent" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Recent" + } + } + } + }, + "ogc-rX-tC1.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Loosen\"; ObjectID = \"ogc-rX-tC1\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loosen" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Loosen" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loosen" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loosen" + } + } + } + }, + "Olw-nP-bQN.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Hide ClockerHelper\"; ObjectID = \"Olw-nP-bQN\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide ClockerHelper" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Hide ClockerHelper" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide ClockerHelper" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide ClockerHelper" + } + } + } + }, + "OwM-mh-QMV.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Find Previous\"; ObjectID = \"OwM-mh-QMV\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find Previous" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Find Previous" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find Previous" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find Previous" + } + } + } + }, + "OY7-WF-poV.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Minimize\"; ObjectID = \"OY7-WF-poV\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Minimize" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Minimize" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Minimize" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Minimize" + } + } + } + }, + "Oyz-dy-DGm.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Stop Speaking\"; ObjectID = \"Oyz-dy-DGm\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stop Speaking" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Stop Speaking" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stop Speaking" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stop Speaking" + } + } + } + }, + "pa3-QI-u2k.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Delete\"; ObjectID = \"pa3-QI-u2k\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Delete" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Удалить" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + } + } + }, + "Ptp-SP-VEL.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Bigger\"; ObjectID = \"Ptp-SP-VEL\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigger" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Bigger" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigger" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigger" + } + } + } + }, + "pxx-59-PXV.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Save…\"; ObjectID = \"pxx-59-PXV\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Save…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сохранить…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save…" + } + } + } + }, + "Q5e-8K-NDq.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show Fonts\"; ObjectID = \"Q5e-8K-NDq\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Fonts" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show Fonts" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показать шрифты" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Fonts" + } + } + } + }, + "q09-fT-Sye.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Find Next\"; ObjectID = \"q09-fT-Sye\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find Next" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Find Next" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find Next" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find Next" + } + } + } + }, + "qIS-W8-SiK.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Page Setup…\"; ObjectID = \"qIS-W8-SiK\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Page Setup…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Page Setup…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Page Setup…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Page Setup…" + } + } + } + }, + "R4o-n2-Eq4.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Zoom\"; ObjectID = \"R4o-n2-Eq4\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zoom" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Zoom" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Масштабирование" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zoom" + } + } + } + }, + "RB4-Sm-HuC.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"\\tRight to Left\"; ObjectID = \"RB4-Sm-HuC\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tRight to Left" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "\tRight to Left" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tСправа налево" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tRight to Left" + } + } + } + }, + "rbD-Rh-wIN.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Check Spelling While Typing\"; ObjectID = \"rbD-Rh-wIN\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Spelling While Typing" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Check Spelling While Typing" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Spelling While Typing" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check Spelling While Typing" + } + } + } + }, + "rgM-f4-ycn.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Smart Dashes\"; ObjectID = \"rgM-f4-ycn\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Dashes" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Smart Dashes" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Dashes" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smart Dashes" + } + } + } + }, + "Rqc-34-cIF.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Superscript\"; ObjectID = \"Rqc-34-cIF\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Superscript" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Superscript" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Superscript" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Superscript" + } + } + } + }, + "Ruw-6m-B2m.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Select All\"; ObjectID = \"Ruw-6m-B2m\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select All" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Select All" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выбрать всё" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select All" + } + } + } + }, + "S0p-oC-mLd.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Jump to Selection\"; ObjectID = \"S0p-oC-mLd\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jump to Selection" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Jump to Selection" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jump to Selection" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jump to Selection" + } + } + } + }, + "snW-S8-Cw5.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show Toolbar\"; ObjectID = \"snW-S8-Cw5\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Toolbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show Toolbar" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Toolbar" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Toolbar" + } + } + } + }, + "Td7-aD-5lo.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Window\"; ObjectID = \"Td7-aD-5lo\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Window" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Window" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Окно" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Window" + } + } + } + }, + "tlD-Oa-oAM.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Kern\"; ObjectID = \"tlD-Oa-oAM\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kern" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Kern" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kern" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kern" + } + } + } + }, + "tRr-pd-1PS.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Data Detectors\"; ObjectID = \"tRr-pd-1PS\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data Detectors" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Data Detectors" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data Detectors" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data Detectors" + } + } + } + }, + "tXI-mr-wws.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Open Recent\"; ObjectID = \"tXI-mr-wws\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Recent" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Open Recent" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Recent" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open Recent" + } + } + } + }, + "UEZ-Bs-lqG.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Capitalize\"; ObjectID = \"UEZ-Bs-lqG\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Capitalize" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Capitalize" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Capitalize" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Capitalize" + } + } + } + }, + "uQy-DD-JDr.title" : { + "comment" : "Class = \"NSMenu\"; title = \"ClockerHelper\"; ObjectID = \"uQy-DD-JDr\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "ClockerHelper" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerHelper" + } + } + } + }, + "uRl-iY-unG.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Cut\"; ObjectID = \"uRl-iY-unG\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cut" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Cut" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вырезать" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cut" + } + } + } + }, + "Vdr-fp-XzO.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Hide Others\"; ObjectID = \"Vdr-fp-XzO\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Others" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Hide Others" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Others" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Others" + } + } + } + }, + "VIY-Ag-zcb.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Center\"; ObjectID = \"VIY-Ag-zcb\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Center" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Center" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "По центру" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Center" + } + } + } + }, + "Vjx-xi-njq.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Italic\"; ObjectID = \"Vjx-xi-njq\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Italic" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Italic" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Курсив" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Italic" + } + } + } + }, + "vKC-jM-MkH.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Paste Style\"; ObjectID = \"vKC-jM-MkH\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste Style" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Paste Style" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste Style" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste Style" + } + } + } + }, + "vLm-3I-IUL.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show Ruler\"; ObjectID = \"vLm-3I-IUL\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Ruler" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show Ruler" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Ruler" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Ruler" + } + } + } + }, + "vmV-6d-7jI.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Make Upper Case\"; ObjectID = \"vmV-6d-7jI\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make Upper Case" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Make Upper Case" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make Upper Case" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make Upper Case" + } + } + } + }, + "vNY-rz-j42.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Clear Menu\"; ObjectID = \"vNY-rz-j42\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Menu" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Clear Menu" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Menu" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Menu" + } + } + } + }, + "w0m-vy-SC9.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Ligatures\"; ObjectID = \"w0m-vy-SC9\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ligatures" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Ligatures" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ligatures" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ligatures" + } + } + } + }, + "W48-6f-4Dl.title" : { + "comment" : "Class = \"NSMenu\"; title = \"Edit\"; ObjectID = \"W48-6f-4Dl\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Edit" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Изменить" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit" + } + } + } + }, + "Was-JA-tGl.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"New\"; ObjectID = \"Was-JA-tGl\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "New" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + } + } + }, + "wb2-vD-lq4.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Align Right\"; ObjectID = \"wb2-vD-lq4\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Align Right" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Align Right" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Align Right" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Align Right" + } + } + } + }, + "WeT-3V-zwk.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Paste and Match Style\"; ObjectID = \"WeT-3V-zwk\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste and Match Style" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Paste and Match Style" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste and Match Style" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste and Match Style" + } + } + } + }, + "wpr-3q-Mcd.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Help\"; ObjectID = \"wpr-3q-Mcd\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Help" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Help" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Справка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Help" + } + } + } + }, + "WRG-CD-K1S.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Underline\"; ObjectID = \"WRG-CD-K1S\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Underline" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Underline" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Underline" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Underline" + } + } + } + }, + "x3v-GG-iWU.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Copy\"; ObjectID = \"x3v-GG-iWU\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Copy" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Копировать" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy" + } + } + } + }, + "xQD-1f-W4t.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Use All\"; ObjectID = \"xQD-1f-W4t\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use All" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Use All" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Использовать всё" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use All" + } + } + } + }, + "xrE-MZ-jX0.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Speech\"; ObjectID = \"xrE-MZ-jX0\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speech" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Speech" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speech" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speech" + } + } + } + }, + "Xz5-n4-O0W.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Find…\"; ObjectID = \"Xz5-n4-O0W\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Find…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Найти…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find…" + } + } + } + }, + "YEy-JH-Tfz.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Find and Replace…\"; ObjectID = \"YEy-JH-Tfz\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find and Replace…" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Find and Replace…" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find and Replace…" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find and Replace…" + } + } + } + }, + "YGs-j5-SAR.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"\\tDefault\"; ObjectID = \"YGs-j5-SAR\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tDefault" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "\tDefault" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tПо умолчанию" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "\tDefault" + } + } + } + }, + "Ynk-f8-cLZ.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Start Speaking\"; ObjectID = \"Ynk-f8-cLZ\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Speaking" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Start Speaking" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Speaking" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start Speaking" + } + } + } + }, + "z6F-FW-3nz.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Show Substitutions\"; ObjectID = \"z6F-FW-3nz\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Substitutions" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Show Substitutions" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Substitutions" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Substitutions" + } + } + } + }, + "ZM1-6Q-yy1.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Align Left\"; ObjectID = \"ZM1-6Q-yy1\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Align Left" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Align Left" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Align Left" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Align Left" + } + } + } + }, + "ZvO-Gk-QUH.title" : { + "comment" : "Class = \"NSMenuItem\"; title = \"Paragraph\"; ObjectID = \"ZvO-Gk-QUH\";", + "extractionState" : "extracted_with_value", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paragraph" + } + }, + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "Paragraph" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paragraph" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paragraph" + } + } + } + } + }, + "version" : "1.0" +} \ No newline at end of file diff --git a/Clocker/ClockerHelper/ru.lproj/InfoPlist.strings b/Clocker/ClockerHelper/ru.lproj/InfoPlist.strings deleted file mode 100644 index c4026b8..0000000 --- a/Clocker/ClockerHelper/ru.lproj/InfoPlist.strings +++ /dev/null @@ -1,3 +0,0 @@ -/* Bundle name */ -"CFBundleName" = "ClockerHelper"; - diff --git a/Clocker/ClockerHelper/ru.lproj/Main.strings b/Clocker/ClockerHelper/ru.lproj/Main.strings deleted file mode 100644 index 53256d4..0000000 --- a/Clocker/ClockerHelper/ru.lproj/Main.strings +++ /dev/null @@ -1,393 +0,0 @@ -/* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ -"1b7-l0-nxx.title" = "Найти"; - -/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "1tx-W0-xDw"; */ -"1tx-W0-xDw.title" = "Lower"; - -/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "1UK-8n-QPP"; */ -"1UK-8n-QPP.title" = "Customize Toolbar…"; - -/* Class = "NSMenuItem"; title = "ClockerHelper"; ObjectID = "1Xt-HY-uBw"; */ -"1Xt-HY-uBw.title" = "ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Raise"; ObjectID = "2h7-ER-AoG"; */ -"2h7-ER-AoG.title" = "Raise"; - -/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ -"2oI-Rn-ZJC.title" = "Transformations"; - -/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Spelling"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; */ -"3Om-Ey-2VK.title" = "Use Default"; - -/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ -"3rS-ZA-NoH.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Найти"; - -/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "4J7-dP-txa"; */ -"4J7-dP-txa.title" = "Enter Full Screen"; - -/* Class = "NSMenuItem"; title = "Quit ClockerHelper"; ObjectID = "4sb-4s-VLi"; */ -"4sb-4s-VLi.title" = "Quit ClockerHelper"; - -/* Class = "NSMenuItem"; title = "About ClockerHelper"; ObjectID = "5kV-Vb-QxS"; */ -"5kV-Vb-QxS.title" = "About ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ -"5QF-Oa-p0T.title" = "Изменить"; - -/* Class = "NSMenuItem"; title = "Copy Style"; ObjectID = "5Vv-lz-BsD"; */ -"5Vv-lz-BsD.title" = "Copy Style"; - -/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ -"6dh-zS-Vam.title" = "Redo"; - -/* Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; */ -"8mr-sm-Yjd.title" = "Writing Direction"; - -/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; - -/* Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; */ -"46P-cB-AYj.title" = "Tighten"; - -/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "agt-UL-0e3"; */ -"agt-UL-0e3.title" = "Использовать значение по умолчанию"; - -/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ -"aTl-1u-JFS.title" = "Print…"; - -/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ -"aUF-d1-5bR.title" = "Окно"; - -/* Class = "NSMenu"; title = "Font"; ObjectID = "aXa-aM-Jaq"; */ -"aXa-aM-Jaq.title" = "Шрифт"; - -/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; - -/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ -"BgM-ve-c93.title" = "\tLeft to Right"; - -/* Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; */ -"bgn-CT-cEk.title" = "Показать цвета"; - -/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ -"bib-Uj-vzu.title" = "File"; - -/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ -"BOF-NM-1cW.title" = "Preferences…"; - -/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; - -/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ -"Bw7-FT-i3A.title" = "Сохранить как…"; - -/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformations"; - -/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; */ -"cDB-IK-hbR.title" = "Не использовать"; - -/* Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; */ -"cqv-fj-IhA.title" = "Selection"; - -/* Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; */ -"cwL-P1-jid.title" = "Smart Links"; - -/* Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; */ -"d9c-me-L2H.title" = "Текст"; - -/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; - -/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ -"dMs-cI-mzQ.title" = "File"; - -/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ -"dRJ-4n-Yzg.title" = "Отменить"; - -/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Закрыть"; - -/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ -"F2S-fz-NVQ.title" = "Help"; - -/* Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; */ -"Fal-I4-PZk.title" = "Текст"; - -/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "ClockerHelper Help"; ObjectID = "FKE-Sm-Kum"; */ -"FKE-Sm-Kum.title" = "ClockerHelper Help"; - -/* Class = "NSMenuItem"; title = "Bold"; ObjectID = "GB9-OM-e27"; */ -"GB9-OM-e27.title" = "Жирный"; - -/* Class = "NSMenu"; title = "Format"; ObjectID = "GEO-Iw-cKr"; */ -"GEO-Iw-cKr.title" = "Формат"; - -/* Class = "NSMenuItem"; title = "Font"; ObjectID = "Gi5-1S-RQB"; */ -"Gi5-1S-RQB.title" = "Шрифт"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "GUa-eO-cwY"; */ -"GUa-eO-cwY.title" = "Использовать значение по умолчанию"; - -/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ -"gVA-U4-sdL.title" = "Вставить"; - -/* Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; */ -"H1b-Si-o9J.title" = "Writing Direction"; - -/* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ -"H8h-7b-M4v.title" = "View"; - -/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; - -/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; - -/* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ -"HyV-fh-RgO.title" = "View"; - -/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; - -/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ -"hz9-B4-Xy5.title" = "Services"; - -/* Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; */ -"I0S-gh-46l.title" = "Subscript"; - -/* Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; */ -"i1d-Er-qST.title" = "Smaller"; - -/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ -"IAo-SY-fd9.title" = "Открыть…"; - -/* Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; */ -"ijk-EB-dga.title" = "Baseline"; - -/* Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; */ -"J5U-5w-g23.title" = "Justify"; - -/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; */ -"J7y-lM-qPV.title" = "Не использовать"; - -/* Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; */ -"jBQ-r6-VK2.title" = "Kern"; - -/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ -"jFq-tB-4Kx.title" = "\tRight to Left"; - -/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ -"jxT-CU-nIS.title" = "Format"; - -/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; - -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Показать всё"; - -/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "kIP-vf-haE"; */ -"kIP-vf-haE.title" = "Show Sidebar"; - -/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ -"Lbh-J2-qVU.title" = "\tLeft to Right"; - -/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Bring All to Front"; - -/* Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; */ -"LVM-kO-fVI.title" = "Paste Ruler"; - -/* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; - -/* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ -"MkV-Pr-PK5.title" = "Copy Ruler"; - -/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ -"NMo-om-nkz.title" = "Services"; - -/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ -"Nop-cj-93Q.title" = "\tПо умолчанию"; - -/* Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; */ -"o6e-r0-MWq.title" = "Ligatures"; - -/* Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; */ -"OaQ-X3-Vso.title" = "Baseline"; - -/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; */ -"ogc-rX-tC1.title" = "Loosen"; - -/* Class = "NSMenuItem"; title = "Hide ClockerHelper"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "Hide ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; - -/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ -"OY7-WF-poV.title" = "Minimize"; - -/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; - -/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ -"pa3-QI-u2k.title" = "Удалить"; - -/* Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; */ -"Ptp-SP-VEL.title" = "Bigger"; - -/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ -"pxx-59-PXV.title" = "Сохранить…"; - -/* Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; */ -"Q5e-8K-NDq.title" = "Показать шрифты"; - -/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; - -/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ -"qIS-W8-SiK.title" = "Page Setup…"; - -/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Масштабирование"; - -/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ -"RB4-Sm-HuC.title" = "\tСправа налево"; - -/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; - -/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; - -/* Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; */ -"Rqc-34-cIF.title" = "Superscript"; - -/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Выбрать всё"; - -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; - -/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ -"snW-S8-Cw5.title" = "Show Toolbar"; - -/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ -"Td7-aD-5lo.title" = "Окно"; - -/* Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; */ -"tlD-Oa-oAM.title" = "Kern"; - -/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; - -/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ -"tXI-mr-wws.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; - -/* Class = "NSMenu"; title = "ClockerHelper"; ObjectID = "uQy-DD-JDr"; */ -"uQy-DD-JDr.title" = "ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ -"uRl-iY-unG.title" = "Вырезать"; - -/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Hide Others"; - -/* Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; */ -"VIY-Ag-zcb.title" = "По центру"; - -/* Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; */ -"Vjx-xi-njq.title" = "Курсив"; - -/* Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; */ -"vKC-jM-MkH.title" = "Paste Style"; - -/* Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; */ -"vLm-3I-IUL.title" = "Show Ruler"; - -/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; - -/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; - -/* Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; */ -"w0m-vy-SC9.title" = "Ligatures"; - -/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ -"W48-6f-4Dl.title" = "Изменить"; - -/* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ -"Was-JA-tGl.title" = "New"; - -/* Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; */ -"wb2-vD-lq4.title" = "Align Right"; - -/* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ -"WeT-3V-zwk.title" = "Paste and Match Style"; - -/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ -"wpr-3q-Mcd.title" = "Справка"; - -/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; */ -"WRG-CD-K1S.title" = "Underline"; - -/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ -"x3v-GG-iWU.title" = "Копировать"; - -/* Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; */ -"xQD-1f-W4t.title" = "Использовать всё"; - -/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Найти…"; - -/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; - -/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ -"YGs-j5-SAR.title" = "\tПо умолчанию"; - -/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; - -/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; - -/* Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; */ -"ZM1-6Q-yy1.title" = "Align Left"; - -/* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; */ -"ZvO-Gk-QUH.title" = "Paragraph"; - diff --git a/Clocker/ClockerHelper/zh-Hans.lproj/InfoPlist.strings b/Clocker/ClockerHelper/zh-Hans.lproj/InfoPlist.strings deleted file mode 100644 index c4026b8..0000000 --- a/Clocker/ClockerHelper/zh-Hans.lproj/InfoPlist.strings +++ /dev/null @@ -1,3 +0,0 @@ -/* Bundle name */ -"CFBundleName" = "ClockerHelper"; - diff --git a/Clocker/ClockerHelper/zh-Hans.lproj/Main.strings b/Clocker/ClockerHelper/zh-Hans.lproj/Main.strings deleted file mode 100644 index d492e6e..0000000 --- a/Clocker/ClockerHelper/zh-Hans.lproj/Main.strings +++ /dev/null @@ -1,393 +0,0 @@ -/* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ -"1b7-l0-nxx.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "1tx-W0-xDw"; */ -"1tx-W0-xDw.title" = "Lower"; - -/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "1UK-8n-QPP"; */ -"1UK-8n-QPP.title" = "自定义工具栏…"; - -/* Class = "NSMenuItem"; title = "ClockerHelper"; ObjectID = "1Xt-HY-uBw"; */ -"1Xt-HY-uBw.title" = "ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Raise"; ObjectID = "2h7-ER-AoG"; */ -"2h7-ER-AoG.title" = "Raise"; - -/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ -"2oI-Rn-ZJC.title" = "Transformations"; - -/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Spelling"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; */ -"3Om-Ey-2VK.title" = "Use Default"; - -/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ -"3rS-ZA-NoH.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "4J7-dP-txa"; */ -"4J7-dP-txa.title" = "Enter Full Screen"; - -/* Class = "NSMenuItem"; title = "Quit ClockerHelper"; ObjectID = "4sb-4s-VLi"; */ -"4sb-4s-VLi.title" = "Quit ClockerHelper"; - -/* Class = "NSMenuItem"; title = "About ClockerHelper"; ObjectID = "5kV-Vb-QxS"; */ -"5kV-Vb-QxS.title" = "About ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ -"5QF-Oa-p0T.title" = "编辑"; - -/* Class = "NSMenuItem"; title = "Copy Style"; ObjectID = "5Vv-lz-BsD"; */ -"5Vv-lz-BsD.title" = "Copy Style"; - -/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ -"6dh-zS-Vam.title" = "Redo"; - -/* Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; */ -"8mr-sm-Yjd.title" = "Writing Direction"; - -/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; - -/* Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; */ -"46P-cB-AYj.title" = "Tighten"; - -/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "agt-UL-0e3"; */ -"agt-UL-0e3.title" = "Use Default"; - -/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ -"aTl-1u-JFS.title" = "Print…"; - -/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ -"aUF-d1-5bR.title" = "Window"; - -/* Class = "NSMenu"; title = "Font"; ObjectID = "aXa-aM-Jaq"; */ -"aXa-aM-Jaq.title" = "Font"; - -/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; - -/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ -"BgM-ve-c93.title" = "\tLeft to Right"; - -/* Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; */ -"bgn-CT-cEk.title" = "Show Colors"; - -/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ -"bib-Uj-vzu.title" = "File"; - -/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ -"BOF-NM-1cW.title" = "Preferences…"; - -/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; - -/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ -"Bw7-FT-i3A.title" = "Save As…"; - -/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformations"; - -/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; */ -"cDB-IK-hbR.title" = "Use None"; - -/* Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; */ -"cqv-fj-IhA.title" = "Selection"; - -/* Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; */ -"cwL-P1-jid.title" = "Smart Links"; - -/* Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; */ -"d9c-me-L2H.title" = "Text"; - -/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; - -/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ -"dMs-cI-mzQ.title" = "File"; - -/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ -"dRJ-4n-Yzg.title" = "Undo"; - -/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Close"; - -/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ -"F2S-fz-NVQ.title" = "Help"; - -/* Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; */ -"Fal-I4-PZk.title" = "Text"; - -/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "ClockerHelper Help"; ObjectID = "FKE-Sm-Kum"; */ -"FKE-Sm-Kum.title" = "ClockerHelper Help"; - -/* Class = "NSMenuItem"; title = "Bold"; ObjectID = "GB9-OM-e27"; */ -"GB9-OM-e27.title" = "Bold"; - -/* Class = "NSMenu"; title = "Format"; ObjectID = "GEO-Iw-cKr"; */ -"GEO-Iw-cKr.title" = "Format"; - -/* Class = "NSMenuItem"; title = "Font"; ObjectID = "Gi5-1S-RQB"; */ -"Gi5-1S-RQB.title" = "Font"; - -/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "GUa-eO-cwY"; */ -"GUa-eO-cwY.title" = "Use Default"; - -/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ -"gVA-U4-sdL.title" = "Paste"; - -/* Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; */ -"H1b-Si-o9J.title" = "Writing Direction"; - -/* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ -"H8h-7b-M4v.title" = "View"; - -/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; - -/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; - -/* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ -"HyV-fh-RgO.title" = "View"; - -/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; - -/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ -"hz9-B4-Xy5.title" = "Services"; - -/* Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; */ -"I0S-gh-46l.title" = "Subscript"; - -/* Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; */ -"i1d-Er-qST.title" = "Smaller"; - -/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ -"IAo-SY-fd9.title" = "Open…"; - -/* Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; */ -"ijk-EB-dga.title" = "Baseline"; - -/* Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; */ -"J5U-5w-g23.title" = "Justify"; - -/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; */ -"J7y-lM-qPV.title" = "Use None"; - -/* Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; */ -"jBQ-r6-VK2.title" = "Kern"; - -/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ -"jFq-tB-4Kx.title" = "\tRight to Left"; - -/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ -"jxT-CU-nIS.title" = "Format"; - -/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; - -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Show All"; - -/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "kIP-vf-haE"; */ -"kIP-vf-haE.title" = "Show Sidebar"; - -/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ -"Lbh-J2-qVU.title" = "\tLeft to Right"; - -/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Bring All to Front"; - -/* Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; */ -"LVM-kO-fVI.title" = "Paste Ruler"; - -/* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; - -/* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ -"MkV-Pr-PK5.title" = "Copy Ruler"; - -/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ -"NMo-om-nkz.title" = "Services"; - -/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ -"Nop-cj-93Q.title" = "\tDefault"; - -/* Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; */ -"o6e-r0-MWq.title" = "Ligatures"; - -/* Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; */ -"OaQ-X3-Vso.title" = "Baseline"; - -/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; */ -"ogc-rX-tC1.title" = "Loosen"; - -/* Class = "NSMenuItem"; title = "Hide ClockerHelper"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "Hide ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; - -/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ -"OY7-WF-poV.title" = "Minimize"; - -/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; - -/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ -"pa3-QI-u2k.title" = "Delete"; - -/* Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; */ -"Ptp-SP-VEL.title" = "Bigger"; - -/* Class = "NSMenuItem"; title = "Save…"; ObjectID = "pxx-59-PXV"; */ -"pxx-59-PXV.title" = "Save…"; - -/* Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; */ -"Q5e-8K-NDq.title" = "Show Fonts"; - -/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; - -/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ -"qIS-W8-SiK.title" = "Page Setup…"; - -/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Zoom"; - -/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ -"RB4-Sm-HuC.title" = "\tRight to Left"; - -/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; - -/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; - -/* Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; */ -"Rqc-34-cIF.title" = "Superscript"; - -/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; - -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; - -/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ -"snW-S8-Cw5.title" = "Show Toolbar"; - -/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ -"Td7-aD-5lo.title" = "Window"; - -/* Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; */ -"tlD-Oa-oAM.title" = "Kern"; - -/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; - -/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ -"tXI-mr-wws.title" = "Open Recent"; - -/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; - -/* Class = "NSMenu"; title = "ClockerHelper"; ObjectID = "uQy-DD-JDr"; */ -"uQy-DD-JDr.title" = "ClockerHelper"; - -/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ -"uRl-iY-unG.title" = "Cut"; - -/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Hide Others"; - -/* Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; */ -"VIY-Ag-zcb.title" = "Center"; - -/* Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; */ -"Vjx-xi-njq.title" = "Italic"; - -/* Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; */ -"vKC-jM-MkH.title" = "Paste Style"; - -/* Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; */ -"vLm-3I-IUL.title" = "Show Ruler"; - -/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; - -/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; - -/* Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; */ -"w0m-vy-SC9.title" = "Ligatures"; - -/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ -"W48-6f-4Dl.title" = "Edit"; - -/* Class = "NSMenuItem"; title = "New"; ObjectID = "Was-JA-tGl"; */ -"Was-JA-tGl.title" = "New"; - -/* Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; */ -"wb2-vD-lq4.title" = "Align Right"; - -/* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ -"WeT-3V-zwk.title" = "Paste and Match Style"; - -/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ -"wpr-3q-Mcd.title" = "Help"; - -/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; */ -"WRG-CD-K1S.title" = "Underline"; - -/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ -"x3v-GG-iWU.title" = "Copy"; - -/* Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; */ -"xQD-1f-W4t.title" = "Use All"; - -/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; - -/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Find…"; - -/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; - -/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ -"YGs-j5-SAR.title" = "\tDefault"; - -/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; - -/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; - -/* Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; */ -"ZM1-6Q-yy1.title" = "Align Left"; - -/* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; */ -"ZvO-Gk-QUH.title" = "Paragraph"; - diff --git a/Clocker/ClockerUITests/InfoPlist.xcstrings b/Clocker/ClockerUITests/InfoPlist.xcstrings new file mode 100644 index 0000000..0fc4ad4 --- /dev/null +++ b/Clocker/ClockerUITests/InfoPlist.xcstrings @@ -0,0 +1,30 @@ +{ + "sourceLanguage" : "en", + "strings" : { + "CFBundleName" : { + "comment" : "Bundle name", + "extractionState" : "manual", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerUITests" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerUITests" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "ClockerUITests" + } + } + } + } + }, + "version" : "1.0" +} \ No newline at end of file diff --git a/Clocker/ClockerUITests/de.lproj/InfoPlist.strings b/Clocker/ClockerUITests/de.lproj/InfoPlist.strings deleted file mode 100644 index 11b652c..0000000 --- a/Clocker/ClockerUITests/de.lproj/InfoPlist.strings +++ /dev/null @@ -1,3 +0,0 @@ -/* Bundle name */ -"CFBundleName" = "ClockerUITests"; - diff --git a/Clocker/ClockerUITests/ru.lproj/InfoPlist.strings b/Clocker/ClockerUITests/ru.lproj/InfoPlist.strings deleted file mode 100644 index 11b652c..0000000 --- a/Clocker/ClockerUITests/ru.lproj/InfoPlist.strings +++ /dev/null @@ -1,3 +0,0 @@ -/* Bundle name */ -"CFBundleName" = "ClockerUITests"; - diff --git a/Clocker/ClockerUITests/zh-Hans.lproj/InfoPlist.strings b/Clocker/ClockerUITests/zh-Hans.lproj/InfoPlist.strings deleted file mode 100644 index 11b652c..0000000 --- a/Clocker/ClockerUITests/zh-Hans.lproj/InfoPlist.strings +++ /dev/null @@ -1,3 +0,0 @@ -/* Bundle name */ -"CFBundleName" = "ClockerUITests"; -