diff --git a/AutoCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/AutoCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4a8dc44..099e37a 100644 --- a/AutoCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/AutoCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/onevcat/Kingfisher", "state": { "branch": null, - "revision": "2a6d1135af3915547c4b08c3b154a05e6f1075a3", - "version": "5.15.5" + "revision": "2a10bf41da75599a9f8e872dbd44fe0155a2e00c", + "version": "5.15.8" } }, { @@ -51,8 +51,8 @@ "repositoryURL": "https://github.com/realm/realm-cocoa", "state": { "branch": null, - "revision": "2dc2d259095051b997b76a07e859822661105303", - "version": "5.4.7" + "revision": "7ec5df0a700ef76ad930dcedb9c63c1b354979e1", + "version": "5.5.1" } }, { @@ -60,8 +60,8 @@ "repositoryURL": "https://github.com/realm/realm-core", "state": { "branch": null, - "revision": "2df510904ad04287926b287b4e89b786de2808c8", - "version": "6.1.3" + "revision": "66d79b3c5213fb14d491c1b22193077b488d49a6", + "version": "6.2.4" } }, { @@ -78,8 +78,8 @@ "repositoryURL": "https://github.com/ReactiveX/RxSwift.git", "state": { "branch": null, - "revision": "002d325b0bdee94e7882e1114af5ff4fe1e96afa", - "version": "5.1.1" + "revision": "254617dd7fae0c45319ba5fbea435bf4d0e15b5d", + "version": "5.1.2" } }, { @@ -87,8 +87,8 @@ "repositoryURL": "https://github.com/malcommac/SwiftDate.git", "state": { "branch": null, - "revision": "a25913b19833860b61fac161a706e44834f03c47", - "version": "6.2.0" + "revision": "6190d0cefff3013e77ed567e6b074f324e5c5bf5", + "version": "6.3.1" } } ] diff --git a/AutoCat/Controllers/Location/EventsController.swift b/AutoCat/Controllers/Location/EventsController.swift index 0de3caa..c3352c8 100644 --- a/AutoCat/Controllers/Location/EventsController.swift +++ b/AutoCat/Controllers/Location/EventsController.swift @@ -200,7 +200,8 @@ class EventsController: UIViewController, UITableViewDataSource, UITableViewDele if let eventId = event.id { HUD.show(.progress) Api.remove(event: eventId).observeOn(MainScheduler.instance).subscribe(onSuccess: { vehicle in - completion?(self.update(vehicle: vehicle)) + let result = self.update(vehicle: vehicle) + completion?(result) }, onError: { error in completion?(false) HUD.show(error: error) diff --git a/AutoCat/Controllers/SearchController.swift b/AutoCat/Controllers/SearchController.swift index 89ad1ab..f5333b6 100644 --- a/AutoCat/Controllers/SearchController.swift +++ b/AutoCat/Controllers/SearchController.swift @@ -159,7 +159,8 @@ class SearchController: UIViewController, UISearchResultsUpdating, UITableViewDe HUD.show(.progress) Api.checkVehicle(by: vehicle.getNumber(), force: true).observeOn(MainScheduler.instance).subscribe { newVehicle in HUD.hide() - if let realm = try? Realm() { + do { + let realm = try Realm() if realm.object(ofType: Vehicle.self, forPrimaryKey: vehicle.getNumber()) != nil { try? realm.write { do { @@ -170,9 +171,14 @@ class SearchController: UIViewController, UISearchResultsUpdating, UITableViewDe } } } + } catch { + print(error) + self.show(error: error) } - self.datasource.set(item: newVehicle, at: indexPath) - self.updateDetailController(with: newVehicle) + + let frozenVehicle = newVehicle.freeze() + self.datasource.set(item: frozenVehicle, at: indexPath) + self.updateDetailController(with: frozenVehicle) } onError: { err in HUD.show(error: err) }.disposed(by: self.bag) diff --git a/dmg/AutoCat-1.0.73.dmg b/dmg/AutoCat-1.0.73.dmg new file mode 100644 index 0000000..25aef2b Binary files /dev/null and b/dmg/AutoCat-1.0.73.dmg differ diff --git a/dmg/AutoCat.app/Contents/CodeResources b/dmg/AutoCat.app/Contents/CodeResources new file mode 100644 index 0000000..5aa0af3 Binary files /dev/null and b/dmg/AutoCat.app/Contents/CodeResources differ diff --git a/dmg/AutoCat.app/Contents/Info.plist b/dmg/AutoCat.app/Contents/Info.plist new file mode 100644 index 0000000..a41988e --- /dev/null +++ b/dmg/AutoCat.app/Contents/Info.plist @@ -0,0 +1,154 @@ + + + + + BuildMachineOSBuild + 20D91 + CFBundleDevelopmentRegion + en + CFBundleExecutable + AutoCat + CFBundleIconFile + AppIcon + CFBundleIconName + AppIcon + CFBundleIdentifier + pro.aliencat.AutoCat + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + AutoCat + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 73 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 12D4e + DTPlatformName + macosx + DTPlatformVersion + 11.1 + DTSDKBuild + 20C63 + DTSDKName + macosx11.1 + DTXcode + 1240 + DTXcodeBuild + 12D4e + LSMinimumSystemVersion + 10.15 + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSExceptionDomains + + avto-nomer.ru + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + platesmania.com + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + + + NSLocationAlwaysAndWhenInUseUsageDescription + Access is needed for storing locations of vehicles (even when the app was sent to bacground) + NSLocationAlwaysUsageDescription + Access is needed for storing locations of vehicles (even when the app was sent to bacground) + NSLocationWhenInUseUsageDescription + Access is needed for storing locations of vehicles + NSMicrophoneUsageDescription + Access is needed for voice recordings + NSPhotoLibraryAddUsageDescription + AutoCat needs access to photo library to save reports + NSSpeechRecognitionUsageDescription + Access is needed for recognizing plate numbers from voice recordings + NSSupportsAutomaticTermination + + NSSupportsSuddenTermination + + UIAppFonts + + RoadNumbers.otf + RoadNumbers2.0.otf + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + AutoCat.SceneDelegate + UISceneStoryboardFile + Main + + + + + UIApplicationShortcutItems + + + UIApplicationShortcutItemIconType + UIApplicationShortcutIconTypeAudio + UIApplicationShortcutItemTitle + Add voice record + UIApplicationShortcutItemType + AddVoiceRecordAction + + + UIApplicationShortcutItemIconType + UIApplicationShortcutIconTypeCompose + UIApplicationShortcutItemTitle + Check plate number + UIApplicationShortcutItemType + CheckNumberAction + + + UIDeviceFamily + + 2 + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/dmg/AutoCat.app/Contents/MacOS/AutoCat b/dmg/AutoCat.app/Contents/MacOS/AutoCat new file mode 100755 index 0000000..0e7f8c7 Binary files /dev/null and b/dmg/AutoCat.app/Contents/MacOS/AutoCat differ diff --git a/dmg/AutoCat.app/Contents/PkgInfo b/dmg/AutoCat.app/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/dmg/AutoCat.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/AppIcon.icns b/dmg/AutoCat.app/Contents/Resources/AppIcon.icns new file mode 100644 index 0000000..69e7fe4 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/AppIcon.icns differ diff --git a/dmg/AutoCat.app/Contents/Resources/Assets.car b/dmg/AutoCat.app/Contents/Resources/Assets.car new file mode 100644 index 0000000..34230e1 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Assets.car differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/InfoPlist.strings b/dmg/AutoCat.app/Contents/Resources/Base.lproj/InfoPlist.strings new file mode 100644 index 0000000..5d39935 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/InfoPlist.strings differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib new file mode 100644 index 0000000..4e54a5b Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/Info.plist b/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/Info.plist new file mode 100644 index 0000000..32288e8 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/Info.plist differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib new file mode 100644 index 0000000..caba425 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Localizable.strings b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Localizable.strings new file mode 100644 index 0000000..9950533 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Localizable.strings differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/objects-14.0+.nib new file mode 100644 index 0000000..e8b1c2f Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/runtime.nib new file mode 100644 index 0000000..27b5df1 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/objects-14.0+.nib new file mode 100644 index 0000000..f178940 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/runtime.nib new file mode 100644 index 0000000..250d69c Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/AuthController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/AuthController.nib/objects-14.0+.nib new file mode 100644 index 0000000..395aff5 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/AuthController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/AuthController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/AuthController.nib/runtime.nib new file mode 100644 index 0000000..54059c7 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/AuthController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/objects-14.0+.nib new file mode 100644 index 0000000..50b0e63 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/runtime.nib new file mode 100644 index 0000000..917c0d4 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/EventsController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/EventsController.nib/objects-14.0+.nib new file mode 100644 index 0000000..a7d8036 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/EventsController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/EventsController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/EventsController.nib/runtime.nib new file mode 100644 index 0000000..41de410 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/EventsController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/FiltersController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/FiltersController.nib/objects-14.0+.nib new file mode 100644 index 0000000..952cb22 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/FiltersController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/FiltersController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/FiltersController.nib/runtime.nib new file mode 100644 index 0000000..eafbccc Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/FiltersController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/objects-14.0+.nib new file mode 100644 index 0000000..4818235 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/runtime.nib new file mode 100644 index 0000000..c460968 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/objects-14.0+.nib new file mode 100644 index 0000000..2832e78 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/runtime.nib new file mode 100644 index 0000000..7db1127 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/objects-14.0+.nib new file mode 100644 index 0000000..a55db05 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/runtime.nib new file mode 100644 index 0000000..6097e99 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/objects-14.0+.nib new file mode 100644 index 0000000..c83f215 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/runtime.nib new file mode 100644 index 0000000..2180a3b Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist new file mode 100644 index 0000000..626e980 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/objects-14.0+.nib new file mode 100644 index 0000000..0c8db0e Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/runtime.nib new file mode 100644 index 0000000..188725c Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/objects-14.0+.nib new file mode 100644 index 0000000..5c5fc9c Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/runtime.nib new file mode 100644 index 0000000..511c0f3 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/objects-14.0+.nib new file mode 100644 index 0000000..c0e9d12 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/runtime.nib new file mode 100644 index 0000000..9c7172a Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/objects-14.0+.nib new file mode 100644 index 0000000..6ce1ba9 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/runtime.nib new file mode 100644 index 0000000..ef3b35b Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/objects-14.0+.nib new file mode 100644 index 0000000..6ca783e Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/runtime.nib new file mode 100644 index 0000000..bad8510 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoController.nib/objects-14.0+.nib new file mode 100644 index 0000000..1494d36 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoController.nib/runtime.nib new file mode 100644 index 0000000..ab71e9a Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OsagoController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OwnersController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OwnersController.nib/objects-14.0+.nib new file mode 100644 index 0000000..d2c0c25 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OwnersController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OwnersController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OwnersController.nib/runtime.nib new file mode 100644 index 0000000..c6ea2f4 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/OwnersController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/objects-14.0+.nib new file mode 100644 index 0000000..046d30f Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/runtime.nib new file mode 100644 index 0000000..c7f9d0c Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/RegionsController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/RegionsController.nib/objects-14.0+.nib new file mode 100644 index 0000000..ba0cdf9 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/RegionsController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/RegionsController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/RegionsController.nib/runtime.nib new file mode 100644 index 0000000..3eea310 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/RegionsController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportController.nib/objects-14.0+.nib new file mode 100644 index 0000000..9d90b06 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportController.nib/runtime.nib new file mode 100644 index 0000000..ccb1990 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/objects-14.0+.nib new file mode 100644 index 0000000..485a484 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/runtime.nib new file mode 100644 index 0000000..9f183af Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/objects-14.0+.nib new file mode 100644 index 0000000..8af06b0 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/runtime.nib new file mode 100644 index 0000000..a69deec Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/objects-14.0+.nib new file mode 100644 index 0000000..d35199f Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/runtime.nib new file mode 100644 index 0000000..09b85aa Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/objects-14.0+.nib new file mode 100644 index 0000000..26c39fd Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/runtime.nib new file mode 100644 index 0000000..9dd2a29 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/objects-14.0+.nib new file mode 100644 index 0000000..e6df9e5 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/runtime.nib new file mode 100644 index 0000000..e4caf77 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/objects-14.0+.nib new file mode 100644 index 0000000..0a50809 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/runtime.nib new file mode 100644 index 0000000..da651ce Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/objects-14.0+.nib new file mode 100644 index 0000000..b7ccf4c Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/runtime.nib new file mode 100644 index 0000000..52a8cf0 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/objects-14.0+.nib new file mode 100644 index 0000000..622e301 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/runtime.nib new file mode 100644 index 0000000..4baf25b Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/objects-14.0+.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/objects-14.0+.nib new file mode 100644 index 0000000..fcd35a0 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/objects-14.0+.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/runtime.nib b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/runtime.nib new file mode 100644 index 0000000..acac371 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/runtime.nib differ diff --git a/dmg/AutoCat.app/Contents/Resources/PKHUD_PKHUD.bundle/Contents/Info.plist b/dmg/AutoCat.app/Contents/Resources/PKHUD_PKHUD.bundle/Contents/Info.plist new file mode 100644 index 0000000..adf0b0e --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/PKHUD_PKHUD.bundle/Contents/Info.plist @@ -0,0 +1,45 @@ + + + + + BuildMachineOSBuild + 20D91 + CFBundleDevelopmentRegion + en + CFBundleIdentifier + PKHUD-PKHUD-resources + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + PKHUD_PKHUD + CFBundlePackageType + BNDL + CFBundleSupportedPlatforms + + MacOSX + + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 12D4e + DTPlatformName + macosx + DTPlatformVersion + 11.1 + DTSDKBuild + 20C63 + DTSDKName + macosx11.1 + DTXcode + 1240 + DTXcodeBuild + 12D4e + LSMinimumSystemVersion + 10.15 + UIDeviceFamily + + 2 + 6 + + + diff --git a/dmg/AutoCat.app/Contents/Resources/PKHUD_PKHUD.bundle/Contents/Resources/Assets.car b/dmg/AutoCat.app/Contents/Resources/PKHUD_PKHUD.bundle/Contents/Resources/Assets.car new file mode 100644 index 0000000..ce73868 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/PKHUD_PKHUD.bundle/Contents/Resources/Assets.car differ diff --git a/dmg/AutoCat.app/Contents/Resources/RoadNumbers.otf b/dmg/AutoCat.app/Contents/Resources/RoadNumbers.otf new file mode 100644 index 0000000..7f40a38 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/RoadNumbers.otf differ diff --git a/dmg/AutoCat.app/Contents/Resources/RoadNumbers2.0.otf b/dmg/AutoCat.app/Contents/Resources/RoadNumbers2.0.otf new file mode 100644 index 0000000..390c01e Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/RoadNumbers2.0.otf differ diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Info.plist b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Info.plist new file mode 100644 index 0000000..0b26cf9 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Info.plist @@ -0,0 +1,45 @@ + + + + + BuildMachineOSBuild + 20D91 + CFBundleDevelopmentRegion + en + CFBundleIdentifier + SwiftDate-SwiftDate-resources + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + SwiftDate_SwiftDate + CFBundlePackageType + BNDL + CFBundleSupportedPlatforms + + MacOSX + + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 12D4e + DTPlatformName + macosx + DTPlatformVersion + 11.1 + DTSDKBuild + 20C63 + DTSDKName + macosx11.1 + DTXcode + 1240 + DTXcodeBuild + 12D4e + LSMinimumSystemVersion + 10.15 + UIDeviceFamily + + 2 + 6 + + + diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/af.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/af.json new file mode 100644 index 0000000..bbb28b2 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/af.json @@ -0,0 +1,209 @@ +{ + "narrow" : { + "quarter" : { + "previous" : "vorige kwartaal", + "current" : "hierdie kwartaal", + "next" : "volgende kwartaal", + "past" : "{0} kwartale gelede", + "future" : "oor {0} kwartale" + }, + "month" : { + "past" : "{0} md. gelede", + "next" : "volgende maand", + "future" : "oor {0} md.", + "previous" : "verlede maand", + "current" : "vandeesmaand" + }, + "now" : "nou", + "hour" : { + "future" : "oor {0} uur", + "past" : "{0} uur gelede", + "current" : "hierdie uur" + }, + "minute" : { + "past" : "{0} min. gelede", + "current" : "hierdie minuut", + "future" : "oor {0} min." + }, + "day" : { + "previous" : "gister", + "future" : { + "one" : "oor {0} dag", + "other" : "oor {0} dae" + }, + "past" : { + "one" : "{0} dag gelede", + "other" : "{0} dae gelede" + }, + "current" : "vandag", + "next" : "môre" + }, + "year" : { + "next" : "volgende jaar", + "past" : "{0} jaar gelede", + "future" : "oor {0} jaar", + "previous" : "verlede jaar", + "current" : "hierdie jaar" + }, + "week" : { + "next" : "volgende week", + "previous" : "verlede week", + "past" : "{0} w. gelede", + "future" : "oor {0} w.", + "current" : "vandeesweek" + }, + "second" : { + "future" : "oor {0} sek.", + "current" : "nou", + "past" : "{0} sek. gelede" + } + }, + "short" : { + "minute" : { + "future" : "oor {0} min.", + "current" : "hierdie minuut", + "past" : "{0} min. gelede" + }, + "month" : { + "current" : "vandeesmaand", + "past" : "{0} md. gelede", + "future" : "oor {0} md.", + "next" : "volgende maand", + "previous" : "verlede maand" + }, + "week" : { + "current" : "vandeesweek", + "past" : "{0} w. gelede", + "future" : "oor {0} w.", + "next" : "volgende week", + "previous" : "verlede week" + }, + "hour" : { + "future" : "oor {0} uur", + "current" : "hierdie uur", + "past" : "{0} uur gelede" + }, + "day" : { + "next" : "môre", + "current" : "vandag", + "previous" : "gister", + "past" : { + "one" : "{0} dag gelede", + "other" : "{0} dae gelede" + }, + "future" : { + "one" : "oor {0} dag", + "other" : "oor {0} dae" + } + }, + "second" : { + "future" : "oor {0} sek.", + "current" : "nou", + "past" : "{0} sek. gelede" + }, + "now" : "nou", + "year" : { + "current" : "hierdie jaar", + "future" : "oor {0} jaar", + "past" : "{0} jaar gelede", + "next" : "volgende jaar", + "previous" : "verlede jaar" + }, + "quarter" : { + "current" : "hierdie kwartaal", + "future" : { + "one" : "oor {0} kwartaal", + "other" : "oor {0} kwartale" + }, + "previous" : "vorige kwartaal", + "next" : "volgende kwartaal", + "past" : { + "other" : "{0} kwartale gelede", + "one" : "{0} kwartaal gelede" + } + } + }, + "long" : { + "day" : { + "previous" : "gister", + "past" : { + "one" : "{0} dag gelede", + "other" : "{0} dae gelede" + }, + "future" : { + "other" : "oor {0} dae", + "one" : "oor {0} dag" + }, + "next" : "môre", + "current" : "vandag" + }, + "hour" : { + "current" : "hierdie uur", + "future" : "oor {0} uur", + "past" : "{0} uur gelede" + }, + "month" : { + "next" : "volgende maand", + "current" : "vandeesmaand", + "past" : { + "one" : "{0} maand gelede", + "other" : "{0} maande gelede" + }, + "previous" : "verlede maand", + "future" : "oor {0} minuut" + }, + "quarter" : { + "next" : "volgende kwartaal", + "past" : { + "one" : "{0} kwartaal gelede", + "other" : "{0} kwartale gelede" + }, + "previous" : "vorige kwartaal", + "current" : "hierdie kwartaal", + "future" : { + "one" : "oor {0} kwartaal", + "other" : "oor {0} kwartale" + } + }, + "year" : { + "previous" : "verlede jaar", + "current" : "hierdie jaar", + "next" : "volgende jaar", + "past" : "{0} jaar gelede", + "future" : "oor {0} jaar" + }, + "minute" : { + "past" : { + "other" : "{0} minute gelede", + "one" : "{0} minuut gelede" + }, + "future" : "oor {0} minuut", + "current" : "hierdie minuut" + }, + "second" : { + "current" : "nou", + "future" : { + "one" : "oor {0} sekonde", + "other" : "oor {0} sekondes" + }, + "past" : { + "other" : "{0} sekondes gelede", + "one" : "{0} sekonde gelede" + } + }, + "week" : { + "future" : { + "other" : "oor {0} weke", + "one" : "oor {0} week" + }, + "previous" : "verlede week", + "current" : "vandeesweek", + "next" : "volgende week", + "past" : { + "one" : "{0} week gelede", + "other" : "{0} weke gelede" + } + }, + "now" : "nou" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/am.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/am.json new file mode 100644 index 0000000..3bc65b9 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/am.json @@ -0,0 +1,248 @@ +{ + "short" : { + "month" : { + "previous" : "ያለፈው ወር", + "current" : "በዚህ ወር", + "next" : "የሚቀጥለው ወር", + "past" : "ከ{0} ወራት በፊት", + "future" : "በ{0} ወራት ውስጥ" + }, + "now" : "አሁን", + "day" : { + "next" : "ነገ", + "current" : "ዛሬ", + "previous" : "ትላንትና", + "past" : { + "other" : "ከ{0} ቀኖች በፊት", + "one" : "ከ {0} ቀን በፊት" + }, + "future" : { + "other" : "በ{0} ቀኖች ውስጥ", + "one" : "በ{0} ቀን ውስጥ" + } + }, + "year" : { + "current" : "በዚህ ዓመት", + "future" : "በ{0} ዓመታት ውስጥ", + "previous" : "ያለፈው ዓመት", + "next" : "የሚቀጥለው ዓመት", + "past" : "ከ{0} ዓመታት በፊት" + }, + "hour" : { + "past" : { + "one" : "ከ{0} ሰዓት በፊት", + "other" : "ከ{0} ሰዓቶች በፊት" + }, + "future" : { + "one" : "በ{0} ሰዓት ውስጥ", + "other" : "በ{0} ሰዓቶች ውስጥ" + }, + "current" : "ይህ ሰዓት" + }, + "minute" : { + "current" : "ይህ ደቂቃ", + "future" : { + "other" : "በ{0} ደቂቃዎች ውስጥ", + "one" : "በ{0} ደቂቃ ውስጥ" + }, + "past" : { + "other" : "ከ{0} ደቂቃዎች በፊት", + "one" : "ከ{0} ደቂቃ በፊት" + } + }, + "second" : { + "current" : "አሁን", + "future" : { + "other" : "በ{0} ሰከንዶች ውስጥ", + "one" : "በ{0} ሰከንድ ውስጥ" + }, + "past" : { + "one" : "ከ{0} ሰከንድ በፊት", + "other" : "ከ{0} ሰከንዶች በፊት" + } + }, + "quarter" : { + "future" : "+{0} ሩብ", + "previous" : "የመጨረሻው ሩብ", + "next" : "የሚቀጥለው ሩብ", + "past" : "{0} ሩብ በፊት", + "current" : "ይህ ሩብ" + }, + "week" : { + "next" : "የሚቀጥለው ሳምንት", + "past" : "ከ{0} ሳምንታት በፊት", + "current" : "በዚህ ሣምንት", + "previous" : "ባለፈው ሳምንት", + "future" : "በ{0} ሳምንታት ውስጥ" + } + }, + "narrow" : { + "now" : "አሁን", + "year" : { + "current" : "በዚህ ዓመት", + "next" : "የሚቀጥለው ዓመት", + "past" : "ከ{0} ዓመታት በፊት", + "future" : "በ{0} ዓመታት ውስጥ", + "previous" : "ያለፈው ዓመት" + }, + "day" : { + "past" : { + "other" : "ከ{0} ቀኖች በፊት", + "one" : "ከ {0} ቀን በፊት" + }, + "future" : { + "one" : "በ{0} ቀን ውስጥ", + "other" : "በ{0} ቀኖች ውስጥ" + }, + "next" : "ነገ", + "current" : "ዛሬ", + "previous" : "ትላንትና" + }, + "month" : { + "current" : "በዚህ ወር", + "future" : "በ{0} ወራት ውስጥ", + "next" : "የሚቀጥለው ወር", + "past" : "ከ{0} ወራት በፊት", + "previous" : "ያለፈው ወር" + }, + "second" : { + "future" : { + "one" : "በ{0} ሰከንድ ውስጥ", + "other" : "በ{0} ሰከንዶች ውስጥ" + }, + "current" : "አሁን", + "past" : { + "one" : "ከ{0} ሰከንድ በፊት", + "other" : "ከ{0} ሰከንዶች በፊት" + } + }, + "minute" : { + "future" : { + "one" : "በ{0} ደቂቃ ውስጥ", + "other" : "በ{0} ደቂቃዎች ውስጥ" + }, + "current" : "ይህ ደቂቃ", + "past" : { + "one" : "ከ{0} ደቂቃ በፊት", + "other" : "ከ{0} ደቂቃዎች በፊት" + } + }, + "week" : { + "future" : "በ{0} ሳምንታት ውስጥ", + "next" : "የሚቀጥለው ሳምንት", + "previous" : "ባለፈው ሳምንት", + "past" : "ከ{0} ሳምንታት በፊት", + "current" : "በዚህ ሣምንት" + }, + "quarter" : { + "future" : "+{0} ሩብ", + "current" : "ይህ ሩብ", + "past" : "{0} ሩብ በፊት", + "previous" : "የመጨረሻው ሩብ", + "next" : "የሚቀጥለው ሩብ" + }, + "hour" : { + "current" : "ይህ ሰዓት", + "past" : { + "one" : "ከ{0} ሰዓት በፊት", + "other" : "ከ{0} ሰዓቶች በፊት" + }, + "future" : { + "other" : "በ{0} ሰዓቶች ውስጥ", + "one" : "በ{0} ሰዓት ውስጥ" + } + } + }, + "long" : { + "now" : "አሁን", + "minute" : { + "current" : "ይህ ደቂቃ", + "future" : { + "one" : "በ{0} ደቂቃ ውስጥ", + "other" : "በ{0} ደቂቃዎች ውስጥ" + }, + "past" : { + "one" : "ከ{0} ደቂቃ በፊት", + "other" : "ከ{0} ደቂቃዎች በፊት" + } + }, + "year" : { + "past" : { + "other" : "ከ{0} ዓመታት በፊት", + "one" : "ከ{0} ዓመት በፊት" + }, + "previous" : "ያለፈው ዓመት", + "current" : "በዚህ ዓመት", + "next" : "የሚቀጥለው ዓመት", + "future" : "በ{0} ዓመታት ውስጥ" + }, + "hour" : { + "current" : "ይህ ሰዓት", + "future" : { + "one" : "በ{0} ሰዓት ውስጥ", + "other" : "በ{0} ሰዓቶች ውስጥ" + }, + "past" : { + "one" : "ከ{0} ሰዓት በፊት", + "other" : "ከ{0} ሰዓቶች በፊት" + } + }, + "second" : { + "current" : "አሁን", + "past" : { + "one" : "ከ{0} ሰከንድ በፊት", + "other" : "ከ{0} ሰከንዶች በፊት" + }, + "future" : { + "other" : "በ{0} ሰከንዶች ውስጥ", + "one" : "በ{0} ሰከንድ ውስጥ" + } + }, + "day" : { + "previous" : "ትናንት", + "current" : "ዛሬ", + "future" : { + "other" : "በ{0} ቀናት ውስጥ", + "one" : "በ{0} ቀን ውስጥ" + }, + "past" : { + "one" : "ከ{0} ቀን በፊት", + "other" : "ከ{0} ቀናት በፊት" + }, + "next" : "ነገ" + }, + "month" : { + "previous" : "ያለፈው ወር", + "current" : "በዚህ ወር", + "next" : "የሚቀጥለው ወር", + "future" : { + "one" : "በ{0} ወር ውስጥ", + "other" : "በ{0} ወራት ውስጥ" + }, + "past" : { + "other" : "ከ{0} ወራት በፊት", + "one" : "ከ{0} ወር በፊት" + } + }, + "quarter" : { + "next" : "የሚቀጥለው ሩብ", + "current" : "ይህ ሩብ", + "past" : "{0} ሩብ በፊት", + "future" : "+{0} ሩብ", + "previous" : "የመጨረሻው ሩብ" + }, + "week" : { + "future" : { + "one" : "በ{0} ሳምንት ውስጥ", + "other" : "በ{0} ሳምንታት ውስጥ" + }, + "current" : "በዚህ ሳምንት", + "next" : "የሚቀጥለው ሳምንት", + "previous" : "ያለፈው ሳምንት", + "past" : { + "other" : "ከ{0} ሳምንታት በፊት", + "one" : "ከ{0} ሳምንት በፊት" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar.json new file mode 100644 index 0000000..db62c90 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar.json @@ -0,0 +1,419 @@ +{ + "narrow" : { + "second" : { + "past" : { + "other" : "قبل {0} ثانية", + "one" : "قبل ثانية واحدة", + "two" : "قبل ثانيتين", + "few" : "قبل {0} ثوانٍ" + }, + "current" : "الآن", + "future" : { + "two" : "خلال ثانيتين", + "one" : "خلال ثانية واحدة", + "other" : "خلال {0} ثانية", + "few" : "خلال {0} ثوانٍ" + } + }, + "week" : { + "past" : { + "one" : "قبل أسبوع واحد", + "few" : "قبل {0} أسابيع", + "two" : "قبل أسبوعين", + "many" : "قبل {0} أسبوعًا", + "other" : "قبل {0} أسبوع" + }, + "previous" : "الأسبوع الماضي", + "future" : { + "one" : "خلال أسبوع واحد", + "many" : "خلال {0} أسبوعًا", + "other" : "خلال {0} أسبوع", + "two" : "خلال أسبوعين", + "few" : "خلال {0} أسابيع" + }, + "current" : "هذا الأسبوع", + "next" : "الأسبوع القادم" + }, + "day" : { + "current" : "اليوم", + "next" : "غدًا", + "past" : { + "one" : "قبل يوم واحد", + "many" : "قبل {0} يومًا", + "other" : "قبل {0} يوم", + "few" : "قبل {0} أيام", + "two" : "قبل يومين" + }, + "previous" : "أمس", + "future" : { + "two" : "خلال يومين", + "few" : "خلال {0} أيام", + "other" : "خلال {0} يوم", + "one" : "خلال يوم واحد", + "many" : "خلال {0} يومًا" + } + }, + "hour" : { + "past" : { + "two" : "قبل ساعتين", + "other" : "قبل {0} ساعة", + "few" : "قبل {0} ساعات", + "one" : "قبل ساعة واحدة" + }, + "current" : "الساعة الحالية", + "future" : { + "few" : "خلال {0} ساعات", + "other" : "خلال {0} ساعة", + "one" : "خلال ساعة واحدة", + "two" : "خلال ساعتين" + } + }, + "year" : { + "past" : { + "two" : "قبل سنتين", + "other" : "قبل {0} سنة", + "few" : "قبل {0} سنوات", + "one" : "قبل سنة واحدة" + }, + "previous" : "السنة الماضية", + "next" : "السنة القادمة", + "future" : { + "one" : "خلال سنة واحدة", + "two" : "خلال سنتين", + "other" : "خلال {0} سنة", + "few" : "خلال {0} سنوات" + }, + "current" : "السنة الحالية" + }, + "quarter" : { + "next" : "الربع القادم", + "future" : { + "other" : "خلال {0} ربع سنة", + "one" : "خلال ربع سنة واحد", + "few" : "خلال {0} أرباع سنة", + "two" : "خلال ربعي سنة" + }, + "previous" : "الربع الأخير", + "current" : "هذا الربع", + "past" : { + "one" : "قبل ربع سنة واحد", + "other" : "قبل {0} ربع سنة", + "two" : "قبل ربعي سنة", + "few" : "قبل {0} أرباع سنة" + } + }, + "month" : { + "past" : { + "few" : "قبل {0} أشهر", + "many" : "قبل {0} شهرًا", + "other" : "قبل {0} شهر", + "one" : "قبل شهر واحد", + "two" : "قبل شهرين" + }, + "next" : "الشهر القادم", + "current" : "هذا الشهر", + "previous" : "الشهر الماضي", + "future" : { + "many" : "خلال {0} شهرًا", + "two" : "خلال شهرين", + "other" : "خلال {0} شهر", + "one" : "خلال شهر واحد", + "few" : "خلال {0} أشهر" + } + }, + "now" : "الآن", + "minute" : { + "future" : { + "two" : "خلال دقيقتين", + "few" : "خلال {0} دقائق", + "other" : "خلال {0} دقيقة", + "one" : "خلال دقيقة واحدة" + }, + "past" : { + "one" : "قبل دقيقة واحدة", + "few" : "قبل {0} دقائق", + "other" : "قبل {0} دقيقة", + "two" : "قبل دقيقتين" + }, + "current" : "هذه الدقيقة" + } + }, + "long" : { + "now" : "الآن", + "day" : { + "current" : "اليوم", + "previous" : "أمس", + "next" : "غدًا", + "past" : { + "one" : "قبل يوم واحد", + "two" : "قبل يومين", + "many" : "قبل {0} يومًا", + "few" : "قبل {0} أيام", + "other" : "قبل {0} يوم" + }, + "future" : { + "two" : "خلال يومين", + "many" : "خلال {0} يومًا", + "few" : "خلال {0} أيام", + "one" : "خلال يوم واحد", + "other" : "خلال {0} يوم" + } + }, + "month" : { + "future" : { + "few" : "خلال {0} أشهر", + "many" : "خلال {0} شهرًا", + "other" : "خلال {0} شهر", + "one" : "خلال شهر واحد", + "two" : "خلال شهرين" + }, + "past" : { + "two" : "قبل شهرين", + "few" : "قبل {0} أشهر", + "one" : "قبل شهر واحد", + "many" : "قبل {0} شهرًا", + "other" : "قبل {0} شهر" + }, + "current" : "هذا الشهر", + "previous" : "الشهر الماضي", + "next" : "الشهر القادم" + }, + "minute" : { + "future" : { + "two" : "خلال دقيقتين", + "few" : "خلال {0} دقائق", + "other" : "خلال {0} دقيقة", + "one" : "خلال دقيقة واحدة" + }, + "past" : { + "two" : "قبل دقيقتين", + "other" : "قبل {0} دقيقة", + "few" : "قبل {0} دقائق", + "one" : "قبل دقيقة واحدة" + }, + "current" : "هذه الدقيقة" + }, + "second" : { + "future" : { + "two" : "خلال ثانيتين", + "other" : "خلال {0} ثانية", + "one" : "خلال ثانية واحدة", + "few" : "خلال {0} ثوانٍ" + }, + "current" : "الآن", + "past" : { + "two" : "قبل ثانيتين", + "one" : "قبل ثانية واحدة", + "other" : "قبل {0} ثانية", + "few" : "قبل {0} ثوانِ" + } + }, + "hour" : { + "current" : "الساعة الحالية", + "past" : { + "few" : "قبل {0} ساعات", + "other" : "قبل {0} ساعة", + "one" : "قبل ساعة واحدة", + "two" : "قبل ساعتين" + }, + "future" : { + "other" : "خلال {0} ساعة", + "one" : "خلال ساعة واحدة", + "two" : "خلال ساعتين", + "few" : "خلال {0} ساعات" + } + }, + "year" : { + "previous" : "السنة الماضية", + "future" : { + "one" : "خلال سنة واحدة", + "two" : "خلال سنتين", + "few" : "خلال {0} سنوات", + "other" : "خلال {0} سنة" + }, + "current" : "السنة الحالية", + "next" : "السنة القادمة", + "past" : { + "one" : "قبل سنة واحدة", + "other" : "قبل {0} سنة", + "two" : "قبل سنتين", + "few" : "قبل {0} سنوات" + } + }, + "quarter" : { + "current" : "هذا الربع", + "past" : { + "other" : "قبل {0} ربع سنة", + "two" : "قبل ربعي سنة", + "few" : "قبل {0} أرباع سنة", + "one" : "قبل ربع سنة واحد" + }, + "future" : { + "two" : "خلال ربعي سنة", + "few" : "خلال {0} أرباع سنة", + "other" : "خلال {0} ربع سنة", + "one" : "خلال ربع سنة واحد" + }, + "next" : "الربع القادم", + "previous" : "الربع الأخير" + }, + "week" : { + "next" : "الأسبوع القادم", + "current" : "هذا الأسبوع", + "past" : { + "one" : "قبل أسبوع واحد", + "many" : "قبل {0} أسبوعًا", + "two" : "قبل أسبوعين", + "other" : "قبل {0} أسبوع", + "few" : "قبل {0} أسابيع" + }, + "future" : { + "other" : "خلال {0} أسبوع", + "two" : "خلال أسبوعين", + "few" : "خلال {0} أسابيع", + "one" : "خلال أسبوع واحد", + "many" : "خلال {0} أسبوعًا" + }, + "previous" : "الأسبوع الماضي" + } + }, + "short" : { + "now" : "الآن", + "year" : { + "current" : "السنة الحالية", + "past" : { + "few" : "قبل {0} سنوات", + "two" : "قبل سنتين", + "other" : "قبل {0} سنة", + "one" : "قبل سنة واحدة" + }, + "previous" : "السنة الماضية", + "next" : "السنة القادمة", + "future" : { + "few" : "خلال {0} سنوات", + "one" : "خلال سنة واحدة", + "two" : "خلال سنتين", + "other" : "خلال {0} سنة" + } + }, + "quarter" : { + "past" : { + "two" : "قبل ربعي سنة", + "few" : "قبل {0} أرباع سنة", + "other" : "قبل {0} ربع سنة", + "one" : "قبل ربع سنة واحد" + }, + "next" : "الربع القادم", + "previous" : "الربع الأخير", + "current" : "هذا الربع", + "future" : { + "few" : "خلال {0} أرباع سنة", + "one" : "خلال ربع سنة واحد", + "other" : "خلال {0} ربع سنة", + "two" : "خلال ربعي سنة" + } + }, + "second" : { + "past" : { + "few" : "قبل {0} ثوانٍ", + "other" : "قبل {0} ثانية", + "one" : "قبل ثانية واحدة", + "two" : "قبل ثانيتين" + }, + "future" : { + "one" : "خلال ثانية واحدة", + "two" : "خلال ثانيتين", + "few" : "خلال {0} ثوانٍ", + "other" : "خلال {0} ثانية" + }, + "current" : "الآن" + }, + "hour" : { + "current" : "الساعة الحالية", + "past" : { + "other" : "قبل {0} ساعة", + "two" : "قبل ساعتين", + "one" : "قبل ساعة واحدة", + "few" : "قبل {0} ساعات" + }, + "future" : { + "two" : "خلال ساعتين", + "one" : "خلال ساعة واحدة", + "other" : "خلال {0} ساعة", + "few" : "خلال {0} ساعات" + } + }, + "day" : { + "future" : { + "other" : "خلال {0} يوم", + "one" : "خلال يوم واحد", + "few" : "خلال {0} أيام", + "two" : "خلال يومين", + "many" : "خلال {0} يومًا" + }, + "previous" : "أمس", + "current" : "اليوم", + "past" : { + "many" : "قبل {0} يومًا", + "other" : "قبل {0} يوم", + "two" : "قبل يومين", + "few" : "قبل {0} أيام", + "one" : "قبل يوم واحد" + }, + "next" : "غدًا" + }, + "month" : { + "next" : "الشهر القادم", + "past" : { + "two" : "قبل شهرين", + "other" : "قبل {0} شهر", + "few" : "خلال {0} أشهر", + "many" : "قبل {0} شهرًا", + "one" : "قبل شهر واحد" + }, + "future" : { + "one" : "خلال شهر واحد", + "two" : "خلال شهرين", + "other" : "خلال {0} شهر", + "many" : "خلال {0} شهرًا", + "few" : "خلال {0} أشهر" + }, + "previous" : "الشهر الماضي", + "current" : "هذا الشهر" + }, + "week" : { + "future" : { + "one" : "خلال أسبوع واحد", + "two" : "خلال {0} أسبوعين", + "few" : "خلال {0} أسابيع", + "many" : "خلال {0} أسبوعًا", + "other" : "خلال {0} أسبوع" + }, + "next" : "الأسبوع القادم", + "previous" : "الأسبوع الماضي", + "past" : { + "many" : "قبل {0} أسبوعًا", + "other" : "قبل {0} أسبوع", + "two" : "قبل أسبوعين", + "one" : "قبل أسبوع واحد", + "few" : "قبل {0} أسابيع" + }, + "current" : "هذا الأسبوع" + }, + "minute" : { + "current" : "هذه الدقيقة", + "past" : { + "few" : "قبل {0} دقائق", + "two" : "قبل دقيقتين", + "one" : "قبل دقيقة واحدة", + "other" : "قبل {0} دقيقة" + }, + "future" : { + "few" : "خلال {0} دقائق", + "other" : "خلال {0} دقيقة", + "one" : "خلال دقيقة واحدة", + "two" : "خلال دقيقتين" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar_AE.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar_AE.json new file mode 100644 index 0000000..1003a64 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar_AE.json @@ -0,0 +1,419 @@ +{ + "short" : { + "month" : { + "future" : { + "other" : "خلال {0} شهر", + "one" : "خلال شهر واحد", + "two" : "خلال شهرين", + "few" : "خلال {0} أشهر", + "many" : "خلال {0} شهرًا" + }, + "previous" : "الشهر الماضي", + "next" : "الشهر القادم", + "past" : { + "one" : "قبل شهر واحد", + "two" : "قبل شهرين", + "few" : "خلال {0} أشهر", + "other" : "قبل {0} شهر", + "many" : "قبل {0} شهرًا" + }, + "current" : "هذا الشهر" + }, + "day" : { + "future" : { + "two" : "خلال يومين", + "one" : "خلال يوم واحد", + "few" : "خلال {0} أيام", + "other" : "خلال {0} يوم", + "many" : "خلال {0} يومًا" + }, + "previous" : "أمس", + "next" : "غدًا", + "past" : { + "two" : "قبل يومين", + "many" : "قبل {0} يومًا", + "other" : "قبل {0} يوم", + "one" : "قبل يوم واحد", + "few" : "قبل {0} أيام" + }, + "current" : "اليوم" + }, + "second" : { + "future" : { + "one" : "خلال ثانية واحدة", + "few" : "خلال {0} ثوانٍ", + "two" : "خلال ثانيتين", + "other" : "خلال {0} ثانية" + }, + "current" : "الآن", + "past" : { + "two" : "قبل ثانيتين", + "other" : "قبل {0} ثانية", + "few" : "قبل {0} ثوانٍ", + "one" : "قبل ثانية واحدة" + } + }, + "quarter" : { + "past" : { + "other" : "قبل {0} ربع سنة", + "two" : "قبل ربعي سنة", + "one" : "قبل ربع سنة واحد", + "few" : "قبل {0} أرباع سنة" + }, + "next" : "الربع القادم", + "future" : { + "other" : "خلال {0} ربع سنة", + "few" : "خلال {0} أرباع سنة", + "two" : "خلال ربعي سنة", + "one" : "خلال ربع سنة واحد" + }, + "previous" : "الربع الأخير", + "current" : "هذا الربع" + }, + "year" : { + "future" : { + "few" : "خلال {0} سنوات", + "other" : "خلال {0} سنة", + "one" : "خلال سنة واحدة", + "two" : "خلال سنتين" + }, + "current" : "هذه السنة", + "previous" : "السنة الماضية", + "past" : { + "few" : "قبل {0} سنوات", + "other" : "قبل {0} سنة", + "two" : "قبل سنتين", + "one" : "قبل سنة واحدة" + }, + "next" : "السنة التالية" + }, + "hour" : { + "past" : { + "few" : "قبل {0} ساعات", + "other" : "قبل {0} ساعة", + "two" : "قبل ساعتين", + "one" : "قبل ساعة واحدة" + }, + "future" : { + "two" : "خلال ساعتين", + "one" : "خلال ساعة واحدة", + "other" : "خلال {0} ساعة", + "few" : "خلال {0} ساعات" + }, + "current" : "الساعة الحالية" + }, + "week" : { + "current" : "هذا الأسبوع", + "previous" : "الأسبوع الماضي", + "past" : { + "two" : "قبل أسبوعين", + "other" : "قبل {0} أسبوع", + "few" : "قبل {0} أسابيع", + "one" : "قبل أسبوع واحد", + "many" : "قبل {0} أسبوعًا" + }, + "next" : "الأسبوع القادم", + "future" : { + "two" : "خلال {0} أسبوعين", + "few" : "خلال {0} أسابيع", + "other" : "خلال {0} أسبوع", + "one" : "خلال أسبوع واحد", + "many" : "خلال {0} أسبوعًا" + } + }, + "minute" : { + "future" : { + "other" : "خلال {0} دقيقة", + "one" : "خلال دقيقة واحدة", + "few" : "خلال {0} دقائق", + "two" : "خلال دقيقتين" + }, + "past" : { + "other" : "قبل {0} دقيقة", + "two" : "قبل دقيقتين", + "one" : "قبل دقيقة واحدة", + "few" : "قبل {0} دقائق" + }, + "current" : "هذه الدقيقة" + }, + "now" : "الآن" + }, + "narrow" : { + "second" : { + "future" : { + "few" : "خلال {0} ثوانٍ", + "two" : "خلال ثانيتين", + "other" : "خلال {0} ثانية", + "one" : "خلال ثانية واحدة" + }, + "current" : "الآن", + "past" : { + "one" : "قبل ثانية واحدة", + "few" : "قبل {0} ثوانٍ", + "two" : "قبل ثانيتين", + "other" : "قبل {0} ثانية" + } + }, + "now" : "الآن", + "day" : { + "future" : { + "other" : "خلال {0} يوم", + "one" : "خلال يوم واحد", + "two" : "خلال يومين", + "few" : "خلال {0} أيام", + "many" : "خلال {0} يومًا" + }, + "current" : "اليوم", + "past" : { + "one" : "قبل يوم واحد", + "many" : "قبل {0} يومًا", + "two" : "قبل يومين", + "other" : "قبل {0} يوم", + "few" : "قبل {0} أيام" + }, + "next" : "غدًا", + "previous" : "أمس" + }, + "hour" : { + "past" : { + "few" : "قبل {0} ساعات", + "two" : "قبل ساعتين", + "other" : "قبل {0} ساعة", + "one" : "قبل ساعة واحدة" + }, + "future" : { + "two" : "خلال ساعتين", + "one" : "خلال ساعة واحدة", + "few" : "خلال {0} ساعات", + "other" : "خلال {0} ساعة" + }, + "current" : "الساعة الحالية" + }, + "quarter" : { + "past" : { + "one" : "قبل ربع سنة واحد", + "few" : "قبل {0} أرباع سنة", + "other" : "قبل {0} ربع سنة", + "two" : "قبل ربعي سنة" + }, + "current" : "هذا الربع", + "future" : { + "one" : "خلال ربع سنة واحد", + "two" : "خلال ربعي سنة", + "few" : "خلال {0} أرباع سنة", + "other" : "خلال {0} ربع سنة" + }, + "next" : "الربع القادم", + "previous" : "الربع الأخير" + }, + "year" : { + "future" : { + "other" : "خلال {0} سنة", + "one" : "خلال سنة واحدة", + "few" : "خلال {0} سنوات", + "two" : "خلال سنتين" + }, + "next" : "السنة التالية", + "previous" : "السنة الماضية", + "current" : "هذه السنة", + "past" : { + "two" : "قبل سنتين", + "few" : "قبل {0} سنوات", + "other" : "قبل {0} سنة", + "one" : "قبل سنة واحدة" + } + }, + "month" : { + "next" : "الشهر القادم", + "previous" : "الشهر الماضي", + "future" : { + "other" : "خلال {0} شهر", + "few" : "خلال {0} أشهر", + "one" : "خلال شهر واحد", + "many" : "خلال {0} شهرًا", + "two" : "خلال شهرين" + }, + "current" : "هذا الشهر", + "past" : { + "many" : "قبل {0} شهرًا", + "other" : "قبل {0} شهر", + "one" : "قبل شهر واحد", + "two" : "قبل شهرين", + "few" : "قبل {0} أشهر" + } + }, + "week" : { + "previous" : "الأسبوع الماضي", + "next" : "الأسبوع القادم", + "past" : { + "many" : "قبل {0} أسبوعًا", + "few" : "قبل {0} أسابيع", + "other" : "قبل {0} أسبوع", + "two" : "قبل أسبوعين", + "one" : "قبل أسبوع واحد" + }, + "future" : { + "one" : "خلال أسبوع واحد", + "many" : "خلال {0} أسبوعًا", + "few" : "خلال {0} أسابيع", + "two" : "خلال أسبوعين", + "other" : "خلال {0} أسبوع" + }, + "current" : "هذا الأسبوع" + }, + "minute" : { + "past" : { + "two" : "قبل دقيقتين", + "other" : "قبل {0} دقيقة", + "one" : "قبل دقيقة واحدة", + "few" : "قبل {0} دقائق" + }, + "future" : { + "other" : "خلال {0} دقيقة", + "few" : "خلال {0} دقائق", + "two" : "خلال دقيقتين", + "one" : "خلال دقيقة واحدة" + }, + "current" : "هذه الدقيقة" + } + }, + "long" : { + "now" : "الآن", + "second" : { + "past" : { + "two" : "قبل ثانيتين", + "one" : "قبل ثانية واحدة", + "other" : "قبل {0} ثانية", + "few" : "قبل {0} ثوانِ" + }, + "future" : { + "one" : "خلال ثانية واحدة", + "two" : "خلال ثانيتين", + "few" : "خلال {0} ثوانٍ", + "other" : "خلال {0} ثانية" + }, + "current" : "الآن" + }, + "minute" : { + "current" : "هذه الدقيقة", + "past" : { + "one" : "قبل دقيقة واحدة", + "few" : "قبل {0} دقائق", + "two" : "قبل دقيقتين", + "other" : "قبل {0} دقيقة" + }, + "future" : { + "one" : "خلال دقيقة واحدة", + "few" : "خلال {0} دقائق", + "two" : "خلال دقيقتين", + "other" : "خلال {0} دقيقة" + } + }, + "week" : { + "previous" : "الأسبوع الماضي", + "current" : "هذا الأسبوع", + "past" : { + "one" : "قبل أسبوع واحد", + "two" : "قبل أسبوعين", + "few" : "قبل {0} أسابيع", + "other" : "قبل {0} أسبوع", + "many" : "قبل {0} أسبوعًا" + }, + "next" : "الأسبوع القادم", + "future" : { + "one" : "خلال أسبوع واحد", + "many" : "خلال {0} أسبوعًا", + "other" : "خلال {0} أسبوع", + "two" : "خلال أسبوعين", + "few" : "خلال {0} أسابيع" + } + }, + "day" : { + "future" : { + "one" : "خلال يوم واحد", + "few" : "خلال {0} أيام", + "two" : "خلال يومين", + "many" : "خلال {0} يومًا", + "other" : "خلال {0} يوم" + }, + "next" : "غدًا", + "previous" : "أمس", + "current" : "اليوم", + "past" : { + "many" : "قبل {0} يومًا", + "two" : "قبل يومين", + "one" : "قبل يوم واحد", + "few" : "قبل {0} أيام", + "other" : "قبل {0} يوم" + } + }, + "month" : { + "current" : "هذا الشهر", + "next" : "الشهر القادم", + "future" : { + "many" : "خلال {0} شهرًا", + "few" : "خلال {0} أشهر", + "other" : "خلال {0} شهر", + "one" : "خلال شهر واحد", + "two" : "خلال شهرين" + }, + "previous" : "الشهر الماضي", + "past" : { + "other" : "قبل {0} شهر", + "two" : "قبل شهرين", + "many" : "قبل {0} شهرًا", + "one" : "قبل شهر واحد", + "few" : "قبل {0} أشهر" + } + }, + "year" : { + "future" : { + "one" : "خلال سنة واحدة", + "few" : "خلال {0} سنوات", + "two" : "خلال سنتين", + "other" : "خلال {0} سنة" + }, + "previous" : "السنة الماضية", + "next" : "السنة التالية", + "current" : "هذه السنة", + "past" : { + "two" : "قبل سنتين", + "other" : "قبل {0} سنة", + "one" : "قبل سنة واحدة", + "few" : "قبل {0} سنوات" + } + }, + "hour" : { + "future" : { + "other" : "خلال {0} ساعة", + "one" : "خلال ساعة واحدة", + "two" : "خلال ساعتين", + "few" : "خلال {0} ساعات" + }, + "past" : { + "two" : "قبل ساعتين", + "few" : "قبل {0} ساعات", + "one" : "قبل ساعة واحدة", + "other" : "قبل {0} ساعة" + }, + "current" : "الساعة الحالية" + }, + "quarter" : { + "past" : { + "one" : "قبل ربع سنة واحد", + "two" : "قبل ربعي سنة", + "other" : "قبل {0} ربع سنة", + "few" : "قبل {0} أرباع سنة" + }, + "future" : { + "few" : "خلال {0} أرباع سنة", + "one" : "خلال ربع سنة واحد", + "other" : "خلال {0} ربع سنة", + "two" : "خلال ربعي سنة" + }, + "previous" : "الربع الأخير", + "current" : "هذا الربع", + "next" : "الربع القادم" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/as.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/as.json new file mode 100644 index 0000000..bb8596e --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/as.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "{0} তিনি মাহ পূৰ্বে", + "future" : "{0} তিনি মাহত", + "current" : "এই তিনি মাহ", + "previous" : "যোৱা তিনি মাহ", + "next" : "অহা তিনি মাহ" + }, + "year" : { + "previous" : "যোৱা বছৰ", + "next" : "অহা বছৰ", + "future" : "{0} বছৰত", + "current" : "এই বছৰ", + "past" : "{0} বছৰৰ পূৰ্বে" + }, + "week" : { + "future" : "{0} সপ্তাহত", + "previous" : "যোৱা সপ্তাহ", + "next" : "অহা সপ্তাহ", + "past" : "{0} সপ্তাহ পূৰ্বে", + "current" : "এই সপ্তাহ" + }, + "day" : { + "current" : "আজি", + "past" : "{0} দিন পূৰ্বে", + "next" : "কাইলৈ", + "future" : "{0} দিনত", + "previous" : "কালি" + }, + "hour" : { + "current" : "এইটো ঘণ্টাত", + "past" : "{0} ঘণ্টা পূৰ্বে", + "future" : "{0} ঘণ্টাত" + }, + "minute" : { + "future" : "{0} মিনিটত", + "current" : "এইটো মিনিটত", + "past" : "{0} মিনিট পূৰ্বে" + }, + "month" : { + "next" : "অহা মাহ", + "current" : "এই মাহ", + "past" : "{0} মাহ পূৰ্বে", + "future" : "{0} মাহত", + "previous" : "যোৱা মাহ" + }, + "now" : "এতিয়া", + "second" : { + "future" : "{0} ছেকেণ্ডত", + "current" : "এতিয়া", + "past" : "{0} ছেকেণ্ড পূৰ্বে" + } + }, + "short" : { + "minute" : { + "past" : "{0} মিনিট পূৰ্বে", + "future" : "{0} মিনিটত", + "current" : "এইটো মিনিটত" + }, + "week" : { + "current" : "এই সপ্তাহ", + "past" : "{0} সপ্তাহ পূৰ্বে", + "future" : "{0} সপ্তাহত", + "next" : "অহা সপ্তাহ", + "previous" : "যোৱা সপ্তাহ" + }, + "year" : { + "future" : "{0} বছৰত", + "previous" : "যোৱা বছৰ", + "next" : "অহা বছৰ", + "current" : "এই বছৰ", + "past" : "{0} বছৰৰ পূৰ্বে" + }, + "day" : { + "next" : "কাইলৈ", + "current" : "আজি", + "previous" : "কালি", + "past" : "{0} দিন পূৰ্বে", + "future" : "{0} দিনত" + }, + "hour" : { + "future" : "{0} ঘণ্টাত", + "current" : "এইটো ঘণ্টাত", + "past" : "{0} ঘণ্টা পূৰ্বে" + }, + "quarter" : { + "current" : "এই তিনি মাহ", + "future" : "{0} তিনি মাহত", + "previous" : "যোৱা তিনি মাহ", + "next" : "অহা তিনি মাহ", + "past" : "{0} তিনি মাহ পূৰ্বে" + }, + "second" : { + "past" : "{0} ছেকেণ্ড পূৰ্বে", + "current" : "এতিয়া", + "future" : "{0} ছেকেণ্ডত" + }, + "month" : { + "current" : "এই মাহ", + "past" : "{0} মাহ পূৰ্বে", + "future" : "{0} মাহত", + "next" : "অহা মাহ", + "previous" : "যোৱা মাহ" + }, + "now" : "এতিয়া" + }, + "long" : { + "hour" : { + "future" : "{0} ঘণ্টাত", + "current" : "এইটো ঘণ্টাত", + "past" : "{0} ঘণ্টা পূৰ্বে" + }, + "day" : { + "next" : "কাইলৈ", + "past" : "{0} দিন পূৰ্বে", + "previous" : "কালি", + "future" : "{0} দিনত", + "current" : "আজি" + }, + "second" : { + "past" : "{0} ছেকেণ্ড পূৰ্বে", + "current" : "এতিয়া", + "future" : "{0} ছেকেণ্ডত" + }, + "week" : { + "future" : "{0} সপ্তাহত", + "past" : "{0} সপ্তাহ পূৰ্বে", + "current" : "এই সপ্তাহ", + "next" : "অহা সপ্তাহ", + "previous" : "যোৱা সপ্তাহ" + }, + "minute" : { + "future" : "{0} মিনিটত", + "past" : "{0} মিনিট পূৰ্বে", + "current" : "এইটো মিনিটত" + }, + "month" : { + "future" : "{0} মাহত", + "past" : "{0} মাহ পূৰ্বে", + "current" : "এই মাহ", + "previous" : "যোৱা মাহ", + "next" : "অহা মাহ" + }, + "now" : "এতিয়া", + "year" : { + "current" : "এই বছৰ", + "next" : "অহা বছৰ", + "previous" : "যোৱা বছৰ", + "future" : "{0} বছৰত", + "past" : "{0} বছৰৰ পূৰ্বে" + }, + "quarter" : { + "future" : "{0} তিনি মাহত", + "previous" : "যোৱা তিনি মাহ", + "past" : "{0} তিনি মাহ পূৰ্বে", + "next" : "অহা তিনি মাহ", + "current" : "এই তিনি মাহ" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/be.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/be.json new file mode 100644 index 0000000..e1add67 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/be.json @@ -0,0 +1,255 @@ +{ + "long" : { + "quarter" : { + "previous" : "у мінулым квартале", + "next" : "у наступным квартале", + "past" : { + "one" : "{0} квартал таму", + "few" : "{0} кварталы таму", + "many" : "{0} кварталаў таму", + "other" : "{0} квартала таму" + }, + "future" : { + "many" : "праз {0} кварталаў", + "one" : "праз {0} квартал", + "other" : "праз {0} квартала", + "few" : "праз {0} кварталы" + }, + "current" : "у гэтым квартале" + }, + "year" : { + "future" : { + "one" : "праз {0} год", + "many" : "праз {0} гадоў", + "few" : "праз {0} гады", + "other" : "праз {0} года" + }, + "current" : "у гэтым годзе", + "next" : "у наступным годзе", + "past" : { + "one" : "{0} год таму", + "other" : "{0} года таму", + "many" : "{0} гадоў таму", + "few" : "{0} гады таму" + }, + "previous" : "у мінулым годзе" + }, + "month" : { + "current" : "у гэтым месяцы", + "past" : { + "one" : "{0} месяц таму", + "few" : "{0} месяцы таму", + "many" : "{0} месяцаў таму", + "other" : "{0} месяца таму" + }, + "previous" : "у мінулым месяцы", + "next" : "у наступным месяцы", + "future" : { + "many" : "праз {0} месяцаў", + "other" : "праз {0} месяца", + "few" : "праз {0} месяцы", + "one" : "праз {0} месяц" + } + }, + "hour" : { + "current" : "у гэту гадзіну", + "future" : { + "one" : "праз {0} гадзіну", + "other" : "праз {0} гадзіны", + "many" : "праз {0} гадзін" + }, + "past" : { + "one" : "{0} гадзіну таму", + "other" : "{0} гадзіны таму", + "many" : "{0} гадзін таму" + } + }, + "week" : { + "future" : { + "other" : "праз {0} тыдня", + "few" : "праз {0} тыдні", + "one" : "праз {0} тыдзень", + "many" : "праз {0} тыдняў" + }, + "next" : "на наступным тыдні", + "previous" : "на мінулым тыдні", + "past" : { + "many" : "{0} тыдняў таму", + "one" : "{0} тыдзень таму", + "few" : "{0} тыдні таму", + "other" : "{0} тыдня таму" + }, + "current" : "на гэтым тыдні" + }, + "minute" : { + "future" : { + "one" : "праз {0} хвіліну", + "other" : "праз {0} хвіліны", + "many" : "праз {0} хвілін" + }, + "current" : "у гэту хвіліну", + "past" : { + "one" : "{0} хвіліну таму", + "many" : "{0} хвілін таму", + "other" : "{0} хвіліны таму" + } + }, + "now" : "цяпер", + "second" : { + "past" : { + "many" : "{0} секунд таму", + "other" : "{0} секунды таму", + "one" : "{0} секунду таму" + }, + "future" : { + "many" : "праз {0} секунд", + "one" : "праз {0} секунду", + "other" : "праз {0} секунды" + }, + "current" : "цяпер" + }, + "day" : { + "current" : "сёння", + "next" : "заўтра", + "past" : { + "one" : "{0} дзень таму", + "many" : "{0} дзён таму", + "few" : "{0} дні таму", + "other" : "{0} дня таму" + }, + "future" : { + "other" : "праз {0} дня", + "one" : "праз {0} дзень", + "many" : "праз {0} дзён", + "few" : "праз {0} дні" + }, + "previous" : "учора" + } + }, + "narrow" : { + "now" : "цяпер", + "quarter" : { + "current" : "у гэтым квартале", + "next" : "у наступным квартале", + "past" : "{0} кв. таму", + "previous" : "у мінулым квартале", + "future" : "праз {0} кв." + }, + "day" : { + "past" : { + "one" : "{0} дзень таму", + "few" : "{0} дні таму", + "many" : "{0} дзён таму", + "other" : "{0} дня таму" + }, + "previous" : "учора", + "current" : "сёння", + "next" : "заўтра", + "future" : { + "few" : "праз {0} дні", + "many" : "праз {0} дзён", + "other" : "праз {0} дня", + "one" : "праз {0} дзень" + } + }, + "week" : { + "current" : "на гэтым тыдні", + "next" : "на наступным тыдні", + "future" : "праз {0} тыд", + "previous" : "на мінулым тыдні", + "past" : "{0} тыд таму" + }, + "year" : { + "current" : "у гэтым годзе", + "previous" : "у мінулым годзе", + "past" : "{0} г. таму", + "next" : "у наступным годзе", + "future" : "праз {0} г." + }, + "month" : { + "past" : "{0} мес. таму", + "current" : "у гэтым месяцы", + "future" : "праз {0} мес.", + "previous" : "у мінулым месяцы", + "next" : "у наступным месяцы" + }, + "second" : { + "current" : "цяпер", + "past" : "{0} с таму", + "future" : "праз {0} с" + }, + "minute" : { + "current" : "у гэту хвіліну", + "future" : "праз {0} хв", + "past" : "{0} хв таму" + }, + "hour" : { + "future" : "праз {0} гадз", + "past" : "{0} гадз таму", + "current" : "у гэту гадзіну" + } + }, + "short" : { + "month" : { + "current" : "у гэтым месяцы", + "next" : "у наступным месяцы", + "past" : "{0} мес. таму", + "future" : "праз {0} мес.", + "previous" : "у мінулым месяцы" + }, + "now" : "цяпер", + "week" : { + "next" : "на наступным тыдні", + "past" : "{0} тыд таму", + "current" : "на гэтым тыдні", + "previous" : "на мінулым тыдні", + "future" : "праз {0} тыд" + }, + "day" : { + "future" : { + "other" : "праз {0} дня", + "few" : "праз {0} дні", + "one" : "праз {0} дзень", + "many" : "праз {0} дзён" + }, + "previous" : "учора", + "current" : "сёння", + "next" : "заўтра", + "past" : { + "one" : "{0} дзень таму", + "few" : "{0} дні таму", + "other" : "{0} дня таму", + "many" : "{0} дзён таму" + } + }, + "year" : { + "current" : "у гэтым годзе", + "future" : "праз {0} г.", + "previous" : "у мінулым годзе", + "next" : "у наступным годзе", + "past" : "{0} г. таму" + }, + "hour" : { + "past" : "{0} гадз таму", + "current" : "у гэту гадзіну", + "future" : "праз {0} гадз" + }, + "minute" : { + "past" : "{0} хв таму", + "future" : "праз {0} хв", + "current" : "у гэту хвіліну" + }, + "second" : { + "future" : "праз {0} с", + "current" : "цяпер", + "past" : "{0} с таму" + }, + "quarter" : { + "future" : "праз {0} кв.", + "previous" : "у мінулым квартале", + "next" : "у наступным квартале", + "past" : "{0} кв. таму", + "current" : "у гэтым квартале" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bg.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bg.json new file mode 100644 index 0000000..b9ab231 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bg.json @@ -0,0 +1,215 @@ +{ + "narrow" : { + "week" : { + "next" : "сл. седм.", + "past" : "пр. {0} седм.", + "future" : "сл. {0} седм.", + "previous" : "мин. седм.", + "current" : "тази седм." + }, + "quarter" : { + "next" : "следв. трим.", + "past" : "пр. {0} трим.", + "previous" : "мин. трим.", + "current" : "това трим.", + "future" : "сл. {0} трим." + }, + "minute" : { + "current" : "в тази минута", + "past" : "пр. {0} мин", + "future" : "сл. {0} мин" + }, + "day" : { + "previous" : "вчера", + "next" : "утре", + "current" : "днес", + "future" : "сл. {0} д", + "past" : "пр. {0} д" + }, + "year" : { + "current" : "т. г.", + "previous" : "мин. г.", + "next" : "сл. г.", + "past" : "пр. {0} г.", + "future" : "сл. {0} г." + }, + "second" : { + "past" : "пр. {0} сек", + "future" : "сл. {0} сек", + "current" : "сега" + }, + "month" : { + "past" : "пр. {0} м.", + "future" : "сл. {0} м.", + "next" : "сл. м.", + "current" : "т. м.", + "previous" : "мин. м." + }, + "now" : "сега", + "hour" : { + "past" : "пр. {0} ч", + "current" : "в този час", + "future" : "сл. {0} ч" + } + }, + "short" : { + "year" : { + "next" : "следв. г.", + "future" : "след {0} г.", + "current" : "т. г.", + "past" : "преди {0} г.", + "previous" : "мин. г." + }, + "quarter" : { + "future" : "след {0} трим.", + "next" : "следв. трим.", + "previous" : "мин. трим.", + "current" : "това трим.", + "past" : "преди {0} трим." + }, + "second" : { + "future" : "след {0} сек", + "current" : "сега", + "past" : "преди {0} сек" + }, + "minute" : { + "current" : "в тази минута", + "past" : "преди {0} мин", + "future" : "след {0} мин" + }, + "day" : { + "past" : { + "one" : "преди {0} ден", + "other" : "преди {0} дни" + }, + "next" : "утре", + "future" : { + "one" : "след {0} ден", + "other" : "след {0} дни" + }, + "previous" : "вчера", + "current" : "днес" + }, + "month" : { + "previous" : "мин. мес.", + "next" : "следв. мес.", + "past" : "преди {0} м.", + "current" : "този мес.", + "future" : "след {0} м." + }, + "hour" : { + "current" : "в този час", + "past" : "преди {0} ч", + "future" : "след {0} ч" + }, + "now" : "сега", + "week" : { + "previous" : "миналата седмица", + "current" : "тази седм.", + "next" : "следв. седм.", + "past" : "преди {0} седм.", + "future" : "след {0} седм." + } + }, + "long" : { + "month" : { + "previous" : "предходен месец", + "past" : { + "one" : "преди {0} месец", + "other" : "преди {0} месеца" + }, + "current" : "този месец", + "future" : { + "one" : "след {0} месец", + "other" : "след {0} месеца" + }, + "next" : "следващ месец" + }, + "week" : { + "previous" : "предходната седмица", + "current" : "тази седмица", + "next" : "следващата седмица", + "past" : { + "other" : "преди {0} седмици", + "one" : "преди {0} седмица" + }, + "future" : { + "one" : "след {0} седмица", + "other" : "след {0} седмици" + } + }, + "quarter" : { + "future" : { + "one" : "след {0} тримесечие", + "other" : "след {0} тримесечия" + }, + "next" : "следващо тримесечие", + "previous" : "предходно тримесечие", + "current" : "това тримесечие", + "past" : { + "other" : "преди {0} тримесечия", + "one" : "преди {0} тримесечие" + } + }, + "hour" : { + "future" : { + "one" : "след {0} час", + "other" : "след {0} часа" + }, + "current" : "в този час", + "past" : { + "one" : "преди {0} час", + "other" : "преди {0} часа" + } + }, + "second" : { + "future" : { + "one" : "след {0} секунда", + "other" : "след {0} секунди" + }, + "current" : "сега", + "past" : { + "one" : "преди {0} секунда", + "other" : "преди {0} секунди" + } + }, + "now" : "сега", + "minute" : { + "future" : { + "one" : "след {0} минута", + "other" : "след {0} минути" + }, + "past" : { + "one" : "преди {0} минута", + "other" : "преди {0} минути" + }, + "current" : "в тази минута" + }, + "year" : { + "current" : "тази година", + "next" : "следващата година", + "future" : { + "other" : "след {0} години", + "one" : "след {0} година" + }, + "past" : { + "one" : "преди {0} година", + "other" : "преди {0} години" + }, + "previous" : "миналата година" + }, + "day" : { + "current" : "днес", + "previous" : "вчера", + "future" : { + "other" : "след {0} дни", + "one" : "след {0} ден" + }, + "past" : { + "one" : "преди {0} ден", + "other" : "преди {0} дни" + }, + "next" : "утре" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bn.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bn.json new file mode 100644 index 0000000..eff9597 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bn.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "[0] ত্রৈমাসিক আগে", + "future" : "[0] ত্রৈমাসিকে", + "current" : "এই ত্রৈমাসিক", + "previous" : "গত ত্রৈমাসিক", + "next" : "পরের ত্রৈমাসিক" + }, + "year" : { + "previous" : "গত বছর", + "next" : "পরের বছর", + "future" : "[0] বছরে", + "current" : "এই বছর", + "past" : "[0] বছর পূর্বে" + }, + "week" : { + "future" : "[0] সপ্তাহে", + "previous" : "গত সপ্তাহ", + "next" : "পরের সপ্তাহ", + "past" : "[0] সপ্তাহ আগে", + "current" : "এই সপ্তাহ" + }, + "day" : { + "current" : "আজ", + "past" : "[0] দিন আগে", + "next" : "আগামীকাল", + "future" : "[0] দিনের মধ্যে", + "previous" : "গতকাল" + }, + "hour" : { + "current" : "এই ঘণ্টায়", + "past" : "[0] ঘন্টা আগে", + "future" : "[0] ঘন্টায়" + }, + "minute" : { + "future" : "[0] মিনিটে", + "current" : "এই মিনিট", + "past" : "[0] মিনিট আগে" + }, + "month" : { + "next" : "পরের মাস", + "current" : "এই মাস", + "past" : "[0] মাস আগে", + "future" : "[0] মাসে", + "previous" : "গত মাস" + }, + "now" : "এখন", + "second" : { + "future" : "[0] সেকেন্ডে", + "current" : "এখন", + "past" : "[0] সেকেন্ড আগে" + } + }, + "short" : { + "minute" : { + "past" : "[0] মিনিট আগে", + "future" : "[0] মিনিটে", + "current" : "এই মিনিট" + }, + "week" : { + "current" : "এই সপ্তাহ", + "past" : "[0] সপ্তাহ আগে", + "future" : "[0] সপ্তাহে", + "next" : "পরের সপ্তাহ", + "previous" : "গত সপ্তাহ" + }, + "year" : { + "current" : "এই বছর", + "future" : "[0] বছরে", + "past" : "[0] বছর পূর্বে", + "next" : "পরের বছর", + "previous" : "গত বছর" + }, + "day" : { + "next" : "আগামীকাল", + "current" : "আজ", + "previous" : "গতকাল", + "past" : "[0] দিন আগে", + "future" : "[0] দিনের মধ্যে" + }, + "hour" : { + "future" : "[0] ঘন্টায়", + "current" : "এই ঘণ্টায়", + "past" : "[0] ঘন্টা আগে" + }, + "quarter" : { + "current" : "এই ত্রৈমাসিক", + "future" : "[0] ত্রৈমাসিকে", + "previous" : "গত ত্রৈমাসিক", + "next" : "পরের ত্রৈমাসিক", + "past" : "[0] ত্রৈমাসিক আগে" + }, + "second" : { + "past" : "[0] সেকেন্ড পূর্বে", + "current" : "এখন", + "future" : "[0] সেকেন্ডে" + }, + "month" : { + "current" : "এই মাস", + "past" : "[0] মাস আগে", + "future" : "[0] মাসে", + "next" : "পরের মাস", + "previous" : "গত মাস" + }, + "now" : "এখন" + }, + "long" : { + "hour" : { + "future" : "[0] ঘন্টায়", + "current" : "এই ঘণ্টায়", + "past" : "[0] ঘন্টা আগে" + }, + "day" : { + "next" : "আগামীকাল", + "past" : "[0] দিন আগে", + "previous" : "গতকাল", + "future" : "[0] দিনের মধ্যে", + "current" : "আজ" + }, + "second" : { + "past" : "[0] সেকেন্ড পূর্বে", + "current" : "এখন", + "future" : "[0] সেকেন্ডে" + }, + "week" : { + "future" : "[0] সপ্তাহে", + "past" : "[0] সপ্তাহ আগে", + "current" : "এই সপ্তাহ", + "next" : "পরের সপ্তাহ", + "previous" : "গত সপ্তাহ" + }, + "minute" : { + "future" : "[0] মিনিটে", + "past" : "[0] মিনিট আগে", + "current" : "এই মিনিট" + }, + "month" : { + "future" : "[0] মাসে", + "past" : "[0] মাস আগে", + "current" : "এই মাস", + "previous" : "গত মাস", + "next" : "পরের মাস" + }, + "now" : "এখন", + "year" : { + "current" : "এই বছর", + "next" : "পরের বছর", + "previous" : "গত বছর", + "future" : "[0] বছরে", + "past" : "[0] বছর পূর্বে" + }, + "quarter" : { + "future" : "[0] ত্রৈমাসিকে", + "previous" : "গত ত্রৈমাসিক", + "past" : "[0] ত্রৈমাসিক আগে", + "next" : "পরের ত্রৈমাসিক", + "current" : "এই ত্রৈমাসিক" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/br.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/br.json new file mode 100644 index 0000000..d7e7154 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/br.json @@ -0,0 +1,240 @@ +{ + "narrow" : { + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "past" : "-{0} trim.", + "future" : "+{0} trim." + }, + "month" : { + "past" : "-{0} miz", + "next" : "ar miz a zeu", + "future" : "+{0} miz", + "previous" : "ar miz diaraok", + "current" : "ar miz-mañ" + }, + "now" : "brem.", + "hour" : { + "future" : "+{0} h", + "past" : "-{0} h", + "current" : "this hour" + }, + "minute" : { + "past" : "-{0} min", + "current" : "this minute", + "future" : "+{0} min" + }, + "day" : { + "current" : "hiziv", + "future" : "+{0} d", + "next" : "warcʼhoazh", + "previous" : "decʼh", + "past" : "-{0} d" + }, + "year" : { + "next" : "ar bl. a zeu", + "past" : "-{0} bl.", + "future" : "+{0} bl.", + "previous" : "warlene", + "current" : "hevlene" + }, + "week" : { + "next" : "ar sizhun a zeu", + "previous" : "ar sizhun diaraok", + "past" : { + "many" : "{0} a sizhunioù zo", + "other" : "{0} sizhun zo" + }, + "future" : { + "many" : "a-benn {0} a sizhunioù", + "other" : "a-benn {0} sizhun" + }, + "current" : "ar sizhun-mañ" + }, + "second" : { + "future" : "+{0} s", + "current" : "brem.", + "past" : "-{0} s" + } + }, + "short" : { + "minute" : { + "future" : "a-benn {0} min", + "current" : "this minute", + "past" : "{0} min zo" + }, + "month" : { + "current" : "ar miz-mañ", + "past" : { + "two" : "{0} viz zo", + "many" : "{0} a vizioù zo", + "other" : "{0} miz zo" + }, + "future" : { + "two" : "a-benn {0} viz", + "many" : "a-benn {0} a vizioù", + "other" : "a-benn {0} miz" + }, + "next" : "ar miz a zeu", + "previous" : "ar miz diaraok" + }, + "week" : { + "next" : "ar sizhun a zeu", + "current" : "ar sizhun-mañ", + "previous" : "ar sizhun diaraok", + "past" : { + "many" : "{0} a sizhunioù zo", + "other" : "{0} sizhun zo" + }, + "future" : { + "other" : "a-benn {0} sizhun", + "many" : "a-benn {0} a sizhunioù" + } + }, + "hour" : { + "future" : "a-benn {0} e", + "current" : "this hour", + "past" : "{0} e zo" + }, + "day" : { + "future" : "a-benn {0} d", + "previous" : "decʼh", + "current" : "hiziv", + "next" : "warcʼhoazh", + "past" : "{0} d zo" + }, + "second" : { + "future" : "a-benn {0} s", + "current" : "brem.", + "past" : "{0} s zo" + }, + "now" : "brem.", + "year" : { + "current" : "hevlene", + "future" : "a-benn {0} bl.", + "past" : "{0} bl. zo", + "next" : "ar bl. a zeu", + "previous" : "warlene" + }, + "quarter" : { + "current" : "this quarter", + "future" : "a-benn {0} trim.", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "{0} trim. zo" + } + }, + "long" : { + "minute" : { + "past" : { + "other" : "{0} munut zo", + "two" : "{0} vunut zo", + "many" : "{0} a vunutoù zo" + }, + "future" : { + "two" : "a-benn {0} vunut", + "many" : "a-benn {0} a vunutoù", + "other" : "a-benn {0} munut" + }, + "current" : "this minute" + }, + "week" : { + "past" : { + "many" : "{0} a sizhunioù zo", + "other" : "{0} sizhun zo" + }, + "future" : { + "many" : "a-benn {0} a sizhunioù", + "other" : "a-benn {0} sizhun" + }, + "next" : "ar sizhun a zeu", + "previous" : "ar sizhun diaraok", + "current" : "ar sizhun-mañ" + }, + "now" : "bremañ", + "hour" : { + "current" : "this hour", + "future" : { + "other" : "a-benn {0} eur", + "many" : "a-benn {0} a eurioù" + }, + "past" : { + "other" : "{0} eur zo", + "many" : "{0} a eurioù zo" + } + }, + "second" : { + "future" : { + "other" : "a-benn {0} eilenn", + "many" : "a-benn {0} a eilennoù" + }, + "current" : "bremañ", + "past" : "{0} eilenn zo" + }, + "day" : { + "next" : "warcʼhoazh", + "previous" : "decʼh", + "future" : { + "many" : "a-benn {0} a zeizioù", + "two" : "a-benn {0} zeiz", + "other" : "a-benn {0} deiz" + }, + "current" : "hiziv", + "past" : { + "other" : "{0} deiz zo", + "many" : "{0} a zeizioù zo", + "two" : "{0} zeiz zo" + } + }, + "year" : { + "next" : "ar bloaz a zeu", + "past" : { + "many" : "{0} a vloazioù zo", + "other" : "{0} vloaz zo", + "one" : "{0} bloaz zo", + "few" : "{0} bloaz zo" + }, + "future" : { + "other" : "a-benn {0} vloaz", + "one" : "a-benn {0} bloaz", + "many" : "a-benn {0} a vloazioù", + "few" : "a-benn {0} bloaz" + }, + "previous" : "warlene", + "current" : "hevlene" + }, + "quarter" : { + "past" : { + "few" : "{0} zrimiziad zo", + "other" : "{0} trimiziad zo", + "many" : "{0} a zrimiziadoù zo", + "two" : "{0} drimiziad zo" + }, + "current" : "this quarter", + "next" : "next quarter", + "future" : { + "many" : "a-benn {0} a drimiziadoù", + "few" : "a-benn {0} zrimiziad", + "two" : "a-benn {0} drimiziad", + "other" : "a-benn {0} trimiziad" + }, + "previous" : "last quarter" + }, + "month" : { + "previous" : "ar miz diaraok", + "next" : "ar miz a zeu", + "future" : { + "two" : "a-benn {0} viz", + "many" : "a-benn {0} a vizioù", + "other" : "a-benn {0} miz" + }, + "current" : "ar miz-mañ", + "past" : { + "two" : "{0} viz zo", + "other" : "{0} miz zo", + "many" : "{0} a vizioù zo" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs-Cyrl.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs-Cyrl.json new file mode 100644 index 0000000..2f3ba61 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs-Cyrl.json @@ -0,0 +1,317 @@ +{ + "narrow" : { + "hour" : { + "future" : { + "other" : "за {0} сати", + "few" : "за {0} сата", + "one" : "за {0} сат" + }, + "past" : { + "few" : "пре {0} сата", + "other" : "пре {0} сати", + "one" : "пре {0} сат" + }, + "current" : "this hour" + }, + "quarter" : { + "next" : "next quarter", + "current" : "this quarter", + "past" : "-{0} Q", + "future" : "+{0} Q", + "previous" : "last quarter" + }, + "week" : { + "previous" : "Прошле недеље", + "current" : "Ове недеље", + "future" : { + "other" : "за {0} недеља", + "few" : "за {0} недеље", + "one" : "за {0} недељу" + }, + "past" : { + "one" : "пре {0} недељу", + "other" : "пре {0} недеља", + "few" : "пре {0} недеље" + }, + "next" : "Следеће недеље" + }, + "day" : { + "next" : "сутра", + "past" : { + "one" : "пре {0} дан", + "other" : "пре {0} дана" + }, + "future" : { + "one" : "за {0} дан", + "other" : "за {0} дана" + }, + "current" : "данас", + "previous" : "јуче" + }, + "second" : { + "past" : { + "few" : "пре {0} секунде", + "other" : "пре {0} секунди", + "one" : "пре {0} секунд" + }, + "current" : "now", + "future" : { + "one" : "за {0} секунд", + "few" : "за {0} секунде", + "other" : "за {0} секунди" + } + }, + "year" : { + "past" : { + "one" : "пре {0} годину", + "few" : "пре {0} године", + "other" : "пре {0} година" + }, + "future" : { + "one" : "за {0} годину", + "few" : "за {0} године", + "other" : "за {0} година" + }, + "previous" : "Прошле године", + "current" : "Ове године", + "next" : "Следеће године" + }, + "month" : { + "previous" : "Прошлог месеца", + "current" : "Овог месеца", + "past" : { + "other" : "пре {0} месеци", + "one" : "пре {0} месец", + "few" : "пре {0} месеца" + }, + "next" : "Следећег месеца", + "future" : { + "one" : "за {0} месец", + "few" : "за {0} месеца", + "other" : "за {0} месеци" + } + }, + "now" : "now", + "minute" : { + "past" : { + "other" : "пре {0} минута", + "one" : "пре {0} минут" + }, + "future" : { + "other" : "за {0} минута", + "one" : "за {0} минут" + }, + "current" : "this minute" + } + }, + "long" : { + "month" : { + "next" : "Следећег месеца", + "future" : { + "one" : "за {0} месец", + "other" : "за {0} месеци", + "few" : "за {0} месеца" + }, + "previous" : "Прошлог месеца", + "current" : "Овог месеца", + "past" : { + "few" : "пре {0} месеца", + "one" : "пре {0} месец", + "other" : "пре {0} месеци" + } + }, + "minute" : { + "current" : "this minute", + "past" : { + "one" : "пре {0} минут", + "other" : "пре {0} минута" + }, + "future" : { + "other" : "за {0} минута", + "one" : "за {0} минут" + } + }, + "week" : { + "next" : "Следеће недеље", + "future" : { + "few" : "за {0} недеље", + "other" : "за {0} недеља", + "one" : "за {0} недељу" + }, + "previous" : "Прошле недеље", + "past" : { + "few" : "пре {0} недеље", + "other" : "пре {0} недеља", + "one" : "пре {0} недељу" + }, + "current" : "Ове недеље" + }, + "second" : { + "past" : { + "other" : "пре {0} секунди", + "one" : "пре {0} секунд", + "few" : "пре {0} секунде" + }, + "future" : { + "other" : "за {0} секунди", + "few" : "за {0} секунде", + "one" : "за {0} секунд" + }, + "current" : "now" + }, + "hour" : { + "future" : { + "other" : "за {0} сати", + "few" : "за {0} сата", + "one" : "за {0} сат" + }, + "past" : { + "one" : "пре {0} сат", + "other" : "пре {0} сати", + "few" : "пре {0} сата" + }, + "current" : "this hour" + }, + "now" : "now", + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "previous" : "last quarter", + "future" : "+{0} Q", + "current" : "this quarter" + }, + "year" : { + "next" : "Следеће године", + "past" : { + "one" : "пре {0} годину", + "few" : "пре {0} године", + "other" : "пре {0} година" + }, + "current" : "Ове године", + "future" : { + "few" : "за {0} године", + "other" : "за {0} година", + "one" : "за {0} годину" + }, + "previous" : "Прошле године" + }, + "day" : { + "past" : { + "one" : "пре {0} дан", + "other" : "пре {0} дана" + }, + "future" : { + "one" : "за {0} дан", + "other" : "за {0} дана" + }, + "current" : "данас", + "previous" : "јуче", + "next" : "сутра" + } + }, + "short" : { + "quarter" : { + "future" : "+{0} Q", + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "past" : "-{0} Q" + }, + "month" : { + "future" : { + "other" : "за {0} месеци", + "few" : "за {0} месеца", + "one" : "за {0} месец" + }, + "previous" : "Прошлог месеца", + "current" : "Овог месеца", + "next" : "Следећег месеца", + "past" : { + "other" : "пре {0} месеци", + "one" : "пре {0} месец", + "few" : "пре {0} месеца" + } + }, + "year" : { + "previous" : "Прошле године", + "next" : "Следеће године", + "current" : "Ове године", + "future" : { + "few" : "за {0} године", + "other" : "за {0} година", + "one" : "за {0} годину" + }, + "past" : { + "one" : "пре {0} годину", + "few" : "пре {0} године", + "other" : "пре {0} година" + } + }, + "week" : { + "past" : { + "other" : "пре {0} недеља", + "one" : "пре {0} недељу", + "few" : "пре {0} недеље" + }, + "future" : { + "one" : "за {0} недељу", + "other" : "за {0} недеља", + "few" : "за {0} недеље" + }, + "next" : "Следеће недеље", + "current" : "Ове недеље", + "previous" : "Прошле недеље" + }, + "day" : { + "past" : { + "other" : "пре {0} дана", + "one" : "пре {0} дан" + }, + "next" : "сутра", + "previous" : "јуче", + "current" : "данас", + "future" : { + "one" : "за {0} дан", + "other" : "за {0} дана" + } + }, + "hour" : { + "current" : "this hour", + "past" : { + "one" : "пре {0} сат", + "few" : "пре {0} сата", + "other" : "пре {0} сати" + }, + "future" : { + "few" : "за {0} сата", + "other" : "за {0} сати", + "one" : "за {0} сат" + } + }, + "minute" : { + "past" : { + "one" : "пре {0} минут", + "other" : "пре {0} минута" + }, + "future" : { + "one" : "за {0} минут", + "other" : "за {0} минута" + }, + "current" : "this minute" + }, + "now" : "now", + "second" : { + "current" : "now", + "past" : { + "one" : "пре {0} секунд", + "few" : "пре {0} секунде", + "other" : "пре {0} секунди" + }, + "future" : { + "other" : "за {0} секунди", + "few" : "за {0} секунде", + "one" : "за {0} секунд" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs.json new file mode 100644 index 0000000..b8f8ebf --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs.json @@ -0,0 +1,237 @@ +{ + "narrow" : { + "second" : { + "past" : "prije {0} sek.", + "future" : "za {0} sek.", + "current" : "sada" + }, + "week" : { + "current" : "ove sedmice", + "next" : "sljedeće sedmice", + "past" : "prije {0} sed.", + "previous" : "prošle sedmice", + "future" : "za {0} sed." + }, + "year" : { + "next" : "sljedeće godine", + "previous" : "prošle godine", + "current" : "ove godine", + "past" : "prije {0} g.", + "future" : "za {0} g." + }, + "minute" : { + "current" : "ova minuta", + "past" : "prije {0} min.", + "future" : "za {0} min." + }, + "quarter" : { + "previous" : "posljednji kvartal", + "future" : "za {0} kv.", + "next" : "sljedeći kvartal", + "current" : "ovaj kvartal", + "past" : "prije {0} kv." + }, + "hour" : { + "future" : { + "other" : "za {0} sati", + "one" : "za {0} sat", + "few" : "za {0} sata" + }, + "past" : { + "other" : "prije {0} sati", + "one" : "prije {0} sat", + "few" : "prije {0} sata" + }, + "current" : "ovaj sat" + }, + "day" : { + "previous" : "jučer", + "current" : "danas", + "next" : "sutra", + "past" : "prije {0} d.", + "future" : "za {0} d." + }, + "now" : "sada", + "month" : { + "future" : "za {0} mj.", + "previous" : "prošli mjesec", + "next" : "sljedeći mjesec", + "current" : "ovaj mjesec", + "past" : "prije {0} mj." + } + }, + "long" : { + "week" : { + "previous" : "prošle sedmice", + "future" : { + "other" : "za {0} sedmica", + "one" : "za {0} sedmicu", + "few" : "za {0} sedmice" + }, + "past" : { + "few" : "prije {0} sedmice", + "one" : "prije {0} sedmicu", + "other" : "prije {0} sedmica" + }, + "current" : "ove sedmice", + "next" : "sljedeće sedmice" + }, + "second" : { + "future" : { + "few" : "za {0} sekunde", + "one" : "za {0} sekundu", + "other" : "za {0} sekundi" + }, + "current" : "sada", + "past" : { + "one" : "prije {0} sekundu", + "other" : "prije {0} sekundi", + "few" : "prije {0} sekunde" + } + }, + "minute" : { + "future" : { + "one" : "za {0} minutu", + "few" : "za {0} minute", + "other" : "za {0} minuta" + }, + "current" : "ova minuta", + "past" : { + "one" : "prije {0} minutu", + "other" : "prije {0} minuta", + "few" : "prije {0} minute" + } + }, + "quarter" : { + "future" : { + "one" : "za {0} kvartal", + "other" : "za {0} kvartala" + }, + "current" : "ovaj kvartal", + "next" : "sljedeći kvartal", + "past" : { + "other" : "prije {0} kvartala", + "one" : "prije {0} kvartal" + }, + "previous" : "posljednji kvartal" + }, + "day" : { + "previous" : "jučer", + "current" : "danas", + "next" : "sutra", + "past" : { + "one" : "prije {0} dan", + "other" : "prije {0} dana" + }, + "future" : { + "other" : "za {0} dana", + "one" : "za {0} dan" + } + }, + "now" : "sada", + "month" : { + "next" : "sljedeći mjesec", + "current" : "ovaj mjesec", + "future" : { + "one" : "za {0} mjesec", + "other" : "za {0} mjeseci", + "few" : "za {0} mjeseca" + }, + "previous" : "prošli mjesec", + "past" : { + "few" : "prije {0} mjeseca", + "one" : "prije {0} mjesec", + "other" : "prije {0} mjeseci" + } + }, + "hour" : { + "past" : { + "few" : "prije {0} sata", + "other" : "prije {0} sati", + "one" : "prije {0} sat" + }, + "current" : "ovaj sat", + "future" : { + "few" : "za {0} sata", + "other" : "za {0} sati", + "one" : "za {0} sat" + } + }, + "year" : { + "current" : "ove godine", + "past" : { + "one" : "prije {0} godinu", + "few" : "prije {0} godine", + "other" : "prije {0} godina" + }, + "previous" : "prošle godine", + "future" : { + "one" : "za {0} godinu", + "other" : "za {0} godina", + "few" : "za {0} godine" + }, + "next" : "sljedeće godine" + } + }, + "short" : { + "week" : { + "previous" : "prošle sedmice", + "current" : "ove sedmice", + "next" : "sljedeće sedmice", + "past" : "prije {0} sed.", + "future" : "za {0} sed." + }, + "day" : { + "next" : "sutra", + "past" : "prije {0} d.", + "future" : "za {0} d.", + "previous" : "jučer", + "current" : "danas" + }, + "second" : { + "future" : "za {0} sek.", + "current" : "sada", + "past" : "prije {0} sek." + }, + "month" : { + "previous" : "prošli mjesec", + "next" : "sljedeći mjesec", + "past" : "prije {0} mj.", + "current" : "ovaj mjesec", + "future" : "za {0} mj." + }, + "hour" : { + "future" : { + "few" : "za {0} sata", + "other" : "za {0} sati", + "one" : "za {0} sat" + }, + "current" : "ovaj sat", + "past" : { + "other" : "prije {0} sati", + "one" : "prije {0} sat", + "few" : "prije {0} sata" + } + }, + "now" : "sada", + "quarter" : { + "future" : "za {0} kv.", + "next" : "sljedeći kvartal", + "previous" : "posljednji kvartal", + "current" : "ovaj kvartal", + "past" : "prije {0} kv." + }, + "minute" : { + "current" : "ova minuta", + "past" : "prije {0} min.", + "future" : "za {0} min." + }, + "year" : { + "next" : "sljedeće godine", + "future" : "za {0} god.", + "current" : "ove godine", + "past" : "prije {0} god.", + "previous" : "prošle godine" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ca.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ca.json new file mode 100644 index 0000000..341e87b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ca.json @@ -0,0 +1,245 @@ +{ + "long" : { + "minute" : { + "current" : "aquest minut", + "past" : { + "one" : "fa {0} minut", + "other" : "fa {0} minuts" + }, + "future" : { + "other" : "d’aquí a {0} minuts", + "one" : "d’aquí a {0} minut" + } + }, + "hour" : { + "past" : { + "other" : "fa {0} hores", + "one" : "fa {0} hora" + }, + "future" : { + "one" : "d’aquí a {0} hora", + "other" : "d’aquí a {0} hores" + }, + "current" : "aquesta hora" + }, + "quarter" : { + "current" : "aquest trimestre", + "next" : "el trimestre que ve", + "previous" : "el trimestre passat", + "past" : { + "other" : "fa {0} trimestres", + "one" : "fa {0} trimestre" + }, + "future" : { + "one" : "d’aquí a {0} trimestre", + "other" : "d’aquí a {0} trimestres" + } + }, + "now" : "ara", + "year" : { + "next" : "l’any que ve", + "future" : { + "one" : "d’aquí a {0} any", + "other" : "d’aquí a {0} anys" + }, + "past" : { + "one" : "fa {0} any", + "other" : "fa {0} anys" + }, + "current" : "enguany", + "previous" : "l’any passat" + }, + "month" : { + "future" : { + "other" : "d’aquí a {0} mesos", + "one" : "d’aquí a {0} mes" + }, + "previous" : "el mes passat", + "next" : "el mes que ve", + "past" : { + "other" : "fa {0} mesos", + "one" : "fa {0} mes" + }, + "current" : "aquest mes" + }, + "second" : { + "future" : { + "one" : "d’aquí a {0} segon", + "other" : "d’aquí a {0} segons" + }, + "current" : "ara", + "past" : { + "other" : "fa {0} segons", + "one" : "fa {0} segon" + } + }, + "day" : { + "previous" : "ahir", + "current" : "avui", + "next" : "demà", + "future" : { + "other" : "d’aquí a {0} dies", + "one" : "d’aquí a {0} dia" + }, + "past" : { + "one" : "fa {0} dia", + "other" : "fa {0} dies" + } + }, + "week" : { + "current" : "aquesta setmana", + "previous" : "la setmana passada", + "past" : { + "other" : "fa {0} setmanes", + "one" : "fa {0} setmana" + }, + "future" : { + "one" : "d’aquí a {0} setmana", + "other" : "d’aquí a {0} setmanes" + }, + "next" : "la setmana que ve" + } + }, + "narrow" : { + "year" : { + "previous" : "l’any passat", + "current" : "enguany", + "next" : "l’any que ve", + "past" : { + "one" : "fa {0} any", + "other" : "fa {0} anys" + }, + "future" : { + "other" : "d’aquí a {0} anys", + "one" : "d’aquí a {0} any" + } + }, + "second" : { + "current" : "ara", + "future" : "d’aquí a {0} s", + "past" : "fa {0} s" + }, + "hour" : { + "past" : "fa {0} h", + "current" : "aquesta hora", + "future" : "d‘aquí a {0} h" + }, + "week" : { + "current" : "aquesta setm.", + "previous" : "setm. passada", + "past" : "fa {0} setm.", + "next" : "setm. vinent", + "future" : "d’aquí a {0} setm." + }, + "day" : { + "current" : "avui", + "next" : "demà", + "past" : { + "other" : "fa {0} dies", + "one" : "fa {0} dia" + }, + "previous" : "ahir", + "future" : { + "one" : "d’aquí a {0} dia", + "other" : "d’aquí a {0} dies" + } + }, + "month" : { + "current" : "aquest mes", + "next" : "mes vinent", + "past" : { + "one" : "fa {0} mes", + "other" : "fa {0} mesos" + }, + "previous" : "mes passat", + "future" : { + "one" : "d’aquí a {0} mes", + "other" : "d’aquí a {0} mesos" + } + }, + "now" : "ara", + "minute" : { + "current" : "aquest minut", + "past" : "fa {0} min", + "future" : "d’aquí a {0} min" + }, + "quarter" : { + "previous" : "trim. passat", + "current" : "aquest trim.", + "past" : "fa {0} trim.", + "future" : "d’aquí a {0} trim.", + "next" : "trim. vinent" + } + }, + "short" : { + "month" : { + "next" : "el mes que ve", + "past" : { + "other" : "fa {0} mesos", + "one" : "fa {0} mes" + }, + "current" : "aquest mes", + "previous" : "el mes passat", + "future" : { + "other" : "d’aquí a {0} mesos", + "one" : "d’aquí a {0} mes" + } + }, + "now" : "ara", + "day" : { + "next" : "demà", + "current" : "avui", + "previous" : "ahir", + "past" : { + "one" : "fa {0} dia", + "other" : "fa {0} dies" + }, + "future" : { + "one" : "d’aquí a {0} dia", + "other" : "d’aquí a {0} dies" + } + }, + "year" : { + "current" : "enguany", + "next" : "l’any que ve", + "past" : { + "other" : "fa {0} anys", + "one" : "fa {0} any" + }, + "future" : { + "one" : "d’aquí a {0} any", + "other" : "d’aquí a {0} anys" + }, + "previous" : "l’any passat" + }, + "hour" : { + "current" : "aquesta hora", + "past" : "fa {0} h", + "future" : "d’aquí a {0} h" + }, + "minute" : { + "past" : "fa {0} min", + "future" : "d’aquí a {0} min", + "current" : "aquest minut" + }, + "second" : { + "future" : "d’aquí a {0} s", + "past" : "fa {0} s", + "current" : "ara" + }, + "quarter" : { + "current" : "aquest trim.", + "future" : "d’aquí a {0} trim.", + "previous" : "el trim. passat", + "next" : "el trim. que ve", + "past" : "fa {0} trim." + }, + "week" : { + "future" : "d’aquí a {0} setm.", + "previous" : "la setm. passada", + "next" : "la setm. que ve", + "past" : "fa {0} setm.", + "current" : "aquesta setm." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cs.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cs.json new file mode 100644 index 0000000..6363147 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cs.json @@ -0,0 +1,266 @@ +{ + "long" : { + "month" : { + "past" : { + "many" : "před {0} měsíce", + "other" : "před {0} měsíci", + "one" : "před {0} měsícem" + }, + "previous" : "minulý měsíc", + "current" : "tento měsíc", + "future" : { + "one" : "za {0} měsíc", + "many" : "za {0} měsíce", + "few" : "za {0} měsíce", + "other" : "za {0} měsíců" + }, + "next" : "příští měsíc" + }, + "year" : { + "future" : { + "other" : "za {0} let", + "many" : "za {0} roku", + "one" : "za {0} rok", + "few" : "za {0} roky" + }, + "past" : { + "one" : "před {0} rokem", + "many" : "před {0} roku", + "other" : "před {0} lety" + }, + "current" : "tento rok", + "next" : "příští rok", + "previous" : "minulý rok" + }, + "second" : { + "current" : "nyní", + "past" : { + "one" : "před {0} sekundou", + "other" : "před {0} sekundami", + "many" : "před {0} sekundy" + }, + "future" : { + "many" : "za {0} sekundy", + "other" : "za {0} sekund", + "one" : "za {0} sekundu", + "few" : "za {0} sekundy" + } + }, + "quarter" : { + "future" : "za {0} čtvrtletí", + "previous" : "minulé čtvrtletí", + "current" : "toto čtvrtletí", + "past" : { + "one" : "před {0} čtvrtletím", + "many" : "před {0} čtvrtletí", + "other" : "před {0} čtvrtletími" + }, + "next" : "příští čtvrtletí" + }, + "week" : { + "past" : { + "many" : "před {0} týdne", + "one" : "před {0} týdnem", + "other" : "před {0} týdny" + }, + "current" : "tento týden", + "future" : { + "other" : "za {0} týdnů", + "one" : "za {0} týden", + "few" : "za {0} týdny", + "many" : "za {0} týdne" + }, + "previous" : "minulý týden", + "next" : "příští týden" + }, + "minute" : { + "current" : "tuto minutu", + "past" : { + "one" : "před {0} minutou", + "other" : "před {0} minutami", + "many" : "před {0} minuty" + }, + "future" : { + "few" : "za {0} minuty", + "one" : "za {0} minutu", + "many" : "za {0} minuty", + "other" : "za {0} minut" + } + }, + "day" : { + "past" : { + "other" : "před {0} dny", + "one" : "před {0} dnem", + "many" : "před {0} dne" + }, + "previous" : "včera", + "current" : "dnes", + "next" : "zítra", + "future" : { + "few" : "za {0} dny", + "many" : "za {0} dne", + "other" : "za {0} dní", + "one" : "za {0} den" + } + }, + "hour" : { + "future" : { + "many" : "za {0} hodiny", + "other" : "za {0} hodin", + "one" : "za {0} hodinu", + "few" : "za {0} hodiny" + }, + "current" : "tuto hodinu", + "past" : { + "many" : "před {0} hodiny", + "one" : "před {0} hodinou", + "other" : "před {0} hodinami" + } + }, + "now" : "nyní" + }, + "narrow" : { + "hour" : { + "future" : "za {0} h", + "current" : "tuto hodinu", + "past" : "před {0} h" + }, + "minute" : { + "past" : "před {0} min", + "future" : "za {0} min", + "current" : "tuto minutu" + }, + "second" : { + "past" : "před {0} s", + "current" : "nyní", + "future" : "za {0} s" + }, + "now" : "nyní", + "quarter" : { + "past" : "-{0} Q", + "previous" : "minulé čtvrtletí", + "next" : "příští čtvrtletí", + "future" : "+{0} Q", + "current" : "toto čtvrtletí" + }, + "week" : { + "previous" : "minulý týd.", + "past" : "před {0} týd.", + "next" : "příští týd.", + "current" : "tento týd.", + "future" : "za {0} týd." + }, + "year" : { + "past" : { + "other" : "před {0} l.", + "many" : "před {0} r.", + "one" : "před {0} r.", + "few" : "před {0} r." + }, + "previous" : "minulý rok", + "current" : "tento rok", + "next" : "příští rok", + "future" : { + "few" : "za {0} r.", + "many" : "za {0} r.", + "one" : "za {0} r.", + "other" : "za {0} l." + } + }, + "day" : { + "past" : { + "one" : "před {0} dnem", + "other" : "před {0} dny", + "many" : "před {0} dne" + }, + "previous" : "včera", + "future" : { + "one" : "za {0} den", + "few" : "za {0} dny", + "many" : "za {0} dne", + "other" : "za {0} dní" + }, + "next" : "zítra", + "current" : "dnes" + }, + "month" : { + "current" : "tento měs.", + "next" : "příští měs.", + "future" : "za {0} měs.", + "past" : "před {0} měs.", + "previous" : "minuý měs." + } + }, + "short" : { + "year" : { + "current" : "tento rok", + "previous" : "minulý rok", + "next" : "příští rok", + "past" : { + "few" : "před {0} r.", + "one" : "před {0} r.", + "many" : "před {0} r.", + "other" : "před {0} l." + }, + "future" : { + "few" : "za {0} r.", + "many" : "za {0} r.", + "other" : "za {0} l.", + "one" : "za {0} r." + } + }, + "quarter" : { + "next" : "příští čtvrtletí", + "future" : "+{0} Q", + "current" : "toto čtvrtletí", + "past" : "-{0} Q", + "previous" : "minulé čtvrtletí" + }, + "second" : { + "past" : "před {0} s", + "future" : "za {0} s", + "current" : "nyní" + }, + "minute" : { + "future" : "za {0} min", + "current" : "tuto minutu", + "past" : "před {0} min" + }, + "day" : { + "past" : { + "many" : "před {0} dne", + "other" : "před {0} dny", + "one" : "před {0} dnem" + }, + "next" : "zítra", + "future" : { + "one" : "za {0} den", + "many" : "za {0} dne", + "other" : "za {0} dní", + "few" : "za {0} dny" + }, + "previous" : "včera", + "current" : "dnes" + }, + "month" : { + "future" : "za {0} měs.", + "next" : "příští měs.", + "previous" : "minulý měs.", + "current" : "tento měs.", + "past" : "před {0} měs." + }, + "hour" : { + "future" : "za {0} h", + "current" : "tuto hodinu", + "past" : "před {0} h" + }, + "now" : "nyní", + "week" : { + "previous" : "minulý týd.", + "next" : "příští týd.", + "past" : "před {0} týd.", + "current" : "tento týd.", + "future" : "za {0} týd." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cy.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cy.json new file mode 100644 index 0000000..aee3d9a --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cy.json @@ -0,0 +1,283 @@ +{ + "narrow" : { + "now" : "nawr", + "minute" : { + "past" : "{0} mun. yn ôl", + "current" : "y funud hon", + "future" : "ymhen {0} mun." + }, + "day" : { + "current" : "heddiw", + "future" : "ymhen {0} diwrnod", + "next" : "yfory", + "past" : { + "two" : "{0} ddiwrnod yn ôl", + "other" : "{0} diwrnod yn ôl" + }, + "previous" : "ddoe" + }, + "month" : { + "next" : "mis nesaf", + "past" : { + "two" : "{0} fis yn ôl", + "other" : "{0} mis yn ôl" + }, + "future" : { + "one" : "ymhen mis", + "two" : "ymhen deufis", + "other" : "ymhen {0} mis" + }, + "previous" : "mis diwethaf", + "current" : "y mis hwn" + }, + "week" : { + "future" : "ymhen {0} wythnos", + "previous" : "wythnos ddiwethaf", + "current" : "yr wythnos hon", + "next" : "wythnos nesaf", + "past" : { + "two" : "pythefnos yn ôl", + "other" : "{0} wythnos yn ôl" + } + }, + "quarter" : { + "previous" : "chwarter olaf", + "future" : "ymhen {0} chwarter", + "next" : "chwarter nesaf", + "current" : "chwarter hwn", + "past" : { + "one" : "{0} chwarter yn ôl", + "few" : "{0} chwarter yn ôl", + "many" : "{0} chwarter yn ôl", + "other" : "{0} o chwarteri yn ôl", + "two" : "{0} chwarter yn ôl" + } + }, + "year" : { + "future" : { + "few" : "ymhen {0} blynedd", + "one" : "ymhen blwyddyn", + "many" : "ymhen {0} blynedd", + "other" : "ymhen {0} mlynedd", + "two" : "ymhen {0} flynedd" + }, + "next" : "blwyddyn nesaf", + "past" : { + "other" : "{0} o flynyddoedd yn ôl", + "two" : "{0} flynedd yn ôl", + "few" : "{0} blynedd yn ôl", + "many" : "{0} blynedd yn ôl", + "one" : "blwyddyn yn ôl" + }, + "previous" : "llynedd", + "current" : "eleni" + }, + "hour" : { + "current" : "yr awr hon", + "past" : "{0} awr yn ôl", + "future" : "ymhen {0} awr" + }, + "second" : { + "past" : "{0} eiliad yn ôl", + "current" : "nawr", + "future" : "ymhen {0} eiliad" + } + }, + "long" : { + "now" : "nawr", + "year" : { + "past" : { + "one" : "blwyddyn yn ôl", + "two" : "{0} flynedd yn ôl", + "few" : "{0} blynedd yn ôl", + "many" : "{0} blynedd yn ôl", + "other" : "{0} o flynyddoedd yn ôl" + }, + "previous" : "llynedd", + "current" : "eleni", + "next" : "blwyddyn nesaf", + "future" : { + "many" : "ymhen {0} blynedd", + "few" : "ymhen {0} blynedd", + "one" : "ymhen blwyddyn", + "other" : "ymhen {0} mlynedd", + "two" : "ymhen {0} flynedd" + } + }, + "month" : { + "next" : "mis nesaf", + "current" : "y mis hwn", + "past" : { + "two" : "{0} fis yn ôl", + "other" : "{0} mis yn ôl" + }, + "previous" : "mis diwethaf", + "future" : { + "two" : "ymhen deufis", + "other" : "ymhen {0} mis", + "one" : "ymhen mis" + } + }, + "week" : { + "next" : "wythnos nesaf", + "future" : { + "other" : "ymhen {0} wythnos", + "one" : "ymhen wythnos", + "two" : "ymhen pythefnos" + }, + "current" : "yr wythnos hon", + "past" : "{0} wythnos yn ôl", + "previous" : "wythnos ddiwethaf" + }, + "hour" : { + "future" : { + "one" : "ymhen awr", + "other" : "ymhen {0} awr" + }, + "current" : "yr awr hon", + "past" : "{0} awr yn ôl" + }, + "minute" : { + "current" : "y funud hon", + "past" : "{0} munud yn ôl", + "future" : "ymhen {0} munud" + }, + "second" : { + "future" : "ymhen {0} eiliad", + "past" : "{0} eiliad yn ôl", + "current" : "nawr" + }, + "quarter" : { + "future" : "ymhen {0} chwarter", + "current" : "chwarter hwn", + "previous" : "chwarter olaf", + "next" : "chwarter nesaf", + "past" : { + "many" : "{0} chwarter yn ôl", + "other" : "{0} o chwarteri yn ôl", + "one" : "{0} chwarter yn ôl", + "few" : "{0} chwarter yn ôl", + "two" : "{0} chwarter yn ôl" + } + }, + "day" : { + "future" : { + "one" : "ymhen diwrnod", + "two" : "ymhen deuddydd", + "other" : "ymhen {0} diwrnod" + }, + "previous" : "ddoe", + "current" : "heddiw", + "next" : "yfory", + "past" : { + "two" : "{0} ddiwrnod yn ôl", + "other" : "{0} diwrnod yn ôl" + } + } + }, + "short" : { + "year" : { + "current" : "eleni", + "past" : { + "other" : "{0} o flynyddoedd yn ôl", + "many" : "{0} blynedd yn ôl", + "one" : "blwyddyn yn ôl", + "two" : "{0} flynedd yn ôl", + "few" : "{0} blynedd yn ôl" + }, + "future" : { + "few" : "ymhen {0} blynedd", + "one" : "ymhen blwyddyn", + "two" : "ymhen {0} flynedd", + "many" : "ymhen {0} blynedd", + "other" : "ymhen {0} mlynedd" + }, + "next" : "blwyddyn nesaf", + "previous" : "llynedd" + }, + "minute" : { + "future" : { + "one" : "ymhen {0} mun.", + "other" : "ymhen {0} munud", + "two" : "ymhen {0} fun." + }, + "past" : { + "two" : "{0} fun. yn ôl", + "other" : "{0} munud yn ôl" + }, + "current" : "y funud hon" + }, + "day" : { + "previous" : "ddoe", + "current" : "heddiw", + "next" : "yfory", + "past" : { + "two" : "{0} ddiwrnod yn ôl", + "other" : "{0} diwrnod yn ôl" + }, + "future" : { + "two" : "ymhen deuddydd", + "one" : "ymhen diwrnod", + "other" : "ymhen {0} diwrnod" + } + }, + "second" : { + "past" : "{0} eiliad yn ôl", + "current" : "nawr", + "future" : "ymhen {0} eiliad" + }, + "now" : "nawr", + "month" : { + "future" : { + "one" : "ymhen mis", + "two" : "ymhen deufis", + "other" : "ymhen {0} mis" + }, + "current" : "y mis hwn", + "next" : "mis nesaf", + "previous" : "mis diwethaf", + "past" : { + "two" : "deufis yn ôl", + "other" : "{0} mis yn ôl" + } + }, + "week" : { + "past" : { + "two" : "pythefnos yn ôl", + "other" : "{0} wythnos yn ôl" + }, + "previous" : "wythnos ddiwethaf", + "future" : { + "one" : "ymhen wythnos", + "other" : "ymhen {0} wythnos", + "two" : "ymhen pythefnos" + }, + "next" : "wythnos nesaf", + "current" : "yr wythnos hon" + }, + "quarter" : { + "next" : "chwarter nesaf", + "current" : "chwarter hwn", + "previous" : "chwarter olaf", + "past" : { + "many" : "{0} chwarter yn ôl", + "one" : "{0} chwarter yn ôl", + "few" : "{0} chwarter yn ôl", + "other" : "{0} o chwarteri yn ôl", + "two" : "{0} chwarter yn ôl" + }, + "future" : "ymhen {0} chwarter" + }, + "hour" : { + "current" : "yr awr hon", + "future" : { + "one" : "ymhen awr", + "other" : "ymhen {0} awr" + }, + "past" : { + "other" : "{0} awr yn ôl", + "one" : "awr yn ôl" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/da.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/da.json new file mode 100644 index 0000000..11f16e3 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/da.json @@ -0,0 +1,251 @@ +{ + "narrow" : { + "hour" : { + "current" : "i den kommende time", + "future" : { + "one" : "om {0} time", + "other" : "om {0} timer" + }, + "past" : { + "other" : "for {0} timer siden", + "one" : "for {0} time siden" + } + }, + "week" : { + "previous" : "sidste uge", + "current" : "denne uge", + "next" : "næste uge", + "past" : { + "one" : "for {0} uge siden", + "other" : "for {0} uger siden" + }, + "future" : { + "one" : "om {0} uge", + "other" : "om {0} uger" + } + }, + "second" : { + "current" : "nu", + "future" : "om {0} sek.", + "past" : "for {0} sek. siden" + }, + "month" : { + "previous" : "sidste md.", + "next" : "næste md.", + "future" : { + "other" : "om {0} mdr.", + "one" : "om {0} md." + }, + "current" : "denne md.", + "past" : { + "other" : "for {0} mdr. siden", + "one" : "for {0} md. siden" + } + }, + "minute" : { + "past" : "for {0} min. siden", + "future" : "om {0} min.", + "current" : "i det kommende minut" + }, + "now" : "nu", + "year" : { + "future" : "om {0} år", + "previous" : "sidste år", + "current" : "i år", + "next" : "næste år", + "past" : "for {0} år siden" + }, + "quarter" : { + "next" : "næste kvt.", + "future" : "om {0} kvt.", + "previous" : "sidste kvt.", + "current" : "dette kvt.", + "past" : "for {0} kvt. siden" + }, + "day" : { + "previous" : "i går", + "current" : "i dag", + "next" : "i morgen", + "past" : { + "one" : "for {0} dag siden", + "other" : "for {0} dage siden" + }, + "future" : { + "one" : "om {0} dag", + "other" : "om {0} dage" + } + } + }, + "long" : { + "day" : { + "previous" : "i går", + "next" : "i morgen", + "future" : { + "other" : "om {0} dage", + "one" : "om {0} dag" + }, + "current" : "i dag", + "past" : { + "one" : "for {0} dag siden", + "other" : "for {0} dage siden" + } + }, + "second" : { + "past" : { + "other" : "for {0} sekunder siden", + "one" : "for {0} sekund siden" + }, + "current" : "nu", + "future" : { + "one" : "om {0} sekund", + "other" : "om {0} sekunder" + } + }, + "minute" : { + "past" : { + "one" : "for {0} minut siden", + "other" : "for {0} minutter siden" + }, + "current" : "i det kommende minut", + "future" : { + "one" : "om {0} minut", + "other" : "om {0} minutter" + } + }, + "week" : { + "current" : "denne uge", + "past" : { + "one" : "for {0} uge siden", + "other" : "for {0} uger siden" + }, + "future" : { + "other" : "om {0} uger", + "one" : "om {0} uge" + }, + "previous" : "sidste uge", + "next" : "næste uge" + }, + "now" : "nu", + "year" : { + "current" : "i år", + "next" : "næste år", + "past" : "for {0} år siden", + "previous" : "sidste år", + "future" : "om {0} år" + }, + "month" : { + "previous" : "sidste måned", + "past" : { + "one" : "for {0} måned siden", + "other" : "for {0} måneder siden" + }, + "future" : { + "one" : "om {0} måned", + "other" : "om {0} måneder" + }, + "current" : "denne måned", + "next" : "næste måned" + }, + "hour" : { + "future" : { + "one" : "om {0} time", + "other" : "om {0} timer" + }, + "past" : { + "other" : "for {0} timer siden", + "one" : "for {0} time siden" + }, + "current" : "i den kommende time" + }, + "quarter" : { + "current" : "dette kvartal", + "future" : { + "other" : "om {0} kvartaler", + "one" : "om {0} kvartal" + }, + "next" : "næste kvartal", + "previous" : "sidste kvartal", + "past" : { + "other" : "for {0} kvartaler siden", + "one" : "for {0} kvartal siden" + } + } + }, + "short" : { + "hour" : { + "future" : { + "one" : "om {0} time", + "other" : "om {0} timer" + }, + "past" : { + "other" : "for {0} timer siden", + "one" : "for {0} time siden" + }, + "current" : "i den kommende time" + }, + "now" : "nu", + "quarter" : { + "current" : "dette kvt.", + "future" : "om {0} kvt.", + "past" : "for {0} kvt. siden", + "next" : "næste kvt.", + "previous" : "sidste kvt." + }, + "day" : { + "current" : "i dag", + "past" : { + "one" : "for {0} dag siden", + "other" : "for {0} dage siden" + }, + "future" : { + "one" : "om {0} dag", + "other" : "om {0} dage" + }, + "next" : "i morgen", + "previous" : "i går" + }, + "week" : { + "current" : "denne uge", + "future" : { + "one" : "om {0} uge", + "other" : "om {0} uger" + }, + "previous" : "sidste uge", + "next" : "næste uge", + "past" : { + "one" : "for {0} uge siden", + "other" : "for {0} uger siden" + } + }, + "minute" : { + "past" : "for {0} min. siden", + "current" : "i det kommende minut", + "future" : "om {0} min." + }, + "second" : { + "future" : "om {0} sek.", + "past" : "for {0} sek. siden", + "current" : "nu" + }, + "month" : { + "future" : { + "one" : "om {0} md.", + "other" : "om {0} mdr." + }, + "previous" : "sidste md.", + "next" : "næste md.", + "current" : "denne md.", + "past" : { + "other" : "for {0} mdr. siden", + "one" : "for {0} md. siden" + } + }, + "year" : { + "next" : "næste år", + "previous" : "sidste år", + "current" : "i år", + "future" : "om {0} år", + "past" : "for {0} år siden" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/de.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/de.json new file mode 100644 index 0000000..f83816a --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/de.json @@ -0,0 +1,251 @@ +{ + "narrow" : { + "year" : { + "past" : { + "other" : "vor {0} Jahren", + "one" : "vor {0} Jahr" + }, + "current" : "dieses Jahr", + "future" : { + "one" : "in {0} Jahr", + "other" : "in {0} Jahren" + }, + "previous" : "letztes Jahr", + "next" : "nächstes Jahr" + }, + "minute" : { + "future" : "in {0} m", + "current" : "in dieser Minute", + "past" : "vor {0} m" + }, + "day" : { + "current" : "heute", + "past" : { + "one" : "vor {0} Tag", + "other" : "vor {0} Tagen" + }, + "previous" : "gestern", + "next" : "morgen", + "future" : { + "one" : "in {0} Tag", + "other" : "in {0} Tagen" + } + }, + "now" : "jetzt", + "week" : { + "current" : "diese Woche", + "future" : "in {0} Wo.", + "next" : "nächste Woche", + "past" : "vor {0} Wo.", + "previous" : "letzte Woche" + }, + "second" : { + "current" : "jetzt", + "past" : "vor {0} s", + "future" : "in {0} s" + }, + "hour" : { + "current" : "in dieser Stunde", + "future" : "in {0} Std.", + "past" : "vor {0} Std." + }, + "quarter" : { + "current" : "dieses Quartal", + "previous" : "letztes Quartal", + "next" : "nächstes Quartal", + "future" : "in {0} Q", + "past" : "vor {0} Q" + }, + "month" : { + "current" : "diesen Monat", + "future" : { + "one" : "in {0} Monat", + "other" : "in {0} Monaten" + }, + "previous" : "letzten Monat", + "past" : { + "other" : "vor {0} Monaten", + "one" : "vor {0} Monat" + }, + "next" : "nächsten Monat" + } + }, + "long" : { + "month" : { + "previous" : "letzten Monat", + "next" : "nächsten Monat", + "past" : { + "other" : "vor {0} Monaten", + "one" : "vor {0} Monat" + }, + "current" : "diesen Monat", + "future" : { + "one" : "in {0} Monat", + "other" : "in {0} Monaten" + } + }, + "second" : { + "past" : { + "one" : "vor {0} Sekunde", + "other" : "vor {0} Sekunden" + }, + "future" : { + "other" : "in {0} Sekunden", + "one" : "in {0} Sekunde" + }, + "current" : "jetzt" + }, + "hour" : { + "past" : { + "other" : "vor {0} Stunden", + "one" : "vor {0} Stunde" + }, + "current" : "in dieser Stunde", + "future" : { + "one" : "in {0} Stunde", + "other" : "in {0} Stunden" + } + }, + "quarter" : { + "previous" : "letztes Quartal", + "future" : { + "one" : "in {0} Quartal", + "other" : "in {0} Quartalen" + }, + "next" : "nächstes Quartal", + "current" : "dieses Quartal", + "past" : { + "one" : "vor {0} Quartal", + "other" : "vor {0} Quartalen" + } + }, + "now" : "jetzt", + "minute" : { + "current" : "in dieser Minute", + "future" : { + "other" : "in {0} Minuten", + "one" : "in {0} Minute" + }, + "past" : { + "other" : "vor {0} Minuten", + "one" : "vor {0} Minute" + } + }, + "day" : { + "past" : { + "one" : "vor {0} Tag", + "other" : "vor {0} Tagen" + }, + "previous" : "gestern", + "current" : "heute", + "future" : { + "one" : "in {0} Tag", + "other" : "in {0} Tagen" + }, + "next" : "morgen" + }, + "year" : { + "past" : { + "other" : "vor {0} Jahren", + "one" : "vor {0} Jahr" + }, + "next" : "nächstes Jahr", + "current" : "dieses Jahr", + "previous" : "letztes Jahr", + "future" : { + "one" : "in {0} Jahr", + "other" : "in {0} Jahren" + } + }, + "week" : { + "current" : "diese Woche", + "past" : { + "other" : "vor {0} Wochen", + "one" : "vor {0} Woche" + }, + "previous" : "letzte Woche", + "future" : { + "one" : "in {0} Woche", + "other" : "in {0} Wochen" + }, + "next" : "nächste Woche" + } + }, + "short" : { + "minute" : { + "past" : "vor {0} Min.", + "future" : "in {0} Min.", + "current" : "in dieser Minute" + }, + "week" : { + "past" : { + "one" : "vor {0} Woche", + "other" : "vor {0} Wochen" + }, + "future" : { + "one" : "in {0} Woche", + "other" : "in {0} Wochen" + }, + "next" : "nächste Woche", + "current" : "diese Woche", + "previous" : "letzte Woche" + }, + "day" : { + "future" : { + "one" : "in {0} Tag", + "other" : "in {0} Tagen" + }, + "current" : "heute", + "previous" : "gestern", + "next" : "morgen", + "past" : { + "one" : "vor {0} Tag", + "other" : "vor {0} Tagen" + } + }, + "second" : { + "past" : "vor {0} Sek.", + "future" : "in {0} Sek.", + "current" : "jetzt" + }, + "now" : "jetzt", + "year" : { + "past" : { + "other" : "vor {0} Jahren", + "one" : "vor {0} Jahr" + }, + "future" : { + "one" : "in {0} Jahr", + "other" : "in {0} Jahren" + }, + "previous" : "letztes Jahr", + "current" : "dieses Jahr", + "next" : "nächstes Jahr" + }, + "month" : { + "past" : { + "other" : "vor {0} Monaten", + "one" : "vor {0} Monat" + }, + "future" : { + "other" : "in {0} Monaten", + "one" : "in {0} Monat" + }, + "next" : "nächsten Monat", + "previous" : "letzten Monat", + "current" : "diesen Monat" + }, + "quarter" : { + "previous" : "letztes Quartal", + "future" : "in {0} Quart.", + "next" : "nächstes Quartal", + "past" : "vor {0} Quart.", + "current" : "dieses Quartal" + }, + "hour" : { + "current" : "in dieser Stunde", + "past" : "vor {0} Std.", + "future" : "in {0} Std." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dsb.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dsb.json new file mode 100644 index 0000000..83e5e56 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dsb.json @@ -0,0 +1,237 @@ +{ + "narrow" : { + "second" : { + "future" : "za {0} s", + "current" : "now", + "past" : "pśed {0} s" + }, + "year" : { + "next" : "znowa", + "past" : "pśed {0} l.", + "future" : "za {0} l.", + "previous" : "łoni", + "current" : "lětosa" + }, + "month" : { + "past" : "pśed {0} mjas.", + "next" : "pśiducy mjasec", + "future" : "za {0} mjas.", + "previous" : "slědny mjasec", + "current" : "ten mjasec" + }, + "minute" : { + "future" : "za {0} m", + "current" : "this minute", + "past" : "pśed {0} m" + }, + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "past" : "pśed {0} kw.", + "future" : "za {0} kw." + }, + "hour" : { + "future" : "za {0} g", + "current" : "this hour", + "past" : "pśed {0} g" + }, + "now" : "now", + "week" : { + "next" : "pśiducy tyźeń", + "previous" : "slědny tyźeń", + "past" : "pśed {0} tyź.", + "future" : "za {0} tyź.", + "current" : "ten tyźeń" + }, + "day" : { + "previous" : "cora", + "future" : "za {0} ź", + "past" : "pśed {0} d", + "current" : "źinsa", + "next" : "witśe" + } + }, + "long" : { + "week" : { + "past" : { + "two" : "pśed {0} tyźenjoma", + "other" : "pśed {0} tyźenjami", + "one" : "pśed {0} tyźenjom" + }, + "future" : { + "other" : "za {0} tyźenjow", + "two" : "za {0} tyźenja", + "few" : "za {0} tyźenje", + "one" : "za {0} tyźeń" + }, + "previous" : "slědny tyźeń", + "current" : "ten tyźeń", + "next" : "pśiducy tyźeń" + }, + "now" : "now", + "quarter" : { + "previous" : "last quarter", + "past" : { + "one" : "pśed {0} kwartalom", + "two" : "pśed {0} kwartaloma", + "other" : "pśed {0} kwartalami" + }, + "future" : { + "one" : "za {0} kwartal", + "two" : "za {0} kwartala", + "few" : "za {0} kwartale", + "other" : "za {0} kwartalow" + }, + "current" : "this quarter", + "next" : "next quarter" + }, + "month" : { + "past" : { + "one" : "pśed {0} mjasecom", + "other" : "pśed {0} mjasecami", + "two" : "pśed {0} mjasecoma" + }, + "current" : "ten mjasec", + "next" : "pśiducy mjasec", + "future" : { + "one" : "za {0} mjasec", + "few" : "za {0} mjasecy", + "two" : "za {0} mjaseca", + "other" : "za {0} mjasecow" + }, + "previous" : "slědny mjasec" + }, + "year" : { + "previous" : "łoni", + "future" : { + "one" : "za {0} lěto", + "few" : "za {0} lěta", + "other" : "za {0} lět", + "two" : "za {0} lěśe" + }, + "next" : "znowa", + "current" : "lětosa", + "past" : { + "two" : "pśed {0} lětoma", + "one" : "pśed {0} lětom", + "other" : "pśed {0} lětami" + } + }, + "minute" : { + "current" : "this minute", + "future" : { + "one" : "za {0} minutu", + "few" : "za {0} minuty", + "two" : "za {0} minuśe", + "other" : "za {0} minutow" + }, + "past" : { + "two" : "pśed {0} minutoma", + "one" : "pśed {0} minutu", + "other" : "pśed {0} minutami" + } + }, + "hour" : { + "future" : { + "two" : "za {0} góźinje", + "few" : "za {0} góźiny", + "one" : "za {0} góźinu", + "other" : "za {0} góźin" + }, + "past" : { + "one" : "pśed {0} góźinu", + "two" : "pśed {0} góźinoma", + "other" : "pśed {0} góźinami" + }, + "current" : "this hour" + }, + "day" : { + "previous" : "cora", + "current" : "źinsa", + "next" : "witśe", + "future" : { + "two" : "za {0} dnja", + "few" : "za {0} dny", + "one" : "za {0} źeń", + "other" : "za {0} dnjow" + }, + "past" : { + "other" : "pśed {0} dnjami", + "two" : "pśed {0} dnjoma", + "one" : "pśed {0} dnjom" + } + }, + "second" : { + "future" : { + "two" : "za {0} sekunźe", + "other" : "za {0} sekundow", + "few" : "za {0} sekundy", + "one" : "za {0} sekundu" + }, + "current" : "now", + "past" : { + "one" : "pśed {0} sekundu", + "two" : "pśed {0} sekundoma", + "other" : "pśed {0} sekundami" + } + } + }, + "short" : { + "minute" : { + "past" : "pśed {0} min.", + "current" : "this minute", + "future" : "za {0} min." + }, + "month" : { + "current" : "ten mjasec", + "past" : "pśed {0} mjas.", + "future" : "za {0} mjas.", + "next" : "pśiducy mjasec", + "previous" : "slědny mjasec" + }, + "week" : { + "current" : "ten tyźeń", + "past" : "pśed {0} tyź.", + "future" : "za {0} tyź.", + "next" : "pśiducy tyźeń", + "previous" : "slědny tyźeń" + }, + "hour" : { + "past" : "pśed {0} góź.", + "future" : "za {0} góź.", + "current" : "this hour" + }, + "day" : { + "next" : "witśe", + "current" : "źinsa", + "previous" : "cora", + "past" : "pśed {0} dnj.", + "future" : { + "few" : "za {0} dny", + "other" : "za {0} dnj.", + "one" : "za {0} źeń" + } + }, + "second" : { + "current" : "now", + "past" : "pśed {0} sek.", + "future" : "za {0} sek." + }, + "now" : "now", + "year" : { + "future" : "za {0} l.", + "previous" : "łoni", + "next" : "znowa", + "current" : "lětosa", + "past" : "pśed {0} l." + }, + "quarter" : { + "current" : "this quarter", + "future" : "za {0} kwart.", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "pśed {0} kwart." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dz.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dz.json new file mode 100644 index 0000000..8428014 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dz.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "current" : "this quarter", + "past" : "-{0} Q", + "next" : "next quarter", + "future" : "+{0} Q", + "previous" : "last quarter" + }, + "day" : { + "next" : "ནངས་པ་", + "previous" : "ཁ་ཙ་", + "future" : "ཉིནམ་ {0} ནང་", + "past" : "ཉིནམ་ {0} ཧེ་མ་", + "current" : "ད་རིས་" + }, + "year" : { + "past" : "ལོ་འཁོར་ {0} ཧེ་མ་", + "previous" : "last year", + "future" : "ལོ་འཁོར་ {0} ནང་", + "next" : "next year", + "current" : "this year" + }, + "minute" : { + "current" : "this minute", + "past" : "སྐར་མ་ {0} ཧེ་མ་", + "future" : "སྐར་མ་ {0} ནང་" + }, + "now" : "now", + "week" : { + "current" : "this week", + "previous" : "last week", + "past" : "བངུན་ཕྲག་ {0} ཧེ་མ་", + "next" : "next week", + "future" : "བངུན་ཕྲག་ {0} ནང་" + }, + "second" : { + "current" : "now", + "future" : "སྐར་ཆ་ {0} ནང་", + "past" : "སྐར་ཆ་ {0} ཧེ་མ་" + }, + "month" : { + "future" : "ཟླཝ་ {0} ནང་", + "current" : "this month", + "past" : "ཟླཝ་ {0} ཧེ་མ་", + "previous" : "last month", + "next" : "next month" + }, + "hour" : { + "past" : "ཆུ་ཚོད་ {0} ཧེ་མ་", + "future" : "ཆུ་ཚོད་ {0} ནང་", + "current" : "this hour" + } + }, + "long" : { + "year" : { + "next" : "next year", + "previous" : "last year", + "past" : "ལོ་འཁོར་ {0} ཧེ་མ་", + "future" : "ལོ་འཁོར་ {0} ནང་", + "current" : "this year" + }, + "now" : "now", + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "future" : "+{0} Q", + "current" : "this quarter", + "previous" : "last quarter" + }, + "month" : { + "past" : "ཟླཝ་ {0} ཧེ་མ་", + "next" : "next month", + "previous" : "last month", + "future" : "ཟླཝ་ {0} ནང་", + "current" : "this month" + }, + "second" : { + "past" : "སྐར་ཆ་ {0} ཧེ་མ་", + "future" : "སྐར་ཆ་ {0} ནང་", + "current" : "now" + }, + "week" : { + "past" : "བངུན་ཕྲག་ {0} ཧེ་མ་", + "previous" : "last week", + "future" : "བངུན་ཕྲག་ {0} ནང་", + "next" : "next week", + "current" : "this week" + }, + "day" : { + "next" : "ནངས་པ་", + "future" : "ཉིནམ་ {0} ནང་", + "previous" : "ཁ་ཙ་", + "current" : "ད་རིས་", + "past" : "ཉིནམ་ {0} ཧེ་མ་" + }, + "minute" : { + "past" : "སྐར་མ་ {0} ཧེ་མ་", + "future" : "སྐར་མ་ {0} ནང་", + "current" : "this minute" + }, + "hour" : { + "current" : "this hour", + "past" : "ཆུ་ཚོད་ {0} ཧེ་མ་", + "future" : "ཆུ་ཚོད་ {0} ནང་" + } + }, + "short" : { + "minute" : { + "current" : "this minute", + "past" : "སྐར་མ་ {0} ཧེ་མ་", + "future" : "སྐར་མ་ {0} ནང་" + }, + "week" : { + "future" : "བངུན་ཕྲག་ {0} ནང་", + "previous" : "last week", + "next" : "next week", + "current" : "this week", + "past" : "བངུན་ཕྲག་ {0} ཧེ་མ་" + }, + "year" : { + "current" : "this year", + "previous" : "last year", + "future" : "ལོ་འཁོར་ {0} ནང་", + "past" : "ལོ་འཁོར་ {0} ཧེ་མ་", + "next" : "next year" + }, + "month" : { + "next" : "next month", + "past" : "ཟླཝ་ {0} ཧེ་མ་", + "future" : "ཟླཝ་ {0} ནང་", + "previous" : "last month", + "current" : "this month" + }, + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "previous" : "last quarter", + "current" : "this quarter", + "future" : "+{0} Q" + }, + "day" : { + "current" : "ད་རིས་", + "previous" : "ཁ་ཙ་", + "past" : "ཉིནམ་ {0} ཧེ་མ་", + "next" : "ནངས་པ་", + "future" : "ཉིནམ་ {0} ནང་" + }, + "hour" : { + "future" : "ཆུ་ཚོད་ {0} ནང་", + "current" : "this hour", + "past" : "ཆུ་ཚོད་ {0} ཧེ་མ་" + }, + "second" : { + "current" : "now", + "past" : "སྐར་ཆ་ {0} ཧེ་མ་", + "future" : "སྐར་ཆ་ {0} ནང་" + }, + "now" : "now" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ee.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ee.json new file mode 100644 index 0000000..c1a7bfb --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ee.json @@ -0,0 +1,275 @@ +{ + "narrow" : { + "day" : { + "current" : "egbe", + "next" : "etsɔ si gbɔna", + "future" : { + "one" : "le ŋkeke {0} me", + "other" : "le ŋkeke {0} wo me" + }, + "past" : { + "one" : "ŋkeke {0} si va yi", + "other" : "ŋkeke {0} si wo va yi" + }, + "previous" : "etsɔ si va yi" + }, + "week" : { + "next" : "kɔsiɖa si gbɔ na", + "previous" : "kɔsiɖa si va yi", + "future" : { + "other" : "le kɔsiɖa {0} wo me", + "one" : "le kɔsiɖa {0} me" + }, + "current" : "kɔsiɖa sia", + "past" : { + "one" : "kɔsiɖa {0} si va yi", + "other" : "kɔsiɖa {0} si wo va yi" + } + }, + "year" : { + "current" : "ƒe sia", + "past" : "ƒe {0} si va yi me", + "next" : "ƒe si gbɔ na", + "previous" : "ƒe si va yi", + "future" : "le ƒe {0} si gbɔna me" + }, + "hour" : { + "past" : { + "other" : "gaƒoƒo {0} si wo va yi", + "one" : "gaƒoƒo {0} si va yi" + }, + "future" : { + "other" : "le gaƒoƒo {0} wo me", + "one" : "le gaƒoƒo {0} me" + }, + "current" : "this hour" + }, + "now" : "fifi", + "second" : { + "past" : { + "one" : "sekend {0} si va yi", + "other" : "sekend {0} si wo va yi" + }, + "current" : "fifi", + "future" : { + "other" : "le sekend {0} wo me", + "one" : "le sekend {0} me" + } + }, + "minute" : { + "future" : { + "other" : "le aɖabaƒoƒo {0} wo me", + "one" : "le aɖabaƒoƒo {0} me" + }, + "current" : "this minute", + "past" : { + "one" : "aɖabaƒoƒo {0} si va yi", + "other" : "aɖabaƒoƒo {0} si wo va yi" + } + }, + "quarter" : { + "current" : "this quarter", + "future" : { + "one" : "le kɔta {0} si gbɔna me", + "other" : "le kɔta {0} si gbɔ na me" + }, + "next" : "next quarter", + "previous" : "last quarter", + "past" : "kɔta {0} si va yi me" + }, + "month" : { + "next" : "ɣleti si gbɔ na", + "past" : { + "other" : "ɣleti {0} si wo va yi", + "one" : "ɣleti {0} si va yi" + }, + "future" : { + "one" : "le ɣleti {0} me", + "other" : "le ɣleti {0} wo me" + }, + "previous" : "ɣleti si va yi", + "current" : "ɣleti sia" + } + }, + "long" : { + "second" : { + "past" : { + "other" : "sekend {0} si wo va yi", + "one" : "sekend {0} si va yi" + }, + "future" : { + "one" : "le sekend {0} me", + "other" : "le sekend {0} wo me" + }, + "current" : "fifi" + }, + "week" : { + "current" : "kɔsiɖa sia", + "next" : "kɔsiɖa si gbɔ na", + "previous" : "kɔsiɖa si va yi", + "past" : { + "one" : "kɔsiɖa {0} si va yi", + "other" : "kɔsiɖa {0} si wo va yi" + }, + "future" : { + "one" : "le kɔsiɖa {0} me", + "other" : "le kɔsiɖa {0} wo me" + } + }, + "day" : { + "past" : { + "other" : "ŋkeke {0} si wo va yi", + "one" : "ŋkeke {0} si va yi" + }, + "previous" : "etsɔ si va yi", + "next" : "etsɔ si gbɔna", + "future" : { + "one" : "le ŋkeke {0} me", + "other" : "le ŋkeke {0} wo me" + }, + "current" : "egbe" + }, + "now" : "fifi", + "hour" : { + "future" : { + "other" : "le gaƒoƒo {0} wo me", + "one" : "le gaƒoƒo {0} me" + }, + "past" : { + "one" : "gaƒoƒo {0} si va yi", + "other" : "gaƒoƒo {0} si wo va yi" + }, + "current" : "this hour" + }, + "month" : { + "future" : { + "one" : "le ɣleti {0} me", + "other" : "le ɣleti {0} wo me" + }, + "past" : { + "other" : "ɣleti {0} si wo va yi", + "one" : "ɣleti {0} si va yi" + }, + "current" : "ɣleti sia", + "next" : "ɣleti si gbɔ na", + "previous" : "ɣleti si va yi" + }, + "minute" : { + "past" : { + "other" : "aɖabaƒoƒo {0} si wo va yi", + "one" : "aɖabaƒoƒo {0} si va yi" + }, + "future" : { + "other" : "le aɖabaƒoƒo {0} wo me", + "one" : "le aɖabaƒoƒo {0} me" + }, + "current" : "this minute" + }, + "year" : { + "next" : "ƒe si gbɔ na", + "previous" : "ƒe si va yi", + "past" : { + "one" : "ƒe {0} si va yi", + "other" : "ƒe {0} si wo va yi" + }, + "future" : "le ƒe {0} me", + "current" : "ƒe sia" + }, + "quarter" : { + "future" : "le kɔta {0} si gbɔ na me", + "current" : "this quarter", + "past" : "kɔta {0} si va yi me", + "next" : "next quarter", + "previous" : "last quarter" + } + }, + "short" : { + "week" : { + "future" : { + "one" : "le kɔsiɖa {0} me", + "other" : "le kɔsiɖa {0} wo me" + }, + "next" : "kɔsiɖa si gbɔ na", + "current" : "kɔsiɖa sia", + "past" : { + "one" : "kɔsiɖa {0} si va yi", + "other" : "kɔsiɖa {0} si wo va yi" + }, + "previous" : "kɔsiɖa si va yi" + }, + "minute" : { + "current" : "this minute", + "future" : { + "one" : "le aɖabaƒoƒo {0} me", + "other" : "le aɖabaƒoƒo {0} wo me" + }, + "past" : { + "one" : "aɖabaƒoƒo {0} si va yi", + "other" : "aɖabaƒoƒo {0} si wo va yi" + } + }, + "day" : { + "next" : "etsɔ si gbɔna", + "current" : "egbe", + "previous" : "etsɔ si va yi", + "future" : { + "one" : "le ŋkeke {0} me", + "other" : "le ŋkeke {0} wo me" + }, + "past" : { + "other" : "ŋkeke {0} si wo va yi", + "one" : "ŋkeke {0} si va yi" + } + }, + "now" : "fifi", + "second" : { + "past" : { + "one" : "sekend {0} si va yi", + "other" : "sekend {0} si wo va yi" + }, + "future" : { + "other" : "le sekend {0} wo me", + "one" : "le sekend {0} me" + }, + "current" : "fifi" + }, + "hour" : { + "current" : "this hour", + "past" : { + "one" : "gaƒoƒo {0} si va yi", + "other" : "gaƒoƒo {0} si wo va yi" + }, + "future" : { + "one" : "le gaƒoƒo {0} me", + "other" : "le gaƒoƒo {0} wo me" + } + }, + "month" : { + "current" : "ɣleti sia", + "past" : { + "one" : "ɣleti {0} si va yi", + "other" : "ɣleti {0} si wo va yi" + }, + "previous" : "ɣleti si va yi", + "next" : "ɣleti si gbɔ na", + "future" : { + "other" : "le ɣleti {0} wo me", + "one" : "le ɣleti {0} me" + } + }, + "year" : { + "next" : "ƒe si gbɔ na", + "future" : "le ƒe {0} me", + "current" : "ƒe sia", + "past" : "le ƒe {0} si va yi me", + "previous" : "ƒe si va yi" + }, + "quarter" : { + "future" : "le kɔta {0} si gbɔ na me", + "next" : "next quarter", + "previous" : "last quarter", + "current" : "this quarter", + "past" : "kɔta {0} si va yi me" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/el.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/el.json new file mode 100644 index 0000000..06e6004 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/el.json @@ -0,0 +1,227 @@ +{ + "narrow" : { + "now" : "τώρα", + "hour" : { + "future" : "σε {0} ώ.", + "past" : "{0} ώ. πριν", + "current" : "τρέχουσα ώρα" + }, + "minute" : { + "past" : "{0} λ. πριν", + "current" : "τρέχον λεπτό", + "future" : "σε {0} λ." + }, + "second" : { + "future" : "σε {0} δ.", + "current" : "τώρα", + "past" : "{0} δ. πριν" + }, + "year" : { + "next" : "επόμενο έτος", + "future" : { + "one" : "σε {0} έτος", + "other" : "σε {0} έτη" + }, + "previous" : "πέρσι", + "current" : "φέτος", + "past" : { + "one" : "{0} έτος πριν", + "other" : "{0} έτη πριν" + } + }, + "week" : { + "past" : "{0} εβδ. πριν", + "next" : "επόμενη εβδομάδα", + "future" : "σε {0} εβδ.", + "previous" : "προηγούμενη εβδομάδα", + "current" : "τρέχουσα εβδομάδα" + }, + "month" : { + "previous" : "προηγούμενος μήνας", + "current" : "τρέχων μήνας", + "next" : "επόμενος μήνας", + "past" : "{0} μ. πριν", + "future" : "σε {0} μ." + }, + "quarter" : { + "next" : "επόμ. τρίμ.", + "past" : "{0} τρίμ. πριν", + "future" : "σε {0} τρίμ.", + "previous" : "προηγ. τρίμ.", + "current" : "τρέχον τρίμ." + }, + "day" : { + "next" : "αύριο", + "previous" : "χθες", + "past" : "{0} ημ. πριν", + "future" : "σε {0} ημ.", + "current" : "σήμερα" + } + }, + "long" : { + "week" : { + "future" : { + "other" : "σε {0} εβδομάδες", + "one" : "σε {0} εβδομάδα" + }, + "past" : { + "other" : "πριν από {0} εβδομάδες", + "one" : "πριν από {0} εβδομάδα" + }, + "next" : "επόμενη εβδομάδα", + "current" : "τρέχουσα εβδομάδα", + "previous" : "προηγούμενη εβδομάδα" + }, + "minute" : { + "current" : "τρέχον λεπτό", + "future" : { + "other" : "σε {0} λεπτά", + "one" : "σε {0} λεπτό" + }, + "past" : { + "one" : "πριν από {0} λεπτό", + "other" : "πριν από {0} λεπτά" + } + }, + "month" : { + "current" : "τρέχων μήνας", + "past" : { + "other" : "πριν από {0} μήνες", + "one" : "πριν από {0} μήνα" + }, + "previous" : "προηγούμενος μήνας", + "future" : { + "one" : "σε {0} μήνα", + "other" : "σε {0} μήνες" + }, + "next" : "επόμενος μήνας" + }, + "hour" : { + "future" : { + "one" : "σε {0} ώρα", + "other" : "σε {0} ώρες" + }, + "past" : { + "one" : "πριν από {0} ώρα", + "other" : "πριν από {0} ώρες" + }, + "current" : "τρέχουσα ώρα" + }, + "year" : { + "previous" : "πέρσι", + "past" : { + "one" : "πριν από {0} έτος", + "other" : "πριν από {0} έτη" + }, + "next" : "επόμενο έτος", + "future" : { + "one" : "σε {0} έτος", + "other" : "σε {0} έτη" + }, + "current" : "φέτος" + }, + "day" : { + "current" : "σήμερα", + "previous" : "χθες", + "next" : "αύριο", + "future" : { + "other" : "σε {0} ημέρες", + "one" : "σε {0} ημέρα" + }, + "past" : { + "other" : "πριν από {0} ημέρες", + "one" : "πριν από {0} ημέρα" + } + }, + "second" : { + "current" : "τώρα", + "future" : { + "other" : "σε {0} δευτερόλεπτα", + "one" : "σε {0} δευτερόλεπτο" + }, + "past" : { + "one" : "πριν από {0} δευτερόλεπτο", + "other" : "πριν από {0} δευτερόλεπτα" + } + }, + "quarter" : { + "previous" : "προηγούμενο τρίμηνο", + "current" : "τρέχον τρίμηνο", + "next" : "επόμενο τρίμηνο", + "past" : { + "one" : "πριν από {0} τρίμηνο", + "other" : "πριν από {0} τρίμηνα" + }, + "future" : { + "one" : "σε {0} τρίμηνο", + "other" : "σε {0} τρίμηνα" + } + }, + "now" : "τώρα" + }, + "short" : { + "hour" : { + "future" : "σε {0} ώ.", + "current" : "τρέχουσα ώρα", + "past" : "πριν από {0} ώ." + }, + "now" : "τώρα", + "quarter" : { + "current" : "τρέχον τρίμ.", + "future" : "σε {0} τρίμ.", + "past" : "πριν από {0} τρίμ.", + "next" : "επόμ. τρίμ.", + "previous" : "προηγ. τρίμ." + }, + "day" : { + "current" : "σήμερα", + "past" : "πριν από {0} ημ.", + "future" : "σε {0} ημ.", + "next" : "αύριο", + "previous" : "χθες" + }, + "week" : { + "current" : "τρέχουσα εβδομάδα", + "past" : "πριν από {0} εβδ.", + "future" : "σε {0} εβδ.", + "next" : "επόμενη εβδομάδα", + "previous" : "προηγούμενη εβδομάδα" + }, + "minute" : { + "future" : "σε {0} λεπ.", + "current" : "τρέχον λεπτό", + "past" : "πριν από {0} λεπ." + }, + "second" : { + "future" : "σε {0} δευτ.", + "current" : "τώρα", + "past" : "πριν από {0} δευτ." + }, + "month" : { + "current" : "τρέχων μήνας", + "future" : { + "one" : "σε {0} μήνα", + "other" : "σε {0} μήνες" + }, + "previous" : "προηγούμενος μήνας", + "next" : "επόμενος μήνας", + "past" : { + "one" : "πριν από {0} μήνα", + "other" : "πριν από {0} μήνες" + } + }, + "year" : { + "future" : { + "one" : "σε {0} έτος", + "other" : "σε {0} έτη" + }, + "previous" : "πέρσι", + "next" : "επόμενο έτος", + "current" : "φέτος", + "past" : { + "other" : "πριν από {0} έτη", + "one" : "πριν από {0} έτος" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/en.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/en.json new file mode 100644 index 0000000..223f702 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/en.json @@ -0,0 +1,233 @@ +{ + "long" : { + "quarter" : { + "next" : "next quarter", + "previous" : "last quarter", + "current" : "this quarter", + "future" : { + "one" : "in {0} quarter", + "other" : "in {0} quarters" + }, + "past" : { + "one" : "{0} quarter ago", + "other" : "{0} quarters ago" + } + }, + "month" : { + "next" : "next month", + "past" : { + "one" : "{0} month ago", + "other" : "{0} months ago" + }, + "future" : { + "one" : "in {0} month", + "other" : "in {0} months" + }, + "previous" : "last month", + "current" : "this month" + }, + "hour" : { + "past" : { + "other" : "{0} hours ago", + "one" : "{0} hour ago" + }, + "future" : { + "one" : "in {0} hour", + "other" : "in {0} hours" + }, + "current" : "this hour" + }, + "week" : { + "previous" : "last week", + "current" : "this week", + "future" : { + "one" : "in {0} week", + "other" : "in {0} weeks" + }, + "next" : "next week", + "past" : { + "one" : "{0} week ago", + "other" : "{0} weeks ago" + } + }, + "minute" : { + "current" : "this minute", + "past" : { + "one" : "{0} minute ago", + "other" : "{0} minutes ago" + }, + "future" : { + "one" : "in {0} minute", + "other" : "in {0} minutes" + } + }, + "now" : "now", + "year" : { + "next" : "next year", + "future" : { + "one" : "in {0} year", + "other" : "in {0} years" + }, + "past" : { + "other" : "{0} years ago", + "one" : "{0} year ago" + }, + "current" : "this year", + "previous" : "last year" + }, + "second" : { + "current" : "now", + "past" : { + "other" : "{0} seconds ago", + "one" : "{0} second ago" + }, + "future" : { + "one" : "in {0} second", + "other" : "in {0} seconds" + } + }, + "day" : { + "next" : "tomorrow", + "past" : { + "other" : "{0} days ago", + "one" : "{0} day ago" + }, + "future" : { + "other" : "in {0} days", + "one" : "in {0} day" + }, + "previous" : "yesterday", + "current" : "today" + } + }, + "short" : { + "month" : { + "future" : "in {0} mo.", + "previous" : "last mo.", + "current" : "this mo.", + "next" : "next mo.", + "past" : "{0} mo. ago" + }, + "day" : { + "past" : { + "one" : "{0} day ago", + "other" : "{0} days ago" + }, + "previous" : "yesterday", + "current" : "today", + "next" : "tomorrow", + "future" : { + "other" : "in {0} days", + "one" : "in {0} day" + } + }, + "hour" : { + "current" : "this hour", + "future" : "in {0} hr.", + "past" : "{0} hr. ago" + }, + "second" : { + "past" : "{0} sec. ago", + "future" : "in {0} sec.", + "current" : "now" + }, + "year" : { + "current" : "this yr.", + "previous" : "last yr.", + "future" : "in {0} yr.", + "past" : "{0} yr. ago", + "next" : "next yr." + }, + "week" : { + "previous" : "last wk.", + "current" : "this wk.", + "future" : "in {0} wk.", + "past" : "{0} wk. ago", + "next" : "next wk." + }, + "minute" : { + "current" : "this minute", + "future" : "in {0} min.", + "past" : "{0} min. ago" + }, + "now" : "now", + "quarter" : { + "next" : "next qtr.", + "previous" : "last qtr.", + "current" : "this qtr.", + "past" : { + "other" : "{0} qtrs. ago", + "one" : "{0} qtr. ago" + }, + "future" : { + "one" : "in {0} qtr.", + "other" : "in {0} qtrs." + } + } + }, + "narrow" : { + "hour" : { + "future" : "in {0} hr.", + "current" : "this hour", + "past" : "{0} hr. ago" + }, + "week" : { + "next" : "next wk.", + "previous" : "last wk.", + "past" : "{0} wk. ago", + "current" : "this wk.", + "future" : "in {0} wk." + }, + "minute" : { + "current" : "this minute", + "past" : "{0} min. ago", + "future" : "in {0} min." + }, + "second" : { + "current" : "now", + "past" : "{0} sec. ago", + "future" : "in {0} sec." + }, + "now" : "now", + "month" : { + "past" : "{0} mo. ago", + "current" : "this mo.", + "next" : "next mo.", + "previous" : "last mo.", + "future" : "in {0} mo." + }, + "day" : { + "current" : "today", + "future" : { + "one" : "in {0} day", + "other" : "in {0} days" + }, + "previous" : "yesterday", + "next" : "tomorrow", + "past" : { + "one" : "{0} day ago", + "other" : "{0} days ago" + } + }, + "year" : { + "previous" : "last yr.", + "current" : "this yr.", + "past" : "{0} yr. ago", + "next" : "next yr.", + "future" : "in {0} yr." + }, + "quarter" : { + "previous" : "last qtr.", + "next" : "next qtr.", + "past" : { + "one" : "{0} qtr. ago", + "other" : "{0} qtrs. ago" + }, + "future" : { + "one" : "in {0} qtr.", + "other" : "in {0} qtrs." + }, + "current" : "this qtr." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es.json new file mode 100644 index 0000000..bcddb5c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es.json @@ -0,0 +1,221 @@ +{ + "narrow" : { + "quarter" : { + "previous" : "el trimestre pasado", + "current" : "este trimestre", + "next" : "el próximo trimestre", + "past" : "hace {0} trim.", + "future" : "dentro de {0} trim." + }, + "month" : { + "past" : "hace {0} m", + "next" : "el próximo mes", + "future" : "dentro de {0} m", + "previous" : "el mes pasado", + "current" : "este mes" + }, + "now" : "ahora", + "hour" : { + "future" : "dentro de {0} h", + "past" : "hace {0} h", + "current" : "esta hora" + }, + "minute" : { + "past" : "hace {0} min", + "current" : "este minuto", + "future" : "dentro de {0} min" + }, + "day" : { + "previous" : "ayer", + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "past" : { + "one" : "hace {0} día", + "other" : "hace {0} días" + }, + "current" : "hoy", + "next" : "mañana" + }, + "year" : { + "next" : "el próximo año", + "past" : "hace {0} a", + "future" : "dentro de {0} a", + "previous" : "el año pasado", + "current" : "este año" + }, + "week" : { + "next" : "la próxima semana", + "previous" : "la semana pasada", + "past" : "hace {0} sem.", + "future" : "dentro de {0} sem.", + "current" : "esta semana" + }, + "second" : { + "future" : "dentro de {0} s", + "past" : "hace {0} s", + "current" : "ahora" + } + }, + "short" : { + "minute" : { + "current" : "este minuto", + "past" : "hace {0} min", + "future" : "dentro de {0} min" + }, + "month" : { + "current" : "este mes", + "past" : "hace {0} m", + "future" : "dentro de {0} m", + "next" : "el próximo mes", + "previous" : "el mes pasado" + }, + "week" : { + "current" : "esta semana", + "past" : "hace {0} sem.", + "future" : "dentro de {0} sem.", + "next" : "la próxima semana", + "previous" : "la semana pasada" + }, + "hour" : { + "past" : "hace {0} h", + "current" : "esta hora", + "future" : "dentro de {0} h" + }, + "day" : { + "next" : "mañana", + "current" : "hoy", + "previous" : "ayer", + "past" : { + "other" : "hace {0} días", + "one" : "hace {0} día" + }, + "future" : { + "one" : "dentro de {0} día", + "other" : "dentro de {0} días" + } + }, + "second" : { + "future" : "dentro de {0} s", + "current" : "ahora", + "past" : "hace {0} s" + }, + "now" : "ahora", + "year" : { + "future" : "dentro de {0} a", + "previous" : "el año pasado", + "next" : "el próximo año", + "current" : "este año", + "past" : "hace {0} a" + }, + "quarter" : { + "current" : "este trimestre", + "future" : "dentro de {0} trim.", + "previous" : "el trimestre pasado", + "next" : "el próximo trimestre", + "past" : "hace {0} trim." + } + }, + "long" : { + "week" : { + "current" : "esta semana", + "previous" : "la semana pasada", + "next" : "la próxima semana", + "future" : { + "one" : "dentro de {0} semana", + "other" : "dentro de {0} semanas" + }, + "past" : { + "other" : "hace {0} semanas", + "one" : "hace {0} semana" + } + }, + "month" : { + "future" : { + "one" : "dentro de {0} mes", + "other" : "dentro de {0} meses" + }, + "past" : { + "one" : "hace {0} mes", + "other" : "hace {0} meses" + }, + "next" : "el próximo mes", + "current" : "este mes", + "previous" : "el mes pasado" + }, + "minute" : { + "past" : { + "one" : "hace {0} minuto", + "other" : "hace {0} minutos" + }, + "future" : { + "one" : "dentro de {0} minuto", + "other" : "dentro de {0} minutos" + }, + "current" : "este minuto" + }, + "now" : "ahora", + "year" : { + "previous" : "el año pasado", + "current" : "este año", + "next" : "el próximo año", + "past" : { + "other" : "hace {0} años", + "one" : "hace {0} año" + }, + "future" : { + "other" : "dentro de {0} años", + "one" : "dentro de {0} año" + } + }, + "day" : { + "current" : "hoy", + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "past" : { + "other" : "hace {0} días", + "one" : "hace {0} día" + }, + "next" : "mañana", + "previous" : "ayer" + }, + "quarter" : { + "current" : "este trimestre", + "past" : { + "one" : "hace {0} trimestre", + "other" : "hace {0} trimestres" + }, + "previous" : "el trimestre pasado", + "future" : { + "one" : "dentro de {0} trimestre", + "other" : "dentro de {0} trimestres" + }, + "next" : "el próximo trimestre" + }, + "hour" : { + "current" : "esta hora", + "future" : { + "other" : "dentro de {0} horas", + "one" : "dentro de {0} hora" + }, + "past" : { + "other" : "hace {0} horas", + "one" : "hace {0} hora" + } + }, + "second" : { + "future" : { + "other" : "dentro de {0} segundos", + "one" : "dentro de {0} segundo" + }, + "current" : "ahora", + "past" : { + "one" : "hace {0} segundo", + "other" : "hace {0} segundos" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_AR.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_AR.json new file mode 100644 index 0000000..803a066 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_AR.json @@ -0,0 +1,209 @@ +{ + "narrow" : { + "day" : { + "next" : "mañana", + "future" : "dentro de {0} días", + "previous" : "ayer", + "current" : "hoy", + "past" : "hace {0} días" + }, + "quarter" : { + "next" : "el próximo trimestre", + "past" : "hace {0} trim.", + "future" : "dentro de {0} trim.", + "previous" : "el trimestre pasado", + "current" : "este trimestre" + }, + "hour" : { + "future" : "dentro de {0} h", + "current" : "esta hora", + "past" : "hace {0} h" + }, + "year" : { + "next" : "el próximo año", + "past" : "hace {0} a", + "current" : "este año", + "previous" : "el año pasado", + "future" : "dentro de {0} a" + }, + "now" : "ahora", + "month" : { + "current" : "este mes", + "future" : "dentro de {0} m", + "past" : "hace {0} m", + "next" : "el próximo mes", + "previous" : "el mes pasado" + }, + "week" : { + "previous" : "la semana pasada", + "current" : "esta semana", + "past" : "hace {0} sem.", + "future" : "dentro de {0} sem.", + "next" : "la próxima semana" + }, + "minute" : { + "past" : "hace {0} min", + "current" : "este minuto", + "future" : "dentro de {0} min" + }, + "second" : { + "current" : "ahora", + "past" : "hace {0} seg.", + "future" : "dentro de {0} seg." + } + }, + "long" : { + "month" : { + "next" : "el próximo mes", + "previous" : "el mes pasado", + "future" : { + "one" : "dentro de {0} mes", + "other" : "dentro de {0} meses" + }, + "current" : "este mes", + "past" : { + "other" : "hace {0} meses", + "one" : "hace {0} mes" + } + }, + "week" : { + "future" : { + "one" : "dentro de {0} semana", + "other" : "dentro de {0} semanas" + }, + "previous" : "la semana pasada", + "next" : "la próxima semana", + "current" : "esta semana", + "past" : { + "one" : "hace {0} semana", + "other" : "hace {0} semanas" + } + }, + "second" : { + "current" : "ahora", + "past" : { + "other" : "hace {0} segundos", + "one" : "hace {0} segundo" + }, + "future" : { + "one" : "dentro de {0} segundo", + "other" : "dentro de {0} segundos" + } + }, + "year" : { + "future" : { + "one" : "dentro de {0} año", + "other" : "dentro de {0} años" + }, + "previous" : "el año pasado", + "next" : "el próximo año", + "current" : "este año", + "past" : { + "one" : "hace {0} año", + "other" : "hace {0} años" + } + }, + "day" : { + "next" : "mañana", + "current" : "hoy", + "previous" : "ayer", + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "past" : { + "other" : "hace {0} días", + "one" : "hace {0} día" + } + }, + "now" : "ahora", + "minute" : { + "future" : { + "one" : "dentro de {0} minuto", + "other" : "dentro de {0} minutos" + }, + "past" : { + "other" : "hace {0} minutos", + "one" : "hace {0} minuto" + }, + "current" : "este minuto" + }, + "quarter" : { + "next" : "el próximo trimestre", + "future" : { + "one" : "dentro de {0} trimestre", + "other" : "dentro de {0} trimestres" + }, + "previous" : "el trimestre pasado", + "current" : "este trimestre", + "past" : { + "one" : "hace {0} trimestre", + "other" : "hace {0} trimestres" + } + }, + "hour" : { + "future" : { + "other" : "dentro de {0} horas", + "one" : "dentro de {0} hora" + }, + "past" : { + "other" : "hace {0} horas", + "one" : "hace {0} hora" + }, + "current" : "esta hora" + } + }, + "short" : { + "quarter" : { + "future" : "dentro de {0} trim.", + "next" : "el próximo trimestre", + "previous" : "el trimestre pasado", + "current" : "este trimestre", + "past" : "hace {0} trim." + }, + "minute" : { + "current" : "este minuto", + "past" : "hace {0} min", + "future" : "dentro de {0} min" + }, + "year" : { + "next" : "el próximo año", + "future" : "dentro de {0} a", + "current" : "este año", + "past" : "hace {0} a", + "previous" : "el año pasado" + }, + "second" : { + "past" : "hace {0} seg.", + "current" : "ahora", + "future" : "dentro de {0} seg." + }, + "hour" : { + "current" : "esta hora", + "past" : "hace {0} h", + "future" : "dentro de {0} h" + }, + "now" : "ahora", + "month" : { + "previous" : "el mes pasado", + "next" : "el próximo mes", + "past" : "hace {0} m", + "current" : "este mes", + "future" : "dentro de {0} m" + }, + "week" : { + "previous" : "la semana pasada", + "current" : "esta semana", + "next" : "la próxima semana", + "past" : "hace {0} sem.", + "future" : "dentro de {0} sem." + }, + "day" : { + "next" : "mañana", + "past" : "hace {0} días", + "future" : "dentro de {0} días", + "previous" : "ayer", + "current" : "hoy" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_MX.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_MX.json new file mode 100644 index 0000000..ef65dcb --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_MX.json @@ -0,0 +1,221 @@ +{ + "narrow" : { + "minute" : { + "future" : "dentro de {0} min", + "past" : "hace {0} min", + "current" : "este minuto" + }, + "year" : { + "past" : "hace {0} a", + "current" : "este año", + "next" : "el próximo año", + "previous" : "el año pasado", + "future" : "dentro de {0} a" + }, + "now" : "ahora", + "second" : { + "past" : "hace {0} seg.", + "future" : "dentro de {0} seg.", + "current" : "ahora" + }, + "day" : { + "previous" : "ayer", + "current" : "hoy", + "next" : "mañana", + "past" : { + "one" : "hace {0} día", + "other" : "hace {0} días" + }, + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + } + }, + "month" : { + "past" : "hace {0} m", + "current" : "este mes", + "next" : "el próximo mes", + "future" : "dentro de {0} m", + "previous" : "el mes pasado" + }, + "week" : { + "next" : "la próxima semana", + "current" : "esta semana", + "past" : "hace {0} sem.", + "future" : "dentro de {0} sem.", + "previous" : "la semana pasada" + }, + "quarter" : { + "current" : "este trimestre", + "future" : "dentro de {0} trim.", + "next" : "el próximo trimestre", + "past" : "hace {0} trim.", + "previous" : "el trimestre pasado" + }, + "hour" : { + "future" : "dentro de {0} h", + "current" : "esta hora", + "past" : "hace {0} h" + } + }, + "short" : { + "second" : { + "past" : "hace {0} seg.", + "future" : "dentro de {0} seg.", + "current" : "ahora" + }, + "now" : "ahora", + "hour" : { + "current" : "esta hora", + "past" : "hace {0} h", + "future" : "dentro de {0} h" + }, + "month" : { + "past" : "hace {0} m", + "current" : "este mes", + "next" : "el próximo mes", + "future" : "dentro de {0} m", + "previous" : "el mes pasado" + }, + "day" : { + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "current" : "hoy", + "previous" : "ayer", + "next" : "mañana", + "past" : { + "one" : "hace {0} día", + "other" : "hace {0} días" + } + }, + "minute" : { + "future" : "dentro de {0} min", + "current" : "este minuto", + "past" : "hace {0} min" + }, + "week" : { + "next" : "la próxima semana", + "past" : "hace {0} sem.", + "previous" : "la semana pasada", + "current" : "esta semana", + "future" : "dentro de {0} sem." + }, + "quarter" : { + "current" : "este trimestre", + "future" : "dentro de {0} trim.", + "next" : "el próximo trimestre", + "previous" : "el trimestre pasado", + "past" : "hace {0} trim." + }, + "year" : { + "next" : "el próximo año", + "current" : "este año", + "future" : "dentro de {0} a", + "past" : "hace {0} a", + "previous" : "el año pasado" + } + }, + "long" : { + "week" : { + "current" : "esta semana", + "previous" : "la semana pasada", + "next" : "la próxima semana", + "past" : { + "one" : "hace {0} semana", + "other" : "hace {0} semanas" + }, + "future" : { + "one" : "dentro de {0} semana", + "other" : "dentro de {0} semanas" + } + }, + "hour" : { + "current" : "esta hora", + "future" : { + "other" : "dentro de {0} horas", + "one" : "dentro de {0} hora" + }, + "past" : { + "other" : "hace {0} horas", + "one" : "hace {0} hora" + } + }, + "minute" : { + "future" : { + "one" : "dentro de {0} minuto", + "other" : "dentro de {0} minutos" + }, + "current" : "este minuto", + "past" : { + "one" : "hace {0} minuto", + "other" : "hace {0} minutos" + } + }, + "day" : { + "previous" : "ayer", + "current" : "hoy", + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "next" : "mañana", + "past" : { + "other" : "hace {0} días", + "one" : "hace {0} día" + } + }, + "second" : { + "current" : "ahora", + "future" : { + "other" : "dentro de {0} segundos", + "one" : "dentro de {0} segundo" + }, + "past" : { + "one" : "hace {0} segundo", + "other" : "hace {0} segundos" + } + }, + "now" : "ahora", + "month" : { + "next" : "el próximo mes", + "future" : { + "other" : "dentro de {0} meses", + "one" : "dentro de {0} mes" + }, + "previous" : "el mes pasado", + "current" : "este mes", + "past" : { + "other" : "hace {0} meses", + "one" : "hace {0} mes" + } + }, + "quarter" : { + "previous" : "el trimestre pasado", + "future" : { + "one" : "dentro de {0} trimestre", + "other" : "dentro de {0} trimestres" + }, + "current" : "este trimestre", + "past" : { + "one" : "hace {0} trimestre", + "other" : "hace {0} trimestres" + }, + "next" : "el próximo trimestre" + }, + "year" : { + "next" : "el próximo año", + "past" : { + "one" : "hace {0} año", + "other" : "hace {0} años" + }, + "future" : { + "other" : "dentro de {0} años", + "one" : "dentro de {0} año" + }, + "current" : "este año", + "previous" : "el año pasado" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_PY.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_PY.json new file mode 100644 index 0000000..04177c7 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_PY.json @@ -0,0 +1,227 @@ +{ + "narrow" : { + "minute" : { + "current" : "este minuto", + "past" : "-{0} min", + "future" : "+{0} min" + }, + "year" : { + "previous" : "el año pasado", + "past" : "-{0} a", + "future" : "en {0} a", + "next" : "el próximo año", + "current" : "este año" + }, + "day" : { + "next" : "mañana", + "previous" : "ayer", + "past" : { + "one" : "hace {0} día", + "other" : "hace {0} días" + }, + "future" : { + "other" : "+{0} días", + "one" : "+{0} día" + }, + "current" : "hoy" + }, + "month" : { + "current" : "este mes", + "past" : "-{0} m", + "next" : "el próximo mes", + "previous" : "el mes pasado", + "future" : "+{0} m" + }, + "hour" : { + "current" : "esta hora", + "past" : "hace {0} h", + "future" : "dentro de {0} h" + }, + "now" : "ahora", + "quarter" : { + "past" : "-{0} T", + "current" : "este trimestre", + "future" : "+{0} T", + "previous" : "el trimestre pasado", + "next" : "el próximo trimestre" + }, + "second" : { + "future" : "+{0} s", + "current" : "ahora", + "past" : "hace {0} s" + }, + "week" : { + "past" : "hace {0} sem.", + "previous" : "la semana pasada", + "current" : "esta semana", + "next" : "la semana próxima", + "future" : "dentro de {0} sem." + } + }, + "long" : { + "year" : { + "next" : "el año próximo", + "future" : { + "one" : "dentro de {0} año", + "other" : "dentro de {0} años" + }, + "previous" : "el año pasado", + "current" : "este año", + "past" : { + "one" : "hace {0} año", + "other" : "hace {0} años" + } + }, + "now" : "ahora", + "month" : { + "future" : { + "one" : "en {0} mes", + "other" : "en {0} meses" + }, + "previous" : "el mes pasado", + "next" : "el mes próximo", + "current" : "este mes", + "past" : { + "other" : "hace {0} meses", + "one" : "hace {0} mes" + } + }, + "quarter" : { + "next" : "el próximo trimestre", + "previous" : "el trimestre pasado", + "future" : { + "other" : "dentro de {0} trimetres", + "one" : "dentro de {0} trimetre" + }, + "current" : "este trimestre", + "past" : { + "other" : "hace {0} trimestres", + "one" : "hace {0} trimestre" + } + }, + "day" : { + "previous" : "ayer", + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "current" : "hoy", + "next" : "mañana", + "past" : { + "one" : "hace {0} día", + "other" : "hace {0} días" + } + }, + "week" : { + "next" : "la semana próxima", + "current" : "esta semana", + "previous" : "la semana pasada", + "future" : { + "other" : "dentro de {0} semanas", + "one" : "dentro de {0} semana" + }, + "past" : { + "one" : "hace {0} semana", + "other" : "hace {0} semanas" + } + }, + "hour" : { + "current" : "esta hora", + "past" : { + "one" : "hace {0} hora", + "other" : "hace {0} horas" + }, + "future" : { + "one" : "dentro de {0} hora", + "other" : "dentro de {0} horas" + } + }, + "minute" : { + "future" : { + "other" : "dentro de {0} minutos", + "one" : "dentro de {0} minuto" + }, + "current" : "este minuto", + "past" : { + "one" : "hace {0} minuto", + "other" : "hace {0} minutos" + } + }, + "second" : { + "current" : "ahora", + "future" : { + "other" : "dentro de {0} segundos", + "one" : "dentro de {0} segundo" + }, + "past" : { + "one" : "hace {0} segundo", + "other" : "hace {0} segundos" + } + } + }, + "short" : { + "minute" : { + "current" : "este minuto", + "past" : "hace {0} min", + "future" : "en {0} min" + }, + "second" : { + "current" : "ahora", + "past" : "hace {0} s", + "future" : "en {0} s" + }, + "hour" : { + "future" : { + "one" : "en {0} h", + "other" : "en {0} n" + }, + "current" : "esta hora", + "past" : "hace {0} h" + }, + "year" : { + "next" : "el próximo año", + "future" : "en {0} a", + "current" : "este año", + "past" : "hace {0} a", + "previous" : "el año pasado" + }, + "now" : "ahora", + "quarter" : { + "previous" : "el trimestre pasado", + "current" : "este trimestre", + "past" : "hace {0} trim.", + "next" : "el próximo trimestre", + "future" : { + "other" : "en {0} trim", + "one" : "en {0} trim." + } + }, + "month" : { + "past" : "hace {0} m", + "future" : "en {0} m", + "next" : "el próximo mes", + "previous" : "el mes pasado", + "current" : "este mes" + }, + "week" : { + "future" : "en {0} sem.", + "next" : "la semana próxima", + "current" : "esta semana", + "past" : "hace {0} sem.", + "previous" : "la semana pasada" + }, + "day" : { + "previous" : "ayer", + "current" : "hoy", + "next" : "mañana", + "past" : { + "one" : "hace {0} día", + "other" : "hace {0} días" + }, + "future" : { + "one" : "en {0} día", + "other" : "en {0} días" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_US.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_US.json new file mode 100644 index 0000000..ad972ac --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_US.json @@ -0,0 +1,221 @@ +{ + "narrow" : { + "second" : { + "future" : "dentro de {0} s", + "past" : "hace {0} s", + "current" : "ahora" + }, + "month" : { + "past" : "hace {0} m", + "future" : "dentro de {0} m", + "current" : "este mes", + "previous" : "el mes pasado", + "next" : "el próximo mes" + }, + "hour" : { + "future" : "dentro de {0} h", + "past" : "hace {0} h", + "current" : "esta hora" + }, + "week" : { + "next" : "la semana próxima", + "current" : "esta semana", + "past" : "hace {0} sem.", + "future" : "dentro de {0} sem.", + "previous" : "la semana pasada" + }, + "day" : { + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "previous" : "ayer", + "next" : "mañana", + "past" : { + "one" : "hace {0} día", + "other" : "hace {0} días" + }, + "current" : "hoy" + }, + "minute" : { + "past" : "hace {0} min", + "current" : "este minuto", + "future" : "dentro de {0} min" + }, + "year" : { + "next" : "el próximo año", + "future" : "dentro de {0} a", + "previous" : "el año pasado", + "current" : "este año", + "past" : "hace {0} a" + }, + "now" : "ahora", + "quarter" : { + "previous" : "el trimestre pasado", + "next" : "el próximo trimestre", + "future" : "dentro de {0} trim.", + "current" : "este trimestre", + "past" : "hace {0} trim." + } + }, + "long" : { + "minute" : { + "past" : { + "one" : "hace {0} minuto", + "other" : "hace {0} minutos" + }, + "future" : { + "one" : "dentro de {0} minuto", + "other" : "dentro de {0} minutos" + }, + "current" : "este minuto" + }, + "month" : { + "past" : { + "other" : "hace {0} meses", + "one" : "hace {0} mes" + }, + "next" : "el mes próximo", + "previous" : "el mes pasado", + "current" : "este mes", + "future" : { + "one" : "dentro de {0} mes", + "other" : "dentro de {0} meses" + } + }, + "hour" : { + "future" : { + "other" : "dentro de {0} horas", + "one" : "dentro de {0} hora" + }, + "current" : "esta hora", + "past" : { + "one" : "hace {0} hora", + "other" : "hace {0} horas" + } + }, + "second" : { + "past" : { + "other" : "hace {0} segundos", + "one" : "hace {0} segundo" + }, + "future" : { + "one" : "dentro de {0} segundo", + "other" : "dentro de {0} segundos" + }, + "current" : "ahora" + }, + "now" : "ahora", + "year" : { + "future" : { + "one" : "dentro de {0} año", + "other" : "dentro de {0} años" + }, + "previous" : "el año pasado", + "current" : "este año", + "next" : "el año próximo", + "past" : { + "one" : "hace {0} año", + "other" : "hace {0} años" + } + }, + "week" : { + "future" : { + "other" : "dentro de {0} semanas", + "one" : "dentro de {0} semana" + }, + "current" : "esta semana", + "previous" : "la semana pasada", + "next" : "la semana próxima", + "past" : { + "one" : "hace {0} semana", + "other" : "hace {0} semanas" + } + }, + "quarter" : { + "past" : { + "one" : "hace {0} trimestre", + "other" : "hace {0} trimestres" + }, + "future" : { + "other" : "dentro de {0} trimestres", + "one" : "dentro de {0} trimestre" + }, + "next" : "el próximo trimestre", + "current" : "este trimestre", + "previous" : "el trimestre pasado" + }, + "day" : { + "current" : "hoy", + "past" : { + "other" : "hace {0} días", + "one" : "hace {0} día" + }, + "future" : { + "one" : "dentro de {0} día", + "other" : "dentro de {0} días" + }, + "next" : "mañana", + "previous" : "ayer" + } + }, + "short" : { + "hour" : { + "past" : "hace {0} h", + "current" : "esta hora", + "future" : "dentro de {0} h" + }, + "now" : "ahora", + "quarter" : { + "current" : "este trimestre", + "future" : "dentro de {0} trim.", + "past" : "hace {0} trim.", + "next" : "el próximo trimestre", + "previous" : "el trimestre pasado" + }, + "day" : { + "current" : "hoy", + "past" : { + "other" : "hace {0} días", + "one" : "hace {0} día" + }, + "future" : { + "one" : "dentro de {0} día", + "other" : "dentro de {0} días" + }, + "next" : "mañana", + "previous" : "ayer" + }, + "week" : { + "current" : "esta semana", + "past" : "hace {0} sem.", + "future" : "dentro de {0} sem.", + "next" : "la semana próxima", + "previous" : "la semana pasada" + }, + "minute" : { + "current" : "este minuto", + "past" : "hace {0} min", + "future" : "dentro de {0} min" + }, + "second" : { + "future" : "dentro de {0} s", + "current" : "ahora", + "past" : "hace {0} s" + }, + "month" : { + "current" : "este mes", + "future" : "dentro de {0} m", + "previous" : "el mes pasado", + "next" : "el próximo mes", + "past" : "hace {0} m" + }, + "year" : { + "future" : "dentro de {0} a", + "previous" : "el año pasado", + "next" : "el próximo año", + "current" : "este año", + "past" : "hace {0} a" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/et.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/et.json new file mode 100644 index 0000000..b98d740 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/et.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "year" : { + "future" : "{0} a pärast", + "previous" : "eelmine aasta", + "next" : "järgmine aasta", + "current" : "käesolev aasta", + "past" : "{0} a eest" + }, + "week" : { + "past" : "{0} näd eest", + "previous" : "eelmine nädal", + "future" : "{0} näd pärast", + "current" : "käesolev nädal", + "next" : "järgmine nädal" + }, + "hour" : { + "past" : "{0} t eest", + "future" : "{0} t pärast", + "current" : "praegusel tunnil" + }, + "quarter" : { + "current" : "käesolev kv", + "previous" : "eelmine kv", + "future" : "{0} kv pärast", + "past" : "{0} kv eest", + "next" : "järgmine kv" + }, + "second" : { + "future" : "{0} s pärast", + "current" : "nüüd", + "past" : "{0} s eest" + }, + "month" : { + "current" : "käesolev kuu", + "future" : "{0} k pärast", + "past" : "{0} k eest", + "next" : "järgmine kuu", + "previous" : "eelmine kuu" + }, + "day" : { + "previous" : "eile", + "future" : "{0} p pärast", + "next" : "homme", + "current" : "täna", + "past" : "{0} p eest" + }, + "minute" : { + "future" : "{0} min pärast", + "current" : "praegusel minutil", + "past" : "{0} min eest" + }, + "now" : "nüüd" + }, + "long" : { + "quarter" : { + "next" : "järgmine kvartal", + "current" : "käesolev kvartal", + "previous" : "eelmine kvartal", + "past" : "{0} kvartali eest", + "future" : "{0} kvartali pärast" + }, + "now" : "nüüd", + "year" : { + "previous" : "eelmine aasta", + "past" : "{0} aasta eest", + "future" : "{0} aasta pärast", + "next" : "järgmine aasta", + "current" : "käesolev aasta" + }, + "month" : { + "previous" : "eelmine kuu", + "current" : "käesolev kuu", + "future" : "{0} kuu pärast", + "past" : "{0} kuu eest", + "next" : "järgmine kuu" + }, + "day" : { + "previous" : "eile", + "future" : "{0} päeva pärast", + "next" : "homme", + "past" : "{0} päeva eest", + "current" : "täna" + }, + "second" : { + "past" : "{0} sekundi eest", + "future" : "{0} sekundi pärast", + "current" : "nüüd" + }, + "week" : { + "past" : "{0} nädala eest", + "current" : "käesolev nädal", + "next" : "järgmine nädal", + "previous" : "eelmine nädal", + "future" : "{0} nädala pärast" + }, + "hour" : { + "future" : "{0} tunni pärast", + "current" : "praegusel tunnil", + "past" : "{0} tunni eest" + }, + "minute" : { + "current" : "praegusel minutil", + "past" : "{0} minuti eest", + "future" : "{0} minuti pärast" + } + }, + "short" : { + "second" : { + "current" : "nüüd", + "past" : "{0} sek eest", + "future" : "{0} sek pärast" + }, + "now" : "nüüd", + "month" : { + "future" : "{0} kuu pärast", + "current" : "käesolev kuu", + "past" : "{0} kuu eest", + "previous" : "eelmine kuu", + "next" : "järgmine kuu" + }, + "day" : { + "previous" : "eile", + "current" : "täna", + "next" : "homme", + "future" : "{0} p pärast", + "past" : "{0} p eest" + }, + "minute" : { + "current" : "praegusel minutil", + "future" : "{0} min pärast", + "past" : "{0} min eest" + }, + "quarter" : { + "past" : "{0} kv eest", + "previous" : "eelmine kv", + "current" : "käesolev kv", + "future" : "{0} kv pärast", + "next" : "järgmine kv" + }, + "hour" : { + "current" : "praegusel tunnil", + "future" : "{0} t pärast", + "past" : "{0} t eest" + }, + "week" : { + "future" : "{0} näd pärast", + "previous" : "eelmine nädal", + "next" : "järgmine nädal", + "past" : "{0} näd eest", + "current" : "käesolev nädal" + }, + "year" : { + "next" : "järgmine aasta", + "current" : "käesolev aasta", + "past" : "{0} a eest", + "future" : "{0} a pärast", + "previous" : "eelmine aasta" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/eu.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/eu.json new file mode 100644 index 0000000..7f5b766 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/eu.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "year" : { + "current" : "aurten", + "past" : "Duela {0} urte", + "future" : "{0} urte barru", + "next" : "hurrengo urtea", + "previous" : "aurreko urtea" + }, + "minute" : { + "future" : "{0} minutu barru", + "current" : "minutu honetan", + "past" : "Duela {0} minutu" + }, + "day" : { + "past" : "Duela {0} egun", + "future" : "{0} egun barru", + "current" : "gaur", + "previous" : "atzo", + "next" : "bihar" + }, + "second" : { + "future" : "{0} segundo barru", + "current" : "orain", + "past" : "Duela {0} segundo" + }, + "now" : "orain", + "month" : { + "next" : "hurrengo hilabetean", + "future" : "{0} hilabete barru", + "previous" : "aurreko hilabetean", + "current" : "hilabete honetan", + "past" : "Duela {0} hilabete" + }, + "week" : { + "previous" : "aurreko astean", + "next" : "hurrengo astean", + "future" : "{0} aste barru", + "current" : "aste honetan", + "past" : "Duela {0} aste" + }, + "quarter" : { + "current" : "hiruhileko hau", + "past" : "Duela {0} hiruhileko", + "future" : "{0} hiruhileko barru", + "next" : "hurrengo hiruhilekoa", + "previous" : "aurreko hiruhilekoa" + }, + "hour" : { + "current" : "ordu honetan", + "past" : "Duela {0} ordu", + "future" : "{0} ordu barru" + } + }, + "short" : { + "hour" : { + "future" : "{0} ordu barru", + "current" : "ordu honetan", + "past" : "Duela {0} ordu" + }, + "now" : "orain", + "quarter" : { + "future" : "{0} hiruhileko barru", + "previous" : "aurreko hiruhilekoa", + "next" : "hurrengo hiruhilekoa", + "past" : "Duela {0} hiruhileko", + "current" : "hiruhileko hau" + }, + "day" : { + "current" : "gaur", + "future" : "{0} egun barru", + "past" : "Duela {0} egun", + "next" : "bihar", + "previous" : "atzo" + }, + "week" : { + "future" : "{0} aste barru", + "previous" : "aurreko astean", + "next" : "hurrengo astean", + "current" : "aste honetan", + "past" : "Duela {0} aste" + }, + "minute" : { + "past" : "Duela {0} minutu", + "future" : "{0} minutu barru", + "current" : "minutu honetan" + }, + "second" : { + "past" : "Duela {0} segundo", + "current" : "orain", + "future" : "{0} segundo barru" + }, + "month" : { + "current" : "hilabete honetan", + "previous" : "aurreko hilabetean", + "next" : "hurrengo hilabetean", + "past" : "Duela {0} hilabete", + "future" : "{0} hilabete barru" + }, + "year" : { + "current" : "aurten", + "future" : "{0} urte barru", + "previous" : "aurreko urtea", + "next" : "hurrengo urtea", + "past" : "Duela {0} urte" + } + }, + "long" : { + "quarter" : { + "previous" : "aurreko hiruhilekoa", + "current" : "hiruhileko hau", + "future" : "{0} hiruhileko barru", + "next" : "hurrengo hiruhilekoa", + "past" : "Duela {0} hiruhileko" + }, + "hour" : { + "future" : "{0} ordu barru", + "current" : "ordu honetan", + "past" : "Duela {0} ordu" + }, + "now" : "orain", + "week" : { + "current" : "aste honetan", + "next" : "hurrengo astean", + "previous" : "aurreko astean", + "future" : "{0} aste barru", + "past" : "Duela {0} aste" + }, + "second" : { + "past" : "Duela {0} segundo", + "current" : "orain", + "future" : "{0} segundo barru" + }, + "year" : { + "current" : "aurten", + "previous" : "iaz", + "past" : "Duela {0} urte", + "future" : "{0} urte barru", + "next" : "hurrengo urtean" + }, + "day" : { + "future" : "{0} egun barru", + "previous" : "atzo", + "past" : "Duela {0} egun", + "next" : "bihar", + "current" : "gaur" + }, + "minute" : { + "future" : "{0} minutu barru", + "past" : "Duela {0} minutu", + "current" : "minutu honetan" + }, + "month" : { + "future" : "{0} hilabete barru", + "next" : "hurrengo hilabetean", + "past" : "Duela {0} hilabete", + "previous" : "aurreko hilabetean", + "current" : "hilabete honetan" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fa.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fa.json new file mode 100644 index 0000000..064505c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fa.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "فردا", + "future" : "{0} روز بعد", + "previous" : "دیروز", + "current" : "امروز", + "past" : "{0} روز پیش" + }, + "quarter" : { + "next" : "سه‌ماههٔ آینده", + "past" : "{0} سه‌ماههٔ پیش", + "future" : "{0} سه‌ماههٔ بعد", + "previous" : "سه‌ماههٔ گذشته", + "current" : "سه‌ماههٔ کنونی" + }, + "hour" : { + "future" : "{0} ساعت بعد", + "current" : "همین ساعت", + "past" : "{0} ساعت پیش" + }, + "year" : { + "next" : "سال آینده", + "past" : "{0} سال پیش", + "current" : "امسال", + "previous" : "سال گذشته", + "future" : "{0} سال بعد" + }, + "now" : "اکنون", + "month" : { + "current" : "این ماه", + "future" : "{0} ماه بعد", + "past" : "{0} ماه پیش", + "next" : "ماه آینده", + "previous" : "ماه پیش" + }, + "week" : { + "previous" : "هفتهٔ گذشته", + "current" : "این هفته", + "past" : "{0} هفته پیش", + "future" : "{0} هفته بعد", + "next" : "هفتهٔ آینده" + }, + "minute" : { + "current" : "همین دقیقه", + "future" : "{0} دقیقه بعد", + "past" : "{0} دقیقه پیش" + }, + "second" : { + "past" : "{0} ثانیه پیش", + "current" : "اکنون", + "future" : "{0} ثانیه بعد" + } + }, + "long" : { + "day" : { + "previous" : "دیروز", + "current" : "امروز", + "next" : "فردا", + "past" : "{0} روز پیش", + "future" : "{0} روز بعد" + }, + "week" : { + "current" : "این هفته", + "future" : "{0} هفته بعد", + "past" : "{0} هفته پیش", + "previous" : "هفتهٔ گذشته", + "next" : "هفتهٔ آینده" + }, + "minute" : { + "past" : "{0} دقیقه پیش", + "current" : "همین دقیقه", + "future" : "{0} دقیقه بعد" + }, + "month" : { + "future" : "{0} ماه بعد", + "next" : "ماه آینده", + "previous" : "ماه گذشته", + "current" : "این ماه", + "past" : "{0} ماه پیش" + }, + "hour" : { + "past" : "{0} ساعت پیش", + "current" : "همین ساعت", + "future" : "{0} ساعت بعد" + }, + "year" : { + "past" : "{0} سال پیش", + "future" : "{0} سال بعد", + "previous" : "سال گذشته", + "next" : "سال آینده", + "current" : "امسال" + }, + "second" : { + "current" : "اکنون", + "past" : "{0} ثانیه پیش", + "future" : "{0} ثانیه بعد" + }, + "now" : "اکنون", + "quarter" : { + "past" : "{0} سه‌ماههٔ پیش", + "current" : "سه‌ماههٔ کنونی", + "previous" : "سه‌ماههٔ گذشته", + "future" : "{0} سه‌ماههٔ بعد", + "next" : "سه‌ماههٔ آینده" + } + }, + "short" : { + "quarter" : { + "future" : "{0} سه‌ماههٔ بعد", + "next" : "سه‌ماههٔ آینده", + "previous" : "سه‌ماههٔ گذشته", + "current" : "سه‌ماههٔ کنونی", + "past" : "{0} سه‌ماههٔ پیش" + }, + "minute" : { + "current" : "همین دقیقه", + "past" : "{0} دقیقه پیش", + "future" : "{0} دقیقه بعد" + }, + "year" : { + "next" : "سال آینده", + "future" : "{0} سال بعد", + "current" : "امسال", + "past" : "{0} سال پیش", + "previous" : "سال گذشته" + }, + "second" : { + "future" : "{0} ثانیه بعد", + "current" : "اکنون", + "past" : "{0} ثانیه پیش" + }, + "hour" : { + "past" : "{0} ساعت پیش", + "future" : "{0} ساعت بعد", + "current" : "همین ساعت" + }, + "now" : "اکنون", + "month" : { + "previous" : "ماه پیش", + "next" : "ماه آینده", + "past" : "{0} ماه پیش", + "current" : "این ماه", + "future" : "{0} ماه بعد" + }, + "week" : { + "previous" : "هفتهٔ گذشته", + "current" : "این هفته", + "next" : "هفتهٔ آینده", + "past" : "{0} هفته پیش", + "future" : "{0} هفته بعد" + }, + "day" : { + "next" : "فردا", + "past" : "{0} روز پیش", + "future" : "{0} روز بعد", + "previous" : "دیروز", + "current" : "امروز" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fi.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fi.json new file mode 100644 index 0000000..fd09969 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fi.json @@ -0,0 +1,188 @@ +{ + "long" : { + "minute" : { + "past" : { + "other" : "{0} minuuttia sitten", + "one" : "{0} minuutti sitten" + }, + "future" : "{0} minuutin päästä", + "current" : "tämän minuutin aikana" + }, + "year" : { + "future" : "{0} vuoden päästä", + "current" : "tänä vuonna", + "previous" : "viime vuonna", + "next" : "ensi vuonna", + "past" : { + "one" : "{0} vuosi sitten", + "other" : "{0} vuotta sitten" + } + }, + "quarter" : { + "past" : { + "one" : "{0} neljännesvuosi sitten", + "other" : "{0} neljännesvuotta sitten" + }, + "next" : "ensi neljännesvuonna", + "previous" : "viime neljännesvuonna", + "future" : "{0} neljännesvuoden päästä", + "current" : "tänä neljännesvuonna" + }, + "week" : { + "future" : "{0} viikon päästä", + "past" : { + "other" : "{0} viikkoa sitten", + "one" : "{0} viikko sitten" + }, + "previous" : "viime viikolla", + "current" : "tällä viikolla", + "next" : "ensi viikolla" + }, + "hour" : { + "past" : { + "other" : "{0} tuntia sitten", + "one" : "{0} tunti sitten" + }, + "future" : "{0} tunnin päästä", + "current" : "tämän tunnin aikana" + }, + "month" : { + "previous" : "viime kuussa", + "next" : "ensi kuussa", + "future" : "{0} kuukauden päästä", + "past" : { + "one" : "{0} kuukausi sitten", + "other" : "{0} kuukautta sitten" + }, + "current" : "tässä kuussa" + }, + "second" : { + "current" : "nyt", + "past" : { + "one" : "{0} sekunti sitten", + "other" : "{0} sekuntia sitten" + }, + "future" : "{0} sekunnin päästä" + }, + "now" : "nyt", + "day" : { + "next" : "huomenna", + "future" : "{0} päivän päästä", + "previous" : "eilen", + "current" : "tänään", + "past" : { + "other" : "{0} päivää sitten", + "one" : "{0} päivä sitten" + } + } + }, + "short" : { + "month" : { + "future" : "{0} kk päästä", + "previous" : "viime kk", + "current" : "tässä kk", + "next" : "ensi kk", + "past" : "{0} kk sitten" + }, + "week" : { + "previous" : "viime vk", + "current" : "tällä vk", + "future" : "{0} vk päästä", + "past" : "{0} vk sitten", + "next" : "ensi vk" + }, + "hour" : { + "future" : "{0} t päästä", + "current" : "tunnin sisällä", + "past" : "{0} t sitten" + }, + "quarter" : { + "next" : "ensi neljänneksenä", + "previous" : "viime neljänneksenä", + "current" : "tänä neljänneksenä", + "past" : { + "other" : "{0} neljännestä sitten", + "one" : "{0} neljännes sitten" + }, + "future" : "{0} neljänneksen päästä" + }, + "minute" : { + "past" : "{0} min sitten", + "future" : "{0} min päästä", + "current" : "minuutin sisällä" + }, + "now" : "nyt", + "day" : { + "past" : "{0} pv sitten", + "previous" : "eilen", + "current" : "tänään", + "next" : "huom.", + "future" : "{0} pv päästä" + }, + "year" : { + "current" : "tänä v", + "previous" : "viime v", + "future" : "{0} v päästä", + "past" : "{0} v sitten", + "next" : "ensi v" + }, + "second" : { + "current" : "nyt", + "past" : "{0} s sitten", + "future" : "{0} s päästä" + } + }, + "narrow" : { + "day" : { + "next" : "huom.", + "current" : "tänään", + "future" : "{0} pv päästä", + "past" : "{0} pv sitten", + "previous" : "eilen" + }, + "week" : { + "current" : "tällä vk", + "next" : "ensi vk", + "previous" : "viime vk", + "past" : "{0} vk sitten", + "future" : "{0} vk päästä" + }, + "quarter" : { + "past" : "{0} nelj. sitten", + "future" : "{0} nelj. päästä", + "previous" : "viime nelj.", + "current" : "tänä nelj.", + "next" : "ensi nelj." + }, + "month" : { + "previous" : "viime kk", + "current" : "tässä kk", + "next" : "ensi kk", + "past" : "{0} kk sitten", + "future" : "{0} kk päästä" + }, + "hour" : { + "future" : "{0} t päästä", + "past" : "{0} t sitten", + "current" : "tunnin sisällä" + }, + "year" : { + "current" : "tänä v", + "past" : "{0} v sitten", + "future" : "{0} v päästä", + "next" : "ensi v", + "previous" : "viime v" + }, + "now" : "nyt", + "minute" : { + "past" : "{0} min sitten", + "current" : "minuutin sisällä", + "future" : "{0} min päästä" + }, + "second" : { + "past" : "{0} s sitten", + "future" : "{0} s päästä", + "current" : "nyt" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fil.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fil.json new file mode 100644 index 0000000..7853220 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fil.json @@ -0,0 +1,296 @@ +{ + "narrow" : { + "hour" : { + "current" : "ngayong oras", + "past" : { + "one" : "{0} oras nakalipas", + "other" : "{0} (na) oras nakalipas" + }, + "future" : { + "other" : "sa {0} (na) oras", + "one" : "sa {0} oras" + } + }, + "week" : { + "previous" : "nakaraang linggo", + "past" : { + "one" : "{0} linggo ang nakalipas", + "other" : "{0} (na) linggo ang nakalipas" + }, + "future" : { + "other" : "sa {0} (na) linggo", + "one" : "sa {0} linggo" + }, + "next" : "susunod na linggo", + "current" : "ngayong linggo" + }, + "minute" : { + "future" : { + "one" : "sa {0} min.", + "other" : "sa {0} (na) min." + }, + "past" : { + "one" : "{0} min. ang nakalipas", + "other" : "{0} (na) min. ang nakalipas" + }, + "current" : "sa minutong ito" + }, + "quarter" : { + "future" : { + "other" : "sa {0} (na) quarter", + "one" : "sa {0} quarter" + }, + "next" : "susunod na quarter", + "current" : "ngayong quarter", + "previous" : "nakaraang quarter", + "past" : { + "other" : "{0} (na) quarter ang nakalipas", + "one" : "{0} quarter ang nakalipas" + } + }, + "year" : { + "current" : "ngayong taon", + "past" : { + "one" : "{0} taon ang nakalipas", + "other" : "{0} (na) taon ang nakalipas" + }, + "future" : { + "one" : "sa {0} taon", + "other" : "sa {0} (na) taon" + }, + "next" : "susunod na taon", + "previous" : "nakaraang taon" + }, + "month" : { + "previous" : "nakaraang buwan", + "current" : "ngayong buwan", + "next" : "susunod na buwan", + "past" : { + "one" : "{0} buwan ang nakalipas", + "other" : "{0} (na) buwan ang nakalipas" + }, + "future" : { + "other" : "sa {0} (na) buwan", + "one" : "sa {0} buwan" + } + }, + "day" : { + "next" : "bukas", + "previous" : "kahapon", + "past" : { + "other" : "{0} (na) araw ang nakalipas", + "one" : "{0} araw ang nakalipas" + }, + "current" : "ngayong araw", + "future" : { + "one" : "sa {0} araw", + "other" : "sa {0} (na) araw" + } + }, + "now" : "ngayon", + "second" : { + "current" : "ngayon", + "past" : { + "one" : "{0} seg. nakalipas", + "other" : "{0} (na) seg. nakalipas" + }, + "future" : { + "one" : "sa {0} seg.", + "other" : "sa {0} (na) seg." + } + } + }, + "long" : { + "week" : { + "current" : "sa linggong ito", + "next" : "susunod na linggo", + "past" : { + "one" : "{0} linggo ang nakalipas", + "other" : "{0} (na) linggo ang nakalipas" + }, + "previous" : "nakalipas na linggo", + "future" : { + "one" : "sa {0} linggo", + "other" : "sa {0} (na) linggo" + } + }, + "quarter" : { + "current" : "ngayong quarter", + "past" : { + "one" : "{0} quarter ang nakalipas", + "other" : "{0} (na) quarter ang nakalipas" + }, + "previous" : "nakaraang quarter", + "future" : { + "one" : "sa {0} quarter", + "other" : "sa {0} (na) quarter" + }, + "next" : "susunod na quarter" + }, + "second" : { + "future" : { + "one" : "sa {0} segundo", + "other" : "sa {0} (na) segundo" + }, + "past" : { + "other" : "{0} (na) segundo ang nakalipas", + "one" : "{0} segundo ang nakalipas" + }, + "current" : "ngayon" + }, + "day" : { + "current" : "ngayong araw", + "future" : { + "one" : "sa {0} araw", + "other" : "sa {0} (na) araw" + }, + "previous" : "kahapon", + "past" : { + "one" : "{0} araw ang nakalipas", + "other" : "{0} (na) araw ang nakalipas" + }, + "next" : "bukas" + }, + "minute" : { + "current" : "sa minutong ito", + "past" : { + "other" : "{0} (na) minuto ang nakalipas", + "one" : "{0} minuto ang nakalipas" + }, + "future" : { + "other" : "sa {0} (na) minuto", + "one" : "sa {0} minuto" + } + }, + "month" : { + "next" : "susunod na buwan", + "previous" : "nakaraang buwan", + "past" : { + "one" : "{0} buwan ang nakalipas", + "other" : "{0} (na) buwan ang nakalipas" + }, + "future" : { + "other" : "sa {0} (na) buwan", + "one" : "sa {0} buwan" + }, + "current" : "ngayong buwan" + }, + "now" : "ngayon", + "year" : { + "previous" : "nakaraang taon", + "past" : { + "one" : "{0} taon ang nakalipas", + "other" : "{0} (na) taon ang nakalipas" + }, + "current" : "ngayong taon", + "next" : "susunod na taon", + "future" : { + "one" : "sa {0} taon", + "other" : "sa {0} (na) taon" + } + }, + "hour" : { + "past" : { + "other" : "{0} (na) oras ang nakalipas", + "one" : "{0} oras ang nakalipas" + }, + "current" : "ngayong oras", + "future" : { + "other" : "sa {0} (na) oras", + "one" : "sa {0} oras" + } + } + }, + "short" : { + "minute" : { + "current" : "sa minutong ito", + "future" : { + "other" : "sa {0} (na) min.", + "one" : "sa {0} min." + }, + "past" : { + "other" : "{0} (na) min. ang nakalipas", + "one" : "{0} min. ang nakalipas" + } + }, + "second" : { + "past" : { + "other" : "{0} (na) seg. nakalipas", + "one" : "{0} seg. ang nakalipas" + }, + "current" : "ngayon", + "future" : { + "one" : "sa {0} seg.", + "other" : "sa {0} (na) seg." + } + }, + "year" : { + "next" : "susunod na taon", + "current" : "ngayong taon", + "past" : { + "one" : "{0} taon ang nakalipas", + "other" : "{0} (na) taon ang nakalipas" + }, + "previous" : "nakaraang taon", + "future" : { + "one" : "sa {0} taon", + "other" : "sa {0} (na) taon" + } + }, + "month" : { + "past" : { + "other" : "{0} (na) buwan ang nakalipas", + "one" : "{0} buwan ang nakalipas" + }, + "next" : "susunod na buwan", + "future" : { + "one" : "sa {0} buwan", + "other" : "sa {0} (na) buwan" + }, + "previous" : "nakaraang buwan", + "current" : "ngayong buwan" + }, + "day" : { + "previous" : "kahapon", + "past" : "{0} (na) araw ang nakalipas", + "current" : "ngayong araw", + "next" : "bukas", + "future" : "sa {0} (na) araw" + }, + "now" : "ngayon", + "hour" : { + "current" : "ngayong oras", + "future" : { + "one" : "sa {0} oras", + "other" : "sa {0} (na) oras" + }, + "past" : { + "other" : "{0} (na) oras ang nakalipas", + "one" : "{0} oras ang nakalipas" + } + }, + "quarter" : { + "next" : "susunod na quarter", + "previous" : "nakaraang quarter", + "past" : { + "one" : "{0} quarter ang nakalipas", + "other" : "{0} (na) quarter ang nakalipas" + }, + "future" : "sa {0} (na) quarter", + "current" : "ngayong quarter" + }, + "week" : { + "next" : "susunod na linggo", + "previous" : "nakaraang linggo", + "past" : { + "one" : "{0} linggo ang nakalipas", + "other" : "{0} (na) linggo ang nakalipas" + }, + "current" : "ngayong linggo", + "future" : { + "one" : "sa {0} linggo", + "other" : "sa {0} (na) linggo" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fo.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fo.json new file mode 100644 index 0000000..cf85ade --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fo.json @@ -0,0 +1,197 @@ +{ + "narrow" : { + "year" : { + "future" : "um {0} ár", + "previous" : "í fjør", + "next" : "næsta ár", + "current" : "í ár", + "past" : "{0} ár síðan" + }, + "week" : { + "past" : "{0} v. síðan", + "previous" : "seinastu viku", + "future" : "um {0} v.", + "current" : "hesu viku", + "next" : "næstu viku" + }, + "hour" : { + "current" : "hendan tíman", + "future" : "um {0} t.", + "past" : "{0} t. síðan" + }, + "quarter" : { + "current" : "hendan ársfjórðingin", + "previous" : "seinasta ársfjórðing", + "future" : "um {0} ársfj.", + "past" : "{0} ársfj. síðan", + "next" : "næsta ársfjórðing" + }, + "second" : { + "past" : "{0} s. síðan", + "future" : "um {0} s.", + "current" : "nú" + }, + "month" : { + "current" : "henda mánaðin", + "future" : "um {0} mnð.", + "past" : "{0} mnð. síðan", + "next" : "næsta mánað", + "previous" : "seinasta mánað" + }, + "day" : { + "previous" : "í gjár", + "future" : "um {0} d.", + "next" : "í morgin", + "current" : "í dag", + "past" : "{0} d. síðan" + }, + "minute" : { + "past" : "{0} m. síðan", + "future" : "um {0} m.", + "current" : "hendan minuttin" + }, + "now" : "nú" + }, + "long" : { + "month" : { + "previous" : "seinasta mánað", + "past" : { + "one" : "{0} mánað síðan", + "other" : "{0} mánaðir síðan" + }, + "next" : "næsta mánað", + "current" : "henda mánaðin", + "future" : { + "other" : "um {0} mánaðir", + "one" : "um {0} mánað" + } + }, + "minute" : { + "current" : "hendan minuttin", + "future" : { + "one" : "um {0} minutt", + "other" : "um {0} minuttir" + }, + "past" : { + "one" : "{0} minutt síðan", + "other" : "{0} minuttir síðan" + } + }, + "quarter" : { + "next" : "næsta ársfjórðing", + "past" : { + "one" : "{0} ársfjórðing síðan", + "other" : "{0} ársfjórðingar síðan" + }, + "future" : { + "one" : "um {0} ársfjórðing", + "other" : "um {0} ársfjórðingar" + }, + "current" : "hendan ársfjórðingin", + "previous" : "seinasta ársfjórðing" + }, + "week" : { + "next" : "næstu viku", + "previous" : "seinastu viku", + "future" : { + "other" : "um {0} vikur", + "one" : "um {0} viku" + }, + "past" : { + "one" : "{0} vika síðan", + "other" : "{0} vikur síðan" + }, + "current" : "hesu viku" + }, + "day" : { + "previous" : "í gjár", + "past" : { + "one" : "{0} dagur síðan", + "other" : "{0} dagar síðan" + }, + "future" : { + "other" : "um {0} dagar", + "one" : "um {0} dag" + }, + "current" : "í dag", + "next" : "í morgin" + }, + "hour" : { + "future" : { + "one" : "um {0} tíma", + "other" : "um {0} tímar" + }, + "current" : "hendan tíman", + "past" : { + "one" : "{0} tími síðan", + "other" : "{0} tímar síðan" + } + }, + "year" : { + "current" : "í ár", + "future" : "um {0} ár", + "next" : "næsta ár", + "past" : "{0} ár síðan", + "previous" : "í fjør" + }, + "second" : { + "future" : "um {0} sekund", + "current" : "nú", + "past" : "{0} sekund síðan" + }, + "now" : "nú" + }, + "short" : { + "second" : { + "current" : "nú", + "past" : "{0} sek. síðan", + "future" : "um {0} sek." + }, + "now" : "nú", + "month" : { + "future" : "um {0} mnð.", + "current" : "henda mánaðin", + "past" : "{0} mnð. síðan", + "previous" : "seinasta mánað", + "next" : "næsta mánað" + }, + "day" : { + "previous" : "í gjár", + "current" : "í dag", + "next" : "í morgin", + "future" : "um {0} da.", + "past" : "{0} da. síðan" + }, + "minute" : { + "past" : "{0} min. síðan", + "future" : "um {0} min.", + "current" : "hendan minuttin" + }, + "quarter" : { + "past" : "{0} ársfj. síðan", + "previous" : "seinasta ársfjórðing", + "current" : "hendan ársfjórðingin", + "future" : "um {0} ársfj.", + "next" : "næsta ársfjórðing" + }, + "hour" : { + "future" : "um {0} t.", + "current" : "hendan tíman", + "past" : "{0} t. síðan" + }, + "week" : { + "future" : "um {0} vi.", + "previous" : "seinastu viku", + "next" : "næstu viku", + "past" : "{0} vi. síðan", + "current" : "hesu viku" + }, + "year" : { + "next" : "næsta ár", + "current" : "í ár", + "past" : "{0} ár síðan", + "future" : "um {0} ár", + "previous" : "í fjør" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr.json new file mode 100644 index 0000000..4901fbc --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr.json @@ -0,0 +1,203 @@ +{ + "narrow" : { + "day" : { + "next" : "demain", + "future" : "+{0} j", + "previous" : "hier", + "current" : "aujourd’hui", + "past" : "-{0} j" + }, + "quarter" : { + "next" : "le trimestre prochain", + "past" : "-{0} trim.", + "future" : "+{0} trim.", + "previous" : "le trimestre dernier", + "current" : "ce trimestre" + }, + "hour" : { + "past" : "-{0} h", + "future" : "+{0} h", + "current" : "cette heure-ci" + }, + "year" : { + "next" : "l’année prochaine", + "past" : "-{0} a", + "current" : "cette année", + "previous" : "l’année dernière", + "future" : "+{0} a" + }, + "now" : "maintenant", + "month" : { + "current" : "ce mois-ci", + "future" : "+{0} m.", + "past" : "-{0} m.", + "next" : "le mois prochain", + "previous" : "le mois dernier" + }, + "week" : { + "previous" : "la semaine dernière", + "current" : "cette semaine", + "past" : "-{0} sem.", + "future" : "+{0} sem.", + "next" : "la semaine prochaine" + }, + "minute" : { + "current" : "cette minute-ci", + "past" : "-{0} min", + "future" : "+{0} min" + }, + "second" : { + "current" : "maintenant", + "past" : "-{0} s", + "future" : "+{0} s" + } + }, + "long" : { + "quarter" : { + "next" : "le trimestre prochain", + "future" : { + "other" : "dans {0} trimestres", + "one" : "dans {0} trimestre" + }, + "previous" : "le trimestre dernier", + "current" : "ce trimestre", + "past" : { + "other" : "il y a {0} trimestres", + "one" : "il y a {0} trimestre" + } + }, + "hour" : { + "future" : { + "other" : "dans {0} heures", + "one" : "dans {0} heure" + }, + "past" : { + "one" : "il y a {0} heure", + "other" : "il y a {0} heures" + }, + "current" : "cette heure-ci" + }, + "minute" : { + "past" : { + "one" : "il y a {0} minute", + "other" : "il y a {0} minutes" + }, + "future" : { + "one" : "dans {0} minute", + "other" : "dans {0} minutes" + }, + "current" : "cette minute-ci" + }, + "now" : "maintenant", + "month" : { + "next" : "le mois prochain", + "previous" : "le mois dernier", + "future" : "dans {0} mois", + "current" : "ce mois-ci", + "past" : "il y a {0} mois" + }, + "day" : { + "next" : "demain", + "future" : { + "one" : "dans {0} jour", + "other" : "dans {0} jours" + }, + "past" : { + "one" : "il y a {0} jour", + "other" : "il y a {0} jours" + }, + "current" : "aujourd’hui", + "previous" : "hier" + }, + "year" : { + "future" : { + "one" : "dans {0} an", + "other" : "dans {0} ans" + }, + "previous" : "l’année dernière", + "next" : "l’année prochaine", + "current" : "cette année", + "past" : { + "other" : "il y a {0} ans", + "one" : "il y a {0} an" + } + }, + "week" : { + "next" : "la semaine prochaine", + "past" : { + "one" : "il y a {0} semaine", + "other" : "il y a {0} semaines" + }, + "previous" : "la semaine dernière", + "current" : "cette semaine", + "future" : { + "one" : "dans {0} semaine", + "other" : "dans {0} semaines" + } + }, + "second" : { + "future" : { + "one" : "dans {0} seconde", + "other" : "dans {0} secondes" + }, + "current" : "maintenant", + "past" : { + "other" : "il y a {0} secondes", + "one" : "il y a {0} seconde" + } + } + }, + "short" : { + "quarter" : { + "future" : "dans {0} trim.", + "next" : "le trimestre prochain", + "previous" : "le trimestre dernier", + "current" : "ce trimestre", + "past" : "il y a {0} trim." + }, + "minute" : { + "future" : "dans {0} min", + "current" : "cette minute-ci", + "past" : "il y a {0} min" + }, + "year" : { + "next" : "l’année prochaine", + "future" : "dans {0} a", + "current" : "cette année", + "past" : "il y a {0} a", + "previous" : "l’année dernière" + }, + "second" : { + "current" : "maintenant", + "past" : "il y a {0} s", + "future" : "dans {0} s" + }, + "hour" : { + "current" : "cette heure-ci", + "past" : "il y a {0} h", + "future" : "dans {0} h" + }, + "now" : "maintenant", + "month" : { + "previous" : "le mois dernier", + "next" : "le mois prochain", + "past" : "il y a {0} m.", + "current" : "ce mois-ci", + "future" : "dans {0} m." + }, + "week" : { + "previous" : "la semaine dernière", + "current" : "cette semaine", + "next" : "la semaine prochaine", + "past" : "il y a {0} sem.", + "future" : "dans {0} sem." + }, + "day" : { + "next" : "demain", + "past" : "il y a {0} j", + "future" : "dans {0} j", + "previous" : "hier", + "current" : "aujourd’hui" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr_CA.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr_CA.json new file mode 100644 index 0000000..6e50f6b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr_CA.json @@ -0,0 +1,206 @@ +{ + "long" : { + "quarter" : { + "past" : { + "one" : "il y a {0} trimestre", + "other" : "il y a {0} trimestres" + }, + "next" : "le trimestre prochain", + "previous" : "le trimestre dernier", + "current" : "ce trimestre-ci", + "future" : { + "one" : "dans {0} trimestre", + "other" : "dans {0} trimestres" + } + }, + "day" : { + "future" : { + "other" : "dans {0} jours", + "one" : "dans {0} jour" + }, + "previous" : "hier", + "past" : { + "other" : "il y a {0} jours", + "one" : "il y a {0} jour" + }, + "next" : "demain", + "current" : "aujourd’hui" + }, + "year" : { + "previous" : "l’année dernière", + "current" : "cette année", + "future" : { + "one" : "Dans {0} an", + "other" : "Dans {0} ans" + }, + "next" : "l’année prochaine", + "past" : { + "other" : "Il y a {0} ans", + "one" : "Il y a {0} an" + } + }, + "hour" : { + "future" : { + "one" : "dans {0} heure", + "other" : "dans {0} heures" + }, + "current" : "cette heure-ci", + "past" : { + "other" : "il y a {0} heures", + "one" : "il y a {0} heure" + } + }, + "second" : { + "past" : { + "one" : "il y a {0} seconde", + "other" : "il y a {0} secondes" + }, + "current" : "maintenant", + "future" : { + "other" : "dans {0} secondes", + "one" : "dans {0} seconde" + } + }, + "minute" : { + "past" : { + "one" : "il y a {0} minute", + "other" : "il y a {0} minutes" + }, + "current" : "cette minute-ci", + "future" : { + "one" : "dans {0} minute", + "other" : "dans {0} minutes" + } + }, + "month" : { + "current" : "ce mois-ci", + "next" : "le mois prochain", + "previous" : "le mois dernier", + "past" : "il y a {0} mois", + "future" : "dans {0} mois" + }, + "now" : "maintenant", + "week" : { + "past" : { + "one" : "il y a {0} semaine", + "other" : "il y a {0} semaines" + }, + "current" : "cette semaine", + "next" : "la semaine prochaine", + "previous" : "la semaine dernière", + "future" : { + "one" : "dans {0} semaine", + "other" : "dans {0} semaines" + } + } + }, + "narrow" : { + "week" : { + "current" : "cette semaine", + "next" : "la semaine prochaine", + "past" : "-{0} sem.", + "previous" : "la semaine dernière", + "future" : "+{0} sem." + }, + "minute" : { + "current" : "cette minute-ci", + "past" : "-{0} min", + "future" : "+{0} min" + }, + "month" : { + "current" : "ce mois-ci", + "previous" : "le mois dernier", + "past" : "-{0} m.", + "next" : "le mois prochain", + "future" : "+{0} m." + }, + "now" : "maintenant", + "year" : { + "current" : "cette année", + "next" : "l’année prochaine", + "past" : "-{0} a", + "future" : "+{0} a", + "previous" : "l’année dernière" + }, + "hour" : { + "current" : "cette heure-ci", + "future" : "+{0} h", + "past" : "-{0} h" + }, + "quarter" : { + "previous" : "le trimestre dernier", + "current" : "ce trimestre-ci", + "past" : "-{0} trim.", + "future" : "+{0} trim.", + "next" : "le trimestre prochain" + }, + "second" : { + "past" : "-{0} s", + "future" : { + "one" : "+ {0} s", + "other" : "+{0} s" + }, + "current" : "maintenant" + }, + "day" : { + "past" : "-{0} j", + "current" : "aujourd’hui", + "future" : "+{0} j", + "previous" : "hier", + "next" : "demain" + } + }, + "short" : { + "month" : { + "previous" : "le mois dernier", + "current" : "ce mois-ci", + "next" : "le mois prochain", + "past" : "il y a {0} m.", + "future" : "dans {0} m." + }, + "now" : "maintenant", + "day" : { + "next" : "demain", + "current" : "aujourd’hui", + "previous" : "hier", + "past" : "il y a {0} j", + "future" : "dans {0} j" + }, + "year" : { + "current" : "cette année", + "future" : "dans {0} a", + "previous" : "l’année dernière", + "next" : "l’année prochaine", + "past" : "il y a {0} a" + }, + "hour" : { + "future" : "dans {0} h", + "current" : "cette heure-ci", + "past" : "il y a {0} h" + }, + "minute" : { + "past" : "il y a {0} min", + "future" : "dans {0} min", + "current" : "cette minute-ci" + }, + "second" : { + "past" : "il y a {0} s", + "current" : "maintenant", + "future" : "dans {0} s" + }, + "quarter" : { + "future" : "dans {0} trim.", + "previous" : "le trimestre dernier", + "next" : "le trimestre prochain", + "past" : "il y a {0} trim.", + "current" : "ce trimestre-ci" + }, + "week" : { + "next" : "la semaine prochaine", + "past" : "il y a {0} sem.", + "current" : "cette semaine", + "previous" : "la semaine dernière", + "future" : "dans {0} sem." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fur.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fur.json new file mode 100644 index 0000000..6f49556 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fur.json @@ -0,0 +1,269 @@ +{ + "short" : { + "day" : { + "next" : "doman", + "past" : { + "one" : "{0} zornade indaûr", + "other" : "{0} zornadis indaûr" + }, + "current" : "vuê", + "previous" : "îr", + "future" : { + "one" : "ca di {0} zornade", + "other" : "ca di {0} zornadis" + } + }, + "month" : { + "past" : "{0} mês indaûr", + "future" : "ca di {0} mês", + "next" : "next month", + "current" : "this month", + "previous" : "last month" + }, + "quarter" : { + "current" : "this quarter", + "past" : "-{0} Q", + "next" : "next quarter", + "previous" : "last quarter", + "future" : "+{0} Q" + }, + "hour" : { + "current" : "this hour", + "future" : { + "one" : "ca di {0} ore", + "other" : "ca di {0} oris" + }, + "past" : { + "other" : "{0} oris indaûr", + "one" : "{0} ore indaûr" + } + }, + "year" : { + "next" : "next year", + "previous" : "last year", + "past" : { + "other" : "{0} agns indaûr", + "one" : "{0} an indaûr" + }, + "current" : "this year", + "future" : { + "one" : "ca di {0} an", + "other" : "ca di {0} agns" + } + }, + "minute" : { + "current" : "this minute", + "future" : { + "one" : "ca di {0} minût", + "other" : "ca di {0} minûts" + }, + "past" : { + "other" : "{0} minûts indaûr", + "one" : "{0} minût indaûr" + } + }, + "now" : "now", + "week" : { + "next" : "next week", + "previous" : "last week", + "current" : "this week", + "past" : { + "one" : "{0} setemane indaûr", + "other" : "{0} setemanis indaûr" + }, + "future" : { + "other" : "ca di {0} setemanis", + "one" : "ca di {0} setemane" + } + }, + "second" : { + "current" : "now", + "future" : { + "one" : "ca di {0} secont", + "other" : "ca di {0} seconts" + }, + "past" : { + "one" : "{0} secont indaûr", + "other" : "{0} seconts indaûr" + } + } + }, + "long" : { + "hour" : { + "past" : { + "one" : "{0} ore indaûr", + "other" : "{0} oris indaûr" + }, + "future" : { + "one" : "ca di {0} ore", + "other" : "ca di {0} oris" + }, + "current" : "this hour" + }, + "now" : "now", + "quarter" : { + "future" : "+{0} Q", + "previous" : "last quarter", + "next" : "next quarter", + "current" : "this quarter", + "past" : "-{0} Q" + }, + "day" : { + "current" : "vuê", + "past" : { + "one" : "{0} zornade indaûr", + "other" : "{0} zornadis indaûr" + }, + "future" : { + "one" : "ca di {0} zornade", + "other" : "ca di {0} zornadis" + }, + "next" : "doman", + "previous" : "îr" + }, + "week" : { + "current" : "this week", + "future" : { + "one" : "ca di {0} setemane", + "other" : "ca di {0} setemanis" + }, + "previous" : "last week", + "next" : "next week", + "past" : { + "other" : "{0} setemanis indaûr", + "one" : "{0} setemane indaûr" + } + }, + "minute" : { + "future" : { + "one" : "ca di {0} minût", + "other" : "ca di {0} minûts" + }, + "past" : { + "other" : "{0} minûts indaûr", + "one" : "{0} minût indaûr" + }, + "current" : "this minute" + }, + "second" : { + "current" : "now", + "future" : { + "one" : "ca di {0} secont", + "other" : "ca di {0} seconts" + }, + "past" : { + "one" : "{0} secont indaûr", + "other" : "{0} seconts indaûr" + } + }, + "month" : { + "current" : "this month", + "future" : "ca di {0} mês", + "past" : "{0} mês indaûr", + "next" : "next month", + "previous" : "last month" + }, + "year" : { + "current" : "this year", + "past" : { + "one" : "{0} an indaûr", + "other" : "{0} agns indaûr" + }, + "next" : "next year", + "previous" : "last year", + "future" : { + "one" : "ca di {0} an", + "other" : "ca di {0} agns" + } + } + }, + "narrow" : { + "week" : { + "previous" : "last week", + "past" : { + "other" : "{0} setemanis indaûr", + "one" : "{0} setemane indaûr" + }, + "current" : "this week", + "future" : { + "other" : "ca di {0} setemanis", + "one" : "ca di {0} setemane" + }, + "next" : "next week" + }, + "hour" : { + "future" : { + "other" : "ca di {0} oris", + "one" : "ca di {0} ore" + }, + "current" : "this hour", + "past" : { + "one" : "{0} ore indaûr", + "other" : "{0} oris indaûr" + } + }, + "now" : "now", + "second" : { + "past" : { + "other" : "{0} seconts indaûr", + "one" : "{0} secont indaûr" + }, + "future" : { + "other" : "ca di {0} seconts", + "one" : "ca di {0} secont" + }, + "current" : "now" + }, + "month" : { + "previous" : "last month", + "next" : "next month", + "current" : "this month", + "past" : "{0} mês indaûr", + "future" : "ca di {0} mês" + }, + "day" : { + "previous" : "îr", + "current" : "vuê", + "next" : "doman", + "past" : { + "other" : "{0} zornadis indaûr", + "one" : "{0} zornade indaûr" + }, + "future" : { + "other" : "ca di {0} zornadis", + "one" : "ca di {0} zornade" + } + }, + "year" : { + "future" : { + "one" : "ca di {0} an", + "other" : "ca di {0} agns" + }, + "current" : "this year", + "past" : { + "other" : "{0} agns indaûr", + "one" : "{0} an indaûr" + }, + "previous" : "last year", + "next" : "next year" + }, + "quarter" : { + "past" : "-{0} Q", + "next" : "next quarter", + "previous" : "last quarter", + "current" : "this quarter", + "future" : "+{0} Q" + }, + "minute" : { + "current" : "this minute", + "past" : { + "other" : "{0} minûts indaûr", + "one" : "{0} minût indaûr" + }, + "future" : { + "other" : "ca di {0} minûts", + "one" : "ca di {0} minût" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fy.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fy.json new file mode 100644 index 0000000..2a55615 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fy.json @@ -0,0 +1,251 @@ +{ + "narrow" : { + "week" : { + "current" : "dizze wike", + "next" : "folgjende wike", + "future" : { + "other" : "Oer {0} wiken", + "one" : "Oer {0} wike" + }, + "past" : { + "one" : "{0} wike lyn", + "other" : "{0} wiken lyn" + }, + "previous" : "foarige wike" + }, + "month" : { + "past" : { + "one" : "{0} moanne lyn", + "other" : "{0} moannen lyn" + }, + "current" : "dizze moanne", + "future" : { + "one" : "Oer {0} moanne", + "other" : "Oer {0} moannen" + }, + "next" : "folgjende moanne", + "previous" : "foarige moanne" + }, + "quarter" : { + "next" : "next quarter", + "previous" : "last quarter", + "current" : "this quarter", + "past" : "-{0} Q", + "future" : "+{0} Q" + }, + "year" : { + "current" : "dit jier", + "next" : "folgjend jier", + "previous" : "foarich jier", + "past" : "{0} jier lyn", + "future" : "Oer {0} jier" + }, + "hour" : { + "past" : "{0} oere lyn", + "future" : "Oer {0} oere", + "current" : "this hour" + }, + "now" : "nu", + "day" : { + "current" : "vandaag", + "past" : { + "other" : "{0} deien lyn", + "one" : "{0} dei lyn" + }, + "previous" : "gisteren", + "next" : "morgen", + "future" : { + "one" : "Oer {0} dei", + "other" : "Oer {0} deien" + } + }, + "minute" : { + "current" : "this minute", + "past" : { + "other" : "{0} minuten lyn", + "one" : "{0} minút lyn" + }, + "future" : { + "other" : "Oer {0} minuten", + "one" : "Oer {0} minút" + } + }, + "second" : { + "future" : { + "one" : "Oer {0} sekonde", + "other" : "Oer {0} sekonden" + }, + "current" : "nu", + "past" : { + "one" : "{0} sekonde lyn", + "other" : "{0} sekonden lyn" + } + } + }, + "long" : { + "quarter" : { + "next" : "next quarter", + "current" : "this quarter", + "past" : "-{0} Q", + "previous" : "last quarter", + "future" : "+{0} Q" + }, + "now" : "nu", + "day" : { + "previous" : "gisteren", + "past" : { + "one" : "{0} dei lyn", + "other" : "{0} deien lyn" + }, + "current" : "vandaag", + "next" : "morgen", + "future" : { + "one" : "Oer {0} dei", + "other" : "Oer {0} deien" + } + }, + "month" : { + "next" : "folgjende moanne", + "previous" : "foarige moanne", + "past" : { + "other" : "{0} moannen lyn", + "one" : "{0} moanne lyn" + }, + "future" : { + "other" : "Oer {0} moannen", + "one" : "Oer {0} moanne" + }, + "current" : "dizze moanne" + }, + "second" : { + "past" : { + "one" : "{0} sekonde lyn", + "other" : "{0} sekonden lyn" + }, + "future" : { + "one" : "Oer {0} sekonde", + "other" : "Oer {0} sekonden" + }, + "current" : "nu" + }, + "year" : { + "previous" : "foarich jier", + "next" : "folgjend jier", + "future" : "Oer {0} jier", + "past" : "{0} jier lyn", + "current" : "dit jier" + }, + "week" : { + "future" : { + "one" : "Oer {0} wike", + "other" : "Oer {0} wiken" + }, + "current" : "dizze wike", + "past" : { + "other" : "{0} wiken lyn", + "one" : "{0} wike lyn" + }, + "next" : "folgjende wike", + "previous" : "foarige wike" + }, + "hour" : { + "past" : "{0} oere lyn", + "future" : "Oer {0} oere", + "current" : "this hour" + }, + "minute" : { + "future" : { + "one" : "Oer {0} minút", + "other" : "Oer {0} minuten" + }, + "past" : { + "one" : "{0} minút lyn", + "other" : "{0} minuten lyn" + }, + "current" : "this minute" + } + }, + "short" : { + "year" : { + "next" : "folgjend jier", + "future" : "Oer {0} jier", + "current" : "dit jier", + "past" : "{0} jier lyn", + "previous" : "foarich jier" + }, + "minute" : { + "current" : "this minute", + "past" : { + "one" : "{0} minút lyn", + "other" : "{0} minuten lyn" + }, + "future" : { + "one" : "Oer {0} minút", + "other" : "Oer {0} minuten" + } + }, + "week" : { + "future" : { + "other" : "Oer {0} wiken", + "one" : "Oer {0} wike" + }, + "next" : "folgjende wike", + "current" : "dizze wike", + "past" : { + "one" : "{0} wike lyn", + "other" : "{0} wiken lyn" + }, + "previous" : "foarige wike" + }, + "day" : { + "next" : "morgen", + "current" : "vandaag", + "previous" : "gisteren", + "future" : { + "one" : "Oer {0} dei", + "other" : "Oer {0} deien" + }, + "past" : { + "one" : "{0} dei lyn", + "other" : "{0} deien lyn" + } + }, + "quarter" : { + "future" : "+{0} Q", + "next" : "next quarter", + "previous" : "last quarter", + "current" : "this quarter", + "past" : "-{0} Q" + }, + "month" : { + "current" : "dizze moanne", + "past" : { + "other" : "{0} moannen lyn", + "one" : "{0} moanne lyn" + }, + "previous" : "foarige moanne", + "next" : "folgjende moanne", + "future" : { + "other" : "Oer {0} moannen", + "one" : "Oer {0} moanne" + } + }, + "now" : "nu", + "second" : { + "current" : "nu", + "future" : { + "other" : "Oer {0} sekonden", + "one" : "Oer {0} sekonde" + }, + "past" : { + "one" : "{0} sekonde lyn", + "other" : "{0} sekonden lyn" + } + }, + "hour" : { + "past" : "{0} oere lyn", + "current" : "this hour", + "future" : "Oer {0} oere" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ga.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ga.json new file mode 100644 index 0000000..da1357d --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ga.json @@ -0,0 +1,267 @@ +{ + "long" : { + "month" : { + "next" : "an mhí seo chugainn", + "current" : "an mhí seo", + "future" : { + "one" : "i gceann {0} mhí", + "two" : "i gceann {0} mhí", + "other" : "i gceann {0} mí", + "few" : "i gceann {0} mhí" + }, + "previous" : "an mhí seo caite", + "past" : { + "one" : "{0} mhí ó shin", + "other" : "{0} mí ó shin", + "two" : "{0} mhí ó shin", + "few" : "{0} mhí ó shin" + } + }, + "second" : { + "current" : "anois", + "past" : { + "few" : "{0} shoicind ó shin", + "other" : "{0} soicind ó shin", + "two" : "{0} shoicind ó shin" + }, + "future" : { + "other" : "i gceann {0} soicind", + "two" : "i gceann {0} shoicind", + "few" : "i gceann {0} shoicind" + } + }, + "day" : { + "past" : "{0} lá ó shin", + "future" : "i gceann {0} lá", + "next" : "amárach", + "previous" : "inné", + "current" : "inniu" + }, + "minute" : { + "future" : "i gceann {0} nóiméad", + "current" : "an nóiméad seo", + "past" : "{0} nóiméad ó shin" + }, + "hour" : { + "current" : "an uair seo", + "past" : { + "many" : "{0} n-uaire an chloig ó shin", + "few" : "{0} huaire an chloig ó shin", + "other" : "{0} uair an chloig ó shin" + }, + "future" : { + "few" : "i gceann {0} huaire an chloig", + "many" : "i gceann {0} n-uaire an chloig", + "other" : "i gceann {0} uair an chloig" + } + }, + "quarter" : { + "next" : "an ráithe seo chugainn", + "current" : "an ráithe seo", + "future" : "i gceann {0} ráithe", + "past" : "{0} ráithe ó shin", + "previous" : "an ráithe seo caite" + }, + "now" : "anois", + "year" : { + "next" : "an bhliain seo chugainn", + "past" : { + "two" : "{0} bhliain ó shin", + "many" : "{0} mbliana ó shin", + "other" : "{0} bliain ó shin", + "one" : "{0} bhliain ó shin", + "few" : "{0} bliana ó shin" + }, + "future" : { + "one" : "i gceann {0} bhliain", + "two" : "i gceann {0} bhliain", + "few" : "i gceann {0} bliana", + "many" : "i gceann {0} mbliana", + "other" : "i gceann {0} bliain" + }, + "previous" : "anuraidh", + "current" : "an bhliain seo" + }, + "week" : { + "previous" : "an tseachtain seo caite", + "next" : "an tseachtain seo chugainn", + "past" : { + "other" : "{0} seachtain ó shin", + "many" : "{0} seachtaine ó shin", + "few" : "{0} seachtaine ó shin", + "two" : "{0} sheachtain ó shin" + }, + "current" : "an tseachtain seo", + "future" : { + "other" : "i gceann {0} seachtain", + "many" : "i gceann {0} seachtaine", + "few" : "i gceann {0} seachtaine", + "two" : "i gceann {0} sheachtain" + } + } + }, + "short" : { + "minute" : { + "past" : "{0} nóim. ó shin", + "future" : "i gceann {0} nóim.", + "current" : "an nóiméad seo" + }, + "hour" : { + "current" : "an uair seo", + "future" : { + "few" : "i gceann {0} huaire", + "many" : "i gceann {0} n-uaire", + "other" : "i gceann {0} uair" + }, + "past" : { + "other" : "{0} uair ó shin", + "few" : "{0} huaire ó shin", + "many" : "{0} n-uaire ó shin" + } + }, + "day" : { + "past" : "{0} lá ó shin", + "previous" : "inné", + "current" : "inniu", + "future" : "i gceann {0} lá", + "next" : "amárach" + }, + "second" : { + "future" : { + "few" : "i gceann {0} shoic.", + "two" : "i gceann {0} shoic.", + "other" : "i gceann {0} soic." + }, + "past" : { + "few" : "{0} shoic. ó shin", + "two" : "{0} shoic. ó shin", + "other" : "{0} soic. ó shin" + }, + "current" : "anois" + }, + "quarter" : { + "future" : "i gceann {0} ráithe", + "next" : "an ráithe seo chugainn", + "current" : "an ráithe seo", + "past" : "{0} ráithe ó shin", + "previous" : "an ráithe seo caite" + }, + "year" : { + "current" : "an bhl. seo", + "past" : { + "other" : "{0} bl. ó shin", + "two" : "{0} bhl. ó shin", + "many" : "{0} mbl. ó shin", + "one" : "{0} bhl. ó shin" + }, + "previous" : "anuraidh", + "next" : "an bhl. seo chugainn", + "future" : { + "two" : "i gceann {0} bhl.", + "many" : "i gceann {0} mbl.", + "other" : "i gceann {0} bl." + } + }, + "week" : { + "future" : { + "two" : "i gceann {0} shcht.", + "other" : "i gceann {0} scht." + }, + "past" : "{0} scht. ó shin", + "next" : "an tscht. seo chugainn", + "current" : "an tscht. seo", + "previous" : "an tscht. seo caite" + }, + "month" : { + "future" : { + "few" : "i gceann {0} mhí", + "other" : "i gceann {0} mí", + "one" : "i gceann {0} mhí", + "two" : "i gceann {0} mhí" + }, + "past" : { + "two" : "{0} mhí ó shin", + "one" : "{0} mhí ó shin", + "other" : "{0} mí ó shin", + "few" : "{0} mhí ó shin" + }, + "current" : "an mhí seo", + "previous" : "an mhí seo caite", + "next" : "an mhí seo chugainn" + }, + "now" : "anois" + }, + "narrow" : { + "now" : "anois", + "day" : { + "future" : "+{0} lá", + "current" : "inniu", + "next" : "amárach", + "previous" : "inné", + "past" : "-{0} lá" + }, + "year" : { + "next" : "an bhl. seo chugainn", + "future" : { + "two" : "+{0} bhl.", + "many" : "+{0} mbl.", + "one" : "+{0} bhl.", + "other" : "+{0} bl." + }, + "past" : { + "other" : "-{0} bl.", + "two" : "-{0} bhl.", + "one" : "-{0} bhl.", + "many" : "-{0} mbl." + }, + "current" : "an bhl. seo", + "previous" : "anuraidh" + }, + "minute" : { + "current" : "an nóiméad seo", + "past" : "-{0} n", + "future" : "+{0} n" + }, + "week" : { + "previous" : "an tscht. seo caite", + "current" : "an tscht. seo", + "past" : "-{0} scht.", + "future" : "+{0} scht.", + "next" : "an tscht. seo chugainn" + }, + "hour" : { + "current" : "an uair seo", + "future" : "+{0} u", + "past" : "-{0} u" + }, + "second" : { + "current" : "anois", + "future" : "+{0} s", + "past" : "-{0} s" + }, + "month" : { + "next" : "an mhí seo chugainn", + "past" : { + "one" : "-{0} mhí", + "other" : "-{0} mí", + "few" : "-{0} mhí", + "two" : "-{0} mhí" + }, + "previous" : "an mhí seo caite", + "future" : { + "two" : "+{0} mhí", + "one" : "+{0} mhí", + "few" : "+{0} mhí", + "other" : "+{0} mí" + }, + "current" : "an mhí seo" + }, + "quarter" : { + "next" : "an ráithe seo chugainn", + "future" : "+{0} R", + "past" : "-{0} R", + "previous" : "an ráithe seo caite", + "current" : "an ráithe seo" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gd.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gd.json new file mode 100644 index 0000000..4db3619 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gd.json @@ -0,0 +1,305 @@ +{ + "narrow" : { + "week" : { + "next" : "ath-shn.", + "previous" : "sn. ch.", + "current" : "an t-sn. seo", + "future" : "+{0} sn.", + "past" : "-{0} sn." + }, + "quarter" : { + "future" : "+{0} c.", + "previous" : "c. ch.", + "current" : "an c. seo", + "next" : "ath-ch.", + "past" : "-{0} c." + }, + "minute" : { + "past" : "-{0} m", + "current" : "sa mhion.", + "future" : "+{0} m" + }, + "year" : { + "previous" : "an-uir.", + "current" : "am bl.", + "past" : { + "two" : "-{0} bhl.", + "other" : "-{0} bl.", + "one" : "-{0} bhl." + }, + "next" : "an ath-bhl.", + "future" : { + "two" : "+{0} bhl.", + "one" : "+{0} bhl.", + "other" : "+{0} bl." + } + }, + "second" : { + "future" : "+{0} d", + "past" : "-{0} d", + "current" : "an-dràsta" + }, + "month" : { + "future" : { + "two" : "+{0} mhì.", + "other" : "+{0} mì.", + "one" : "+{0} mhì." + }, + "current" : "am mì. seo", + "past" : { + "two" : "-{0} mhì.", + "one" : "-{0} mhì.", + "other" : "-{0} mì." + }, + "previous" : "mì. ch.", + "next" : "ath-mhì." + }, + "now" : "an-dràsta", + "hour" : { + "future" : "+{0} u.", + "current" : "san uair", + "past" : "-{0} u." + }, + "day" : { + "current" : "an-diugh", + "previous" : "an-dè", + "next" : "a-màireach", + "past" : "-{0} là", + "future" : "+{0} là" + } + }, + "long" : { + "hour" : { + "future" : { + "few" : "an ceann {0} uairean a thìde", + "other" : "an ceann {0} uair a thìde" + }, + "current" : "am broinn uair a thìde", + "past" : { + "other" : "{0} uair a thìde air ais", + "few" : "{0} uairean a thìde air ais" + } + }, + "year" : { + "previous" : "an-uiridh", + "current" : "am bliadhna", + "next" : "an ath-bhliadhna", + "past" : { + "few" : "{0} bhliadhnaichean air ais", + "two" : "{0} bhliadhna air ais", + "other" : "{0} bliadhna air ais", + "one" : "{0} bhliadhna air ais" + }, + "future" : { + "one" : "an ceann {0} bhliadhna", + "few" : "an ceann {0} bliadhnaichean", + "other" : "an ceann {0} bliadhna", + "two" : "an ceann {0} bhliadhna" + } + }, + "day" : { + "previous" : "an-dè", + "current" : "an-diugh", + "next" : "a-màireach", + "future" : { + "other" : "an ceann {0} latha", + "few" : "an ceann {0} làithean" + }, + "past" : { + "few" : "{0} làithean air ais", + "other" : "{0} latha air ais" + } + }, + "minute" : { + "future" : { + "one" : "an ceann {0} mhionaid", + "two" : "an ceann {0} mhionaid", + "other" : "an ceann {0} mionaid", + "few" : "an ceann {0} mionaidean" + }, + "current" : "am broinn mionaid", + "past" : { + "two" : "{0} mhionaid air ais", + "one" : "{0} mhionaid air ais", + "few" : "{0} mionaidean air ais", + "other" : "{0} mionaid air ais" + } + }, + "second" : { + "future" : { + "few" : "an ceann {0} diogan", + "other" : "an ceann {0} diog", + "two" : "an ceann {0} dhiog" + }, + "current" : "an-dràsta", + "past" : { + "two" : "{0} dhiog air ais", + "few" : "{0} diogan air ais", + "other" : "{0} diog air ais" + } + }, + "now" : "an-dràsta", + "week" : { + "previous" : "an t-seachdain seo chaidh", + "next" : "an ath-sheachdain", + "future" : { + "two" : "an ceann {0} sheachdain", + "few" : "an ceann {0} seachdainean", + "other" : "an ceann {0} seachdain" + }, + "current" : "an t-seachdain seo", + "past" : { + "few" : "{0} seachdainean air ais", + "two" : "{0} sheachdain air ais", + "other" : "{0} seachdain air ais" + } + }, + "quarter" : { + "past" : { + "two" : "o chionn {0} chairteil", + "few" : "o chionn {0} cairtealan", + "other" : "o chionn {0} cairteil", + "one" : "o chionn {0} chairteil" + }, + "future" : { + "other" : "an ceann {0} cairteil", + "two" : "an ceann {0} chairteil", + "few" : "an ceann {0} cairtealan", + "one" : "an ceann {0} chairteil" + }, + "previous" : "an cairteal seo chaidh", + "current" : "an cairteal seo", + "next" : "an ath-chairteal" + }, + "month" : { + "past" : { + "two" : "{0} mhìos air ais", + "few" : "{0} mìosan air ais", + "one" : "{0} mhìos air ais", + "other" : "{0} mìos air ais" + }, + "previous" : "am mìos seo chaidh", + "future" : { + "one" : "an ceann {0} mhìosa", + "other" : "an ceann {0} mìosa", + "two" : "an ceann {0} mhìosa", + "few" : "an ceann {0} mìosan" + }, + "current" : "am mìos seo", + "next" : "an ath-mhìos" + } + }, + "short" : { + "hour" : { + "future" : { + "few" : "an {0} uair.", + "other" : "an {0} uair" + }, + "past" : { + "other" : "o {0} uair", + "few" : "o {0} uair." + }, + "current" : "am broinn uair" + }, + "quarter" : { + "current" : "an cairt. seo", + "future" : { + "one" : "an {0} chairt.", + "other" : "an {0} cairt.", + "two" : "an {0} chairt." + }, + "previous" : "an cairt. sa chaidh", + "next" : "an ath-chairt.", + "past" : { + "other" : "o {0} cairt.", + "one" : "o {0} chairt.", + "two" : "o {0} chairt." + } + }, + "week" : { + "next" : "an ath-sheachd.", + "current" : "an t-seachd. seo", + "previous" : "seachd. sa chaidh", + "past" : { + "two" : "o {0} sheachd.", + "other" : "o {0} seachd.", + "one" : "o {0} sheachd." + }, + "future" : { + "two" : "an {0} sheachd.", + "one" : "an {0} sheachd.", + "other" : "an {0} seachd." + } + }, + "year" : { + "current" : "am bliadhna", + "future" : { + "one" : "an {0} bhlia.", + "two" : "an {0} bhlia.", + "other" : "an {0} blia." + }, + "past" : { + "two" : "o {0} bhlia.", + "other" : "o {0} blia.", + "one" : "o {0} bhlia." + }, + "next" : "an ath-bhliadhna", + "previous" : "an-uiridh" + }, + "minute" : { + "current" : "am broinn mion.", + "future" : { + "two" : "an {0} mhion.", + "one" : "an {0} mhion.", + "other" : "an {0} mion." + }, + "past" : { + "one" : "o {0} mhion.", + "two" : "o {0} mhion.", + "other" : "o {0} mion." + } + }, + "now" : "an-dràsta", + "month" : { + "current" : "am mìos seo", + "past" : { + "two" : "o {0} mhìos.", + "one" : "o {0} mhìos.", + "other" : "o {0} mìos." + }, + "future" : { + "two" : "an {0} mhìos.", + "one" : "an {0} mhìos.", + "other" : "an {0} mìos." + }, + "next" : "an ath-mhìos", + "previous" : "am mìos sa chaidh" + }, + "day" : { + "future" : { + "other" : "an {0} là", + "few" : "an {0} là." + }, + "current" : "an-diugh", + "next" : "a-màireach", + "previous" : "an-dè", + "past" : { + "few" : "o {0} là.", + "other" : "o {0} là" + } + }, + "second" : { + "past" : { + "other" : "o {0} diog", + "two" : "o {0} dhiog", + "few" : "o {0} diog." + }, + "future" : { + "few" : "an {0} diog.", + "two" : "an {0} dhiog", + "other" : "an {0} diog" + }, + "current" : "an-dràsta" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gl.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gl.json new file mode 100644 index 0000000..ac500c7 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gl.json @@ -0,0 +1,227 @@ +{ + "narrow" : { + "second" : { + "future" : "en {0} s", + "current" : "agora", + "past" : "hai {0} s" + }, + "year" : { + "next" : "seguinte ano", + "past" : "hai {0} a.", + "future" : "en {0} a.", + "previous" : "ano pasado", + "current" : "este ano" + }, + "month" : { + "past" : "hai {0} m.", + "next" : "m. seguinte", + "future" : "en {0} m.", + "previous" : "m. pasado", + "current" : "este m." + }, + "minute" : { + "past" : "hai {0} min", + "current" : "este minuto", + "future" : "en {0} min" + }, + "quarter" : { + "previous" : "trim. pasado", + "current" : "este trim.", + "next" : "trim. seguinte", + "past" : "hai {0} trim.", + "future" : "en {0} trim." + }, + "hour" : { + "future" : "en {0} h", + "past" : "hai {0} h", + "current" : "esta hora" + }, + "now" : "agora", + "week" : { + "next" : "sem. seguinte", + "previous" : "sem. pasada", + "past" : "hai {0} sem.", + "future" : "en {0} sem.", + "current" : "esta sem." + }, + "day" : { + "previous" : "onte", + "future" : "en {0} d.", + "past" : "hai {0} d.", + "current" : "hoxe", + "next" : "mañá" + } + }, + "short" : { + "minute" : { + "future" : "dentro de {0} min", + "past" : "hai {0} min", + "current" : "este minuto" + }, + "month" : { + "current" : "este m.", + "past" : { + "one" : "hai {0} mes", + "other" : "hai {0} mes." + }, + "future" : { + "one" : "dentro de {0} mes", + "other" : "dentro de {0} mes." + }, + "next" : "m. seguinte", + "previous" : "m. pasado" + }, + "week" : { + "future" : "dentro de {0} sem.", + "previous" : "sem. pasada", + "current" : "esta sem.", + "next" : "sem. seguinte", + "past" : "hai {0} sem." + }, + "hour" : { + "future" : "dentro de {0} h", + "current" : "esta hora", + "past" : "hai {0} h" + }, + "day" : { + "next" : "mañá", + "current" : "hoxe", + "previous" : "onte", + "past" : { + "one" : "hai {0} día", + "other" : "hai {0} días" + }, + "future" : { + "one" : "dentro de {0} día", + "other" : "dentro de {0} días" + } + }, + "second" : { + "past" : "hai {0} s", + "current" : "agora", + "future" : "dentro de {0} s" + }, + "now" : "agora", + "year" : { + "future" : { + "one" : "dentro de {0} ano", + "other" : "dentro de {0} anos" + }, + "previous" : "ano pasado", + "next" : "seguinte ano", + "current" : "este ano", + "past" : { + "other" : "hai {0} anos", + "one" : "hai {0} ano" + } + }, + "quarter" : { + "current" : "este trim.", + "future" : "dentro de {0} trim.", + "previous" : "trim. pasado", + "next" : "trim. seguinte", + "past" : "hai {0} trim." + } + }, + "long" : { + "day" : { + "previous" : "onte", + "past" : { + "other" : "hai {0} días", + "one" : "hai {0} día" + }, + "future" : { + "other" : "dentro de {0} días", + "one" : "dentro de {0} día" + }, + "next" : "mañá", + "current" : "hoxe" + }, + "hour" : { + "current" : "esta hora", + "future" : { + "one" : "dentro de {0} hora", + "other" : "dentro de {0} horas" + }, + "past" : { + "one" : "hai {0} hora", + "other" : "hai {0} horas" + } + }, + "month" : { + "next" : "o próximo mes", + "current" : "este mes", + "past" : { + "other" : "hai {0} meses", + "one" : "hai {0} mes" + }, + "previous" : "o mes pasado", + "future" : { + "one" : "dentro de {0} mes", + "other" : "dentro de {0} meses" + } + }, + "quarter" : { + "next" : "o próximo trimestre", + "past" : { + "one" : "hai {0} trimestre", + "other" : "hai {0} trimestres" + }, + "previous" : "o trimestre pasado", + "current" : "este trimestre", + "future" : { + "one" : "dentro de {0} trimestre", + "other" : "dentro de {0} trimestres" + } + }, + "year" : { + "next" : "o próximo ano", + "current" : "este ano", + "future" : { + "one" : "dentro de {0} ano", + "other" : "dentro de {0} anos" + }, + "previous" : "o ano pasado", + "past" : { + "one" : "hai {0} ano", + "other" : "hai {0} anos" + } + }, + "minute" : { + "past" : { + "one" : "hai {0} minuto", + "other" : "hai {0} minutos" + }, + "future" : { + "other" : "dentro de {0} minutos", + "one" : "dentro de {0} minuto" + }, + "current" : "este minuto" + }, + "second" : { + "future" : { + "other" : "dentro de {0} segundos", + "one" : "dentro de {0} segundo" + }, + "current" : "agora", + "past" : { + "one" : "hai {0} segundo", + "other" : "hai {0} segundos" + } + }, + "week" : { + "future" : { + "other" : "dentro de {0} semanas", + "one" : "dentro de {0} semana" + }, + "previous" : "a semana pasada", + "current" : "esta semana", + "next" : "a próxima semana", + "past" : { + "other" : "hai {0} semanas", + "one" : "hai {0} semana" + } + }, + "now" : "agora" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gu.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gu.json new file mode 100644 index 0000000..17a7e5b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gu.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "આવતીકાલે", + "future" : "{0} દિવસમાં", + "previous" : "ગઈકાલે", + "current" : "આજે", + "past" : "{0} દિવસ પહેલાં" + }, + "quarter" : { + "next" : "પછીનું ત્રિમાસિક", + "past" : "{0} ત્રિમાસિક પહેલાં", + "future" : "{0} ત્રિમાસિકમાં", + "previous" : "છેલ્લું ત્રિમાસિક", + "current" : "આ ત્રિમાસિક" + }, + "hour" : { + "current" : "આ કલાક", + "past" : "{0} કલાક પહેલાં", + "future" : "{0} કલાકમાં" + }, + "year" : { + "next" : "આવતા વર્ષે", + "past" : "{0} વર્ષ પહેલાં", + "current" : "આ વર્ષે", + "previous" : "ગયા વર્ષે", + "future" : "{0} વર્ષમાં" + }, + "now" : "હમણાં", + "month" : { + "current" : "આ મહિને", + "future" : "{0} મહિનામાં", + "past" : "{0} મહિના પહેલાં", + "next" : "આવતા મહિને", + "previous" : "ગયા મહિને" + }, + "week" : { + "previous" : "ગયા અઠવાડિયે", + "current" : "આ અઠવાડિયે", + "past" : "{0} અઠ. પહેલાં", + "future" : "{0} અઠ. માં", + "next" : "આવતા અઠવાડિયે" + }, + "minute" : { + "current" : "આ મિનિટ", + "past" : "{0} મિનિટ પહેલાં", + "future" : "{0} મિનિટમાં" + }, + "second" : { + "current" : "હમણાં", + "past" : "{0} સેકંડ પહેલાં", + "future" : "{0} સેકંડમાં" + } + }, + "long" : { + "day" : { + "previous" : "ગઈકાલે", + "current" : "આજે", + "next" : "આવતીકાલે", + "past" : "{0} દિવસ પહેલાં", + "future" : "{0} દિવસમાં" + }, + "week" : { + "current" : "આ અઠવાડિયે", + "future" : "{0} અઠવાડિયામાં", + "past" : "{0} અઠવાડિયા પહેલાં", + "previous" : "ગયા અઠવાડિયે", + "next" : "આવતા અઠવાડિયે" + }, + "minute" : { + "current" : "આ મિનિટ", + "past" : "{0} મિનિટ પહેલાં", + "future" : "{0} મિનિટમાં" + }, + "month" : { + "future" : "{0} મહિનામાં", + "next" : "આવતા મહિને", + "previous" : "ગયા મહિને", + "current" : "આ મહિને", + "past" : "{0} મહિના પહેલાં" + }, + "hour" : { + "current" : "આ કલાક", + "past" : "{0} કલાક પહેલાં", + "future" : "{0} કલાકમાં" + }, + "year" : { + "past" : "{0} વર્ષ પહેલાં", + "future" : "{0} વર્ષમાં", + "previous" : "ગયા વર્ષે", + "next" : "આવતા વર્ષે", + "current" : "આ વર્ષે" + }, + "second" : { + "past" : "{0} સેકંડ પહેલાં", + "future" : "{0} સેકંડમાં", + "current" : "હમણાં" + }, + "now" : "હમણાં", + "quarter" : { + "past" : "{0} ત્રિમાસિક પહેલાં", + "current" : "આ ત્રિમાસિક", + "previous" : "છેલ્લું ત્રિમાસિક", + "future" : "{0} ત્રિમાસિકમાં", + "next" : "પછીનું ત્રિમાસિક" + } + }, + "short" : { + "quarter" : { + "future" : "{0} ત્રિમાસિકમાં", + "next" : "પછીનું ત્રિમાસિક", + "previous" : "છેલ્લું ત્રિમાસિક", + "current" : "આ ત્રિમાસિક", + "past" : "{0} ત્રિમાસિક પહેલાં" + }, + "minute" : { + "past" : "{0} મિનિટ પહેલાં", + "future" : "{0} મિનિટમાં", + "current" : "આ મિનિટ" + }, + "year" : { + "next" : "આવતા વર્ષે", + "future" : "{0} વર્ષમાં", + "current" : "આ વર્ષે", + "past" : "{0} વર્ષ પહેલાં", + "previous" : "ગયા વર્ષે" + }, + "second" : { + "past" : "{0} સેકંડ પહેલાં", + "current" : "હમણાં", + "future" : "{0} સેકંડમાં" + }, + "hour" : { + "past" : "{0} કલાક પહેલાં", + "current" : "આ કલાક", + "future" : "{0} કલાકમાં" + }, + "now" : "હમણાં", + "month" : { + "previous" : "ગયા મહિને", + "next" : "આવતા મહિને", + "past" : "{0} મહિના પહેલાં", + "current" : "આ મહિને", + "future" : "{0} મહિનામાં" + }, + "week" : { + "previous" : "ગયા અઠવાડિયે", + "current" : "આ અઠવાડિયે", + "next" : "આવતા અઠવાડિયે", + "past" : "{0} અઠ. પહેલાં", + "future" : "{0} અઠ. માં" + }, + "day" : { + "next" : "આવતીકાલે", + "past" : "{0} દિવસ પહેલાં", + "future" : "{0} દિવસમાં", + "previous" : "ગઈકાલે", + "current" : "આજે" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/he.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/he.json new file mode 100644 index 0000000..27e809d --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/he.json @@ -0,0 +1,358 @@ +{ + "long" : { + "second" : { + "past" : { + "one" : "לפני שנייה", + "two" : "לפני שתי שניות", + "other" : "לפני {0} שניות" + }, + "current" : "עכשיו", + "future" : { + "two" : "בעוד שתי שניות", + "other" : "בעוד {0} שניות", + "one" : "בעוד שנייה" + } + }, + "hour" : { + "current" : "בשעה זו", + "past" : { + "one" : "לפני שעה", + "two" : "לפני שעתיים", + "other" : "לפני {0} שעות" + }, + "future" : { + "one" : "בעוד שעה", + "two" : "בעוד שעתיים", + "other" : "בעוד {0} שעות" + } + }, + "quarter" : { + "next" : "הרבעון הבא", + "current" : "רבעון זה", + "future" : { + "one" : "ברבעון הבא", + "two" : "בעוד שני רבעונים", + "other" : "בעוד {0} רבעונים" + }, + "previous" : "הרבעון הקודם", + "past" : { + "one" : "ברבעון הקודם", + "two" : "לפני שני רבעונים", + "other" : "לפני {0} רבעונים" + } + }, + "year" : { + "future" : { + "one" : "בעוד שנה", + "many" : "בעוד {0} שנה", + "other" : "בעוד {0} שנים", + "two" : "בעוד שנתיים" + }, + "next" : "השנה הבאה", + "past" : { + "other" : "לפני {0} שנים", + "two" : "לפני שנתיים", + "many" : "לפני {0} שנה", + "one" : "לפני שנה" + }, + "previous" : "השנה שעברה", + "current" : "השנה" + }, + "day" : { + "future" : { + "other" : "בעוד {0} ימים", + "two" : "בעוד יומיים", + "one" : "בעוד יום {0}" + }, + "previous" : "אתמול", + "current" : "היום", + "next" : "מחר", + "past" : { + "other" : "לפני {0} ימים", + "one" : "לפני יום {0}", + "two" : "לפני יומיים" + } + }, + "minute" : { + "future" : { + "other" : "בעוד {0} דקות", + "two" : "בעוד שתי דקות", + "one" : "בעוד דקה" + }, + "past" : { + "two" : "לפני שתי דקות", + "one" : "לפני דקה", + "other" : "לפני {0} דקות" + }, + "current" : "בדקה זו" + }, + "month" : { + "next" : "החודש הבא", + "past" : { + "two" : "לפני חודשיים", + "other" : "לפני {0} חודשים", + "one" : "לפני חודש" + }, + "previous" : "החודש שעבר", + "current" : "החודש", + "future" : { + "two" : "בעוד חודשיים", + "one" : "בעוד חודש", + "other" : "בעוד {0} חודשים" + } + }, + "week" : { + "next" : "השבוע הבא", + "current" : "השבוע", + "past" : { + "two" : "לפני שבועיים", + "one" : "לפני שבוע", + "other" : "לפני {0} שבועות" + }, + "previous" : "השבוע שעבר", + "future" : { + "two" : "בעוד שבועיים", + "other" : "בעוד {0} שבועות", + "one" : "בעוד שבוע" + } + }, + "now" : "עכשיו" + }, + "short" : { + "week" : { + "previous" : "השבוע שעבר", + "next" : "השבוע הבא", + "current" : "השבוע", + "past" : { + "other" : "לפני {0} שב׳", + "two" : "לפני שבועיים", + "one" : "לפני שב׳" + }, + "future" : { + "other" : "בעוד {0} שב׳", + "one" : "בעוד שב׳", + "two" : "בעוד שבועיים" + } + }, + "month" : { + "next" : "החודש הבא", + "current" : "החודש", + "previous" : "החודש שעבר", + "future" : { + "two" : "בעוד חודשיים", + "one" : "בעוד חודש", + "other" : "בעוד {0} חודשים" + }, + "past" : { + "two" : "לפני חודשיים", + "one" : "לפני חודש", + "other" : "לפני {0} חודשים" + } + }, + "minute" : { + "current" : "בדקה זו", + "past" : { + "other" : "לפני {0} דק׳", + "one" : "לפני דקה" + }, + "future" : { + "two" : "בעוד שתי דק׳", + "other" : "בעוד {0} דק׳", + "one" : "בעוד דקה" + } + }, + "second" : { + "past" : { + "two" : "לפני שתי שנ׳", + "one" : "לפני שנ׳", + "other" : "לפני {0} שנ׳" + }, + "future" : { + "one" : "בעוד שנ׳", + "two" : "בעוד שתי שנ׳", + "other" : "בעוד {0} שנ׳" + }, + "current" : "עכשיו" + }, + "now" : "עכשיו", + "day" : { + "next" : "מחר", + "previous" : "אתמול", + "current" : "היום", + "past" : { + "other" : "לפני {0} ימים", + "one" : "אתמול", + "two" : "לפני יומיים" + }, + "future" : { + "one" : "מחר", + "two" : "בעוד יומיים", + "other" : "בעוד {0} ימים" + } + }, + "year" : { + "current" : "השנה", + "past" : { + "two" : "לפני שנתיים", + "other" : "לפני {0} שנים", + "one" : "לפני שנה", + "many" : "לפני {0} שנה" + }, + "previous" : "השנה שעברה", + "next" : "השנה הבאה", + "future" : { + "many" : "בעוד {0} שנה", + "one" : "בעוד שנה", + "two" : "בעוד שנתיים", + "other" : "בעוד {0} שנים" + } + }, + "quarter" : { + "future" : { + "one" : "ברבע׳ הבא", + "two" : "בעוד שני רבע׳", + "other" : "בעוד {0} רבע׳" + }, + "next" : "הרבעון הבא", + "current" : "רבעון זה", + "past" : { + "one" : "ברבע׳ הקודם", + "two" : "לפני שני רבע׳", + "other" : "לפני {0} רבע׳" + }, + "previous" : "הרבעון הקודם" + }, + "hour" : { + "current" : "בשעה זו", + "past" : { + "other" : "לפני {0} שע׳", + "two" : "לפני שעתיים", + "one" : "לפני שעה" + }, + "future" : { + "other" : "בעוד {0} שע׳", + "one" : "בעוד שעה", + "two" : "בעוד שעתיים" + } + } + }, + "narrow" : { + "year" : { + "current" : "השנה", + "past" : { + "one" : "לפני שנה", + "two" : "לפני שנתיים", + "other" : "לפני {0} שנים", + "many" : "לפני {0} שנה" + }, + "future" : { + "one" : "בעוד שנה", + "two" : "בעוד שנתיים", + "many" : "בעוד {0} שנה", + "other" : "בעוד {0} שנים" + }, + "next" : "השנה הבאה", + "previous" : "השנה שעברה" + }, + "minute" : { + "current" : "בדקה זו", + "future" : { + "other" : "בעוד {0} דק׳", + "two" : "בעוד שתי דק׳", + "one" : "בעוד דקה" + }, + "past" : { + "two" : "לפני שתי דק׳", + "other" : "לפני {0} דק׳", + "one" : "לפני דקה" + } + }, + "day" : { + "previous" : "אתמול", + "current" : "היום", + "next" : "מחר", + "past" : { + "two" : "לפני יומיים", + "other" : "לפני {0} ימים", + "one" : "אתמול" + }, + "future" : { + "two" : "בעוד יומיים", + "one" : "מחר", + "other" : "בעוד {0} ימים" + } + }, + "second" : { + "future" : { + "two" : "בעוד שתי שנ׳", + "one" : "בעוד שנ׳", + "other" : "בעוד {0} שנ׳" + }, + "past" : { + "one" : "לפני שנ׳", + "two" : "לפני שתי שנ׳", + "other" : "לפני {0} שנ׳" + }, + "current" : "עכשיו" + }, + "now" : "עכשיו", + "month" : { + "future" : { + "one" : "בעוד חו׳", + "other" : "בעוד {0} חו׳", + "two" : "בעוד חודשיים" + }, + "current" : "החודש", + "next" : "החודש הבא", + "previous" : "החודש שעבר", + "past" : { + "other" : "לפני {0} חו׳", + "one" : "לפני חו׳", + "two" : "לפני חודשיים" + } + }, + "week" : { + "past" : { + "two" : "לפני שבועיים", + "one" : "לפני שבוע", + "other" : "לפני {0} שב׳" + }, + "previous" : "השבוע שעבר", + "future" : { + "two" : "בעוד שבועיים", + "one" : "בעוד שב׳", + "other" : "בעוד {0} שב׳" + }, + "next" : "השבוע הבא", + "current" : "השבוע" + }, + "quarter" : { + "next" : "הרבעון הבא", + "current" : "רבעון זה", + "previous" : "הרבעון הקודם", + "past" : { + "two" : "לפני שני רבע׳", + "other" : "לפני {0} רבע׳", + "one" : "ברבע׳ הקודם" + }, + "future" : { + "one" : "ברבע׳ הבא", + "two" : "בעוד שני רבע׳", + "other" : "בעוד {0} רבע׳" + } + }, + "hour" : { + "past" : { + "one" : "לפני שעה", + "two" : "לפני שעתיים", + "other" : "לפני {0} שע׳" + }, + "future" : { + "one" : "בעוד שעה", + "other" : "בעוד {0} שע׳", + "two" : "בעוד שעתיים" + }, + "current" : "בשעה זו" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hi.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hi.json new file mode 100644 index 0000000..5d6566e --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hi.json @@ -0,0 +1,170 @@ +{ + "long" : { + "year" : { + "future" : "{0} वर्ष में", + "past" : "{0} वर्ष पहले", + "next" : "अगला वर्ष", + "previous" : "पिछला वर्ष", + "current" : "इस वर्ष" + }, + "week" : { + "current" : "इस सप्ताह", + "next" : "अगला सप्ताह", + "future" : "{0} सप्ताह में", + "previous" : "पिछला सप्ताह", + "past" : "{0} सप्ताह पहले" + }, + "quarter" : { + "next" : "अगली तिमाही", + "past" : "{0} तिमाही पहले", + "current" : "इस तिमाही", + "future" : { + "other" : "{0} तिमाहियों में", + "one" : "{0} तिमाही में" + }, + "previous" : "अंतिम तिमाही" + }, + "minute" : { + "future" : "{0} मिनट में", + "past" : "{0} मिनट पहले", + "current" : "यह मिनट" + }, + "month" : { + "current" : "इस माह", + "next" : "अगला माह", + "previous" : "पिछला माह", + "future" : "{0} माह में", + "past" : "{0} माह पहले" + }, + "second" : { + "future" : "{0} सेकंड में", + "current" : "अब", + "past" : "{0} सेकंड पहले" + }, + "day" : { + "next" : "कल", + "past" : "{0} दिन पहले", + "previous" : "कल", + "current" : "आज", + "future" : "{0} दिन में" + }, + "now" : "अब", + "hour" : { + "future" : "{0} घंटे में", + "current" : "यह घंटा", + "past" : "{0} घंटे पहले" + } + }, + "narrow" : { + "now" : "अब", + "minute" : { + "future" : "{0} मि॰ में", + "current" : "यह मिनट", + "past" : "{0} मि॰ पहले" + }, + "year" : { + "previous" : "पिछला वर्ष", + "current" : "इस वर्ष", + "next" : "अगला वर्ष", + "past" : "{0} वर्ष पहले", + "future" : "{0} वर्ष में" + }, + "second" : { + "current" : "अब", + "future" : "{0} से॰ में", + "past" : "{0} से॰ पहले" + }, + "hour" : { + "past" : "{0} घं॰ पहले", + "future" : "{0} घं॰ में", + "current" : "यह घंटा" + }, + "month" : { + "current" : "इस माह", + "previous" : "पिछला माह", + "past" : "{0} माह पहले", + "next" : "अगला माह", + "future" : "{0} माह में" + }, + "quarter" : { + "previous" : "अंतिम तिमाही", + "current" : "इस तिमाही", + "past" : "{0} ति॰ पहले", + "future" : "{0} ति॰ में", + "next" : "अगली तिमाही" + }, + "week" : { + "future" : "{0} सप्ताह में", + "current" : "इस सप्ताह", + "past" : "{0} सप्ताह पहले", + "previous" : "पिछला सप्ताह", + "next" : "अगला सप्ताह" + }, + "day" : { + "current" : "आज", + "future" : "{0} दिन में", + "next" : "कल", + "past" : "{0} दिन पहले", + "previous" : "कल" + } + }, + "short" : { + "month" : { + "future" : "{0} माह में", + "previous" : "पिछला माह", + "next" : "अगला माह", + "past" : "{0} माह पहले", + "current" : "इस माह" + }, + "now" : "अब", + "day" : { + "next" : "कल", + "current" : "आज", + "previous" : "कल", + "past" : "{0} दिन पहले", + "future" : "{0} दिन में" + }, + "year" : { + "current" : "इस वर्ष", + "future" : "{0} वर्ष में", + "previous" : "पिछला वर्ष", + "next" : "अगला वर्ष", + "past" : "{0} वर्ष पहले" + }, + "hour" : { + "future" : "{0} घं॰ में", + "past" : "{0} घं॰ पहले", + "current" : "यह घंटा" + }, + "minute" : { + "current" : "यह मिनट", + "past" : "{0} मि॰ पहले", + "future" : "{0} मि॰ में" + }, + "second" : { + "past" : "{0} से॰ पहले", + "future" : "{0} से॰ में", + "current" : "अब" + }, + "quarter" : { + "current" : "इस तिमाही", + "next" : "अगली तिमाही", + "past" : { + "other" : "{0} तिमाहियों पहले", + "one" : "{0} तिमाही पहले" + }, + "future" : { + "other" : "{0} तिमाहियों में", + "one" : "{0} तिमाही में" + }, + "previous" : "अंतिम तिमाही" + }, + "week" : { + "next" : "अगला सप्ताह", + "past" : "{0} सप्ताह पहले", + "current" : "इस सप्ताह", + "previous" : "पिछला सप्ताह", + "future" : "{0} सप्ताह में" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hr.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hr.json new file mode 100644 index 0000000..b59263f --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hr.json @@ -0,0 +1,227 @@ +{ + "narrow" : { + "year" : { + "future" : "za {0} g.", + "previous" : "prošle g.", + "current" : "ove g.", + "next" : "sljedeće g.", + "past" : "prije {0} g." + }, + "day" : { + "current" : "danas", + "past" : "prije {0} d", + "next" : "sutra", + "previous" : "jučer", + "future" : "za {0} d" + }, + "quarter" : { + "future" : "za {0} kv.", + "previous" : "prošli kv.", + "current" : "ovaj kv.", + "next" : "sljedeći kv.", + "past" : "prije {0} kv." + }, + "week" : { + "next" : "sljedeći tj.", + "past" : "prije {0} tj.", + "current" : "ovaj tj.", + "future" : "za {0} tj.", + "previous" : "prošli tj." + }, + "hour" : { + "current" : "ovaj sat", + "past" : "prije {0} h", + "future" : "za {0} h" + }, + "month" : { + "past" : "prije {0} mj.", + "previous" : "prošli mj.", + "current" : "ovaj mj.", + "future" : "za {0} mj.", + "next" : "sljedeći mj." + }, + "minute" : { + "current" : "ova minuta", + "past" : "prije {0} min", + "future" : "za {0} min" + }, + "second" : { + "past" : "prije {0} s", + "future" : "za {0} s", + "current" : "sad" + }, + "now" : "sad" + }, + "short" : { + "hour" : { + "current" : "ovaj sat", + "past" : "prije {0} h", + "future" : "za {0} h" + }, + "now" : "sad", + "quarter" : { + "current" : "ovaj kv.", + "future" : "za {0} kv.", + "past" : "prije {0} kv.", + "next" : "sljedeći kv.", + "previous" : "prošli kv." + }, + "day" : { + "current" : "danas", + "past" : { + "other" : "prije {0} dana", + "one" : "prije {0} dan" + }, + "future" : { + "other" : "za {0} dana", + "one" : "za {0} dan" + }, + "next" : "sutra", + "previous" : "jučer" + }, + "week" : { + "current" : "ovaj tj.", + "future" : "za {0} tj.", + "previous" : "prošli tj.", + "next" : "sljedeći tj.", + "past" : "prije {0} tj." + }, + "minute" : { + "future" : "za {0} min", + "past" : "prije {0} min", + "current" : "ova minuta" + }, + "second" : { + "future" : "za {0} s", + "current" : "sad", + "past" : "prije {0} s" + }, + "month" : { + "future" : "za {0} mj.", + "previous" : "prošli mj.", + "next" : "sljedeći mj.", + "current" : "ovaj mj.", + "past" : "prije {0} mj." + }, + "year" : { + "next" : "sljedeće god.", + "previous" : "prošle god.", + "current" : "ove god.", + "future" : "za {0} g.", + "past" : "prije {0} g." + } + }, + "long" : { + "second" : { + "future" : { + "few" : "za {0} sekunde", + "one" : "za {0} sekundu", + "other" : "za {0} sekundi" + }, + "current" : "sad", + "past" : { + "one" : "prije {0} sekundu", + "other" : "prije {0} sekundi", + "few" : "prije {0} sekunde" + } + }, + "year" : { + "previous" : "prošle godine", + "next" : "sljedeće godine", + "past" : { + "few" : "prije {0} godine", + "one" : "prije {0} godinu", + "other" : "prije {0} godina" + }, + "current" : "ove godine", + "future" : { + "other" : "za {0} godina", + "few" : "za {0} godine", + "one" : "za {0} godinu" + } + }, + "day" : { + "previous" : "jučer", + "future" : { + "one" : "za {0} dan", + "other" : "za {0} dana" + }, + "past" : { + "other" : "prije {0} dana", + "one" : "prije {0} dan" + }, + "current" : "danas", + "next" : "sutra" + }, + "now" : "sad", + "month" : { + "past" : { + "few" : "prije {0} mjeseca", + "one" : "prije {0} mjesec", + "other" : "prije {0} mjeseci" + }, + "next" : "sljedeći mjesec", + "previous" : "prošli mjesec", + "future" : { + "other" : "za {0} mjeseci", + "one" : "za {0} mjesec", + "few" : "za {0} mjeseca" + }, + "current" : "ovaj mjesec" + }, + "week" : { + "past" : { + "one" : "prije {0} tjedan", + "few" : "prije {0} tjedna", + "other" : "prije {0} tjedana" + }, + "future" : { + "one" : "za {0} tjedan", + "few" : "za {0} tjedna", + "other" : "za {0} tjedana" + }, + "current" : "ovaj tjedan", + "previous" : "prošli tjedan", + "next" : "sljedeći tjedan" + }, + "quarter" : { + "past" : { + "one" : "prije {0} kvartal", + "other" : "prije {0} kvartala" + }, + "current" : "ovaj kvartal", + "future" : { + "one" : "za {0} kvartal", + "other" : "za {0} kvartala" + }, + "previous" : "prošli kvartal", + "next" : "sljedeći kvartal" + }, + "hour" : { + "past" : { + "one" : "prije {0} sat", + "few" : "prije {0} sata", + "other" : "prije {0} sati" + }, + "future" : { + "other" : "za {0} sati", + "few" : "za {0} sata", + "one" : "za {0} sat" + }, + "current" : "ovaj sat" + }, + "minute" : { + "current" : "ova minuta", + "future" : { + "few" : "za {0} minute", + "other" : "za {0} minuta", + "one" : "za {0} minutu" + }, + "past" : { + "few" : "prije {0} minute", + "other" : "prije {0} minuta", + "one" : "prije {0} minutu" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hsb.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hsb.json new file mode 100644 index 0000000..74914ad --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hsb.json @@ -0,0 +1,237 @@ +{ + "narrow" : { + "week" : { + "next" : "přichodny tydźeń", + "past" : "před {0} tydź.", + "future" : "za {0} tydź.", + "previous" : "zašły tydźeń", + "current" : "tutón tydźeń" + }, + "quarter" : { + "next" : "next quarter", + "past" : "před {0} kw.", + "previous" : "last quarter", + "current" : "this quarter", + "future" : "za {0} kw." + }, + "minute" : { + "past" : "před {0} m", + "future" : "za {0} m", + "current" : "this minute" + }, + "day" : { + "previous" : "wčera", + "next" : "jutře", + "current" : "dźensa", + "future" : "za {0} d", + "past" : "před {0} d" + }, + "year" : { + "current" : "lětsa", + "previous" : "loni", + "next" : "klětu", + "past" : "před {0} l.", + "future" : "za {0} l." + }, + "second" : { + "future" : "za {0} s", + "current" : "now", + "past" : "před {0} s" + }, + "month" : { + "past" : "před {0} měs.", + "future" : "za {0} měs.", + "next" : "přichodny měsac", + "current" : "tutón měsac", + "previous" : "zašły měsac" + }, + "now" : "now", + "hour" : { + "future" : "za {0} h", + "current" : "this hour", + "past" : "před {0} h" + } + }, + "short" : { + "year" : { + "next" : "klětu", + "future" : "za {0} l.", + "current" : "lětsa", + "past" : "před {0} l.", + "previous" : "loni" + }, + "quarter" : { + "future" : "za {0} kwart.", + "next" : "next quarter", + "previous" : "last quarter", + "current" : "this quarter", + "past" : "před {0} kwart." + }, + "second" : { + "current" : "now", + "past" : "před {0} sek.", + "future" : "za {0} sek." + }, + "minute" : { + "past" : "před {0} min.", + "future" : "za {0} min.", + "current" : "this minute" + }, + "day" : { + "past" : "před {0} dnj.", + "next" : "jutře", + "future" : { + "one" : "za {0} dźeń", + "few" : "za {0} dny", + "other" : "za {0} dnj." + }, + "previous" : "wčera", + "current" : "dźensa" + }, + "month" : { + "previous" : "zašły měsac", + "next" : "přichodny měsac", + "past" : "před {0} měs.", + "current" : "tutón měsac", + "future" : "za {0} měs." + }, + "hour" : { + "current" : "this hour", + "past" : "před {0} hodź.", + "future" : "za {0} hodź." + }, + "now" : "now", + "week" : { + "previous" : "zašły tydźeń", + "current" : "tutón tydźeń", + "next" : "přichodny tydźeń", + "past" : "před {0} tydź.", + "future" : "za {0} tydź." + } + }, + "long" : { + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "past" : { + "two" : "před {0} kwartalomaj", + "one" : "před {0} kwartalom", + "other" : "před {0} kwartalemi" + }, + "future" : { + "one" : "za {0} kwartal", + "few" : "za {0} kwartale", + "other" : "za {0} kwartalow", + "two" : "za {0} kwartalej" + } + }, + "hour" : { + "future" : { + "two" : "za {0} hodźinje", + "few" : "za {0} hodźiny", + "one" : "za {0} hodźinu", + "other" : "za {0} hodźin" + }, + "current" : "this hour", + "past" : { + "two" : "před {0} hodźinomaj", + "other" : "před {0} hodźinami", + "one" : "před {0} hodźinu" + } + }, + "day" : { + "previous" : "wčera", + "current" : "dźensa", + "next" : "jutře", + "past" : { + "one" : "před {0} dnjom", + "two" : "před {0} dnjomaj", + "other" : "před {0} dnjemi" + }, + "future" : { + "one" : "za {0} dźeń", + "two" : "za {0} dnjej", + "other" : "za {0} dnjow", + "few" : "za {0} dny" + } + }, + "month" : { + "next" : "přichodny měsac", + "previous" : "zašły měsac", + "current" : "tutón měsac", + "future" : { + "one" : "za {0} měsac", + "other" : "za {0} měsacow", + "two" : "za {0} měsacaj", + "few" : "za {0} měsacy" + }, + "past" : { + "one" : "před {0} měsacom", + "two" : "před {0} měsacomaj", + "other" : "před {0} měsacami" + } + }, + "second" : { + "future" : { + "other" : "za {0} sekundow", + "two" : "za {0} sekundźe", + "one" : "za {0} sekundu", + "few" : "za {0} sekundy" + }, + "current" : "now", + "past" : { + "other" : "před {0} sekundami", + "one" : "před {0} sekundu", + "two" : "před {0} sekundomaj" + } + }, + "now" : "now", + "week" : { + "current" : "tutón tydźeń", + "previous" : "zašły tydźeń", + "next" : "přichodny tydźeń", + "past" : { + "two" : "před {0} tydźenjomaj", + "one" : "před {0} tydźenjom", + "other" : "před {0} tydźenjemi" + }, + "future" : { + "two" : "za {0} tydźenjej", + "one" : "za {0} tydźeń", + "few" : "za {0} tydźenje", + "other" : "za {0} tydźenjow" + } + }, + "minute" : { + "past" : { + "other" : "před {0} minutami", + "one" : "před {0} minutu", + "two" : "před {0} minutomaj" + }, + "future" : { + "one" : "za {0} minutu", + "few" : "za {0} minuty", + "two" : "za {0} minuće", + "other" : "za {0} minutow" + }, + "current" : "this minute" + }, + "year" : { + "next" : "klětu", + "previous" : "loni", + "past" : { + "one" : "před {0} lětom", + "two" : "před {0} lětomaj", + "other" : "před {0} lětami" + }, + "current" : "lětsa", + "future" : { + "other" : "za {0} lět", + "two" : "za {0} lěće", + "few" : "za {0} lěta", + "one" : "za {0} lěto" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hu.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hu.json new file mode 100644 index 0000000..2ee74c5 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hu.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "holnap", + "future" : "{0} nap múlva", + "previous" : "tegnap", + "current" : "ma", + "past" : "{0} napja" + }, + "quarter" : { + "next" : "következő negyedév", + "past" : "{0} negyedévvel ezelőtt", + "future" : "{0} n.év múlva", + "previous" : "előző negyedév", + "current" : "ez a negyedév" + }, + "hour" : { + "future" : "{0} óra múlva", + "current" : "ebben az órában", + "past" : "{0} órával ezelőtt" + }, + "year" : { + "next" : "következő év", + "past" : "{0} évvel ezelőtt", + "current" : "ez az év", + "previous" : "előző év", + "future" : "{0} év múlva" + }, + "now" : "most", + "month" : { + "current" : "ez a hónap", + "future" : "{0} hónap múlva", + "past" : "{0} hónappal ezelőtt", + "next" : "következő hónap", + "previous" : "előző hónap" + }, + "week" : { + "previous" : "előző hét", + "current" : "ez a hét", + "past" : "{0} héttel ezelőtt", + "future" : "{0} hét múlva", + "next" : "következő hét" + }, + "minute" : { + "future" : "{0} perc múlva", + "current" : "ebben a percben", + "past" : "{0} perccel ezelőtt" + }, + "second" : { + "current" : "most", + "past" : "{0} másodperccel ezelőtt", + "future" : "{0} másodperc múlva" + } + }, + "long" : { + "day" : { + "previous" : "tegnap", + "current" : "ma", + "next" : "holnap", + "past" : "{0} nappal ezelőtt", + "future" : "{0} nap múlva" + }, + "week" : { + "current" : "ez a hét", + "future" : "{0} hét múlva", + "past" : "{0} héttel ezelőtt", + "previous" : "előző hét", + "next" : "következő hét" + }, + "minute" : { + "current" : "ebben a percben", + "past" : "{0} perccel ezelőtt", + "future" : "{0} perc múlva" + }, + "month" : { + "future" : "{0} hónap múlva", + "next" : "következő hónap", + "previous" : "előző hónap", + "current" : "ez a hónap", + "past" : "{0} hónappal ezelőtt" + }, + "hour" : { + "current" : "ebben az órában", + "past" : "{0} órával ezelőtt", + "future" : "{0} óra múlva" + }, + "year" : { + "past" : "{0} évvel ezelőtt", + "future" : "{0} év múlva", + "previous" : "előző év", + "next" : "következő év", + "current" : "ez az év" + }, + "second" : { + "past" : "{0} másodperccel ezelőtt", + "future" : "{0} másodperc múlva", + "current" : "most" + }, + "now" : "most", + "quarter" : { + "past" : "{0} negyedévvel ezelőtt", + "current" : "ez a negyedév", + "previous" : "előző negyedév", + "future" : "{0} negyedév múlva", + "next" : "következő negyedév" + } + }, + "short" : { + "quarter" : { + "future" : "{0} negyedév múlva", + "next" : "következő negyedév", + "previous" : "előző negyedév", + "current" : "ez a negyedév", + "past" : "{0} negyedévvel ezelőtt" + }, + "minute" : { + "future" : "{0} perc múlva", + "current" : "ebben a percben", + "past" : "{0} perccel ezelőtt" + }, + "year" : { + "next" : "következő év", + "future" : "{0} év múlva", + "current" : "ez az év", + "past" : "{0} évvel ezelőtt", + "previous" : "előző év" + }, + "second" : { + "future" : "{0} másodperc múlva", + "current" : "most", + "past" : "{0} másodperccel ezelőtt" + }, + "hour" : { + "past" : "{0} órával ezelőtt", + "current" : "ebben az órában", + "future" : "{0} óra múlva" + }, + "now" : "most", + "month" : { + "previous" : "előző hónap", + "next" : "következő hónap", + "past" : "{0} hónappal ezelőtt", + "current" : "ez a hónap", + "future" : "{0} hónap múlva" + }, + "week" : { + "previous" : "előző hét", + "current" : "ez a hét", + "next" : "következő hét", + "past" : "{0} héttel ezelőtt", + "future" : "{0} hét múlva" + }, + "day" : { + "next" : "holnap", + "past" : "{0} napja", + "future" : "{0} nap múlva", + "previous" : "tegnap", + "current" : "ma" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hy.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hy.json new file mode 100644 index 0000000..585bc2c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hy.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "վաղը", + "future" : "{0} օրից", + "previous" : "երեկ", + "current" : "այսօր", + "past" : "{0} օր առաջ" + }, + "quarter" : { + "next" : "հաջորդ եռամսյակ", + "past" : "{0} եռմս առաջ", + "future" : "{0} եռմս-ից", + "previous" : "նախորդ եռամսյակ", + "current" : "այս եռամսյակ" + }, + "hour" : { + "past" : "{0} ժ առաջ", + "current" : "այս ժամին", + "future" : "{0} ժ-ից" + }, + "year" : { + "next" : "հաջորդ տարի", + "past" : "{0} տ առաջ", + "current" : "այս տարի", + "previous" : "նախորդ տարի", + "future" : "{0} տարուց" + }, + "now" : "հիմա", + "month" : { + "current" : "այս ամիս", + "future" : "{0} ամսից", + "past" : "{0} ամիս առաջ", + "next" : "հաջորդ ամիս", + "previous" : "անցյալ ամիս" + }, + "week" : { + "previous" : "նախորդ շաբաթ", + "current" : "այս շաբաթ", + "past" : "{0} շաբ առաջ", + "future" : "{0} շաբ անց", + "next" : "հաջորդ շաբաթ" + }, + "minute" : { + "current" : "այս րոպեին", + "future" : "{0} ր-ից", + "past" : "{0} ր առաջ" + }, + "second" : { + "current" : "հիմա", + "past" : "{0} վ առաջ", + "future" : "{0} վ-ից" + } + }, + "long" : { + "day" : { + "previous" : "երեկ", + "current" : "այսօր", + "next" : "վաղը", + "past" : "{0} օր առաջ", + "future" : "{0} օրից" + }, + "week" : { + "current" : "այս շաբաթ", + "future" : "{0} շաբաթից", + "past" : "{0} շաբաթ առաջ", + "previous" : "նախորդ շաբաթ", + "next" : "հաջորդ շաբաթ" + }, + "minute" : { + "current" : "այս րոպեին", + "past" : "{0} րոպե առաջ", + "future" : "{0} րոպեից" + }, + "month" : { + "future" : "{0} ամսից", + "next" : "հաջորդ ամիս", + "previous" : "նախորդ ամիս", + "current" : "այս ամիս", + "past" : "{0} ամիս առաջ" + }, + "hour" : { + "past" : "{0} ժամ առաջ", + "current" : "այս ժամին", + "future" : "{0} ժամից" + }, + "year" : { + "past" : "{0} տարի առաջ", + "future" : "{0} տարուց", + "previous" : "նախորդ տարի", + "next" : "հաջորդ տարի", + "current" : "այս տարի" + }, + "second" : { + "future" : "{0} վայրկյանից", + "current" : "հիմա", + "past" : "{0} վայրկյան առաջ" + }, + "now" : "հիմա", + "quarter" : { + "past" : "{0} եռամսյակ առաջ", + "current" : "այս եռամսյակ", + "previous" : "նախորդ եռամսյակ", + "future" : "{0} եռամսյակից", + "next" : "հաջորդ եռամսյակ" + } + }, + "short" : { + "quarter" : { + "future" : "{0} եռմս-ից", + "next" : "հաջորդ եռամսյակ", + "previous" : "նախորդ եռամսյակ", + "current" : "այս եռամսյակ", + "past" : "{0} եռմս առաջ" + }, + "minute" : { + "past" : "{0} ր առաջ", + "current" : "այս րոպեին", + "future" : "{0} ր-ից" + }, + "year" : { + "next" : "հաջորդ տարի", + "future" : "{0} տարուց", + "current" : "այս տարի", + "past" : "{0} տ առաջ", + "previous" : "նախորդ տարի" + }, + "second" : { + "current" : "հիմա", + "past" : "{0} վրկ առաջ", + "future" : "{0} վրկ-ից" + }, + "hour" : { + "current" : "այս ժամին", + "past" : "{0} ժ առաջ", + "future" : "{0} ժ-ից" + }, + "now" : "հիմա", + "month" : { + "previous" : "անցյալ ամիս", + "next" : "հաջորդ ամիս", + "past" : "{0} ամիս առաջ", + "current" : "այս ամիս", + "future" : "{0} ամսից" + }, + "week" : { + "previous" : "նախորդ շաբաթ", + "current" : "այս շաբաթ", + "next" : "հաջորդ շաբաթ", + "past" : "{0} շաբ առաջ", + "future" : "{0} շաբ-ից" + }, + "day" : { + "next" : "վաղը", + "past" : "{0} օր առաջ", + "future" : "{0} օրից", + "previous" : "երեկ", + "current" : "այսօր" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/id.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/id.json new file mode 100644 index 0000000..360765f --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/id.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "besok", + "future" : "dalam {0} h", + "previous" : "kemarin", + "current" : "hari ini", + "past" : "{0} h lalu" + }, + "quarter" : { + "next" : "kuartal berikutnya", + "past" : "{0} krtl. lalu", + "future" : "dlm {0} krtl.", + "previous" : "Kuartal lalu", + "current" : "kuartal ini" + }, + "hour" : { + "future" : "dalam {0} jam", + "current" : "jam ini", + "past" : "{0} jam lalu" + }, + "year" : { + "next" : "tahun depan", + "past" : "{0} thn lalu", + "current" : "tahun ini", + "previous" : "tahun lalu", + "future" : "dlm {0} thn" + }, + "now" : "sekarang", + "month" : { + "current" : "bulan ini", + "future" : "dlm {0} bln", + "past" : "{0} bln lalu", + "next" : "bulan berikutnya", + "previous" : "bulan lalu" + }, + "week" : { + "previous" : "minggu lalu", + "current" : "minggu ini", + "past" : "{0} mgg lalu", + "future" : "dlm {0} mgg", + "next" : "minggu depan" + }, + "minute" : { + "future" : "dlm {0} mnt", + "current" : "menit ini", + "past" : "{0} mnt lalu" + }, + "second" : { + "current" : "sekarang", + "future" : "dlm {0} dtk", + "past" : "{0} dtk lalu" + } + }, + "long" : { + "day" : { + "previous" : "kemarin", + "current" : "hari ini", + "next" : "besok", + "past" : "{0} hari yang lalu", + "future" : "dalam {0} hari" + }, + "week" : { + "current" : "minggu ini", + "future" : "dalam {0} minggu", + "past" : "{0} minggu yang lalu", + "previous" : "minggu lalu", + "next" : "minggu depan" + }, + "minute" : { + "past" : "{0} menit yang lalu", + "current" : "menit ini", + "future" : "dalam {0} menit" + }, + "month" : { + "future" : "dalam {0} bulan", + "next" : "bulan berikutnya", + "previous" : "bulan lalu", + "current" : "bulan ini", + "past" : "{0} bulan yang lalu" + }, + "hour" : { + "past" : "{0} jam yang lalu", + "future" : "dalam {0} jam", + "current" : "jam ini" + }, + "year" : { + "past" : "{0} tahun yang lalu", + "future" : "dalam {0} tahun", + "previous" : "tahun lalu", + "next" : "tahun depan", + "current" : "tahun ini" + }, + "second" : { + "past" : "{0} detik yang lalu", + "current" : "sekarang", + "future" : "dalam {0} detik" + }, + "now" : "sekarang", + "quarter" : { + "past" : "{0} kuartal yang lalu", + "current" : "kuartal ini", + "previous" : "Kuartal lalu", + "future" : "dalam {0} kuartal", + "next" : "kuartal berikutnya" + } + }, + "short" : { + "quarter" : { + "future" : "dlm {0} krtl.", + "next" : "kuartal berikutnya", + "previous" : "Kuartal lalu", + "current" : "kuartal ini", + "past" : "{0} krtl. lalu" + }, + "minute" : { + "past" : "{0} mnt lalu", + "current" : "menit ini", + "future" : "dlm {0} mnt" + }, + "year" : { + "next" : "tahun depan", + "future" : "dlm {0} thn", + "current" : "tahun ini", + "past" : "{0} thn lalu", + "previous" : "tahun lalu" + }, + "second" : { + "current" : "sekarang", + "past" : "{0} dtk lalu", + "future" : "dlm {0} dtk" + }, + "hour" : { + "current" : "jam ini", + "past" : "{0} jam lalu", + "future" : "dalam {0} jam" + }, + "now" : "sekarang", + "month" : { + "previous" : "bulan lalu", + "next" : "bulan berikutnya", + "past" : "{0} bln lalu", + "current" : "bulan ini", + "future" : "dlm {0} bln" + }, + "week" : { + "previous" : "minggu lalu", + "current" : "minggu ini", + "next" : "minggu depan", + "past" : "{0} mgg lalu", + "future" : "dlm {0} mgg" + }, + "day" : { + "next" : "besok", + "past" : "{0} h lalu", + "future" : "dalam {0} h", + "previous" : "kemarin", + "current" : "hari ini" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/is.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/is.json new file mode 100644 index 0000000..9fd856b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/is.json @@ -0,0 +1,230 @@ +{ + "short" : { + "now" : "núna", + "month" : { + "future" : "eftir {0} mán.", + "next" : "í næsta mán.", + "current" : "í þessum mán.", + "past" : "fyrir {0} mán.", + "previous" : "í síðasta mán." + }, + "second" : { + "past" : "fyrir {0} sek.", + "future" : "eftir {0} sek.", + "current" : "núna" + }, + "year" : { + "next" : "á næsta ári", + "current" : "á þessu ári", + "past" : { + "other" : "fyrir {0} árum", + "one" : "fyrir {0} ári" + }, + "previous" : "á síðasta ári", + "future" : "eftir {0} ár" + }, + "week" : { + "previous" : "í síðustu viku", + "current" : "í þessari viku", + "past" : { + "other" : "fyrir {0} vikum", + "one" : "fyrir {0} viku" + }, + "future" : "eftir {0} vikur", + "next" : "í næstu viku" + }, + "day" : { + "previous" : "í gær", + "current" : "í dag", + "past" : { + "one" : "fyrir {0} degi", + "other" : "fyrir {0} dögum" + }, + "next" : "á morgun", + "future" : { + "one" : "eftir {0} dag", + "other" : "eftir {0} daga" + } + }, + "hour" : { + "past" : "fyrir {0} klst.", + "future" : "eftir {0} klst.", + "current" : "þessa stundina" + }, + "quarter" : { + "next" : "næsti ársfj.", + "previous" : "síðasti ársfj.", + "past" : "fyrir {0} ársfj.", + "future" : "eftir {0} ársfj.", + "current" : "þessi ársfj." + }, + "minute" : { + "future" : "eftir {0} mín.", + "current" : "á þessari mínútu", + "past" : "fyrir {0} mín." + } + }, + "long" : { + "minute" : { + "past" : { + "one" : "fyrir {0} mínútu", + "other" : "fyrir {0} mínútum" + }, + "future" : { + "one" : "eftir {0} mínútu", + "other" : "eftir {0} mínútur" + }, + "current" : "á þessari mínútu" + }, + "year" : { + "future" : "eftir {0} ár", + "current" : "á þessu ári", + "previous" : "á síðasta ári", + "next" : "á næsta ári", + "past" : { + "one" : "fyrir {0} ári", + "other" : "fyrir {0} árum" + } + }, + "quarter" : { + "past" : { + "one" : "fyrir {0} ársfjórðungi", + "other" : "fyrir {0} ársfjórðungum" + }, + "next" : "næsti ársfjórðungur", + "previous" : "síðasti ársfjórðungur", + "future" : { + "one" : "eftir {0} ársfjórðung", + "other" : "eftir {0} ársfjórðunga" + }, + "current" : "þessi ársfjórðungur" + }, + "week" : { + "future" : { + "one" : "eftir {0} viku", + "other" : "eftir {0} vikur" + }, + "past" : { + "other" : "fyrir {0} vikum", + "one" : "fyrir {0} viku" + }, + "previous" : "í síðustu viku", + "current" : "í þessari viku", + "next" : "í næstu viku" + }, + "hour" : { + "past" : { + "one" : "fyrir {0} klukkustund", + "other" : "fyrir {0} klukkustundum" + }, + "future" : { + "other" : "eftir {0} klukkustundir", + "one" : "eftir {0} klukkustund" + }, + "current" : "þessa stundina" + }, + "month" : { + "previous" : "í síðasta mánuði", + "next" : "í næsta mánuði", + "future" : { + "one" : "eftir {0} mánuð", + "other" : "eftir {0} mánuði" + }, + "past" : { + "one" : "fyrir {0} mánuði", + "other" : "fyrir {0} mánuðum" + }, + "current" : "í þessum mánuði" + }, + "second" : { + "current" : "núna", + "past" : { + "one" : "fyrir {0} sekúndu", + "other" : "fyrir {0} sekúndum" + }, + "future" : { + "other" : "eftir {0} sekúndur", + "one" : "eftir {0} sekúndu" + } + }, + "now" : "núna", + "day" : { + "next" : "á morgun", + "future" : { + "other" : "eftir {0} daga", + "one" : "eftir {0} dag" + }, + "previous" : "í gær", + "current" : "í dag", + "past" : { + "one" : "fyrir {0} degi", + "other" : "fyrir {0} dögum" + } + } + }, + "narrow" : { + "day" : { + "previous" : "í gær", + "future" : { + "other" : "+{0} daga", + "one" : "+{0} dag" + }, + "past" : { + "one" : "-{0} degi", + "other" : "-{0} dögum" + }, + "current" : "í dag", + "next" : "á morgun" + }, + "week" : { + "past" : { + "other" : "-{0} vikur", + "one" : "-{0} viku" + }, + "future" : { + "one" : "+{0} viku", + "other" : "+{0} vikur" + }, + "current" : "í þessari viku", + "previous" : "í síðustu viku", + "next" : "í næstu viku" + }, + "quarter" : { + "previous" : "síðasti ársfj.", + "future" : "eftir {0} ársfj.", + "next" : "næsti ársfj.", + "past" : "fyrir {0} ársfj.", + "current" : "þessi ársfj." + }, + "month" : { + "future" : "eftir {0} mán.", + "current" : "í þessum mán.", + "previous" : "í síðasta mán.", + "past" : "fyrir {0} mán.", + "next" : "í næsta mán." + }, + "hour" : { + "past" : "-{0} klst.", + "future" : "+{0} klst.", + "current" : "þessa stundina" + }, + "year" : { + "past" : "fyrir {0} árum", + "previous" : "á síðasta ári", + "next" : "á næsta ári", + "future" : "eftir {0} ár", + "current" : "á þessu ári" + }, + "now" : "núna", + "minute" : { + "past" : "-{0} mín.", + "future" : "+{0} mín.", + "current" : "á þessari mínútu" + }, + "second" : { + "current" : "núna", + "past" : "-{0} sek.", + "future" : "+{0} sek." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/it.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/it.json new file mode 100644 index 0000000..10116e0 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/it.json @@ -0,0 +1,251 @@ +{ + "long" : { + "day" : { + "current" : "oggi", + "next" : "domani", + "past" : { + "one" : "{0} giorno fa", + "other" : "{0} giorni fa" + }, + "future" : { + "one" : "tra {0} giorno", + "other" : "tra {0} giorni" + }, + "previous" : "ieri" + }, + "minute" : { + "future" : { + "one" : "tra {0} minuto", + "other" : "tra {0} minuti" + }, + "current" : "questo minuto", + "past" : { + "other" : "{0} minuti fa", + "one" : "{0} minuto fa" + } + }, + "second" : { + "future" : { + "one" : "tra {0} secondo", + "other" : "tra {0} secondi" + }, + "current" : "ora", + "past" : { + "one" : "{0} secondo fa", + "other" : "{0} secondi fa" + } + }, + "week" : { + "future" : { + "other" : "tra {0} settimane", + "one" : "tra {0} settimana" + }, + "previous" : "settimana scorsa", + "current" : "questa settimana", + "next" : "settimana prossima", + "past" : { + "one" : "{0} settimana fa", + "other" : "{0} settimane fa" + } + }, + "now" : "ora", + "month" : { + "past" : { + "other" : "{0} mesi fa", + "one" : "{0} mese fa" + }, + "current" : "questo mese", + "future" : { + "other" : "tra {0} mesi", + "one" : "tra {0} mese" + }, + "previous" : "mese scorso", + "next" : "mese prossimo" + }, + "quarter" : { + "future" : { + "other" : "tra {0} trimestri", + "one" : "tra {0} trimestre" + }, + "previous" : "trimestre scorso", + "next" : "trimestre prossimo", + "current" : "questo trimestre", + "past" : { + "other" : "{0} trimestri fa", + "one" : "{0} trimestre fa" + } + }, + "hour" : { + "past" : { + "other" : "{0} ore fa", + "one" : "{0} ora fa" + }, + "current" : "quest’ora", + "future" : { + "one" : "tra {0} ora", + "other" : "tra {0} ore" + } + }, + "year" : { + "current" : "quest’anno", + "next" : "anno prossimo", + "previous" : "anno scorso", + "future" : { + "one" : "tra {0} anno", + "other" : "tra {0} anni" + }, + "past" : { + "one" : "{0} anno fa", + "other" : "{0} anni fa" + } + } + }, + "narrow" : { + "second" : { + "future" : "tra {0} s", + "current" : "ora", + "past" : "{0}s fa" + }, + "month" : { + "past" : { + "other" : "{0} mesi fa", + "one" : "{0} mese fa" + }, + "future" : { + "one" : "tra {0} mese", + "other" : "tra {0} mesi" + }, + "next" : "mese prossimo", + "current" : "questo mese", + "previous" : "mese scorso" + }, + "quarter" : { + "current" : "questo trimestre", + "next" : "trimestre prossimo", + "past" : "{0} trim. fa", + "future" : "tra {0} trim.", + "previous" : "trimestre scorso" + }, + "now" : "ora", + "week" : { + "past" : "{0} sett. fa", + "current" : "questa settimana", + "next" : "settimana prossima", + "future" : "tra {0} sett.", + "previous" : "settimana scorsa" + }, + "year" : { + "previous" : "anno scorso", + "current" : "quest’anno", + "past" : { + "one" : "{0} anno fa", + "other" : "{0} anni fa" + }, + "future" : { + "one" : "tra {0} anno", + "other" : "tra {0} anni" + }, + "next" : "anno prossimo" + }, + "day" : { + "current" : "oggi", + "future" : { + "one" : "tra {0}g", + "other" : "tra {0} gg" + }, + "past" : { + "other" : "{0} gg fa", + "one" : "{0}g fa" + }, + "next" : "domani", + "previous" : "ieri" + }, + "hour" : { + "future" : "tra {0} h", + "current" : "quest’ora", + "past" : "{0}h fa" + }, + "minute" : { + "future" : "tra {0} min", + "current" : "questo minuto", + "past" : "{0} min fa" + } + }, + "short" : { + "month" : { + "next" : "mese prossimo", + "past" : { + "one" : "{0} mese fa", + "other" : "{0} mesi fa" + }, + "current" : "questo mese", + "previous" : "mese scorso", + "future" : { + "one" : "tra {0} mese", + "other" : "tra {0} mesi" + } + }, + "now" : "ora", + "day" : { + "next" : "domani", + "current" : "oggi", + "previous" : "ieri", + "past" : { + "other" : "{0}gg fa", + "one" : "{0}g fa" + }, + "future" : { + "one" : "tra {0} g", + "other" : "tra {0} gg" + } + }, + "year" : { + "previous" : "anno scorso", + "current" : "quest’anno", + "next" : "anno prossimo", + "past" : { + "other" : "{0} anni fa", + "one" : "{0} anno fa" + }, + "future" : { + "one" : "tra {0} anno", + "other" : "tra {0} anni" + } + }, + "hour" : { + "past" : "{0}h fa", + "future" : "tra {0}h", + "current" : "quest’ora" + }, + "minute" : { + "future" : "tra {0} min", + "current" : "questo minuto", + "past" : "{0} min fa" + }, + "second" : { + "past" : { + "one" : "{0}s fa", + "other" : "{0} sec. fa" + }, + "future" : { + "one" : "tra {0}s", + "other" : "tra {0} sec." + }, + "current" : "ora" + }, + "quarter" : { + "current" : "questo trimestre", + "future" : "tra {0} trim.", + "previous" : "trimestre scorso", + "next" : "trimestre prossimo", + "past" : "{0} trim. fa" + }, + "week" : { + "future" : "tra {0} sett.", + "previous" : "settimana scorsa", + "next" : "settimana prossima", + "past" : "{0} sett. fa", + "current" : "questa settimana" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ja.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ja.json new file mode 100644 index 0000000..2e673c0 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ja.json @@ -0,0 +1,161 @@ +{ + "long" : { + "hour" : { + "future" : "{0} 時間後", + "past" : "{0} 時間前", + "current" : "1 時間以内" + }, + "second" : { + "future" : "{0} 秒後", + "past" : "{0} 秒前", + "current" : "今" + }, + "week" : { + "next" : "翌週", + "current" : "今週", + "previous" : "先週", + "future" : "{0} 週間後", + "past" : "{0} 週間前" + }, + "minute" : { + "current" : "1 分以内", + "past" : "{0} 分前", + "future" : "{0} 分後" + }, + "year" : { + "current" : "今年", + "past" : "{0} 年前", + "future" : "{0} 年後", + "previous" : "昨年", + "next" : "翌年" + }, + "quarter" : { + "next" : "翌四半期", + "current" : "今四半期", + "future" : "{0} 四半期後", + "previous" : "前四半期", + "past" : "{0} 四半期前" + }, + "month" : { + "previous" : "先月", + "future" : "{0} か月後", + "current" : "今月", + "next" : "翌月", + "past" : "{0} か月前" + }, + "day" : { + "next" : "明日", + "past" : "{0} 日前", + "current" : "今日", + "future" : "{0} 日後", + "previous" : "昨日" + }, + "now" : "今" + }, + "narrow" : { + "week" : { + "current" : "今週", + "next" : "翌週", + "past" : "{0}週間前", + "previous" : "先週", + "future" : "{0}週間後" + }, + "minute" : { + "current" : "1 分以内", + "past" : "{0}分前", + "future" : "{0}分後" + }, + "month" : { + "current" : "今月", + "previous" : "先月", + "past" : "{0}か月前", + "next" : "翌月", + "future" : "{0}か月後" + }, + "now" : "今", + "year" : { + "current" : "今年", + "next" : "翌年", + "past" : "{0}年前", + "future" : "{0}年後", + "previous" : "昨年" + }, + "hour" : { + "future" : "{0}時間後", + "current" : "1 時間以内", + "past" : "{0}時間前" + }, + "quarter" : { + "previous" : "前四半期", + "current" : "今四半期", + "past" : "{0}四半期前", + "future" : "{0}四半期後", + "next" : "翌四半期" + }, + "second" : { + "past" : "{0}秒前", + "current" : "今", + "future" : "{0}秒後" + }, + "day" : { + "past" : "{0}日前", + "current" : "今日", + "future" : "{0}日後", + "previous" : "昨日", + "next" : "明日" + } + }, + "short" : { + "month" : { + "previous" : "先月", + "current" : "今月", + "next" : "翌月", + "past" : "{0} か月前", + "future" : "{0} か月後" + }, + "now" : "今", + "day" : { + "next" : "明日", + "current" : "今日", + "previous" : "昨日", + "past" : "{0} 日前", + "future" : "{0} 日後" + }, + "year" : { + "current" : "今年", + "future" : "{0} 年後", + "previous" : "昨年", + "next" : "翌年", + "past" : "{0} 年前" + }, + "hour" : { + "current" : "1 時間以内", + "past" : "{0} 時間前", + "future" : "{0} 時間後" + }, + "minute" : { + "past" : "{0} 分前", + "future" : "{0} 分後", + "current" : "1 分以内" + }, + "second" : { + "current" : "今", + "past" : "{0} 秒前", + "future" : "{0} 秒後" + }, + "quarter" : { + "future" : "{0} 四半期後", + "previous" : "前四半期", + "next" : "翌四半期", + "past" : "{0} 四半期前", + "current" : "今四半期" + }, + "week" : { + "next" : "翌週", + "past" : "{0} 週間前", + "current" : "今週", + "previous" : "先週", + "future" : "{0} 週間後" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/jgo.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/jgo.json new file mode 100644 index 0000000..26f333b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/jgo.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "now" : "now", + "week" : { + "next" : "next week", + "current" : "this week", + "past" : "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi", + "future" : "Nǔu ŋgap-mbi {0}", + "previous" : "last week" + }, + "quarter" : { + "previous" : "last quarter", + "next" : "next quarter", + "future" : "+{0} Q", + "current" : "this quarter", + "past" : "-{0} Q" + }, + "day" : { + "future" : "Nǔu lɛ́Ꞌ {0}", + "previous" : "yesterday", + "next" : "tomorrow", + "past" : "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}", + "current" : "lɔꞋɔ" + }, + "hour" : { + "current" : "this hour", + "past" : "ɛ́ gɛ mɔ́ {0} háwa", + "future" : "nǔu háwa {0}" + }, + "second" : { + "future" : "+{0} s", + "current" : "now", + "past" : "-{0} s" + }, + "month" : { + "past" : "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}", + "future" : "Nǔu {0} saŋ", + "current" : "this month", + "previous" : "last month", + "next" : "next month" + }, + "minute" : { + "future" : "nǔu {0} minút", + "current" : "this minute", + "past" : "ɛ́ gɛ́ mɔ́ minút {0}" + }, + "year" : { + "next" : "next year", + "future" : "Nǔu ŋguꞋ {0}", + "previous" : "last year", + "current" : "this year", + "past" : "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}" + } + }, + "long" : { + "day" : { + "future" : "Nǔu lɛ́Ꞌ {0}", + "past" : "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}", + "current" : "lɔꞋɔ", + "next" : "tomorrow", + "previous" : "yesterday" + }, + "second" : { + "past" : "-{0} s", + "current" : "now", + "future" : "+{0} s" + }, + "quarter" : { + "current" : "this quarter", + "next" : "next quarter", + "previous" : "last quarter", + "future" : "+{0} Q", + "past" : "-{0} Q" + }, + "month" : { + "future" : "Nǔu {0} saŋ", + "previous" : "last month", + "past" : "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}", + "next" : "next month", + "current" : "this month" + }, + "week" : { + "future" : "Nǔu ŋgap-mbi {0}", + "past" : "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi", + "current" : "this week", + "previous" : "last week", + "next" : "next week" + }, + "hour" : { + "future" : "nǔu háwa {0}", + "current" : "this hour", + "past" : "ɛ́ gɛ mɔ́ {0} háwa" + }, + "minute" : { + "future" : "nǔu {0} minút", + "past" : "ɛ́ gɛ́ mɔ́ minút {0}", + "current" : "this minute" + }, + "now" : "now", + "year" : { + "future" : "Nǔu ŋguꞋ {0}", + "next" : "next year", + "past" : "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}", + "previous" : "last year", + "current" : "this year" + } + }, + "short" : { + "hour" : { + "future" : "nǔu háwa {0}", + "current" : "this hour", + "past" : "ɛ́ gɛ mɔ́ {0} háwa" + }, + "now" : "now", + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "past" : "-{0} Q", + "next" : "next quarter", + "previous" : "last quarter" + }, + "day" : { + "current" : "lɔꞋɔ", + "past" : "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}", + "future" : "Nǔu lɛ́Ꞌ {0}", + "next" : "tomorrow", + "previous" : "yesterday" + }, + "week" : { + "current" : "this week", + "past" : "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi", + "future" : "Nǔu ŋgap-mbi {0}", + "next" : "next week", + "previous" : "last week" + }, + "minute" : { + "past" : "ɛ́ gɛ́ mɔ́ minút {0}", + "future" : "nǔu {0} minút", + "current" : "this minute" + }, + "second" : { + "past" : "-{0} s", + "current" : "now", + "future" : "+{0} s" + }, + "month" : { + "current" : "this month", + "future" : "Nǔu {0} saŋ", + "previous" : "last month", + "next" : "next month", + "past" : "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}" + }, + "year" : { + "future" : "Nǔu ŋguꞋ {0}", + "previous" : "last year", + "next" : "next year", + "current" : "this year", + "past" : "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ka.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ka.json new file mode 100644 index 0000000..8537adb --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ka.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "current" : "ამ კვარტალში", + "past" : "{0} კვარტ. წინ", + "next" : "შემდეგ კვარტალში", + "future" : "{0} კვარტალში", + "previous" : "გასულ კვარტალში" + }, + "day" : { + "next" : "ხვალ", + "previous" : "გუშინ", + "future" : "{0} დღეში", + "past" : "{0} დღის წინ", + "current" : "დღეს" + }, + "year" : { + "past" : "{0} წლის წინ", + "previous" : "გასულ წელს", + "future" : "{0} წელში", + "next" : "მომავალ წელს", + "current" : "ამ წელს" + }, + "minute" : { + "current" : "ამ წუთში", + "past" : "{0} წთ წინ", + "future" : "{0} წუთში" + }, + "now" : "ახლა", + "week" : { + "current" : "ამ კვირაში", + "previous" : "გასულ კვირაში", + "past" : "{0} კვირის წინ", + "next" : "მომავალ კვირაში", + "future" : "{0} კვირაში" + }, + "second" : { + "current" : "ახლა", + "future" : "{0} წამში", + "past" : "{0} წმ წინ" + }, + "month" : { + "future" : "{0} თვეში", + "current" : "ამ თვეში", + "past" : "{0} თვის წინ", + "previous" : "გასულ თვეს", + "next" : "მომავალ თვეს" + }, + "hour" : { + "past" : "{0} სთ წინ", + "future" : "{0} საათში", + "current" : "ამ საათში" + } + }, + "long" : { + "year" : { + "next" : "მომავალ წელს", + "previous" : "გასულ წელს", + "past" : "{0} წლის წინ", + "future" : "{0} წელიწადში", + "current" : "ამ წელს" + }, + "now" : "ახლა", + "quarter" : { + "next" : "შემდეგ კვარტალში", + "past" : "{0} კვარტალის წინ", + "future" : "{0} კვარტალში", + "current" : "ამ კვარტალში", + "previous" : "გასულ კვარტალში" + }, + "month" : { + "past" : "{0} თვის წინ", + "next" : "მომავალ თვეს", + "previous" : "გასულ თვეს", + "future" : "{0} თვეში", + "current" : "ამ თვეში" + }, + "second" : { + "current" : "ახლა", + "future" : "{0} წამში", + "past" : "{0} წამის წინ" + }, + "week" : { + "past" : "{0} კვირის წინ", + "previous" : "გასულ კვირაში", + "future" : "{0} კვირაში", + "next" : "მომავალ კვირაში", + "current" : "ამ კვირაში" + }, + "day" : { + "next" : "ხვალ", + "future" : "{0} დღეში", + "previous" : "გუშინ", + "current" : "დღეს", + "past" : "{0} დღის წინ" + }, + "minute" : { + "current" : "ამ წუთში", + "future" : "{0} წუთში", + "past" : "{0} წუთის წინ" + }, + "hour" : { + "past" : "{0} საათის წინ", + "future" : "{0} საათში", + "current" : "ამ საათში" + } + }, + "short" : { + "minute" : { + "past" : "{0} წთ წინ", + "future" : "{0} წუთში", + "current" : "ამ წუთში" + }, + "week" : { + "future" : "{0} კვირაში", + "previous" : "გასულ კვირაში", + "next" : "მომავალ კვირაში", + "current" : "ამ კვირაში", + "past" : "{0} კვ. წინ" + }, + "year" : { + "current" : "ამ წელს", + "previous" : "გასულ წელს", + "future" : "{0} წელში", + "past" : "{0} წლის წინ", + "next" : "მომავალ წელს" + }, + "month" : { + "next" : "მომავალ თვეს", + "past" : "{0} თვის წინ", + "future" : "{0} თვეში", + "previous" : "გასულ თვეს", + "current" : "ამ თვეში" + }, + "quarter" : { + "next" : "შემდეგ კვარტალში", + "past" : "{0} კვარტ. წინ", + "previous" : "გასულ კვარტალში", + "current" : "ამ კვარტალში", + "future" : "{0} კვარტალში" + }, + "day" : { + "current" : "დღეს", + "previous" : "გუშინ", + "past" : "{0} დღის წინ", + "next" : "ხვალ", + "future" : "{0} დღეში" + }, + "hour" : { + "past" : "{0} სთ წინ", + "future" : "{0} საათში", + "current" : "ამ საათში" + }, + "second" : { + "past" : "{0} წმ წინ", + "future" : "{0} წამში", + "current" : "ახლა" + }, + "now" : "ახლა" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kea.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kea.json new file mode 100644 index 0000000..d7504d4 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kea.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "manha", + "future" : "di li {0} dia", + "previous" : "onti", + "current" : "oji", + "past" : "a ten {0} dia" + }, + "quarter" : { + "next" : "next quarter", + "past" : "a ten {0} trim.", + "future" : "di li {0} trim.", + "previous" : "last quarter", + "current" : "this quarter" + }, + "hour" : { + "current" : "this hour", + "past" : "a ten {0} ora", + "future" : "di li {0} ora" + }, + "year" : { + "next" : "prósimu anu", + "past" : "a ten {0} anu", + "current" : "es anu li", + "previous" : "anu pasadu", + "future" : "di li {0} anu" + }, + "now" : "now", + "month" : { + "current" : "es mes li", + "future" : "di li {0} mes", + "past" : "a ten {0} mes", + "next" : "prósimu mes", + "previous" : "mes pasadu" + }, + "week" : { + "previous" : "simana pasadu", + "current" : "es simana li", + "past" : "a ten {0} sim.", + "future" : "di li {0} sim.", + "next" : "prósimu simana" + }, + "minute" : { + "past" : "a ten {0} m", + "future" : "di li {0} m", + "current" : "this minute" + }, + "second" : { + "current" : "now", + "past" : "a ten {0} s", + "future" : "di li {0} s" + } + }, + "long" : { + "day" : { + "previous" : "onti", + "current" : "oji", + "next" : "manha", + "past" : "a ten {0} dia", + "future" : "di li {0} dia" + }, + "week" : { + "current" : "es simana li", + "future" : "di li {0} simana", + "past" : "a ten {0} simana", + "previous" : "simana pasadu", + "next" : "prósimu simana" + }, + "minute" : { + "current" : "this minute", + "past" : "a ten {0} minutu", + "future" : "di li {0} minutu" + }, + "month" : { + "future" : "di li {0} mes", + "next" : "prósimu mes", + "previous" : "mes pasadu", + "current" : "es mes li", + "past" : "a ten {0} mes" + }, + "hour" : { + "current" : "this hour", + "past" : "a ten {0} ora", + "future" : "di li {0} ora" + }, + "year" : { + "past" : "a ten {0} anu", + "future" : "di li {0} anu", + "previous" : "anu pasadu", + "next" : "prósimu anu", + "current" : "es anu li" + }, + "second" : { + "future" : "di li {0} sigundu", + "current" : "now", + "past" : "a ten {0} sigundu" + }, + "now" : "now", + "quarter" : { + "past" : "a ten {0} trimestri", + "current" : "this quarter", + "previous" : "last quarter", + "future" : "di li {0} trimestri", + "next" : "next quarter" + } + }, + "short" : { + "quarter" : { + "future" : "di li {0} trim.", + "next" : "next quarter", + "previous" : "last quarter", + "current" : "this quarter", + "past" : "a ten {0} trim." + }, + "minute" : { + "past" : "a ten {0} min", + "current" : "this minute", + "future" : "di li {0} min" + }, + "year" : { + "next" : "prósimu anu", + "future" : "di li {0} anu", + "current" : "es anu li", + "past" : "a ten {0} anu", + "previous" : "anu pasadu" + }, + "second" : { + "future" : "di li {0} sig", + "current" : "now", + "past" : "a ten {0} sig" + }, + "hour" : { + "future" : "di li {0} ora", + "current" : "this hour", + "past" : "a ten {0} ora" + }, + "now" : "now", + "month" : { + "previous" : "mes pasadu", + "next" : "prósimu mes", + "past" : "a ten {0} mes", + "current" : "es mes li", + "future" : "di li {0} mes" + }, + "week" : { + "previous" : "simana pasadu", + "current" : "es simana li", + "next" : "prósimu simana", + "past" : "a ten {0} sim.", + "future" : "di li {0} sim." + }, + "day" : { + "next" : "manha", + "past" : "a ten {0} dia", + "future" : "di li {0} dia", + "previous" : "onti", + "current" : "oji" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kk.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kk.json new file mode 100644 index 0000000..bce9c11 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kk.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "ертең", + "future" : "{0} күннен кейін", + "previous" : "кеше", + "current" : "бүгін", + "past" : "{0} күн бұрын" + }, + "quarter" : { + "next" : "келесі тоқсан", + "past" : "{0} тқс. бұрын", + "future" : "{0} тқс. кейін", + "previous" : "өткен тоқсан", + "current" : "осы тоқсан" + }, + "hour" : { + "current" : "осы сағат", + "past" : "{0} сағ. бұрын", + "future" : "{0} сағ. кейін" + }, + "year" : { + "next" : "келесі жыл", + "past" : "{0} ж. бұрын", + "current" : "биылғы жыл", + "previous" : "былтырғы жыл", + "future" : "{0} ж. кейін" + }, + "now" : "қазір", + "month" : { + "current" : "осы ай", + "future" : "{0} айдан кейін", + "past" : "{0} ай бұрын", + "next" : "келесі ай", + "previous" : "өткен ай" + }, + "week" : { + "previous" : "өткен апта", + "current" : "осы апта", + "past" : "{0} ап. бұрын", + "future" : "{0} ап. кейін", + "next" : "келесі апта" + }, + "minute" : { + "past" : "{0} мин. бұрын", + "current" : "осы минут", + "future" : "{0} мин. кейін" + }, + "second" : { + "future" : "{0} сек. кейін", + "current" : "қазір", + "past" : "{0} сек. бұрын" + } + }, + "long" : { + "day" : { + "previous" : "кеше", + "current" : "бүгін", + "next" : "ертең", + "past" : "{0} күн бұрын", + "future" : "{0} күннен кейін" + }, + "week" : { + "current" : "осы апта", + "future" : "{0} аптадан кейін", + "past" : "{0} апта бұрын", + "previous" : "өткен апта", + "next" : "келесі апта" + }, + "minute" : { + "current" : "осы минут", + "past" : "{0} минут бұрын", + "future" : "{0} минуттан кейін" + }, + "month" : { + "future" : "{0} айдан кейін", + "next" : "келесі ай", + "previous" : "өткен ай", + "current" : "осы ай", + "past" : "{0} ай бұрын" + }, + "hour" : { + "current" : "осы сағат", + "past" : "{0} сағат бұрын", + "future" : "{0} сағаттан кейін" + }, + "year" : { + "past" : "{0} жыл бұрын", + "future" : "{0} жылдан кейін", + "previous" : "былтырғы жыл", + "next" : "келесі жыл", + "current" : "биылғы жыл" + }, + "second" : { + "current" : "қазір", + "past" : "{0} секунд бұрын", + "future" : "{0} секундтан кейін" + }, + "now" : "қазір", + "quarter" : { + "past" : "{0} тоқсан бұрын", + "current" : "осы тоқсан", + "previous" : "өткен тоқсан", + "future" : "{0} тоқсаннан кейін", + "next" : "келесі тоқсан" + } + }, + "short" : { + "quarter" : { + "future" : "{0} тқс. кейін", + "next" : "келесі тоқсан", + "previous" : "өткен тоқсан", + "current" : "осы тоқсан", + "past" : "{0} тқс. бұрын" + }, + "minute" : { + "past" : "{0} мин. бұрын", + "future" : "{0} мин. кейін", + "current" : "осы минут" + }, + "year" : { + "next" : "келесі жыл", + "future" : "{0} ж. кейін", + "current" : "биылғы жыл", + "past" : "{0} ж. бұрын", + "previous" : "былтырғы жыл" + }, + "second" : { + "current" : "қазір", + "past" : "{0} сек. бұрын", + "future" : "{0} сек. кейін" + }, + "hour" : { + "future" : "{0} сағ. кейін", + "current" : "осы сағат", + "past" : "{0} сағ. бұрын" + }, + "now" : "қазір", + "month" : { + "previous" : "өткен ай", + "next" : "келесі ай", + "past" : "{0} ай бұрын", + "current" : "осы ай", + "future" : "{0} айдан кейін" + }, + "week" : { + "previous" : "өткен апта", + "current" : "осы апта", + "next" : "келесі апта", + "past" : "{0} ап. бұрын", + "future" : "{0} ап. кейін" + }, + "day" : { + "next" : "ертең", + "past" : "{0} күн бұрын", + "future" : "{0} күннен кейін", + "previous" : "кеше", + "current" : "бүгін" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kl.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kl.json new file mode 100644 index 0000000..a519ecd --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kl.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "-{0} Q", + "future" : "+{0} Q", + "current" : "this quarter", + "previous" : "last quarter", + "next" : "next quarter" + }, + "year" : { + "previous" : "last year", + "next" : "next year", + "future" : "om {0} ukioq", + "current" : "this year", + "past" : "for {0} ukioq siden" + }, + "week" : { + "future" : "om {0} sapaatip-akunnera", + "previous" : "last week", + "next" : "next week", + "past" : "for {0} sapaatip-akunnera siden", + "current" : "this week" + }, + "day" : { + "current" : "today", + "past" : "for {0} ulloq unnuarlu siden", + "next" : "tomorrow", + "future" : "om {0} ulloq unnuarlu", + "previous" : "yesterday" + }, + "hour" : { + "current" : "this hour", + "past" : "for {0} nalunaaquttap-akunnera siden", + "future" : "om {0} nalunaaquttap-akunnera" + }, + "minute" : { + "future" : "om {0} minutsi", + "current" : "this minute", + "past" : "for {0} minutsi siden" + }, + "month" : { + "next" : "next month", + "current" : "this month", + "past" : "for {0} qaammat siden", + "future" : "om {0} qaammat", + "previous" : "last month" + }, + "now" : "now", + "second" : { + "future" : "om {0} sekundi", + "current" : "now", + "past" : "for {0} sekundi siden" + } + }, + "short" : { + "minute" : { + "past" : "for {0} minutsi siden", + "future" : "om {0} minutsi", + "current" : "this minute" + }, + "week" : { + "current" : "this week", + "past" : "for {0} sapaatip-akunnera siden", + "future" : "om {0} sapaatip-akunnera", + "next" : "next week", + "previous" : "last week" + }, + "year" : { + "current" : "this year", + "future" : "om {0} ukioq", + "past" : "for {0} ukioq siden", + "next" : "next year", + "previous" : "last year" + }, + "day" : { + "next" : "tomorrow", + "current" : "today", + "previous" : "yesterday", + "past" : "for {0} ulloq unnuarlu siden", + "future" : "om {0} ulloq unnuarlu" + }, + "hour" : { + "future" : "om {0} nalunaaquttap-akunnera", + "current" : "this hour", + "past" : "for {0} nalunaaquttap-akunnera siden" + }, + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "-{0} Q" + }, + "second" : { + "past" : "for {0} sekundi siden", + "current" : "now", + "future" : "om {0} sekundi" + }, + "month" : { + "current" : "this month", + "past" : "for {0} qaammat siden", + "future" : "om {0} qaammat", + "next" : "next month", + "previous" : "last month" + }, + "now" : "now" + }, + "long" : { + "hour" : { + "future" : "om {0} nalunaaquttap-akunnera", + "current" : "this hour", + "past" : "for {0} nalunaaquttap-akunnera siden" + }, + "day" : { + "next" : "tomorrow", + "past" : "for {0} ulloq unnuarlu siden", + "previous" : "yesterday", + "future" : "om {0} ulloq unnuarlu", + "current" : "today" + }, + "second" : { + "past" : "for {0} sekundi siden", + "current" : "now", + "future" : "om {0} sekundi" + }, + "week" : { + "future" : "om {0} sapaatip-akunnera", + "past" : "for {0} sapaatip-akunnera siden", + "current" : "this week", + "next" : "next week", + "previous" : "last week" + }, + "minute" : { + "future" : "om {0} minutsi", + "past" : "for {0} minutsi siden", + "current" : "this minute" + }, + "month" : { + "future" : "om {0} qaammat", + "past" : "for {0} qaammat siden", + "current" : "this month", + "previous" : "last month", + "next" : "next month" + }, + "now" : "now", + "year" : { + "current" : "this year", + "next" : "next year", + "previous" : "last year", + "future" : "om {0} ukioq", + "past" : "for {0} ukioq siden" + }, + "quarter" : { + "future" : "+{0} Q", + "previous" : "last quarter", + "past" : "-{0} Q", + "next" : "next quarter", + "current" : "this quarter" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/km.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/km.json new file mode 100644 index 0000000..a790f0b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/km.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "ថ្ងៃស្អែក", + "future" : "{0} ថ្ងៃទៀត", + "previous" : "ម្សិលមិញ", + "current" : "ថ្ងៃ​នេះ", + "past" : "{0} ថ្ងៃ​​មុន" + }, + "quarter" : { + "next" : "ត្រីមាស​ក្រោយ", + "past" : "{0} ត្រីមាស​មុន", + "future" : "{0} ត្រីមាសទៀត", + "previous" : "ត្រីមាស​មុន", + "current" : "ត្រីមាស​នេះ" + }, + "hour" : { + "current" : "ម៉ោងនេះ", + "future" : "{0} ម៉ោងទៀត", + "past" : "{0} ម៉ោង​មុន" + }, + "year" : { + "next" : "ឆ្នាំ​ក្រោយ", + "past" : "{0} ឆ្នាំ​មុន", + "current" : "ឆ្នាំ​នេះ", + "previous" : "ឆ្នាំ​មុន", + "future" : "{0} ឆ្នាំទៀត" + }, + "now" : "ឥឡូវ", + "month" : { + "current" : "ខែ​នេះ", + "future" : "{0} ខែទៀត", + "past" : "{0} ខែមុន", + "next" : "ខែ​ក្រោយ", + "previous" : "ខែ​មុន" + }, + "week" : { + "previous" : "សប្ដាហ៍​មុន", + "current" : "សប្ដាហ៍​នេះ", + "past" : "{0} សប្ដាហ៍​មុន", + "future" : "{0} សប្ដាហ៍ទៀត", + "next" : "សប្ដាហ៍​ក្រោយ" + }, + "minute" : { + "past" : "{0} នាទី​​មុន", + "future" : "{0} នាទីទៀត", + "current" : "នាទីនេះ" + }, + "second" : { + "current" : "ឥឡូវ", + "past" : "{0} វិនាទី​មុន", + "future" : "{0} វិនាទីទៀត" + } + }, + "long" : { + "day" : { + "previous" : "ម្សិលមិញ", + "current" : "ថ្ងៃ​នេះ", + "next" : "ថ្ងៃ​ស្អែក", + "past" : "{0} ថ្ងៃ​មុន", + "future" : "{0} ថ្ងៃទៀត" + }, + "week" : { + "current" : "សប្ដាហ៍​នេះ", + "future" : "{0} សប្ដាហ៍ទៀត", + "past" : "{0} សប្ដាហ៍​មុន", + "previous" : "សប្ដាហ៍​មុន", + "next" : "សប្ដាហ៍​ក្រោយ" + }, + "minute" : { + "past" : "{0} នាទី​មុន", + "future" : "{0} នាទីទៀត", + "current" : "នាទីនេះ" + }, + "month" : { + "future" : "{0} ខែទៀត", + "next" : "ខែ​ក្រោយ", + "previous" : "ខែ​មុន", + "current" : "ខែ​នេះ", + "past" : "{0} ខែមុន" + }, + "hour" : { + "future" : "ក្នុង​រយៈ​ពេល {0} ម៉ោង", + "current" : "ម៉ោងនេះ", + "past" : "{0} ម៉ោង​មុន" + }, + "year" : { + "past" : "{0} ឆ្នាំ​មុន", + "future" : "{0} ឆ្នាំទៀត", + "previous" : "ឆ្នាំ​មុន", + "next" : "ឆ្នាំ​ក្រោយ", + "current" : "ឆ្នាំ​នេះ" + }, + "second" : { + "future" : "{0} វិនាទីទៀត", + "current" : "ឥឡូវ", + "past" : "{0} វិនាទី​មុន" + }, + "now" : "ឥឡូវ", + "quarter" : { + "past" : "{0} ត្រីមាស​មុន", + "current" : "ត្រីមាស​នេះ", + "previous" : "ត្រីមាស​មុន", + "future" : "{0} ត្រីមាសទៀត", + "next" : "ត្រីមាស​ក្រោយ" + } + }, + "short" : { + "quarter" : { + "future" : "{0} ត្រីមាសទៀត", + "next" : "ត្រីមាស​ក្រោយ", + "previous" : "ត្រីមាស​មុន", + "current" : "ត្រីមាស​នេះ", + "past" : "{0} ត្រីមាស​មុន" + }, + "minute" : { + "current" : "នាទីនេះ", + "past" : "{0} នាទី​​មុន", + "future" : "{0} នាទីទៀត" + }, + "year" : { + "next" : "ឆ្នាំ​ក្រោយ", + "future" : "{0} ឆ្នាំទៀត", + "current" : "ឆ្នាំ​នេះ", + "past" : "{0} ឆ្នាំ​មុន", + "previous" : "ឆ្នាំ​មុន" + }, + "second" : { + "current" : "ឥឡូវ", + "past" : "{0} វិនាទី​មុន", + "future" : "{0} វិនាទីទៀត" + }, + "hour" : { + "past" : "{0} ម៉ោង​មុន", + "current" : "ម៉ោងនេះ", + "future" : "{0} ម៉ោងទៀត" + }, + "now" : "ឥឡូវ", + "month" : { + "previous" : "ខែ​មុន", + "next" : "ខែ​ក្រោយ", + "past" : "{0} ខែមុន", + "current" : "ខែ​នេះ", + "future" : "{0} ខែទៀត" + }, + "week" : { + "previous" : "សប្ដាហ៍​មុន", + "current" : "សប្ដាហ៍​នេះ", + "next" : "សប្ដាហ៍​ក្រោយ", + "past" : "{0} សប្ដាហ៍​មុន", + "future" : "{0} សប្ដាហ៍ទៀត" + }, + "day" : { + "next" : "ថ្ងៃស្អែក", + "past" : "{0} ថ្ងៃ​​មុន", + "future" : "{0} ថ្ងៃទៀត", + "previous" : "ម្សិលមិញ", + "current" : "ថ្ងៃ​នេះ" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kn.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kn.json new file mode 100644 index 0000000..f7ba414 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kn.json @@ -0,0 +1,302 @@ +{ + "narrow" : { + "now" : "ಈಗ", + "minute" : { + "current" : "ಈ ನಿಮಿಷ", + "future" : { + "one" : "{0} ನಿಮಿಷದಲ್ಲಿ", + "other" : "{0} ನಿಮಿಷಗಳಲ್ಲಿ" + }, + "past" : { + "other" : "{0} ನಿಮಿಷಗಳ ಹಿಂದೆ", + "one" : "{0} ನಿಮಿಷದ ಹಿಂದೆ" + } + }, + "week" : { + "future" : { + "one" : "{0} ವಾರದಲ್ಲಿ", + "other" : "{0} ವಾರಗಳಲ್ಲಿ" + }, + "current" : "ಈ ವಾರ", + "previous" : "ಕಳೆದ ವಾರ", + "next" : "ಮುಂದಿನ ವಾರ", + "past" : { + "one" : "{0} ವಾರದ ಹಿಂದೆ", + "other" : "{0} ವಾರಗಳ ಹಿಂದೆ" + } + }, + "hour" : { + "current" : "ಈ ಗಂಟೆ", + "future" : { + "one" : "{0} ಗಂಟೆಯಲ್ಲಿ", + "other" : "{0} ಗಂಟೆಗಳಲ್ಲಿ" + }, + "past" : { + "other" : "{0} ಗಂಟೆಗಳ ಹಿಂದೆ", + "one" : "{0} ಗಂಟೆ ಹಿಂದೆ" + } + }, + "month" : { + "current" : "ಈ ತಿಂಗಳು", + "future" : { + "other" : "{0} ತಿಂಗಳುಗಳಲ್ಲಿ", + "one" : "{0} ತಿಂಗಳಲ್ಲಿ" + }, + "previous" : "ಕಳೆದ ತಿಂಗಳು", + "next" : "ಮುಂದಿನ ತಿಂಗಳು", + "past" : { + "one" : "{0} ತಿಂಗಳ ಹಿಂದೆ", + "other" : "{0} ತಿಂಗಳುಗಳ ಹಿಂದೆ" + } + }, + "second" : { + "future" : { + "one" : "{0} ಸೆಕೆಂಡ್‌ನಲ್ಲಿ", + "other" : "{0} ಸೆಕೆಂಡ್‌ಗಳಲ್ಲಿ" + }, + "past" : { + "other" : "{0} ಸೆಕೆಂಡುಗಳ ಹಿಂದೆ", + "one" : "{0} ಸೆಕೆಂಡ್ ಹಿಂದೆ" + }, + "current" : "ಈಗ" + }, + "year" : { + "past" : { + "one" : "{0} ವರ್ಷದ ಹಿಂದೆ", + "other" : "{0} ವರ್ಷಗಳ ಹಿಂದೆ" + }, + "future" : { + "other" : "{0} ವರ್ಷಗಳಲ್ಲಿ", + "one" : "{0} ವರ್ಷದಲ್ಲಿ" + }, + "current" : "ಈ ವರ್ಷ", + "next" : "ಮುಂದಿನ ವರ್ಷ", + "previous" : "ಕಳೆದ ವರ್ಷ" + }, + "day" : { + "next" : "ನಾಳೆ", + "future" : { + "one" : "{0} ದಿನದಲ್ಲಿ", + "other" : "{0} ದಿನಗಳಲ್ಲಿ" + }, + "past" : { + "one" : "{0} ದಿನದ ಹಿಂದೆ", + "other" : "{0} ದಿನಗಳ ಹಿಂದೆ" + }, + "current" : "ಇಂದು", + "previous" : "ನಿನ್ನೆ" + }, + "quarter" : { + "future" : "{0} ತ್ರೈಮಾಸಿಕಗಳಲ್ಲಿ", + "current" : "ಈ ತ್ರೈಮಾಸಿಕ", + "next" : "ಮುಂದಿನ ತ್ರೈಮಾಸಿಕ", + "past" : { + "one" : "{0} ತ್ರೈ.ಮಾ. ಹಿಂದೆ", + "other" : "{0} ತ್ರೈಮಾಸಿಕಗಳ ಹಿಂದೆ" + }, + "previous" : "ಕಳೆದ ತ್ರೈಮಾಸಿಕ" + } + }, + "long" : { + "second" : { + "past" : { + "one" : "{0} ಸೆಕೆಂಡ್ ಹಿಂದೆ", + "other" : "{0} ಸೆಕೆಂಡುಗಳ ಹಿಂದೆ" + }, + "future" : { + "one" : "{0} ಸೆಕೆಂಡ್‌ನಲ್ಲಿ", + "other" : "{0} ಸೆಕೆಂಡ್‌ಗಳಲ್ಲಿ" + }, + "current" : "ಈಗ" + }, + "year" : { + "future" : { + "other" : "{0} ವರ್ಷಗಳಲ್ಲಿ", + "one" : "{0} ವರ್ಷದಲ್ಲಿ" + }, + "past" : { + "one" : "{0} ವರ್ಷದ ಹಿಂದೆ", + "other" : "{0} ವರ್ಷಗಳ ಹಿಂದೆ" + }, + "next" : "ಮುಂದಿನ ವರ್ಷ", + "current" : "ಈ ವರ್ಷ", + "previous" : "ಹಿಂದಿನ ವರ್ಷ" + }, + "day" : { + "current" : "ಇಂದು", + "next" : "ನಾಳೆ", + "previous" : "ನಿನ್ನೆ", + "past" : { + "one" : "{0} ದಿನದ ಹಿಂದೆ", + "other" : "{0} ದಿನಗಳ ಹಿಂದೆ" + }, + "future" : { + "one" : "{0} ದಿನದಲ್ಲಿ", + "other" : "{0} ದಿನಗಳಲ್ಲಿ" + } + }, + "minute" : { + "past" : { + "one" : "{0} ನಿಮಿಷದ ಹಿಂದೆ", + "other" : "{0} ನಿಮಿಷಗಳ ಹಿಂದೆ" + }, + "future" : { + "one" : "{0} ನಿಮಿಷದಲ್ಲಿ", + "other" : "{0} ನಿಮಿಷಗಳಲ್ಲಿ" + }, + "current" : "ಈ ನಿಮಿಷ" + }, + "quarter" : { + "next" : "ಮುಂದಿನ ತ್ರೈಮಾಸಿಕ", + "previous" : "ಹಿಂದಿನ ತ್ರೈಮಾಸಿಕ", + "future" : { + "one" : "{0} ತ್ರೈಮಾಸಿಕದಲ್ಲಿ", + "other" : "{0} ತ್ರೈಮಾಸಿಕಗಳಲ್ಲಿ" + }, + "past" : { + "other" : "{0} ತ್ರೈಮಾಸಿಕಗಳ ಹಿಂದೆ", + "one" : "{0} ತ್ರೈಮಾಸಿಕದ ಹಿಂದೆ" + }, + "current" : "ಈ ತ್ರೈಮಾಸಿಕ" + }, + "month" : { + "current" : "ಈ ತಿಂಗಳು", + "next" : "ಮುಂದಿನ ತಿಂಗಳು", + "previous" : "ಕಳೆದ ತಿಂಗಳು", + "past" : { + "other" : "{0} ತಿಂಗಳುಗಳ ಹಿಂದೆ", + "one" : "{0} ತಿಂಗಳ ಹಿಂದೆ" + }, + "future" : { + "other" : "{0} ತಿಂಗಳುಗಳಲ್ಲಿ", + "one" : "{0} ತಿಂಗಳಲ್ಲಿ" + } + }, + "hour" : { + "current" : "ಈ ಗಂಟೆ", + "past" : { + "other" : "{0} ಗಂಟೆಗಳ ಹಿಂದೆ", + "one" : "{0} ಗಂಟೆ ಹಿಂದೆ" + }, + "future" : { + "one" : "{0} ಗಂಟೆಯಲ್ಲಿ", + "other" : "{0} ಗಂಟೆಗಳಲ್ಲಿ" + } + }, + "week" : { + "next" : "ಮುಂದಿನ ವಾರ", + "future" : { + "one" : "{0} ವಾರದಲ್ಲಿ", + "other" : "{0} ವಾರಗಳಲ್ಲಿ" + }, + "current" : "ಈ ವಾರ", + "previous" : "ಕಳೆದ ವಾರ", + "past" : { + "other" : "{0} ವಾರಗಳ ಹಿಂದೆ", + "one" : "{0} ವಾರದ ಹಿಂದೆ" + } + }, + "now" : "ಈಗ" + }, + "short" : { + "month" : { + "previous" : "ಕಳೆದ ತಿಂಗಳು", + "current" : "ಈ ತಿಂಗಳು", + "next" : "ಮುಂದಿನ ತಿಂಗಳು", + "past" : { + "one" : "{0} ತಿಂಗಳು ಹಿಂದೆ", + "other" : "{0} ತಿಂಗಳುಗಳ ಹಿಂದೆ" + }, + "future" : { + "other" : "{0} ತಿಂಗಳುಗಳಲ್ಲಿ", + "one" : "{0} ತಿಂಗಳಲ್ಲಿ" + } + }, + "hour" : { + "current" : "ಈ ಗಂಟೆ", + "past" : { + "other" : "{0} ಗಂಟೆಗಳ ಹಿಂದೆ", + "one" : "{0} ಗಂಟೆ ಹಿಂದೆ" + }, + "future" : { + "one" : "{0} ಗಂಟೆಯಲ್ಲಿ", + "other" : "{0} ಗಂಟೆಗಳಲ್ಲಿ" + } + }, + "now" : "ಈಗ", + "quarter" : { + "future" : { + "one" : "{0} ತ್ರೈ.ಮಾ.ದಲ್ಲಿ", + "other" : "{0} ತ್ರೈಮಾಸಿಕಗಳಲ್ಲಿ" + }, + "previous" : "ಕಳೆದ ತ್ರೈಮಾಸಿಕ", + "current" : "ಈ ತ್ರೈಮಾಸಿಕ", + "next" : "ಮುಂದಿನ ತ್ರೈಮಾಸಿಕ", + "past" : { + "one" : "{0} ತ್ರೈ.ಮಾ. ಹಿಂದೆ", + "other" : "{0} ತ್ರೈಮಾಸಿಕಗಳ ಹಿಂದೆ" + } + }, + "week" : { + "previous" : "ಕಳೆದ ವಾರ", + "next" : "ಮುಂದಿನ ವಾರ", + "future" : { + "one" : "{0} ವಾರದಲ್ಲಿ", + "other" : "{0} ವಾರಗಳಲ್ಲಿ" + }, + "current" : "ಈ ವಾರ", + "past" : { + "one" : "{0} ವಾರದ ಹಿಂದೆ", + "other" : "{0} ವಾರಗಳ ಹಿಂದೆ" + } + }, + "day" : { + "current" : "ಇಂದು", + "previous" : "ನಿನ್ನೆ", + "next" : "ನಾಳೆ", + "past" : { + "other" : "{0} ದಿನಗಳ ಹಿಂದೆ", + "one" : "{0} ದಿನದ ಹಿಂದೆ" + }, + "future" : { + "other" : "{0} ದಿನಗಳಲ್ಲಿ", + "one" : "{0} ದಿನದಲ್ಲಿ" + } + }, + "minute" : { + "future" : { + "other" : "{0} ನಿಮಿಷಗಳಲ್ಲಿ", + "one" : "{0} ನಿಮಿಷದಲ್ಲಿ" + }, + "past" : { + "other" : "{0} ನಿಮಿಷಗಳ ಹಿಂದೆ", + "one" : "{0} ನಿಮಿಷದ ಹಿಂದೆ" + }, + "current" : "ಈ ನಿಮಿಷ" + }, + "second" : { + "current" : "ಈಗ", + "past" : { + "one" : "{0} ಸೆಕೆಂಡ್ ಹಿಂದೆ", + "other" : "{0} ಸೆಕೆಂಡುಗಳ ಹಿಂದೆ" + }, + "future" : { + "one" : "{0} ಸೆಕೆಂಡ್‌ನಲ್ಲಿ", + "other" : "{0} ಸೆಕೆಂಡ್‌ಗಳಲ್ಲಿ" + } + }, + "year" : { + "previous" : "ಕಳೆದ ವರ್ಷ", + "next" : "ಮುಂದಿನ ವರ್ಷ", + "current" : "ಈ ವರ್ಷ", + "future" : { + "other" : "{0} ವರ್ಷಗಳಲ್ಲಿ", + "one" : "{0} ವರ್ಷದಲ್ಲಿ" + }, + "past" : { + "one" : "{0} ವರ್ಷದ ಹಿಂದೆ", + "other" : "{0} ವರ್ಷಗಳ ಹಿಂದೆ" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ko.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ko.json new file mode 100644 index 0000000..bb4cd5c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ko.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "now" : "지금", + "week" : { + "next" : "다음 주", + "current" : "이번 주", + "past" : "{0}주 전", + "future" : "{0}주 후", + "previous" : "지난주" + }, + "quarter" : { + "previous" : "지난 분기", + "next" : "다음 분기", + "future" : "{0}분기 후", + "current" : "이번 분기", + "past" : "{0}분기 전" + }, + "day" : { + "future" : "{0}일 후", + "previous" : "어제", + "next" : "내일", + "past" : "{0}일 전", + "current" : "오늘" + }, + "hour" : { + "current" : "현재 시간", + "past" : "{0}시간 전", + "future" : "{0}시간 후" + }, + "second" : { + "future" : "{0}초 후", + "current" : "지금", + "past" : "{0}초 전" + }, + "month" : { + "past" : "{0}개월 전", + "future" : "{0}개월 후", + "current" : "이번 달", + "previous" : "지난달", + "next" : "다음 달" + }, + "minute" : { + "future" : "{0}분 후", + "current" : "현재 분", + "past" : "{0}분 전" + }, + "year" : { + "next" : "내년", + "future" : "{0}년 후", + "previous" : "작년", + "current" : "올해", + "past" : "{0}년 전" + } + }, + "long" : { + "day" : { + "future" : "{0}일 후", + "past" : "{0}일 전", + "current" : "오늘", + "next" : "내일", + "previous" : "어제" + }, + "second" : { + "past" : "{0}초 전", + "current" : "지금", + "future" : "{0}초 후" + }, + "quarter" : { + "current" : "이번 분기", + "next" : "다음 분기", + "previous" : "지난 분기", + "future" : "{0}분기 후", + "past" : "{0}분기 전" + }, + "month" : { + "future" : "{0}개월 후", + "previous" : "지난달", + "past" : "{0}개월 전", + "next" : "다음 달", + "current" : "이번 달" + }, + "week" : { + "future" : "{0}주 후", + "past" : "{0}주 전", + "current" : "이번 주", + "previous" : "지난주", + "next" : "다음 주" + }, + "hour" : { + "future" : "{0}시간 후", + "current" : "현재 시간", + "past" : "{0}시간 전" + }, + "minute" : { + "future" : "{0}분 후", + "past" : "{0}분 전", + "current" : "현재 분" + }, + "now" : "지금", + "year" : { + "future" : "{0}년 후", + "next" : "내년", + "past" : "{0}년 전", + "previous" : "작년", + "current" : "올해" + } + }, + "short" : { + "hour" : { + "future" : "{0}시간 후", + "current" : "현재 시간", + "past" : "{0}시간 전" + }, + "now" : "지금", + "quarter" : { + "current" : "이번 분기", + "future" : "{0}분기 후", + "past" : "{0}분기 전", + "next" : "다음 분기", + "previous" : "지난 분기" + }, + "day" : { + "current" : "오늘", + "past" : "{0}일 전", + "future" : "{0}일 후", + "next" : "내일", + "previous" : "어제" + }, + "week" : { + "current" : "이번 주", + "past" : "{0}주 전", + "future" : "{0}주 후", + "next" : "다음 주", + "previous" : "지난주" + }, + "minute" : { + "past" : "{0}분 전", + "future" : "{0}분 후", + "current" : "현재 분" + }, + "second" : { + "past" : "{0}초 전", + "current" : "지금", + "future" : "{0}초 후" + }, + "month" : { + "current" : "이번 달", + "future" : "{0}개월 후", + "previous" : "지난달", + "next" : "다음 달", + "past" : "{0}개월 전" + }, + "year" : { + "future" : "{0}년 후", + "previous" : "작년", + "next" : "내년", + "current" : "올해", + "past" : "{0}년 전" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kok.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kok.json new file mode 100644 index 0000000..628f04a --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kok.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "{0} त्रैमासीकां आदीं", + "future" : "{0} त्रैमासीकांत", + "current" : "हो त्रैमासीक", + "previous" : "फाटलो त्रैमासीक", + "next" : "फुडलो त्रैमासीक" + }, + "year" : { + "previous" : "फाटलें वर्स", + "next" : "फुडलें वर्स", + "future" : "{0} वर्सांनीं", + "current" : "हें वर्स", + "past" : "{0} वर्स आदीं" + }, + "week" : { + "future" : "{0} सप्तकांनीं", + "previous" : "निमाणो सप्तक", + "next" : "फुडलो सप्तक", + "past" : "{0} सप्त. आदीं", + "current" : "हो सप्तक" + }, + "day" : { + "current" : "आयज", + "past" : "{0} दीस आदीं", + "next" : "फाल्यां", + "future" : "{0} दिसानीं", + "previous" : "काल" + }, + "hour" : { + "current" : "हें वर", + "past" : "{0} वरा आदीं", + "future" : "{0} वरांनीं" + }, + "minute" : { + "future" : "{0} मिन्टां", + "current" : "हें मिनीट", + "past" : "{0} मिन्टां आदीं" + }, + "month" : { + "next" : "फुडलो म्हयनो", + "current" : "हो म्हयनो", + "past" : "{0} म्हयन्यां आदीं", + "future" : "{0} म्हयन्यानीं", + "previous" : "फाटलो म्हयनो" + }, + "now" : "आतां", + "second" : { + "future" : "{0} सेकंदानीं", + "current" : "आतां", + "past" : "{0} से. आदीं" + } + }, + "short" : { + "minute" : { + "past" : "{0} मिन्टां आदीं", + "future" : "{0} मिन्टां", + "current" : "हें मिनीट" + }, + "week" : { + "current" : "हो सप्तक", + "past" : "{0} सप्तकां आदीं", + "future" : "{0} सप्त.", + "next" : "फुडलो सप्तक", + "previous" : "निमाणो सप्तक" + }, + "year" : { + "future" : "{0} वर्सांनीं", + "previous" : "फाटलें वर्स", + "next" : "फुडलें वर्स", + "current" : "हें वर्स", + "past" : "{0} वर्स आदीं" + }, + "day" : { + "next" : "फाल्यां", + "current" : "आयज", + "previous" : "काल", + "past" : "{0} दीस आदीं", + "future" : "{0} दिसानीं" + }, + "hour" : { + "future" : "{0} वरांनीं", + "current" : "हें वर", + "past" : "{0} वरा आदीं" + }, + "quarter" : { + "current" : "हो त्रैमासीक", + "future" : "{0} त्रैमासीकांत", + "previous" : "फाटलो त्रैमासीक", + "next" : "फुडलो त्रैमासीक", + "past" : "{0} त्रैमासीकां आदीं" + }, + "second" : { + "past" : "{0} से. आदीं", + "current" : "आतां", + "future" : "{0} सेकंदानीं" + }, + "month" : { + "current" : "हो म्हयनो", + "past" : "{0} म्हयन्यां आदीं", + "future" : "{0} म्हयन्यानीं", + "next" : "फुडलो म्हयनो", + "previous" : "फाटलो म्हयनो" + }, + "now" : "आतां" + }, + "long" : { + "hour" : { + "future" : "{0} वरांनीं", + "current" : "हें वर", + "past" : "{0} वरा आदीं" + }, + "day" : { + "next" : "फाल्यां", + "past" : "{0} दीस आदीं", + "previous" : "काल", + "future" : "{0} दिसानीं", + "current" : "आयज" + }, + "second" : { + "past" : "{0} सेकंद आदीं", + "current" : "आतां", + "future" : "{0} सेकंदानीं" + }, + "week" : { + "future" : "{0} सप्तकांनीं", + "past" : "{0} सप्तकां आदीं", + "current" : "हो सप्तक", + "next" : "फुडलो सप्तक", + "previous" : "निमाणो सप्तक" + }, + "minute" : { + "future" : "{0} मिन्टां", + "past" : "{0} मिन्टां आदीं", + "current" : "हें मिनीट" + }, + "month" : { + "future" : "{0} म्हयन्यानीं", + "past" : "{0} म्हयन्यां आदीं", + "current" : "हो म्हयनो", + "previous" : "फाटलो म्हयनो", + "next" : "फुडलो म्हयनो" + }, + "now" : "आतां", + "year" : { + "current" : "हें वर्स", + "next" : "फुडलें वर्स", + "previous" : "फाटलें वर्स", + "future" : "{0} वर्सांनीं", + "past" : "{0} वर्सां आदीं" + }, + "quarter" : { + "future" : "{0} त्रैमासीकांत", + "previous" : "फाटलो त्रैमासीक", + "past" : "{0} त्रैमासीकां आदीं", + "next" : "फुडलो त्रैमासीक", + "current" : "हो त्रैमासीक" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ksh.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ksh.json new file mode 100644 index 0000000..1ff9a84 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ksh.json @@ -0,0 +1,185 @@ +{ + "narrow" : { + "second" : { + "future" : "+{0} s", + "past" : "-{0} s", + "current" : "now" + }, + "year" : { + "previous" : "läz Johr", + "next" : "näx Johr", + "future" : { + "zero" : "en keinem Johr", + "other" : "en {0} Johre", + "one" : "en {0} Johr" + }, + "current" : "diß Johr", + "past" : { + "other" : "vör {0} Johre", + "zero" : "vör keijnem Johr", + "one" : "vör {0} Johr" + } + }, + "month" : { + "past" : "-{0} m", + "next" : "nächste Mohnd", + "future" : "+{0} m", + "previous" : "lätzde Mohnd", + "current" : "diese Mohnd" + }, + "minute" : { + "past" : "-{0} min", + "current" : "this minute", + "future" : "+{0} min" + }, + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "past" : "-{0} Q", + "future" : "+{0} Q" + }, + "hour" : { + "future" : "+{0} h", + "past" : "-{0} h", + "current" : "this hour" + }, + "now" : "now", + "week" : { + "next" : "nächste Woche", + "previous" : "läz Woch", + "past" : "-{0} w", + "future" : "+{0} w", + "current" : "di Woch" + }, + "day" : { + "previous" : "jestere", + "future" : "+{0} d", + "past" : "-{0} d", + "current" : "hück", + "next" : "morje" + } + }, + "short" : { + "minute" : { + "current" : "this minute", + "past" : "-{0} min", + "future" : "+{0} min" + }, + "week" : { + "current" : "di Woch", + "past" : "-{0} w", + "future" : "+{0} w", + "next" : "nächste Woche", + "previous" : "läz Woch" + }, + "year" : { + "future" : { + "one" : "en {0} Johr", + "zero" : "en keinem Johr", + "other" : "en {0} Johre" + }, + "previous" : "läz Johr", + "next" : "näx Johr", + "current" : "diß Johr", + "past" : { + "zero" : "vör keijnem Johr", + "other" : "vör {0} Johre", + "one" : "vör {0} Johr" + } + }, + "day" : { + "next" : "morje", + "current" : "hück", + "previous" : "jestere", + "past" : "-{0} d", + "future" : "+{0} d" + }, + "hour" : { + "past" : "-{0} h", + "current" : "this hour", + "future" : "+{0} h" + }, + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "-{0} Q" + }, + "second" : { + "future" : "+{0} s", + "current" : "now", + "past" : "-{0} s" + }, + "month" : { + "current" : "diese Mohnd", + "past" : "-{0} m", + "future" : "+{0} m", + "next" : "nächste Mohnd", + "previous" : "lätzde Mohnd" + }, + "now" : "now" + }, + "long" : { + "minute" : { + "past" : "-{0} min", + "future" : "+{0} min", + "current" : "this minute" + }, + "now" : "now", + "week" : { + "previous" : "läz Woch", + "past" : "-{0} w", + "future" : "+{0} w", + "current" : "di Woch", + "next" : "nächste Woche" + }, + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "previous" : "last quarter", + "current" : "this quarter", + "future" : "+{0} Q" + }, + "hour" : { + "future" : "+{0} h", + "current" : "this hour", + "past" : "-{0} h" + }, + "day" : { + "current" : "hück", + "future" : "+{0} d", + "next" : "morje", + "previous" : "jestere", + "past" : "-{0} d" + }, + "month" : { + "next" : "nächste Mohnd", + "past" : "-{0} m", + "future" : "+{0} m", + "previous" : "lätzde Mohnd", + "current" : "diese Mohnd" + }, + "second" : { + "current" : "now", + "future" : "+{0} s", + "past" : "-{0} s" + }, + "year" : { + "next" : "näx Johr", + "current" : "diß Johr", + "future" : { + "other" : "en {0} Johre", + "zero" : "en keinem Johr", + "one" : "en {0} Johr" + }, + "previous" : "läz Johr", + "past" : { + "zero" : "vör keijnem Johr", + "other" : "vör {0} Johre", + "one" : "vör {0} Johr" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ky.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ky.json new file mode 100644 index 0000000..924eed0 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ky.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "next" : "кийинки чейр.", + "past" : "{0} чейр. мурун", + "future" : "{0} чейр. кийин", + "previous" : "акыркы чейр.", + "current" : "бул чейр." + }, + "day" : { + "next" : "эртеӊ", + "future" : "{0} күн. кийин", + "previous" : "кечээ", + "current" : "бүгүн", + "past" : "{0} күн мурун" + }, + "year" : { + "next" : "эмдиги жылы", + "past" : "{0} жыл мурун", + "current" : "быйыл", + "previous" : "былтыр", + "future" : "{0} жыл. кийин" + }, + "week" : { + "previous" : "өткөн апт.", + "current" : "ушул апт.", + "past" : "{0} апт. мурун", + "future" : "{0} апт. кийин", + "next" : "келерки апт." + }, + "second" : { + "future" : "{0} сек. кийн", + "current" : "азыр", + "past" : "{0} сек. мурн" + }, + "minute" : { + "current" : "ушул мүнөттө", + "past" : "{0} мүн. мурн", + "future" : "{0} мүн. кийн" + }, + "hour" : { + "past" : "{0} с. мурн", + "future" : "{0} с. кийн", + "current" : "ушул саатта" + }, + "now" : "азыр", + "month" : { + "current" : "бул айда", + "future" : "{0} айд. кийн", + "past" : "{0} ай мурн", + "next" : "эмдиги айда", + "previous" : "өткөн айда" + } + }, + "long" : { + "now" : "азыр", + "minute" : { + "current" : "ушул мүнөттө", + "past" : "{0} мүнөт мурун", + "future" : "{0} мүнөттөн кийин" + }, + "quarter" : { + "future" : "{0} чейректен кийин", + "current" : "бул чейрек", + "next" : "кийинки чейрек", + "past" : "{0} чейрек мурун", + "previous" : "акыркы чейрек" + }, + "week" : { + "past" : "{0} апта мурун", + "future" : "{0} аптадан кийин", + "previous" : "өткөн аптада", + "next" : "келерки аптада", + "current" : "ушул аптада" + }, + "day" : { + "next" : "эртеӊ", + "previous" : "кечээ", + "future" : "{0} күндөн кийин", + "current" : "бүгүн", + "past" : "{0} күн мурун" + }, + "hour" : { + "future" : "{0} сааттан кийин", + "current" : "ушул саатта", + "past" : "{0} саат мурун" + }, + "month" : { + "current" : "бул айда", + "past" : "{0} ай мурун", + "previous" : "өткөн айда", + "future" : "{0} айдан кийин", + "next" : "эмдиги айда" + }, + "second" : { + "future" : "{0} секунддан кийин", + "current" : "азыр", + "past" : "{0} секунд мурун" + }, + "year" : { + "previous" : "былтыр", + "next" : "эмдиги жылы", + "past" : "{0} жыл мурун", + "current" : "быйыл", + "future" : "{0} жылдан кийин" + } + }, + "short" : { + "quarter" : { + "future" : "{0} чейректен кийин", + "next" : "кийинки чейр.", + "previous" : "акыркы чейр.", + "current" : "бул чейр.", + "past" : "{0} чейр. мурун" + }, + "minute" : { + "current" : "ушул мүнөттө", + "past" : "{0} мүн. мурун", + "future" : "{0} мүн. кийин" + }, + "year" : { + "next" : "эмдиги жылы", + "future" : "{0} жыл. кийин", + "current" : "быйыл", + "past" : "{0} жыл мурун", + "previous" : "былтыр" + }, + "second" : { + "future" : "{0} сек. кийин", + "current" : "азыр", + "past" : "{0} сек. мурун" + }, + "hour" : { + "current" : "ушул саатта", + "past" : "{0} саат. мурун", + "future" : "{0} саат. кийин" + }, + "now" : "азыр", + "month" : { + "previous" : "өткөн айда", + "next" : "эмдиги айда", + "past" : "{0} ай мурун", + "current" : "бул айда", + "future" : "{0} айд. кийин" + }, + "week" : { + "previous" : "өткөн апт.", + "current" : "ушул апт.", + "next" : "келерки апт.", + "past" : "{0} апт. мурун", + "future" : "{0} апт. кийин" + }, + "day" : { + "next" : "эртеӊ", + "past" : "{0} күн мурун", + "future" : "{0} күн. кийин", + "previous" : "кечээ", + "current" : "бүгүн" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lb.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lb.json new file mode 100644 index 0000000..b13897f --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lb.json @@ -0,0 +1,257 @@ +{ + "narrow" : { + "month" : { + "past" : "-{0} M.", + "next" : "nächste Mount", + "previous" : "leschte Mount", + "current" : "dëse Mount", + "future" : "+{0} M." + }, + "second" : { + "current" : "now", + "past" : "-{0} Sek.", + "future" : "+{0} Sek." + }, + "day" : { + "current" : "haut", + "past" : "-{0} D.", + "previous" : "gëschter", + "next" : "muer", + "future" : "+{0} D." + }, + "now" : "now", + "quarter" : { + "previous" : "last quarter", + "next" : "next quarter", + "current" : "this quarter", + "future" : "+{0} Q.", + "past" : "-{0} Q." + }, + "week" : { + "current" : "dës Woch", + "future" : "+{0} W.", + "next" : "nächst Woch", + "past" : "-{0} W.", + "previous" : "lescht Woch" + }, + "minute" : { + "future" : "+{0} Min.", + "past" : "-{0} Min.", + "current" : "this minute" + }, + "hour" : { + "current" : "this hour", + "past" : "-{0} St.", + "future" : "+{0} St." + }, + "year" : { + "previous" : "lescht Joer", + "next" : "nächst Joer", + "current" : "dëst Joer", + "future" : "+{0} J.", + "past" : "-{0} J." + } + }, + "long" : { + "quarter" : { + "next" : "next quarter", + "current" : "this quarter", + "past" : { + "one" : "virun {0} Quartal", + "other" : "viru(n) {0} Quartaler" + }, + "previous" : "last quarter", + "future" : { + "other" : "a(n) {0} Quartaler", + "one" : "an {0} Quartal" + } + }, + "hour" : { + "future" : { + "one" : "an {0} Stonn", + "other" : "a(n) {0} Stonnen" + }, + "past" : { + "one" : "virun {0} Stonn", + "other" : "viru(n) {0} Stonnen" + }, + "current" : "this hour" + }, + "month" : { + "next" : "nächste Mount", + "previous" : "leschte Mount", + "current" : "dëse Mount", + "future" : { + "one" : "an {0} Mount", + "other" : "a(n) {0} Méint" + }, + "past" : { + "other" : "viru(n) {0} Méint", + "one" : "virun {0} Mount" + } + }, + "now" : "now", + "week" : { + "current" : "dës Woch", + "next" : "nächst Woch", + "past" : { + "one" : "virun {0} Woch", + "other" : "viru(n) {0} Wochen" + }, + "previous" : "lescht Woch", + "future" : { + "other" : "a(n) {0} Wochen", + "one" : "an {0} Woch" + } + }, + "minute" : { + "current" : "this minute", + "future" : { + "one" : "an {0} Minutt", + "other" : "a(n) {0} Minutten" + }, + "past" : { + "one" : "virun {0} Minutt", + "other" : "viru(n) {0} Minutten" + } + }, + "second" : { + "future" : { + "one" : "an {0} Sekonn", + "other" : "a(n) {0} Sekonnen" + }, + "current" : "now", + "past" : { + "other" : "viru(n) {0} Sekonnen", + "one" : "virun {0} Sekonn" + } + }, + "day" : { + "current" : "haut", + "future" : { + "one" : "an {0} Dag", + "other" : "a(n) {0} Deeg" + }, + "previous" : "gëschter", + "next" : "muer", + "past" : { + "other" : "viru(n) {0} Deeg", + "one" : "virun {0} Dag" + } + }, + "year" : { + "past" : { + "one" : "virun {0} Joer", + "other" : "viru(n) {0} Joer" + }, + "next" : "nächst Joer", + "previous" : "lescht Joer", + "current" : "dëst Joer", + "future" : { + "one" : "an {0} Joer", + "other" : "a(n) {0} Joer" + } + } + }, + "short" : { + "hour" : { + "current" : "this hour", + "past" : { + "other" : "viru(n) {0} St.", + "one" : "virun {0} St." + }, + "future" : { + "one" : "an {0} St.", + "other" : "a(n) {0} St." + } + }, + "second" : { + "future" : { + "one" : "an {0} Sek.", + "other" : "a(n) {0} Sek." + }, + "past" : { + "one" : "virun {0} Sek.", + "other" : "viru(n) {0} Sek." + }, + "current" : "now" + }, + "now" : "now", + "year" : { + "past" : { + "one" : "virun {0} J.", + "other" : "viru(n) {0} J." + }, + "future" : { + "one" : "an {0} J.", + "other" : "a(n) {0} J." + }, + "previous" : "lescht Joer", + "current" : "dëst Joer", + "next" : "nächst Joer" + }, + "quarter" : { + "previous" : "last quarter", + "future" : { + "other" : "a(n) {0} Q.", + "one" : "an {0} Q." + }, + "next" : "next quarter", + "past" : { + "other" : "viru(n) {0} Q.", + "one" : "virun {0} Q." + }, + "current" : "this quarter" + }, + "week" : { + "previous" : "lescht Woch", + "current" : "dës Woch", + "next" : "nächst Woch", + "past" : { + "one" : "virun {0} W.", + "other" : "viru(n) {0} W." + }, + "future" : { + "other" : "a(n) {0} W.", + "one" : "an {0} W." + } + }, + "day" : { + "next" : "muer", + "past" : { + "other" : "viru(n) {0} D.", + "one" : "virun {0} D." + }, + "previous" : "gëschter", + "future" : { + "one" : "an {0} D.", + "other" : "a(n) {0} D." + }, + "current" : "haut" + }, + "minute" : { + "past" : { + "other" : "viru(n) {0} Min.", + "one" : "virun {0} Min." + }, + "future" : { + "one" : "an {0} Min.", + "other" : "a(n) {0} Min." + }, + "current" : "this minute" + }, + "month" : { + "next" : "nächste Mount", + "past" : { + "one" : "virun {0} M.", + "other" : "viru(n) {0} M." + }, + "future" : { + "one" : "an {0} M.", + "other" : "a(n) {0} M." + }, + "previous" : "leschte Mount", + "current" : "dëse Mount" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lkt.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lkt.json new file mode 100644 index 0000000..8d668d6 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lkt.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "year" : { + "future" : "Letáŋhaŋ ómakȟa {0} kiŋháŋ", + "previous" : "Ómakȟa kʼuŋ héhaŋ", + "next" : "Tȟokáta ómakȟa kiŋháŋ", + "current" : "Lé ómakȟa kiŋ", + "past" : "Hékta ómakȟa {0} kʼuŋ héhaŋ" + }, + "week" : { + "past" : "Hékta okó {0} kʼuŋ héhaŋ", + "previous" : "Okó kʼuŋ héhaŋ", + "future" : "Letáŋhaŋ okó {0} kiŋháŋ", + "current" : "Lé okó kiŋ", + "next" : "Tȟokáta okó kiŋháŋ" + }, + "hour" : { + "current" : "this hour", + "past" : "Hékta owápȟe {0} kʼuŋ héhaŋ", + "future" : "Letáŋhaŋ owápȟe {0} kiŋháŋ" + }, + "quarter" : { + "current" : "this quarter", + "previous" : "last quarter", + "future" : "+{0} Q", + "past" : "-{0} Q", + "next" : "next quarter" + }, + "second" : { + "past" : "Hékta okpí {0} k’uŋ héhaŋ", + "future" : "Letáŋhaŋ okpí {0} kiŋháŋ", + "current" : "now" + }, + "month" : { + "current" : "Lé wí kiŋ", + "future" : "Letáŋhaŋ wíyawapi {0} kiŋháŋ", + "past" : "Hékta wíyawapi {0} kʼuŋ héhaŋ", + "next" : "Tȟokáta wí kiŋháŋ", + "previous" : "Wí kʼuŋ héhaŋ" + }, + "day" : { + "previous" : "Ȟtálehaŋ", + "future" : "Letáŋhaŋ {0}-čháŋ kiŋháŋ", + "next" : "Híŋhaŋni kiŋháŋ", + "current" : "Lé aŋpétu kiŋ", + "past" : "Hékta {0}-čháŋ k’uŋ héhaŋ" + }, + "minute" : { + "future" : "Letáŋhaŋ oȟ’áŋkȟo {0} kiŋháŋ", + "current" : "this minute", + "past" : "Hékta oȟ’áŋkȟo {0} k’uŋ héhaŋ" + }, + "now" : "now" + }, + "long" : { + "quarter" : { + "next" : "next quarter", + "current" : "this quarter", + "previous" : "last quarter", + "past" : "-{0} Q", + "future" : "+{0} Q" + }, + "now" : "now", + "year" : { + "previous" : "Ómakȟa kʼuŋ héhaŋ", + "past" : "Hékta ómakȟa {0} kʼuŋ héhaŋ", + "future" : "Letáŋhaŋ ómakȟa {0} kiŋháŋ", + "next" : "Tȟokáta ómakȟa kiŋháŋ", + "current" : "Lé ómakȟa kiŋ" + }, + "month" : { + "previous" : "Wí kʼuŋ héhaŋ", + "current" : "Lé wí kiŋ", + "future" : "Letáŋhaŋ wíyawapi {0} kiŋháŋ", + "past" : "Hékta wíyawapi {0} kʼuŋ héhaŋ", + "next" : "Tȟokáta wí kiŋháŋ" + }, + "day" : { + "previous" : "Ȟtálehaŋ", + "future" : "Letáŋhaŋ {0}-čháŋ kiŋháŋ", + "next" : "Híŋhaŋni kiŋháŋ", + "past" : "Hékta {0}-čháŋ k’uŋ héhaŋ", + "current" : "Lé aŋpétu kiŋ" + }, + "second" : { + "past" : "Hékta okpí {0} k’uŋ héhaŋ", + "future" : "Letáŋhaŋ okpí {0} kiŋháŋ", + "current" : "now" + }, + "week" : { + "past" : "Hékta okó {0} kʼuŋ héhaŋ", + "current" : "Lé okó kiŋ", + "next" : "Tȟokáta okó kiŋháŋ", + "previous" : "Okó kʼuŋ héhaŋ", + "future" : "Letáŋhaŋ okó {0} kiŋháŋ" + }, + "hour" : { + "future" : "Letáŋhaŋ owápȟe {0} kiŋháŋ", + "current" : "this hour", + "past" : "Hékta owápȟe {0} kʼuŋ héhaŋ" + }, + "minute" : { + "future" : "Letáŋhaŋ oȟ’áŋkȟo {0} kiŋháŋ", + "current" : "this minute", + "past" : "Hékta oȟ’áŋkȟo {0} k’uŋ héhaŋ" + } + }, + "short" : { + "second" : { + "current" : "now", + "past" : "Hékta okpí {0} k’uŋ héhaŋ", + "future" : "Letáŋhaŋ okpí {0} kiŋháŋ" + }, + "now" : "now", + "month" : { + "future" : "Letáŋhaŋ wíyawapi {0} kiŋháŋ", + "current" : "Lé wí kiŋ", + "past" : "Hékta wíyawapi {0} kʼuŋ héhaŋ", + "previous" : "Wí kʼuŋ héhaŋ", + "next" : "Tȟokáta wí kiŋháŋ" + }, + "day" : { + "previous" : "Ȟtálehaŋ", + "current" : "Lé aŋpétu kiŋ", + "next" : "Híŋhaŋni kiŋháŋ", + "future" : "Letáŋhaŋ {0}-čháŋ kiŋháŋ", + "past" : "Hékta {0}-čháŋ k’uŋ héhaŋ" + }, + "minute" : { + "current" : "this minute", + "future" : "Letáŋhaŋ oȟ’áŋkȟo {0} kiŋháŋ", + "past" : "Hékta oȟ’áŋkȟo {0} k’uŋ héhaŋ" + }, + "quarter" : { + "past" : "-{0} Q", + "previous" : "last quarter", + "current" : "this quarter", + "future" : "+{0} Q", + "next" : "next quarter" + }, + "hour" : { + "current" : "this hour", + "future" : "Letáŋhaŋ owápȟe {0} kiŋháŋ", + "past" : "Hékta owápȟe {0} kʼuŋ héhaŋ" + }, + "week" : { + "future" : "Letáŋhaŋ okó {0} kiŋháŋ", + "previous" : "Okó kʼuŋ héhaŋ", + "next" : "Tȟokáta okó kiŋháŋ", + "past" : "Hékta okó {0} kʼuŋ héhaŋ", + "current" : "Lé okó kiŋ" + }, + "year" : { + "next" : "Tȟokáta ómakȟa kiŋháŋ", + "current" : "Lé ómakȟa kiŋ", + "past" : "Hékta ómakȟa {0} kʼuŋ héhaŋ", + "future" : "Letáŋhaŋ ómakȟa {0} kiŋháŋ", + "previous" : "Ómakȟa kʼuŋ héhaŋ" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lo.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lo.json new file mode 100644 index 0000000..6954f38 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lo.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "{0} ຕມ. ກ່ອນ", + "future" : "ໃນ {0} ຕມ.", + "current" : "ໄຕຣມາດນີ້", + "previous" : "ໄຕຣມາດກ່ອນໜ້າ", + "next" : "ໄຕຣມາດໜ້າ" + }, + "year" : { + "previous" : "ປີກາຍ", + "next" : "ປີໜ້າ", + "future" : "ໃນອີກ {0} ປີ", + "current" : "ປີນີ້", + "past" : "{0} ປີກ່ອນ" + }, + "week" : { + "future" : "ໃນອີກ {0} ອທ.", + "previous" : "ອາທິດແລ້ວ", + "next" : "ອາທິດໜ້າ", + "past" : "{0} ອທ. ກ່ອນ", + "current" : "ອາທິດນີ້" + }, + "day" : { + "current" : "ມື້ນີ້", + "past" : "{0} ມື້ກ່ອນ", + "next" : "ມື້ອື່ນ", + "future" : "ໃນອີກ {0} ມື້", + "previous" : "ມື້ວານ" + }, + "hour" : { + "current" : "ຊົ່ວໂມງນີ້", + "past" : "{0} ຊມ. ກ່ອນ", + "future" : "ໃນອີກ {0} ຊມ." + }, + "minute" : { + "future" : "ໃນ {0} ນທ.", + "current" : "ນາທີນີ້", + "past" : "{0} ນທ. ກ່ອນ" + }, + "month" : { + "next" : "ເດືອນໜ້າ", + "current" : "ເດືອນນີ້", + "past" : "{0} ດ. ກ່ອນ", + "future" : "ໃນອີກ {0} ດ.", + "previous" : "ເດືອນແລ້ວ" + }, + "now" : "ຕອນນີ້", + "second" : { + "future" : "ໃນ {0} ວິ.", + "current" : "ຕອນນີ້", + "past" : "{0} ວິ. ກ່ອນ" + } + }, + "short" : { + "minute" : { + "past" : "{0} ນທ. ກ່ອນ", + "future" : "ໃນ {0} ນທ.", + "current" : "ນາທີນີ້" + }, + "week" : { + "current" : "ອາທິດນີ້", + "past" : "{0} ອທ. ກ່ອນ", + "future" : "ໃນອີກ {0} ອທ.", + "next" : "ອາທິດໜ້າ", + "previous" : "ອາທິດແລ້ວ" + }, + "year" : { + "future" : "ໃນອີກ {0} ປີ", + "previous" : "ປີກາຍ", + "next" : "ປີໜ້າ", + "current" : "ປີນີ້", + "past" : "{0} ປີກ່ອນ" + }, + "day" : { + "next" : "ມື້ອື່ນ", + "current" : "ມື້ນີ້", + "previous" : "ມື້ວານ", + "past" : "{0} ມື້ກ່ອນ", + "future" : "ໃນອີກ {0} ມື້" + }, + "hour" : { + "future" : "ໃນອີກ {0} ຊມ.", + "current" : "ຊົ່ວໂມງນີ້", + "past" : "{0} ຊມ. ກ່ອນ" + }, + "quarter" : { + "current" : "ໄຕຣມາດນີ້", + "future" : "ໃນ {0} ຕມ.", + "previous" : "ໄຕຣມາດກ່ອນໜ້າ", + "next" : "ໄຕຣມາດໜ້າ", + "past" : "{0} ຕມ. ກ່ອນ" + }, + "second" : { + "past" : "{0} ວິ. ກ່ອນ", + "current" : "ຕອນນີ້", + "future" : "ໃນ {0} ວິ." + }, + "month" : { + "current" : "ເດືອນນີ້", + "past" : "{0} ດ. ກ່ອນ", + "future" : "ໃນອີກ {0} ດ.", + "next" : "ເດືອນໜ້າ", + "previous" : "ເດືອນແລ້ວ" + }, + "now" : "ຕອນນີ້" + }, + "long" : { + "hour" : { + "future" : "ໃນອີກ {0} ຊົ່ວໂມງ", + "current" : "ຊົ່ວໂມງນີ້", + "past" : "{0} ຊົ່ວໂມງກ່ອນ" + }, + "day" : { + "next" : "ມື້ອື່ນ", + "past" : "{0} ມື້ກ່ອນ", + "previous" : "ມື້ວານ", + "future" : "ໃນອີກ {0} ມື້", + "current" : "ມື້ນີ້" + }, + "second" : { + "past" : "{0} ວິນາທີກ່ອນ", + "current" : "ຕອນນີ້", + "future" : "ໃນອີກ {0} ວິນາທີ" + }, + "week" : { + "future" : "ໃນອີກ {0} ອາທິດ", + "past" : "{0} ອາທິດກ່ອນ", + "current" : "ອາທິດນີ້", + "next" : "ອາທິດໜ້າ", + "previous" : "ອາທິດແລ້ວ" + }, + "minute" : { + "future" : "{0} ໃນອີກ 0 ນາທີ", + "past" : "{0} ນາທີກ່ອນ", + "current" : "ນາທີນີ້" + }, + "month" : { + "future" : "ໃນອີກ {0} ເດືອນ", + "past" : "{0} ເດືອນກ່ອນ", + "current" : "ເດືອນນີ້", + "previous" : "ເດືອນແລ້ວ", + "next" : "ເດືອນໜ້າ" + }, + "now" : "ຕອນນີ້", + "year" : { + "current" : "ປີນີ້", + "next" : "ປີໜ້າ", + "previous" : "ປີກາຍ", + "future" : "ໃນອີກ {0} ປີ", + "past" : "{0} ປີກ່ອນ" + }, + "quarter" : { + "future" : "ໃນອີກ {0} ໄຕຣມາດ", + "previous" : "ໄຕຣມາດກ່ອນໜ້າ", + "past" : "{0} ໄຕຣມາດກ່ອນ", + "next" : "ໄຕຣມາດໜ້າ", + "current" : "ໄຕຣມາດນີ້" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lt.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lt.json new file mode 100644 index 0000000..c30914b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lt.json @@ -0,0 +1,228 @@ +{ + "narrow" : { + "quarter" : { + "past" : "prieš {0} ketv.", + "future" : "po {0} ketv.", + "current" : "šis ketvirtis", + "previous" : "praėjęs ketvirtis", + "next" : "kitas ketvirtis" + }, + "year" : { + "previous" : "praėjusiais metais", + "next" : "kitais metais", + "future" : "po {0} m.", + "current" : "šiais metais", + "past" : "prieš {0} m." + }, + "week" : { + "future" : "po {0} sav.", + "previous" : "praėjusią savaitę", + "next" : "kitą savaitę", + "past" : "prieš {0} sav.", + "current" : "šią savaitę" + }, + "day" : { + "current" : "šiandien", + "past" : "prieš {0} d.", + "next" : "rytoj", + "future" : "po {0} d.", + "previous" : "vakar" + }, + "hour" : { + "current" : "šią valandą", + "past" : "prieš {0} val.", + "future" : "po {0} val." + }, + "minute" : { + "future" : "po {0} min.", + "current" : "šią minutę", + "past" : "prieš {0} min." + }, + "month" : { + "next" : "kitą mėnesį", + "current" : "šį mėnesį", + "past" : "prieš {0} mėn.", + "future" : "po {0} mėn.", + "previous" : "praėjusį mėnesį" + }, + "now" : "dabar", + "second" : { + "future" : "po {0} s", + "current" : "dabar", + "past" : "prieš {0} s" + } + }, + "short" : { + "minute" : { + "past" : "prieš {0} min.", + "future" : "po {0} min.", + "current" : "šią minutę" + }, + "week" : { + "current" : "šią savaitę", + "past" : "prieš {0} sav.", + "future" : "po {0} sav.", + "next" : "kitą savaitę", + "previous" : "praėjusią savaitę" + }, + "year" : { + "future" : "po {0} m.", + "previous" : "praėjusiais metais", + "next" : "kitais metais", + "current" : "šiais metais", + "past" : "prieš {0} m." + }, + "day" : { + "next" : "rytoj", + "current" : "šiandien", + "previous" : "vakar", + "past" : "prieš {0} d.", + "future" : "po {0} d." + }, + "hour" : { + "future" : "po {0} val.", + "current" : "šią valandą", + "past" : "prieš {0} val." + }, + "quarter" : { + "current" : "šis ketvirtis", + "future" : "po {0} ketv.", + "previous" : "praėjęs ketvirtis", + "next" : "kitas ketvirtis", + "past" : "prieš {0} ketv." + }, + "second" : { + "past" : "prieš {0} sek.", + "current" : "dabar", + "future" : "po {0} sek." + }, + "month" : { + "current" : "šį mėnesį", + "past" : "prieš {0} mėn.", + "future" : "po {0} mėn.", + "next" : "kitą mėnesį", + "previous" : "praėjusį mėnesį" + }, + "now" : "dabar" + }, + "long" : { + "quarter" : { + "next" : "kitas ketvirtis", + "current" : "šis ketvirtis", + "future" : { + "many" : "po {0} ketvirčio", + "one" : "po {0} ketvirčio", + "other" : "po {0} ketvirčių" + }, + "previous" : "praėjęs ketvirtis", + "past" : { + "few" : "prieš {0} ketvirčius", + "one" : "prieš {0} ketvirtį", + "many" : "prieš {0} ketvirčio", + "other" : "prieš {0} ketvirčių" + } + }, + "day" : { + "next" : "rytoj", + "past" : { + "few" : "prieš {0} dienas", + "one" : "prieš {0} dieną", + "many" : "prieš {0} dienos", + "other" : "prieš {0} dienų" + }, + "previous" : "vakar", + "current" : "šiandien", + "future" : { + "other" : "po {0} dienų", + "many" : "po {0} dienos", + "one" : "po {0} dienos" + } + }, + "week" : { + "current" : "šią savaitę", + "next" : "kitą savaitę", + "past" : { + "one" : "prieš {0} savaitę", + "few" : "prieš {0} savaites", + "other" : "prieš {0} savaičių", + "many" : "prieš {0} savaitės" + }, + "future" : { + "one" : "po {0} savaitės", + "other" : "po {0} savaičių", + "many" : "po {0} savaitės" + }, + "previous" : "praėjusią savaitę" + }, + "month" : { + "current" : "šį mėnesį", + "future" : { + "one" : "po {0} mėnesio", + "many" : "po {0} mėnesio", + "other" : "po {0} mėnesių" + }, + "next" : "kitą mėnesį", + "previous" : "praėjusį mėnesį", + "past" : { + "one" : "prieš {0} mėnesį", + "many" : "prieš {0} mėnesio", + "other" : "prieš {0} mėnesių", + "few" : "prieš {0} mėnesius" + } + }, + "second" : { + "future" : { + "one" : "po {0} sekundės", + "many" : "po {0} sekundės", + "other" : "po {0} sekundžių" + }, + "current" : "dabar", + "past" : { + "many" : "prieš {0} sekundės", + "one" : "prieš {0} sekundę", + "few" : "prieš {0} sekundes", + "other" : "prieš {0} sekundžių" + } + }, + "year" : { + "current" : "šiais metais", + "next" : "kitais metais", + "previous" : "praėjusiais metais", + "future" : "po {0} metų", + "past" : { + "other" : "prieš {0} metų", + "one" : "prieš {0} metus", + "few" : "prieš {0} metus" + } + }, + "hour" : { + "past" : { + "one" : "prieš {0} valandą", + "other" : "prieš {0} valandų", + "few" : "prieš {0} valandas", + "many" : "prieš {0} valandos" + }, + "future" : { + "many" : "po {0} valandos", + "other" : "po {0} valandų", + "one" : "po {0} valandos" + }, + "current" : "šią valandą" + }, + "now" : "dabar", + "minute" : { + "current" : "šią minutę", + "future" : { + "one" : "po {0} minutės", + "other" : "po {0} minučių", + "many" : "po {0} minutės" + }, + "past" : { + "other" : "prieš {0} minučių", + "many" : "prieš {0} minutės", + "one" : "prieš {0} minutę", + "few" : "prieš {0} minutes" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lv.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lv.json new file mode 100644 index 0000000..29e9af9 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lv.json @@ -0,0 +1,227 @@ +{ + "short" : { + "now" : "tagad", + "minute" : { + "past" : "pirms {0} min.", + "future" : "pēc {0} min.", + "current" : "šajā minūtē" + }, + "year" : { + "current" : "šajā gadā", + "future" : "pēc {0} g.", + "previous" : "pagājušajā gadā", + "next" : "nākamajā gadā", + "past" : "pirms {0} g." + }, + "second" : { + "current" : "tagad", + "future" : "pēc {0} sek.", + "past" : "pirms {0} sek." + }, + "hour" : { + "future" : "pēc {0} st.", + "past" : "pirms {0} st.", + "current" : "šajā stundā" + }, + "month" : { + "current" : "šajā mēnesī", + "next" : "nākamajā mēnesī", + "past" : "pirms {0} mēn.", + "future" : "pēc {0} mēn.", + "previous" : "pagājušajā mēnesī" + }, + "quarter" : { + "future" : "pēc {0} cet.", + "previous" : "pēdējais ceturksnis", + "next" : "nākamais ceturksnis", + "past" : "pirms {0} cet.", + "current" : "šis ceturksnis" + }, + "week" : { + "next" : "nākamajā nedēļā", + "past" : "pirms {0} ned.", + "current" : "šajā nedēļā", + "previous" : "pagājušajā nedēļā", + "future" : "pēc {0} ned." + }, + "day" : { + "next" : "rīt", + "current" : "šodien", + "previous" : "vakar", + "past" : { + "one" : "pirms {0} d.", + "other" : "pirms {0} d." + }, + "future" : { + "one" : "pēc {0} d.", + "other" : "pēc {0} d." + } + } + }, + "long" : { + "quarter" : { + "current" : "šis ceturksnis", + "previous" : "pēdējais ceturksnis", + "next" : "nākamais ceturksnis", + "past" : { + "one" : "pirms {0} ceturkšņa", + "other" : "pirms {0} ceturkšņiem" + }, + "future" : { + "one" : "pēc {0} ceturkšņa", + "other" : "pēc {0} ceturkšņiem" + } + }, + "minute" : { + "current" : "šajā minūtē", + "past" : { + "one" : "pirms {0} minūtes", + "other" : "pirms {0} minūtēm" + }, + "future" : { + "one" : "pēc {0} minūtes", + "other" : "pēc {0} minūtēm" + } + }, + "now" : "tagad", + "second" : { + "past" : { + "other" : "pirms {0} sekundēm", + "one" : "pirms {0} sekundes" + }, + "future" : { + "one" : "pēc {0} sekundes", + "other" : "pēc {0} sekundēm" + }, + "current" : "tagad" + }, + "hour" : { + "future" : { + "other" : "pēc {0} stundām", + "one" : "pēc {0} stundas" + }, + "current" : "šajā stundā", + "past" : { + "other" : "pirms {0} stundām", + "one" : "pirms {0} stundas" + } + }, + "week" : { + "next" : "nākamajā nedēļā", + "past" : { + "other" : "pirms {0} nedēļām", + "one" : "pirms {0} nedēļas" + }, + "current" : "šajā nedēļā", + "previous" : "pagājušajā nedēļā", + "future" : { + "other" : "pēc {0} nedēļām", + "one" : "pēc {0} nedēļas" + } + }, + "day" : { + "future" : { + "other" : "pēc {0} dienām", + "one" : "pēc {0} dienas" + }, + "past" : { + "one" : "pirms {0} dienas", + "other" : "pirms {0} dienām" + }, + "previous" : "vakar", + "current" : "šodien", + "next" : "rīt" + }, + "month" : { + "past" : { + "other" : "pirms {0} mēnešiem", + "one" : "pirms {0} mēneša" + }, + "previous" : "pagājušajā mēnesī", + "next" : "nākamajā mēnesī", + "future" : { + "other" : "pēc {0} mēnešiem", + "one" : "pēc {0} mēneša" + }, + "current" : "šajā mēnesī" + }, + "year" : { + "current" : "šajā gadā", + "previous" : "pagājušajā gadā", + "future" : { + "one" : "pēc {0} gada", + "other" : "pēc {0} gadiem" + }, + "next" : "nākamajā gadā", + "past" : { + "other" : "pirms {0} gadiem", + "one" : "pirms {0} gada" + } + } + }, + "narrow" : { + "week" : { + "past" : "pirms {0} ned.", + "future" : "pēc {0} ned.", + "next" : "nākamajā nedēļā", + "current" : "šajā nedēļā", + "previous" : "pagājušajā nedēļā" + }, + "minute" : { + "past" : "pirms {0} min", + "future" : { + "other" : "pēc {0} min", + "one" : "pēc {0} min" + }, + "current" : "šajā minūtē" + }, + "month" : { + "next" : "nākamajā mēnesī", + "past" : "pirms {0} mēn.", + "current" : "šajā mēnesī", + "future" : "pēc {0} mēn.", + "previous" : "pagājušajā mēnesī" + }, + "now" : "tagad", + "year" : { + "previous" : "pagājušajā gadā", + "current" : "šajā gadā", + "past" : "pirms {0} g.", + "future" : "pēc {0} g.", + "next" : "nākamajā gadā" + }, + "day" : { + "current" : "šodien", + "past" : { + "one" : "pirms {0} d.", + "other" : "pirms {0} d." + }, + "future" : { + "one" : "pēc {0} d.", + "other" : "pēc {0} d." + }, + "previous" : "vakar", + "next" : "rīt" + }, + "second" : { + "past" : { + "other" : "pirms {0} s", + "one" : "pirms {0} s" + }, + "current" : "tagad", + "future" : "pēc {0} s" + }, + "quarter" : { + "current" : "šis ceturksnis", + "previous" : "pēdējais ceturksnis", + "past" : "pirms {0} cet.", + "next" : "nākamais ceturksnis", + "future" : "pēc {0} cet." + }, + "hour" : { + "current" : "šajā stundā", + "past" : "pirms {0} h", + "future" : "pēc {0} h" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mk.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mk.json new file mode 100644 index 0000000..3c440c6 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mk.json @@ -0,0 +1,257 @@ +{ + "short" : { + "month" : { + "current" : "овој месец", + "next" : "следниот месец", + "past" : { + "one" : "пред {0} месец", + "other" : "пред {0} месеци" + }, + "future" : { + "one" : "за {0} месец", + "other" : "за {0} месеци" + }, + "previous" : "минатиот месец" + }, + "now" : "сега", + "day" : { + "next" : "утре", + "current" : "денес", + "previous" : "вчера", + "past" : { + "one" : "пред {0} ден", + "other" : "пред {0} дена" + }, + "future" : { + "one" : "за {0} ден", + "other" : "за {0} дена" + } + }, + "year" : { + "current" : "оваа година", + "future" : "за {0} год.", + "previous" : "минатата година", + "next" : "следната година", + "past" : "пред {0} год." + }, + "hour" : { + "past" : { + "other" : "пред {0} часа", + "one" : "пред {0} час" + }, + "future" : { + "one" : "за {0} час", + "other" : "за {0} часа" + }, + "current" : "часов" + }, + "minute" : { + "future" : "за {0} мин.", + "past" : "пред {0} мин.", + "current" : "оваа минута" + }, + "second" : { + "current" : "сега", + "future" : "за {0} сек.", + "past" : "пред {0} сек." + }, + "quarter" : { + "future" : "за {0} тромес.", + "previous" : "последното тромесечје", + "next" : "следното тромесечје", + "past" : "пред {0} тромес.", + "current" : "ова тромесечје" + }, + "week" : { + "next" : "следната седмица", + "past" : { + "one" : "пред {0} седмица", + "other" : "пред {0} седмици" + }, + "current" : "оваа седмица", + "previous" : "минатата седмица", + "future" : { + "other" : "за {0} седмици", + "one" : "за {0} седмица" + } + } + }, + "narrow" : { + "second" : { + "current" : "сега", + "past" : "пред {0} сек.", + "future" : "за {0} сек." + }, + "now" : "сега", + "quarter" : { + "previous" : "последното тромесечје", + "current" : "ова тромесечје", + "past" : "пред {0} тромес.", + "future" : "за {0} тромес.", + "next" : "следното тромесечје" + }, + "minute" : { + "future" : "за {0} мин.", + "current" : "оваа минута", + "past" : "пред {0} мин." + }, + "day" : { + "next" : "утре", + "current" : "денес", + "past" : { + "other" : "пред {0} дена", + "one" : "пред {0} ден" + }, + "future" : { + "other" : "за {0} дена", + "one" : "за {0} ден" + }, + "previous" : "вчера" + }, + "week" : { + "current" : "оваа седмица", + "next" : "следната седмица", + "past" : { + "other" : "пред {0} седмици", + "one" : "пред {0} седмица" + }, + "previous" : "минатата седмица", + "future" : { + "one" : "за {0} седмица", + "other" : "за {0} седмици" + } + }, + "month" : { + "current" : "овој месец", + "next" : "следниот месец", + "past" : { + "other" : "пред {0} месеци", + "one" : "пред {0} месец" + }, + "previous" : "минатиот месец", + "future" : { + "one" : "за {0} месец", + "other" : "за {0} месеци" + } + }, + "year" : { + "previous" : "минатата година", + "current" : "оваа година", + "next" : "следната година", + "past" : "пред {0} год.", + "future" : "за {0} год." + }, + "hour" : { + "current" : "часов", + "past" : { + "one" : "пред {0} час", + "other" : "пред {0} часа" + }, + "future" : { + "one" : "за {0} час", + "other" : "за {0} часа" + } + } + }, + "long" : { + "now" : "сега", + "minute" : { + "current" : "оваа минута", + "future" : { + "one" : "за {0} минута", + "other" : "за {0} минути" + }, + "past" : { + "other" : "пред {0} минути", + "one" : "пред {0} минута" + } + }, + "year" : { + "future" : { + "other" : "за {0} години", + "one" : "за {0} година" + }, + "previous" : "минатата година", + "next" : "следната година", + "past" : { + "other" : "пред {0} години", + "one" : "пред {0} година" + }, + "current" : "оваа година" + }, + "hour" : { + "current" : "часов", + "past" : { + "one" : "пред {0} час", + "other" : "пред {0} часа" + }, + "future" : { + "one" : "за {0} час", + "other" : "за {0} часа" + } + }, + "second" : { + "current" : "сега", + "past" : { + "one" : "пред {0} секунда", + "other" : "пред {0} секунди" + }, + "future" : { + "one" : "за {0} секунда", + "other" : "за {0} секунди" + } + }, + "day" : { + "previous" : "вчера", + "current" : "денес", + "future" : { + "other" : "за {0} дена", + "one" : "за {0} ден" + }, + "past" : { + "one" : "пред {0} ден", + "other" : "пред {0} дена" + }, + "next" : "утре" + }, + "month" : { + "previous" : "минатиот месец", + "current" : "овој месец", + "next" : "следниот месец", + "future" : { + "other" : "за {0} месеци", + "one" : "за {0} месец" + }, + "past" : { + "one" : "пред {0} месец", + "other" : "пред {0} месеци" + } + }, + "quarter" : { + "current" : "ова тромесечје", + "previous" : "последното тромесечје", + "past" : { + "one" : "пред {0} тромесечје", + "other" : "пред {0} тромесечја" + }, + "future" : { + "other" : "за {0} тромесечја", + "one" : "за {0} тромесечје" + }, + "next" : "следното тромесечје" + }, + "week" : { + "future" : { + "one" : "за {0} седмица", + "other" : "за {0} седмици" + }, + "current" : "оваа седмица", + "next" : "следната седмица", + "previous" : "минатата седмица", + "past" : { + "one" : "пред {0} седмица", + "other" : "пред {0} седмици" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ml.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ml.json new file mode 100644 index 0000000..b828f8e --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ml.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "നാളെ", + "future" : "{0} ദിവസത്തിൽ", + "previous" : "ഇന്നലെ", + "current" : "ഇന്ന്", + "past" : "{0} ദിവസം മുമ്പ്" + }, + "quarter" : { + "next" : "അടുത്ത പാദം", + "past" : "{0} പാദം മുമ്പ്", + "future" : "{0} പാദത്തിൽ", + "previous" : "കഴിഞ്ഞ പാദം", + "current" : "ഈ പാദം" + }, + "hour" : { + "future" : "{0} മണിക്കൂറിൽ", + "current" : "ഈ മണിക്കൂറിൽ", + "past" : "{0} മണിക്കൂർ മുമ്പ്" + }, + "year" : { + "next" : "അടുത്തവർഷം", + "past" : "{0} വർഷം മുമ്പ്", + "current" : "ഈ വർ‌ഷം", + "previous" : "കഴിഞ്ഞ വർഷം", + "future" : "{0} വർഷത്തിൽ" + }, + "now" : "ഇപ്പോൾ", + "month" : { + "current" : "ഈ മാസം", + "future" : "{0} മാസത്തിൽ", + "past" : "{0} മാസം മുമ്പ്", + "next" : "അടുത്ത മാസം", + "previous" : "കഴിഞ്ഞ മാസം" + }, + "week" : { + "previous" : "കഴിഞ്ഞ ആഴ്‌ച", + "current" : "ഈ ആഴ്ച", + "past" : "{0} ആഴ്ച മുമ്പ്", + "future" : "{0} ആഴ്ചയിൽ", + "next" : "അടുത്ത ആഴ്ച" + }, + "minute" : { + "current" : "ഈ മിനിറ്റിൽ", + "past" : "{0} മിനിറ്റ് മുമ്പ്", + "future" : "{0} മിനിറ്റിൽ" + }, + "second" : { + "current" : "ഇപ്പോൾ", + "past" : "{0} സെക്കൻഡ് മുമ്പ്", + "future" : "{0} സെക്കൻഡിൽ" + } + }, + "long" : { + "day" : { + "previous" : "ഇന്നലെ", + "current" : "ഇന്ന്", + "next" : "നാളെ", + "past" : "{0} ദിവസം മുമ്പ്", + "future" : "{0} ദിവസത്തിൽ" + }, + "week" : { + "current" : "ഈ ആഴ്ച", + "future" : "{0} ആഴ്ചയിൽ", + "past" : "{0} ആഴ്ച മുമ്പ്", + "previous" : "കഴിഞ്ഞ ആഴ്‌ച", + "next" : "അടുത്ത ആഴ്ച" + }, + "minute" : { + "past" : "{0} മിനിറ്റ് മുമ്പ്", + "future" : "{0} മിനിറ്റിൽ", + "current" : "ഈ മിനിറ്റിൽ" + }, + "month" : { + "future" : "{0} മാസത്തിൽ", + "next" : "അടുത്ത മാസം", + "previous" : "കഴിഞ്ഞ മാസം", + "current" : "ഈ മാസം", + "past" : "{0} മാസം മുമ്പ്" + }, + "hour" : { + "future" : "{0} മണിക്കൂറിൽ", + "current" : "ഈ മണിക്കൂറിൽ", + "past" : "{0} മണിക്കൂർ മുമ്പ്" + }, + "year" : { + "past" : "{0} വർഷം മുമ്പ്", + "future" : "{0} വർഷത്തിൽ", + "previous" : "കഴിഞ്ഞ വർഷം", + "next" : "അടുത്തവർഷം", + "current" : "ഈ വർ‌ഷം" + }, + "second" : { + "past" : "{0} സെക്കൻഡ് മുമ്പ്", + "future" : "{0} സെക്കൻഡിൽ", + "current" : "ഇപ്പോൾ" + }, + "now" : "ഇപ്പോൾ", + "quarter" : { + "past" : "{0} പാദം മുമ്പ്", + "current" : "ഈ പാദം", + "previous" : "കഴിഞ്ഞ പാദം", + "future" : "{0} പാദത്തിൽ", + "next" : "അടുത്ത പാദം" + } + }, + "short" : { + "quarter" : { + "future" : "{0} പാദത്തിൽ", + "next" : "അടുത്ത പാദം", + "previous" : "കഴിഞ്ഞ പാദം", + "current" : "ഈ പാദം", + "past" : "{0} പാദം മുമ്പ്" + }, + "minute" : { + "future" : "{0} മിനിറ്റിൽ", + "current" : "ഈ മിനിറ്റിൽ", + "past" : "{0} മിനിറ്റ് മുമ്പ്" + }, + "year" : { + "next" : "അടുത്തവർഷം", + "future" : "{0} വർഷത്തിൽ", + "current" : "ഈ വർ‌ഷം", + "past" : "{0} വർഷം മുമ്പ്", + "previous" : "കഴിഞ്ഞ വർഷം" + }, + "second" : { + "future" : "{0} സെക്കൻഡിൽ", + "current" : "ഇപ്പോൾ", + "past" : "{0} സെക്കൻഡ് മുമ്പ്" + }, + "hour" : { + "past" : "{0} മണിക്കൂർ മുമ്പ്", + "current" : "ഈ മണിക്കൂറിൽ", + "future" : "{0} മണിക്കൂറിൽ" + }, + "now" : "ഇപ്പോൾ", + "month" : { + "previous" : "കഴിഞ്ഞ മാസം", + "next" : "അടുത്ത മാസം", + "past" : "{0} മാസം മുമ്പ്", + "current" : "ഈ മാസം", + "future" : "{0} മാസത്തിൽ" + }, + "week" : { + "previous" : "കഴിഞ്ഞ ആഴ്‌ച", + "current" : "ഈ ആഴ്ച", + "next" : "അടുത്ത ആഴ്ച", + "past" : "{0} ആഴ്ച മുമ്പ്", + "future" : "{0} ആഴ്ചയിൽ" + }, + "day" : { + "next" : "നാളെ", + "past" : "{0} ദിവസം മുമ്പ്", + "future" : "{0} ദിവസത്തിൽ", + "previous" : "ഇന്നലെ", + "current" : "ഇന്ന്" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mn.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mn.json new file mode 100644 index 0000000..946947e --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mn.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "маргааш", + "future" : "{0} өдөрт", + "previous" : "өчигдөр", + "current" : "өнөөдөр", + "past" : "{0} өдрийн өмнө" + }, + "quarter" : { + "next" : "дараагийн улирал", + "past" : "{0} улирлын өмнө", + "future" : "{0} улиралд", + "previous" : "өнгөрсөн улирал", + "current" : "энэ улирал" + }, + "hour" : { + "future" : "{0} цагт", + "current" : "энэ цаг", + "past" : "{0} ц. өмнө" + }, + "year" : { + "next" : "ирэх жил", + "past" : "-{0} жил.н өмнө", + "current" : "энэ жил", + "previous" : "өнгөрсөн жил", + "future" : "+{0} жилд" + }, + "now" : "одоо", + "month" : { + "current" : "энэ сар", + "future" : "+{0} сард", + "past" : "{0} сарын өмнө", + "next" : "ирэх сар", + "previous" : "өнгөрсөн сар" + }, + "week" : { + "previous" : "өнгөрсөн долоо хоног", + "current" : "энэ долоо хоног", + "past" : "{0} 7 хоногийн өмнө", + "future" : "{0} 7 хоногт", + "next" : "ирэх долоо хоног" + }, + "minute" : { + "current" : "энэ минут", + "past" : "{0} мин. өмнө", + "future" : "{0} мин. дотор" + }, + "second" : { + "current" : "одоо", + "past" : "{0} сек. өмнө", + "future" : "{0} сек. дотор" + } + }, + "long" : { + "day" : { + "previous" : "өчигдөр", + "current" : "өнөөдөр", + "next" : "маргааш", + "past" : "{0} өдрийн өмнө", + "future" : "{0} өдөрт" + }, + "week" : { + "current" : "энэ долоо хоног", + "future" : "{0} 7 хоногт", + "past" : "{0} 7 хоногийн өмнө", + "previous" : "өнгөрсөн долоо хоног", + "next" : "ирэх долоо хоног" + }, + "minute" : { + "current" : "энэ минут", + "past" : "{0} минутын өмнө", + "future" : "{0} минутын дотор" + }, + "month" : { + "future" : "{0} сард", + "next" : "ирэх сар", + "previous" : "өнгөрсөн сар", + "current" : "энэ сар", + "past" : "{0} сарын өмнө" + }, + "hour" : { + "current" : "энэ цаг", + "past" : "{0} цагийн өмнө", + "future" : "{0} цагт" + }, + "year" : { + "past" : "{0} жилийн өмнө", + "future" : "{0} жилийн дотор", + "previous" : "өнгөрсөн жил", + "next" : "ирэх жил", + "current" : "энэ жил" + }, + "second" : { + "past" : "{0} секундын өмнө", + "future" : "{0} секундын дотор", + "current" : "одоо" + }, + "now" : "одоо", + "quarter" : { + "past" : "{0} улирлын өмнө", + "current" : "энэ улирал", + "previous" : "өнгөрсөн улирал", + "future" : "{0} улиралд", + "next" : "дараагийн улирал" + } + }, + "short" : { + "quarter" : { + "future" : "{0} улиралд", + "next" : "дараагийн улирал", + "previous" : "өнгөрсөн улирал", + "current" : "энэ улирал", + "past" : "{0} улирлын өмнө" + }, + "minute" : { + "current" : "энэ минут", + "past" : "{0} мин. өмнө", + "future" : "{0} мин. дотор" + }, + "year" : { + "next" : "ирэх жил", + "future" : "{0} жилийн дотор", + "current" : "энэ жил", + "past" : "{0} жилийн өмнө", + "previous" : "өнгөрсөн жил" + }, + "second" : { + "future" : "{0} сек. дотор", + "current" : "одоо", + "past" : "{0} сек. өмнө" + }, + "hour" : { + "current" : "энэ цаг", + "past" : "{0} ц. өмнө", + "future" : "{0} цагт" + }, + "now" : "одоо", + "month" : { + "previous" : "өнгөрсөн сар", + "next" : "ирэх сар", + "past" : "{0} сарын өмнө", + "current" : "энэ сар", + "future" : "{0} сард" + }, + "week" : { + "previous" : "өнгөрсөн долоо хоног", + "current" : "энэ долоо хоног", + "next" : "ирэх долоо хоног", + "past" : "{0} 7 хоногийн өмнө", + "future" : "{0} 7 хоногт" + }, + "day" : { + "next" : "маргааш", + "past" : "{0} өдрийн өмнө", + "future" : "{0} өдөрт", + "previous" : "өчигдөр", + "current" : "өнөөдөр" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mr.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mr.json new file mode 100644 index 0000000..94aa82d --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mr.json @@ -0,0 +1,281 @@ +{ + "narrow" : { + "hour" : { + "future" : { + "other" : "येत्या {0} तासांमध्ये", + "one" : "येत्या {0} तासामध्ये" + }, + "past" : { + "one" : "{0} तासापूर्वी", + "other" : "{0} तासांपूर्वी" + }, + "current" : "तासात" + }, + "now" : "आत्ता", + "quarter" : { + "current" : "ही तिमाही", + "next" : "पुढील तिमाही", + "previous" : "मागील तिमाही", + "past" : { + "one" : "{0} तिमाहीपूर्वी", + "other" : "{0} तिमाहींपूर्वी" + }, + "future" : { + "one" : "{0} तिमाहीमध्ये", + "other" : "{0} तिमाहींमध्ये" + } + }, + "year" : { + "next" : "पुढील वर्ष", + "previous" : "मागील वर्ष", + "past" : { + "one" : "{0} वर्षापूर्वी", + "other" : "{0} वर्षांपूर्वी" + }, + "current" : "हे वर्ष", + "future" : { + "one" : "येत्या {0} वर्षामध्ये", + "other" : "येत्या {0} वर्षांमध्ये" + } + }, + "week" : { + "next" : "पुढील आठवडा", + "previous" : "मागील आठवडा", + "future" : { + "other" : "येत्या {0} आठवड्यांमध्ये", + "one" : "येत्या {0} आठवड्यामध्ये" + }, + "past" : { + "other" : "{0} आठवड्यांपूर्वी", + "one" : "{0} आठवड्यापूर्वी" + }, + "current" : "हा आठवडा" + }, + "month" : { + "previous" : "मागील महिना", + "next" : "पुढील महिना", + "future" : { + "one" : "{0} महिन्यामध्ये", + "other" : "{0} महिन्यांमध्ये" + }, + "past" : { + "other" : "{0} महिन्यांपूर्वी", + "one" : "{0} महिन्यापूर्वी" + }, + "current" : "हा महिना" + }, + "day" : { + "future" : { + "one" : "{0} दिवसामध्ये", + "other" : "{0} दिवसांमध्ये" + }, + "previous" : "काल", + "current" : "आज", + "next" : "उद्या", + "past" : { + "one" : "{0} दिवसापूर्वी", + "other" : "{0} दिवसांपूर्वी" + } + }, + "minute" : { + "future" : "{0} मिनि. मध्ये", + "current" : "या मिनिटात", + "past" : "{0} मिनि. पूर्वी" + }, + "second" : { + "past" : "{0} से. पूर्वी", + "current" : "आत्ता", + "future" : { + "one" : "{0} से. मध्ये", + "other" : "येत्या {0} से. मध्ये" + } + } + }, + "long" : { + "second" : { + "past" : { + "other" : "{0} सेकंदांपूर्वी", + "one" : "{0} सेकंदापूर्वी" + }, + "future" : { + "other" : "{0} सेकंदांमध्ये", + "one" : "{0} सेकंदामध्ये" + }, + "current" : "आत्ता" + }, + "year" : { + "previous" : "मागील वर्ष", + "current" : "हे वर्ष", + "next" : "पुढील वर्ष", + "past" : { + "one" : "{0} वर्षापूर्वी", + "other" : "{0} वर्षांपूर्वी" + }, + "future" : { + "one" : "येत्या {0} वर्षामध्ये", + "other" : "येत्या {0} वर्षांमध्ये" + } + }, + "quarter" : { + "current" : "ही तिमाही", + "future" : { + "one" : "{0} तिमाहीमध्ये", + "other" : "{0} तिमाहींमध्ये" + }, + "past" : { + "other" : "{0} तिमाहींपूर्वी", + "one" : "{0} तिमाहीपूर्वी" + }, + "previous" : "मागील तिमाही", + "next" : "पुढील तिमाही" + }, + "minute" : { + "current" : "या मिनिटात", + "past" : { + "other" : "{0} मिनिटांपूर्वी", + "one" : "{0} मिनिटापूर्वी" + }, + "future" : { + "other" : "{0} मिनिटांमध्ये", + "one" : "{0} मिनिटामध्ये" + } + }, + "now" : "आत्ता", + "month" : { + "future" : { + "other" : "येत्या {0} महिन्यांमध्ये", + "one" : "येत्या {0} महिन्यामध्ये" + }, + "past" : { + "one" : "{0} महिन्यापूर्वी", + "other" : "{0} महिन्यांपूर्वी" + }, + "current" : "हा महिना", + "next" : "पुढील महिना", + "previous" : "मागील महिना" + }, + "week" : { + "current" : "हा आठवडा", + "next" : "पुढील आठवडा", + "previous" : "मागील आठवडा", + "past" : { + "one" : "{0} आठवड्यापूर्वी", + "other" : "{0} आठवड्यांपूर्वी" + }, + "future" : { + "one" : "{0} आठवड्यामध्ये", + "other" : "{0} आठवड्यांमध्ये" + } + }, + "hour" : { + "current" : "तासात", + "past" : { + "one" : "{0} तासापूर्वी", + "other" : "{0} तासांपूर्वी" + }, + "future" : { + "other" : "{0} तासांमध्ये", + "one" : "{0} तासामध्ये" + } + }, + "day" : { + "past" : { + "one" : "{0} दिवसापूर्वी", + "other" : "{0} दिवसांपूर्वी" + }, + "previous" : "काल", + "next" : "उद्या", + "future" : { + "other" : "येत्या {0} दिवसांमध्ये", + "one" : "येत्या {0} दिवसामध्ये" + }, + "current" : "आज" + } + }, + "short" : { + "second" : { + "past" : "{0} से. पूर्वी", + "current" : "आत्ता", + "future" : "{0} से. मध्ये" + }, + "day" : { + "next" : "उद्या", + "past" : { + "one" : "{0} दिवसापूर्वी", + "other" : "{0} दिवसांपूर्वी" + }, + "previous" : "काल", + "future" : { + "other" : "येत्या {0} दिवसांमध्ये", + "one" : "{0} दिवसामध्ये" + }, + "current" : "आज" + }, + "year" : { + "past" : { + "one" : "{0} वर्षापूर्वी", + "other" : "{0} वर्षांपूर्वी" + }, + "future" : { + "one" : "{0} वर्षामध्ये", + "other" : "{0} वर्षांमध्ये" + }, + "previous" : "मागील वर्ष", + "current" : "हे वर्ष", + "next" : "पुढील वर्ष" + }, + "week" : { + "previous" : "मागील आठवडा", + "current" : "हा आठवडा", + "next" : "पुढील आठवडा", + "past" : { + "one" : "{0} आठवड्यापूर्वी", + "other" : "{0} आठवड्यांपूर्वी" + }, + "future" : { + "one" : "येत्या {0} आठवड्यामध्ये", + "other" : "येत्या {0} आठवड्यांमध्ये" + } + }, + "now" : "आत्ता", + "minute" : { + "past" : "{0} मिनि. पूर्वी", + "future" : "{0} मिनि. मध्ये", + "current" : "या मिनिटात" + }, + "quarter" : { + "previous" : "मागील तिमाही", + "future" : { + "other" : "येत्या {0} तिमाहींमध्ये", + "one" : "येत्या {0} तिमाहीमध्ये" + }, + "next" : "पुढील तिमाही", + "past" : { + "other" : "{0} तिमाहींपूर्वी", + "one" : "{0} तिमाहीपूर्वी" + }, + "current" : "ही तिमाही" + }, + "month" : { + "next" : "पुढील महिना", + "past" : { + "one" : "{0} महिन्यापूर्वी", + "other" : "{0} महिन्यांपूर्वी" + }, + "future" : "{0} महिन्यामध्ये", + "previous" : "मागील महिना", + "current" : "हा महिना" + }, + "hour" : { + "current" : "तासात", + "past" : { + "one" : "{0} तासापूर्वी", + "other" : "{0} तासांपूर्वी" + }, + "future" : { + "one" : "{0} तासामध्ये", + "other" : "{0} तासांमध्ये" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ms.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ms.json new file mode 100644 index 0000000..ab98d0d --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ms.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "esok", + "future" : "dlm {0} hari", + "previous" : "semlm", + "current" : "hari ini", + "past" : "{0} hari lalu" + }, + "quarter" : { + "next" : "suku seterusnya", + "past" : "{0} suku thn lalu", + "future" : "dlm {0} suku thn", + "previous" : "suku lepas", + "current" : "suku ini" + }, + "hour" : { + "future" : "dlm {0} jam", + "current" : "jam ini", + "past" : "{0} jam lalu" + }, + "year" : { + "next" : "thn depan", + "past" : "{0} thn lalu", + "current" : "thn ini", + "previous" : "thn lepas", + "future" : "dalam {0} thn" + }, + "now" : "sekarang", + "month" : { + "current" : "bln ini", + "future" : "dlm {0} bln", + "past" : "{0} bulan lalu", + "next" : "bln depan", + "previous" : "bln lalu" + }, + "week" : { + "previous" : "mng lepas", + "current" : "mng ini", + "past" : "{0} mgu lalu", + "future" : "dlm {0} mgu", + "next" : "mng depan" + }, + "minute" : { + "current" : "pada minit ini", + "past" : "{0} min lalu", + "future" : "dlm {0} min" + }, + "second" : { + "past" : "{0} saat lalu", + "current" : "sekarang", + "future" : "dlm {0} saat" + } + }, + "long" : { + "day" : { + "previous" : "semalam", + "current" : "hari ini", + "next" : "esok", + "past" : "{0} hari lalu", + "future" : "dalam {0} hari" + }, + "week" : { + "current" : "minggu ini", + "future" : "dalam {0} minggu", + "past" : "{0} minggu lalu", + "previous" : "minggu lalu", + "next" : "minggu depan" + }, + "minute" : { + "current" : "pada minit ini", + "past" : "{0} minit lalu", + "future" : "dalam {0} minit" + }, + "month" : { + "future" : "dalam {0} bulan", + "next" : "bulan depan", + "previous" : "bulan lalu", + "current" : "bulan ini", + "past" : "{0} bulan lalu" + }, + "hour" : { + "current" : "jam ini", + "future" : "dalam {0} jam", + "past" : "{0} jam lalu" + }, + "year" : { + "past" : "{0} tahun lalu", + "future" : "dalam {0} tahun", + "previous" : "tahun lalu", + "next" : "tahun depan", + "current" : "tahun ini" + }, + "second" : { + "past" : "{0} saat lalu", + "current" : "sekarang", + "future" : "dalam {0} saat" + }, + "now" : "sekarang", + "quarter" : { + "past" : "{0} suku tahun lalu", + "current" : "suku tahun ini", + "previous" : "suku tahun lalu", + "future" : "dalam {0} suku tahun", + "next" : "suku tahun seterusnya" + } + }, + "short" : { + "quarter" : { + "future" : "dlm {0} suku thn", + "next" : "suku seterusnya", + "previous" : "suku lepas", + "current" : "suku ini", + "past" : "{0} suku thn lalu" + }, + "minute" : { + "current" : "pada minit ini", + "past" : "{0} min lalu", + "future" : "dlm {0} min" + }, + "year" : { + "next" : "thn depan", + "future" : "dalam {0} thn", + "current" : "thn ini", + "past" : "{0} thn lalu", + "previous" : "thn lepas" + }, + "second" : { + "past" : "{0} saat lalu", + "current" : "sekarang", + "future" : "dlm {0} saat" + }, + "hour" : { + "current" : "jam ini", + "past" : "{0} jam lalu", + "future" : "dlm {0} jam" + }, + "now" : "sekarang", + "month" : { + "previous" : "bln lalu", + "next" : "bln depan", + "past" : "{0} bln lalu", + "current" : "bln ini", + "future" : "dlm {0} bln" + }, + "week" : { + "previous" : "mng lepas", + "current" : "mng ini", + "next" : "mng depan", + "past" : "{0} mgu lalu", + "future" : "dlm {0} mgu" + }, + "day" : { + "next" : "esok", + "past" : "{0} hari lalu", + "future" : "dlm {0} hari", + "previous" : "semlm", + "current" : "hari ini" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mt.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mt.json new file mode 100644 index 0000000..aee1b26 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mt.json @@ -0,0 +1,170 @@ +{ + "narrow" : { + "now" : "now", + "hour" : { + "future" : "+{0} h", + "current" : "this hour", + "past" : "-{0} h" + }, + "minute" : { + "future" : "+{0} min", + "current" : "this minute", + "past" : "-{0} min" + }, + "second" : { + "future" : "+{0} s", + "past" : "-{0} s", + "current" : "now" + }, + "year" : { + "next" : "Is-sena d-dieħla", + "future" : "+{0} y", + "previous" : "Is-sena li għaddiet", + "current" : "din is-sena", + "past" : { + "one" : "{0} sena ilu", + "other" : "{0} snin ilu" + } + }, + "week" : { + "past" : "-{0} w", + "next" : "Il-ġimgħa d-dieħla", + "future" : "+{0} w", + "previous" : "Il-ġimgħa li għaddiet", + "current" : "Din il-ġimgħa" + }, + "month" : { + "previous" : "Ix-xahar li għadda", + "current" : "Dan ix-xahar", + "next" : "Ix-xahar id-dieħel", + "past" : "-{0} m", + "future" : "+{0} m" + }, + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "future" : "+{0} Q", + "previous" : "last quarter", + "current" : "this quarter" + }, + "day" : { + "next" : "Għada", + "previous" : "Ilbieraħ", + "past" : "-{0} d", + "future" : "+{0} d", + "current" : "Illum" + } + }, + "long" : { + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "past" : "-{0} Q", + "future" : "+{0} Q" + }, + "day" : { + "previous" : "Ilbieraħ", + "past" : "-{0} d", + "future" : "+{0} d", + "current" : "Illum", + "next" : "Għada" + }, + "week" : { + "next" : "Il-ġimgħa d-dieħla", + "past" : "-{0} w", + "future" : "+{0} w", + "previous" : "Il-ġimgħa li għaddiet", + "current" : "Din il-ġimgħa" + }, + "hour" : { + "future" : "+{0} h", + "past" : "-{0} h", + "current" : "this hour" + }, + "second" : { + "future" : "+{0} s", + "current" : "now", + "past" : "-{0} s" + }, + "year" : { + "previous" : "Is-sena li għaddiet", + "past" : { + "one" : "{0} sena ilu", + "other" : "{0} snin ilu" + }, + "next" : "Is-sena d-dieħla", + "future" : "+{0} y", + "current" : "din is-sena" + }, + "month" : { + "next" : "Ix-xahar id-dieħel", + "past" : "-{0} m", + "previous" : "Ix-xahar li għadda", + "current" : "Dan ix-xahar", + "future" : "+{0} m" + }, + "minute" : { + "past" : "-{0} min", + "current" : "this minute", + "future" : "+{0} min" + }, + "now" : "now" + }, + "short" : { + "hour" : { + "past" : "-{0} h", + "future" : "+{0} h", + "current" : "this hour" + }, + "now" : "now", + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "past" : "-{0} Q", + "next" : "next quarter", + "previous" : "last quarter" + }, + "day" : { + "current" : "Illum", + "past" : "-{0} d", + "future" : "+{0} d", + "next" : "Għada", + "previous" : "Ilbieraħ" + }, + "week" : { + "current" : "Din il-ġimgħa", + "past" : "-{0} w", + "future" : "+{0} w", + "next" : "Il-ġimgħa d-dieħla", + "previous" : "Il-ġimgħa li għaddiet" + }, + "minute" : { + "past" : "-{0} min", + "current" : "this minute", + "future" : "+{0} min" + }, + "second" : { + "current" : "now", + "past" : "-{0} s", + "future" : "+{0} s" + }, + "month" : { + "current" : "Dan ix-xahar", + "future" : "+{0} m", + "previous" : "Ix-xahar li għadda", + "next" : "Ix-xahar id-dieħel", + "past" : "-{0} m" + }, + "year" : { + "future" : "+{0} y", + "previous" : "Is-sena li għaddiet", + "next" : "Is-sena d-dieħla", + "current" : "din is-sena", + "past" : { + "other" : "{0} snin ilu", + "one" : "{0} sena ilu" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/my.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/my.json new file mode 100644 index 0000000..3afada9 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/my.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "ပြီးခဲ့သည့် သုံးလပတ်ကာလ {0} ခုအတွင်း", + "future" : "သုံးလပတ်ကာလ {0} ခုအတွင်း", + "current" : "ယခုသုံးလပတ်", + "previous" : "ပြီးခဲ့သောသုံးလပတ်", + "next" : "နောက်လာမည့်သုံးလပတ်" + }, + "year" : { + "previous" : "ယမန်နှစ်", + "next" : "လာမည့်နှစ်", + "future" : "{0} နှစ်အတွင်း", + "current" : "ယခုနှစ်", + "past" : "ပြီးခဲ့သည့် {0} နှစ်" + }, + "week" : { + "future" : "{0} ပတ်အတွင်း", + "previous" : "ပြီးခဲ့သည့် သီတင်းပတ်", + "next" : "လာမည့် သီတင်းပတ်", + "past" : "ပြီးခဲ့သည့် {0} ပတ်", + "current" : "ယခု သီတင်းပတ်" + }, + "day" : { + "current" : "ယနေ့", + "past" : "ပြီးခဲ့သည့် {0} ရက်", + "next" : "မနက်ဖြန်", + "future" : "{0} ရက်အတွင်း", + "previous" : "မနေ့က" + }, + "hour" : { + "current" : "ဤအချိန်", + "past" : "ပြီးခဲ့သည့် {0} နာရီ", + "future" : "{0} နာရီအတွင်း" + }, + "minute" : { + "future" : "{0} မိနစ်အတွင်း", + "current" : "ဤမိနစ်", + "past" : "ပြီးခဲ့သည့် {0} မိနစ်" + }, + "month" : { + "next" : "လာမည့်လ", + "current" : "ယခုလ", + "past" : "ပြီးခဲ့သည့် {0} လ", + "future" : "{0} လအတွင်း", + "previous" : "ပြီးခဲ့သည့်လ" + }, + "now" : "ယခု", + "second" : { + "future" : "{0} စက္ကန့်အတွင်း", + "current" : "ယခု", + "past" : "ပြီးခဲ့သည့် {0} စက္ကန့်" + } + }, + "short" : { + "minute" : { + "past" : "ပြီးခဲ့သည့် {0} မိနစ်", + "future" : "{0} မိနစ်အတွင်း", + "current" : "ဤမိနစ်" + }, + "week" : { + "current" : "ယခု သီတင်းပတ်", + "past" : "ပြီးခဲ့သည့် {0} ပတ်", + "future" : "{0} ပတ်အတွင်း", + "next" : "လာမည့် သီတင်းပတ်", + "previous" : "ပြီးခဲ့သည့် သီတင်းပတ်" + }, + "year" : { + "current" : "ယခုနှစ်", + "future" : "{0} နှစ်အတွင်း", + "past" : "ပြီးခဲ့သည့် {0} နှစ်", + "next" : "လာမည့်နှစ်", + "previous" : "ယမန်နှစ်" + }, + "day" : { + "next" : "မနက်ဖြန်", + "current" : "ယနေ့", + "previous" : "မနေ့က", + "past" : "ပြီးခဲ့သည့် {0} ရက်", + "future" : "{0} ရက်အတွင်း" + }, + "hour" : { + "future" : "{0} နာရီအတွင်း", + "current" : "ဤအချိန်", + "past" : "ပြီးခဲ့သည့် {0} နာရီ" + }, + "quarter" : { + "current" : "ယခုသုံးလပတ်", + "future" : "သုံးလပတ်ကာလ {0} ခုအတွင်း", + "previous" : "ပြီးခဲ့သောသုံးလပတ်", + "next" : "နောက်လာမည့်သုံးလပတ်", + "past" : "ပြီးခဲ့သည့် သုံးလပတ်ကာလ {0} ခုအတွင်း" + }, + "second" : { + "past" : "ပြီးခဲ့သည့် {0} စက္ကန့်", + "current" : "ယခု", + "future" : "{0} စက္ကန့်အတွင်း" + }, + "month" : { + "current" : "ယခုလ", + "past" : "ပြီးခဲ့သည့် {0} လ", + "future" : "{0} လအတွင်း", + "next" : "လာမည့်လ", + "previous" : "ပြီးခဲ့သည့်လ" + }, + "now" : "ယခု" + }, + "long" : { + "hour" : { + "future" : "{0} နာရီအတွင်း", + "current" : "ဤအချိန်", + "past" : "ပြီးခဲ့သည့် {0} နာရီ" + }, + "day" : { + "next" : "မနက်ဖြန်", + "past" : "ပြီးခဲ့သည့် {0} ရက်", + "previous" : "မနေ့က", + "future" : "{0} ရက်အတွင်း", + "current" : "ယနေ့" + }, + "second" : { + "past" : "ပြီးခဲ့သည့် {0} စက္ကန့်", + "current" : "ယခု", + "future" : "{0} စက္ကန့်အတွင်း" + }, + "week" : { + "future" : "{0} ပတ်အတွင်း", + "past" : "ပြီးခဲ့သည့် {0} ပတ်", + "current" : "ယခု သီတင်းပတ်", + "next" : "လာမည့် သီတင်းပတ်", + "previous" : "ပြီးခဲ့သည့် သီတင်းပတ်" + }, + "minute" : { + "future" : "{0} မိနစ်အတွင်း", + "past" : "ပြီးခဲ့သည့် {0} မိနစ်", + "current" : "ဤမိနစ်" + }, + "month" : { + "future" : "{0} လအတွင်း", + "past" : "ပြီးခဲ့သည့် {0} လ", + "current" : "ယခုလ", + "previous" : "ပြီးခဲ့သည့်လ", + "next" : "လာမည့်လ" + }, + "now" : "ယခု", + "year" : { + "current" : "ယခုနှစ်", + "next" : "လာမည့်နှစ်", + "previous" : "ယမန်နှစ်", + "future" : "{0} နှစ်အတွင်း", + "past" : "ပြီးခဲ့သည့် {0} နှစ်" + }, + "quarter" : { + "future" : "သုံးလပတ်ကာလ {0} အတွင်း", + "previous" : "ပြီးခဲ့သည့် သုံးလပတ်", + "past" : "ပြီးခဲ့သည့် သုံးလပတ်ကာလ {0} ခုအတွင်း", + "next" : "လာမည့် သုံးလပတ်", + "current" : "ယခု သုံးလပတ်" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mzn.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mzn.json new file mode 100644 index 0000000..55504bf --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mzn.json @@ -0,0 +1,161 @@ +{ + "long" : { + "hour" : { + "future" : "{0} ساعِت دله", + "current" : "this hour", + "past" : "{0} ساعِت پیش" + }, + "second" : { + "future" : "{0} ثانیه دله", + "past" : "{0} ثانیه پیش", + "current" : "now" + }, + "week" : { + "next" : "بعدی هفته", + "current" : "این هفته", + "previous" : "قبلی هفته", + "future" : "{0} هفته دله", + "past" : "{0} هفته پیش" + }, + "minute" : { + "past" : "{0} دَقه پیش", + "future" : "{0} دقیقه دله", + "current" : "this minute" + }, + "year" : { + "current" : "امسال", + "past" : "{0} سال پیش", + "future" : "{0} سال دله", + "previous" : "پارسال", + "next" : "سال دیگه" + }, + "quarter" : { + "next" : "next quarter", + "current" : "this quarter", + "future" : "{0} ربع دله", + "previous" : "last quarter", + "past" : "{0} ربع پیش" + }, + "month" : { + "previous" : "ماه قبل", + "future" : "{0} ماه دله", + "current" : "این ماه", + "next" : "ماه ِبعد", + "past" : "{0} ماه پیش" + }, + "day" : { + "next" : "فِردا", + "past" : "{0} روز پیش", + "current" : "اَمروز", + "future" : "{0} روز دله", + "previous" : "دیروز" + }, + "now" : "now" + }, + "narrow" : { + "week" : { + "current" : "این هفته", + "next" : "بعدی هفته", + "past" : "{0} هفته پیش", + "previous" : "قبلی هفته", + "future" : "{0} هفته دله" + }, + "minute" : { + "future" : "{0} دَقه دله", + "past" : "{0} دَقه پیش", + "current" : "this minute" + }, + "month" : { + "current" : "این ماه", + "previous" : "ماه قبل", + "past" : "{0} ماه پیش", + "next" : "ماه ِبعد", + "future" : "{0} ماه دله" + }, + "now" : "now", + "year" : { + "previous" : "پارسال", + "current" : "امسال", + "next" : "سال دیگه", + "past" : "{0} سال پیش", + "future" : "{0} سال دله" + }, + "hour" : { + "current" : "this hour", + "past" : "{0} ساعت پیش", + "future" : "{0} ساعت دله" + }, + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "past" : "{0} ربع پیش", + "future" : "{0} ربع دله", + "next" : "next quarter" + }, + "second" : { + "current" : "now", + "future" : "{0} ثانیه دله", + "past" : "{0} ثانیه پیش" + }, + "day" : { + "past" : "{0} روز پیش", + "current" : "اَمروز", + "future" : "{0} روز دله", + "previous" : "دیروز", + "next" : "فِردا" + } + }, + "short" : { + "month" : { + "current" : "این ماه", + "next" : "ماه ِبعد", + "past" : "{0} ماه پیش", + "future" : "{0} ماه دله", + "previous" : "ماه قبل" + }, + "now" : "now", + "day" : { + "next" : "فِردا", + "current" : "اَمروز", + "previous" : "دیروز", + "past" : "{0} روز پیش", + "future" : "{0} روز دله" + }, + "year" : { + "current" : "امسال", + "future" : "{0} سال دله", + "previous" : "پارسال", + "next" : "سال دیگه", + "past" : "{0} سال پیش" + }, + "hour" : { + "past" : "{0} ساعت پیش", + "current" : "this hour", + "future" : "{0} ساعت دله" + }, + "minute" : { + "past" : "{0} دَقه پیش", + "future" : "{0} دَقه دله", + "current" : "this minute" + }, + "second" : { + "future" : "{0} ثانیه دله", + "current" : "now", + "past" : "{0} ثانیه پیش" + }, + "quarter" : { + "future" : "{0} ربع دله", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "{0} ربع پیش", + "current" : "this quarter" + }, + "week" : { + "next" : "بعدی هفته", + "past" : "{0} هفته پیش", + "current" : "این هفته", + "previous" : "قبلی هفته", + "future" : "{0} هفته دله" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nb.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nb.json new file mode 100644 index 0000000..3c4fc9b --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nb.json @@ -0,0 +1,197 @@ +{ + "narrow" : { + "quarter" : { + "past" : "–{0} kv.", + "future" : "+{0} kv.", + "current" : "dette kv.", + "previous" : "forrige kv.", + "next" : "neste kv." + }, + "year" : { + "previous" : "i fjor", + "next" : "neste år", + "future" : "+{0} år", + "current" : "i år", + "past" : "–{0} år" + }, + "week" : { + "future" : "+{0} u.", + "previous" : "forrige uke", + "next" : "neste uke", + "past" : "-{0} u.", + "current" : "denne uken" + }, + "day" : { + "current" : "i dag", + "past" : "-{0} d.", + "next" : "i morgen", + "future" : "+{0} d.", + "previous" : "i går" + }, + "hour" : { + "current" : "denne timen", + "past" : "-{0} t", + "future" : "+{0} t" + }, + "minute" : { + "future" : "+{0} min", + "current" : "dette minuttet", + "past" : "-{0} min" + }, + "month" : { + "next" : "neste md.", + "current" : "denne md.", + "past" : "-{0} md.", + "future" : "+{0} md.", + "previous" : "forrige md." + }, + "now" : "nå", + "second" : { + "future" : "+{0} s", + "current" : "nå", + "past" : "-{0} s" + } + }, + "long" : { + "month" : { + "next" : "neste måned", + "current" : "denne måneden", + "future" : { + "one" : "om {0} måned", + "other" : "om {0} måneder" + }, + "previous" : "forrige måned", + "past" : { + "one" : "for {0} måned siden", + "other" : "for {0} måneder siden" + } + }, + "hour" : { + "current" : "denne timen", + "future" : { + "one" : "om {0} time", + "other" : "om {0} timer" + }, + "past" : { + "one" : "for {0} time siden", + "other" : "for {0} timer siden" + } + }, + "second" : { + "future" : { + "one" : "om {0} sekund", + "other" : "om {0} sekunder" + }, + "current" : "nå", + "past" : { + "other" : "for {0} sekunder siden", + "one" : "for {0} sekund siden" + } + }, + "week" : { + "previous" : "forrige uke", + "past" : { + "other" : "for {0} uker siden", + "one" : "for {0} uke siden" + }, + "future" : { + "other" : "om {0} uker", + "one" : "om {0} uke" + }, + "current" : "denne uken", + "next" : "neste uke" + }, + "year" : { + "current" : "i år", + "next" : "neste år", + "previous" : "i fjor", + "future" : "om {0} år", + "past" : "for {0} år siden" + }, + "now" : "nå", + "quarter" : { + "future" : { + "one" : "om {0} kvartal", + "other" : "om {0} kvartaler" + }, + "previous" : "forrige kvartal", + "past" : { + "other" : "for {0} kvartaler siden", + "one" : "for {0} kvartal siden" + }, + "next" : "neste kvartal", + "current" : "dette kvartalet" + }, + "day" : { + "previous" : "i går", + "current" : "i dag", + "next" : "i morgen", + "past" : "for {0} døgn siden", + "future" : "om {0} døgn" + }, + "minute" : { + "future" : { + "one" : "om {0} minutt", + "other" : "om {0} minutter" + }, + "past" : { + "one" : "for {0} minutt siden", + "other" : "for {0} minutter siden" + }, + "current" : "dette minuttet" + } + }, + "short" : { + "minute" : { + "past" : "for {0} min siden", + "future" : "om {0} min", + "current" : "dette minuttet" + }, + "week" : { + "current" : "denne uken", + "past" : "for {0} u. siden", + "future" : "om {0} u.", + "next" : "neste uke", + "previous" : "forrige uke" + }, + "year" : { + "current" : "i år", + "future" : "om {0} år", + "past" : "for {0} år siden", + "next" : "neste år", + "previous" : "i fjor" + }, + "day" : { + "next" : "i morgen", + "current" : "i dag", + "previous" : "i går", + "past" : "for {0} d. siden", + "future" : "om {0} d." + }, + "hour" : { + "future" : "om {0} t", + "current" : "denne timen", + "past" : "for {0} t siden" + }, + "quarter" : { + "current" : "dette kv.", + "future" : "om {0} kv.", + "previous" : "forrige kv.", + "next" : "neste kv.", + "past" : "for {0} kv. siden" + }, + "second" : { + "past" : "for {0} sek siden", + "current" : "nå", + "future" : "om {0} sek" + }, + "month" : { + "current" : "denne md.", + "past" : "for {0} md. siden", + "future" : "om {0} md.", + "next" : "neste md.", + "previous" : "forrige md." + }, + "now" : "nå" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ne.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ne.json new file mode 100644 index 0000000..ac0c0c0 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ne.json @@ -0,0 +1,164 @@ +{ + "narrow" : { + "quarter" : { + "past" : "{0}सत्र अघि", + "future" : "{0}सत्रमा", + "current" : "यो सत्र", + "previous" : "अघिल्लो सत्र", + "next" : "अर्को सत्र" + }, + "year" : { + "previous" : "गत वर्ष", + "next" : "आगामी वर्ष", + "future" : "{0} वर्षमा", + "current" : "यो वर्ष", + "past" : "{0} वर्ष अघि" + }, + "week" : { + "future" : "{0} हप्तामा", + "previous" : "गत हप्ता", + "next" : "आउने हप्ता", + "past" : "{0} हप्ता पहिले", + "current" : "यो हप्ता" + }, + "day" : { + "current" : "आज", + "past" : "{0} दिन पहिले", + "next" : "भोलि", + "future" : "{0} दिनमा", + "previous" : "हिजो" + }, + "hour" : { + "current" : "यस घडीमा", + "past" : "{0} घण्टा पहिले", + "future" : "{0} घण्टामा" + }, + "minute" : { + "future" : "{0} मिनेटमा", + "current" : "यही मिनेटमा", + "past" : "{0} मिनेट पहिले" + }, + "month" : { + "next" : "अर्को महिना", + "current" : "यो महिना", + "past" : "{0} महिना पहिले", + "future" : "{0} महिनामा", + "previous" : "गत महिना" + }, + "now" : "अहिले", + "second" : { + "future" : "{0} सेकेन्डमा", + "current" : "अहिले", + "past" : "{0} सेकेन्ड पहिले" + } + }, + "short" : { + "minute" : { + "past" : "{0} मिनेट पहिले", + "future" : "{0} मिनेटमा", + "current" : "यही मिनेटमा" + }, + "week" : { + "current" : "यो हप्ता", + "past" : "{0} हप्ता पहिले", + "future" : "{0} हप्तामा", + "next" : "आउने हप्ता", + "previous" : "गत हप्ता" + }, + "year" : { + "current" : "यो वर्ष", + "future" : "{0} वर्षमा", + "past" : "{0} वर्ष अघि", + "next" : "आगामी वर्ष", + "previous" : "गत वर्ष" + }, + "day" : { + "next" : "भोलि", + "current" : "आज", + "previous" : "हिजो", + "past" : "{0} दिन पहिले", + "future" : "{0} दिनमा" + }, + "hour" : { + "future" : "{0} घण्टामा", + "current" : "यस घडीमा", + "past" : "{0} घण्टा पहिले" + }, + "quarter" : { + "current" : "यो सत्र", + "future" : "{0}सत्रमा", + "previous" : "अघिल्लो सत्र", + "next" : "अर्को सत्र", + "past" : "{0}सत्र अघि" + }, + "second" : { + "past" : "{0} सेकेन्ड पहिले", + "current" : "अहिले", + "future" : "{0} सेकेन्डमा" + }, + "month" : { + "current" : "यो महिना", + "past" : "{0} महिना पहिले", + "future" : "{0} महिनामा", + "next" : "अर्को महिना", + "previous" : "गत महिना" + }, + "now" : "अहिले" + }, + "long" : { + "week" : { + "current" : "यो हप्ता", + "past" : "{0} हप्ता पहिले", + "next" : "आउने हप्ता", + "previous" : "गत हप्ता", + "future" : "{0} हप्तामा" + }, + "second" : { + "future" : "{0} सेकेन्डमा", + "past" : "{0} सेकेन्ड पहिले", + "current" : "अहिले" + }, + "quarter" : { + "future" : { + "other" : "{0}सत्रमा", + "one" : "+{0} सत्रमा" + }, + "previous" : "अघिल्लो सत्र", + "past" : "{0}सत्र अघि", + "next" : "अर्को सत्र", + "current" : "यो सत्र" + }, + "now" : "अहिले", + "day" : { + "future" : "{0} दिनमा", + "previous" : "हिजो", + "past" : "{0} दिन पहिले", + "next" : "भोलि", + "current" : "आज" + }, + "year" : { + "current" : "यो वर्ष", + "next" : "आगामी वर्ष", + "previous" : "गत वर्ष", + "future" : "{0} वर्षमा", + "past" : "{0} वर्ष अघि" + }, + "hour" : { + "future" : "{0} घण्टामा", + "past" : "{0} घण्टा पहिले", + "current" : "यस घडीमा" + }, + "month" : { + "next" : "अर्को महिना", + "current" : "यो महिना", + "future" : "{0} महिनामा", + "previous" : "गत महिना", + "past" : "{0} महिना पहिले" + }, + "minute" : { + "past" : "{0} मिनेट पहिले", + "current" : "यही मिनेटमा", + "future" : "{0} मिनेटमा" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nl.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nl.json new file mode 100644 index 0000000..61964f5 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nl.json @@ -0,0 +1,245 @@ +{ + "narrow" : { + "minute" : { + "future" : "over {0} min.", + "current" : "binnen een minuut", + "past" : "{0} min. geleden" + }, + "week" : { + "current" : "deze week", + "previous" : "vorige week", + "past" : { + "one" : "{0} week geleden", + "other" : "{0} weken geleden" + }, + "future" : { + "other" : "over {0} weken", + "one" : "over {0} week" + }, + "next" : "volgende week" + }, + "quarter" : { + "previous" : "vorig kwartaal", + "current" : "dit kwartaal", + "past" : { + "other" : "{0} kwartalen geleden", + "one" : "{0} kwartaal geleden" + }, + "next" : "volgend kwartaal", + "future" : { + "one" : "over {0} kw.", + "other" : "over {0} kwartalen" + } + }, + "year" : { + "future" : "over {0} jaar", + "previous" : "vorig jaar", + "current" : "dit jaar", + "next" : "volgend jaar", + "past" : "{0} jaar geleden" + }, + "hour" : { + "current" : "binnen een uur", + "future" : "over {0} uur", + "past" : "{0} uur geleden" + }, + "day" : { + "previous" : "gisteren", + "current" : "vandaag", + "past" : { + "one" : "{0} dag geleden", + "other" : "{0} dgn geleden" + }, + "future" : { + "other" : "over {0} dgn", + "one" : "over {0} dag" + }, + "next" : "morgen" + }, + "second" : { + "past" : "{0} sec. geleden", + "current" : "nu", + "future" : "over {0} sec." + }, + "now" : "nu", + "month" : { + "previous" : "vorige maand", + "current" : "deze maand", + "past" : { + "one" : "{0} maand geleden", + "other" : "{0} maanden geleden" + }, + "future" : { + "one" : "over {0} maand", + "other" : "over {0} maanden" + }, + "next" : "volgende maand" + } + }, + "long" : { + "year" : { + "past" : "{0} jaar geleden", + "future" : "over {0} jaar", + "previous" : "vorig jaar", + "next" : "volgend jaar", + "current" : "dit jaar" + }, + "quarter" : { + "future" : { + "one" : "over {0} kwartaal", + "other" : "over {0} kwartalen" + }, + "current" : "dit kwartaal", + "next" : "volgend kwartaal", + "past" : { + "one" : "{0} kwartaal geleden", + "other" : "{0} kwartalen geleden" + }, + "previous" : "vorig kwartaal" + }, + "hour" : { + "future" : "over {0} uur", + "current" : "binnen een uur", + "past" : "{0} uur geleden" + }, + "month" : { + "past" : { + "one" : "{0} maand geleden", + "other" : "{0} maanden geleden" + }, + "previous" : "vorige maand", + "current" : "deze maand", + "future" : { + "other" : "over {0} maanden", + "one" : "over {0} maand" + }, + "next" : "volgende maand" + }, + "week" : { + "past" : { + "one" : "{0} week geleden", + "other" : "{0} weken geleden" + }, + "previous" : "vorige week", + "next" : "volgende week", + "current" : "deze week", + "future" : { + "other" : "over {0} weken", + "one" : "over {0} week" + } + }, + "day" : { + "previous" : "gisteren", + "current" : "vandaag", + "future" : { + "one" : "over {0} dag", + "other" : "over {0} dagen" + }, + "next" : "morgen", + "past" : { + "other" : "{0} dagen geleden", + "one" : "{0} dag geleden" + } + }, + "minute" : { + "future" : { + "other" : "over {0} minuten", + "one" : "over {0} minuut" + }, + "past" : { + "one" : "{0} minuut geleden", + "other" : "{0} minuten geleden" + }, + "current" : "binnen een minuut" + }, + "now" : "nu", + "second" : { + "current" : "nu", + "future" : { + "other" : "over {0} seconden", + "one" : "over {0} seconde" + }, + "past" : { + "one" : "{0} seconde geleden", + "other" : "{0} seconden geleden" + } + } + }, + "short" : { + "hour" : { + "past" : "{0} uur geleden", + "current" : "binnen een uur", + "future" : "over {0} uur" + }, + "quarter" : { + "current" : "dit kwartaal", + "future" : { + "one" : "over {0} kwartaal", + "other" : "over {0} kwartalen" + }, + "previous" : "vorig kwartaal", + "next" : "volgend kwartaal", + "past" : { + "other" : "{0} kwartalen geleden", + "one" : "{0} kwartaal geleden" + } + }, + "week" : { + "next" : "volgende week", + "current" : "deze week", + "previous" : "vorige week", + "past" : { + "one" : "{0} week geleden", + "other" : "{0} weken geleden" + }, + "future" : { + "one" : "over {0} week", + "other" : "over {0} weken" + } + }, + "year" : { + "future" : "over {0} jaar", + "previous" : "vorig jaar", + "next" : "volgend jaar", + "current" : "dit jaar", + "past" : "{0} jaar geleden" + }, + "minute" : { + "future" : "over {0} min.", + "past" : "{0} min. geleden", + "current" : "binnen een minuut" + }, + "now" : "nu", + "month" : { + "current" : "deze maand", + "past" : { + "one" : "{0} maand geleden", + "other" : "{0} maanden geleden" + }, + "future" : { + "one" : "over {0} maand", + "other" : "over {0} maanden" + }, + "next" : "volgende maand", + "previous" : "vorige maand" + }, + "day" : { + "future" : { + "one" : "over {0} dag", + "other" : "over {0} dgn" + }, + "current" : "vandaag", + "next" : "morgen", + "previous" : "gisteren", + "past" : { + "other" : "{0} dgn geleden", + "one" : "{0} dag geleden" + } + }, + "second" : { + "past" : "{0} sec. geleden", + "current" : "nu", + "future" : "over {0} sec." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nn.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nn.json new file mode 100644 index 0000000..803bab0 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nn.json @@ -0,0 +1,185 @@ +{ + "narrow" : { + "hour" : { + "future" : "+{0} t", + "current" : "denne timen", + "past" : "–{0} t" + }, + "quarter" : { + "current" : "dette kvartalet", + "previous" : "førre kvartal", + "future" : "+{0} kv.", + "past" : "–{0} kv.", + "next" : "neste kvartal" + }, + "year" : { + "future" : "om {0} år", + "previous" : "i fjor", + "next" : "neste år", + "current" : "i år", + "past" : "for {0} år sidan" + }, + "day" : { + "previous" : "i går", + "future" : "+{0} d.", + "next" : "i morgon", + "current" : "i dag", + "past" : "–{0} d." + }, + "month" : { + "current" : "denne månaden", + "future" : "+{0} md.", + "past" : "–{0} md.", + "next" : "neste månad", + "previous" : "førre månad" + }, + "now" : "no", + "second" : { + "past" : { + "one" : "–{0} s", + "other" : "–{0} s" + }, + "future" : "+{0} s", + "current" : "no" + }, + "minute" : { + "current" : "dette minuttet", + "past" : "–{0} min", + "future" : "+{0} min" + }, + "week" : { + "past" : "–{0} v.", + "previous" : "førre veke", + "future" : "+{0} v.", + "current" : "denne veka", + "next" : "neste veke" + } + }, + "long" : { + "week" : { + "future" : { + "other" : "om {0} veker", + "one" : "om {0} veke" + }, + "past" : { + "one" : "for {0} veke sidan", + "other" : "for {0} veker sidan" + }, + "next" : "neste veke", + "previous" : "førre veke", + "current" : "denne veka" + }, + "day" : { + "future" : "om {0} døgn", + "previous" : "i går", + "current" : "i dag", + "next" : "i morgon", + "past" : "for {0} døgn sidan" + }, + "hour" : { + "past" : { + "one" : "for {0} time sidan", + "other" : "for {0} timar sidan" + }, + "current" : "denne timen", + "future" : { + "one" : "om {0} time", + "other" : "om {0} timar" + } + }, + "minute" : { + "future" : "om {0} minutt", + "current" : "dette minuttet", + "past" : "for {0} minutt sidan" + }, + "now" : "no", + "month" : { + "past" : { + "other" : "for {0} månadar sidan", + "one" : "for {0} månad sidan" + }, + "current" : "denne månaden", + "next" : "neste månad", + "previous" : "førre månad", + "future" : { + "one" : "om {0} månad", + "other" : "om {0} månadar" + } + }, + "quarter" : { + "next" : "neste kvartal", + "past" : "for {0} kvartal sidan", + "future" : "om {0} kvartal", + "previous" : "førre kvartal", + "current" : "dette kvartalet" + }, + "second" : { + "current" : "no", + "past" : "for {0} sekund sidan", + "future" : { + "one" : "om {0} sekund", + "other" : "om {0} sekund" + } + }, + "year" : { + "future" : "om {0} år", + "previous" : "i fjor", + "next" : "neste år", + "past" : "for {0} år sidan", + "current" : "i år" + } + }, + "short" : { + "second" : { + "current" : "no", + "past" : "for {0} sek sidan", + "future" : "om {0} sek" + }, + "now" : "no", + "month" : { + "future" : "om {0} md.", + "current" : "denne månaden", + "past" : "for {0} md. sidan", + "previous" : "førre månad", + "next" : "neste månad" + }, + "day" : { + "previous" : "i går", + "current" : "i dag", + "next" : "i morgon", + "future" : "om {0} d.", + "past" : "for {0} d. sidan" + }, + "minute" : { + "past" : "for {0} min sidan", + "future" : "om {0} min", + "current" : "dette minuttet" + }, + "quarter" : { + "past" : "for {0} kv. sidan", + "previous" : "førre kvartal", + "current" : "dette kvartalet", + "future" : "om {0} kv.", + "next" : "neste kvartal" + }, + "hour" : { + "future" : "om {0} t", + "current" : "denne timen", + "past" : "for {0} t sidan" + }, + "week" : { + "future" : "om {0} v.", + "previous" : "førre veke", + "next" : "neste veke", + "past" : "for {0} v. sidan", + "current" : "denne veka" + }, + "year" : { + "next" : "neste år", + "current" : "i år", + "past" : "for {0} år sidan", + "future" : "om {0} år", + "previous" : "i fjor" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/or.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/or.json new file mode 100644 index 0000000..8260f85 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/or.json @@ -0,0 +1,164 @@ +{ + "narrow" : { + "day" : { + "next" : "ଆସନ୍ତାକାଲି", + "future" : "{0} ଦିନରେ", + "previous" : "ଗତକାଲି", + "current" : "ଆଜି", + "past" : "{0} ଦିନ ପୂର୍ବେ" + }, + "quarter" : { + "next" : "ଆଗାମୀ ତ୍ରୟମାସ", + "past" : "{0} ତ୍ରୟ. ପୂର୍ବେ", + "future" : "{0} ତ୍ରୟ. ରେ", + "previous" : "ଗତ ତ୍ରୟମାସ", + "current" : "ଗତ ତ୍ରୟମାସ" + }, + "hour" : { + "past" : "{0} ଘ. ପୂର୍ବେ", + "future" : "{0} ଘ. ରେ", + "current" : "ଏହି ଘଣ୍ଟା" + }, + "year" : { + "next" : "ଆଗାମୀ ବର୍ଷ", + "past" : "{0} ବ. ପୂର୍ବେ", + "current" : "ଏହି ବର୍ଷ", + "previous" : "ଗତ ବର୍ଷ", + "future" : "{0} ବ. ରେ" + }, + "now" : "ବର୍ତ୍ତମାନ", + "month" : { + "current" : "ଏହି ମାସ", + "future" : "{0} ମା. ରେ", + "past" : "{0} ମା. ପୂର୍ବେ", + "next" : "ଆଗାମୀ ମାସ", + "previous" : "ଗତ ମାସ" + }, + "week" : { + "previous" : "ଗତ ସପ୍ତାହ", + "current" : "ଏହି ସପ୍ତାହ", + "past" : "{0} ସପ୍ତା. ପୂର୍ବେ", + "future" : "{0} ସପ୍ତା. ରେ", + "next" : "ଆଗାମୀ ସପ୍ତାହ" + }, + "minute" : { + "future" : "{0} ମି. ରେ", + "current" : "ଏହି ମିନିଟ୍", + "past" : "{0} ମି. ପୂର୍ବେ" + }, + "second" : { + "past" : "{0} ସେ. ପୂର୍ବେ", + "future" : "{0} ସେ. ରେ", + "current" : "ବର୍ତ୍ତମାନ" + } + }, + "long" : { + "now" : "ବର୍ତ୍ତମାନ", + "hour" : { + "current" : "ଏହି ଘଣ୍ଟା", + "past" : "{0} ଘଣ୍ଟା ପୂର୍ବେ", + "future" : "{0} ଘଣ୍ଟାରେ" + }, + "quarter" : { + "past" : "{0} ତ୍ରୟମାସ ପୂର୍ବେ", + "current" : "ଗତ ତ୍ରୟମାସ", + "previous" : "ଗତ ତ୍ରୟମାସ", + "future" : "{0} ତ୍ରୟମାସରେ", + "next" : "ଆଗାମୀ ତ୍ରୟମାସ" + }, + "second" : { + "current" : "ବର୍ତ୍ତମାନ", + "past" : "{0} ସେକେଣ୍ଡ ପୂର୍ବେ", + "future" : "{0} ସେକେଣ୍ଡରେ" + }, + "month" : { + "future" : "{0} ମାସରେ", + "next" : "ଆଗାମୀ ମାସ", + "previous" : "ଗତ ମାସ", + "current" : "ଏହି ମାସ", + "past" : "{0} ମାସ ପୂର୍ବେ" + }, + "minute" : { + "future" : "{0} ମିନିଟ୍‌‌ରେ", + "current" : "ଏହି ମିନିଟ୍", + "past" : "{0} ମିନିଟ୍ ପୂର୍ବେ" + }, + "day" : { + "next" : "ଆସନ୍ତାକାଲି", + "current" : "ଆଜି", + "future" : "{0} ଦିନରେ", + "previous" : "ଗତକାଲି", + "past" : "{0} ଦିନ ପୂର୍ବେ" + }, + "week" : { + "future" : "{0} ସପ୍ତାହରେ", + "current" : "ଏହି ସପ୍ତାହ", + "next" : "ଆଗାମୀ ସପ୍ତାହ", + "past" : { + "other" : "{0} ସପ୍ତାହ ପୂର୍ବେ", + "one" : "{0} ସପ୍ତାହରେ" + }, + "previous" : "ଗତ ସପ୍ତାହ" + }, + "year" : { + "past" : "{0} ବର୍ଷ ପୂର୍ବେ", + "future" : "{0} ବର୍ଷରେ", + "previous" : "ଗତ ବର୍ଷ", + "next" : "ଆଗାମୀ ବର୍ଷ", + "current" : "ଏହି ବର୍ଷ" + } + }, + "short" : { + "quarter" : { + "future" : "{0} ତ୍ରୟ. ରେ", + "next" : "ଆଗାମୀ ତ୍ରୟମାସ", + "previous" : "ଗତ ତ୍ରୟମାସ", + "current" : "ଗତ ତ୍ରୟମାସ", + "past" : "{0} ତ୍ରୟ. ପୂର୍ବେ" + }, + "minute" : { + "future" : "{0} ମି. ରେ", + "current" : "ଏହି ମିନିଟ୍", + "past" : "{0} ମି. ପୂର୍ବେ" + }, + "year" : { + "next" : "ଆଗାମୀ ବର୍ଷ", + "future" : "{0} ବ. ରେ", + "current" : "ଏହି ବର୍ଷ", + "past" : "{0} ବ. ପୂର୍ବେ", + "previous" : "ଗତ ବର୍ଷ" + }, + "second" : { + "future" : "{0} ସେ. ରେ", + "current" : "ବର୍ତ୍ତମାନ", + "past" : "{0} ସେ. ପୂର୍ବେ" + }, + "hour" : { + "past" : "{0} ଘ. ପୂର୍ବେ", + "current" : "ଏହି ଘଣ୍ଟା", + "future" : "{0} ଘ. ରେ" + }, + "now" : "ବର୍ତ୍ତମାନ", + "month" : { + "previous" : "ଗତ ମାସ", + "next" : "ଆଗାମୀ ମାସ", + "past" : "{0} ମା. ପୂର୍ବେ", + "current" : "ଏହି ମାସ", + "future" : "{0} ମା. ରେ" + }, + "week" : { + "previous" : "ଗତ ସପ୍ତାହ", + "current" : "ଏହି ସପ୍ତାହ", + "next" : "ଆଗାମୀ ସପ୍ତାହ", + "past" : "{0} ସପ୍ତା. ପୂର୍ବେ", + "future" : "{0} ସପ୍ତା. ରେ" + }, + "day" : { + "next" : "ଆସନ୍ତାକାଲି", + "past" : "{0} ଦିନ ପୂର୍ବେ", + "future" : "{0} ଦିନରେ", + "previous" : "ଗତକାଲି", + "current" : "ଆଜି" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pa.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pa.json new file mode 100644 index 0000000..f551582 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pa.json @@ -0,0 +1,263 @@ +{ + "narrow" : { + "quarter" : { + "past" : "{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ", + "current" : "ਇਹ ਤਿਮਾਹੀ", + "next" : "ਅਗਲੀ ਤਿਮਾਹੀ", + "future" : "{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ", + "previous" : "ਪਿਛਲੀ ਤਿਮਾਹੀ" + }, + "week" : { + "next" : "ਅਗਲਾ ਹਫ਼ਤਾ", + "future" : { + "other" : "{0} ਹਫ਼ਤਿਆਂ ਵਿੱਚ", + "one" : "{0} ਹਫ਼ਤੇ ਵਿੱਚ" + }, + "previous" : "ਪਿਛਲਾ ਹਫ਼ਤਾ", + "current" : "ਇਹ ਹਫ਼ਤਾ", + "past" : { + "one" : "{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ", + "other" : "{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ" + } + }, + "hour" : { + "current" : "ਇਸ ਘੰਟੇ", + "past" : { + "one" : "{0} ਘੰਟਾ ਪਹਿਲਾਂ", + "other" : "{0} ਘੰਟੇ ਪਹਿਲਾਂ" + }, + "future" : { + "other" : "{0} ਘੰਟਿਆਂ ਵਿੱਚ", + "one" : "{0} ਘੰਟੇ ਵਿੱਚ" + } + }, + "now" : "ਹੁਣ", + "day" : { + "past" : "{0} ਦਿਨ ਪਹਿਲਾਂ", + "future" : { + "one" : "{0} ਦਿਨ ਵਿੱਚ", + "other" : "{0} ਦਿਨਾਂ ਵਿੱਚ" + }, + "previous" : "ਬੀਤਿਆ ਕੱਲ੍ਹ", + "current" : "ਅੱਜ", + "next" : "ਭਲਕੇ" + }, + "minute" : { + "current" : "ਇਸ ਮਿੰਟ", + "past" : "{0} ਮਿੰਟ ਪਹਿਲਾਂ", + "future" : { + "one" : "{0} ਮਿੰਟ ਵਿੱਚ", + "other" : "{0} ਮਿੰਟਾਂ ਵਿੱਚ" + } + }, + "month" : { + "current" : "ਇਹ ਮਹੀਨਾ", + "future" : { + "one" : "{0} ਮਹੀਨੇ ਵਿੱਚ", + "other" : "{0} ਮਹੀਨਿਆਂ ਵਿੱਚ" + }, + "past" : { + "other" : "{0} ਮਹੀਨੇ ਪਹਿਲਾਂ", + "one" : "{0} ਮਹੀਨਾ ਪਹਿਲਾਂ" + }, + "next" : "ਅਗਲਾ ਮਹੀਨਾ", + "previous" : "ਪਿਛਲਾ ਮਹੀਨਾ" + }, + "year" : { + "past" : "{0} ਸਾਲ ਪਹਿਲਾਂ", + "future" : { + "one" : "{0} ਸਾਲ ਵਿੱਚ", + "other" : "{0} ਸਾਲਾਂ ਵਿੱਚ" + }, + "next" : "ਅਗਲਾ ਸਾਲ", + "current" : "ਇਹ ਸਾਲ", + "previous" : "ਪਿਛਲਾ ਸਾਲ" + }, + "second" : { + "future" : { + "other" : "{0} ਸਕਿੰਟਾਂ ਵਿੱਚ", + "one" : "{0} ਸਕਿੰਟ ਵਿੱਚ" + }, + "current" : "ਹੁਣ", + "past" : "{0} ਸਕਿੰਟ ਪਹਿਲਾਂ" + } + }, + "long" : { + "hour" : { + "current" : "ਇਸ ਘੰਟੇ", + "past" : { + "one" : "{0} ਘੰਟਾ ਪਹਿਲਾਂ", + "other" : "{0} ਘੰਟੇ ਪਹਿਲਾਂ" + }, + "future" : { + "other" : "{0} ਘੰਟਿਆਂ ਵਿੱਚ", + "one" : "{0} ਘੰਟੇ ਵਿੱਚ" + } + }, + "now" : "ਹੁਣ", + "quarter" : { + "previous" : "ਪਿਛਲੀ ਤਿਮਾਹੀ", + "future" : { + "other" : "{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ", + "one" : "{0} ਤਿਮਾਹੀ ਵਿੱਚ" + }, + "next" : "ਅਗਲੀ ਤਿਮਾਹੀ", + "past" : { + "one" : "{0} ਤਿਮਾਹੀ ਪਹਿਲਾਂ", + "other" : "{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ" + }, + "current" : "ਇਸ ਤਿਮਾਹੀ" + }, + "day" : { + "future" : { + "other" : "{0} ਦਿਨਾਂ ਵਿੱਚ", + "one" : "{0} ਦਿਨ ਵਿੱਚ" + }, + "current" : "ਅੱਜ", + "past" : "{0} ਦਿਨ ਪਹਿਲਾਂ", + "previous" : "ਬੀਤਿਆ ਕੱਲ੍ਹ", + "next" : "ਭਲਕੇ" + }, + "week" : { + "previous" : "ਪਿਛਲਾ ਹਫ਼ਤਾ", + "past" : { + "one" : "{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ", + "other" : "{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ" + }, + "current" : "ਇਹ ਹਫ਼ਤਾ", + "next" : "ਅਗਲਾ ਹਫ਼ਤਾ", + "future" : { + "one" : "{0} ਹਫ਼ਤੇ ਵਿੱਚ", + "other" : "{0} ਹਫ਼ਤਿਆਂ ਵਿੱਚ" + } + }, + "minute" : { + "past" : "{0} ਮਿੰਟ ਪਹਿਲਾਂ", + "current" : "ਇਸ ਮਿੰਟ", + "future" : { + "other" : "{0} ਮਿੰਟਾਂ ਵਿੱਚ", + "one" : "{0} ਮਿੰਟ ਵਿੱਚ" + } + }, + "second" : { + "past" : "{0} ਸਕਿੰਟ ਪਹਿਲਾਂ", + "future" : { + "other" : "{0} ਸਕਿੰਟਾਂ ਵਿੱਚ", + "one" : "{0} ਸਕਿੰਟ ਵਿੱਚ" + }, + "current" : "ਹੁਣ" + }, + "month" : { + "past" : { + "other" : "{0} ਮਹੀਨੇ ਪਹਿਲਾਂ", + "one" : "{0} ਮਹੀਨਾ ਪਹਿਲਾਂ" + }, + "next" : "ਅਗਲਾ ਮਹੀਨਾ", + "future" : { + "one" : "{0} ਮਹੀਨੇ ਵਿੱਚ", + "other" : "{0} ਮਹੀਨਿਆਂ ਵਿੱਚ" + }, + "previous" : "ਪਿਛਲਾ ਮਹੀਨਾ", + "current" : "ਇਹ ਮਹੀਨਾ" + }, + "year" : { + "current" : "ਇਹ ਸਾਲ", + "future" : { + "other" : "{0} ਸਾਲਾਂ ਵਿੱਚ", + "one" : "{0} ਸਾਲ ਵਿੱਚ" + }, + "previous" : "ਪਿਛਲਾ ਸਾਲ", + "next" : "ਅਗਲਾ ਸਾਲ", + "past" : "{0} ਸਾਲ ਪਹਿਲਾਂ" + } + }, + "short" : { + "month" : { + "next" : "ਅਗਲਾ ਮਹੀਨਾ", + "current" : "ਇਹ ਮਹੀਨਾ", + "previous" : "ਪਿਛਲਾ ਮਹੀਨਾ", + "past" : { + "one" : "{0} ਮਹੀਨਾ ਪਹਿਲਾਂ", + "other" : "{0} ਮਹੀਨੇ ਪਹਿਲਾਂ" + }, + "future" : { + "other" : "{0} ਮਹੀਨਿਆਂ ਵਿੱਚ", + "one" : "{0} ਮਹੀਨੇ ਵਿੱਚ" + } + }, + "now" : "ਹੁਣ", + "week" : { + "previous" : "ਪਿਛਲਾ ਹਫ਼ਤਾ", + "current" : "ਇਹ ਹਫ਼ਤਾ", + "past" : { + "one" : "{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ", + "other" : "{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ" + }, + "future" : { + "one" : "{0} ਹਫ਼ਤੇ ਵਿੱਚ", + "other" : "{0} ਹਫ਼ਤਿਆਂ ਵਿੱਚ" + }, + "next" : "ਅਗਲਾ ਹਫ਼ਤਾ" + }, + "day" : { + "future" : { + "other" : "{0} ਦਿਨਾਂ ਵਿੱਚ", + "one" : "{0} ਦਿਨ ਵਿੱਚ" + }, + "previous" : "ਬੀਤਿਆ ਕੱਲ੍ਹ", + "current" : "ਅੱਜ", + "next" : "ਭਲਕੇ", + "past" : "{0} ਦਿਨ ਪਹਿਲਾਂ" + }, + "year" : { + "previous" : "ਪਿਛਲਾ ਸਾਲ", + "current" : "ਇਹ ਸਾਲ", + "next" : "ਅਗਲਾ ਸਾਲ", + "past" : "{0} ਸਾਲ ਪਹਿਲਾਂ", + "future" : { + "other" : "{0} ਸਾਲਾਂ ਵਿੱਚ", + "one" : "{0} ਸਾਲ ਵਿੱਚ" + } + }, + "hour" : { + "past" : { + "other" : "{0} ਘੰਟੇ ਪਹਿਲਾਂ", + "one" : "{0} ਘੰਟਾ ਪਹਿਲਾਂ" + }, + "future" : { + "one" : "{0} ਘੰਟੇ ਵਿੱਚ", + "other" : "{0} ਘੰਟਿਆਂ ਵਿੱਚ" + }, + "current" : "ਇਸ ਘੰਟੇ" + }, + "minute" : { + "current" : "ਇਸ ਮਿੰਟ", + "past" : "{0} ਮਿੰਟ ਪਹਿਲਾਂ", + "future" : { + "one" : "{0} ਮਿੰਟ ਵਿੱਚ", + "other" : "{0} ਮਿੰਟਾਂ ਵਿੱਚ" + } + }, + "second" : { + "future" : { + "one" : "{0} ਸਕਿੰਟ ਵਿੱਚ", + "other" : "{0} ਸਕਿੰਟਾਂ ਵਿੱਚ" + }, + "past" : "{0} ਸਕਿੰਟ ਪਹਿਲਾਂ", + "current" : "ਹੁਣ" + }, + "quarter" : { + "next" : "ਅਗਲੀ ਤਿਮਾਹੀ", + "past" : { + "one" : "{0} ਤਿਮਾਹੀ ਪਹਿਲਾਂ", + "other" : "{0} ਤਿਮਾਹੀਆਂ ਪਹਿਲਾਂ" + }, + "current" : "ਇਹ ਤਿਮਾਹੀ", + "previous" : "ਪਿਛਲੀ ਤਿਮਾਹੀ", + "future" : { + "one" : "{0} ਤਿਮਾਹੀ ਵਿੱਚ", + "other" : "{0} ਤਿਮਾਹੀਆਂ ਵਿੱਚ" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pl.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pl.json new file mode 100644 index 0000000..d7652c0 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pl.json @@ -0,0 +1,287 @@ +{ + "narrow" : { + "day" : { + "previous" : "wczoraj", + "current" : "dzisiaj", + "next" : "jutro", + "past" : { + "many" : "{0} dni temu", + "few" : "{0} dni temu", + "one" : "{0} dzień temu", + "other" : "{0} dnia temu" + }, + "future" : { + "few" : "za {0} dni", + "many" : "za {0} dni", + "other" : "za {0} dnia", + "one" : "za {0} dzień" + } + }, + "hour" : { + "future" : "za {0} g.", + "past" : "{0} g. temu", + "current" : "ta godzina" + }, + "now" : "teraz", + "week" : { + "current" : "w tym tygodniu", + "previous" : "w zeszłym tygodniu", + "past" : { + "one" : "{0} tydz. temu", + "other" : "{0} tyg. temu" + }, + "future" : { + "other" : "za {0} tyg.", + "one" : "za {0} tydz." + }, + "next" : "w przyszłym tygodniu" + }, + "month" : { + "next" : "w przyszłym miesiącu", + "previous" : "w zeszłym miesiącu", + "current" : "w tym miesiącu", + "future" : "za {0} mies.", + "past" : "{0} mies. temu" + }, + "year" : { + "previous" : "w zeszłym roku", + "future" : { + "few" : "za {0} lata", + "one" : "za {0} rok", + "many" : "za {0} lat", + "other" : "za {0} roku" + }, + "next" : "w przyszłym roku", + "current" : "w tym roku", + "past" : { + "one" : "{0} rok temu", + "other" : "{0} roku temu", + "few" : "{0} lata temu", + "many" : "{0} lat temu" + } + }, + "quarter" : { + "current" : "w tym kwartale", + "future" : "za {0} kw.", + "previous" : "w zeszłym kwartale", + "next" : "w przyszłym kwartale", + "past" : "{0} kw. temu" + }, + "minute" : { + "past" : "{0} min temu", + "current" : "ta minuta", + "future" : "za {0} min" + }, + "second" : { + "future" : "za {0} s", + "past" : "{0} s temu", + "current" : "teraz" + } + }, + "long" : { + "week" : { + "future" : { + "other" : "za {0} tygodnia", + "one" : "za {0} tydzień", + "few" : "za {0} tygodnie", + "many" : "za {0} tygodni" + }, + "current" : "w tym tygodniu", + "past" : { + "few" : "{0} tygodnie temu", + "one" : "{0} tydzień temu", + "other" : "{0} tygodnia temu", + "many" : "{0} tygodni temu" + }, + "previous" : "w zeszłym tygodniu", + "next" : "w przyszłym tygodniu" + }, + "quarter" : { + "current" : "w tym kwartale", + "next" : "w przyszłym kwartale", + "future" : { + "other" : "za {0} kwartału", + "many" : "za {0} kwartałów", + "few" : "za {0} kwartały", + "one" : "za {0} kwartał" + }, + "previous" : "w zeszłym kwartale", + "past" : { + "one" : "{0} kwartał temu", + "many" : "{0} kwartałów temu", + "few" : "{0} kwartały temu", + "other" : "{0} kwartału temu" + } + }, + "second" : { + "future" : { + "one" : "za {0} sekundę", + "many" : "za {0} sekund", + "other" : "za {0} sekundy" + }, + "current" : "teraz", + "past" : { + "one" : "{0} sekundę temu", + "many" : "{0} sekund temu", + "other" : "{0} sekundy temu" + } + }, + "year" : { + "past" : { + "many" : "{0} lat temu", + "few" : "{0} lata temu", + "one" : "{0} rok temu", + "other" : "{0} roku temu" + }, + "previous" : "w zeszłym roku", + "future" : { + "one" : "za {0} rok", + "other" : "za {0} roku", + "few" : "za {0} lata", + "many" : "za {0} lat" + }, + "current" : "w tym roku", + "next" : "w przyszłym roku" + }, + "now" : "teraz", + "hour" : { + "past" : { + "other" : "{0} godziny temu", + "many" : "{0} godzin temu", + "one" : "{0} godzinę temu" + }, + "future" : { + "many" : "za {0} godzin", + "other" : "za {0} godziny", + "one" : "za {0} godzinę" + }, + "current" : "ta godzina" + }, + "day" : { + "previous" : "wczoraj", + "next" : "jutro", + "past" : { + "one" : "{0} dzień temu", + "many" : "{0} dni temu", + "other" : "{0} dnia temu", + "few" : "{0} dni temu" + }, + "current" : "dzisiaj", + "future" : { + "many" : "za {0} dni", + "one" : "za {0} dzień", + "few" : "za {0} dni", + "other" : "za {0} dnia" + } + }, + "minute" : { + "future" : { + "one" : "za {0} minutę", + "many" : "za {0} minut", + "other" : "za {0} minuty" + }, + "past" : { + "one" : "{0} minutę temu", + "other" : "{0} minuty temu", + "many" : "{0} minut temu" + }, + "current" : "ta minuta" + }, + "month" : { + "past" : { + "few" : "{0} miesiące temu", + "one" : "{0} miesiąc temu", + "many" : "{0} miesięcy temu", + "other" : "{0} miesiąca temu" + }, + "previous" : "w zeszłym miesiącu", + "next" : "w przyszłym miesiącu", + "future" : { + "few" : "za {0} miesiące", + "many" : "za {0} miesięcy", + "other" : "za {0} miesiąca", + "one" : "za {0} miesiąc" + }, + "current" : "w tym miesiącu" + } + }, + "short" : { + "minute" : { + "current" : "ta minuta", + "past" : "{0} min temu", + "future" : "za {0} min" + }, + "year" : { + "current" : "w tym roku", + "past" : { + "one" : "{0} rok temu", + "other" : "{0} roku temu", + "many" : "{0} lat temu", + "few" : "{0} lata temu" + }, + "future" : { + "few" : "za {0} lata", + "one" : "za {0} rok", + "many" : "za {0} lat", + "other" : "za {0} roku" + }, + "next" : "w przyszłym roku", + "previous" : "w zeszłym roku" + }, + "day" : { + "past" : { + "other" : "{0} dnia temu", + "one" : "{0} dzień temu", + "many" : "{0} dni temu", + "few" : "{0} dni temu" + }, + "current" : "dzisiaj", + "future" : { + "few" : "za {0} dni", + "other" : "za {0} dnia", + "one" : "za {0} dzień", + "many" : "za {0} dni" + }, + "next" : "jutro", + "previous" : "wczoraj" + }, + "hour" : { + "past" : "{0} godz. temu", + "current" : "ta godzina", + "future" : "za {0} godz." + }, + "quarter" : { + "future" : "za {0} kw.", + "previous" : "w zeszłym kwartale", + "current" : "w tym kwartale", + "next" : "w przyszłym kwartale", + "past" : "{0} kw. temu" + }, + "second" : { + "future" : "za {0} sek.", + "current" : "teraz", + "past" : "{0} sek. temu" + }, + "now" : "teraz", + "month" : { + "next" : "w przyszłym miesiącu", + "current" : "w tym miesiącu", + "previous" : "w zeszłym miesiącu", + "past" : "{0} mies. temu", + "future" : "za {0} mies." + }, + "week" : { + "next" : "w przyszłym tygodniu", + "past" : { + "other" : "{0} tyg. temu", + "one" : "{0} tydz. temu" + }, + "previous" : "w zeszłym tygodniu", + "current" : "w tym tygodniu", + "future" : { + "one" : "za {0} tydz.", + "other" : "za {0} tyg." + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ps.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ps.json new file mode 100644 index 0000000..8aaf08c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ps.json @@ -0,0 +1,179 @@ +{ + "short" : { + "month" : { + "future" : "+{0} m", + "previous" : "last month", + "current" : "this month", + "next" : "next month", + "past" : "-{0} m" + }, + "week" : { + "previous" : "last week", + "current" : "this week", + "future" : "+{0} w", + "past" : "-{0} w", + "next" : "next week" + }, + "hour" : { + "past" : "-{0} h", + "current" : "this hour", + "future" : "+{0} h" + }, + "quarter" : { + "future" : "+{0} Q", + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "past" : "-{0} Q" + }, + "minute" : { + "future" : "+{0} min", + "current" : "this minute", + "past" : "-{0} min" + }, + "now" : "now", + "day" : { + "past" : "-{0} d", + "previous" : "yesterday", + "current" : "today", + "next" : "tomorrow", + "future" : "+{0} d" + }, + "year" : { + "previous" : "پروسږکال", + "next" : "بل کال", + "current" : "سږکال", + "future" : { + "other" : "په {0} کالونو کې", + "one" : "په {0} کال کې" + }, + "past" : { + "one" : "{0} کال مخکې", + "other" : "{0} کاله مخکې" + } + }, + "second" : { + "past" : "-{0} s", + "future" : "+{0} s", + "current" : "now" + } + }, + "narrow" : { + "day" : { + "future" : "+{0} d", + "previous" : "yesterday", + "current" : "today", + "next" : "tomorrow", + "past" : "-{0} d" + }, + "second" : { + "current" : "now", + "past" : "-{0} s", + "future" : "+{0} s" + }, + "hour" : { + "future" : "+{0} h", + "current" : "this hour", + "past" : "-{0} h" + }, + "quarter" : { + "previous" : "last quarter", + "next" : "next quarter", + "past" : "-{0} Q", + "future" : "+{0} Q", + "current" : "this quarter" + }, + "minute" : { + "past" : "-{0} min", + "future" : "+{0} min", + "current" : "this minute" + }, + "year" : { + "current" : "سږکال", + "past" : { + "one" : "{0} کال مخکې", + "other" : "{0} کاله مخکې" + }, + "future" : { + "one" : "په {0} کال کې", + "other" : "په {0} کالونو کې" + }, + "next" : "بل کال", + "previous" : "پروسږکال" + }, + "now" : "now", + "week" : { + "current" : "this week", + "past" : "-{0} w", + "future" : "+{0} w", + "next" : "next week", + "previous" : "last week" + }, + "month" : { + "previous" : "last month", + "current" : "this month", + "next" : "next month", + "future" : "+{0} m", + "past" : "-{0} m" + } + }, + "long" : { + "quarter" : { + "next" : "next quarter", + "current" : "this quarter", + "future" : "+{0} Q", + "past" : "-{0} Q", + "previous" : "last quarter" + }, + "week" : { + "next" : "next week", + "current" : "this week", + "past" : "-{0} w", + "previous" : "last week", + "future" : "+{0} w" + }, + "year" : { + "next" : "بل کال", + "past" : { + "other" : "{0} کاله مخکې", + "one" : "{0} کال مخکې" + }, + "future" : { + "other" : "په {0} کالونو کې", + "one" : "په {0} کال کې" + }, + "current" : "سږکال", + "previous" : "پروسږکال" + }, + "hour" : { + "current" : "this hour", + "future" : "+{0} h", + "past" : "-{0} h" + }, + "minute" : { + "past" : "-{0} min", + "future" : "+{0} min", + "current" : "this minute" + }, + "second" : { + "current" : "now", + "past" : "-{0} s", + "future" : "+{0} s" + }, + "day" : { + "previous" : "yesterday", + "current" : "today", + "next" : "tomorrow", + "past" : "-{0} d", + "future" : "+{0} d" + }, + "now" : "now", + "month" : { + "current" : "this month", + "future" : "+{0} m", + "next" : "next month", + "previous" : "last month", + "past" : "-{0} m" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pt.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pt.json new file mode 100644 index 0000000..c33f159 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pt.json @@ -0,0 +1,242 @@ +{ + "narrow" : { + "minute" : { + "future" : "+{0} min", + "past" : "-{0} min", + "current" : "este minuto" + }, + "second" : { + "future" : "+{0} s", + "current" : "agora", + "past" : "-{0} s" + }, + "now" : "agora", + "day" : { + "next" : "amanhã", + "previous" : "ontem", + "past" : "há {0} dias", + "current" : "hoje", + "future" : { + "other" : "+{0} dias", + "one" : "+{0} dia" + } + }, + "month" : { + "previous" : "mês passado", + "next" : "próximo mês", + "current" : "este mês", + "future" : { + "one" : "+{0} mês", + "other" : "+{0} meses" + }, + "past" : { + "one" : "-{0} mês", + "other" : "-{0} meses" + } + }, + "quarter" : { + "next" : "próximo trim.", + "past" : "-{0} trim.", + "future" : "+{0} trim.", + "previous" : "trim. passado", + "current" : "este trim." + }, + "week" : { + "previous" : "semana passada", + "next" : "próxima semana", + "future" : "+{0} sem.", + "current" : "esta semana", + "past" : "-{0} sem." + }, + "hour" : { + "current" : "esta hora", + "past" : "-{0} h", + "future" : "+{0} h" + }, + "year" : { + "past" : { + "one" : "-{0} ano", + "other" : "-{0} anos" + }, + "next" : "próximo ano", + "previous" : "ano passado", + "current" : "este ano", + "future" : { + "other" : "+{0} anos", + "one" : "+{0} ano" + } + } + }, + "long" : { + "year" : { + "previous" : "ano passado", + "current" : "este ano", + "next" : "próximo ano", + "past" : { + "one" : "há {0} ano", + "other" : "há {0} anos" + }, + "future" : { + "one" : "dentro de {0} ano", + "other" : "dentro de {0} anos" + } + }, + "month" : { + "previous" : "mês passado", + "current" : "este mês", + "next" : "próximo mês", + "past" : { + "other" : "há {0} meses", + "one" : "há {0} mês" + }, + "future" : { + "other" : "dentro de {0} meses", + "one" : "dentro de {0} mês" + } + }, + "day" : { + "previous" : "ontem", + "current" : "hoje", + "future" : { + "one" : "dentro de {0} dia", + "other" : "dentro de {0} dias" + }, + "next" : "amanhã", + "past" : { + "one" : "há {0} dia", + "other" : "há {0} dias" + } + }, + "hour" : { + "past" : { + "other" : "há {0} horas", + "one" : "há {0} hora" + }, + "current" : "esta hora", + "future" : { + "other" : "dentro de {0} horas", + "one" : "dentro de {0} hora" + } + }, + "now" : "agora", + "minute" : { + "current" : "este minuto", + "past" : { + "one" : "há {0} minuto", + "other" : "há {0} minutos" + }, + "future" : { + "one" : "dentro de {0} minuto", + "other" : "dentro de {0} minutos" + } + }, + "second" : { + "past" : { + "one" : "há {0} segundo", + "other" : "há {0} segundos" + }, + "current" : "agora", + "future" : { + "one" : "dentro de {0} segundo", + "other" : "dentro de {0} segundos" + } + }, + "quarter" : { + "next" : "próximo trimestre", + "future" : { + "other" : "dentro de {0} trimestres", + "one" : "dentro de {0} trimestre" + }, + "past" : { + "one" : "há {0} trimestre", + "other" : "há {0} trimestres" + }, + "current" : "este trimestre", + "previous" : "trimestre passado" + }, + "week" : { + "past" : { + "other" : "há {0} semanas", + "one" : "há {0} semana" + }, + "current" : "esta semana", + "previous" : "semana passada", + "next" : "próxima semana", + "future" : { + "one" : "dentro de {0} semana", + "other" : "dentro de {0} semanas" + } + } + }, + "short" : { + "year" : { + "past" : { + "one" : "há {0} ano", + "other" : "há {0} anos" + }, + "future" : { + "one" : "dentro de {0} ano", + "other" : "dentro de {0} anos" + }, + "previous" : "ano passado", + "current" : "este ano", + "next" : "próximo ano" + }, + "day" : { + "next" : "amanhã", + "current" : "hoje", + "previous" : "ontem", + "future" : { + "other" : "dentro de {0} dias", + "one" : "dentro de {0} dia" + }, + "past" : { + "other" : "há {0} dias", + "one" : "há {0} dia" + } + }, + "minute" : { + "current" : "este minuto", + "past" : "há {0} min", + "future" : "dentro de {0} min" + }, + "hour" : { + "past" : "há {0} h", + "future" : "dentro de {0} h", + "current" : "esta hora" + }, + "quarter" : { + "previous" : "trim. passado", + "future" : "dentro de {0} trim.", + "next" : "próximo trim.", + "past" : "há {0} trim.", + "current" : "este trim." + }, + "second" : { + "future" : "dentro de {0} s", + "current" : "agora", + "past" : "há {0} s" + }, + "now" : "agora", + "week" : { + "past" : "há {0} sem.", + "future" : "dentro de {0} sem.", + "next" : "próxima semana", + "current" : "esta semana", + "previous" : "semana passada" + }, + "month" : { + "past" : { + "one" : "há {0} mês", + "other" : "há {0} meses" + }, + "future" : { + "other" : "dentro de {0} meses", + "one" : "dentro de {0} mês" + }, + "next" : "próximo mês", + "previous" : "mês passado", + "current" : "este mês" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ro.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ro.json new file mode 100644 index 0000000..829f4b9 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ro.json @@ -0,0 +1,265 @@ +{ + "short" : { + "year" : { + "previous" : "anul trecut", + "next" : "anul viitor", + "current" : "anul acesta", + "future" : { + "other" : "peste {0} de ani", + "one" : "peste {0} an", + "few" : "peste {0} ani" + }, + "past" : { + "few" : "acum {0} ani", + "one" : "acum {0} an", + "other" : "acum {0} de ani" + } + }, + "quarter" : { + "future" : "peste {0} trim.", + "previous" : "trim. trecut", + "current" : "trim. acesta", + "next" : "trim. viitor", + "past" : "acum {0} trim." + }, + "hour" : { + "past" : "acum {0} h", + "future" : "peste {0} h", + "current" : "ora aceasta" + }, + "day" : { + "past" : { + "one" : "acum {0} zi", + "few" : "acum {0} zile", + "other" : "acum {0} de zile" + }, + "future" : { + "other" : "peste {0} de zile", + "few" : "peste {0} zile", + "one" : "peste {0} zi" + }, + "previous" : "ieri", + "next" : "mâine", + "current" : "azi" + }, + "minute" : { + "current" : "minutul acesta", + "past" : "acum {0} min.", + "future" : "peste {0} min." + }, + "month" : { + "future" : { + "other" : "peste {0} luni", + "one" : "peste {0} lună" + }, + "previous" : "luna trecută", + "current" : "luna aceasta", + "next" : "luna viitoare", + "past" : { + "one" : "acum {0} lună", + "other" : "acum {0} luni" + } + }, + "week" : { + "past" : "acum {0} săpt.", + "future" : "peste {0} săpt.", + "next" : "săptămâna viitoare", + "current" : "săptămâna aceasta", + "previous" : "săptămâna trecută" + }, + "second" : { + "future" : "peste {0} sec.", + "current" : "acum", + "past" : "acum {0} sec." + }, + "now" : "acum" + }, + "narrow" : { + "month" : { + "future" : { + "one" : "+{0} lună", + "other" : "+{0} luni" + }, + "next" : "luna viitoare", + "current" : "luna aceasta", + "previous" : "luna trecută", + "past" : { + "one" : "-{0} lună", + "other" : "-{0} luni" + } + }, + "minute" : { + "future" : "+{0} m", + "current" : "minutul acesta", + "past" : "-{0} m" + }, + "second" : { + "current" : "acum", + "future" : "+{0} s", + "past" : "-{0} s" + }, + "now" : "acum", + "day" : { + "future" : { + "other" : "+{0} zile", + "one" : "+{0} zi" + }, + "previous" : "ieri", + "current" : "azi", + "next" : "mâine", + "past" : { + "one" : "-{0} zi", + "other" : "-{0} zile" + } + }, + "year" : { + "previous" : "anul trecut", + "past" : { + "one" : "-{0} an", + "other" : "-{0} ani" + }, + "future" : { + "other" : "+{0} ani", + "one" : "+{0} an" + }, + "current" : "anul acesta", + "next" : "anul viitor" + }, + "quarter" : { + "past" : "-{0} trim.", + "previous" : "trim. trecut", + "current" : "trim. acesta", + "next" : "trim. viitor", + "future" : "+{0} trim." + }, + "week" : { + "previous" : "săptămâna trecută", + "past" : "-{0} săpt.", + "future" : "+{0} săpt.", + "current" : "săptămâna aceasta", + "next" : "săptămâna viitoare" + }, + "hour" : { + "future" : "+{0} h", + "past" : "-{0} h", + "current" : "ora aceasta" + } + }, + "long" : { + "minute" : { + "past" : { + "one" : "acum {0} minut", + "few" : "acum {0} minute", + "other" : "acum {0} de minute" + }, + "current" : "minutul acesta", + "future" : { + "one" : "peste {0} minut", + "other" : "peste {0} de minute", + "few" : "peste {0} minute" + } + }, + "second" : { + "current" : "acum", + "future" : { + "few" : "peste {0} secunde", + "one" : "peste {0} secundă", + "other" : "peste {0} de secunde" + }, + "past" : { + "few" : "acum {0} secunde", + "other" : "acum {0} de secunde", + "one" : "acum {0} secundă" + } + }, + "month" : { + "next" : "luna viitoare", + "current" : "luna aceasta", + "previous" : "luna trecută", + "past" : { + "other" : "acum {0} de luni", + "one" : "acum {0} lună", + "few" : "acum {0} luni" + }, + "future" : { + "one" : "peste {0} lună", + "other" : "peste {0} de luni", + "few" : "peste {0} luni" + } + }, + "day" : { + "current" : "azi", + "future" : { + "other" : "peste {0} de zile", + "few" : "peste {0} zile", + "one" : "peste {0} zi" + }, + "next" : "mâine", + "previous" : "ieri", + "past" : { + "one" : "acum {0} zi", + "few" : "acum {0} zile", + "other" : "acum {0} de zile" + } + }, + "now" : "acum", + "hour" : { + "current" : "ora aceasta", + "past" : { + "few" : "acum {0} ore", + "one" : "acum {0} oră", + "other" : "acum {0} de ore" + }, + "future" : { + "few" : "peste {0} ore", + "other" : "peste {0} de ore", + "one" : "peste {0} oră" + } + }, + "quarter" : { + "previous" : "trimestrul trecut", + "current" : "trimestrul acesta", + "past" : { + "one" : "acum {0} trimestru", + "few" : "acum {0} trimestre", + "other" : "acum {0} de trimestre" + }, + "future" : { + "other" : "peste {0} de trimestre", + "one" : "peste {0} trimestru", + "few" : "peste {0} trimestre" + }, + "next" : "trimestrul viitor" + }, + "year" : { + "next" : "anul viitor", + "past" : { + "few" : "acum {0} ani", + "other" : "acum {0} de ani", + "one" : "acum {0} an" + }, + "previous" : "anul trecut", + "future" : { + "few" : "peste {0} ani", + "other" : "peste {0} de ani", + "one" : "peste {0} an" + }, + "current" : "anul acesta" + }, + "week" : { + "next" : "săptămâna viitoare", + "future" : { + "few" : "peste {0} săptămâni", + "other" : "peste {0} de săptămâni", + "one" : "peste {0} săptămână" + }, + "previous" : "săptămâna trecută", + "current" : "săptămâna aceasta", + "past" : { + "one" : "acum {0} săptămână", + "few" : "acum {0} săptămâni", + "other" : "acum {0} de săptămâni" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ru.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ru.json new file mode 100644 index 0000000..4750d82 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ru.json @@ -0,0 +1,243 @@ +{ + "narrow" : { + "second" : { + "past" : "-{0} с", + "current" : "сейчас", + "future" : "+{0} с" + }, + "year" : { + "previous" : "в пр. г.", + "next" : "в сл. г.", + "future" : { + "many" : "+{0} л.", + "other" : "+{0} г." + }, + "current" : "в эт. г.", + "past" : { + "other" : "-{0} г.", + "many" : "-{0} л." + } + }, + "month" : { + "past" : "-{0} мес.", + "next" : "в след. мес.", + "future" : "+{0} мес.", + "previous" : "в пр. мес.", + "current" : "в эт. мес." + }, + "minute" : { + "future" : "+{0} мин.", + "past" : "-{0} мин.", + "current" : "в эту минуту" + }, + "quarter" : { + "previous" : "посл. кв.", + "current" : "тек. кв.", + "next" : "след. кв.", + "past" : "-{0} кв.", + "future" : "+{0} кв." + }, + "hour" : { + "past" : "-{0} ч.", + "current" : "в этот час", + "future" : "+{0} ч." + }, + "now" : "сейчас", + "week" : { + "next" : "на след. неделе", + "previous" : "на пр. нед.", + "past" : "-{0} нед.", + "future" : "+{0} нед.", + "current" : "на эт. нед." + }, + "day" : { + "previous" : "вчера", + "future" : "+{0} дн.", + "past" : "-{0} дн.", + "current" : "сегодня", + "next" : "завтра" + } + }, + "short" : { + "minute" : { + "future" : "через {0} мин.", + "current" : "в эту минуту", + "past" : "{0} мин. назад" + }, + "week" : { + "current" : "на этой нед.", + "past" : "{0} нед. назад", + "future" : "через {0} нед.", + "next" : "на следующей нед.", + "previous" : "на прошлой нед." + }, + "year" : { + "current" : "в этом г.", + "future" : { + "many" : "через {0} л.", + "other" : "через {0} г." + }, + "past" : { + "many" : "{0} л. назад", + "other" : "{0} г. назад" + }, + "next" : "в след. г.", + "previous" : "в прошлом г." + }, + "day" : { + "next" : "завтра", + "current" : "сегодня", + "previous" : "вчера", + "past" : "{0} дн. назад", + "future" : "через {0} дн." + }, + "hour" : { + "past" : { + "one" : "{0} ч. назад", + "other" : "{0} ч. назад" + }, + "future" : { + "one" : "через {0} ч.", + "other" : "через {0} ч." + }, + "current" : "в этот час" + }, + "quarter" : { + "current" : "текущий кв.", + "future" : "через {0} кв.", + "previous" : "последний кв.", + "next" : "следующий кв.", + "past" : "{0} кв. назад" + }, + "second" : { + "future" : "через {0} сек.", + "current" : "сейчас", + "past" : "{0} сек. назад" + }, + "month" : { + "current" : "в этом мес.", + "past" : "{0} мес. назад", + "future" : "через {0} мес.", + "next" : "в следующем мес.", + "previous" : "в прошлом мес." + }, + "now" : "сейчас" + }, + "long" : { + "quarter" : { + "next" : "в следующем квартале", + "past" : { + "one" : "{0} квартал назад", + "many" : "{0} кварталов назад", + "other" : "{0} квартала назад" + }, + "previous" : "в прошлом квартале", + "current" : "в текущем квартале", + "future" : { + "one" : "через {0} квартал", + "many" : "через {0} кварталов", + "other" : "через {0} квартала" + } + }, + "month" : { + "next" : "в следующем месяце", + "current" : "в этом месяце", + "past" : { + "one" : "{0} месяц назад", + "many" : "{0} месяцев назад", + "other" : "{0} месяца назад" + }, + "previous" : "в прошлом месяце", + "future" : { + "other" : "через {0} месяца", + "many" : "через {0} месяцев", + "one" : "через {0} месяц" + } + }, + "now" : "сейчас", + "week" : { + "future" : { + "other" : "через {0} недели", + "one" : "через {0} неделю", + "many" : "через {0} недель" + }, + "previous" : "на прошлой неделе", + "current" : "на этой неделе", + "next" : "на следующей неделе", + "past" : { + "many" : "{0} недель назад", + "one" : "{0} неделю назад", + "other" : "{0} недели назад" + } + }, + "hour" : { + "current" : "в этот час", + "future" : { + "one" : "через {0} час", + "many" : "через {0} часов", + "other" : "через {0} часа" + }, + "past" : { + "other" : "{0} часа назад", + "many" : "{0} часов назад", + "one" : "{0} час назад" + } + }, + "minute" : { + "future" : { + "many" : "через {0} минут", + "one" : "через {0} минуту", + "other" : "через {0} минуты" + }, + "current" : "в эту минуту", + "past" : { + "one" : "{0} минуту назад", + "many" : "{0} минут назад", + "other" : "{0} минуты назад" + } + }, + "second" : { + "past" : { + "other" : "{0} секунды назад", + "many" : "{0} секунд назад", + "one" : "{0} секунду назад" + }, + "current" : "сейчас", + "future" : { + "other" : "через {0} секунды", + "one" : "через {0} секунду", + "many" : "через {0} секунд" + } + }, + "day" : { + "previous" : "вчера", + "past" : { + "many" : "{0} дней назад", + "other" : "{0} дня назад", + "one" : "{0} день назад" + }, + "future" : { + "other" : "через {0} дня", + "one" : "через {0} день", + "many" : "через {0} дней" + }, + "next" : "завтра", + "current" : "сегодня" + }, + "year" : { + "next" : "в следующем году", + "current" : "в этом году", + "future" : { + "one" : "через {0} год", + "other" : "через {0} года", + "many" : "через {0} лет" + }, + "previous" : "в прошлом году", + "past" : { + "many" : "{0} лет назад", + "other" : "{0} года назад", + "one" : "{0} год назад" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sah.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sah.json new file mode 100644 index 0000000..286b997 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sah.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "Сарсын", + "future" : "{0} күнүнэн", + "previous" : "Бэҕэһээ", + "current" : "Бүгүн", + "past" : "{0} күн ынараа өттүгэр" + }, + "quarter" : { + "next" : "кэлэр кыбаартал", + "past" : "{0} кыб. анараа өттүгэр", + "future" : "{0} кыбаарталынан", + "previous" : "ааспыт кыбаартал", + "current" : "бу кыбаартал" + }, + "hour" : { + "past" : "{0} чаас ынараа өттүгэр", + "future" : "{0} чааһынан", + "current" : "this hour" + }, + "year" : { + "next" : "эһиил", + "past" : "{0} сыл ынараа өттүгэр", + "current" : "быйыл", + "previous" : "Былырыын", + "future" : "{0} сылынан" + }, + "now" : "билигин", + "month" : { + "current" : "бу ый", + "future" : "{0} ыйынан", + "past" : "{0} ый ынараа өттүгэр", + "next" : "аныгыскы ый", + "previous" : "ааспыт ый" + }, + "week" : { + "previous" : "ааспыт нэдиэлэ", + "current" : "бу нэдиэлэ", + "past" : "{0} нэдиэлэ анараа өттүгэр", + "future" : "{0} нэдиэлэннэн", + "next" : "кэлэр нэдиэлэ" + }, + "minute" : { + "past" : "{0} мүнүүтэ ынараа өттүгэр", + "current" : "this minute", + "future" : "{0} мүнүүтэннэн" + }, + "second" : { + "future" : "{0} сөкүүндэннэн", + "current" : "билигин", + "past" : "{0} сөк. анараа өттүгэр" + } + }, + "long" : { + "day" : { + "previous" : "Бэҕэһээ", + "current" : "Бүгүн", + "next" : "Сарсын", + "past" : "{0} күн ынараа өттүгэр", + "future" : "{0} күнүнэн" + }, + "week" : { + "current" : "бу нэдиэлэ", + "future" : "{0} нэдиэлэннэн", + "past" : "{0} нэдиэлэ анараа өттүгэр", + "previous" : "ааспыт нэдиэлэ", + "next" : "кэлэр нэдиэлэ" + }, + "minute" : { + "future" : "{0} мүнүүтэннэн", + "current" : "this minute", + "past" : "{0} мүнүүтэ ынараа өттүгэр" + }, + "month" : { + "future" : "{0} ыйынан", + "next" : "аныгыскы ый", + "previous" : "ааспыт ый", + "current" : "бу ый", + "past" : "{0} ый ынараа өттүгэр" + }, + "hour" : { + "current" : "this hour", + "past" : "{0} чаас ынараа өттүгэр", + "future" : "{0} чааһынан" + }, + "year" : { + "past" : "{0} сыл ынараа өттүгэр", + "future" : "{0} сылынан", + "previous" : "Былырыын", + "next" : "эһиил", + "current" : "быйыл" + }, + "second" : { + "past" : "{0} сөкүүндэ ынараа өттүгэр", + "current" : "билигин", + "future" : "{0} сөкүүндэннэн" + }, + "now" : "билигин", + "quarter" : { + "past" : "{0} кыбаартал анараа өттүгэр", + "current" : "бу кыбаартал", + "previous" : "ааспыт кыбаартал", + "future" : "{0} кыбаарталынан", + "next" : "кэлэр кыбаартал" + } + }, + "short" : { + "quarter" : { + "future" : "{0} кыбаарталынан", + "next" : "кэлэр кыбаартал", + "previous" : "ааспыт кыбаартал", + "current" : "бу кыбаартал", + "past" : "{0} кыб. анараа өттүгэр" + }, + "minute" : { + "past" : "{0} мүнүүтэ ынараа өттүгэр", + "future" : "{0} мүнүүтэннэн", + "current" : "this minute" + }, + "year" : { + "next" : "эһиил", + "future" : "{0} сылынан", + "current" : "быйыл", + "past" : "{0} сыл ынараа өттүгэр", + "previous" : "Былырыын" + }, + "second" : { + "current" : "билигин", + "past" : "{0} сөк. анараа өттүгэр", + "future" : "{0} сөкүүндэннэн" + }, + "hour" : { + "current" : "this hour", + "past" : "{0} чаас ынараа өттүгэр", + "future" : "{0} чааһынан" + }, + "now" : "билигин", + "month" : { + "previous" : "ааспыт ый", + "next" : "аныгыскы ый", + "past" : "{0} ый ынараа өттүгэр", + "current" : "бу ый", + "future" : "{0} ыйынан" + }, + "week" : { + "previous" : "ааспыт нэдиэлэ", + "current" : "бу нэдиэлэ", + "next" : "кэлэр нэдиэлэ", + "past" : "{0} нэдиэлэ анараа өттүгэр", + "future" : "{0} нэдиэлэннэн" + }, + "day" : { + "next" : "Сарсын", + "past" : "{0} күн ынараа өттүгэр", + "future" : "{0} күнүнэн", + "previous" : "Бэҕэһээ", + "current" : "Бүгүн" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sd.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sd.json new file mode 100644 index 0000000..4e7a293 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sd.json @@ -0,0 +1,164 @@ +{ + "narrow" : { + "year" : { + "future" : "{0} سالن ۾", + "previous" : "پويون سال", + "next" : "پويون سال", + "current" : "پويون سال", + "past" : "{0} سال پهرين" + }, + "week" : { + "past" : "{0} هفتا پهرين", + "previous" : "پوئين هفتي", + "future" : "{0} هفتن ۾", + "current" : "هن هفتي", + "next" : "اڳين هفتي" + }, + "hour" : { + "future" : "{0} ڪلاڪ ۾", + "current" : "هن ڪلڪ", + "past" : "{0} ڪلاڪ پهرين" + }, + "quarter" : { + "current" : "هن ٽي ماهي", + "previous" : "پوئين ٽي ماهي", + "future" : "{0} ٽي ماهي ۾", + "past" : "{0} ٽي ماهي پهرين", + "next" : "اڳين ٽي ماهي" + }, + "second" : { + "current" : "هاڻي", + "future" : "{0} سيڪنڊن ۾", + "past" : "{0} سيڪنڊ پهرين" + }, + "month" : { + "current" : "هن مهيني", + "future" : "{0} مهينن ۾", + "past" : "{0} مهينا پهرين", + "next" : "اڳين مهيني", + "previous" : "پوئين مهيني" + }, + "day" : { + "previous" : "ڪل", + "future" : "{0} ڏينهن ۾", + "next" : "سڀاڻي", + "current" : "اڄ", + "past" : "{0} ڏينهن پهرين" + }, + "minute" : { + "past" : "{0} منٽ پهرين", + "future" : "{0} منٽن ۾", + "current" : "هن منٽ" + }, + "now" : "هاڻي" + }, + "long" : { + "quarter" : { + "next" : "اڳين ٽي ماهي", + "current" : "هن ٽي ماهي", + "previous" : "پوئين ٽي ماهي", + "past" : "{0} ٽي ماهي پهرين", + "future" : "{0} ٽي ماهي ۾" + }, + "year" : { + "previous" : "پويون سال", + "past" : "{0} سال پهرين", + "future" : "{0} سالن ۾", + "next" : "پويون سال", + "current" : "پويون سال" + }, + "minute" : { + "past" : "{0} منٽ پهرين", + "future" : { + "one" : "{0} منٽن ۾", + "other" : "+{0} min" + }, + "current" : "هن منٽ" + }, + "month" : { + "previous" : "پوئين مهيني", + "current" : "هن مهيني", + "future" : "{0} مهينن ۾", + "past" : "{0} مهينا پهرين", + "next" : "اڳين مهيني" + }, + "now" : "هاڻي", + "hour" : { + "past" : "{0} ڪلاڪ پهرين", + "future" : "{0} ڪلاڪ ۾", + "current" : "هن ڪلڪ" + }, + "second" : { + "future" : "{0} سيڪنڊن ۾", + "current" : "هاڻي", + "past" : "{0} سيڪنڊ پهرين" + }, + "week" : { + "past" : "{0} هفتا پهرين", + "current" : "هن هفتي", + "next" : "اڳين هفتي", + "previous" : "پوئين هفتي", + "future" : "{0} هفتن ۾" + }, + "day" : { + "previous" : "ڪل", + "future" : "{0} ڏينهن ۾", + "next" : "سڀاڻي", + "past" : "{0} ڏينهن پهرين", + "current" : "اڄ" + } + }, + "short" : { + "second" : { + "current" : "هاڻي", + "past" : "{0} سيڪنڊ پهرين", + "future" : "{0} سيڪنڊن ۾" + }, + "now" : "هاڻي", + "month" : { + "future" : "{0} مهينن ۾", + "current" : "هن مهيني", + "past" : "{0} مهينا پهرين", + "previous" : "پوئين مهيني", + "next" : "اڳين مهيني" + }, + "day" : { + "previous" : "ڪل", + "current" : "اڄ", + "next" : "سڀاڻي", + "future" : "{0} ڏينهن ۾", + "past" : "{0} ڏينهن پهرين" + }, + "minute" : { + "current" : "هن منٽ", + "future" : "{0} منٽن ۾", + "past" : "{0} منٽ پهرين" + }, + "quarter" : { + "past" : "{0} ٽي ماهي پهرين", + "previous" : "پوئين ٽي ماهي", + "current" : "هن ٽي ماهي", + "future" : "{0} ٽي ماهي ۾", + "next" : "اڳين ٽي ماهي" + }, + "hour" : { + "current" : "هن ڪلڪ", + "future" : "{0} ڪلاڪ ۾", + "past" : "{0} ڪلاڪ پهرين" + }, + "week" : { + "future" : "{0} هفتن ۾", + "previous" : "پوئين هفتي", + "next" : "اڳين هفتي", + "past" : "{0} هفتا پهرين", + "current" : "هن هفتي" + }, + "year" : { + "next" : "پويون سال", + "current" : "پويون سال", + "past" : "{0} سال پهرين", + "future" : "{0} سالن ۾", + "previous" : "پويون سال" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se.json new file mode 100644 index 0000000..dd6e15a --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se.json @@ -0,0 +1,272 @@ +{ + "narrow" : { + "second" : { + "future" : { + "one" : "{0} sekunda maŋŋilit", + "other" : "{0} sekundda maŋŋilit" + }, + "past" : { + "one" : "{0} sekunda árat", + "other" : "{0} sekundda árat" + }, + "current" : "now" + }, + "week" : { + "past" : { + "one" : "{0} vahku árat", + "other" : "{0} vahkku árat" + }, + "next" : "next week", + "previous" : "last week", + "current" : "this week", + "future" : { + "one" : "{0} vahku maŋŋilit", + "other" : "{0} vahkku maŋŋilit" + } + }, + "month" : { + "current" : "this month", + "next" : "next month", + "future" : "{0} mánotbadji maŋŋilit", + "previous" : "last month", + "past" : "{0} mánotbadji árat" + }, + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "past" : "-{0} Q", + "future" : "+{0} Q", + "next" : "next quarter" + }, + "year" : { + "current" : "this year", + "previous" : "last year", + "future" : { + "other" : "{0} jahkki maŋŋilit", + "one" : "{0} jahki maŋŋilit" + }, + "next" : "next year", + "past" : { + "other" : "{0} jahkki árat", + "one" : "{0} jahki árat" + } + }, + "hour" : { + "current" : "this hour", + "past" : { + "one" : "{0} diibmu árat", + "other" : "{0} diibmur árat" + }, + "future" : { + "one" : "{0} diibmu maŋŋilit", + "other" : "{0} diibmur maŋŋilit" + } + }, + "day" : { + "current" : "odne", + "next" : "ihttin", + "previous" : "ikte", + "past" : { + "other" : "{0} jándora árat", + "one" : "{0} jándor árat" + }, + "future" : { + "other" : "{0} jándora maŋŋilit", + "one" : "{0} jándor maŋŋilit", + "two" : "{0} jándor amaŋŋilit" + } + }, + "minute" : { + "past" : { + "one" : "{0} minuhta árat", + "other" : "{0} minuhtta árat" + }, + "current" : "this minute", + "future" : { + "one" : "{0} minuhta maŋŋilit", + "other" : "{0} minuhtta maŋŋilit" + } + }, + "now" : "now" + }, + "long" : { + "minute" : { + "past" : { + "one" : "{0} minuhta árat", + "other" : "{0} minuhtta árat" + }, + "current" : "this minute", + "future" : { + "one" : "{0} minuhta maŋŋilit", + "other" : "{0} minuhtta maŋŋilit" + } + }, + "hour" : { + "current" : "this hour", + "past" : { + "other" : "{0} diibmur árat", + "one" : "{0} diibmu árat" + }, + "future" : { + "one" : "{0} diibmu maŋŋilit", + "other" : "{0} diibmur maŋŋilit" + } + }, + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "next" : "next quarter", + "future" : "+{0} Q", + "past" : "-{0} Q" + }, + "year" : { + "previous" : "last year", + "next" : "next year", + "past" : { + "one" : "{0} jahki árat", + "other" : "{0} jahkki árat" + }, + "current" : "this year", + "future" : { + "one" : "{0} jahki maŋŋilit", + "other" : "{0} jahkki maŋŋilit" + } + }, + "week" : { + "next" : "next week", + "previous" : "last week", + "current" : "this week", + "past" : { + "one" : "{0} vahku árat", + "other" : "{0} vahkku árat" + }, + "future" : { + "other" : "{0} vahkku maŋŋilit", + "one" : "{0} vahku maŋŋilit" + } + }, + "day" : { + "current" : "odne", + "future" : { + "one" : "{0} jándor maŋŋilit", + "other" : "{0} jándora maŋŋilit", + "two" : "{0} jándor amaŋŋilit" + }, + "past" : { + "other" : "{0} jándora árat", + "one" : "{0} jándor árat" + }, + "next" : "ihttin", + "previous" : "ikte" + }, + "second" : { + "current" : "now", + "past" : { + "one" : "{0} sekunda árat", + "other" : "{0} sekundda árat" + }, + "future" : { + "other" : "{0} sekundda maŋŋilit", + "one" : "{0} sekunda maŋŋilit" + } + }, + "now" : "now", + "month" : { + "previous" : "last month", + "future" : "{0} mánotbadji maŋŋilit", + "past" : "{0} mánotbadji árat", + "current" : "this month", + "next" : "next month" + } + }, + "short" : { + "now" : "now", + "minute" : { + "current" : "this minute", + "future" : { + "one" : "{0} minuhta maŋŋilit", + "other" : "{0} minuhtta maŋŋilit" + }, + "past" : { + "other" : "{0} minuhtta árat", + "one" : "{0} minuhta árat" + } + }, + "year" : { + "previous" : "last year", + "current" : "this year", + "next" : "next year", + "past" : { + "other" : "{0} jahkki árat", + "one" : "{0} jahki árat" + }, + "future" : { + "one" : "{0} jahki maŋŋilit", + "other" : "{0} jahkki maŋŋilit" + } + }, + "second" : { + "current" : "now", + "future" : { + "one" : "{0} sekunda maŋŋilit", + "other" : "{0} sekundda maŋŋilit" + }, + "past" : { + "one" : "{0} sekunda árat", + "other" : "{0} sekundda árat" + } + }, + "hour" : { + "past" : { + "other" : "{0} diibmur árat", + "one" : "{0} diibmu árat" + }, + "future" : { + "other" : "{0} diibmur maŋŋilit", + "one" : "{0} diibmu maŋŋilit" + }, + "current" : "this hour" + }, + "month" : { + "future" : "{0} mánotbadji maŋŋilit", + "previous" : "last month", + "next" : "next month", + "past" : "{0} mánotbadji árat", + "current" : "this month" + }, + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "-{0} Q" + }, + "week" : { + "next" : "next week", + "past" : { + "other" : "{0} vahkku árat", + "one" : "{0} vahku árat" + }, + "current" : "this week", + "previous" : "last week", + "future" : { + "other" : "{0} vahkku maŋŋilit", + "one" : "{0} vahku maŋŋilit" + } + }, + "day" : { + "next" : "ihttin", + "current" : "odne", + "previous" : "ikte", + "past" : { + "other" : "{0} jándora árat", + "one" : "{0} jándor árat" + }, + "future" : { + "two" : "{0} jándor amaŋŋilit", + "other" : "{0} jándora maŋŋilit", + "one" : "{0} jándor maŋŋilit" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se_FI.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se_FI.json new file mode 100644 index 0000000..d62c789 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se_FI.json @@ -0,0 +1,266 @@ +{ + "narrow" : { + "year" : { + "next" : "boahtte jagi", + "past" : { + "other" : "{0} j. dás ovdal", + "two" : "{0} jagi dás ovdal" + }, + "future" : "{0} jagi siste", + "previous" : "diibmá", + "current" : "dán jagi" + }, + "quarter" : { + "past" : { + "two" : "-{0} njealjádasjagi dás ovdal", + "other" : "{0} njealj.j. dás ovdal" + }, + "previous" : "mannan njealjádasjagi", + "current" : "dán njealjádasjagi", + "next" : "boahtte njealjádasjagi", + "future" : { + "other" : "boahtte {0} njealj.j.", + "two" : "boahtte {0} njealjádasjagi" + } + }, + "hour" : { + "past" : { + "two" : "{0} diimmu áigi", + "other" : "{0} dmu áigi" + }, + "future" : { + "other" : "{0} dmu siste", + "two" : "{0} diimmu siste" + }, + "current" : "dán diimmu" + }, + "second" : { + "past" : { + "two" : "{0} sekundda áigi", + "other" : "{0} sek. áigi" + }, + "current" : "dál", + "future" : { + "two" : "{0} sekundda siste", + "other" : "{0} sek. siste" + } + }, + "week" : { + "previous" : "mannan vahku", + "past" : { + "two" : "{0} vahku dás ovdal", + "one" : "{0} vahkku dás ovdal", + "other" : "{0} v(k) dás ovdal" + }, + "next" : "boahtte vahku", + "future" : "{0} v(k) geahčen", + "current" : "dán vahku" + }, + "month" : { + "past" : { + "other" : "{0} mánu dás ovdal", + "one" : "{0} mánnu dás ovdal" + }, + "current" : "dán mánu", + "future" : "{0} mánu geahčen", + "next" : "boahtte mánu", + "previous" : "mannan mánu" + }, + "day" : { + "future" : "{0} beaivve siste", + "current" : "odne", + "past" : { + "two" : "ovddet beaivve", + "one" : "ikte", + "other" : "{0} beaivve dás ovdal" + }, + "previous" : "ikte", + "next" : "ihttin" + }, + "minute" : { + "current" : "dán minuhta", + "past" : { + "other" : "{0} min. áigi", + "two" : "{0} minuhta áigi" + }, + "future" : { + "other" : "{0} min. siste", + "two" : "{0} minuhta siste" + } + }, + "now" : "dál" + }, + "long" : { + "month" : { + "past" : { + "one" : "{0} mánnu dás ovdal", + "other" : "{0} mánu dás ovdal" + }, + "previous" : "mannan mánu", + "future" : "{0} mánu siste", + "next" : "boahtte mánu", + "current" : "dán mánu" + }, + "now" : "dál", + "year" : { + "current" : "dán jagi", + "past" : { + "other" : "{0} jagi dás ovdal", + "one" : "diibmá", + "two" : "ovddet jagi" + }, + "future" : "{0} jagi siste", + "next" : "boahtte jagi", + "previous" : "diibmá" + }, + "quarter" : { + "past" : "-{0} njealjádasjagi dás ovdal", + "future" : "čuovvovaš {0} njealjádasjagi", + "current" : "dán njealjádasjagi", + "next" : "boahtte njealjádasjagi", + "previous" : "mannan njealjádasjagi" + }, + "minute" : { + "current" : "dán minuhta", + "past" : { + "other" : "{0} minuhta áigi", + "one" : "{0} minuhtta áigi" + }, + "future" : "{0} minuhta siste" + }, + "week" : { + "future" : "{0} vahku geahčen", + "previous" : "mannan vahku", + "current" : "dán vahku", + "next" : "boahtte vahku", + "past" : { + "one" : "{0} vahkku dás ovdal", + "other" : "{0} vahku dás ovdal" + } + }, + "second" : { + "future" : "{0} sekundda siste", + "current" : "dál", + "past" : { + "one" : "{0} sekunda áigi", + "other" : "{0} sekundda áigi" + } + }, + "hour" : { + "future" : "{0} diimmu siste", + "current" : "dán diimmu", + "past" : { + "other" : "{0} diimmu áigi", + "one" : "{0} diibmu áigi" + } + }, + "day" : { + "next" : "ihttin", + "past" : { + "other" : "{0} beaivve dás ovdal", + "two" : "ovddet beaivve", + "one" : "ikte" + }, + "future" : "{0} beaivve siste", + "previous" : "ikte", + "current" : "odne" + } + }, + "short" : { + "hour" : { + "current" : "dán diimmu", + "past" : { + "other" : "{0} dmu áigi", + "two" : "{0} diimmu áigi" + }, + "future" : { + "two" : "{0} diimmu siste", + "other" : "{0} dmu siste" + } + }, + "second" : { + "future" : { + "two" : "{0} sekundda siste", + "other" : "{0} sek. siste" + }, + "past" : { + "other" : "{0} sek. áigi", + "two" : "{0} sekundda áigi" + }, + "current" : "dál" + }, + "now" : "dál", + "year" : { + "past" : { + "one" : "diibmá", + "two" : "ovddet jagi", + "other" : "{0} j. dás ovdal" + }, + "future" : { + "two" : "{0} jagi siste", + "other" : "{0} j. siste" + }, + "previous" : "diibmá", + "current" : "dán jagi", + "next" : "boahtte jagi" + }, + "quarter" : { + "previous" : "mannan njealjádasjagi", + "future" : { + "other" : "boahtte {0} njealj.j.", + "two" : "boahtte {0} njealjádasjagi" + }, + "next" : "boahtte njealjádasjagi", + "past" : { + "two" : "{0} njealjádasjagi dás ovdal", + "other" : "{0} njealj.j. dás ovdal" + }, + "current" : "dán njealjádasjagi" + }, + "week" : { + "previous" : "mannan vahku", + "current" : "dán vahku", + "next" : "boahtte vahku", + "past" : { + "two" : "{0} vahku dás ovdal", + "other" : "{0} v(k) dás ovdal" + }, + "future" : { + "other" : "{0} v(k) siste", + "two" : "{0} vahku siste" + } + }, + "day" : { + "next" : "ihttin", + "past" : { + "one" : "ikte", + "other" : "{0} beaivve dás ovdal", + "two" : "ovddet beaivve" + }, + "previous" : "ikte", + "future" : "{0} beaivve siste", + "current" : "odne" + }, + "minute" : { + "past" : { + "two" : "{0} minuhta áigi", + "other" : "{0} min. áigi" + }, + "future" : { + "two" : "{0} minuhta siste", + "other" : "{0} min. siste" + }, + "current" : "dán minuhta" + }, + "month" : { + "next" : "boahtte mánu", + "past" : { + "other" : "{0} mánu dás ovdal", + "one" : "{0} mánnu dás ovdal" + }, + "future" : "{0} mánu siste", + "previous" : "mannan mánu", + "current" : "dán mánu" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/si.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/si.json new file mode 100644 index 0000000..5d098e3 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/si.json @@ -0,0 +1,161 @@ +{ + "long" : { + "hour" : { + "future" : "පැය {0}කින්", + "past" : "පැය {0}කට පෙර", + "current" : "මෙම පැය" + }, + "second" : { + "past" : "තත්පර {0}කට පෙර", + "future" : "තත්පර {0}කින්", + "current" : "දැන්" + }, + "week" : { + "next" : "ඊළඟ සතිය", + "current" : "මෙම සතිය", + "previous" : "පසුගිය සතිය", + "future" : "සති {0}කින්", + "past" : "සති {0}කට පෙර" + }, + "minute" : { + "current" : "මෙම මිනිත්තුව", + "past" : "මිනිත්තු {0}කට පෙර", + "future" : "මිනිත්තු {0}කින්" + }, + "year" : { + "current" : "මෙම වසර", + "past" : "වසර {0}කට පෙර", + "future" : "වසර {0}කින්", + "previous" : "පසුගිය වසර", + "next" : "ඊළඟ වසර" + }, + "quarter" : { + "next" : "ඊළඟ කාර්තුව", + "current" : "මෙම කාර්තුව", + "future" : "කාර්තු {0}කින්", + "previous" : "පසුගිය කාර්තුව", + "past" : "කාර්තු {0}කට පෙර" + }, + "month" : { + "previous" : "පසුගිය මාසය", + "future" : "මාස {0}කින්", + "current" : "මෙම මාසය", + "next" : "ඊළඟ මාසය", + "past" : "මාස {0}කට පෙර" + }, + "day" : { + "next" : "හෙට", + "past" : "දින {0}කට පෙර", + "current" : "අද", + "future" : "දින {0}න්", + "previous" : "ඊයේ" + }, + "now" : "දැන්" + }, + "narrow" : { + "week" : { + "current" : "මෙම සති.", + "next" : "ඊළඟ සති.", + "past" : "සති {0}කට පෙර", + "previous" : "පසුගිය සති.", + "future" : "සති {0}කින්" + }, + "minute" : { + "current" : "මෙම මිනිත්තුව", + "future" : "මිනිත්තු {0}කින්", + "past" : "මිනිත්තු {0}කට පෙර" + }, + "month" : { + "current" : "මෙම මාස.", + "previous" : "පසුගිය මාස.", + "past" : "මාස {0}කට පෙර", + "next" : "ඊළඟ මාස.", + "future" : "මාස {0}කින්" + }, + "now" : "දැන්", + "year" : { + "current" : "මෙම වසර", + "next" : "ඊළඟ වසර", + "past" : "වසර {0}කට පෙර", + "future" : "වසර {0}කින්", + "previous" : "පසුගිය වසර" + }, + "hour" : { + "future" : "පැය {0}කින්", + "past" : "පැය {0}කට පෙර", + "current" : "මෙම පැය" + }, + "quarter" : { + "previous" : "පසුගිය කාර්.", + "current" : "මෙම කාර්.", + "past" : "කාර්. {0}කට පෙර", + "future" : "කාර්. {0}කින්", + "next" : "ඊළඟ කාර්." + }, + "second" : { + "current" : "දැන්", + "past" : "තත්පර {0}කට පෙර", + "future" : "තත්පර {0}කින්" + }, + "day" : { + "past" : "දින {0}කට පෙර", + "current" : "අද", + "future" : "දින {0}න්", + "previous" : "ඊයේ", + "next" : "හෙට" + } + }, + "short" : { + "month" : { + "previous" : "පසුගිය මාස.", + "current" : "මෙම මාස.", + "next" : "ඊළඟ මාස.", + "past" : "මාස {0}කට පෙර", + "future" : "මාස {0}කින්" + }, + "now" : "දැන්", + "day" : { + "next" : "හෙට", + "current" : "අද", + "previous" : "ඊයේ", + "past" : "දින {0}කට පෙර", + "future" : "දින {0}න්" + }, + "year" : { + "current" : "මෙම වසර", + "future" : "වසර {0}කින්", + "previous" : "පසුගිය වසර", + "next" : "ඊළඟ වසර", + "past" : "වසර {0}කට පෙර" + }, + "hour" : { + "past" : "පැය {0}කට පෙර", + "current" : "මෙම පැය", + "future" : "පැය {0}කින්" + }, + "minute" : { + "past" : "මිනිත්තු {0}කට පෙර", + "future" : "මිනිත්තු {0}කින්", + "current" : "මෙම මිනිත්තුව" + }, + "second" : { + "future" : "තත්පර {0}කින්", + "current" : "දැන්", + "past" : "තත්පර {0}කට පෙර" + }, + "quarter" : { + "future" : "කාර්. {0}කින්", + "previous" : "පසුගිය කාර්.", + "next" : "ඊළඟ කාර්.", + "past" : "කාර්. {0}කට පෙර", + "current" : "මෙම කාර්." + }, + "week" : { + "next" : "ඊළඟ සති.", + "past" : "සති {0}කට පෙර", + "current" : "මෙම සති.", + "previous" : "පසුගිය සති.", + "future" : "සති {0}කින්" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sk.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sk.json new file mode 100644 index 0000000..43f285d --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sk.json @@ -0,0 +1,219 @@ +{ + "narrow" : { + "quarter" : { + "current" : "tento štvrťr.", + "past" : "pred {0} štvrťr.", + "next" : "budúci štvrťr.", + "future" : "o {0} štvrťr.", + "previous" : "minulý štvrťr." + }, + "day" : { + "next" : "zajtra", + "previous" : "včera", + "future" : "o {0} d.", + "past" : "pred {0} d.", + "current" : "dnes" + }, + "year" : { + "past" : "pred {0} r.", + "previous" : "minulý rok", + "future" : "o {0} r.", + "next" : "budúci rok", + "current" : "tento rok" + }, + "minute" : { + "past" : "pred {0} min", + "current" : "v tejto minúte", + "future" : "o {0} min" + }, + "now" : "teraz", + "week" : { + "current" : "tento týž.", + "previous" : "minulý týž.", + "past" : "pred {0} týž.", + "next" : "budúci týž.", + "future" : "o {0} týž." + }, + "second" : { + "future" : "o {0} s", + "current" : "teraz", + "past" : "pred {0} s" + }, + "month" : { + "future" : "o {0} mes.", + "current" : "tento mes.", + "past" : "pred {0} mes.", + "previous" : "minulý mes.", + "next" : "budúci mes." + }, + "hour" : { + "future" : "o {0} h", + "past" : "pred {0} h", + "current" : "v tejto hodine" + } + }, + "long" : { + "now" : "teraz", + "week" : { + "current" : "tento týždeň", + "past" : { + "other" : "pred {0} týždňami", + "one" : "pred {0} týždňom" + }, + "previous" : "minulý týždeň", + "future" : { + "one" : "o {0} týždeň", + "few" : "o {0} týždne", + "other" : "o {0} týždňov" + }, + "next" : "budúci týždeň" + }, + "hour" : { + "past" : { + "one" : "pred {0} hodinou", + "other" : "pred {0} hodinami" + }, + "future" : { + "one" : "o {0} hodinu", + "few" : "o {0} hodiny", + "other" : "o {0} hodín" + }, + "current" : "v tejto hodine" + }, + "quarter" : { + "previous" : "minulý štvrťrok", + "future" : { + "other" : "o {0} štvrťrokov", + "few" : "o {0} štvrťroky", + "one" : "o {0} štvrťrok" + }, + "past" : { + "one" : "pred {0} štvrťrokom", + "other" : "pred {0} štvrťrokmi" + }, + "current" : "tento štvrťrok", + "next" : "budúci štvrťrok" + }, + "minute" : { + "current" : "v tejto minúte", + "future" : { + "one" : "o {0} minútu", + "other" : "o {0} minút", + "few" : "o {0} minúty" + }, + "past" : { + "other" : "pred {0} minútami", + "one" : "pred {0} minútou" + } + }, + "year" : { + "past" : { + "other" : "pred {0} rokmi", + "one" : "pred {0} rokom" + }, + "future" : { + "few" : "o {0} roky", + "one" : "o {0} rok", + "other" : "o {0} rokov" + }, + "current" : "tento rok", + "next" : "budúci rok", + "previous" : "minulý rok" + }, + "month" : { + "future" : { + "many" : "o {0} mesiacov", + "one" : "o {0} mesiac", + "few" : "o {0} mesiace", + "other" : "o {0} mesiacov" + }, + "current" : "tento mesiac", + "previous" : "minulý mesiac", + "next" : "budúci mesiac", + "past" : { + "many" : "pred {0} mesiacmi", + "other" : "pred {0} mesiacmi", + "one" : "pred {0} mesiacom" + } + }, + "second" : { + "current" : "teraz", + "past" : { + "one" : "pred {0} sekundou", + "other" : "pred {0} sekundami" + }, + "future" : { + "few" : "o {0} sekundy", + "one" : "o {0} sekundu", + "other" : "o {0} sekúnd" + } + }, + "day" : { + "previous" : "včera", + "next" : "zajtra", + "past" : { + "one" : "pred {0} dňom", + "other" : "pred {0} dňami" + }, + "current" : "dnes", + "future" : { + "one" : "o {0} deň", + "few" : "o {0} dni", + "other" : "o {0} dní" + } + } + }, + "short" : { + "minute" : { + "future" : "o {0} min", + "current" : "v tejto minúte", + "past" : "pred {0} min" + }, + "week" : { + "future" : "o {0} týž.", + "previous" : "minulý týž.", + "next" : "budúci týž.", + "current" : "tento týž.", + "past" : "pred {0} týž." + }, + "year" : { + "current" : "tento rok", + "previous" : "minulý rok", + "future" : "o {0} r.", + "past" : "pred {0} r.", + "next" : "budúci rok" + }, + "month" : { + "next" : "budúci mes.", + "past" : "pred {0} mes.", + "future" : "o {0} mes.", + "previous" : "minulý mes.", + "current" : "tento mes." + }, + "quarter" : { + "next" : "budúci štvrťr.", + "past" : "pred {0} štvrťr.", + "previous" : "minulý štvrťr.", + "current" : "tento štvrťr.", + "future" : "o {0} štvrťr." + }, + "day" : { + "current" : "dnes", + "previous" : "včera", + "past" : "pred {0} d.", + "next" : "zajtra", + "future" : "o {0} d." + }, + "hour" : { + "past" : "pred {0} h", + "current" : "v tejto hodine", + "future" : "o {0} h" + }, + "second" : { + "past" : "pred {0} s", + "current" : "teraz", + "future" : "o {0} s" + }, + "now" : "teraz" + } +} diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sl.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sl.json new file mode 100644 index 0000000..e124fea --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sl.json @@ -0,0 +1,275 @@ +{ + "long" : { + "day" : { + "next" : "jutri", + "past" : { + "other" : "pred {0} dnevi", + "one" : "pred {0} dnevom", + "two" : "pred {0} dnevoma" + }, + "future" : { + "two" : "čez {0} dneva", + "one" : "čez {0} dan", + "other" : "čez {0} dni" + }, + "previous" : "včeraj", + "current" : "danes" + }, + "month" : { + "future" : { + "few" : "čez {0} mesece", + "other" : "čez {0} mesecev", + "two" : "čez {0} meseca", + "one" : "čez {0} mesec" + }, + "next" : "naslednji mesec", + "current" : "ta mesec", + "past" : { + "other" : "pred {0} meseci", + "two" : "pred {0} mesecema", + "one" : "pred {0} mesecem" + }, + "previous" : "prejšnji mesec" + }, + "second" : { + "past" : { + "two" : "pred {0} sekundama", + "other" : "pred {0} sekundami", + "one" : "pred {0} sekundo" + }, + "current" : "zdaj", + "future" : { + "other" : "čez {0} sekund", + "one" : "čez {0} sekundo", + "few" : "čez {0} sekunde", + "two" : "čez {0} sekundi" + } + }, + "now" : "zdaj", + "hour" : { + "past" : { + "two" : "pred {0} urama", + "other" : "pred {0} urami", + "one" : "pred {0} uro" + }, + "current" : "v tej uri", + "future" : { + "few" : "čez {0} ure", + "one" : "čez {0} uro", + "other" : "čez {0} ur", + "two" : "čez {0} uri" + } + }, + "minute" : { + "past" : { + "two" : "pred {0} minutama", + "one" : "pred {0} minuto", + "other" : "pred {0} minutami" + }, + "current" : "to minuto", + "future" : { + "two" : "čez {0} minuti", + "one" : "čez {0} minuto", + "few" : "čez {0} minute", + "other" : "čez {0} minut" + } + }, + "week" : { + "past" : { + "other" : "pred {0} tedni", + "one" : "pred {0} tednom", + "two" : "pred {0} tednoma" + }, + "next" : "naslednji teden", + "previous" : "prejšnji teden", + "current" : "ta teden", + "future" : { + "one" : "čez {0} teden", + "two" : "čez {0} tedna", + "few" : "čez {0} tedne", + "other" : "čez {0} tednov" + } + }, + "year" : { + "previous" : "lani", + "future" : { + "two" : "čez {0} leti", + "other" : "čez {0} let", + "one" : "čez {0} leto", + "few" : "čez {0} leta" + }, + "past" : { + "one" : "pred {0} letom", + "other" : "pred {0} leti", + "two" : "pred {0} letoma" + }, + "current" : "letos", + "next" : "naslednje leto" + }, + "quarter" : { + "current" : "to četrtletje", + "previous" : "zadnje četrtletje", + "future" : { + "few" : "čez {0} četrtletja", + "one" : "čez {0} četrtletje", + "other" : "čez {0} četrtletij", + "two" : "čez {0} četrtletji" + }, + "next" : "naslednje četrtletje", + "past" : { + "one" : "pred {0} četrtletjem", + "two" : "pred {0} četrtletjema", + "other" : "pred {0} četrtletji" + } + } + }, + "narrow" : { + "quarter" : { + "next" : "naslednje četrtletje", + "past" : "pred {0} četr.", + "future" : "čez {0} četr.", + "previous" : "zadnje četrtletje", + "current" : "to četrtletje" + }, + "hour" : { + "past" : "pred {0} h", + "future" : "čez {0} h", + "current" : "v tej uri" + }, + "day" : { + "previous" : "včeraj", + "past" : { + "two" : "pred {0} dnevoma", + "other" : "pred {0} dnevi", + "one" : "pred {0} dnevom" + }, + "future" : { + "one" : "čez {0} dan", + "two" : "čez {0} dneva", + "other" : "čez {0} dni" + }, + "next" : "jutri", + "current" : "danes" + }, + "year" : { + "current" : "letos", + "future" : { + "few" : "čez {0} leta", + "one" : "čez {0} leto", + "two" : "čez {0} leti", + "other" : "čez {0} let" + }, + "next" : "naslednje leto", + "previous" : "lani", + "past" : { + "other" : "pred {0} leti", + "one" : "pred {0} letom", + "two" : "pred {0} letoma" + } + }, + "week" : { + "next" : "naslednji teden", + "future" : "čez {0} ted.", + "past" : "pred {0} ted.", + "previous" : "prejšnji teden", + "current" : "ta teden" + }, + "minute" : { + "current" : "to minuto", + "past" : "pred {0} min", + "future" : "čez {0} min" + }, + "month" : { + "next" : "naslednji mesec", + "current" : "ta mesec", + "previous" : "prejšnji mesec", + "past" : "pred {0} mes.", + "future" : "čez {0} mes." + }, + "second" : { + "current" : "zdaj", + "future" : "čez {0} s", + "past" : "pred {0} s" + }, + "now" : "zdaj" + }, + "short" : { + "week" : { + "previous" : "prejšnji teden", + "current" : "ta teden", + "next" : "naslednji teden", + "past" : "pred {0} ted.", + "future" : "čez {0} ted." + }, + "minute" : { + "past" : "pred {0} min.", + "current" : "to minuto", + "future" : "čez {0} min." + }, + "day" : { + "past" : { + "one" : "pred {0} dnevom", + "two" : "pred {0} dnevoma", + "other" : "pred {0} dnevi" + }, + "next" : "jutri", + "previous" : "včeraj", + "current" : "danes", + "future" : { + "other" : "čez {0} dni", + "one" : "čez {0} dan", + "two" : "čez {0} dneva" + } + }, + "now" : "zdaj", + "second" : { + "past" : "pred {0} s", + "current" : "zdaj", + "future" : "čez {0} s" + }, + "hour" : { + "current" : "v tej uri", + "past" : { + "other" : "pred {0} urami", + "two" : "pred {0} urama", + "one" : "pred {0} uro" + }, + "future" : { + "two" : "čez {0} uri", + "other" : "čez {0} ur", + "few" : "čez {0} ure", + "one" : "čez {0} uro" + } + }, + "month" : { + "future" : "čez {0} mes.", + "next" : "naslednji mesec", + "current" : "ta mesec", + "past" : "pred {0} mes.", + "previous" : "prejšnji mesec" + }, + "year" : { + "previous" : "lani", + "current" : "letos", + "past" : { + "one" : "pred {0} letom", + "two" : "pred {0} letoma", + "other" : "pred {0} leti" + }, + "next" : "naslednje leto", + "future" : { + "few" : "čez {0} leta", + "two" : "čez {0} leti", + "other" : "čez {0} let", + "one" : "čez {0} leto" + } + }, + "quarter" : { + "past" : "pred {0} četrtl.", + "future" : "čez {0} četrtl.", + "next" : "naslednje četrtletje", + "previous" : "zadnje četrtletje", + "current" : "to četrtletje" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sq.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sq.json new file mode 100644 index 0000000..10274da --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sq.json @@ -0,0 +1,245 @@ +{ + "narrow" : { + "quarter" : { + "current" : "këtë tremujor", + "previous" : "tremujorin e kaluar", + "past" : { + "other" : "{0} tremujorë më parë", + "one" : "{0} tremujor më parë" + }, + "future" : { + "one" : "pas {0} tremujori", + "other" : "pas {0} tremujorësh" + }, + "next" : "tremujorin e ardhshëm" + }, + "now" : "tani", + "minute" : { + "past" : "{0} min. më parë", + "future" : "pas {0} min.", + "current" : "këtë minutë" + }, + "month" : { + "future" : { + "other" : "pas {0} muajsh", + "one" : "pas {0} muaji" + }, + "previous" : "muajin e kaluar", + "next" : "muajin e ardhshëm", + "current" : "këtë muaj", + "past" : "{0} muaj më parë" + }, + "second" : { + "future" : "pas {0} sek.", + "current" : "tani", + "past" : "{0} sek. më parë" + }, + "week" : { + "past" : "{0} javë më parë", + "future" : { + "one" : "pas {0} jave", + "other" : "pas {0} javësh" + }, + "previous" : "javën e kaluar", + "current" : "këtë javë", + "next" : "javën e ardhshme" + }, + "hour" : { + "past" : "{0} orë më parë", + "future" : { + "one" : "pas {0} ore", + "other" : "pas {0} orësh" + }, + "current" : "këtë orë" + }, + "day" : { + "previous" : "dje", + "past" : "{0} ditë më parë", + "current" : "sot", + "future" : { + "other" : "pas {0} ditësh", + "one" : "pas {0} dite" + }, + "next" : "nesër" + }, + "year" : { + "next" : "vitin e ardhshëm", + "past" : { + "other" : "{0} vjet më parë", + "one" : "{0} vit më parë" + }, + "previous" : "vitin e kaluar", + "current" : "këtë vit", + "future" : { + "one" : "pas {0} viti", + "other" : "pas {0} vjetësh" + } + } + }, + "long" : { + "day" : { + "current" : "sot", + "past" : "{0} ditë më parë", + "previous" : "dje", + "next" : "nesër", + "future" : { + "one" : "pas {0} dite", + "other" : "pas {0} ditësh" + } + }, + "now" : "tani", + "quarter" : { + "current" : "këtë tremujor", + "past" : { + "one" : "{0} tremujor më parë", + "other" : "{0} tremujorë më parë" + }, + "future" : { + "one" : "pas {0} tremujori", + "other" : "pas {0} tremujorësh" + }, + "next" : "tremujorin e ardhshëm", + "previous" : "tremujorin e kaluar" + }, + "year" : { + "current" : "këtë vit", + "past" : { + "other" : "{0} vjet më parë", + "one" : "{0} vit më parë" + }, + "previous" : "vitin e kaluar", + "future" : { + "other" : "pas {0} vjetësh", + "one" : "pas {0} viti" + }, + "next" : "vitin e ardhshëm" + }, + "week" : { + "current" : "këtë javë", + "next" : "javën e ardhshme", + "past" : "{0} javë më parë", + "future" : { + "other" : "pas {0} javësh", + "one" : "pas {0} jave" + }, + "previous" : "javën e kaluar" + }, + "hour" : { + "past" : "{0} orë më parë", + "future" : { + "one" : "pas {0} ore", + "other" : "pas {0} orësh" + }, + "current" : "këtë orë" + }, + "second" : { + "future" : { + "one" : "pas {0} sekonde", + "other" : "pas {0} sekondash" + }, + "current" : "tani", + "past" : { + "one" : "{0} sekondë më parë", + "other" : "{0} sekonda më parë" + } + }, + "minute" : { + "past" : { + "other" : "{0} minuta më parë", + "one" : "{0} minutë më parë" + }, + "current" : "këtë minutë", + "future" : { + "one" : "pas {0} minute", + "other" : "pas {0} minutash" + } + }, + "month" : { + "past" : "{0} muaj më parë", + "next" : "muajin e ardhshëm", + "future" : { + "one" : "pas {0} muaji", + "other" : "pas {0} muajsh" + }, + "current" : "këtë muaj", + "previous" : "muajin e kaluar" + } + }, + "short" : { + "week" : { + "previous" : "javën e kaluar", + "next" : "javën e ardhshme", + "future" : { + "other" : "pas {0} javësh", + "one" : "pas {0} jave" + }, + "current" : "këtë javë", + "past" : "{0} javë më parë" + }, + "day" : { + "current" : "sot", + "previous" : "dje", + "next" : "nesër", + "past" : "{0} ditë më parë", + "future" : { + "other" : "pas {0} ditësh", + "one" : "pas {0} dite" + } + }, + "second" : { + "future" : "pas {0} sek.", + "past" : "{0} sek. më parë", + "current" : "tani" + }, + "year" : { + "previous" : "vitin e kaluar", + "next" : "vitin e ardhshëm", + "current" : "këtë vit", + "future" : { + "one" : "pas {0} viti", + "other" : "pas {0} vjetësh" + }, + "past" : { + "other" : "{0} vjet më parë", + "one" : "{0} vit më parë" + } + }, + "hour" : { + "current" : "këtë orë", + "past" : "{0} orë më parë", + "future" : { + "one" : "pas {0} ore", + "other" : "pas {0} orësh" + } + }, + "now" : "tani", + "quarter" : { + "future" : { + "other" : "pas {0} tremujorësh", + "one" : "pas {0} tremujori" + }, + "previous" : "tremujorin e kaluar", + "current" : "këtë tremujor", + "next" : "tremujorin e ardhshëm", + "past" : { + "one" : "{0} tremujor më parë", + "other" : "{0} tremujorë më parë" + } + }, + "minute" : { + "current" : "këtë minutë", + "past" : "{0} min. më parë", + "future" : "pas {0} min." + }, + "month" : { + "previous" : "muajin e kaluar", + "current" : "këtë muaj", + "next" : "muajin e ardhshëm", + "past" : "{0} muaj më parë", + "future" : { + "one" : "pas {0} muaji", + "other" : "pas {0} muajsh" + } + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr.json new file mode 100644 index 0000000..6ea807c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr.json @@ -0,0 +1,210 @@ +{ + "narrow" : { + "year" : { + "future" : "za {0} g.", + "previous" : "prošle g.", + "next" : "sledeće g.", + "current" : "ove g.", + "past" : "pre {0} g." + }, + "week" : { + "past" : "pre {0} n.", + "previous" : "prošle n.", + "future" : "za {0} n.", + "current" : "ove n.", + "next" : "sledeće n." + }, + "hour" : { + "future" : "za {0} č.", + "current" : "ovog sata", + "past" : "pre {0} č." + }, + "quarter" : { + "current" : "ovog kvartala", + "previous" : "prošlog kvartala", + "future" : "za {0} kv.", + "past" : "pre {0} kv.", + "next" : "sledećeg kvartala" + }, + "second" : { + "past" : "pre {0} s.", + "future" : "za {0} s.", + "current" : "sada" + }, + "month" : { + "current" : "ovog m.", + "future" : "za {0} m.", + "past" : "pre {0} m.", + "next" : "sledećeg m.", + "previous" : "prošlog m." + }, + "day" : { + "previous" : "juče", + "future" : "za {0} d.", + "next" : "sutra", + "current" : "danas", + "past" : "pre {0} d." + }, + "minute" : { + "future" : "za {0} min.", + "current" : "ovog minuta", + "past" : "pre {0} min." + }, + "now" : "sada" + }, + "long" : { + "now" : "sada", + "week" : { + "previous" : "prošle nedelje", + "current" : "ove nedelje", + "future" : { + "one" : "za {0} nedelju", + "few" : "za {0} nedelje", + "other" : "za {0} nedelja" + }, + "next" : "sledeće nedelje", + "past" : { + "other" : "pre {0} nedelja", + "few" : "pre {0} nedelje", + "one" : "pre {0} nedelje" + } + }, + "quarter" : { + "current" : "ovog kvartala", + "previous" : "prošlog kvartala", + "past" : "pre {0} kvartala", + "next" : "sledećeg kvartala", + "future" : { + "other" : "za {0} kvartala", + "one" : "za {0} kvartal" + } + }, + "month" : { + "current" : "ovog meseca", + "future" : { + "one" : "za {0} mesec", + "few" : "za {0} meseca", + "other" : "za {0} meseci" + }, + "past" : { + "one" : "pre {0} meseca", + "other" : "pre {0} meseci", + "few" : "pre {0} meseca" + }, + "previous" : "prošlog meseca", + "next" : "sledećeg meseca" + }, + "day" : { + "future" : { + "other" : "za {0} dana", + "one" : "za {0} dan" + }, + "previous" : "juče", + "current" : "danas", + "next" : "sutra", + "past" : "pre {0} dana" + }, + "hour" : { + "future" : { + "one" : "za {0} sat", + "few" : "za {0} sata", + "other" : "za {0} sati" + }, + "current" : "ovog sata", + "past" : { + "one" : "pre {0} sata", + "few" : "pre {0} sata", + "other" : "pre {0} sati" + } + }, + "minute" : { + "past" : "pre {0} minuta", + "current" : "ovog minuta", + "future" : { + "one" : "za {0} minut", + "other" : "za {0} minuta" + } + }, + "second" : { + "current" : "sada", + "past" : { + "few" : "pre {0} sekunde", + "other" : "pre {0} sekundi", + "one" : "pre {0} sekunde" + }, + "future" : { + "other" : "za {0} sekundi", + "one" : "za {0} sekundu", + "few" : "za {0} sekunde" + } + }, + "year" : { + "future" : { + "few" : "za {0} godine", + "one" : "za {0} godinu", + "other" : "za {0} godina" + }, + "previous" : "prošle godine", + "next" : "sledeće godine", + "past" : { + "one" : "pre {0} godine", + "few" : "pre {0} godine", + "other" : "pre {0} godina" + }, + "current" : "ove godine" + } + }, + "short" : { + "second" : { + "current" : "sada", + "past" : "pre {0} sek.", + "future" : "za {0} sek." + }, + "now" : "sada", + "month" : { + "future" : "za {0} mes.", + "current" : "ovog mes.", + "past" : "pre {0} mes.", + "previous" : "prošlog mes.", + "next" : "sledećeg mes." + }, + "day" : { + "previous" : "juče", + "current" : "danas", + "next" : "sutra", + "future" : "za {0} d.", + "past" : "pre {0} d." + }, + "minute" : { + "current" : "ovog minuta", + "future" : "za {0} min.", + "past" : "pre {0} min." + }, + "quarter" : { + "past" : "pre {0} kv.", + "previous" : "prošlog kvartala", + "current" : "ovog kvartala", + "future" : "za {0} kv.", + "next" : "sledećeg kvartala" + }, + "hour" : { + "current" : "ovog sata", + "future" : "za {0} č.", + "past" : "pre {0} č." + }, + "week" : { + "future" : "za {0} ned.", + "previous" : "prošle ned.", + "next" : "sledeće ned.", + "past" : "pre {0} ned.", + "current" : "ove ned." + }, + "year" : { + "next" : "sledeće god.", + "current" : "ove god.", + "past" : "pre {0} god.", + "future" : "za {0} god.", + "previous" : "prošle god." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr_Latn.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr_Latn.json new file mode 100644 index 0000000..6ea807c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr_Latn.json @@ -0,0 +1,210 @@ +{ + "narrow" : { + "year" : { + "future" : "za {0} g.", + "previous" : "prošle g.", + "next" : "sledeće g.", + "current" : "ove g.", + "past" : "pre {0} g." + }, + "week" : { + "past" : "pre {0} n.", + "previous" : "prošle n.", + "future" : "za {0} n.", + "current" : "ove n.", + "next" : "sledeće n." + }, + "hour" : { + "future" : "za {0} č.", + "current" : "ovog sata", + "past" : "pre {0} č." + }, + "quarter" : { + "current" : "ovog kvartala", + "previous" : "prošlog kvartala", + "future" : "za {0} kv.", + "past" : "pre {0} kv.", + "next" : "sledećeg kvartala" + }, + "second" : { + "past" : "pre {0} s.", + "future" : "za {0} s.", + "current" : "sada" + }, + "month" : { + "current" : "ovog m.", + "future" : "za {0} m.", + "past" : "pre {0} m.", + "next" : "sledećeg m.", + "previous" : "prošlog m." + }, + "day" : { + "previous" : "juče", + "future" : "za {0} d.", + "next" : "sutra", + "current" : "danas", + "past" : "pre {0} d." + }, + "minute" : { + "future" : "za {0} min.", + "current" : "ovog minuta", + "past" : "pre {0} min." + }, + "now" : "sada" + }, + "long" : { + "now" : "sada", + "week" : { + "previous" : "prošle nedelje", + "current" : "ove nedelje", + "future" : { + "one" : "za {0} nedelju", + "few" : "za {0} nedelje", + "other" : "za {0} nedelja" + }, + "next" : "sledeće nedelje", + "past" : { + "other" : "pre {0} nedelja", + "few" : "pre {0} nedelje", + "one" : "pre {0} nedelje" + } + }, + "quarter" : { + "current" : "ovog kvartala", + "previous" : "prošlog kvartala", + "past" : "pre {0} kvartala", + "next" : "sledećeg kvartala", + "future" : { + "other" : "za {0} kvartala", + "one" : "za {0} kvartal" + } + }, + "month" : { + "current" : "ovog meseca", + "future" : { + "one" : "za {0} mesec", + "few" : "za {0} meseca", + "other" : "za {0} meseci" + }, + "past" : { + "one" : "pre {0} meseca", + "other" : "pre {0} meseci", + "few" : "pre {0} meseca" + }, + "previous" : "prošlog meseca", + "next" : "sledećeg meseca" + }, + "day" : { + "future" : { + "other" : "za {0} dana", + "one" : "za {0} dan" + }, + "previous" : "juče", + "current" : "danas", + "next" : "sutra", + "past" : "pre {0} dana" + }, + "hour" : { + "future" : { + "one" : "za {0} sat", + "few" : "za {0} sata", + "other" : "za {0} sati" + }, + "current" : "ovog sata", + "past" : { + "one" : "pre {0} sata", + "few" : "pre {0} sata", + "other" : "pre {0} sati" + } + }, + "minute" : { + "past" : "pre {0} minuta", + "current" : "ovog minuta", + "future" : { + "one" : "za {0} minut", + "other" : "za {0} minuta" + } + }, + "second" : { + "current" : "sada", + "past" : { + "few" : "pre {0} sekunde", + "other" : "pre {0} sekundi", + "one" : "pre {0} sekunde" + }, + "future" : { + "other" : "za {0} sekundi", + "one" : "za {0} sekundu", + "few" : "za {0} sekunde" + } + }, + "year" : { + "future" : { + "few" : "za {0} godine", + "one" : "za {0} godinu", + "other" : "za {0} godina" + }, + "previous" : "prošle godine", + "next" : "sledeće godine", + "past" : { + "one" : "pre {0} godine", + "few" : "pre {0} godine", + "other" : "pre {0} godina" + }, + "current" : "ove godine" + } + }, + "short" : { + "second" : { + "current" : "sada", + "past" : "pre {0} sek.", + "future" : "za {0} sek." + }, + "now" : "sada", + "month" : { + "future" : "za {0} mes.", + "current" : "ovog mes.", + "past" : "pre {0} mes.", + "previous" : "prošlog mes.", + "next" : "sledećeg mes." + }, + "day" : { + "previous" : "juče", + "current" : "danas", + "next" : "sutra", + "future" : "za {0} d.", + "past" : "pre {0} d." + }, + "minute" : { + "current" : "ovog minuta", + "future" : "za {0} min.", + "past" : "pre {0} min." + }, + "quarter" : { + "past" : "pre {0} kv.", + "previous" : "prošlog kvartala", + "current" : "ovog kvartala", + "future" : "za {0} kv.", + "next" : "sledećeg kvartala" + }, + "hour" : { + "current" : "ovog sata", + "future" : "za {0} č.", + "past" : "pre {0} č." + }, + "week" : { + "future" : "za {0} ned.", + "previous" : "prošle ned.", + "next" : "sledeće ned.", + "past" : "pre {0} ned.", + "current" : "ove ned." + }, + "year" : { + "next" : "sledeće god.", + "current" : "ove god.", + "past" : "pre {0} god.", + "future" : "za {0} god.", + "previous" : "prošle god." + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sv.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sv.json new file mode 100644 index 0000000..df70bb3 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sv.json @@ -0,0 +1,203 @@ +{ + "short" : { + "now" : "nu", + "minute" : { + "past" : "för {0} min sen", + "current" : "denna minut", + "future" : "om {0} min" + }, + "year" : { + "current" : "i år", + "future" : "om {0} år", + "previous" : "i fjol", + "next" : "nästa år", + "past" : "för {0} år sen" + }, + "second" : { + "past" : "för {0} s sen", + "future" : { + "one" : "om {0} sek", + "other" : "om {0} sek" + }, + "current" : "nu" + }, + "hour" : { + "past" : "för {0} tim sedan", + "future" : "om {0} tim", + "current" : "denna timme" + }, + "month" : { + "current" : "denna mån.", + "next" : "nästa mån.", + "past" : "för {0} mån. sen", + "future" : "om {0} mån.", + "previous" : "förra mån." + }, + "quarter" : { + "future" : "om {0} kv.", + "previous" : "förra kv.", + "next" : "nästa kv.", + "past" : "för {0} kv. sen", + "current" : "detta kv." + }, + "week" : { + "next" : "nästa v.", + "past" : "för {0} v. sedan", + "current" : "denna v.", + "previous" : "förra v.", + "future" : "om {0} v." + }, + "day" : { + "next" : "i morgon", + "current" : "i dag", + "previous" : "i går", + "past" : { + "one" : "för {0} d sedan", + "other" : "för {0} d sedan" + }, + "future" : "om {0} d" + } + }, + "long" : { + "minute" : { + "current" : "denna minut", + "past" : { + "one" : "för {0} minut sedan", + "other" : "för {0} minuter sedan" + }, + "future" : { + "other" : "om {0} minuter", + "one" : "om {0} minut" + } + }, + "quarter" : { + "current" : "detta kvartal", + "past" : "för {0} kvartal sedan", + "next" : "nästa kvartal", + "future" : "om {0} kvartal", + "previous" : "förra kvartalet" + }, + "week" : { + "future" : { + "other" : "om {0} veckor", + "one" : "om {0} vecka" + }, + "previous" : "förra veckan", + "current" : "denna vecka", + "next" : "nästa vecka", + "past" : { + "one" : "för {0} vecka sedan", + "other" : "för {0} veckor sedan" + } + }, + "second" : { + "current" : "nu", + "future" : { + "one" : "om {0} sekund", + "other" : "om {0} sekunder" + }, + "past" : { + "one" : "för {0} sekund sedan", + "other" : "för {0} sekunder sedan" + } + }, + "hour" : { + "current" : "denna timme", + "past" : { + "other" : "för {0} timmar sedan", + "one" : "för {0} timme sedan" + }, + "future" : { + "other" : "om {0} timmar", + "one" : "om {0} timme" + } + }, + "now" : "nu", + "year" : { + "past" : "för {0} år sedan", + "previous" : "i fjol", + "current" : "i år", + "next" : "nästa år", + "future" : "om {0} år" + }, + "day" : { + "current" : "i dag", + "previous" : "i går", + "next" : "i morgon", + "past" : { + "other" : "för {0} dagar sedan", + "one" : "för {0} dag sedan" + }, + "future" : { + "other" : "om {0} dagar", + "one" : "om {0} dag" + } + }, + "month" : { + "next" : "nästa månad", + "past" : { + "other" : "för {0} månader sedan", + "one" : "för {0} månad sedan" + }, + "future" : { + "other" : "om {0} månader", + "one" : "om {0} månad" + }, + "current" : "denna månad", + "previous" : "förra månaden" + } + }, + "narrow" : { + "month" : { + "next" : "nästa mån.", + "past" : "−{0} mån", + "current" : "denna mån.", + "future" : "+{0} mån.", + "previous" : "förra mån." + }, + "day" : { + "current" : "idag", + "past" : "−{0} d", + "future" : "+{0} d", + "previous" : "igår", + "next" : "imorgon" + }, + "second" : { + "past" : "−{0} s", + "future" : "+{0} s", + "current" : "nu" + }, + "quarter" : { + "current" : "detta kv.", + "previous" : "förra kv.", + "past" : "−{0} kv", + "next" : "nästa kv.", + "future" : "+{0} kv." + }, + "year" : { + "previous" : "i fjol", + "current" : "i år", + "past" : "−{0} år", + "future" : "+{0} år", + "next" : "nästa år" + }, + "now" : "nu", + "minute" : { + "current" : "denna minut", + "past" : "−{0} min", + "future" : "+{0} min" + }, + "week" : { + "past" : "−{0} v", + "future" : "+{0} v.", + "next" : "nästa v.", + "current" : "denna v.", + "previous" : "förra v." + }, + "hour" : { + "past" : "−{0} h", + "future" : "+{0} h", + "current" : "denna timme" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sw.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sw.json new file mode 100644 index 0000000..9049f86 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sw.json @@ -0,0 +1,251 @@ +{ + "narrow" : { + "year" : { + "next" : "mwaka ujao", + "past" : { + "one" : "mwaka {0} uliopita", + "other" : "miaka {0} iliyopita" + }, + "future" : { + "one" : "baada ya mwaka {0}", + "other" : "baada ya miaka {0}" + }, + "previous" : "mwaka uliopita", + "current" : "mwaka huu" + }, + "quarter" : { + "past" : { + "one" : "robo {0} iliyopita", + "other" : "robo {0} zilizopita" + }, + "previous" : "robo ya mwaka iliyopita", + "current" : "robo hii ya mwaka", + "next" : "robo ya mwaka inayofuata", + "future" : "baada ya robo {0}" + }, + "hour" : { + "past" : { + "other" : "Saa {0} zilizopita", + "one" : "Saa {0} iliyopita" + }, + "future" : "baada ya saa {0}", + "current" : "saa hii" + }, + "second" : { + "past" : { + "one" : "sekunde {0} iliyopita", + "other" : "sekunde {0} zilizopita" + }, + "current" : "sasa hivi", + "future" : "baada ya sekunde {0}" + }, + "week" : { + "previous" : "wiki iliyopita", + "past" : { + "other" : "wiki {0} zilizopita", + "one" : "wiki {0} iliyopita" + }, + "next" : "wiki ijayo", + "future" : "baada ya wiki {0}", + "current" : "wiki hii" + }, + "month" : { + "past" : { + "one" : "mwezi {0} uliopita", + "other" : "miezi {0} iliyopita" + }, + "current" : "mwezi huu", + "future" : { + "one" : "baada ya mwezi {0}", + "other" : "baada ya miezi {0}" + }, + "next" : "mwezi ujao", + "previous" : "mwezi uliopita" + }, + "day" : { + "future" : "baada ya siku {0}", + "current" : "leo", + "past" : { + "one" : "siku {0} iliyopita", + "other" : "siku {0} zilizopita" + }, + "previous" : "jana", + "next" : "kesho" + }, + "minute" : { + "current" : "dakika hii", + "past" : { + "other" : "dakika {0} zilizopita", + "one" : "dakika {0} iliyopita" + }, + "future" : "baada ya dakika {0}" + }, + "now" : "sasa hivi" + }, + "long" : { + "hour" : { + "future" : "baada ya saa {0}", + "current" : "saa hii", + "past" : { + "one" : "saa {0} iliyopita", + "other" : "saa {0} zilizopita" + } + }, + "week" : { + "previous" : "wiki iliyopita", + "past" : { + "other" : "wiki {0} zilizopita", + "one" : "wiki {0} iliyopita" + }, + "current" : "wiki hii", + "next" : "wiki ijayo", + "future" : "baada ya wiki {0}" + }, + "month" : { + "previous" : "mwezi uliopita", + "future" : { + "one" : "baada ya mwezi {0}", + "other" : "baada ya miezi {0}" + }, + "next" : "mwezi ujao", + "current" : "mwezi huu", + "past" : { + "one" : "mwezi {0} uliopita", + "other" : "miezi {0} iliyopita" + } + }, + "day" : { + "previous" : "jana", + "current" : "leo", + "next" : "kesho", + "past" : { + "one" : "siku {0} iliyopita", + "other" : "siku {0} zilizopita" + }, + "future" : "baada ya siku {0}" + }, + "second" : { + "future" : "baada ya sekunde {0}", + "current" : "sasa hivi", + "past" : { + "one" : "Sekunde {0} iliyopita", + "other" : "Sekunde {0} zilizopita" + } + }, + "minute" : { + "past" : { + "one" : "dakika {0} iliyopita", + "other" : "dakika {0} zilizopita" + }, + "future" : "baada ya dakika {0}", + "current" : "dakika hii" + }, + "year" : { + "current" : "mwaka huu", + "past" : { + "one" : "mwaka {0} uliopita", + "other" : "miaka {0} iliyopita" + }, + "future" : { + "other" : "baada ya miaka {0}", + "one" : "baada ya mwaka {0}" + }, + "next" : "mwaka ujao", + "previous" : "mwaka uliopita" + }, + "now" : "sasa hivi", + "quarter" : { + "past" : { + "other" : "robo {0} zilizopita", + "one" : "robo {0} iliyopita" + }, + "future" : "baada ya robo {0}", + "current" : "robo hii ya mwaka", + "next" : "robo ya mwaka inayofuata", + "previous" : "robo ya mwaka iliyopita" + } + }, + "short" : { + "hour" : { + "current" : "saa hii", + "past" : { + "other" : "saa {0} zilizopita", + "one" : "saa {0} iliyopita" + }, + "future" : "baada ya saa {0}" + }, + "second" : { + "future" : "baada ya sekunde {0}", + "past" : { + "other" : "sekunde {0} zilizopita", + "one" : "sekunde {0} iliyopita" + }, + "current" : "sasa hivi" + }, + "now" : "sasa hivi", + "year" : { + "past" : { + "one" : "mwaka {0} uliopita", + "other" : "miaka {0} iliyopita" + }, + "future" : { + "other" : "baada ya miaka {0}", + "one" : "baada ya mwaka {0}" + }, + "previous" : "mwaka uliopita", + "current" : "mwaka huu", + "next" : "mwaka ujao" + }, + "quarter" : { + "previous" : "robo ya mwaka iliyopita", + "future" : "baada ya robo {0}", + "next" : "robo ya mwaka inayofuata", + "past" : { + "one" : "robo {0} iliyopita", + "other" : "robo {0} zilizopita" + }, + "current" : "robo hii ya mwaka" + }, + "week" : { + "previous" : "wiki iliyopita", + "current" : "wiki hii", + "next" : "wiki ijayo", + "past" : { + "one" : "wiki {0} iliyopita", + "other" : "wiki {0} zilizopita" + }, + "future" : "baada ya wiki {0}" + }, + "day" : { + "next" : "kesho", + "past" : { + "other" : "siku {0} zilizopita", + "one" : "siku {0} iliyopita" + }, + "previous" : "jana", + "future" : "baada ya siku {0}", + "current" : "leo" + }, + "minute" : { + "past" : { + "one" : "dakika {0} iliyopita", + "other" : "dakika {0} zilizopita" + }, + "future" : "baada ya dakika {0}", + "current" : "dakika hii" + }, + "month" : { + "next" : "mwezi ujao", + "past" : { + "one" : "mwezi {0} uliopita", + "other" : "miezi {0} iliyopita" + }, + "future" : { + "one" : "baada ya mwezi {0}", + "other" : "baada ya miezi {0}" + }, + "previous" : "mwezi uliopita", + "current" : "mwezi huu" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ta.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ta.json new file mode 100644 index 0000000..9122e7d --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ta.json @@ -0,0 +1,215 @@ +{ + "narrow" : { + "second" : { + "future" : "{0} வி.", + "past" : "{0} வி. முன்", + "current" : "இப்போது" + }, + "year" : { + "next" : "அடுத்த ஆண்டு", + "past" : "{0} ஆ. முன்", + "future" : "{0} ஆ.", + "previous" : "கடந்த ஆண்டு", + "current" : "இந்த ஆண்டு" + }, + "month" : { + "past" : "{0} மா. முன்", + "next" : "அடுத்த மாதம்", + "future" : "{0} மா.", + "previous" : "கடந்த மாதம்", + "current" : "இந்த மாதம்" + }, + "minute" : { + "past" : "{0} நி. முன்", + "current" : "இந்த ஒரு நிமிடத்தில்", + "future" : "{0} நி." + }, + "quarter" : { + "previous" : "இறுதி காலாண்டு", + "current" : "இந்த காலாண்டு", + "next" : "அடுத்த காலாண்டு", + "past" : "{0} கா. முன்", + "future" : "{0} கா." + }, + "hour" : { + "future" : "{0} ம.", + "past" : "{0} ம. முன்", + "current" : "இந்த ஒரு மணிநேரத்தில்" + }, + "now" : "இப்போது", + "week" : { + "next" : "அடுத்த வாரம்", + "previous" : "கடந்த வாரம்", + "past" : "{0} வா. முன்", + "future" : "{0} வா.", + "current" : "இந்த வாரம்" + }, + "day" : { + "previous" : "நேற்று", + "future" : "{0} நா.", + "past" : "{0} நா. முன்", + "current" : "இன்று", + "next" : "நாளை" + } + }, + "long" : { + "day" : { + "previous" : "நேற்று", + "past" : { + "other" : "{0} நாட்களுக்கு முன்", + "one" : "{0} நாளுக்கு முன்" + }, + "future" : { + "other" : "{0} நாட்களில்", + "one" : "{0} நாளில்" + }, + "next" : "நாளை", + "current" : "இன்று" + }, + "hour" : { + "future" : "{0} மணிநேரத்தில்", + "current" : "இந்த ஒரு மணிநேரத்தில்", + "past" : "{0} மணிநேரம் முன்" + }, + "month" : { + "next" : "அடுத்த மாதம்", + "current" : "இந்த மாதம்", + "past" : { + "one" : "{0} மாதத்துக்கு முன்", + "other" : "{0} மாதங்களுக்கு முன்" + }, + "previous" : "கடந்த மாதம்", + "future" : { + "one" : "{0} மாதத்தில்", + "other" : "{0} மாதங்களில்" + } + }, + "quarter" : { + "next" : "அடுத்த காலாண்டு", + "past" : { + "one" : "{0} காலாண்டுக்கு முன்", + "other" : "{0} காலாண்டுகளுக்கு முன்" + }, + "previous" : "கடந்த காலாண்டு", + "current" : "இந்த காலாண்டு", + "future" : { + "one" : "+{0} காலாண்டில்", + "other" : "{0} காலாண்டுகளில்" + } + }, + "year" : { + "next" : "அடுத்த ஆண்டு", + "current" : "இந்த ஆண்டு", + "future" : { + "other" : "{0} ஆண்டுகளில்", + "one" : "{0} ஆண்டில்" + }, + "previous" : "கடந்த ஆண்டு", + "past" : { + "other" : "{0} ஆண்டுகளுக்கு முன்", + "one" : "{0} ஆண்டிற்கு முன்" + } + }, + "minute" : { + "current" : "இந்த ஒரு நிமிடத்தில்", + "future" : { + "one" : "{0} நிமிடத்தில்", + "other" : "{0} நிமிடங்களில்" + }, + "past" : { + "other" : "{0} நிமிடங்களுக்கு முன்", + "one" : "{0} நிமிடத்திற்கு முன்" + } + }, + "second" : { + "future" : { + "one" : "{0} விநாடியில்", + "other" : "{0} விநாடிகளில்" + }, + "past" : { + "one" : "{0} விநாடிக்கு முன்", + "other" : "{0} விநாடிகளுக்கு முன்" + }, + "current" : "இப்போது" + }, + "week" : { + "future" : { + "one" : "{0} வாரத்தில்", + "other" : "{0} வாரங்களில்" + }, + "previous" : "கடந்த வாரம்", + "current" : "இந்த வாரம்", + "next" : "அடுத்த வாரம்", + "past" : { + "other" : "{0} வாரங்களுக்கு முன்", + "one" : "{0} வாரத்திற்கு முன்" + } + }, + "now" : "இப்போது" + }, + "short" : { + "minute" : { + "future" : "{0} நிமி.", + "current" : "இந்த ஒரு நிமிடத்தில்", + "past" : "{0} நிமி. முன்" + }, + "month" : { + "current" : "இந்த மாதம்", + "past" : "{0} மாத. முன்", + "future" : "{0} மாத.", + "next" : "அடுத்த மாதம்", + "previous" : "கடந்த மாதம்" + }, + "week" : { + "current" : "இந்த வாரம்", + "past" : "{0} வார. முன்", + "future" : "{0} வார.", + "next" : "அடுத்த வாரம்", + "previous" : "கடந்த வாரம்" + }, + "hour" : { + "future" : "{0} மணி.", + "current" : "இந்த ஒரு மணிநேரத்தில்", + "past" : "{0} மணி. முன்" + }, + "day" : { + "next" : "நாளை", + "current" : "இன்று", + "previous" : "நேற்று", + "past" : { + "one" : "{0} நாளுக்கு முன்", + "other" : "{0} நாட்களுக்கு முன்" + }, + "future" : { + "one" : "{0} நாளில்", + "other" : "{0} நாட்களில்" + } + }, + "second" : { + "future" : "{0} விநா.", + "current" : "இப்போது", + "past" : "{0} விநா. முன்" + }, + "now" : "இப்போது", + "year" : { + "future" : { + "one" : "{0} ஆண்டில்", + "other" : "{0} ஆண்டுகளில்" + }, + "previous" : "கடந்த ஆண்டு", + "next" : "அடுத்த ஆண்டு", + "current" : "இந்த ஆண்டு", + "past" : { + "other" : "{0} ஆண்டுகளுக்கு முன்", + "one" : "{0} ஆண்டிற்கு முன்" + } + }, + "quarter" : { + "current" : "இந்த காலாண்டு", + "future" : "{0} காலா.", + "previous" : "இறுதி காலாண்டு", + "next" : "அடுத்த காலாண்டு", + "past" : "{0} காலா. முன்" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/te.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/te.json new file mode 100644 index 0000000..159c190 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/te.json @@ -0,0 +1,263 @@ +{ + "narrow" : { + "now" : "ప్రస్తుతం", + "hour" : { + "past" : "{0} గం. క్రితం", + "future" : "{0} గం.లో", + "current" : "ఈ గంట" + }, + "year" : { + "future" : { + "one" : "{0} సం.లో", + "other" : "{0} సం.ల్లో" + }, + "current" : "ఈ సంవత్సరం", + "past" : "{0} సం. క్రితం", + "previous" : "గత సంవత్సరం", + "next" : "తదుపరి సంవత్సరం" + }, + "month" : { + "past" : { + "other" : "{0} నెలల క్రితం", + "one" : "{0} నెల క్రితం" + }, + "future" : { + "other" : "{0} నెలల్లో", + "one" : "{0} నెలలో" + }, + "previous" : "గత నెల", + "current" : "ఈ నెల", + "next" : "తదుపరి నెల" + }, + "day" : { + "current" : "ఈ రోజు", + "future" : { + "other" : "{0} రోజుల్లో", + "one" : "{0} రోజులో" + }, + "previous" : "నిన్న", + "next" : "రేపు", + "past" : { + "other" : "{0} రోజుల క్రితం", + "one" : "{0} రోజు క్రితం" + } + }, + "second" : { + "past" : "{0} సెక. క్రితం", + "future" : { + "other" : "{0} సెక. లో", + "one" : "{0} సెక.లో" + }, + "current" : "ప్రస్తుతం" + }, + "minute" : { + "current" : "ఈ నిమిషం", + "past" : "{0} నిమి. క్రితం", + "future" : "{0} నిమి.లో" + }, + "quarter" : { + "previous" : "గత త్రైమాసికం", + "past" : "{0} త్రైమా. క్రితం", + "current" : "ఈ త్రైమాసికం", + "next" : "తదుపరి త్రైమాసికం", + "future" : { + "one" : "{0} త్రైమాసికంలో", + "other" : "{0} త్రైమాసికాల్లో" + } + }, + "week" : { + "next" : "తదుపరి వారం", + "current" : "ఈ వారం", + "past" : { + "one" : "{0} వారం క్రితం", + "other" : "{0} వారాల క్రితం" + }, + "future" : { + "one" : "{0} వారంలో", + "other" : "{0} వారాల్లో" + }, + "previous" : "గత వారం" + } + }, + "long" : { + "month" : { + "future" : { + "one" : "{0} నెలలో", + "other" : "{0} నెలల్లో" + }, + "previous" : "గత నెల", + "current" : "ఈ నెల", + "next" : "తదుపరి నెల", + "past" : { + "other" : "{0} నెలల క్రితం", + "one" : "{0} నెల క్రితం" + } + }, + "quarter" : { + "previous" : "గత త్రైమాసికం", + "next" : "తదుపరి త్రైమాసికం", + "current" : "ఈ త్రైమాసికం", + "past" : { + "other" : "{0} త్రైమాసికాల క్రితం", + "one" : "{0} త్రైమాసికం క్రితం" + }, + "future" : { + "other" : "{0} త్రైమాసికాల్లో", + "one" : "{0} త్రైమాసికంలో" + } + }, + "hour" : { + "current" : "ఈ గంట", + "past" : { + "other" : "{0} గంటల క్రితం", + "one" : "{0} గంట క్రితం" + }, + "future" : { + "one" : "{0} గంటలో", + "other" : "{0} గంటల్లో" + } + }, + "second" : { + "current" : "ప్రస్తుతం", + "past" : { + "other" : "{0} సెకన్ల క్రితం", + "one" : "{0} సెకను క్రితం" + }, + "future" : { + "one" : "{0} సెకనులో", + "other" : "{0} సెకన్లలో" + } + }, + "year" : { + "past" : { + "one" : "{0} సంవత్సరం క్రితం", + "other" : "{0} సంవత్సరాల క్రితం" + }, + "future" : { + "one" : "{0} సంవత్సరంలో", + "other" : "{0} సంవత్సరాల్లో" + }, + "previous" : "గత సంవత్సరం", + "current" : "ఈ సంవత్సరం", + "next" : "తదుపరి సంవత్సరం" + }, + "day" : { + "future" : { + "one" : "{0} రోజులో", + "other" : "{0} రోజుల్లో" + }, + "current" : "ఈ రోజు", + "previous" : "నిన్న", + "next" : "రేపు", + "past" : { + "one" : "{0} రోజు క్రితం", + "other" : "{0} రోజుల క్రితం" + } + }, + "minute" : { + "current" : "ఈ నిమిషం", + "past" : { + "other" : "{0} నిమిషాల క్రితం", + "one" : "{0} నిమిషం క్రితం" + }, + "future" : { + "one" : "{0} నిమిషంలో", + "other" : "{0} నిమిషాల్లో" + } + }, + "week" : { + "past" : { + "one" : "{0} వారం క్రితం", + "other" : "{0} వారాల క్రితం" + }, + "next" : "తదుపరి వారం", + "current" : "ఈ వారం", + "future" : { + "one" : "{0} వారంలో", + "other" : "{0} వారాల్లో" + }, + "previous" : "గత వారం" + }, + "now" : "ప్రస్తుతం" + }, + "short" : { + "month" : { + "past" : { + "one" : "{0} నెల క్రితం", + "other" : "{0} నెలల క్రితం" + }, + "next" : "తదుపరి నెల", + "future" : { + "one" : "{0} నెలలో", + "other" : "{0} నెలల్లో" + }, + "previous" : "గత నెల", + "current" : "ఈ నెల" + }, + "week" : { + "next" : "తదుపరి వారం", + "previous" : "గత వారం", + "past" : { + "one" : "{0} వారం క్రితం", + "other" : "{0} వారాల క్రితం" + }, + "current" : "ఈ వారం", + "future" : { + "one" : "{0} వారంలో", + "other" : "{0} వారాల్లో" + } + }, + "hour" : { + "future" : "{0} గం.లో", + "current" : "ఈ గంట", + "past" : "{0} గం. క్రితం" + }, + "quarter" : { + "next" : "తదుపరి త్రైమాసికం", + "previous" : "గత త్రైమాసికం", + "past" : "{0} త్రైమా. క్రితం", + "future" : { + "one" : "{0} త్రైమా.లో", + "other" : "{0} త్రైమా.ల్లో" + }, + "current" : "ఈ త్రైమాసికం" + }, + "minute" : { + "current" : "ఈ నిమిషం", + "past" : "{0} నిమి. క్రితం", + "future" : "{0} నిమి.లో" + }, + "now" : "ప్రస్తుతం", + "day" : { + "previous" : "నిన్న", + "past" : { + "other" : "{0} రోజుల క్రితం", + "one" : "{0} రోజు క్రితం" + }, + "current" : "ఈ రోజు", + "next" : "రేపు", + "future" : { + "one" : "{0} రోజులో", + "other" : "{0} రోజుల్లో" + } + }, + "year" : { + "next" : "తదుపరి సంవత్సరం", + "current" : "ఈ సంవత్సరం", + "past" : "{0} సం. క్రితం", + "previous" : "గత సంవత్సరం", + "future" : { + "one" : "{0} సం.లో", + "other" : "{0} సం.ల్లో" + } + }, + "second" : { + "current" : "ప్రస్తుతం", + "future" : { + "other" : "{0} సెకన్లలో", + "one" : "{0} సెకనులో" + }, + "past" : "{0} సెక. క్రితం" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/th.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/th.json new file mode 100644 index 0000000..7078e21 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/th.json @@ -0,0 +1,161 @@ +{ + "long" : { + "week" : { + "past" : "{0} สัปดาห์ที่ผ่านมา", + "next" : "สัปดาห์หน้า", + "current" : "สัปดาห์นี้", + "future" : "ในอีก {0} สัปดาห์", + "previous" : "สัปดาห์ที่แล้ว" + }, + "hour" : { + "future" : "ในอีก {0} ชั่วโมง", + "past" : "{0} ชั่วโมงที่ผ่านมา", + "current" : "ชั่วโมงนี้" + }, + "second" : { + "future" : "ในอีก {0} วินาที", + "current" : "ขณะนี้", + "past" : "{0} วินาทีที่ผ่านมา" + }, + "day" : { + "future" : "ในอีก {0} วัน", + "previous" : "เมื่อวาน", + "current" : "วันนี้", + "next" : "พรุ่งนี้", + "past" : "{0} วันที่ผ่านมา" + }, + "month" : { + "previous" : "เดือนที่แล้ว", + "current" : "เดือนนี้", + "future" : "ในอีก {0} เดือน", + "past" : "{0} เดือนที่ผ่านมา", + "next" : "เดือนหน้า" + }, + "year" : { + "current" : "ปีนี้", + "next" : "ปีหน้า", + "previous" : "ปีที่แล้ว", + "past" : "{0} ปีที่แล้ว", + "future" : "ในอีก {0} ปี" + }, + "now" : "ขณะนี้", + "minute" : { + "past" : "{0} นาทีที่ผ่านมา", + "future" : "ในอีก {0} นาที", + "current" : "นาทีนี้" + }, + "quarter" : { + "previous" : "ไตรมาสที่แล้ว", + "future" : "ในอีก {0} ไตรมาส", + "next" : "ไตรมาสหน้า", + "past" : "{0} ไตรมาสที่แล้ว", + "current" : "ไตรมาสนี้" + } + }, + "narrow" : { + "month" : { + "next" : "เดือนหน้า", + "past" : "{0} เดือนที่แล้ว", + "current" : "เดือนนี้", + "future" : "ใน {0} เดือน", + "previous" : "เดือนที่แล้ว" + }, + "day" : { + "current" : "วันนี้", + "past" : "{0} วันที่แล้ว", + "future" : "ใน {0} วัน", + "previous" : "เมื่อวาน", + "next" : "พรุ่งนี้" + }, + "second" : { + "future" : "ใน {0} วินาที", + "past" : "{0} วินาทีที่แล้ว", + "current" : "ขณะนี้" + }, + "quarter" : { + "current" : "ไตรมาสนี้", + "previous" : "ไตรมาสที่แล้ว", + "past" : "{0} ไตรมาสที่แล้ว", + "next" : "ไตรมาสหน้า", + "future" : "ใน {0} ไตรมาส" + }, + "year" : { + "previous" : "ปีที่แล้ว", + "current" : "ปีนี้", + "past" : "{0} ปีที่แล้ว", + "future" : "ใน {0} ปี", + "next" : "ปีหน้า" + }, + "now" : "ขณะนี้", + "minute" : { + "future" : "ใน {0} นาที", + "past" : "{0} นาทีที่แล้ว", + "current" : "นาทีนี้" + }, + "week" : { + "past" : "{0} สัปดาห์ที่แล้ว", + "future" : "ใน {0} สัปดาห์", + "next" : "สัปดาห์หน้า", + "current" : "สัปดาห์นี้", + "previous" : "สัปดาห์ที่แล้ว" + }, + "hour" : { + "current" : "ชั่วโมงนี้", + "future" : "ใน {0} ชม.", + "past" : "{0} ชม. ที่แล้ว" + } + }, + "short" : { + "now" : "ขณะนี้", + "minute" : { + "current" : "นาทีนี้", + "past" : "{0} นาทีที่แล้ว", + "future" : "ใน {0} นาที" + }, + "year" : { + "current" : "ปีนี้", + "future" : "ใน {0} ปี", + "previous" : "ปีที่แล้ว", + "next" : "ปีหน้า", + "past" : "{0} ปีที่แล้ว" + }, + "second" : { + "past" : "{0} วินาทีที่แล้ว", + "future" : "ใน {0} วินาที", + "current" : "ขณะนี้" + }, + "hour" : { + "past" : "{0} ชม. ที่แล้ว", + "future" : "ใน {0} ชม.", + "current" : "ชั่วโมงนี้" + }, + "month" : { + "current" : "เดือนนี้", + "next" : "เดือนหน้า", + "past" : "{0} เดือนที่แล้ว", + "future" : "ใน {0} เดือน", + "previous" : "เดือนที่แล้ว" + }, + "quarter" : { + "future" : "ใน {0} ไตรมาส", + "previous" : "ไตรมาสที่แล้ว", + "next" : "ไตรมาสหน้า", + "past" : "{0} ไตรมาสที่แล้ว", + "current" : "ไตรมาสนี้" + }, + "week" : { + "next" : "สัปดาห์หน้า", + "past" : "{0} สัปดาห์ที่แล้ว", + "current" : "สัปดาห์นี้", + "previous" : "สัปดาห์ที่แล้ว", + "future" : "ใน {0} สัปดาห์" + }, + "day" : { + "next" : "พรุ่งนี้", + "current" : "วันนี้", + "previous" : "เมื่อวาน", + "past" : "{0} วันที่แล้ว", + "future" : "ใน {0} วัน" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ti.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ti.json new file mode 100644 index 0000000..48f8cec --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ti.json @@ -0,0 +1,167 @@ +{ + "short" : { + "month" : { + "future" : "ኣብ {0} ወርሒ", + "previous" : "last month", + "current" : "ህሉው ወርሒ", + "next" : "ዝመጽእ ወርሒ", + "past" : "ቅድሚ {0} ወርሒ" + }, + "week" : { + "previous" : "ዝሓለፈ ሰሙን", + "current" : "ህሉው ሰሙን", + "future" : "ኣብ {0} ሰሙን", + "past" : "ቅድሚ {0} ሰሙን", + "next" : "ዝመጽእ ሰሙን" + }, + "hour" : { + "past" : "ቅድሚ {0} ሰዓት", + "current" : "ኣብዚ ሰዓት", + "future" : "ኣብ {0} ሰዓት" + }, + "quarter" : { + "future" : "ኣብ {0} ርብዒ", + "previous" : "ዝሓለፈ ርብዒ", + "current" : "ህሉው ርብዒ", + "next" : "ዝመጽእ ርብዒ", + "past" : "ቅድሚ {0} ርብዒ" + }, + "minute" : { + "current" : "ኣብዚ ደቒቕ", + "past" : "ቅድሚ {0} ደቒቕ", + "future" : "ኣብ {0} ደቒቕ" + }, + "now" : "ሕጂ", + "day" : { + "past" : "ቅድሚ {0} መዓልቲ", + "previous" : "ትማሊ", + "current" : "ሎሚ", + "next" : "ጽባሕ", + "future" : "ኣብ {0} መዓልቲ" + }, + "year" : { + "previous" : "ዓሚ", + "next" : "ንዓመታ", + "current" : "ሎሚ ዓመት", + "future" : "ኣብ {0} ዓ", + "past" : { + "other" : "ቅድሚ {0} ዓ", + "one" : "ቅድሚ -{0} ዓ" + } + }, + "second" : { + "current" : "ሕጂ", + "past" : "ቅድሚ {0} ካልኢት", + "future" : "ኣብ {0} ካልኢት" + } + }, + "narrow" : { + "day" : { + "next" : "ጽባሕ", + "current" : "ሎሚ", + "future" : "ኣብ {0} መዓልቲ", + "past" : "ቅድሚ {0} መዓልቲ", + "previous" : "ትማሊ" + }, + "week" : { + "current" : "ህሉው ሰሙን", + "next" : "ዝመጽእ ሰሙን", + "previous" : "ዝሓለፈ ሰሙን", + "past" : "ቅድሚ {0} ሰሙን", + "future" : "ኣብ {0} ሰሙን" + }, + "quarter" : { + "past" : "ቅድሚ {0} ርብዒ", + "future" : "ኣብ {0} ርብዒ", + "previous" : "ዝሓለፈ ርብዒ", + "current" : "ህሉው ርብዒ", + "next" : "ዝመጽእ ርብዒ" + }, + "month" : { + "previous" : "last month", + "current" : "ህሉው ወርሒ", + "next" : "ዝመጽእ ወርሒ", + "past" : "ቅድሚ {0} ወርሒ", + "future" : "ኣብ {0} ወርሒ" + }, + "hour" : { + "past" : "ቅድሚ {0} ሰዓት", + "future" : "ኣብ {0} ሰዓት", + "current" : "ኣብዚ ሰዓት" + }, + "year" : { + "current" : "ሎሚ ዓመት", + "past" : "ቅድሚ {0} ዓ", + "future" : "ኣብ {0} ዓ", + "next" : "ንዓመታ", + "previous" : "ዓሚ" + }, + "now" : "ሕጂ", + "minute" : { + "future" : "ኣብ {0} ደቒቕ", + "current" : "ኣብዚ ደቒቕ", + "past" : "ቅድሚ {0} ደቒቕ" + }, + "second" : { + "current" : "ሕጂ", + "past" : "ቅድሚ {0} ካልኢት", + "future" : "ኣብ {0} ካልኢት" + } + }, + "long" : { + "minute" : { + "past" : "ቅድሚ {0} ደቒቕ", + "future" : "ኣብ {0} ደቒቕ", + "current" : "ኣብዚ ደቒቕ" + }, + "quarter" : { + "next" : "ዝመጽእ ርብዒ", + "past" : "ቅድሚ {0} ርብዒ", + "future" : "ኣብ {0} ርብዒ", + "previous" : "ዝሓለፈ ርብዒ", + "current" : "ህሉው ርብዒ" + }, + "year" : { + "past" : "ቅድሚ {0} ዓ", + "current" : "ሎሚ ዓመት", + "previous" : "ዓሚ", + "next" : "ንዓመታ", + "future" : "ኣብ {0} ዓ" + }, + "month" : { + "past" : "ቅድሚ {0} ወርሒ", + "future" : "ኣብ {0} ወርሒ", + "current" : "ህሉው ወርሒ", + "next" : "ዝመጽእ ወርሒ", + "previous" : "last month" + }, + "hour" : { + "future" : "ኣብ {0} ሰዓት", + "past" : "ቅድሚ {0} ሰዓት", + "current" : "ኣብዚ ሰዓት" + }, + "now" : "ሕጂ", + "week" : { + "future" : "ኣብ {0} ሰሙን", + "past" : "ቅድሚ {0} ሰሙን", + "previous" : "ዝሓለፈ ሰሙን", + "current" : "ህሉው ሰሙን", + "next" : "ዝመጽእ ሰሙን" + }, + "day" : { + "current" : "ሎሚ", + "previous" : "ትማሊ", + "next" : "ጽባሕ", + "past" : { + "other" : "ኣብ {0} መዓልቲ", + "one" : "ቅድሚ {0} መዓልቲ" + }, + "future" : "ኣብ {0} መዓልቲ" + }, + "second" : { + "future" : "ኣብ {0} ካልኢት", + "current" : "ሕጂ", + "past" : "ቅድሚ {0} ካልኢት" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tk.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tk.json new file mode 100644 index 0000000..43fbafa --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tk.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "{0} ç. öň", + "future" : "{0} ç.-den", + "current" : "şu çärýek", + "previous" : "geçen çärýek", + "next" : "indiki çärýek" + }, + "year" : { + "previous" : "geçen ýyl", + "next" : "indiki ýyl", + "future" : "{0}ý.-dan", + "current" : "şu ýyl", + "past" : "{0}ý. öň" + }, + "week" : { + "future" : "{0} h-den", + "previous" : "geçen hepde", + "next" : "indiki hepde", + "past" : "{0} h. öň", + "current" : "şu hepde" + }, + "day" : { + "current" : "şu gün", + "past" : "{0} g. öň", + "next" : "ertir", + "future" : "{0} g-den", + "previous" : "düýn" + }, + "hour" : { + "current" : "şu sagat", + "past" : "{0} sag. öň", + "future" : "{0} sag-dan" + }, + "minute" : { + "future" : "{0} min-dan", + "current" : "şu minut", + "past" : "{0} min. öň" + }, + "month" : { + "next" : "indiki aý", + "current" : "şu aý", + "past" : "{0} aý öň", + "future" : "{0} aýdan", + "previous" : "geçen aý" + }, + "now" : "häzir", + "second" : { + "future" : "{0} sek-dan", + "current" : "häzir", + "past" : "{0} sek. öň" + } + }, + "short" : { + "minute" : { + "past" : "{0} min. öň", + "future" : "{0} min-dan", + "current" : "şu minut" + }, + "week" : { + "current" : "şu hepde", + "past" : "{0} hep. öň", + "future" : "{0} hep-den", + "next" : "indiki hepde", + "previous" : "geçen hepde" + }, + "year" : { + "future" : "{0}ý.-dan", + "previous" : "geçen ýyl", + "next" : "indiki ýyl", + "current" : "şu ýyl", + "past" : "{0}ý. öň" + }, + "day" : { + "next" : "ertir", + "current" : "şu gün", + "previous" : "düýn", + "past" : "{0} g. öň", + "future" : "{0} g-den" + }, + "hour" : { + "future" : "{0} sag-dan", + "current" : "şu sagat", + "past" : "{0} sag. öň" + }, + "quarter" : { + "current" : "şu çärýek", + "future" : "{0} çär.-den", + "previous" : "geçen çärýek", + "next" : "indiki çärýek", + "past" : "{0} çär. öň" + }, + "second" : { + "past" : "{0} sek. öň", + "current" : "häzir", + "future" : "{0} sek-dan" + }, + "month" : { + "current" : "şu aý", + "past" : "{0} aý öň", + "future" : "{0} aýdan", + "next" : "indiki aý", + "previous" : "geçen aý" + }, + "now" : "häzir" + }, + "long" : { + "hour" : { + "future" : "{0} sagatdan", + "current" : "şu sagat", + "past" : "{0} sagat öň" + }, + "day" : { + "next" : "ertir", + "past" : "{0} gün öň", + "previous" : "düýn", + "future" : "{0} günden", + "current" : "şu gün" + }, + "second" : { + "past" : "{0} sekunt öň", + "current" : "häzir", + "future" : "{0} sekuntdan" + }, + "week" : { + "future" : "{0} hepdeden", + "past" : "{0} hepde öň", + "current" : "şu hepde", + "next" : "indiki hepde", + "previous" : "geçen hepde" + }, + "minute" : { + "future" : "{0} minutdan", + "past" : "{0} minut öň", + "current" : "şu minut" + }, + "month" : { + "future" : "{0} aýdan", + "past" : "{0} aý öň", + "current" : "şu aý", + "previous" : "geçen aý", + "next" : "indiki aý" + }, + "now" : "häzir", + "year" : { + "current" : "şu ýyl", + "next" : "indiki ýyl", + "previous" : "geçen ýyl", + "future" : "{0} ýyldan", + "past" : "{0} ýyl öň" + }, + "quarter" : { + "future" : "{0} çärýekden", + "previous" : "geçen çärýek", + "past" : "{0} çärýek öň", + "next" : "indiki çärýek", + "current" : "şu çärýek" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/to.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/to.json new file mode 100644 index 0000000..0a79ba4 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/to.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "year" : { + "future" : "ʻi he taʻu ʻe {0}", + "previous" : "taʻu kuoʻosi", + "next" : "taʻu kahaʻu", + "current" : "taʻú ni", + "past" : "taʻu ʻe {0} kuoʻosi" + }, + "week" : { + "past" : "uike ʻe {0} kuoʻosi", + "previous" : "uike kuoʻosi", + "future" : "ʻi he uike ʻe {0}", + "current" : "uiké ni", + "next" : "uike kahaʻu" + }, + "hour" : { + "future" : "ʻi he houa ʻe {0}", + "current" : "this hour", + "past" : "houa ʻe {0} kuoʻosi" + }, + "quarter" : { + "current" : "kuata koʻeni", + "previous" : "kuata kuoʻosi", + "future" : "ʻi he kuata ʻe {0}", + "past" : "kuata ʻe {0} kuoʻosi", + "next" : "kuata hoko" + }, + "second" : { + "past" : "sekoni ʻe {0} kuoʻosi", + "future" : "ʻi he sekoni ʻe {0}", + "current" : "taimí ni" + }, + "month" : { + "current" : "māhiná ni", + "future" : "ʻi he māhina ʻe {0}", + "past" : "māhina ʻe {0} kuoʻosi", + "next" : "māhina kahaʻu", + "previous" : "māhina kuoʻosi" + }, + "day" : { + "previous" : "ʻaneafi", + "future" : "ʻi he ʻaho ʻe {0}", + "next" : "ʻapongipongi", + "current" : "ʻahó ni", + "past" : "ʻaho ʻe {0} kuoʻosi" + }, + "minute" : { + "past" : "miniti ʻe {0} kuoʻosi", + "future" : "ʻi he miniti ʻe {0}", + "current" : "this minute" + }, + "now" : "taimí ni" + }, + "long" : { + "quarter" : { + "next" : "kuata hoko", + "current" : "kuata koʻeni", + "previous" : "kuata kuoʻosi", + "past" : "kuata ʻe {0} kuoʻosi", + "future" : "ʻi he kuata ʻe {0}" + }, + "now" : "taimí ni", + "year" : { + "previous" : "taʻu kuoʻosi", + "past" : "taʻu ʻe {0} kuoʻosi", + "future" : "ʻi he taʻu ʻe {0}", + "next" : "taʻu kahaʻu", + "current" : "taʻú ni" + }, + "month" : { + "previous" : "māhina kuoʻosi", + "current" : "māhiná ni", + "future" : "ʻi he māhina ʻe {0}", + "past" : "māhina ʻe {0} kuoʻosi", + "next" : "māhina kahaʻu" + }, + "day" : { + "previous" : "ʻaneafi", + "future" : "ʻi he ʻaho ʻe {0}", + "next" : "ʻapongipongi", + "past" : "ʻaho ʻe {0} kuoʻosi", + "current" : "ʻahó ni" + }, + "second" : { + "future" : "ʻi he sekoni ʻe {0}", + "current" : "taimí ni", + "past" : "sekoni ʻe {0} kuoʻosi" + }, + "week" : { + "past" : "uike ʻe {0} kuoʻosi", + "current" : "uiké ni", + "next" : "uike kahaʻu", + "previous" : "uike kuoʻosi", + "future" : "ʻi he uike ʻe {0}" + }, + "hour" : { + "past" : "houa ʻe {0} kuoʻosi", + "future" : "ʻi he houa ʻe {0}", + "current" : "this hour" + }, + "minute" : { + "current" : "this minute", + "future" : "ʻi he miniti ʻe {0}", + "past" : "miniti ʻe {0} kuoʻosi" + } + }, + "short" : { + "second" : { + "current" : "taimí ni", + "past" : "sekoni ʻe {0} kuoʻosi", + "future" : "ʻi he sekoni ʻe {0}" + }, + "now" : "taimí ni", + "month" : { + "future" : "ʻi he māhina ʻe {0}", + "current" : "māhiná ni", + "past" : "māhina ʻe {0} kuoʻosi", + "previous" : "māhina kuoʻosi", + "next" : "māhina kahaʻu" + }, + "day" : { + "previous" : "ʻaneafi", + "current" : "ʻahó ni", + "next" : "ʻapongipongi", + "future" : "ʻi he ʻaho ʻe {0}", + "past" : "ʻaho ʻe {0} kuoʻosi" + }, + "minute" : { + "current" : "this minute", + "future" : "ʻi he miniti ʻe {0}", + "past" : "miniti ʻe {0} kuoʻosi" + }, + "quarter" : { + "past" : "kuata ʻe {0} kuoʻosi", + "previous" : "kuata kuoʻosi", + "current" : "kuata koʻeni", + "future" : "ʻi he kuata ʻe {0}", + "next" : "kuata hoko" + }, + "hour" : { + "current" : "this hour", + "future" : "ʻi he houa ʻe {0}", + "past" : "houa ʻe {0} kuoʻosi" + }, + "week" : { + "future" : "ʻi he uike ʻe {0}", + "previous" : "uike kuoʻosi", + "next" : "uike kahaʻu", + "past" : "uike ʻe {0} kuoʻosi", + "current" : "uiké ni" + }, + "year" : { + "next" : "taʻu kahaʻu", + "current" : "taʻú ni", + "past" : "taʻu ʻe {0} kuoʻosi", + "future" : "ʻi he taʻu ʻe {0}", + "previous" : "taʻu kuoʻosi" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tr.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tr.json new file mode 100644 index 0000000..c6ca9b8 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tr.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "yarın", + "future" : "{0} gün sonra", + "previous" : "dün", + "current" : "bugün", + "past" : "{0} gün önce" + }, + "quarter" : { + "next" : "gelecek çeyrek", + "past" : "{0} çyr. önce", + "future" : "{0} çyr. sonra", + "previous" : "geçen çeyrek", + "current" : "bu çeyrek" + }, + "hour" : { + "past" : "{0} sa. önce", + "future" : "{0} sa. sonra", + "current" : "bu saat" + }, + "year" : { + "next" : "gelecek yıl", + "past" : "{0} yıl önce", + "current" : "bu yıl", + "previous" : "geçen yıl", + "future" : "{0} yıl sonra" + }, + "now" : "şimdi", + "month" : { + "current" : "bu ay", + "future" : "{0} ay sonra", + "past" : "{0} ay önce", + "next" : "gelecek ay", + "previous" : "geçen ay" + }, + "week" : { + "previous" : "geçen hafta", + "current" : "bu hafta", + "past" : "{0} hf. önce", + "future" : "{0} hf. sonra", + "next" : "gelecek hafta" + }, + "minute" : { + "current" : "bu dakika", + "past" : "{0} dk. önce", + "future" : "{0} dk. sonra" + }, + "second" : { + "current" : "şimdi", + "past" : "{0} sn. önce", + "future" : "{0} sn. sonra" + } + }, + "long" : { + "day" : { + "previous" : "dün", + "current" : "bugün", + "next" : "yarın", + "past" : "{0} gün önce", + "future" : "{0} gün sonra" + }, + "week" : { + "current" : "bu hafta", + "future" : "{0} hafta sonra", + "past" : "{0} hafta önce", + "previous" : "geçen hafta", + "next" : "gelecek hafta" + }, + "minute" : { + "current" : "bu dakika", + "past" : "{0} dakika önce", + "future" : "{0} dakika sonra" + }, + "month" : { + "future" : "{0} ay sonra", + "next" : "gelecek ay", + "previous" : "geçen ay", + "current" : "bu ay", + "past" : "{0} ay önce" + }, + "hour" : { + "current" : "bu saat", + "past" : "{0} saat önce", + "future" : "{0} saat sonra" + }, + "year" : { + "past" : "{0} yıl önce", + "future" : "{0} yıl sonra", + "previous" : "geçen yıl", + "next" : "gelecek yıl", + "current" : "bu yıl" + }, + "second" : { + "current" : "şimdi", + "past" : "{0} saniye önce", + "future" : "{0} saniye sonra" + }, + "now" : "şimdi", + "quarter" : { + "past" : "{0} çeyrek önce", + "current" : "bu çeyrek", + "previous" : "geçen çeyrek", + "future" : "{0} çeyrek sonra", + "next" : "gelecek çeyrek" + } + }, + "short" : { + "quarter" : { + "future" : "{0} çyr. sonra", + "next" : "gelecek çeyrek", + "previous" : "geçen çeyrek", + "current" : "bu çeyrek", + "past" : "{0} çyr. önce" + }, + "minute" : { + "past" : "{0} dk. önce", + "current" : "bu dakika", + "future" : "{0} dk. sonra" + }, + "year" : { + "next" : "gelecek yıl", + "future" : "{0} yıl sonra", + "current" : "bu yıl", + "past" : "{0} yıl önce", + "previous" : "geçen yıl" + }, + "second" : { + "past" : "{0} sn. önce", + "future" : "{0} sn. sonra", + "current" : "şimdi" + }, + "hour" : { + "past" : "{0} sa. önce", + "current" : "bu saat", + "future" : "{0} sa. sonra" + }, + "now" : "şimdi", + "month" : { + "previous" : "geçen ay", + "next" : "gelecek ay", + "past" : "{0} ay önce", + "current" : "bu ay", + "future" : "{0} ay sonra" + }, + "week" : { + "previous" : "geçen hafta", + "current" : "bu hafta", + "next" : "gelecek hafta", + "past" : "{0} hf. önce", + "future" : "{0} hf. sonra" + }, + "day" : { + "next" : "yarın", + "past" : "{0} gün önce", + "future" : "{0} gün sonra", + "previous" : "dün", + "current" : "bugün" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ug.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ug.json new file mode 100644 index 0000000..19fca90 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ug.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "current" : "this quarter", + "past" : "-{0} Q", + "next" : "next quarter", + "future" : "+{0} Q", + "previous" : "last quarter" + }, + "day" : { + "next" : "ئەتە", + "previous" : "تۈنۈگۈن", + "future" : "{0} كۈندىن كېيىن", + "past" : "{0} كۈن ئىلگىرى", + "current" : "بۈگۈن" + }, + "year" : { + "past" : "{0} يىل ئىلگىرى", + "previous" : "ئۆتكەن يىل", + "future" : "{0} يىلدىن كېيىن", + "next" : "كېلەر يىل", + "current" : "بۇ يىل" + }, + "minute" : { + "past" : "{0} مىنۇت ئىلگىرى", + "future" : "{0} مىنۇتتىن كېيىن", + "current" : "this minute" + }, + "now" : "now", + "week" : { + "current" : "بۇ ھەپتە", + "previous" : "ئۆتكەن ھەپتە", + "past" : "{0} ھەپتە ئىلگىرى", + "next" : "كېلەر ھەپتە", + "future" : "{0} ھەپتىدىن كېيىن" + }, + "second" : { + "past" : "{0} سېكۇنت ئىلگىرى", + "future" : "{0} سېكۇنتتىن كېيىن", + "current" : "now" + }, + "month" : { + "future" : "{0} ئايدىن كېيىن", + "current" : "بۇ ئاي", + "past" : "{0} ئاي ئىلگىرى", + "previous" : "ئۆتكەن ئاي", + "next" : "كېلەر ئاي" + }, + "hour" : { + "current" : "this hour", + "past" : "{0} سائەت ئىلگىرى", + "future" : "{0} سائەتتىن كېيىن" + } + }, + "long" : { + "year" : { + "next" : "كېلەر يىل", + "previous" : "ئۆتكەن يىل", + "past" : "{0} يىل ئىلگىرى", + "future" : "{0} يىلدىن كېيىن", + "current" : "بۇ يىل" + }, + "now" : "now", + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "future" : "+{0} Q", + "current" : "this quarter", + "previous" : "last quarter" + }, + "month" : { + "past" : "{0} ئاي ئىلگىرى", + "next" : "كېلەر ئاي", + "previous" : "ئۆتكەن ئاي", + "future" : "{0} ئايدىن كېيىن", + "current" : "بۇ ئاي" + }, + "second" : { + "current" : "now", + "future" : "{0} سېكۇنتتىن كېيىن", + "past" : "{0} سېكۇنت ئىلگىرى" + }, + "week" : { + "past" : "{0} ھەپتە ئىلگىرى", + "previous" : "ئۆتكەن ھەپتە", + "future" : "{0} ھەپتىدىن كېيىن", + "next" : "كېلەر ھەپتە", + "current" : "بۇ ھەپتە" + }, + "day" : { + "next" : "ئەتە", + "future" : "{0} كۈندىن كېيىن", + "previous" : "تۈنۈگۈن", + "current" : "بۈگۈن", + "past" : "{0} كۈن ئىلگىرى" + }, + "minute" : { + "current" : "this minute", + "past" : "{0} مىنۇت ئىلگىرى", + "future" : "{0} مىنۇتتىن كېيىن" + }, + "hour" : { + "past" : "{0} سائەت ئىلگىرى", + "future" : "{0} سائەتتىن كېيىن", + "current" : "this hour" + } + }, + "short" : { + "minute" : { + "current" : "this minute", + "past" : "{0} مىنۇت ئىلگىرى", + "future" : "{0} مىنۇتتىن كېيىن" + }, + "week" : { + "future" : "{0} ھەپتىدىن كېيىن", + "previous" : "ئۆتكەن ھەپتە", + "next" : "كېلەر ھەپتە", + "current" : "بۇ ھەپتە", + "past" : "{0} ھەپتە ئىلگىرى" + }, + "year" : { + "current" : "بۇ يىل", + "previous" : "ئۆتكەن يىل", + "future" : "{0} يىلدىن كېيىن", + "past" : "{0} يىل ئىلگىرى", + "next" : "كېلەر يىل" + }, + "month" : { + "next" : "كېلەر ئاي", + "past" : "{0} ئاي ئىلگىرى", + "future" : "{0} ئايدىن كېيىن", + "previous" : "ئۆتكەن ئاي", + "current" : "بۇ ئاي" + }, + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "previous" : "last quarter", + "current" : "this quarter", + "future" : "+{0} Q" + }, + "day" : { + "current" : "بۈگۈن", + "previous" : "تۈنۈگۈن", + "past" : "{0} كۈن ئىلگىرى", + "next" : "ئەتە", + "future" : "{0} كۈندىن كېيىن" + }, + "hour" : { + "current" : "this hour", + "past" : "{0} سائەت ئىلگىرى", + "future" : "{0} سائەتتىن كېيىن" + }, + "second" : { + "future" : "{0} سېكۇنتتىن كېيىن", + "current" : "now", + "past" : "{0} سېكۇنت ئىلگىرى" + }, + "now" : "now" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uk.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uk.json new file mode 100644 index 0000000..c313de0 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uk.json @@ -0,0 +1,238 @@ +{ + "long" : { + "day" : { + "future" : { + "many" : "через {0} днів", + "one" : "через {0} день", + "few" : "через {0} дні", + "other" : "через {0} дня" + }, + "previous" : "учора", + "current" : "сьогодні", + "past" : { + "many" : "{0} днів тому", + "other" : "{0} дня тому", + "few" : "{0} дні тому", + "one" : "{0} день тому" + }, + "next" : "завтра" + }, + "minute" : { + "current" : "цієї хвилини", + "past" : { + "one" : "{0} хвилину тому", + "many" : "{0} хвилин тому", + "other" : "{0} хвилини тому" + }, + "future" : { + "many" : "через {0} хвилин", + "one" : "через {0} хвилину", + "other" : "через {0} хвилини" + } + }, + "now" : "зараз", + "second" : { + "past" : { + "one" : "{0} секунду тому", + "other" : "{0} секунди тому", + "many" : "{0} секунд тому" + }, + "future" : { + "one" : "через {0} секунду", + "other" : "через {0} секунди", + "many" : "через {0} секунд" + }, + "current" : "зараз" + }, + "week" : { + "current" : "цього тижня", + "next" : "наступного тижня", + "previous" : "минулого тижня", + "future" : { + "many" : "через {0} тижнів", + "few" : "через {0} тижні", + "other" : "через {0} тижня", + "one" : "через {0} тиждень" + }, + "past" : { + "many" : "{0} тижнів тому", + "other" : "{0} тижня тому", + "few" : "{0} тижні тому", + "one" : "{0} тиждень тому" + } + }, + "quarter" : { + "previous" : "минулого кварталу", + "past" : { + "few" : "{0} квартали тому", + "one" : "{0} квартал тому", + "other" : "{0} кварталу тому", + "many" : "{0} кварталів тому" + }, + "future" : { + "one" : "через {0} квартал", + "many" : "через {0} кварталів", + "other" : "через {0} кварталу", + "few" : "через {0} квартали" + }, + "current" : "цього кварталу", + "next" : "наступного кварталу" + }, + "month" : { + "current" : "цього місяця", + "next" : "наступного місяця", + "previous" : "минулого місяця", + "past" : { + "many" : "{0} місяців тому", + "one" : "{0} місяць тому", + "few" : "{0} місяці тому", + "other" : "{0} місяця тому" + }, + "future" : { + "many" : "через {0} місяців", + "one" : "через {0} місяць", + "few" : "через {0} місяці", + "other" : "через {0} місяця" + } + }, + "hour" : { + "future" : { + "many" : "через {0} годин", + "one" : "через {0} годину", + "other" : "через {0} години" + }, + "current" : "цієї години", + "past" : { + "one" : "{0} годину тому", + "many" : "{0} годин тому", + "other" : "{0} години тому" + } + }, + "year" : { + "past" : { + "other" : "{0} року тому", + "many" : "{0} років тому", + "few" : "{0} роки тому", + "one" : "{0} рік тому" + }, + "future" : { + "one" : "через {0} рік", + "other" : "через {0} року", + "many" : "через {0} років", + "few" : "через {0} роки" + }, + "previous" : "торік", + "current" : "цього року", + "next" : "наступного року" + } + }, + "short" : { + "quarter" : { + "future" : "через {0} кв.", + "next" : "наступного кв.", + "previous" : "минулого кв.", + "current" : "цього кв.", + "past" : "{0} кв. тому" + }, + "minute" : { + "current" : "цієї хвилини", + "past" : "{0} хв тому", + "future" : "через {0} хв" + }, + "year" : { + "next" : "наступного року", + "future" : "через {0} р.", + "current" : "цього року", + "past" : "{0} р. тому", + "previous" : "торік" + }, + "second" : { + "current" : "зараз", + "past" : "{0} с тому", + "future" : "через {0} с" + }, + "hour" : { + "future" : "через {0} год", + "current" : "цієї години", + "past" : "{0} год тому" + }, + "now" : "зараз", + "month" : { + "previous" : "минулого місяця", + "next" : "наступного місяця", + "past" : "{0} міс. тому", + "current" : "цього місяця", + "future" : "через {0} міс." + }, + "week" : { + "previous" : "минулого тижня", + "current" : "цього тижня", + "next" : "наступного тижня", + "past" : "{0} тиж. тому", + "future" : "через {0} тиж." + }, + "day" : { + "next" : "завтра", + "past" : "{0} дн. тому", + "future" : "через {0} дн.", + "previous" : "учора", + "current" : "сьогодні" + } + }, + "narrow" : { + "week" : { + "previous" : "минулого тижня", + "current" : "цього тижня", + "past" : "{0} тиж. тому", + "future" : "за {0} тиж.", + "next" : "наступного тижня" + }, + "quarter" : { + "next" : "наступного кв.", + "past" : "{0} кв. тому", + "future" : "за {0} кв.", + "previous" : "минулого кв.", + "current" : "цього кв." + }, + "minute" : { + "future" : "за {0} хв", + "current" : "цієї хвилини", + "past" : "{0} хв тому" + }, + "day" : { + "previous" : "учора", + "current" : "сьогодні", + "next" : "завтра", + "past" : { + "other" : "-{0} дн.", + "one" : "{0} д. тому" + }, + "future" : "за {0} д." + }, + "year" : { + "next" : "наступного року", + "past" : "{0} р. тому", + "current" : "цього року", + "previous" : "торік", + "future" : "за {0} р." + }, + "second" : { + "future" : "за {0} с", + "current" : "зараз", + "past" : "{0} с тому" + }, + "month" : { + "current" : "цього місяця", + "future" : "за {0} міс.", + "past" : "{0} міс. тому", + "next" : "наступного місяця", + "previous" : "минулого місяця" + }, + "now" : "зараз", + "hour" : { + "past" : "{0} год тому", + "current" : "цієї години", + "future" : "за {0} год" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur.json new file mode 100644 index 0000000..f53486a --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur.json @@ -0,0 +1,203 @@ +{ + "narrow" : { + "quarter" : { + "previous" : "گزشتہ سہ ماہی", + "current" : "اس سہ ماہی", + "next" : "اگلے سہ ماہی", + "past" : "{0} سہ ماہی پہلے", + "future" : "{0} سہ ماہی میں" + }, + "month" : { + "past" : "{0} ماہ پہلے", + "next" : "اگلے مہینہ", + "future" : "{0} ماہ میں", + "previous" : "پچھلے مہینہ", + "current" : "اس مہینہ" + }, + "week" : { + "next" : "اگلے ہفتہ", + "previous" : "پچھلے ہفتہ", + "past" : { + "one" : "{0} ہفتہ پہلے", + "other" : "{0} ہفتے پہلے" + }, + "future" : { + "other" : "{0} ہفتے میں", + "one" : "{0} ہفتہ میں" + }, + "current" : "اس ہفتہ" + }, + "second" : { + "future" : "{0} سیکنڈ میں", + "current" : "اب", + "past" : "{0} سیکنڈ پہلے" + }, + "day" : { + "current" : "آج", + "future" : { + "one" : "{0} دن میں", + "other" : "{0} دنوں میں" + }, + "next" : "آئندہ کل", + "previous" : "گزشتہ کل", + "past" : "{0} دن پہلے" + }, + "now" : "اب", + "hour" : { + "current" : "اس گھنٹے", + "future" : { + "one" : "{0} گھنٹہ میں", + "other" : "{0} گھنٹوں میں" + }, + "past" : { + "one" : "{0} گھنٹہ پہلے", + "other" : "{0} گھنٹے پہلے" + } + }, + "minute" : { + "past" : "{0} منٹ پہلے", + "current" : "اس منٹ", + "future" : "{0} منٹ میں" + }, + "year" : { + "next" : "اگلے سال", + "past" : "{0} سال پہلے", + "future" : "{0} سال میں", + "previous" : "گزشتہ سال", + "current" : "اس سال" + } + }, + "short" : { + "minute" : { + "current" : "اس منٹ", + "past" : "{0} منٹ پہلے", + "future" : "{0} منٹ میں" + }, + "month" : { + "current" : "اس مہینہ", + "past" : "{0} ماہ قبل", + "future" : "{0} ماہ میں", + "next" : "اگلے مہینہ", + "previous" : "پچھلے مہینہ" + }, + "week" : { + "current" : "اس ہفتہ", + "past" : "{0} ہفتے پہلے", + "future" : "{0} ہفتے میں", + "next" : "اگلے ہفتہ", + "previous" : "پچھلے ہفتہ" + }, + "hour" : { + "past" : "{0} گھنٹے پہلے", + "current" : "اس گھنٹے", + "future" : "{0} گھنٹے میں" + }, + "day" : { + "next" : "آئندہ کل", + "current" : "آج", + "previous" : "گزشتہ کل", + "past" : { + "other" : "{0} دنوں پہلے", + "one" : "{0} دن پہلے" + }, + "future" : { + "one" : "{0} دن میں", + "other" : "{0} دنوں میں" + } + }, + "second" : { + "future" : "{0} سیکنڈ میں", + "current" : "اب", + "past" : "{0} سیکنڈ پہلے" + }, + "now" : "اب", + "year" : { + "current" : "اس سال", + "future" : "{0} سال میں", + "past" : "{0} سال پہلے", + "next" : "اگلے سال", + "previous" : "گزشتہ سال" + }, + "quarter" : { + "current" : "اس سہ ماہی", + "future" : "{0} سہ ماہی میں", + "previous" : "گزشتہ سہ ماہی", + "next" : "اگلے سہ ماہی", + "past" : "{0} سہ ماہی قبل" + } + }, + "long" : { + "day" : { + "previous" : "گزشتہ کل", + "past" : { + "other" : "{0} دنوں پہلے", + "one" : "{0} دن پہلے" + }, + "future" : { + "one" : "{0} دن میں", + "other" : "{0} دنوں میں" + }, + "next" : "آئندہ کل", + "current" : "آج" + }, + "hour" : { + "past" : { + "other" : "{0} گھنٹے پہلے", + "one" : "{0} گھنٹہ پہلے" + }, + "future" : "{0} گھنٹے میں", + "current" : "اس گھنٹے" + }, + "month" : { + "next" : "اگلا مہینہ", + "current" : "اس مہینہ", + "past" : { + "one" : "{0} مہینہ پہلے", + "other" : "{0} مہینے پہلے" + }, + "previous" : "پچھلا مہینہ", + "future" : { + "one" : "{0} مہینہ میں", + "other" : "{0} مہینے میں" + } + }, + "quarter" : { + "current" : "اس سہ ماہی", + "past" : "{0} سہ ماہی پہلے", + "previous" : "گزشتہ سہ ماہی", + "future" : "{0} سہ ماہی میں", + "next" : "اگلے سہ ماہی" + }, + "year" : { + "past" : "{0} سال پہلے", + "previous" : "گزشتہ سال", + "next" : "اگلے سال", + "future" : "{0} سال میں", + "current" : "اس سال" + }, + "minute" : { + "current" : "اس منٹ", + "future" : "{0} منٹ میں", + "past" : "{0} منٹ پہلے" + }, + "second" : { + "future" : "{0} سیکنڈ میں", + "current" : "اب", + "past" : "{0} سیکنڈ پہلے" + }, + "week" : { + "future" : { + "one" : "{0} ہفتہ میں", + "other" : "{0} ہفتے میں" + }, + "previous" : "پچھلے ہفتہ", + "current" : "اس ہفتہ", + "next" : "اگلے ہفتہ", + "past" : { + "one" : "{0} ہفتہ پہلے", + "other" : "{0} ہفتے پہلے" + } + }, + "now" : "اب" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur_IN.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur_IN.json new file mode 100644 index 0000000..6206490 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur_IN.json @@ -0,0 +1,203 @@ +{ + "narrow" : { + "quarter" : { + "previous" : "گزشتہ سہ ماہی", + "current" : "اس سہ ماہی", + "next" : "اگلے سہ ماہی", + "past" : "{0} سہ ماہی پہلے", + "future" : "{0} سہ ماہی میں" + }, + "month" : { + "past" : "{0} ماہ قبل", + "next" : "اگلے مہینہ", + "future" : "{0} ماہ میں", + "previous" : "پچھلے مہینہ", + "current" : "اس مہینہ" + }, + "week" : { + "next" : "اگلے ہفتہ", + "previous" : "پچھلے ہفتہ", + "past" : { + "other" : "{0} ہفتے قبل", + "one" : "{0} ہفتہ قبل" + }, + "future" : { + "one" : "{0} ہفتہ میں", + "other" : "{0} ہفتے میں" + }, + "current" : "اس ہفتہ" + }, + "second" : { + "future" : "{0} سیکنڈ میں", + "current" : "اب", + "past" : "{0} سیکنڈ قبل" + }, + "day" : { + "current" : "آج", + "future" : { + "one" : "{0} دن میں", + "other" : "{0} دنوں میں" + }, + "next" : "آئندہ کل", + "previous" : "گزشتہ کل", + "past" : "{0} دن قبل" + }, + "now" : "اب", + "hour" : { + "future" : { + "other" : "{0} گھنٹوں میں", + "one" : "{0} گھنٹہ میں" + }, + "past" : { + "one" : "{0} گھنٹہ قبل", + "other" : "{0} گھنٹے قبل" + }, + "current" : "اس گھنٹے" + }, + "minute" : { + "future" : "{0} منٹ میں", + "current" : "اس منٹ", + "past" : "{0} منٹ قبل" + }, + "year" : { + "next" : "اگلے سال", + "past" : "{0} سال پہلے", + "future" : "{0} سال میں", + "previous" : "گزشتہ سال", + "current" : "اس سال" + } + }, + "long" : { + "day" : { + "previous" : "گزشتہ کل", + "past" : { + "other" : "{0} دنوں پہلے", + "one" : "{0} دن پہلے" + }, + "future" : { + "one" : "{0} دن میں", + "other" : "{0} دنوں میں" + }, + "next" : "آئندہ کل", + "current" : "آج" + }, + "hour" : { + "past" : { + "other" : "{0} گھنٹے پہلے", + "one" : "{0} گھنٹہ پہلے" + }, + "future" : "{0} گھنٹے میں", + "current" : "اس گھنٹے" + }, + "month" : { + "future" : "{0} ماہ میں", + "past" : "{0} ماہ قبل", + "next" : "اگلے ماہ", + "current" : "اس ماہ", + "previous" : "گزشتہ ماہ" + }, + "quarter" : { + "previous" : "گزشتہ سہ ماہی", + "next" : "اگلے سہ ماہی", + "past" : "{0} سہ ماہی پہلے", + "future" : "{0} سہ ماہی میں", + "current" : "اس سہ ماہی" + }, + "year" : { + "past" : "{0} سال پہلے", + "previous" : "گزشتہ سال", + "next" : "اگلے سال", + "future" : { + "one" : "{0} سال میں", + "other" : "{0} سالوں میں" + }, + "current" : "اس سال" + }, + "minute" : { + "current" : "اس منٹ", + "future" : "{0} منٹ میں", + "past" : "{0} منٹ قبل" + }, + "second" : { + "future" : "{0} سیکنڈ میں", + "current" : "اب", + "past" : "{0} سیکنڈ قبل" + }, + "week" : { + "future" : { + "one" : "{0} ہفتہ میں", + "other" : "{0} ہفتوں میں" + }, + "previous" : "گزشتہ ہفتہ", + "current" : "اس ہفتہ", + "next" : "اگلے ہفتہ", + "past" : { + "one" : "{0} ہفتہ قبل", + "other" : "{0} ہفتے قبل" + } + }, + "now" : "اب" + }, + "short" : { + "minute" : { + "future" : "{0} منٹ میں", + "current" : "اس منٹ", + "past" : "{0} منٹ قبل" + }, + "month" : { + "current" : "اس مہینہ", + "past" : "{0} ماہ قبل", + "future" : "{0} ماہ میں", + "next" : "اگلے مہینہ", + "previous" : "پچھلے مہینہ" + }, + "week" : { + "current" : "اس ہفتہ", + "past" : "{0} ہفتے قبل", + "future" : "{0} ہفتے میں", + "next" : "اگلے ہفتہ", + "previous" : "پچھلے ہفتہ" + }, + "hour" : { + "current" : "اس گھنٹے", + "past" : "{0} گھنٹے قبل", + "future" : "{0} گھنٹے میں" + }, + "day" : { + "next" : "آئندہ کل", + "current" : "آج", + "previous" : "گزشتہ کل", + "past" : { + "one" : "{0} دن پہلے", + "other" : "{0} دنوں پہلے" + }, + "future" : "{0} دنوں میں" + }, + "second" : { + "future" : "{0} سیکنڈ میں", + "current" : "اب", + "past" : "{0} سیکنڈ قبل" + }, + "now" : "اب", + "year" : { + "future" : { + "one" : "{0} سال میں", + "other" : "{0} سالوں میں" + }, + "previous" : "گزشتہ سال", + "next" : "اگلے سال", + "current" : "اس سال", + "past" : { + "other" : "{0} سالوں پہلے", + "one" : "{0} سال پہلے" + } + }, + "quarter" : { + "current" : "اس سہ ماہی", + "future" : "{0} سہ ماہی میں", + "previous" : "گزشتہ سہ ماہی", + "next" : "اگلے سہ ماہی", + "past" : "{0} سہ ماہی قبل" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz.json new file mode 100644 index 0000000..bee6c39 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "{0} chorak oldin", + "future" : "{0} chorakdan keyin", + "current" : "shu chorak", + "previous" : "o‘tgan chorak", + "next" : "keyingi chorak" + }, + "year" : { + "previous" : "oʻtgan yil", + "next" : "keyingi yil", + "future" : "{0} yildan keyin", + "current" : "bu yil", + "past" : "{0} yil oldin" + }, + "week" : { + "future" : "{0} haftadan keyin", + "previous" : "o‘tgan hafta", + "next" : "keyingi hafta", + "past" : "{0} hafta oldin", + "current" : "shu hafta" + }, + "day" : { + "current" : "bugun", + "past" : "{0} kun oldin", + "next" : "ertaga", + "future" : "{0} kundan keyin", + "previous" : "kecha" + }, + "hour" : { + "current" : "shu soatda", + "past" : "{0} soat oldin", + "future" : "{0} soatdan keyin" + }, + "minute" : { + "future" : "{0} daqiqadan keyin", + "current" : "shu daqiqada", + "past" : "{0} daqiqa oldin" + }, + "month" : { + "next" : "keyingi oy", + "current" : "shu oy", + "past" : "{0} oy oldin", + "future" : "{0} oydan keyin", + "previous" : "o‘tgan oy" + }, + "now" : "hozir", + "second" : { + "future" : "{0} soniyadan keyin", + "current" : "hozir", + "past" : "{0} soniya oldin" + } + }, + "short" : { + "minute" : { + "past" : "{0} daqiqa oldin", + "future" : "{0} daqiqadan keyin", + "current" : "shu daqiqada" + }, + "week" : { + "current" : "shu hafta", + "past" : "{0} hafta oldin", + "future" : "{0} haftadan keyin", + "next" : "keyingi hafta", + "previous" : "o‘tgan hafta" + }, + "year" : { + "future" : "{0} yildan keyin", + "previous" : "oʻtgan yil", + "next" : "keyingi yil", + "current" : "bu yil", + "past" : "{0} yil oldin" + }, + "day" : { + "next" : "ertaga", + "current" : "bugun", + "previous" : "kecha", + "past" : "{0} kun oldin", + "future" : "{0} kundan keyin" + }, + "hour" : { + "future" : "{0} soatdan keyin", + "current" : "shu soatda", + "past" : "{0} soat oldin" + }, + "quarter" : { + "current" : "shu chorak", + "future" : "{0} chorakdan keyin", + "previous" : "o‘tgan chorak", + "next" : "keyingi chorak", + "past" : "{0} chorak oldin" + }, + "second" : { + "past" : "{0} soniya oldin", + "current" : "hozir", + "future" : "{0} soniyadan keyin" + }, + "month" : { + "current" : "shu oy", + "past" : "{0} oy oldin", + "future" : "{0} oydan keyin", + "next" : "keyingi oy", + "previous" : "o‘tgan oy" + }, + "now" : "hozir" + }, + "long" : { + "hour" : { + "future" : "{0} soatdan keyin", + "current" : "shu soatda", + "past" : "{0} soat oldin" + }, + "day" : { + "next" : "ertaga", + "past" : "{0} kun oldin", + "previous" : "kecha", + "future" : "{0} kundan keyin", + "current" : "bugun" + }, + "second" : { + "past" : "{0} soniya oldin", + "current" : "hozir", + "future" : "{0} soniyadan keyin" + }, + "week" : { + "future" : "{0} haftadan keyin", + "past" : "{0} hafta oldin", + "current" : "shu hafta", + "next" : "keyingi hafta", + "previous" : "o‘tgan hafta" + }, + "minute" : { + "future" : "{0} daqiqadan keyin", + "past" : "{0} daqiqa oldin", + "current" : "shu daqiqada" + }, + "month" : { + "future" : "{0} oydan keyin", + "past" : "{0} oy oldin", + "current" : "shu oy", + "previous" : "o‘tgan oy", + "next" : "keyingi oy" + }, + "now" : "hozir", + "year" : { + "current" : "shu yil", + "next" : "keyingi yil", + "previous" : "o‘tgan yil", + "future" : "{0} yildan keyin", + "past" : "{0} yil oldin" + }, + "quarter" : { + "future" : "{0} chorakdan keyin", + "previous" : "o‘tgan chorak", + "past" : "{0} chorak oldin", + "next" : "keyingi chorak", + "current" : "shu chorak" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz_Cyrl.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz_Cyrl.json new file mode 100644 index 0000000..8c6a32c --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz_Cyrl.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "past" : "-{0} Q", + "future" : "+{0} Q", + "current" : "this quarter", + "previous" : "last quarter", + "next" : "next quarter" + }, + "year" : { + "previous" : "ўтган йил", + "next" : "кейинги йил", + "future" : "{0} йилдан сўнг", + "current" : "бу йил", + "past" : "{0} йил аввал" + }, + "week" : { + "future" : "{0} ҳафтадан сўнг", + "previous" : "ўтган ҳафта", + "next" : "кейинги ҳафта", + "past" : "{0} ҳафта олдин", + "current" : "бу ҳафта" + }, + "day" : { + "current" : "бугун", + "past" : "{0} кун олдин", + "next" : "эртага", + "future" : "{0} кундан сўнг", + "previous" : "кеча" + }, + "hour" : { + "current" : "this hour", + "past" : "{0} соат олдин", + "future" : "{0} соатдан сўнг" + }, + "minute" : { + "future" : "{0} дақиқадан сўнг", + "current" : "this minute", + "past" : "{0} дақиқа олдин" + }, + "month" : { + "next" : "кейинги ой", + "current" : "бу ой", + "past" : "{0} ой аввал", + "future" : "{0} ойдан сўнг", + "previous" : "ўтган ой" + }, + "now" : "ҳозир", + "second" : { + "future" : "{0} сониядан сўнг", + "current" : "ҳозир", + "past" : "{0} сония олдин" + } + }, + "long" : { + "hour" : { + "future" : "{0} соатдан сўнг", + "current" : "this hour", + "past" : "{0} соат олдин" + }, + "day" : { + "next" : "эртага", + "past" : "{0} кун олдин", + "previous" : "кеча", + "future" : "{0} кундан сўнг", + "current" : "бугун" + }, + "second" : { + "past" : "{0} сония олдин", + "current" : "ҳозир", + "future" : "{0} сониядан сўнг" + }, + "week" : { + "future" : "{0} ҳафтадан сўнг", + "past" : "{0} ҳафта олдин", + "current" : "бу ҳафта", + "next" : "кейинги ҳафта", + "previous" : "ўтган ҳафта" + }, + "minute" : { + "future" : "{0} дақиқадан сўнг", + "past" : "{0} дақиқа олдин", + "current" : "this minute" + }, + "month" : { + "future" : "{0} ойдан сўнг", + "past" : "{0} ой аввал", + "current" : "бу ой", + "previous" : "ўтган ой", + "next" : "кейинги ой" + }, + "now" : "ҳозир", + "year" : { + "current" : "бу йил", + "next" : "кейинги йил", + "previous" : "ўтган йил", + "future" : "{0} йилдан сўнг", + "past" : "{0} йил аввал" + }, + "quarter" : { + "future" : "+{0} Q", + "previous" : "last quarter", + "past" : "-{0} Q", + "next" : "next quarter", + "current" : "this quarter" + } + }, + "short" : { + "minute" : { + "past" : "{0} дақиқа олдин", + "future" : "{0} дақиқадан сўнг", + "current" : "this minute" + }, + "week" : { + "current" : "бу ҳафта", + "past" : "{0} ҳафта олдин", + "future" : "{0} ҳафтадан сўнг", + "next" : "кейинги ҳафта", + "previous" : "ўтган ҳафта" + }, + "year" : { + "future" : "{0} йилдан сўнг", + "previous" : "ўтган йил", + "next" : "кейинги йил", + "current" : "бу йил", + "past" : "{0} йил аввал" + }, + "day" : { + "next" : "эртага", + "current" : "бугун", + "previous" : "кеча", + "past" : "{0} кун олдин", + "future" : "{0} кундан сўнг" + }, + "hour" : { + "future" : "{0} соатдан сўнг", + "current" : "this hour", + "past" : "{0} соат олдин" + }, + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "-{0} Q" + }, + "second" : { + "past" : "{0} сония олдин", + "current" : "ҳозир", + "future" : "{0} сониядан сўнг" + }, + "month" : { + "current" : "бу ой", + "past" : "{0} ой аввал", + "future" : "{0} ойдан сўнг", + "next" : "кейинги ой", + "previous" : "ўтган ой" + }, + "now" : "ҳозир" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/vi.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/vi.json new file mode 100644 index 0000000..89251db --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/vi.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "week" : { + "past" : "{0} tuần trước", + "future" : "sau {0} tuần nữa", + "current" : "tuần này", + "previous" : "tuần trước", + "next" : "tuần sau" + }, + "hour" : { + "current" : "giờ này", + "past" : "{0} giờ trước", + "future" : "sau {0} giờ nữa" + }, + "now" : "bây giờ", + "day" : { + "next" : "Ngày mai", + "current" : "Hôm nay", + "past" : "{0} ngày trước", + "future" : "sau {0} ngày nữa", + "previous" : "Hôm qua" + }, + "minute" : { + "future" : "sau {0} phút nữa", + "current" : "phút này", + "past" : "{0} phút trước" + }, + "quarter" : { + "next" : "quý sau", + "future" : "sau {0} quý nữa", + "previous" : "quý trước", + "current" : "quý này", + "past" : "{0} quý trước" + }, + "second" : { + "future" : "sau {0} giây nữa", + "current" : "bây giờ", + "past" : "{0} giây trước" + }, + "year" : { + "next" : "năm sau", + "previous" : "năm ngoái", + "current" : "năm nay", + "future" : "sau {0} năm nữa", + "past" : "{0} năm trước" + }, + "month" : { + "previous" : "tháng trước", + "next" : "tháng sau", + "future" : "sau {0} tháng nữa", + "current" : "tháng này", + "past" : "{0} tháng trước" + } + }, + "short" : { + "hour" : { + "future" : "sau {0} giờ nữa", + "current" : "giờ này", + "past" : "{0} giờ trước" + }, + "now" : "bây giờ", + "quarter" : { + "future" : "sau {0} quý nữa", + "previous" : "quý trước", + "next" : "quý sau", + "current" : "quý này", + "past" : "{0} quý trước" + }, + "day" : { + "current" : "Hôm nay", + "past" : "{0} ngày trước", + "future" : "sau {0} ngày nữa", + "next" : "Ngày mai", + "previous" : "Hôm qua" + }, + "week" : { + "current" : "tuần này", + "future" : "sau {0} tuần nữa", + "previous" : "tuần trước", + "next" : "tuần sau", + "past" : "{0} tuần trước" + }, + "minute" : { + "past" : "{0} phút trước", + "future" : "sau {0} phút nữa", + "current" : "phút này" + }, + "second" : { + "past" : "{0} giây trước", + "current" : "bây giờ", + "future" : "sau {0} giây nữa" + }, + "month" : { + "current" : "tháng này", + "future" : "sau {0} tháng nữa", + "past" : "{0} tháng trước", + "next" : "tháng sau", + "previous" : "tháng trước" + }, + "year" : { + "past" : "{0} năm trước", + "future" : "sau {0} năm nữa", + "previous" : "năm ngoái", + "current" : "năm nay", + "next" : "năm sau" + } + }, + "long" : { + "month" : { + "current" : "tháng này", + "next" : "tháng sau", + "previous" : "tháng trước", + "future" : "sau {0} tháng nữa", + "past" : "{0} tháng trước" + }, + "quarter" : { + "future" : "sau {0} quý nữa", + "next" : "quý sau", + "past" : "{0} quý trước", + "previous" : "quý trước", + "current" : "quý này" + }, + "minute" : { + "future" : "sau {0} phút nữa", + "past" : "{0} phút trước", + "current" : "phút này" + }, + "day" : { + "future" : "sau {0} ngày nữa", + "past" : "{0} ngày trước", + "current" : "Hôm nay", + "previous" : "Hôm qua", + "next" : "Ngày mai" + }, + "year" : { + "previous" : "năm ngoái", + "current" : "năm nay", + "future" : "sau {0} năm nữa", + "next" : "năm sau", + "past" : "{0} năm trước" + }, + "week" : { + "future" : "sau {0} tuần nữa", + "previous" : "tuần trước", + "past" : "{0} tuần trước", + "next" : "tuần sau", + "current" : "tuần này" + }, + "second" : { + "past" : "{0} giây trước", + "current" : "bây giờ", + "future" : "sau {0} giây nữa" + }, + "hour" : { + "future" : "sau {0} giờ nữa", + "current" : "giờ này", + "past" : "{0} giờ trước" + }, + "now" : "bây giờ" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/wae.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/wae.json new file mode 100644 index 0000000..a063f42 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/wae.json @@ -0,0 +1,260 @@ +{ + "narrow" : { + "week" : { + "next" : "next week", + "current" : "this week", + "previous" : "last week", + "past" : { + "one" : "vor {0} wuča", + "other" : "cor {0} wučä" + }, + "future" : { + "other" : "i {0} wučä", + "one" : "i {0} wuča" + } + }, + "hour" : { + "past" : { + "other" : "vor {0} stunde", + "one" : "vor {0} stund" + }, + "future" : { + "other" : "i {0} stunde", + "one" : "i {0} stund" + }, + "current" : "this hour" + }, + "second" : { + "current" : "now", + "past" : { + "one" : "vor {0} sekund", + "other" : "vor {0} sekunde" + }, + "future" : { + "one" : "i {0} sekund", + "other" : "i {0} sekunde" + } + }, + "quarter" : { + "next" : "next quarter", + "past" : "-{0} Q", + "current" : "this quarter", + "previous" : "last quarter", + "future" : "+{0} Q" + }, + "now" : "now", + "day" : { + "future" : { + "other" : "i {0} täg", + "one" : "i {0} tag" + }, + "current" : "Hitte", + "next" : "Móre", + "past" : { + "one" : "vor {0} tag", + "other" : "vor {0} täg" + }, + "previous" : "Gešter" + }, + "month" : { + "next" : "next month", + "past" : "vor {0} mánet", + "future" : "I {0} mánet", + "previous" : "last month", + "current" : "this month" + }, + "year" : { + "previous" : "last year", + "past" : { + "one" : "vor {0} jár", + "other" : "cor {0} jár" + }, + "current" : "this year", + "next" : "next year", + "future" : "I {0} jár" + }, + "minute" : { + "past" : { + "other" : "vor {0} minüte", + "one" : "vor {0} minüta" + }, + "current" : "this minute", + "future" : { + "one" : "i {0} minüta", + "other" : "i {0} minüte" + } + } + }, + "long" : { + "day" : { + "next" : "Móre", + "future" : { + "one" : "i {0} tag", + "other" : "i {0} täg" + }, + "current" : "Hitte", + "previous" : "Gešter", + "past" : { + "one" : "vor {0} tag", + "other" : "vor {0} täg" + } + }, + "minute" : { + "current" : "this minute", + "past" : { + "other" : "vor {0} minüte", + "one" : "vor {0} minüta" + }, + "future" : { + "other" : "i {0} minüte", + "one" : "i {0} minüta" + } + }, + "second" : { + "current" : "now", + "future" : { + "other" : "i {0} sekunde", + "one" : "i {0} sekund" + }, + "past" : { + "one" : "vor {0} sekund", + "other" : "vor {0} sekunde" + } + }, + "month" : { + "past" : "vor {0} mánet", + "previous" : "last month", + "current" : "this month", + "next" : "next month", + "future" : "I {0} mánet" + }, + "week" : { + "future" : { + "other" : "i {0} wučä", + "one" : "i {0} wuča" + }, + "next" : "next week", + "current" : "this week", + "past" : { + "one" : "vor {0} wuča", + "other" : "cor {0} wučä" + }, + "previous" : "last week" + }, + "now" : "now", + "hour" : { + "past" : { + "one" : "vor {0} stund", + "other" : "vor {0} stunde" + }, + "current" : "this hour", + "future" : { + "one" : "i {0} stund", + "other" : "i {0} stunde" + } + }, + "year" : { + "previous" : "last year", + "current" : "this year", + "next" : "next year", + "past" : { + "one" : "vor {0} jár", + "other" : "cor {0} jár" + }, + "future" : "I {0} jár" + }, + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "past" : "-{0} Q", + "previous" : "last quarter", + "next" : "next quarter" + } + }, + "short" : { + "week" : { + "future" : { + "other" : "i {0} wučä", + "one" : "i {0} wuča" + }, + "next" : "next week", + "current" : "this week", + "past" : { + "one" : "vor {0} wuča", + "other" : "cor {0} wučä" + }, + "previous" : "last week" + }, + "minute" : { + "current" : "this minute", + "future" : { + "one" : "i {0} minüta", + "other" : "i {0} minüte" + }, + "past" : { + "other" : "vor {0} minüte", + "one" : "vor {0} minüta" + } + }, + "day" : { + "next" : "Móre", + "current" : "Hitte", + "previous" : "Gešter", + "future" : { + "one" : "i {0} tag", + "other" : "i {0} täg" + }, + "past" : { + "other" : "vor {0} täg", + "one" : "vor {0} tag" + } + }, + "now" : "now", + "second" : { + "past" : { + "one" : "vor {0} sekund", + "other" : "vor {0} sekunde" + }, + "future" : { + "one" : "i {0} sekund", + "other" : "i {0} sekunde" + }, + "current" : "now" + }, + "hour" : { + "current" : "this hour", + "past" : { + "other" : "vor {0} stunde", + "one" : "vor {0} stund" + }, + "future" : { + "one" : "i {0} stund", + "other" : "i {0} stunde" + } + }, + "month" : { + "past" : "vor {0} mánet", + "future" : "I {0} mánet", + "next" : "next month", + "previous" : "last month", + "current" : "this month" + }, + "year" : { + "past" : { + "one" : "vor {0} jár", + "other" : "cor {0} jár" + }, + "future" : "I {0} jár", + "previous" : "last year", + "current" : "this year", + "next" : "next year" + }, + "quarter" : { + "previous" : "last quarter", + "future" : "+{0} Q", + "next" : "next quarter", + "past" : "-{0} Q", + "current" : "this quarter" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yi.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yi.json new file mode 100644 index 0000000..95d6582 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yi.json @@ -0,0 +1,191 @@ +{ + "long" : { + "quarter" : { + "next" : "next quarter", + "future" : "+{0} Q", + "previous" : "last quarter", + "past" : "-{0} Q", + "current" : "this quarter" + }, + "month" : { + "current" : "דעם חודש", + "next" : "קומענדיקן חודש", + "previous" : "פֿאַרגאנגענעם חודש", + "past" : { + "one" : "פֿאַר {0} חודש", + "other" : "פֿאַר {0} חדשים" + }, + "future" : { + "one" : "איבער {0} חודש", + "other" : "איבער {0} חדשים" + } + }, + "second" : { + "future" : "+{0} s", + "current" : "now", + "past" : "-{0} s" + }, + "hour" : { + "past" : "-{0} h", + "current" : "this hour", + "future" : "+{0} h" + }, + "day" : { + "future" : { + "one" : "אין {0} טאָג אַרום", + "other" : "אין {0} טעג אַרום" + }, + "previous" : "נעכטן", + "past" : "-{0} d", + "next" : "מארגן", + "current" : "היינט" + }, + "minute" : { + "past" : "-{0} min", + "future" : "+{0} min", + "current" : "this minute" + }, + "week" : { + "past" : "-{0} w", + "previous" : "last week", + "future" : "+{0} w", + "current" : "this week", + "next" : "איבער אַכט טאָג" + }, + "year" : { + "next" : "איבער א יאָר", + "current" : "הײַ יאָר", + "previous" : "פֿאַראַיאָר", + "future" : "איבער {0} יאָר", + "past" : "פֿאַר {0} יאָר" + }, + "now" : "now" + }, + "narrow" : { + "year" : { + "current" : "הײַ יאָר", + "next" : "איבער א יאָר", + "past" : "פֿאַר {0} יאָר", + "future" : "איבער {0} יאָר", + "previous" : "פֿאַראַיאָר" + }, + "second" : { + "past" : "-{0} s", + "future" : "+{0} s", + "current" : "now" + }, + "hour" : { + "future" : "+{0} h", + "current" : "this hour", + "past" : "-{0} h" + }, + "week" : { + "current" : "this week", + "previous" : "last week", + "past" : "-{0} w", + "next" : "איבער אַכט טאָג", + "future" : "+{0} w" + }, + "day" : { + "current" : "היינט", + "next" : "מארגן", + "past" : "-{0} d", + "previous" : "נעכטן", + "future" : { + "one" : "אין {0} טאָג אַרום", + "other" : "אין {0} טעג אַרום" + } + }, + "month" : { + "current" : "דעם חודש", + "next" : "קומענדיקן חודש", + "past" : { + "one" : "פֿאַר {0} חודש", + "other" : "פֿאַר {0} חדשים" + }, + "previous" : "פֿאַרגאנגענעם חודש", + "future" : { + "one" : "איבער {0} חודש", + "other" : "איבער {0} חדשים" + } + }, + "now" : "now", + "minute" : { + "future" : "+{0} min", + "current" : "this minute", + "past" : "-{0} min" + }, + "quarter" : { + "previous" : "last quarter", + "current" : "this quarter", + "past" : "-{0} Q", + "future" : "+{0} Q", + "next" : "next quarter" + } + }, + "short" : { + "month" : { + "next" : "קומענדיקן חודש", + "past" : { + "one" : "פֿאַר {0} חודש", + "other" : "פֿאַר {0} חדשים" + }, + "current" : "דעם חודש", + "previous" : "פֿאַרגאנגענעם חודש", + "future" : { + "one" : "איבער {0} חודש", + "other" : "איבער {0} חדשים" + } + }, + "now" : "now", + "day" : { + "next" : "מארגן", + "current" : "היינט", + "previous" : "נעכטן", + "past" : "-{0} d", + "future" : { + "other" : "אין {0} טעג אַרום", + "one" : "אין {0} טאָג אַרום" + } + }, + "year" : { + "previous" : "פֿאַראַיאָר", + "current" : "הײַ יאָר", + "next" : "איבער א יאָר", + "past" : "פֿאַר {0} יאָר", + "future" : { + "other" : "איבער {0} יאָר", + "one" : "איבער א יאָר" + } + }, + "hour" : { + "past" : "-{0} h", + "future" : "+{0} h", + "current" : "this hour" + }, + "minute" : { + "past" : "-{0} min", + "future" : "+{0} min", + "current" : "this minute" + }, + "second" : { + "current" : "now", + "future" : "+{0} s", + "past" : "-{0} s" + }, + "quarter" : { + "current" : "this quarter", + "future" : "+{0} Q", + "previous" : "last quarter", + "next" : "next quarter", + "past" : "-{0} Q" + }, + "week" : { + "future" : "+{0} w", + "previous" : "last week", + "next" : "איבער אַכט טאָג", + "past" : "-{0} w", + "current" : "this week" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hans.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hans.json new file mode 100644 index 0000000..06c1a41 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hans.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "day" : { + "next" : "听日", + "future" : "{0} 日后", + "previous" : "寻日", + "current" : "今日", + "past" : "{0} 日前" + }, + "quarter" : { + "next" : "下季", + "past" : "{0} 季前", + "future" : "{0} 季后", + "previous" : "上季", + "current" : "今季" + }, + "hour" : { + "future" : "{0} 小时后", + "current" : "呢个小时", + "past" : "{0} 小时前" + }, + "year" : { + "next" : "下年", + "past" : "{0} 年前", + "current" : "今年", + "previous" : "旧年", + "future" : "{0} 年后" + }, + "now" : "宜家", + "month" : { + "current" : "今个月", + "future" : "{0} 个月后", + "past" : "{0} 个月前", + "next" : "下个月", + "previous" : "上个月" + }, + "week" : { + "previous" : "上星期", + "current" : "今个星期", + "past" : "{0} 个星期前", + "future" : "{0} 个星期后", + "next" : "下星期" + }, + "minute" : { + "past" : "{0} 分钟前", + "future" : "{0} 分钟后", + "current" : "呢分钟" + }, + "second" : { + "past" : "{0} 秒前", + "current" : "宜家", + "future" : "{0} 秒后" + } + }, + "long" : { + "day" : { + "previous" : "寻日", + "current" : "今日", + "next" : "听日", + "past" : "{0} 日前", + "future" : "{0} 日后" + }, + "week" : { + "current" : "今个星期", + "future" : "{0} 个星期后", + "past" : "{0} 个星期前", + "previous" : "上星期", + "next" : "下星期" + }, + "minute" : { + "current" : "呢分钟", + "past" : "{0} 分钟前", + "future" : "{0} 分钟后" + }, + "month" : { + "future" : "{0} 个月后", + "next" : "下个月", + "previous" : "上个月", + "current" : "今个月", + "past" : "{0} 个月前" + }, + "hour" : { + "past" : "{0} 小时前", + "current" : "呢个小时", + "future" : "{0} 小时后" + }, + "year" : { + "past" : "{0} 年前", + "future" : "{0} 年后", + "previous" : "旧年", + "next" : "下年", + "current" : "今年" + }, + "second" : { + "current" : "宜家", + "past" : "{0} 秒前", + "future" : "{0} 秒后" + }, + "now" : "宜家", + "quarter" : { + "past" : "{0} 季前", + "current" : "今季", + "previous" : "上一季", + "future" : "{0} 季后", + "next" : "下一季" + } + }, + "short" : { + "quarter" : { + "future" : "{0} 季后", + "next" : "下季", + "previous" : "上季", + "current" : "今季", + "past" : "{0} 季前" + }, + "minute" : { + "current" : "呢分钟", + "past" : "{0} 分钟前", + "future" : "{0} 分钟后" + }, + "year" : { + "next" : "下年", + "future" : "{0} 年后", + "current" : "今年", + "past" : "{0} 年前", + "previous" : "旧年" + }, + "second" : { + "future" : "{0} 秒后", + "current" : "宜家", + "past" : "{0} 秒前" + }, + "hour" : { + "past" : "{0} 小时前", + "current" : "呢个小时", + "future" : "{0} 小时后" + }, + "now" : "宜家", + "month" : { + "previous" : "上个月", + "next" : "下个月", + "past" : "{0} 个月前", + "current" : "今个月", + "future" : "{0} 个月后" + }, + "week" : { + "previous" : "上星期", + "current" : "今个星期", + "next" : "下星期", + "past" : "{0} 个星期前", + "future" : "{0} 个星期后" + }, + "day" : { + "next" : "听日", + "past" : "{0} 日前", + "future" : "{0} 日后", + "previous" : "寻日", + "current" : "今日" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hant.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hant.json new file mode 100644 index 0000000..3307274 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hant.json @@ -0,0 +1,161 @@ +{ + "long" : { + "hour" : { + "current" : "呢個小時", + "past" : "{0} 小時前", + "future" : "{0} 小時後" + }, + "second" : { + "future" : "{0} 秒後", + "past" : "{0} 秒前", + "current" : "宜家" + }, + "week" : { + "next" : "下星期", + "current" : "今個星期", + "previous" : "上星期", + "future" : "{0} 個星期後", + "past" : "{0} 個星期前" + }, + "minute" : { + "current" : "呢分鐘", + "future" : "{0} 分鐘後", + "past" : "{0} 分鐘前" + }, + "year" : { + "current" : "今年", + "past" : "{0} 年前", + "future" : "{0} 年後", + "previous" : "舊年", + "next" : "下年" + }, + "quarter" : { + "next" : "下一季", + "current" : "今季", + "future" : "{0} 季後", + "previous" : "上一季", + "past" : "{0} 季前" + }, + "month" : { + "previous" : "上個月", + "future" : "{0} 個月後", + "current" : "今個月", + "next" : "下個月", + "past" : "{0} 個月前" + }, + "day" : { + "next" : "聽日", + "past" : "{0} 日前", + "current" : "今日", + "future" : "{0} 日後", + "previous" : "尋日" + }, + "now" : "宜家" + }, + "narrow" : { + "week" : { + "current" : "今個星期", + "next" : "下星期", + "past" : "{0} 個星期前", + "previous" : "上星期", + "future" : "{0} 個星期後" + }, + "minute" : { + "past" : "{0} 分鐘前", + "future" : "{0} 分鐘後", + "current" : "呢分鐘" + }, + "month" : { + "current" : "今個月", + "previous" : "上個月", + "past" : "{0} 個月前", + "next" : "下個月", + "future" : "{0} 個月後" + }, + "now" : "宜家", + "year" : { + "previous" : "舊年", + "current" : "今年", + "next" : "下年", + "past" : "{0} 年前", + "future" : "{0} 年後" + }, + "hour" : { + "past" : "{0} 小時前", + "future" : "{0} 小時後", + "current" : "呢個小時" + }, + "quarter" : { + "previous" : "上季", + "current" : "今季", + "past" : "{0} 季前", + "future" : "{0} 季後", + "next" : "下季" + }, + "second" : { + "future" : "{0} 秒後", + "current" : "宜家", + "past" : "{0} 秒前" + }, + "day" : { + "past" : "{0} 日前", + "current" : "今日", + "future" : "{0} 日後", + "previous" : "尋日", + "next" : "聽日" + } + }, + "short" : { + "month" : { + "current" : "今個月", + "next" : "下個月", + "past" : "{0} 個月前", + "future" : "{0} 個月後", + "previous" : "上個月" + }, + "now" : "宜家", + "day" : { + "next" : "聽日", + "current" : "今日", + "previous" : "尋日", + "past" : "{0} 日前", + "future" : "{0} 日後" + }, + "year" : { + "current" : "今年", + "future" : "{0} 年後", + "previous" : "舊年", + "next" : "下年", + "past" : "{0} 年前" + }, + "hour" : { + "future" : "{0} 小時後", + "current" : "呢個小時", + "past" : "{0} 小時前" + }, + "minute" : { + "current" : "呢分鐘", + "future" : "{0} 分鐘後", + "past" : "{0} 分鐘前" + }, + "second" : { + "future" : "{0} 秒後", + "current" : "宜家", + "past" : "{0} 秒前" + }, + "quarter" : { + "future" : "{0} 季後", + "previous" : "上季", + "next" : "下季", + "past" : "{0} 季前", + "current" : "今季" + }, + "week" : { + "next" : "下星期", + "past" : "{0} 個星期前", + "current" : "今個星期", + "previous" : "上星期", + "future" : "{0} 個星期後" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh.json new file mode 100644 index 0000000..fa1d3ec --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "current" : "本季度", + "past" : "{0}个季度前", + "next" : "下季度", + "future" : "{0}个季度后", + "previous" : "上季度" + }, + "day" : { + "next" : "明天", + "previous" : "昨天", + "future" : "{0}天后", + "past" : "{0}天前", + "current" : "今天" + }, + "year" : { + "past" : "{0}年前", + "previous" : "去年", + "future" : "{0}年后", + "next" : "明年", + "current" : "今年" + }, + "minute" : { + "past" : "{0}分钟前", + "future" : "{0}分钟后", + "current" : "此刻" + }, + "now" : "现在", + "week" : { + "current" : "本周", + "previous" : "上周", + "past" : "{0}周前", + "next" : "下周", + "future" : "{0}周后" + }, + "second" : { + "future" : "{0}秒后", + "current" : "现在", + "past" : "{0}秒前" + }, + "month" : { + "future" : "{0}个月后", + "current" : "本月", + "past" : "{0}个月前", + "previous" : "上个月", + "next" : "下个月" + }, + "hour" : { + "current" : "这一时间 \/ 此时", + "past" : "{0}小时前", + "future" : "{0}小时后" + } + }, + "long" : { + "year" : { + "next" : "明年", + "previous" : "去年", + "past" : "{0}年前", + "future" : "{0}年后", + "current" : "今年" + }, + "now" : "现在", + "quarter" : { + "next" : "下季度", + "past" : "{0}个季度前", + "future" : "{0}个季度后", + "current" : "本季度", + "previous" : "上季度" + }, + "month" : { + "past" : "{0}个月前", + "next" : "下个月", + "previous" : "上个月", + "future" : "{0}个月后", + "current" : "本月" + }, + "second" : { + "current" : "现在", + "past" : "{0}秒钟前", + "future" : "{0}秒钟后" + }, + "week" : { + "past" : "{0}周前", + "previous" : "上周", + "future" : "{0}周后", + "next" : "下周", + "current" : "本周" + }, + "day" : { + "next" : "明天", + "future" : "{0}天后", + "previous" : "昨天", + "current" : "今天", + "past" : "{0}天前" + }, + "minute" : { + "past" : "{0}分钟前", + "future" : "{0}分钟后", + "current" : "此刻" + }, + "hour" : { + "future" : "{0}小时后", + "current" : "这一时间 \/ 此时", + "past" : "{0}小时前" + } + }, + "short" : { + "minute" : { + "past" : "{0}分钟前", + "current" : "此刻", + "future" : "{0}分钟后" + }, + "week" : { + "future" : "{0}周后", + "previous" : "上周", + "next" : "下周", + "current" : "本周", + "past" : "{0}周前" + }, + "year" : { + "current" : "今年", + "previous" : "去年", + "future" : "{0}年后", + "past" : "{0}年前", + "next" : "明年" + }, + "month" : { + "next" : "下个月", + "past" : "{0}个月前", + "future" : "{0}个月后", + "previous" : "上个月", + "current" : "本月" + }, + "quarter" : { + "next" : "下季度", + "past" : "{0}个季度前", + "previous" : "上季度", + "current" : "本季度", + "future" : "{0}个季度后" + }, + "day" : { + "current" : "今天", + "previous" : "昨天", + "past" : "{0}天前", + "next" : "明天", + "future" : "{0}天后" + }, + "hour" : { + "past" : "{0}小时前", + "future" : "{0}小时后", + "current" : "这一时间 \/ 此时" + }, + "second" : { + "future" : "{0}秒后", + "past" : "{0}秒前", + "current" : "现在" + }, + "now" : "现在" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans.json new file mode 100644 index 0000000..77cef63 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "current" : "本季度", + "past" : "{0}个季度前", + "next" : "下季度", + "future" : "{0}个季度后", + "previous" : "上季度" + }, + "day" : { + "next" : "明天", + "previous" : "昨天", + "future" : "{0}天后", + "past" : "{0}天前", + "current" : "今天" + }, + "year" : { + "past" : "{0}年前", + "previous" : "去年", + "future" : "{0}年后", + "next" : "明年", + "current" : "今年" + }, + "minute" : { + "past" : "{0}分钟前", + "future" : "{0}分钟后", + "current" : "此刻" + }, + "now" : "现在", + "week" : { + "current" : "本周", + "previous" : "上周", + "past" : "{0}周前", + "next" : "下周", + "future" : "{0}周后" + }, + "second" : { + "future" : "{0}秒后", + "current" : "现在", + "past" : "{0}秒前" + }, + "month" : { + "future" : "{0}个月后", + "current" : "本月", + "past" : "{0}个月前", + "previous" : "上个月", + "next" : "下个月" + }, + "hour" : { + "current" : "这一时间 \/ 此时", + "past" : "{0}小时前", + "future" : "{0}小时后" + } + }, + "long" : { + "year" : { + "next" : "明年", + "previous" : "去年", + "past" : "{0}年前", + "future" : "{0}年后", + "current" : "今年" + }, + "now" : "现在", + "quarter" : { + "next" : "下季度", + "past" : "{0}个季度前", + "future" : "{0}个季度后", + "current" : "本季度", + "previous" : "上季度" + }, + "month" : { + "past" : "{0}个月前", + "next" : "下个月", + "previous" : "上个月", + "future" : "{0}个月后", + "current" : "本月" + }, + "second" : { + "current" : "现在", + "past" : "{0}秒钟前", + "future" : "{0}秒钟后" + }, + "week" : { + "past" : "{0}周前", + "previous" : "上周", + "future" : "{0}周后", + "next" : "下周", + "current" : "本周" + }, + "day" : { + "next" : "明天", + "future" : "{0}天后", + "previous" : "昨天", + "current" : "今天", + "past" : "{0}天前" + }, + "minute" : { + "past" : "{0}分钟前", + "future" : "{0}分钟后", + "current" : "此刻" + }, + "hour" : { + "future" : "{0}小时后", + "current" : "这一时间 \/ 此时", + "past" : "{0}小时前" + } + }, + "short" : { + "minute" : { + "past" : "{0}分钟前", + "current" : "此刻", + "future" : "{0}分钟后" + }, + "week" : { + "future" : "{0}周后", + "previous" : "上周", + "next" : "下周", + "current" : "本周", + "past" : "{0}周前" + }, + "year" : { + "current" : "今年", + "previous" : "去年", + "future" : "{0}年后", + "past" : "{0}年前", + "next" : "明年" + }, + "month" : { + "next" : "下个月", + "past" : "{0}个月前", + "future" : "{0}个月后", + "previous" : "上个月", + "current" : "本月" + }, + "quarter" : { + "next" : "下季度", + "past" : "{0}个季度前", + "previous" : "上季度", + "current" : "本季度", + "future" : "{0}个季度后" + }, + "day" : { + "current" : "今天", + "previous" : "昨天", + "past" : "{0}天前", + "next" : "明天", + "future" : "{0}天后" + }, + "hour" : { + "past" : "{0}小时前", + "future" : "{0}小时后", + "current" : "这一时间 \/ 此时" + }, + "second" : { + "future" : "{0}秒后", + "past" : "{0}秒前", + "current" : "现在" + }, + "now" : "现在" + } +} diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_HK.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_HK.json new file mode 100644 index 0000000..2d6bd91 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_HK.json @@ -0,0 +1,61 @@ +{ + "narrow" : { + + }, + "short" : { + + }, + "long" : { + "minute" : { + "past" : "{0}分钟前", + "future" : "{0}分钟后", + "current" : "此刻" + }, + "week" : { + "current" : "本周", + "past" : "{0}周前", + "future" : "{0}周后", + "next" : "下周", + "previous" : "上周" + }, + "year" : { + "current" : "今年", + "future" : "{0}年后", + "past" : "{0}年前", + "next" : "明年", + "previous" : "去年" + }, + "day" : { + "next" : "明天", + "current" : "今天", + "previous" : "昨天", + "past" : "{0}天前", + "future" : "{0}天后" + }, + "hour" : { + "future" : "{0}小时后", + "current" : "这一时间 \/ 此时", + "past" : "{0}小时前" + }, + "quarter" : { + "current" : "本季度", + "future" : "{0}个季度后", + "previous" : "上季度", + "next" : "下季度", + "past" : "{0}个季度前" + }, + "second" : { + "past" : "{0}秒前", + "current" : "现在", + "future" : "{0}秒后" + }, + "month" : { + "current" : "本月", + "past" : "{0}个月前", + "future" : "{0}个月后", + "next" : "下个月", + "previous" : "上个月" + }, + "now" : "现在" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_MO.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_MO.json new file mode 100644 index 0000000..f2bfbec --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_MO.json @@ -0,0 +1,61 @@ +{ + "narrow" : { + + }, + "long" : { + "second" : { + "future" : "{0}秒后", + "current" : "现在", + "past" : "{0}秒前" + }, + "hour" : { + "future" : "{0}小时后", + "past" : "{0}小时前", + "current" : "这一时间 \/ 此时" + }, + "day" : { + "previous" : "昨天", + "past" : "{0}天前", + "future" : "{0}天后", + "current" : "今天", + "next" : "明天" + }, + "minute" : { + "past" : "{0}分钟前", + "current" : "此刻", + "future" : "{0}分钟后" + }, + "now" : "现在", + "year" : { + "future" : "{0}年后", + "past" : "{0}年前", + "previous" : "去年", + "next" : "明年", + "current" : "今年" + }, + "quarter" : { + "current" : "本季度", + "next" : "下季度", + "previous" : "上季度", + "future" : "{0}个季度后", + "past" : "{0}个季度前" + }, + "week" : { + "past" : "{0}周前", + "next" : "下周", + "future" : "{0}周后", + "current" : "本周", + "previous" : "上周" + }, + "month" : { + "next" : "下个月", + "future" : "{0}个月后", + "previous" : "上个月", + "past" : "{0}个月前", + "current" : "本月" + } + }, + "short" : { + + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_SG.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_SG.json new file mode 100644 index 0000000..2d6bd91 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_SG.json @@ -0,0 +1,61 @@ +{ + "narrow" : { + + }, + "short" : { + + }, + "long" : { + "minute" : { + "past" : "{0}分钟前", + "future" : "{0}分钟后", + "current" : "此刻" + }, + "week" : { + "current" : "本周", + "past" : "{0}周前", + "future" : "{0}周后", + "next" : "下周", + "previous" : "上周" + }, + "year" : { + "current" : "今年", + "future" : "{0}年后", + "past" : "{0}年前", + "next" : "明年", + "previous" : "去年" + }, + "day" : { + "next" : "明天", + "current" : "今天", + "previous" : "昨天", + "past" : "{0}天前", + "future" : "{0}天后" + }, + "hour" : { + "future" : "{0}小时后", + "current" : "这一时间 \/ 此时", + "past" : "{0}小时前" + }, + "quarter" : { + "current" : "本季度", + "future" : "{0}个季度后", + "previous" : "上季度", + "next" : "下季度", + "past" : "{0}个季度前" + }, + "second" : { + "past" : "{0}秒前", + "current" : "现在", + "future" : "{0}秒后" + }, + "month" : { + "current" : "本月", + "past" : "{0}个月前", + "future" : "{0}个月后", + "next" : "下个月", + "previous" : "上个月" + }, + "now" : "现在" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant.json new file mode 100644 index 0000000..4559a32 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "now" : "現在", + "week" : { + "next" : "下週", + "current" : "本週", + "past" : "{0} 週前", + "future" : "{0} 週後", + "previous" : "上週" + }, + "quarter" : { + "previous" : "上一季", + "next" : "下一季", + "future" : "{0} 季後", + "current" : "本季", + "past" : "{0} 季前" + }, + "day" : { + "future" : "{0} 天後", + "previous" : "昨天", + "next" : "明天", + "past" : "{0} 天前", + "current" : "今天" + }, + "hour" : { + "current" : "這個小時", + "past" : "{0} 小時前", + "future" : "{0} 小時後" + }, + "second" : { + "future" : "{0} 秒後", + "current" : "現在", + "past" : "{0} 秒前" + }, + "month" : { + "past" : "{0} 個月前", + "future" : "{0} 個月後", + "current" : "本月", + "previous" : "上個月", + "next" : "下個月" + }, + "minute" : { + "future" : "{0} 分鐘後", + "current" : "現在", + "past" : "{0} 分鐘前" + }, + "year" : { + "next" : "明年", + "future" : "{0} 年後", + "previous" : "去年", + "current" : "今年", + "past" : "{0} 年前" + } + }, + "long" : { + "day" : { + "future" : "{0} 天後", + "past" : "{0} 天前", + "current" : "今天", + "next" : "明天", + "previous" : "昨天" + }, + "second" : { + "past" : "{0} 秒前", + "current" : "現在", + "future" : "{0} 秒後" + }, + "quarter" : { + "current" : "本季", + "next" : "下一季", + "previous" : "上一季", + "future" : "{0} 季後", + "past" : "{0} 季前" + }, + "month" : { + "future" : "{0} 個月後", + "previous" : "上個月", + "past" : "{0} 個月前", + "next" : "下個月", + "current" : "本月" + }, + "week" : { + "future" : "{0} 週後", + "past" : "{0} 週前", + "current" : "本週", + "previous" : "上週", + "next" : "下週" + }, + "hour" : { + "future" : "{0} 小時後", + "current" : "這個小時", + "past" : "{0} 小時前" + }, + "minute" : { + "future" : "{0} 分鐘後", + "past" : "{0} 分鐘前", + "current" : "現在" + }, + "now" : "現在", + "year" : { + "future" : "{0} 年後", + "next" : "明年", + "past" : "{0} 年前", + "previous" : "去年", + "current" : "今年" + } + }, + "short" : { + "hour" : { + "future" : "{0} 小時後", + "current" : "這個小時", + "past" : "{0} 小時前" + }, + "now" : "現在", + "quarter" : { + "current" : "本季", + "future" : "{0} 季後", + "past" : "{0} 季前", + "next" : "下一季", + "previous" : "上一季" + }, + "day" : { + "current" : "今天", + "past" : "{0} 天前", + "future" : "{0} 天後", + "next" : "明天", + "previous" : "昨天" + }, + "week" : { + "current" : "本週", + "past" : "{0} 週前", + "future" : "{0} 週後", + "next" : "下週", + "previous" : "上週" + }, + "minute" : { + "past" : "{0} 分鐘前", + "future" : "{0} 分鐘後", + "current" : "現在" + }, + "second" : { + "past" : "{0} 秒前", + "current" : "現在", + "future" : "{0} 秒後" + }, + "month" : { + "current" : "本月", + "future" : "{0} 個月後", + "previous" : "上個月", + "next" : "下個月", + "past" : "{0} 個月前" + }, + "year" : { + "future" : "{0} 年後", + "previous" : "去年", + "next" : "明年", + "current" : "今年", + "past" : "{0} 年前" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant_HK.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant_HK.json new file mode 100644 index 0000000..a73e0ab --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant_HK.json @@ -0,0 +1,161 @@ +{ + "narrow" : { + "quarter" : { + "current" : "今季", + "past" : "-{0}Q", + "next" : "下季", + "future" : "+{0}Q", + "previous" : "上季" + }, + "day" : { + "next" : "明日", + "previous" : "昨日", + "future" : "{0}日後", + "past" : "{0}日前", + "current" : "今日" + }, + "year" : { + "past" : "{0}年前", + "previous" : "上年", + "future" : "{0}年後", + "next" : "下年", + "current" : "今年" + }, + "minute" : { + "current" : "這分鐘", + "future" : "{0}分後", + "past" : "{0}分前" + }, + "now" : "現在", + "week" : { + "current" : "本星期", + "previous" : "上星期", + "past" : "{0}星期前", + "next" : "下星期", + "future" : "{0}星期後" + }, + "second" : { + "current" : "現在", + "past" : "{0}秒前", + "future" : "{0}秒後" + }, + "month" : { + "future" : "{0}個月後", + "current" : "本月", + "past" : "{0}個月前", + "previous" : "上個月", + "next" : "下個月" + }, + "hour" : { + "past" : "{0}小時前", + "future" : "{0}小時後", + "current" : "這個小時" + } + }, + "long" : { + "year" : { + "next" : "下年", + "previous" : "上年", + "past" : "{0} 年前", + "future" : "{0} 年後", + "current" : "今年" + }, + "now" : "現在", + "quarter" : { + "next" : "下一季", + "past" : "{0} 季前", + "future" : "{0} 季後", + "current" : "今季", + "previous" : "上一季" + }, + "month" : { + "past" : "{0} 個月前", + "next" : "下個月", + "previous" : "上個月", + "future" : "{0} 個月後", + "current" : "本月" + }, + "second" : { + "past" : "{0} 秒前", + "future" : "{0} 秒後", + "current" : "現在" + }, + "week" : { + "past" : "{0} 星期前", + "previous" : "上星期", + "future" : "{0} 星期後", + "next" : "下星期", + "current" : "本星期" + }, + "day" : { + "next" : "明日", + "future" : "{0} 日後", + "previous" : "昨日", + "current" : "今日", + "past" : "{0} 日前" + }, + "minute" : { + "past" : "{0} 分鐘前", + "future" : "{0} 分鐘後", + "current" : "這分鐘" + }, + "hour" : { + "current" : "這個小時", + "past" : "{0} 小時前", + "future" : "{0} 小時後" + } + }, + "short" : { + "minute" : { + "future" : "{0} 分鐘後", + "current" : "這分鐘", + "past" : "{0} 分鐘前" + }, + "week" : { + "future" : "{0} 星期後", + "previous" : "上星期", + "next" : "下星期", + "current" : "本星期", + "past" : "{0} 星期前" + }, + "year" : { + "current" : "今年", + "previous" : "上年", + "future" : "{0} 年後", + "past" : "{0} 年前", + "next" : "下年" + }, + "month" : { + "next" : "下個月", + "past" : "{0} 個月前", + "future" : "{0} 個月後", + "previous" : "上個月", + "current" : "本月" + }, + "quarter" : { + "next" : "下季", + "past" : "{0} 季前", + "previous" : "上季", + "current" : "今季", + "future" : "{0} 季後" + }, + "day" : { + "current" : "今日", + "previous" : "昨日", + "past" : "{0} 日前", + "next" : "明日", + "future" : "{0} 日後" + }, + "hour" : { + "current" : "這個小時", + "past" : "{0} 小時前", + "future" : "{0} 小時後" + }, + "second" : { + "current" : "現在", + "past" : "{0} 秒前", + "future" : "{0} 秒後" + }, + "now" : "現在" + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zu.json b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zu.json new file mode 100644 index 0000000..99d4cbb --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zu.json @@ -0,0 +1,275 @@ +{ + "short" : { + "day" : { + "previous" : "izolo", + "current" : "namhlanje", + "past" : { + "other" : "{0} izinsuku ezedlule", + "one" : "{0} usuku olwedlule" + }, + "future" : { + "one" : "osukwini olungu-{0} oluzayo", + "other" : "ezinsukwini ezingu-{0} ezizayo" + }, + "next" : "kusasa" + }, + "week" : { + "next" : "iviki elizayo", + "current" : "leli viki", + "previous" : "iviki eledlule", + "past" : "amaviki angu-{0} edlule", + "future" : { + "other" : "emavikini angu-{0} ezayo", + "one" : "evikini elingu-{0} elizayo" + } + }, + "quarter" : { + "next" : "ikota ezayo", + "past" : { + "one" : "{0} amakota adlule", + "other" : "{0} amakota edlule" + }, + "current" : "le kota", + "previous" : "ikota edlule", + "future" : { + "one" : "kwikota engu-{0} ezayo", + "other" : "kumakota angu-{0} ezayo" + } + }, + "minute" : { + "future" : { + "one" : "kuminithi elingu-{0} elizayo", + "other" : "kumaminithi angu-{0} ezayo" + }, + "past" : { + "one" : "{0} iminithi eledlule", + "other" : "{0} amaminithi edlule" + }, + "current" : "leli minithi" + }, + "year" : { + "current" : "kulo nyaka", + "next" : "unyaka ozayo", + "past" : "{0} unyaka odlule", + "future" : { + "other" : "eminyakeni engu-{0} ezayo", + "one" : "onyakeni ongu-{0} ozayo" + }, + "previous" : "onyakeni odlule" + }, + "hour" : { + "past" : { + "one" : "{0} ihora eledlule", + "other" : "emahoreni angu-{0} edlule" + }, + "future" : { + "other" : "emahoreni angu-{0} ezayo", + "one" : "ehoreni elingu-{0} elizayo" + }, + "current" : "leli hora" + }, + "month" : { + "current" : "le nyanga", + "future" : "ezinyangeni ezingu-{0} ezizayo", + "previous" : "inyanga edlule", + "next" : "inyanga ezayo", + "past" : "{0} izinyanga ezedlule" + }, + "second" : { + "future" : { + "other" : "kumasekhondi angu-{0} ezayo", + "one" : "kusekhondi elingu-{0} elizayo" + }, + "current" : "manje", + "past" : { + "one" : "{0} isekhondi eledlule", + "other" : "{0} amasekhondi edlule" + } + }, + "now" : "manje" + }, + "long" : { + "month" : { + "previous" : "inyanga edlule", + "next" : "inyanga ezayo", + "future" : { + "one" : "enyangeni engu-{0}", + "other" : "ezinyangeni ezingu-{0} ezizayo" + }, + "current" : "le nyanga", + "past" : { + "other" : "{0} izinyanga ezedlule", + "one" : "{0} inyanga edlule" + } + }, + "minute" : { + "past" : { + "one" : "{0} iminithi eledlule", + "other" : "{0} amaminithi edlule" + }, + "future" : { + "one" : "kuminithi elingu-{0} elizayo", + "other" : "kumaminithi angu-{0} ezayo" + }, + "current" : "leli minithi" + }, + "quarter" : { + "previous" : "ikota edlule", + "past" : { + "other" : "{0} amakota adlule", + "one" : "{0} ikota edlule" + }, + "current" : "le kota", + "next" : "ikota ezayo", + "future" : { + "other" : "kumakota angu-{0} ezayo", + "one" : "kwikota engu-{0} ezayo" + } + }, + "week" : { + "current" : "leli viki", + "past" : { + "other" : "amaviki angu-{0} edlule", + "one" : "evikini elingu-{0} eledlule" + }, + "previous" : "iviki eledlule", + "future" : { + "one" : "evikini elingu-{0}", + "other" : "emavikini angu-{0}" + }, + "next" : "iviki elizayo" + }, + "now" : "manje", + "second" : { + "future" : { + "other" : "kumasekhondi angu-{0} ezayo", + "one" : "kusekhondi elingu-{0} elizayo" + }, + "current" : "manje", + "past" : { + "other" : "{0} amasekhondi edlule", + "one" : "{0} isekhondi eledlule" + } + }, + "year" : { + "past" : { + "other" : "{0} iminyaka edlule", + "one" : "{0} unyaka odlule" + }, + "next" : "unyaka ozayo", + "current" : "kulo nyaka", + "future" : { + "other" : "eminyakeni engu-{0} ezayo", + "one" : "onyakeni ongu-{0} ozayo" + }, + "previous" : "onyakeni odlule" + }, + "hour" : { + "current" : "leli hora", + "past" : { + "one" : "{0} ihora eledlule", + "other" : "emahoreni angu-{0} edlule" + }, + "future" : { + "one" : "ehoreni elingu-{0} elizayo", + "other" : "emahoreni angu-{0} ezayo" + } + }, + "day" : { + "past" : { + "one" : "osukwini olungu-{0} olwedlule", + "other" : "ezinsukwini ezingu-{0} ezedlule." + }, + "future" : { + "other" : "ezinsukwini ezingu-{0} ezizayo", + "one" : "osukwini olungu-{0} oluzayo" + }, + "current" : "namhlanje", + "previous" : "izolo", + "next" : "kusasa" + } + }, + "narrow" : { + "year" : { + "past" : "{0} unyaka odlule", + "future" : { + "other" : "eminyakeni engu-{0} ezayo", + "one" : "onyakeni ongu-{0} ozayo" + }, + "next" : "unyaka ozayo", + "current" : "kulo nyaka", + "previous" : "onyakeni odlule" + }, + "quarter" : { + "past" : { + "other" : "{0} amakota edlule", + "one" : "{0} amakota adlule" + }, + "current" : "le kota", + "next" : "ikota ezayo", + "future" : "kumakota angu-{0}", + "previous" : "ikota edlule" + }, + "day" : { + "current" : "namhlanje", + "next" : "kusasa", + "past" : { + "one" : "{0} usuku olwedlule", + "other" : "{0} izinsuku ezedlule" + }, + "future" : { + "one" : "osukwini olungu-{0} oluzayo", + "other" : "ezinsukwini ezingu-{0} ezizayo" + }, + "previous" : "izolo" + }, + "month" : { + "previous" : "inyanga edlule", + "next" : "inyanga ezayo", + "future" : "enyangeni engu-{0} ezayo", + "current" : "le nyanga", + "past" : "{0} izinyanga ezedlule" + }, + "hour" : { + "current" : "leli hora", + "past" : { + "one" : "{0} ihora eledlule", + "other" : "{0} amahora edlule" + }, + "future" : { + "one" : "ehoreni elingu-{0} elizayo", + "other" : "emahoreni angu-{0} ezayo" + } + }, + "second" : { + "past" : { + "one" : "{0} isekhondi eledlule", + "other" : "{0} amasekhondi edlule" + }, + "current" : "manje", + "future" : { + "one" : "kusekhondi elingu-{0} elizayo", + "other" : "kumasekhondi angu-{0} ezayo" + } + }, + "minute" : { + "past" : { + "one" : "{0} iminithi eledlule", + "other" : "{0} amaminithi edlule" + }, + "future" : { + "one" : "kuminithi elingu-{0} elizayo", + "other" : "kumaminithi angu-{0} ezayo" + }, + "current" : "leli minithi" + }, + "now" : "manje", + "week" : { + "next" : "iviki elizayo", + "future" : "emavikini angu-{0} ezayo", + "previous" : "iviki eledlule", + "current" : "leli viki", + "past" : "amaviki angu-{0} edlule" + } + } +} \ No newline at end of file diff --git a/dmg/AutoCat.app/Contents/Resources/dkbm.js b/dmg/AutoCat.app/Contents/Resources/dkbm.js new file mode 100644 index 0000000..c6aaeb8 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/dkbm.js @@ -0,0 +1,28 @@ +const sitekey = '6Lf2uycUAAAAALo3u8D10FqNuSpUvUXlfP7BzHOk'; + +let verifyCallback = (response) => { + console.log('verifyCallback: ', response); + window.webkit.messageHandlers.dkbmHandler.postMessage({ token: response }); +}; + +window.addEventListener('load', (event) => { + if(window.top == window.self) { + let meta = document.createElement('meta'); meta + meta.setAttribute( 'name', 'viewport' ); + meta.setAttribute( 'content', 'width = device-width' ); + document.getElementsByTagName('head')[0].appendChild(meta); + + document.body.innerHTML = ''; + window.webkit.messageHandlers.dkbmHandler.postMessage({ event: 'show-checkbox' }); + grecaptcha.render(document.body, { + 'sitekey' : sitekey, + 'callback' : verifyCallback + }); + } else { + let checkbox = document.getElementById('recaptcha-anchor'); + if(checkbox) { + checkbox.click(); + window.webkit.messageHandlers.dkbmHandler.postMessage({ event: 'show-challenge', location: location.href }); + } + } +}); diff --git a/dmg/AutoCat.app/Contents/Resources/en.lproj/Localizable.strings b/dmg/AutoCat.app/Contents/Resources/en.lproj/Localizable.strings new file mode 100644 index 0000000..9950533 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/en.lproj/Localizable.strings differ diff --git a/dmg/AutoCat.app/Contents/Resources/en.lproj/Localizable.stringsdict b/dmg/AutoCat.app/Contents/Resources/en.lproj/Localizable.stringsdict new file mode 100644 index 0000000..a7ffcba Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/en.lproj/Localizable.stringsdict differ diff --git a/dmg/AutoCat.app/Contents/Resources/ru.lproj/InfoPlist.strings b/dmg/AutoCat.app/Contents/Resources/ru.lproj/InfoPlist.strings new file mode 100644 index 0000000..e62c85f Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/ru.lproj/InfoPlist.strings differ diff --git a/dmg/AutoCat.app/Contents/Resources/ru.lproj/LaunchScreen.strings b/dmg/AutoCat.app/Contents/Resources/ru.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/ru.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/dmg/AutoCat.app/Contents/Resources/ru.lproj/Localizable.strings b/dmg/AutoCat.app/Contents/Resources/ru.lproj/Localizable.strings new file mode 100644 index 0000000..124e764 Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/ru.lproj/Localizable.strings differ diff --git a/dmg/AutoCat.app/Contents/Resources/ru.lproj/Localizable.stringsdict b/dmg/AutoCat.app/Contents/Resources/ru.lproj/Localizable.stringsdict new file mode 100644 index 0000000..4958b3e Binary files /dev/null and b/dmg/AutoCat.app/Contents/Resources/ru.lproj/Localizable.stringsdict differ diff --git a/dmg/AutoCat.app/Contents/Resources/ru.lproj/Main.strings b/dmg/AutoCat.app/Contents/Resources/ru.lproj/Main.strings new file mode 100644 index 0000000..436bb41 --- /dev/null +++ b/dmg/AutoCat.app/Contents/Resources/ru.lproj/Main.strings @@ -0,0 +1,54 @@ +/* Class = "UIBarButtonItem"; title = "Back"; ObjectID = "7QQ-Qi-qEw"; */ +"7QQ-Qi-qEw.title" = "Назад"; + +/* Class = "UITextField"; placeholder = "A001AA 777"; ObjectID = "8FU-Gy-4MU"; */ +"8FU-Gy-4MU.placeholder" = "A001AA 777"; + +/* Class = "UILabel"; text = "00:00"; ObjectID = "bFQ-eU-5YJ"; */ +"bFQ-eU-5YJ.text" = "00:00"; + +/* Class = "UIViewController"; title = "Events"; ObjectID = "DmF-8j-ae3"; */ +"DmF-8j-ae3.title" = "События"; + +/* Class = "UITextField"; placeholder = "Password"; ObjectID = "G1p-Hz-8yn"; */ +"G1p-Hz-8yn.placeholder" = "Пароль"; + +/* Class = "UITabBarItem"; title = "Search"; ObjectID = "gDG-z8-R0t"; */ +"gDG-z8-R0t.title" = "Поиск"; + +/* Class = "UIBarButtonItem"; title = "Close"; ObjectID = "hCi-F4-z7b"; */ +"hCi-F4-z7b.title" = "Закрыть"; + +/* Class = "UIButton"; normalTitle = "Sign up"; ObjectID = "hRD-Ha-MrP"; */ +"hRD-Ha-MrP.normalTitle" = "Регистрация"; + +/* Class = "UIButton"; normalTitle = "Log in"; ObjectID = "ltG-B1-UBj"; */ +"ltG-B1-UBj.normalTitle" = "Вход"; + +/* Class = "UINavigationItem"; title = "Voice records"; ObjectID = "lu2-xz-pMr"; */ +"lu2-xz-pMr.title" = "Голосовые записи"; + +/* Class = "UITabBarItem"; title = "Records"; ObjectID = "lxF-EY-z8V"; */ +"lxF-EY-z8V.title" = "Аудио"; + +/* Class = "UITabBarItem"; title = "Check"; ObjectID = "QJd-35-4OB"; */ +"QJd-35-4OB.title" = "Проверка"; + +/* Class = "UILabel"; text = "or"; ObjectID = "SXb-1Q-TxY"; */ +"SXb-1Q-TxY.text" = "или"; + +/* Class = "UINavigationItem"; title = "Filters"; ObjectID = "U4X-4i-ZJm"; */ +"U4X-4i-ZJm.title" = "Фильтры"; + +/* Class = "UITextField"; placeholder = "Email"; ObjectID = "Uey-88-eZL"; */ +"Uey-88-eZL.placeholder" = "Email"; + +/* Class = "UIButton"; normalTitle = "Check"; ObjectID = "Ync-fd-xQI"; */ +"Ync-fd-xQI.normalTitle" = "Проверить"; + +/* Class = "UITabBarItem"; title = "Settings"; ObjectID = "zEL-ph-E2f"; */ +"zEL-ph-E2f.title" = "Настройки"; + +/* Class = "UIBarButtonItem"; title = "Close"; ObjectID = "ZHH-OZ-vHc"; */ +"ZHH-OZ-vHc.title" = "Закрыть"; + diff --git a/dmg/AutoCat.app/Contents/_CodeSignature/CodeResources b/dmg/AutoCat.app/Contents/_CodeSignature/CodeResources new file mode 100644 index 0000000..9d9aa8f --- /dev/null +++ b/dmg/AutoCat.app/Contents/_CodeSignature/CodeResources @@ -0,0 +1,2395 @@ + + + + + files + + Resources/AppIcon.icns + + EBMzeNXqkPAPmpY7EUbryst4pDM= + + Resources/Assets.car + + YiByaoMAjp9C7WZs9w6i02Spm4E= + + Resources/Base.lproj/InfoPlist.strings + + XrH1MnmaP8zxFHzIRBJ3U22g+/E= + + Resources/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib + + 93PfskTUIvMtINrcORPHilfkvFk= + + Resources/Base.lproj/LaunchScreen.storyboardc/Info.plist + + n2t8gsDpfE6XkhG31p7IQJRxTxU= + + Resources/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib + + wlD+KDsNzpIsnT2HoQ2zlYcbq08= + + Resources/Base.lproj/Localizable.strings + + u7zkzkH8ODGtgERtXlzWh2gl/so= + + Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/objects-14.0+.nib + + XiHwA6l+H5qu0h8+djhwG9aF114= + + Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/runtime.nib + + q4IfsB/CKeerQ1RGX4+zf1llbNI= + + Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/objects-14.0+.nib + + ADef989pmgcGZ+maCR6bwV8jeFI= + + Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/runtime.nib + + jRcbpDSFL0A1bBIuIcLpAP5LdC4= + + Resources/Base.lproj/Main.storyboardc/AuthController.nib/objects-14.0+.nib + + vIFH6o0o1cNsls4prCjU4cAtoqI= + + Resources/Base.lproj/Main.storyboardc/AuthController.nib/runtime.nib + + n3ikrUCjdBNiEcAA6x3k08x+vFQ= + + Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/objects-14.0+.nib + + GnDqPh3YpV7igVK2D+7Zbo54fsQ= + + Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/runtime.nib + + 8NrI519ro6WONhXpx5p19c1Dwe0= + + Resources/Base.lproj/Main.storyboardc/EventsController.nib/objects-14.0+.nib + + D/1R/IqRlndOtnoF80CeGRqqgCc= + + Resources/Base.lproj/Main.storyboardc/EventsController.nib/runtime.nib + + FkwSZV9VUQosizmmv/3kqN7lrR4= + + Resources/Base.lproj/Main.storyboardc/FiltersController.nib/objects-14.0+.nib + + yzLDbQ1bCNPAU1T7vTU5C1sTrlg= + + Resources/Base.lproj/Main.storyboardc/FiltersController.nib/runtime.nib + + i25ngJ36Ohh1EiVAway0pANeNxQ= + + Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/objects-14.0+.nib + + 942equMRDWdqs903TZ51+CDAzA4= + + Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/runtime.nib + + 589tsR5aGoXDCAa7OkW6azm2/D4= + + Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/objects-14.0+.nib + + 4kgbLsZKqG1cRE0nEp+UoKOUQfM= + + Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/runtime.nib + + bEgzAlNv6xQXjzCaZwKm8RlwWmE= + + Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/objects-14.0+.nib + + UO2gKQiCTLWikMFyNlmjmPkbzkE= + + Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/runtime.nib + + SM0jHP0NOoWvIa9CdKbwrKR5KtE= + + Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/objects-14.0+.nib + + NBlhCsbjKRA1yfaZzn3lozmRQAQ= + + Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/runtime.nib + + vPvZ+TBmQYrPlqR7nb5aA2QGPf0= + + Resources/Base.lproj/Main.storyboardc/Info.plist + + uFdoHRSUj5JIy30tnb4ZoXC4kLA= + + Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/objects-14.0+.nib + + fKejHSBD1n0kXO/eW+0iKgAQscA= + + Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/runtime.nib + + KZnsGlkQh+7cXr4609t50tx7GuU= + + Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/objects-14.0+.nib + + IHno0Q4MdWKhs3iqW+qsF82iQUc= + + Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/runtime.nib + + cV+kH/m+TPocfLg9QftlSM5WbPY= + + Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/objects-14.0+.nib + + nm6mg4CQz729m93Lvyx5dWDPabE= + + Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/runtime.nib + + kuR3jZN2tFWwNmShE908elTFKSU= + + Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/objects-14.0+.nib + + VDg7c/9gIEcqiPINyT0lk26vNsQ= + + Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/runtime.nib + + Ykp86JQu4Kfq5wgji2AMbrKa2EA= + + Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/objects-14.0+.nib + + EqQ8vF8Pma40Z1+gTBSk7PP+5uI= + + Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/runtime.nib + + HfN2vPoiqI+P2FWeqU5gUF+T79M= + + Resources/Base.lproj/Main.storyboardc/OsagoController.nib/objects-14.0+.nib + + EGBA+10q0M9tzNfjGqSn7qdpWho= + + Resources/Base.lproj/Main.storyboardc/OsagoController.nib/runtime.nib + + wbW2nMI9X2K5DcEWdEJdA9ahc1Y= + + Resources/Base.lproj/Main.storyboardc/OwnersController.nib/objects-14.0+.nib + + GhYhSt2iSu8ymZSOG8judAfIDkY= + + Resources/Base.lproj/Main.storyboardc/OwnersController.nib/runtime.nib + + 9/8hc/bDRPMjwhL8M7EbBXjJagw= + + Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/objects-14.0+.nib + + lFz1Inh5qxuWYUEfta/vXm/d7Ck= + + Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/runtime.nib + + 40BBe9UIqA0V3hYVj2REpUmiWE4= + + Resources/Base.lproj/Main.storyboardc/RegionsController.nib/objects-14.0+.nib + + Ieu7t/DQrG0/4lK3ao306fL9C7Y= + + Resources/Base.lproj/Main.storyboardc/RegionsController.nib/runtime.nib + + ZTlrWqNx9i/PzdjDqlJReuR4TGA= + + Resources/Base.lproj/Main.storyboardc/ReportController.nib/objects-14.0+.nib + + sRSAtkUlnBYOyzaxgLJxVRaffok= + + Resources/Base.lproj/Main.storyboardc/ReportController.nib/runtime.nib + + v2VOpSV7OJVBf+ftU4sy09Dye3A= + + Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/objects-14.0+.nib + + CxdchmGMiAtHpYF4ZElAcJ4CelQ= + + Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/runtime.nib + + u4W9vif8nftcpM0h6DWEsDghqzU= + + Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/objects-14.0+.nib + + mGiexJ1YBwCfUcOAsYoLiv9bKxo= + + Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/runtime.nib + + dNBhbjuZVHtLTkTN/V0q1V9P9Ac= + + Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/objects-14.0+.nib + + va7T2QHyvrG2ri67WxL0CQGAmOM= + + Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/runtime.nib + + kIPJjHsabCSmCq92woNp7cSE60o= + + Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/objects-14.0+.nib + + zRCxwDZne0x+gWXOMetPBsroU0g= + + Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/runtime.nib + + wTul37QtUt52zP9Ju5EvobK0q9Y= + + Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/objects-14.0+.nib + + Shf3q9dEEOuIDumJOpLGxNE+Qz0= + + Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/runtime.nib + + RNRMMb8KTuxpv9MLU4wZ+bukY+E= + + Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/objects-14.0+.nib + + XTqT5ADZgCc2evBgnrPJhvnFA9g= + + Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/runtime.nib + + nFLwYxiSiZ0HutgZTSBlJzDMsXM= + + Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/objects-14.0+.nib + + HVWUd1JUhTegc3dHHiT500TtoUs= + + Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/runtime.nib + + MFCla6zSEMEJUVyyN0e1snyMuEk= + + Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/objects-14.0+.nib + + +deLq1y84k4rhLKLaubJN9YBlNU= + + Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/runtime.nib + + V6icGNqd18y6NQwsVDpq4wCr5kk= + + Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/objects-14.0+.nib + + jb9EhN3/qTU+7t1TVEpj/p7tMis= + + Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/runtime.nib + + 0T8s9Cy5tsVNZgxz+N1x4q6olTk= + + Resources/PKHUD_PKHUD.bundle/Contents/Info.plist + + 2ZYtoAbMigMaAVk6OnUUgckQqzY= + + Resources/PKHUD_PKHUD.bundle/Contents/Resources/Assets.car + + 1/MOWf9eqJ/rj9KSRuInH5kI+BM= + + Resources/RoadNumbers.otf + + TJtMj45jrCWwsRagu6AuNuwgsHY= + + Resources/RoadNumbers2.0.otf + + 4RZZ9KJQORxsfZzgpw8U1DcwyK8= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Info.plist + + 1jYfij9+NiLzXiwHSQKn8mTf744= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/af.json + + 4CpndHd3/CQUT27x7TMGLdQSptE= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/am.json + + YZJG3ODufTCFA0CB1b8uRMG6VAs= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar.json + + b2OjArrUpH9BBFmPq2md8afurPw= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar_AE.json + + CoPLvsU7Tgzm3J8Q4RRNavZV+NE= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/as.json + + bimDnri/UvVSsP8ZFaNw1C7MLGM= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/be.json + + e4CNekY+LRfQCm3dPcJLuAJ6/0I= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bg.json + + oMZ5tdh2q2vsaY4csbuxhUmizyg= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bn.json + + 7laFUOsDg8N7O7vyUXFD2o+2ZTE= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/br.json + + 2mhvBvKRD8pSA/r9GCs5C01fc0w= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs-Cyrl.json + + CNNOJP5N5u4q3wwz/XM+bC7urrQ= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs.json + + y9kJ6ktxuJQWzIbjjAs9rSwcFfY= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ca.json + + vV2y1/1Vszfh2zGOcGf98KpbNtw= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cs.json + + YF6sRZYRK5b9P1J9Qkx5TFH0aSs= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cy.json + + c7Xsh+XRg45TLkSCFSKUrajtc/Q= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/da.json + + IbONo9Qw46UdVparbsLNXmosqZQ= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/de.json + + RcJyaJIP4CLh+009GMRGYlzTj3w= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dsb.json + + dvyL+y3C8Jd4jsKY7l2lUbcG30U= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dz.json + + 2rqZMFcst3m+KRzw4w0/BvTDN5Q= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ee.json + + IhyJo0CLhzzpSG6n3OkRXXEmteI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/el.json + + ZNsHZDkwzqVaKTtAAIMzMaxS9w8= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/en.json + + UcXeGQ5HOwSdBWPfqdE/8d86BVc= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es.json + + UMCQByS0gQBnqXIq8NHArgZa0AI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_AR.json + + n3s5lGW+rZWpXnJYUxBuQqOAySo= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_MX.json + + CFRotITclsKVSq2wx+6Onx3dbdg= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_PY.json + + vYd5rCIVH3GRpGirBs2eINli8ec= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_US.json + + wUgaBQKas37oN85NmggFyw2X2kM= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/et.json + + XjYWPXMV7Y5ShRQNXJlAH3ZIZUg= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/eu.json + + U3FYAdpEQoZGhgstdyUkcQTca8o= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fa.json + + 7Lg0BxOUuco1I781b9Ay8B+9RHA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fi.json + + Ozh6d46iGL6JYlUCff2HD6OflWE= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fil.json + + dlRsYz5ZmHq96d1ydfiN3k01V5c= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fo.json + + I4OEq0zyTbhVJaXv0xSKuc6/Vuo= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr.json + + Q3ampjXsdiV+fXSOxc8ZPPZy/9s= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr_CA.json + + 9WreKIdPNnfGjAu0FWsgkmAkIw0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fur.json + + SSSImrb05p2uWNytQA/CKyepcak= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fy.json + + RqYNiMoaZdiL0m46DsoaqyWAI8Y= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ga.json + + aNFf56MHCbneoCVN8AE5xrV2AbY= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gd.json + + rBQphASFFi8MC9e4K1T5cX5k7GI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gl.json + + XMxEkTr4aoUYpVGpGmgS/shH1C8= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gu.json + + lRTgjbqFWGe/ID8RDZmiB8tQ9Bc= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/he.json + + emmxKSLr8sxEDbHyKpjp1TPUbEI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hi.json + + VmcW0xAYciApP+WNl6yskQN6BAc= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hr.json + + 0ZSHtLzWBlNu7nIdjNh6/URYRp0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hsb.json + + Ngi0WBIumZ9hqSx5b+utnuMv7tU= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hu.json + + blFM/fsDIiF4zzpNaf0j3fknCNg= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hy.json + + DsquxK5GS14ssAWGdeqwKC1HReM= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/id.json + + YC9sIZ7PjMnq+QCDBZQkQEDhLDA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/is.json + + 7FPK95XbjuuyMJH/NnU0pplMfOY= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/it.json + + zdeilDQtB8Q3WXOUoJ+iKAHn0Y4= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ja.json + + DuKGmUA8Wcrj4z6W1hV+xBj/Y/A= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/jgo.json + + 24eeUGvjE6xoVsPONZFsrfGr23k= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ka.json + + gWk2xaTXBqDnjYaKmDVfyAVWt9Y= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kea.json + + dBQFUX3I72b4ciK/DQoEb9Fc30s= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kk.json + + nXRQRhZNiGuJux0Um3kootvxPA8= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kl.json + + 09MWPX1PolwaB91riOwQIx1bzmk= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/km.json + + wPzH5pJe6pfcncWNdr0jucx+iwA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kn.json + + fJYJvYsBpNtO8LDUmqAmTMOp/rs= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ko.json + + AkrqPbcVJivQZI+rjyl7Da2a0pM= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kok.json + + mCBn9ajfzoac5GIJRsPLJc3AXE4= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ksh.json + + Dfp9fL17c8gaS2lO9BfDUCCQaaY= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ky.json + + fSWmXes+1BUlp6iv1lkd9EsQQHA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lb.json + + 6a7q6gwU6WyXzQtmwe1NqeS8zNg= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lkt.json + + tbeZyZ/wAprLkcHTvYRqxsM6ugo= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lo.json + + 8oMlaw5taUNLanXgeYTayeP7FMA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lt.json + + KU9CHYnqMwgLzr8E802F0iMm+OI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lv.json + + E/8NZLhHU2ae/cWRYTIEuKLnvz0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mk.json + + qirD6CENfGIZeQOQ0CZ3Sfvufqg= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ml.json + + Aa4By6x091BVGxV9dgoBFbZSUiY= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mn.json + + Ot/K0kd05mEmznE0VMx86ML99pQ= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mr.json + + tjOMBhdzu307D5aJ0lLrZr6x7yI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ms.json + + aA8dcGdAmyaWQflfGRoN1TythNU= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mt.json + + Tveyz/qe9EykbG8wtrabnaWWREU= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/my.json + + IhX3X0WSo1/Xv+TuM8LniTfp+J4= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mzn.json + + ehM0uw0/jl0rSxCrrzhrVC4m9Fw= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nb.json + + Jr9Es81MggctcXcyQfeeW/yy4uE= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ne.json + + 4vJFvgU2VZjkcMjp0spd5MB2AqE= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nl.json + + ciSafL8D9nHwsw86l8kMWuRA1LM= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nn.json + + oi9KJzSa6H+oiza4xzUkBgW3owM= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/or.json + + sWpnHkwD/ZSJ5V0rYCTFCYgjJDo= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pa.json + + VmifMvGLMT3lOH52621J7i0f1ek= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pl.json + + RX+kW+IdRMU2KCvjPwhu4uOnza4= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ps.json + + 5hFlI+LUDCxGCd3b6IoH/80LuB8= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pt.json + + wlWBeQlM+sA729jBFIl00aVWcA0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ro.json + + iRQJVSuHADmCxD6Y7Orj8ZH2w6A= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ru.json + + LTZMCFhaVOPqXlMD4CHn4H5Qv8I= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sah.json + + ChEq++pBfTEe7tzyNAV4vMEODnY= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sd.json + + jefe9EYnfDdLNfeKe2+SeHG1tmk= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se.json + + z9l5NRQb2Jwlniji+y/z4Ux45SA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se_FI.json + + rHvhsC0w/dURBPOZelxZIjcpHFw= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/si.json + + AG/5oXVM6sac/SjMeN12qrWW62s= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sk.json + + yht8Fbk54/2hULSpVuuuTRaBBAc= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sl.json + + nqu67wNcoZQ0A5J1FSN6m+zvrBo= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sq.json + + R03RchIoyZUOneCGHplrLIXHJH0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr.json + + AcWdYRGHUhIfWRoBbNU/ARb4cdI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr_Latn.json + + AcWdYRGHUhIfWRoBbNU/ARb4cdI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sv.json + + s+0tDGUc8mAuzfgViXhwPbyyW60= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sw.json + + M7ISTcoyxQ/mb0DlzB1DcXlgOEA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ta.json + + knCfKdrRZIxVlD8+XXoHfrNxD34= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/te.json + + qTjSNj2dOmM0aAW4LwfBC40vojI= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/th.json + + wdu147PcswiEjfYMXvByVTup86g= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ti.json + + g5h793kgu1rzTn4TMn5XiYWl54o= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tk.json + + 1mHfDs26I6p5APnnceTjxHHxfmA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/to.json + + DeqL+phiBiMGgy7hvFwLMgFukf0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tr.json + + cwOgmaHXy6BIDH3Z0xX8WbdYZ2E= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ug.json + + T0pMzwkmFwyobtLAAJIOpyzcOA0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uk.json + + afzCp9RdAYqjwiYGVXi4Z6hEthc= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur.json + + YBlZdligWGVC171cQKRUH/Yri2M= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur_IN.json + + mhYLqgRxK3Q9/WnhjunoUZzsVlo= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz.json + + Wzc0VZs3BGlI4lQlqPmwz2n3iNg= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz_Cyrl.json + + VMLpl2MIDaKWUe6a/EJd6H7eNF0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/vi.json + + +nI4wj5zrE+OlXRXbm0EOTzAQw0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/wae.json + + fbK9LjsE1PspASlRIYDBNYttjiY= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yi.json + + 5v/CKQngoPi7BYJt+USGiSp+oqo= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hans.json + + edEJsvXY8EbU0FrDk23p+PNvL7Q= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hant.json + + LxFliku5tYzgrFWSYmPvjaWrEig= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh.json + + Icgwc0Zz6yWdeZLyPhZXzOt6F+M= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans.json + + 0P5d8303gXYkE59E18csMRZQnqk= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_HK.json + + Eo9ELIrK49KBuzamcGi7evGgO34= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_MO.json + + q230Zwtys3ERVRCTPqGgnhb/sRA= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_SG.json + + Eo9ELIrK49KBuzamcGi7evGgO34= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant.json + + IdwxomvJIoCBWi1SddrG+GsCRY0= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant_HK.json + + C3tf3JHoANLCsgIYASnO2EGzdck= + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zu.json + + X3uUcrgToGlWAE3c7r99MOdAm3s= + + Resources/dkbm.js + + nKXDC7q414/9EZrqOmf4TEORpBk= + + Resources/en.lproj/Localizable.strings + + hash + + u7zkzkH8ODGtgERtXlzWh2gl/so= + + optional + + + Resources/en.lproj/Localizable.stringsdict + + hash + + Wcr7TVnyHAw+DXRlynPVYn4fdAM= + + optional + + + Resources/ru.lproj/InfoPlist.strings + + hash + + 8gPVYmIBwYiC1G/xQdtJqYc7VCU= + + optional + + + Resources/ru.lproj/LaunchScreen.strings + + hash + + rcg7GeeTSRscbqD9i0bNnzLlkvw= + + optional + + + Resources/ru.lproj/Localizable.strings + + hash + + Dy1bieWhtU98aM3Pi+PA0VxItPY= + + optional + + + Resources/ru.lproj/Localizable.stringsdict + + hash + + +VO/rmadNXvhOdgVGnMohx0JBWY= + + optional + + + Resources/ru.lproj/Main.strings + + hash + + cKccfmFFYstmDJ2dPqqb6h1Q+rE= + + optional + + + + files2 + + Resources/AppIcon.icns + + hash2 + + KZTDXk8F525XR/te7uAi4FoImmddWaRbzcAav7bKIfU= + + + Resources/Assets.car + + hash2 + + pffdoy6j0nv41tgwqsiCmkmokb9UdOlE1b3gWYeU1iM= + + + Resources/Base.lproj/InfoPlist.strings + + hash2 + + cXn++mIUaDRUjqEa081GsHG0rDbWGFDNrd8xxiz6NZA= + + + Resources/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib + + hash2 + + XeCYyVUNjYNJoV04zC/dZh15G26dtMIbyUk40OPRUtQ= + + + Resources/Base.lproj/LaunchScreen.storyboardc/Info.plist + + hash2 + + HyVdXMU7Ux4/KalAao30mpWOK/lEPT4gvYN09wf31cg= + + + Resources/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib + + hash2 + + be8Kss8rP2n7nvBmh6F2C3NTWVSKKZgOdVOWiWTQpIo= + + + Resources/Base.lproj/Localizable.strings + + hash2 + + CwU/JRRy0qumNAyyCudUz1cl5E134EteKX3a/tC1G4o= + + + Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/objects-14.0+.nib + + hash2 + + XfstjtK6I8aan5BBl7liLs3LyRQWMIKsCT8nMv6AONE= + + + Resources/Base.lproj/Main.storyboardc/4jU-Z3-PF2-view-NFd-we-MVH.nib/runtime.nib + + hash2 + + 1jLqqibj4XpZdW/jYefW+XZfIaeWhcs5331DTpurZKU= + + + Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/objects-14.0+.nib + + hash2 + + N/u6RJxASSkyPn9WtjV2HXTCuyd7rodTS9k3GuI1Qio= + + + Resources/Base.lproj/Main.storyboardc/73d-bt-c62-view-Eae-Lq-vht.nib/runtime.nib + + hash2 + + kwJw/WyyQKvWNXeEunsfwkQT3jzViNKpwQyef4krs88= + + + Resources/Base.lproj/Main.storyboardc/AuthController.nib/objects-14.0+.nib + + hash2 + + K6yTBi7cvC7mhYFDm7ev8vcMx5x8xz3vlBShwpxENcA= + + + Resources/Base.lproj/Main.storyboardc/AuthController.nib/runtime.nib + + hash2 + + lvnEYvNog/iYlzIZuyMi39n8T54U1D9mKsDmbW5yqpU= + + + Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/objects-14.0+.nib + + hash2 + + HUwphhrrJCzmoXBI8+JMCC48kOKfJ4sAjzwX410GOUU= + + + Resources/Base.lproj/Main.storyboardc/DmF-8j-ae3-view-mYm-sh-pSj.nib/runtime.nib + + hash2 + + LLLOukFWDwD+0FENba8Uxj/4Z+15l6ga5m30LMA9FDo= + + + Resources/Base.lproj/Main.storyboardc/EventsController.nib/objects-14.0+.nib + + hash2 + + 0VZwRTpLJUB1ONC239SPBXJY+lRhjPAc/t+ipDQXonA= + + + Resources/Base.lproj/Main.storyboardc/EventsController.nib/runtime.nib + + hash2 + + P3nNvYlTajEh4CrPr0etuI8AOM1TcFK76Nr8uOh8RbQ= + + + Resources/Base.lproj/Main.storyboardc/FiltersController.nib/objects-14.0+.nib + + hash2 + + 3cxalmjDHORk96yQIVgGstSV41whGXcNzKJF30L/r9Q= + + + Resources/Base.lproj/Main.storyboardc/FiltersController.nib/runtime.nib + + hash2 + + ruVXd34Iu43kQROZ9Ri8I31EzzGOAiGtFA9VLvfogMs= + + + Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/objects-14.0+.nib + + hash2 + + AI578QcxOcMV1e9VmFQllgQO1lEl/GxYwqheFDysitw= + + + Resources/Base.lproj/Main.storyboardc/GlobalEventsController.nib/runtime.nib + + hash2 + + 9jRYAiVcs+gcFishQtt+/nEg/99qYIejqCEGM1dJ8a4= + + + Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/objects-14.0+.nib + + hash2 + + bTJqfO/osGhBW4iRG7ShXT6FAZvCMpa3yjXWMDy+94U= + + + Resources/Base.lproj/Main.storyboardc/GlobalEventsNavigation.nib/runtime.nib + + hash2 + + /McsIw21N2pznwQ7duIrmFZPI3EWsD9nOMeyGII0NH4= + + + Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/objects-14.0+.nib + + hash2 + + S3yMnAoSBAfoBPRmEa4V2qF0uS9i6m6ln+MoK1z/C3k= + + + Resources/Base.lproj/Main.storyboardc/GoogleSignInController.nib/runtime.nib + + hash2 + + FdZoNhnE20r7RmM76s0QcBLZEi0w+brq5p+fzC22Q7A= + + + Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/objects-14.0+.nib + + hash2 + + YoxijudQNbJI2hVtH+py3VdF5puy9QFnPJ4B6APY+/o= + + + Resources/Base.lproj/Main.storyboardc/HJt-oG-6ic-view-DJI-63-46l.nib/runtime.nib + + hash2 + + 65HkobtJjyi3/YeFObzLW1PM6igpow+YZ5DNZWf+jnM= + + + Resources/Base.lproj/Main.storyboardc/Info.plist + + hash2 + + vL6RXVXcSk+FSc+uAua6TL5uwTMcCC8/7xW8l72PNy0= + + + Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/objects-14.0+.nib + + hash2 + + qhmeQxsgwYSyTgNfPhe+ZyUFEWOwmgvQqI3XrpLcZ5g= + + + Resources/Base.lproj/Main.storyboardc/JIE-9Y-R8R-view-VgQ-mW-DCS.nib/runtime.nib + + hash2 + + 0m8lxXhAUCSQ9OcxuR2ds9NCSwhw3UAMfIMXC+L8bDA= + + + Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/objects-14.0+.nib + + hash2 + + ELu4Lc6CY+c7YcWoXgEbz/m6OsLcLQGQD90qC4mmP0E= + + + Resources/Base.lproj/Main.storyboardc/JW7-4w-Lcx-view-OhQ-CO-BRq.nib/runtime.nib + + hash2 + + XXovTesJ7qBWtv5eX829OkEbKDU3IGcYF63yaOMxjPQ= + + + Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/objects-14.0+.nib + + hash2 + + lBIPCvDMRkQo25A2+TQZwQL/XxFxaHPl7BQSusXoKSc= + + + Resources/Base.lproj/Main.storyboardc/LocationEditController.nib/runtime.nib + + hash2 + + UGc2FnM3I3c10kZf1CFjqpyCVXKhIK7R+1iXzy4U0gQ= + + + Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/objects-14.0+.nib + + hash2 + + 5jgATutbYbhxZfrGDzxFa0hrDJDoqh8vmMfpElIkwV8= + + + Resources/Base.lproj/Main.storyboardc/MainSplitController.nib/runtime.nib + + hash2 + + AsPuRCUjFkknPGWzodPWquvhhdrzfqdEd96bFS2kQPQ= + + + Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/objects-14.0+.nib + + hash2 + + AtIlSwKfqAavG+R1PFiyjxZXDjfkwU0sNf1ysABueIs= + + + Resources/Base.lproj/Main.storyboardc/OsagoAddController.nib/runtime.nib + + hash2 + + PlwGH7wbgTbuZy7AamdLM96sTeowcg+s4YXr1u8/WGY= + + + Resources/Base.lproj/Main.storyboardc/OsagoController.nib/objects-14.0+.nib + + hash2 + + sWV1z6GD5wxRMvAaPS7D5G/EB4v7rLyTdiA+Ivkj+aU= + + + Resources/Base.lproj/Main.storyboardc/OsagoController.nib/runtime.nib + + hash2 + + zqZ7dsgl6L5x6JxTN0eomSEum5CSto8IuuQvkKsQlIw= + + + Resources/Base.lproj/Main.storyboardc/OwnersController.nib/objects-14.0+.nib + + hash2 + + Qd2eE7L+PqNiAHGAvy8pdDdWoBy4qAVS05bmI8QI9Uc= + + + Resources/Base.lproj/Main.storyboardc/OwnersController.nib/runtime.nib + + hash2 + + iZA2X8Vb4lyk+XcD6u+3h2ANgEKI7Ypyxi0v8Wz9yY4= + + + Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/objects-14.0+.nib + + hash2 + + /ln1HDOeZib1GTK+2Mbl4Fz7dHUyn0XdWvgUMOZa/rM= + + + Resources/Base.lproj/Main.storyboardc/Ptg-6q-3w6-view-NtL-RA-Nxs.nib/runtime.nib + + hash2 + + 6zBV0KHhb5lMTCO7BB9OFEt1e2N8ltc79Tbx3s5y/ak= + + + Resources/Base.lproj/Main.storyboardc/RegionsController.nib/objects-14.0+.nib + + hash2 + + 0FAjDRyDffktSR+tCkmkQzqpDNJjuYXuJI9F9cm8uBQ= + + + Resources/Base.lproj/Main.storyboardc/RegionsController.nib/runtime.nib + + hash2 + + 33sz6oM/o7SkmbOCWxl2pVIF9fq8gvlvTCaQrgXK8lA= + + + Resources/Base.lproj/Main.storyboardc/ReportController.nib/objects-14.0+.nib + + hash2 + + 07fwa0+eIyWHPlfoBAoCdP3qBWPFFJKX/EQe7T/0qis= + + + Resources/Base.lproj/Main.storyboardc/ReportController.nib/runtime.nib + + hash2 + + cjBgXLEJ+uqnDZQ+d+W8psLq5w4ZqLoabh2gNc9sPAk= + + + Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/objects-14.0+.nib + + hash2 + + MMkYouMB3UlSy6X6OIQJdQ1uRoqdAAViiDVk4pNa7tE= + + + Resources/Base.lproj/Main.storyboardc/ReportNavController.nib/runtime.nib + + hash2 + + JwqpPdrpQJpP03lA7Ky0MvQV4xtW24aa6+zXAPgqRtk= + + + Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/objects-14.0+.nib + + hash2 + + SfznoqsO6vAliVNNIerUksXP+POAWnRRoE2LFr5uJ98= + + + Resources/Base.lproj/Main.storyboardc/UPf-uT-oOr-view-IJP-gV-Ojc.nib/runtime.nib + + hash2 + + RScF1dMyqYYcy6V6Ejzgxx5lLz8Wlw4klBH/WLRLN5w= + + + Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/objects-14.0+.nib + + hash2 + + dMYj+XzJp9sgTq+Crl7vhvJxo7R43ItdGUUqzoEzloE= + + + Resources/Base.lproj/Main.storyboardc/i1k-Y4-pyh-view-u3u-z2-y6J.nib/runtime.nib + + hash2 + + Bmz5DxZCWWgIEMW58mVrztnYhY5JhoJ7D5PX/tJrCAI= + + + Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/objects-14.0+.nib + + hash2 + + j5pGFDgTE8ZyXfytIAhV/Ajz/uTNp/2E/ZfoEcM5o8s= + + + Resources/Base.lproj/Main.storyboardc/mwd-dq-ihi-view-d0c-Nb-ZHe.nib/runtime.nib + + hash2 + + 4DAEuSmf2qnxejlCoU3IqU35MC6RNyYAtZMN/3AgxuQ= + + + Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/objects-14.0+.nib + + hash2 + + grV+IxsVDr/vlC2Ayl+WcVH8+ujZ6jdZXNPvFMB0rSY= + + + Resources/Base.lproj/Main.storyboardc/nFZ-L6-cSY-view-qu5-Ue-dlv.nib/runtime.nib + + hash2 + + 3WVmy7R0hDjUF9UgW3NFSwQJkCJedillCqbJ7+r4PxA= + + + Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/objects-14.0+.nib + + hash2 + + xrYmfllu3pq0RwRektypuw7X6wfn+Hdwt3c8XbJaDm4= + + + Resources/Base.lproj/Main.storyboardc/pme-aR-UNJ-view-JT9-G7-mMt.nib/runtime.nib + + hash2 + + zwLuy2gT1ZCAiU9xrhqKoE7ajbMv2ms4fgmnfhObJGs= + + + Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/objects-14.0+.nib + + hash2 + + xcE2wM+ABzXRl/pglmxub77edYqLcoNjlMIh62AonnI= + + + Resources/Base.lproj/Main.storyboardc/twc-qR-t1G-view-g5m-iL-O7A.nib/runtime.nib + + hash2 + + nweDrJPSLqojD/Nhw9WyA6545qH6Mo7arlGRbHn3nRQ= + + + Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/objects-14.0+.nib + + hash2 + + MOffQ30Uuq97u50DCCtLaA/FLL2qOq91Fd5U8SRgokM= + + + Resources/Base.lproj/Main.storyboardc/ut6-ie-wYF-view-Gec-g2-MLF.nib/runtime.nib + + hash2 + + D7yfBEYiCl2LYnXSGJmfIiT78WMtg46rTgNn0hCLED0= + + + Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/objects-14.0+.nib + + hash2 + + K22Lruohfte6ZX7E3fLsbiHsZmBgQxnxOd0lxqY+B24= + + + Resources/Base.lproj/Main.storyboardc/xtc-Md-WHl-view-ACq-OO-MJ9.nib/runtime.nib + + hash2 + + pKsTQvCSt5MBfBRDkpu04DaGTCP8yf9BPUPbqAAqV/w= + + + Resources/PKHUD_PKHUD.bundle/Contents/Info.plist + + hash2 + + baYo2sV7hdItveDHMSIQq69262j9vV3VeT3kNm+O+qc= + + + Resources/PKHUD_PKHUD.bundle/Contents/Resources/Assets.car + + hash2 + + mg2E2ZtC8RyUiIcKK+Rk8caxzyLxYSL+Jo49hUc2V14= + + + Resources/RoadNumbers.otf + + hash2 + + HyPQ8QmhMl9G+PM50iTnel1Mxrxn6catHAPz7JylH2k= + + + Resources/RoadNumbers2.0.otf + + hash2 + + jkXV1zEMgZmb1XlqB+y0WK9oqcuUp1XSXWrqqfgiPQQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Info.plist + + hash2 + + bp5ZCjCeB3MdGvXXshBEcCcOG/ow0+KOsWbMUuxEtuw= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/af.json + + hash2 + + VtD7oAadQo/Tcu12IDVnorOe4mYv9XAkn1NDNZha42o= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/am.json + + hash2 + + Xl/REY3zAm1wXTpnbNPV6lN3bQcwLpnNrwhzGnKvGyQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar.json + + hash2 + + GNW+FhdHWtdNKL+TdlQtq82dQPPo4xHBiOiC4LBr2ho= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ar_AE.json + + hash2 + + pOt1vmAc3XuhNEZyNJjHi45bcP1VuxcO5ggFK3greTM= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/as.json + + hash2 + + vjw4uTA3wTL7TKgC1kqAyWgnCA4IOqar5q85LfpU5A4= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/be.json + + hash2 + + WIt1MP3ZpEXOFMB5duG/cHMFEp/t+mBCzKQW8s+tNA4= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bg.json + + hash2 + + LO2LvCPhv9eW1vikqAQ7AX7A/J6HdGGJlRj3mrdLwK4= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bn.json + + hash2 + + 18QQMEJdNCNQ7k3UEa8hfhMKfaAyry0CHpYS9C+nNjw= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/br.json + + hash2 + + z3YUJy72wwafkxaJUfuz4j0SRYRkN5QcxRfzug0ktjs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs-Cyrl.json + + hash2 + + DcYOH/LwMaZA4I2bEeXSowMJJFGh4IB/FD4tbWcphAg= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/bs.json + + hash2 + + ryY9jiZZX7hFoK/FSM8Mvku5aqEz/EROq0iEY6gbjow= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ca.json + + hash2 + + emnKwDsvN9FMpeIRAhwGtBZ1tgUJ9tKKWT7OPrKaVPQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cs.json + + hash2 + + +X7Bm5c4MH5/yOvlTW4M9bada4yA2PF54mvBzwz0DTU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/cy.json + + hash2 + + yBvE5GQDhGLIEkeJn/SWCBcEDdGdHivpvL3BUHS/UxA= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/da.json + + hash2 + + K8grSlMrsbb3IHCE+80xogLsFS1P19dspJ28YBJaNb8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/de.json + + hash2 + + iBxxwfQDhh0eV4CD9la4SuNY3SKcF5cZYOAQdMhL6hI= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dsb.json + + hash2 + + mevM/+CfJ27kiktmVJUvIkiiNQ++lgN8yBd72ZhrIw8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/dz.json + + hash2 + + JEPLA2bS/XO4sz84U2nHGOe/BZX8fD1oCjgpnQTnj1c= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ee.json + + hash2 + + XBwIW03uHSPj34xvZUZFEtX6UCROlKcio8GbnK88e0Y= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/el.json + + hash2 + + eyux63deTyvvWwdNnO7lz7Nyfq1SGgaHqZ8SXMmhuLQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/en.json + + hash2 + + CTJQ6ZNGP44XUOJ8uIbYiLfc2JDh8SNIb5GPYpI2tBs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es.json + + hash2 + + ElD2AWNkpLxGfHmlUTWiHKfVBOfHkdQdZ+rdMBTYSvc= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_AR.json + + hash2 + + C7AhwteHFolOR2tE8t/YUCkH7TgINqsgG2KH0kZXe2k= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_MX.json + + hash2 + + eKBwpIsdZoLxX7SNoqeIKCuc3hGLdpHyGO8iczJgHGs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_PY.json + + hash2 + + PO3+MpQlMTuMH2xBt08yUVnmQgxY2nikw3SJq+KfnMI= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/es_US.json + + hash2 + + YcsBl8N/xm0lXDRIVJYjDj26HtGCitrfgx365NM8wu0= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/et.json + + hash2 + + QpKCJFy5+NW+9nOgk7RuqFPejo/1C5A3NNNs7cyJqMY= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/eu.json + + hash2 + + hVEDLgNAZ09OzgL1vCEAAFqxIiWtxvp1oGpBZfJ4oI8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fa.json + + hash2 + + pBESpzLAekdf95QaPGDrgQU50GSFyUfwwzY/JOVbhjc= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fi.json + + hash2 + + 0vAXLxr8k/w9CfGG9VtGGvaKG0YCvpS0YekQzFkWG2U= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fil.json + + hash2 + + XiZjWjfjVdtlXA7NC42m0paydJ18krZba3GXHRWrZrg= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fo.json + + hash2 + + MZkn/5tX8bqU3EflDvihxIfYWOrT5gSn2yU6Jyxg/Ew= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr.json + + hash2 + + BcZynvUFWtI/Rjtovkn1ZBLevJOgT5jutAg4ftt5rus= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fr_CA.json + + hash2 + + FLUPbP1mW8lR7kSAm0qxso4Q6bIiZN7h8/QMp+1Z5ys= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fur.json + + hash2 + + xmLqUfmoo//MD3mM284yj1bBr0pmfb6SYPME6VFpy6U= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/fy.json + + hash2 + + dP/rCVz6GAIPT3I2z6UQX86CUCNdnTVh6TfrsdcfVCg= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ga.json + + hash2 + + /6WQtRmE+QlE4cUZ71dYSvkyceUcbR3eWVpAf2bVSO4= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gd.json + + hash2 + + +5vFW4ffjBf9QD4tEi3oNwsrHmKhzLxDyaoxqmTTds8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gl.json + + hash2 + + cjldK2Ua9iAQpOLiS9dfn6rPkZtT2cvEcNw11d6F/YY= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/gu.json + + hash2 + + pcyZviBMcUYiiFYxCT7417ufMl44eoIyP1z1mgR+xpo= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/he.json + + hash2 + + LVNaAm5ZhY3I5B+YaRXDLeaSPkBf/s0OMr57H5jWtAo= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hi.json + + hash2 + + 6KazOHXSbKuWxl7uht16rjhT72tiKksY4sqnYQHAPIw= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hr.json + + hash2 + + ZipUeexqFVJiuFKKHBSkLjFcremb+0vknxr83bxb0eQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hsb.json + + hash2 + + kDgvC5qFQCxaco7pythyTWORbWd+UrS/6SzmlNW5teI= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hu.json + + hash2 + + F/O+t3jiRii/A0sMwf/WNCulZ9SgytePIYuYOeK7plU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/hy.json + + hash2 + + OZs0PMcnW38ZHFBW4/9Kf3wWBK6PQd79y26i6MQmmQo= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/id.json + + hash2 + + 8ZMbARLsQc1txNl0eReFjqy6PqKR+m5SxoHBKPOniQ8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/is.json + + hash2 + + ydwwydVNH3owJnXGw1P57jVeQ1MslOMWlQ5ukhVGKiI= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/it.json + + hash2 + + wah7lwfd0dRrrHuF0CDimBjz1DIrk7YeOMozfoYEnUs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ja.json + + hash2 + + zZdQsxA3LlJJdn6BLOsNw0WY7ub2gsULxvFMXmRwAIU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/jgo.json + + hash2 + + yguKotBCRlEg4sn1CfTYC0ApqWKWgtOLdOWPPVQilEg= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ka.json + + hash2 + + tp0bukq+fUPXRL+j+Yak49u7hUh+rTeqfi5Jk3dWE7c= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kea.json + + hash2 + + xYYb4IcYrgZU/cCxRfkBWqzM4G+CGev9x0aZxzR5aok= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kk.json + + hash2 + + Tafw7IuocO4AcwAWdwD7sGAariKFH8ZEhuSQT+/uhWU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kl.json + + hash2 + + V8nKD6+LvB2brTsl5lto42JE8Pn327FVR/5GEpkUUIM= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/km.json + + hash2 + + BzfXU0Y5UCHJehN6c9eq0eR3c70G8a9GZ3pjFUVwnKU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kn.json + + hash2 + + 2bvkYR4/nJeuvanfSaerioO+dChDI3rcH5Ws1CiZjXs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ko.json + + hash2 + + QGfl9h9lrGf+nh6pxlKPDPNKAzyoaf4UUoibHZ2Hgvs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/kok.json + + hash2 + + x4XX1pbhwiUB31C9ILEdWC2Evq6sGPnvjOBpwFd5UyM= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ksh.json + + hash2 + + biLZxmKikcdgEOVRw9Nv0Gbnn/3T0DMHvIA6eoNOJ6I= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ky.json + + hash2 + + 0SwRVkcrHEo12OfnMy2BzrzAh8o1IO9v1phmQpfD5Ig= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lb.json + + hash2 + + Z/og+u7NPgu7E1wrZBM0XFpP3TbK7rA2Nb8Bmz/mulw= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lkt.json + + hash2 + + z9wCJaJKIuV80x9wvJ66IvFbHshpTfeC8drQ3dfUwEQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lo.json + + hash2 + + JowR0WNMBWv9/vif4HKpF2JpAKq4VBSKa9CQNay/rZs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lt.json + + hash2 + + q6hZDEPaTdw+hzWnJfN38ZD4B6wPXUY2JZMHgNXWXkc= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/lv.json + + hash2 + + clAMjBgP3YrovUSXvG5M5pSeATY5cqej9UWbscUd7tE= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mk.json + + hash2 + + w9lhPA6P/iuUYdUy7EMtH7s7pz93e+U0LMlWxHXcCsI= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ml.json + + hash2 + + jR17UqWArCsNhEytAIXHmZhGaoeRtEbATyGTSt2Kcuc= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mn.json + + hash2 + + G4ZKTEGPkijZObLotgGkBM2TxU4awGh48fGshLtq6U4= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mr.json + + hash2 + + 4KvPDL/WwsVPyh9ajmYR5XN9E2UxWuLW/YE+PY5K9bg= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ms.json + + hash2 + + 40K/81T+AcSfTVPr1KuEH8pKr4YLWToH85vTYmhrHdE= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mt.json + + hash2 + + XdPaq0HuPtZDkN5m5AHeigSOl4IjztWFFn0dl/qhFA8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/my.json + + hash2 + + kxSNSb8D4p1znve+OXvOzHuHxpbxEBwmPq2la7MkoAo= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/mzn.json + + hash2 + + OXku334bbQpWzAkE0MBmxAhBbvK2+JJfg+dZzS4dm4s= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nb.json + + hash2 + + uFjhs2MTJPZYBvnL++UUAxqRM0ggctvPWNE10lSLVNY= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ne.json + + hash2 + + 7M1Dz8l+yAEcdlt7qnKQwiZtKd2sgnuip8jMu+OyqSI= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nl.json + + hash2 + + LtmzDHTlWLSFfGD1zOZR08J+sA1vfCCaTTg6ee2qpQk= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/nn.json + + hash2 + + eBbTyjqT6FQIK98lnW5RUGJrkO1GwYo3pLOIiA7eYus= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/or.json + + hash2 + + MlNfF9GepOk7PboyMJ3QRW6ZZDfKQuolskqO2wNRYmo= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pa.json + + hash2 + + EohJ0sIPNtldixcvCcci5E12YnkDM1DG+xBLa40XHqU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pl.json + + hash2 + + P/Oe1wvWbDYYDISJ+spnbn6bFpmHzR+oACuShBpUkTE= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ps.json + + hash2 + + jem9Qqa9KlKIsZuh11Ci+yuu2+7mqv5kDZ/ZM0NA7xw= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/pt.json + + hash2 + + 3PfBoKgWKcYSOmoFIqaFtOFYUoYtZXrW/NplHnZGdno= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ro.json + + hash2 + + IvZxYLAHGlis0kQo196I3f9BoXW/QS1wE1REllZynYw= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ru.json + + hash2 + + M/+L8HQw/nyx+hGlir28o06cKnQcayPqetmEdyYoI3o= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sah.json + + hash2 + + OtxQ181y4677MqXXRmjo6wYHJt4Pz7PCmSmgS0ixHFU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sd.json + + hash2 + + /xvVj4VEi8N+G73/FuAiaPx8XEC9KEOHNhJIyeGdELE= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se.json + + hash2 + + 5ubxwFZjknwAii69V0dQA+KI9sXugJs8IMMZ84drMZk= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/se_FI.json + + hash2 + + wghZl6mIzELW6T+DCqwU0X0++fqD4g/MvmKDW1g2/tk= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/si.json + + hash2 + + jGfB4WT2Gd0ZuPHUaUfvcH55o/G47yp5pfHY0juD7Ts= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sk.json + + hash2 + + WPGvCesScL+Q2R7HNFTbWjozruZpvc7cEYlr5Bs3n2g= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sl.json + + hash2 + + QzsHxsXapPJdnp91Sxm/feMgkh3IFBlgE3zEY9nw6fE= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sq.json + + hash2 + + V0iMPyZbgvBNpx7jRT/8xQGV/26ximlw8rI3087hTaU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr.json + + hash2 + + FBRa4ZPvDr6NIHx98qJZqS5h2FI1/qhq2d9mf9cGvUQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sr_Latn.json + + hash2 + + FBRa4ZPvDr6NIHx98qJZqS5h2FI1/qhq2d9mf9cGvUQ= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sv.json + + hash2 + + kC7DgYVttkM+Eyq5L62qgTY/qDuQ5MarVtwfOOpXxM4= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/sw.json + + hash2 + + 7vFY5uYipuThP/38p5JWJ9SZDES2iJxWVSilr+6TBac= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ta.json + + hash2 + + pj+nE3l1VjEIq8ZyTVNXfQOsV93pKeyJoDr7YmwCQBU= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/te.json + + hash2 + + /4eQmQriEHh88ZbJzkkpIs36Zz0vuNHWgdueOLNIByc= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/th.json + + hash2 + + 2OitEC4fXRoz/TsHIBvANu4Rof8OLQHzKPrX/njxawE= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ti.json + + hash2 + + vFnb8Kr63uSrxBpQoxk54Qmg4vav5FDSYZf8YrN+fzo= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tk.json + + hash2 + + AYLWTf3+oPdOus9V0XYRa+JJh0paSvgGfhz+VC5oaK8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/to.json + + hash2 + + higeQEuDAnLnKjLm1cgeWo0gK3BsOY86gO9nJGrWNIs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/tr.json + + hash2 + + Bp8GCWwiMvdBnWkxTJYy1Qg5zwS/UanuBDfE3GVH7qM= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ug.json + + hash2 + + J/ihNJTcVBTOylhxNA4tlVBUVqknKiwSLD4rVNej+p4= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uk.json + + hash2 + + +ZgeVeRLZdmYjicbVLAwKLWF9fNoGySxtJPNRvUr6Kg= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur.json + + hash2 + + 363abs8maSXEj4KmpoahrgaLQzTPmWtK+JxU121Vr2c= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/ur_IN.json + + hash2 + + IQPffHJ0/ss3kvd/xm0FBf3XyA1KaTw2NTO5splF3bA= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz.json + + hash2 + + yR6i57gjkqQmOI+ZlmYol01BWb+wmxHTk5C/5Anj7fk= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/uz_Cyrl.json + + hash2 + + 5Z4EG0S2yFttc+3LwBEk2q6NkoZT1X7s1hig0mC1BFY= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/vi.json + + hash2 + + zEfRVDsWMZnORIPthlbQQRdybONAlvEuy7UeJcEg7+Q= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/wae.json + + hash2 + + 9Ki16gqwkxGNrngFdTIB1C8LaJQgRdVsjFqtDFOwE64= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yi.json + + hash2 + + lqZur0o4Row9vdGNrrZ7ZFCkqG5ePvqdfpV5ZrOvpSI= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hans.json + + hash2 + + WRF/mCxFqteOnIH6zojN5+wvPuf/px5W3tLGdgl40TY= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/yue_Hant.json + + hash2 + + D64CraYn0mLizZZpZkGCD8g1M4CUAWQBrB9IMKrX33k= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh.json + + hash2 + + A/u06N1LTG9FpHaH7BGfxPSlT6HszsTxAm13KO5Nh3g= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans.json + + hash2 + + CNNu0rb0ed8YLJ/oiIZr747+fP1yC/ZwwXQRy+5ucAs= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_HK.json + + hash2 + + AjqWmeBH6wxOOGZB30tDJUZwddnFiOh6FSYm7jd/4C8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_MO.json + + hash2 + + ztC/IapC8/mmjlq5dcpxKL2PxsSt+N4kdSM8nn3w9gw= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hans_SG.json + + hash2 + + AjqWmeBH6wxOOGZB30tDJUZwddnFiOh6FSYm7jd/4C8= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant.json + + hash2 + + kOwz/VP28xZvndSghNqw+7cGY1QClSa1sCBOUacGH+k= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zh_Hant_HK.json + + hash2 + + cqcXr1bqD5Il5A9T5ut7Ji5g6kzxhJkQ9b1b7lW2ymg= + + + Resources/SwiftDate_SwiftDate.bundle/Contents/Resources/langs/zu.json + + hash2 + + GBqzCPdZO3EbzzDgFiEmejOdn1+q48nEVlp3LnQmSjk= + + + Resources/dkbm.js + + hash2 + + ZAzKjjuvUI/1r3QpEOl0K5N+l0RGcXgIWDGdeDEdiW4= + + + Resources/en.lproj/Localizable.strings + + hash2 + + CwU/JRRy0qumNAyyCudUz1cl5E134EteKX3a/tC1G4o= + + optional + + + Resources/en.lproj/Localizable.stringsdict + + hash2 + + pfpHbfx7FutxUtwxESXdr248K3Jy0oW7MxlQAqdAZXw= + + optional + + + Resources/ru.lproj/InfoPlist.strings + + hash2 + + T3Vedmka9Nw1QgX8s4lzty1frL0PDjwyV8TspDuXtlw= + + optional + + + Resources/ru.lproj/LaunchScreen.strings + + hash2 + + AbpHGcgLb+kRsJGnwFEktk7uzpZOCcBY74+YBdrKVGs= + + optional + + + Resources/ru.lproj/Localizable.strings + + hash2 + + QxHzJnbaggSUNbrQP5a5k8V3xBJgy56rDa48wRsMGV4= + + optional + + + Resources/ru.lproj/Localizable.stringsdict + + hash2 + + hUch/pDmjlCbLEOUoHtpdTCwEbYLVOLzVIJZl6vXmAc= + + optional + + + Resources/ru.lproj/Main.strings + + hash2 + + RnH71NxwM81grjGwngFzvyYk+TcXGb8sOZ1eWCVFgcI= + + optional + + + embedded.provisionprofile + + hash2 + + DzB/KpQ/w9rhtDD3Ji7f++Wc/4ZgEVcoQ6cdLBvG/r8= + + + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/dmg/AutoCat.app/Contents/embedded.provisionprofile b/dmg/AutoCat.app/Contents/embedded.provisionprofile new file mode 100644 index 0000000..36f30a4 Binary files /dev/null and b/dmg/AutoCat.app/Contents/embedded.provisionprofile differ