react-native-hyperpay-sdk 0.15.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/.DS_Store +0 -0
- package/android/build.gradle +1 -1
- package/android/{oppwa.mobile-2.44.0 → libs}/.DS_Store +0 -0
- package/android/libs/ipworks3ds_sdk.aar +0 -0
- package/android/libs/ipworks3ds_sdk_deploy.aar +0 -0
- package/android/{oppwa.mobile-2.44.0/oppwa.mobile-3.14.0-release.aar → libs/oppwa.mobile-4.6.0-release.aar} +0 -0
- package/ios/OPPWAMobile.xcframework/Info.plist +42 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1100 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1649 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +116 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +3479 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/ios/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +4503 -0
- package/ios/ipworks3ds_sdk.xcframework/.DS_Store +0 -0
- package/ios/ipworks3ds_sdk.xcframework/Info.plist +42 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/.DS_Store +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1242 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +282 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/.DS_Store +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1862 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +759 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +312 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ios/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/package.json +3 -2
- package/react-native-hyperpay-sdk.podspec +1 -3
- package/android/oppwa.mobile-2.44.0/.project +0 -17
- package/android/oppwa.mobile-2.44.0/.settings/org.eclipse.buildship.core.prefs +0 -2
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Wybierz Metodę Płatności";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Szczegóły płatności";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Przetwarzanie";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informacje o płatności";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Kwota ogółem";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Powiadomienie push zostanie wysłane do Twojego urządzenia.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Proszę zaakceptować transakcję za pomocą PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Regulamin";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Przeczytałem i akceptuję Regulamin";
|
|
20
|
+
"LABEL_SWEDISH" = "Szwedzki";
|
|
21
|
+
"LABEL_FINNISH" = "Fiński";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Wybierz preferowaną metodę płatności:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Proszę czekać";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Aby potwierdzić płatność";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "ZAPŁAĆ TERAZ";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Zapłać %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Zarejestruj";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Anuluj";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Zmień";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Gotowe";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Imię i nazwisko posiadacza karty";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Numer karty kredytowej";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Termin ważności";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Kod bezpieczeństwa lub CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Numer telefonu komórkowego";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "Kod QR";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Właściciel konta";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN lub numer konta";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "Kod BIC lub bankowy";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Wybierz kraj:";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Wybierz Bank:";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Przechowuj szczegóły płatności do wykorzystania w przyszłości";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Wybierz typ karty:";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Liczba rat";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-mail";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Kod pocztowy";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Krajowy identyfikator";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Numer konta";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Weryfikacja konta";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Imię, jakie widnieje na karcie";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Długi numer z przodu karty";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/RR lub MM/RRRR";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-cyfrowy kod";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-cyfrowy kod";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nazwa właściciela konta";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "Międzynarodowy numer rachunku bankowego";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN lub numer konta";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "Kod BIC lub bankowy";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-mail";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Krajowy identyfikator";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Numer konta";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Weryfikacja konta";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Nazwisko posiadacza karty jest nieprawidłowe";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Podany numer karty jest nieprawidłowy";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Data ważności karty jest nieprawidłowa, użyj formatu MM/RR lub MM/RRRR";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Karta wygasła";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Kod bezpieczeństwa musi zawierać 3 ostatnie cyfry na odwrocie karty";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Kod bezpieczeństwa musi zawierać 4-cyfrowy numer z przodu karty";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Nazwa posiadacza rachunku jest nieprawidłowa";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN jest nieprawidłowy";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Numer IBAN lub numer konta są nieprawidłowe";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Kod BIC lub bankowy jest nieprawidłowy";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Niepoprawny email";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Nieprawidłowy numer telefonu komórkowego";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Nieprawidłowy identyfikator krajowy";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Nieprawidłowy numer konta";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Data ważności jest nieprawidłowa, użyj formatu MM/RR lub MM/RRRR";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Konto wygasło";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Przechowywane metody płatności";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Inne metody płatności";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Karty kredytowe / debetowe";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "BANKOWOŚĆ SOFORT";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Polecenie zapłaty SEPA";
|
|
103
|
+
"PAYMENT_METHOD_TYPE_KLARNA_PAYMENTS_PAYNOW" = "Przelew elektroniczny";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Métodos de Pagamento";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Detalhes do pagamento";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Em processamento";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informação de pagamento";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Valor Total";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Será enviada uma notificação para o seu telemóvel.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Aceite a transação com o seu PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Termos e Condições";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Eu li e concord com os Termos e Condições";
|
|
20
|
+
"LABEL_SWEDISH" = "Sueco";
|
|
21
|
+
"LABEL_FINNISH" = "Finlandês";
|
|
22
|
+
|
|
23
|
+
/// Messages
|
|
24
|
+
"MESSAGE_PLEASE_WAIT" = "Por favor, espere";
|
|
25
|
+
|
|
26
|
+
/// Device owner authentication
|
|
27
|
+
"DEVICE_AUTH_REASON" = "Para confirmar o pagamento";
|
|
28
|
+
|
|
29
|
+
/// Button titles
|
|
30
|
+
"BUTTON_TITLE_PAY" = "PAGUE AGORA";
|
|
31
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Pagar %@";
|
|
32
|
+
"BUTTON_TITLE_REGISTER" = "Registro";
|
|
33
|
+
"BUTTON_TITLE_CANCEL" = "Cancelar";
|
|
34
|
+
"BUTTON_TITLE_BACK" = "Alterar";
|
|
35
|
+
"BUTTON_TITLE_DONE" = "Feito";
|
|
36
|
+
|
|
37
|
+
/// Text field label names
|
|
38
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Nome do titular do cartão";
|
|
39
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Número do Cartão de Crédito";
|
|
40
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Data de validade";
|
|
41
|
+
"FIELD_LABEL_CVV" = "Código de Segurança ou CVV";
|
|
42
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Número de telefone celular";
|
|
43
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Titular da Conta";
|
|
44
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
45
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou Número de Conta";
|
|
46
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ou Código do Banco";
|
|
47
|
+
"FIELD_LABEL_SELECT_BANK" = "Selecione o banco";
|
|
48
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Selecione o pais";
|
|
49
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Armazenar detalhes de pagamento para uso futuro";
|
|
50
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Selecione o cartão";
|
|
51
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Número de parcelas";
|
|
52
|
+
"FIELD_LABEL_EMAIL" = "Email";
|
|
53
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Indicativo de país";
|
|
54
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Identificação Nacional";
|
|
55
|
+
|
|
56
|
+
/// Text field placeholders
|
|
57
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Nome como aparece no cartão";
|
|
58
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Número longo na frente do cartão";
|
|
59
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/AA ou MM/AAAA";
|
|
60
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Código de 3 dígitos";
|
|
61
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Código de 4 dígitos";
|
|
62
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Nome do titular da conta";
|
|
63
|
+
"FIELD_PLACEHOLDER_IBAN" = "Número da conta do banco internacional";
|
|
64
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ou Número de Conta";
|
|
65
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ou Código do Banco";
|
|
66
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
67
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Email";
|
|
68
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Identificação Nacional";
|
|
69
|
+
|
|
70
|
+
/// Text field errors
|
|
71
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "O nome do titular do cartão não é válido";
|
|
72
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "O número do cartão introduzido não é válido";
|
|
73
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "A data de expiração do cartão não é válida, use o formato MM/AA ou MM/AAAA";
|
|
74
|
+
"FIELD_ERROR_CARD_EXPIRED" = "O cartão expirou";
|
|
75
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "O código de segurança deve conter os últimos 3 dígitos na parte de trás do cartão";
|
|
76
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "O código de segurança deve conter números de 4 dígitos na frente do cartão";
|
|
77
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Inválido número de celular";
|
|
78
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "O nome do titular da conta não é válido";
|
|
79
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN não é válido";
|
|
80
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN ou número de conta não é válido";
|
|
81
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Código BIC ou banco não é válido";
|
|
82
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Email inválido";
|
|
83
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Identificação Nacional inválida";
|
|
84
|
+
|
|
85
|
+
/// Payment method groups are displayed if tokens are received
|
|
86
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Métodos de pagamento armazenados";
|
|
87
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Outros Métodos de Pagamento";
|
|
88
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Cartão de débito / crédito";
|
|
89
|
+
|
|
90
|
+
/// Payment method names
|
|
91
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Débito directo SEPA";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Selectează metoda de plată";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Detaliile plății";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Procesare";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informații despre plată";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Suma totală";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "O notificare push va fi trimisă pe dispozitivul tău.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Te rugăm să confirmi tranzacția cu codul PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Termene și condiții";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Am citit și sunt de acord cu Termenele și condițiile";
|
|
20
|
+
"LABEL_SWEDISH" = "Suedeză";
|
|
21
|
+
"LABEL_FINNISH" = "Finlandeză";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Te rugăm să selectezi metoda de plată preferată:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Te rugăm să aștepți";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Pentru confirmarea plății";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "PLĂTEȘTE ACUM";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Plătește %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Înregistrează-te";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Anulează";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Modifică";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Finalizare";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Numele posesorului cardului";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Numărul cardului de credit";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Data de expirare";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Codul de securitate sau CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Numărul de telefon mobil";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "Codul QR";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Posesorul contului";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "Codul IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "Codul IBAN sau numărul contului";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC sau codul băncii";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Selectează țara";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Selectează banca";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Salvează detaliile plății pentru utilizare ulterioară";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Selectează tipul cardului";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Numărul ratelor";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "Adresa de e-mail";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Codul țării";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Numărul național de identificare";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Numărul contului";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Verificare cont";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Numele care apare pe card";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Numărul lung de pe fața cardului";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "LL/AA sau LL/AAAA";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "Cod de 3 cifre";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "Cod de 4 cifre";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Numele posesorului cardului";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "Numărul internațional al contului bancar";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "Codul IBAN sau numărul contului";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC sau codul băncii";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Adresa de e-mail";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Numărul național de identificare";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Numărul contului";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Verificare cont";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Numele posesorului cardului este incorect";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Numărul cardului este incorect";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Data de expirare a cardului este incorectă, folosește formatul LL/AA sau LL/AAAA";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Cardul este expirat";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Codul de securitate trebuie să conțină ultimele 3 cifre de pe spatele cardului tău";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Codul de securitate trebuie să conțină codul de 4 cifre de fața cardului tău";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Numele posesorului cardului este incorect";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "Codul IBAN este incorect";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Codul IBAN sau numărul contului este incorect";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC sau codul băncii este incorect";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Adresa de e-mail nu este valabilă";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Numărul de telefon nu este valabil";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Numărul național de identificare nu este valabil";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Numărul contului este incorect";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Data de expirare este incorectă, folosește formatul LL/AA sau LL/AAAA";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Contul este expirat";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Metode de plată salvate";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Alte metode de plată";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Carduri de credit/debit";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA Direct Debit";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT BANKING";
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Выберите способ оплаты";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Детали оплаты";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Обработка";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Информация для оплаты";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Итого";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Вам будет отправлено Push-уведомление.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Пожалуйста, подтвердите транзакцию, используя ваш PIN MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Условия пользовательского соглашения";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Я прочитал и согласен с условиями пользовательского соглашения";
|
|
20
|
+
"LABEL_SWEDISH" = "Шведский";
|
|
21
|
+
"LABEL_FINNISH" = "Финский";
|
|
22
|
+
|
|
23
|
+
/// Messages
|
|
24
|
+
"MESSAGE_PLEASE_WAIT" = "Пожалуйста, подождите";
|
|
25
|
+
|
|
26
|
+
/// Device owner authentication
|
|
27
|
+
"DEVICE_AUTH_REASON" = "Для подтверждения оплаты";
|
|
28
|
+
|
|
29
|
+
/// Button titles
|
|
30
|
+
"BUTTON_TITLE_PAY" = "Оплатить";
|
|
31
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Оплатить %@";
|
|
32
|
+
"BUTTON_TITLE_REGISTER" = "Зарегистрировать";
|
|
33
|
+
"BUTTON_TITLE_CANCEL" = "Отмена";
|
|
34
|
+
"BUTTON_TITLE_BACK" = "Изменить";
|
|
35
|
+
"BUTTON_TITLE_DONE" = "Готово";
|
|
36
|
+
|
|
37
|
+
/// Text field label names
|
|
38
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Имя и фамилия";
|
|
39
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Номер кредитной карты";
|
|
40
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Срок действия";
|
|
41
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Номер телефона";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Код CVV2/CVC2";
|
|
43
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Имя и фамилия";
|
|
44
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
45
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN или номер счета";
|
|
46
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC или код банка";
|
|
47
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Выберите страну:";
|
|
48
|
+
"FIELD_LABEL_SELECT_BANK" = "Выберите банк:";
|
|
49
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Сохранить платежную информацию для последующих покупок";
|
|
50
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Выберите тип карты:";
|
|
51
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Количество платежей";
|
|
52
|
+
"FIELD_LABEL_EMAIL" = "Email";
|
|
53
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Код страны";
|
|
54
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Идентификационный номер";
|
|
55
|
+
|
|
56
|
+
/// Text field placeholders
|
|
57
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Имя с лицевой части карты";
|
|
58
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Длинный номер с лицевой части карты";
|
|
59
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/ГГ, ММ/ГГГГ";
|
|
60
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-значный код";
|
|
61
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-значный код";
|
|
62
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Имя владельца банковского счета";
|
|
63
|
+
"FIELD_PLACEHOLDER_IBAN" = "Международный номер банк. счёта";
|
|
64
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN или номер счета";
|
|
65
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC или код банка";
|
|
66
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+x";
|
|
67
|
+
"FIELD_PLACEHOLDER_EMAIL" = "Email";
|
|
68
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Идентификационный номер";
|
|
69
|
+
|
|
70
|
+
/// Text field errors
|
|
71
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Неверное имя владельца карты";
|
|
72
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Неверный номер карты";
|
|
73
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Неверный срок действия карты, используйте формат ММ/ГГ или ММ/ГГГГ";
|
|
74
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Срок действия карты истек";
|
|
75
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Неверный код, введите 3 последние цифры с обратной стороны карты";
|
|
76
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Неверный код, введите 4-значное число с лицевой стороны карты";
|
|
77
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Неверный номер мобильного телефона";
|
|
78
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Неверное имя владельца банковского счета";
|
|
79
|
+
"FIELD_ERROR_IBAN_INVALID" = "Неверный IBAN";
|
|
80
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Неверный IBAN или номер счета";
|
|
81
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Неверный BIC или код банка";
|
|
82
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Неверный email";
|
|
83
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Неверный идентификационный номер";
|
|
84
|
+
|
|
85
|
+
/// Payment method groups are displayed if tokens are received
|
|
86
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Сохраненные способы оплаты";
|
|
87
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Другие способы оплаты";
|
|
88
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Кредитные / дебетовые карты";
|
|
89
|
+
|
|
90
|
+
/// Payment method names
|
|
91
|
+
"PAYMENT_METHOD_TYPE_YANDEX" = "Яндекс.Деньги";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Vybrať spôsob platby";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Podrobnosti o platbe";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Spracováva sa...";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Informácie o platbe";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Celková suma";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "Na vaše zariadenie odošleme push notifikáciu.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Potvrďte, prosím, transakciu pomocou MB WAY PIN.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Všeobecné obchodné podmienky";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Prečítal/a som si a súhlasím so Všeobecnými obchodnými podmienkami";
|
|
20
|
+
"LABEL_SWEDISH" = "Švédčina";
|
|
21
|
+
"LABEL_FINNISH" = "Fínčina";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Vyberte si, prosím, spôsob platby:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Čakajte, prosím...";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Potvrdiť platbu";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "ZAPLATIŤ";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Zaplatiť %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Registrovať sa";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Zrušiť";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Zmeniť";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Hotovo";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Meno držiteľa karty";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Číslo kreditnej karty";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Dátum exspirácie";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Bezpečnostný kód alebo CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Mobilné telefónne číslo";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR kód";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Majiteľ účtu";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN alebo číslo účtu";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC alebo kód banky";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Vybrať krajinu";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Vybrať banku";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Uložte si platobné informácie pre ďalšie nákupy";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Vyberte typ platobnej karty";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Počet splátok";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-mail";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Kód krajiny";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = "Rodné číslo";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Číslo účtu";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Overenie účtu";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Meno, ako je uvedené na platobnej karte";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Dlhé číslo na prednej strane platobnej karty";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/RR alebo MM/RRRR";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-miestny číselný kód";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-miestny číselný kód";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Meno majiteľa účtu";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "Medzinárodné číslo bankového účtu";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN alebo číslo účtu";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC alebo kód banky";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-mail";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = "Rodné číslo";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Číslo účtu";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Overenie účtu";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Meno držiteľa platobnej karty je neplatné";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Uvedené číslo platobnej karty je neplatné";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Dátum exspirácie platobnej karty je neplatný, použite formát MM/RR alebo MM/RRRR";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Platnosť platobnej karty vypršala";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Bezpečnostný kód musí obsahovať posledné 3 čísla na zadnej strane platobnej karty";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Bezpečnostný kód musí obsahovať 4-miestne číslo na prednej strane platobnej karty";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Meno držiteľa účtu je neplatné";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "IBAN je neplatný";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "IBAN alebo číslo účtu sú neplatné";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "BIC alebo kód banky sú neplatné";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "E-mail je neplatný";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Mobilné číslo je neplatné";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Rodné číslo je neplatné";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Neplatné číslo účtu";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Dátum exspirácie je neplatný, použite, prosím formát MM/RR alebo MM/RRRR";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Platnosť účtu vypršala";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Uložené spôsoby platby";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Iné spôsoby platby";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Kreditné/debetné karty";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "SEPA inkaso";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT Banking";
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Checkout.strings
|
|
3
|
+
// $$frameworkname$$
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
/// View controller titles
|
|
7
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_METHOD_SELECTION" = "Izberi način plačila";
|
|
8
|
+
"VIEW_CONTROLLER_TITLE_PAYMENT_DETAILS" = "Podrobnosti plačila";
|
|
9
|
+
"VIEW_CONTROLLER_TITLE_PROCESSING" = "Obdelovanje";
|
|
10
|
+
|
|
11
|
+
/// Form titles
|
|
12
|
+
"FORM_TITLE_PAYMENT_INFO" = "Podatki o plačilu";
|
|
13
|
+
|
|
14
|
+
/// Labels
|
|
15
|
+
"LABEL_TOTAL_AMOUNT" = "Skupni znesek";
|
|
16
|
+
"LABEL_MBWAY_PUSH_NOTIFICATION" = "V tvojo napravo bo poslano potisno obvestilo.";
|
|
17
|
+
"LABEL_MBWAY_ACCEPT_PIN" = "Potrdi transakcijo s svojo kodo PIN za MB WAY.";
|
|
18
|
+
"LABEL_TERMS_AND_CONDITIONS" = "Pogoji in določila";
|
|
19
|
+
"LABEL_TERMS_AND_CONDITIONS_AGREEMENT" = "Prebral/-a sem Pogoje in določila ter se strinjam z njimi";
|
|
20
|
+
"LABEL_SWEDISH" = "švedščina";
|
|
21
|
+
"LABEL_FINNISH" = "finščina";
|
|
22
|
+
"LABEL_STC_PAY_SELECT_PAYMENT_METHOD" = "Izberi želeni način plačila:";
|
|
23
|
+
|
|
24
|
+
/// Messages
|
|
25
|
+
"MESSAGE_PLEASE_WAIT" = "Prosimo, počakaj";
|
|
26
|
+
|
|
27
|
+
/// Device owner authentication
|
|
28
|
+
"DEVICE_AUTH_REASON" = "Za potrditev plačila";
|
|
29
|
+
|
|
30
|
+
/// Button titles
|
|
31
|
+
"BUTTON_TITLE_PAY" = "PLAČAJ ZDAJ";
|
|
32
|
+
"BUTTON_TITLE_PAY_AMOUNT" = "Plačaj %@";
|
|
33
|
+
"BUTTON_TITLE_REGISTER" = "Registriraj se";
|
|
34
|
+
"BUTTON_TITLE_CANCEL" = "Prekliči";
|
|
35
|
+
"BUTTON_TITLE_BACK" = "Spremeni";
|
|
36
|
+
"BUTTON_TITLE_DONE" = "Končano";
|
|
37
|
+
|
|
38
|
+
/// Text field label names
|
|
39
|
+
"FIELD_LABEL_CARD_HOLDER_NAME" = "Ime imetnika kartice";
|
|
40
|
+
"FIELD_LABEL_CREDIT_CARD_NUMBER" = "Številka kreditne kartice";
|
|
41
|
+
"FIELD_LABEL_EXPIRY_DATE" = "Datum poteka veljavnosti";
|
|
42
|
+
"FIELD_LABEL_CVV" = "Varnostna koda ali CVV";
|
|
43
|
+
"FIELD_LABEL_MOBILE_PHONE_NUMBER" = "Številka mobilnega telefona";
|
|
44
|
+
"FIELD_LABEL_QRCODE" = "QR-koda";
|
|
45
|
+
"FIELD_LABEL_BANK_ACCOUNT_HOLDER_NAME" = "Imetnik računa";
|
|
46
|
+
"FIELD_LABEL_IBAN" = "IBAN";
|
|
47
|
+
"FIELD_LABEL_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ali številka računa";
|
|
48
|
+
"FIELD_LABEL_BIC_OR_BANK_CODE" = "BIC ali bančna koda";
|
|
49
|
+
"FIELD_LABEL_SELECT_COUNTRY" = "Izberi državo";
|
|
50
|
+
"FIELD_LABEL_SELECT_BANK" = "Izberi banko";
|
|
51
|
+
"FIELD_LABEL_STORE_PAYMENT_DETAILS" = "Shrani podrobnosti plačila za prihodnjo uporabo";
|
|
52
|
+
"FIELD_LABEL_STORE_CARD_TYPE" = "Izberi vrsto kartice";
|
|
53
|
+
"FIELD_LABEL_NUMBER_OF_INSTALLMENTS" = "Število obrokov";
|
|
54
|
+
"FIELD_LABEL_EMAIL" = "E-poštni naslov";
|
|
55
|
+
"FIELD_LABEL_COUNTRY_CODE" = "Koda države";
|
|
56
|
+
"FIELD_LABEL_NATIONAL_IDENTIFIER" = " Nacionalna identifikacijska oznaka";
|
|
57
|
+
"FIELD_LABEL_ACCOUNT_NUMBER" = "Številka računa";
|
|
58
|
+
"FIELD_LABEL_ACCOUNT_VERIFICATION" = "Preverjanje pristnosti računa";
|
|
59
|
+
|
|
60
|
+
/// Text field placeholders
|
|
61
|
+
"FIELD_PLACEHOLDER_CARD_HOLDER_NAME" = "Ime, kot je navedeno na kartici";
|
|
62
|
+
"FIELD_PLACEHOLDER_CARD_NUMBER" = "Dolga številka na sprednji strani kartice";
|
|
63
|
+
"FIELD_PLACEHOLDER_EXPIRY_DATE" = "MM/LL ali MM/LLLL";
|
|
64
|
+
"FIELD_PLACEHOLDER_CVV_3_DIGITS" = "3-mestna koda";
|
|
65
|
+
"FIELD_PLACEHOLDER_CVV_4_DIGITS" = "4-mestna koda";
|
|
66
|
+
"FIELD_PLACEHOLDER_BANK_ACCOUNT_HOLDER_NAME" = "Ime imetnika računa";
|
|
67
|
+
"FIELD_PLACEHOLDER_IBAN" = "Mednarodna številka bančnega računa (IBAN)";
|
|
68
|
+
"FIELD_PLACEHOLDER_IBAN_OR_ACCOUNT_NUMBER" = "IBAN ali številka računa";
|
|
69
|
+
"FIELD_PLACEHOLDER_BIC_OR_BANK_CODE" = "BIC ali bančna koda";
|
|
70
|
+
"FIELD_PLACEHOLDER_COUNTRY_CODE" = "+xxx";
|
|
71
|
+
"FIELD_PLACEHOLDER_MOBILE_PHONE_NUMBER" = "xxxxxxxxx";
|
|
72
|
+
"FIELD_PLACEHOLDER_EMAIL" = "E-poštni naslov";
|
|
73
|
+
"FIELD_PLACEHOLDER_NATIONAL_IDENTIFIER" = " Nacionalna identifikacijska oznaka";
|
|
74
|
+
"FIELD_PLACEHOLDER_ACCOUNT_NUMBER" = "Številka računa";
|
|
75
|
+
"FIELD_PLACEHOLDER_ACCOUNT_VERIFICATION" = "Preverjanje pristnosti računa";
|
|
76
|
+
|
|
77
|
+
/// Text field errors
|
|
78
|
+
"FIELD_ERROR_CARD_HOLDER_NAME_INVALID" = "Ime imetnika kartice ni veljavno";
|
|
79
|
+
"FIELD_ERROR_CARD_NUMBER_INVALID" = "Navedena številka kartice ni veljavna";
|
|
80
|
+
"FIELD_ERROR_CARD_EXPIRY_DATE_INVALID" = "Datum poteka veljavnosti ni veljaven, uporabi obliko zapisa MM/LL ali MM/LLLL";
|
|
81
|
+
"FIELD_ERROR_CARD_EXPIRED" = "Veljavnost kartice je potekla";
|
|
82
|
+
"FIELD_ERROR_CARD_CVV_3_DIGITS_INVALID" = "Varnostna koda mora vsebovati zadnje 3 številke, navedene na zadnji strani kartice";
|
|
83
|
+
"FIELD_ERROR_CARD_CVV_4_DIGITS_INVALID" = "Varnostna koda mora vsebovati 4-mestno številko, navedeno na sprednji strani kartice";
|
|
84
|
+
"FIELD_ERROR_BANK_ACCOUNT_HOLDER_INVALID" = "Ime imetnika računa ni veljavno";
|
|
85
|
+
"FIELD_ERROR_IBAN_INVALID" = "Številka IBAN ni veljavna";
|
|
86
|
+
"FIELD_ERROR_IBAN_OR_ACCOUNT_NUMBER_INVALID" = "Številka IBAN ali številka računa ni veljavna";
|
|
87
|
+
"FIELD_ERROR_BIC_OR_BANK_CODE_INVALID" = "Številka BIC ali bančna koda ni veljavna";
|
|
88
|
+
"FIELD_ERROR_EMAIL_INVALID" = "Neveljaven e-poštni naslov";
|
|
89
|
+
"FIELD_ERROR_MOBILE_PHONE_INVALID" = "Neveljavna številka mobilnega telefona";
|
|
90
|
+
"FIELD_ERROR_NATIONAL_IDENTIFIER_INVALID" = "Neveljavna nacionalna identifikacijska oznaka";
|
|
91
|
+
"FIELD_ERROR_ACCOUNT_NUMBER_INVALID" = "Neveljavna številka računa";
|
|
92
|
+
"FIELD_ERROR_ACCOUNT_EXPIRY_DATE_INVALID" = "Datum poteka veljavnosti ni veljaven, uporabi obliko zapisa MM/LL ali MM/LLLL";
|
|
93
|
+
"FIELD_ERROR_ACCOUNT_EXPIRED" = "Račun je potekel";
|
|
94
|
+
|
|
95
|
+
/// Payment method groups are displayed if tokens are received
|
|
96
|
+
"PAYMENT_METHOD_GROUP_STORED" = "Shranjeni načini plačila";
|
|
97
|
+
"PAYMENT_METHOD_GROUP_OTHER" = "Drugi načini plačila";
|
|
98
|
+
"PAYMENT_METHOD_GROUP_CARDS" = "Kreditne/debetne kartice";
|
|
99
|
+
|
|
100
|
+
/// Payment method names
|
|
101
|
+
"PAYMENT_METHOD_TYPE_DIRECTDEBIT_SEPA" = "Direktna obremenitev SEPA";
|
|
102
|
+
"PAYMENT_METHOD_TYPE_SOFORTUEBERWEISUNG" = "SOFORT Banking";
|
|
Binary file
|
|
Binary file
|