# Copyright (C) 2026 Crafium
# This file is distributed under the GPL v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: X-Currency 2.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/x-currency\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2026-05-23T17:45:41+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.13.0-alpha\n"
"X-Domain: x-currency\n"

#. Plugin Name of the plugin
#: x-currency.php:11
#: app/Providers/Admin/MenuServiceProvider.php:53
msgid "X-Currency"
msgstr ""

#. Description of the plugin
#: x-currency.php:12
msgid "Currency Switcher for WooCommerce custom currency, exchange rates, currency by country, pay in selected currency"
msgstr ""

#. Author of the plugin
#: x-currency.php:17
msgid "Crafium"
msgstr ""

#. Author URI of the plugin
#: x-currency.php:18
msgid "https://crafium.com/"
msgstr ""

#: app/Http/Controllers/CurrencyController.php:40
msgid "Currency created successfully!"
msgstr ""

#: app/Http/Controllers/CurrencyController.php:59
msgid "Currency updated successfully!"
msgstr ""

#: app/Http/Controllers/CurrencyController.php:76
msgid "Currency delete successfully!"
msgstr ""

#: app/Http/Controllers/CurrencyController.php:93
msgid "Currency status updated successfully!"
msgstr ""

#: app/Http/Controllers/CurrencyController.php:131
msgid "Currency sorted successfully!"
msgstr ""

#: app/Http/Controllers/CurrencyController.php:142
msgid "Currency organized successfully!"
msgstr ""

#: app/Http/Controllers/CurrencyController.php:149
msgid "Something is wrong"
msgstr ""

#: app/Http/Controllers/GeoIpController.php:24
msgid "Currency geo location updated successfully!"
msgstr ""

#: app/Http/Controllers/RateController.php:38
msgid "Currency not found"
msgstr ""

#: app/Http/Controllers/RateController.php:47
msgid "Currency rate updated successfully!"
msgstr ""

#: app/Http/Controllers/RateController.php:59
msgid "Currency rates updated successfully!"
msgstr ""

#: app/Http/Controllers/SettingController.php:75
msgid "Settings was updated successfully"
msgstr ""

#: app/Http/Controllers/SwitcherController.php:24
msgid "Switcher List Retrieved Successfully!"
msgstr ""

#: app/Http/Controllers/SwitcherController.php:53
msgid "Switcher organized successfully!"
msgstr ""

#: app/Http/Controllers/SwitcherController.php:85
msgid "Switcher Created Successfully!"
msgstr ""

#: app/Http/Controllers/SwitcherController.php:131
msgid "Switcher Updated Successfully!"
msgstr ""

#: app/Http/Controllers/SwitcherController.php:153
msgid "Switcher status updated successfully!"
msgstr ""

#: app/Http/Controllers/SwitcherController.php:169
msgid "Switcher delete successfully!"
msgstr ""

#: app/Providers/Admin/GlobalServiceProvider.php:46
msgid "X-Currency plugin is activated. Please go to "
msgstr ""

#: app/Providers/Admin/GlobalServiceProvider.php:46
msgid "X-Currency setting page"
msgstr ""

#: app/Providers/Admin/GlobalServiceProvider.php:46
msgid " to change default currency."
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:54
#: assets/build/chunks/597.js:1
msgid "Overview"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:55
#: app/Providers/Admin/MenuServiceProvider.php:67
#: assets/build/chunks/431.js:1
msgid "Currencies"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:56
#: assets/build/chunks/903.js:1
msgid "Switchers"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:57
msgid "Global Settings"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:58
msgid "Our Plugins"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:61
msgid "Upgrade to Pro"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:67
#: assets/build/chunks/603.js:1
msgid "Settings"
msgstr ""

#: app/Providers/WoocommerceServiceProvider.php:568
#, php-format
msgid "Extra fee %s for %s currency"
msgstr ""

#: app/RateProvider/CurrencyFreaks.php:23
#: app/RateProvider/Fixer.php:24
#: app/RateProvider/FixerApiLayer.php:24
msgid "Something was wrong"
msgstr ""

#: app/Repositories/CurrencyRateRepository.php:25
msgid "Please go to the global settings page and place your Currency Rate Aggregator API token"
msgstr ""

#: app/Repositories/CurrencyRepository.php:205
#: app/Repositories/CurrencyRepository.php:250
msgid "This currency code already exists"
msgstr ""

#: app/Repositories/CurrencyRepository.php:317
msgid "Sorry, you can not delete base currency."
msgstr ""

#: app/Repositories/CurrencyRepository.php:324
msgid "Sorry, you can not update base currency status."
msgstr ""

#: app/Woocommerce/ApproximateProductPrice.php:98
msgid "Approximately"
msgstr ""

#: app/Woocommerce/ApproximateProductPrice.php:113
msgid "Approximately Total"
msgstr ""

#: app/Woocommerce/Coupon.php:40
#: app/Woocommerce/Coupon.php:82
msgid "Specific coupon price for each currency."
msgstr ""

#: app/Woocommerce/Coupon.php:73
msgid "If you want to automatically exchange coupon amounts, leave the amount field blank."
msgstr ""

#: app/Woocommerce/Coupon.php:82
#: app/Woocommerce/Product.php:107
#: app/Woocommerce/Shipping.php:72
#, php-format
msgid "To use this feature, %s this option."
msgstr ""

#: app/Woocommerce/Coupon.php:82
#: app/Woocommerce/Product.php:107
#: app/Woocommerce/Shipping.php:72
msgid "Enable"
msgstr ""

#: app/Woocommerce/Order.php:72
#: assets/build/chunks/431.js:1
#: assets/build/chunks/603.js:1
msgid "Base Currency"
msgstr ""

#: app/Woocommerce/Order.php:73
msgid " (ordered time)"
msgstr ""

#: app/Woocommerce/Order.php:76
msgid "Order Currency"
msgstr ""

#: app/Woocommerce/Order.php:80
msgid "Currency Rate:"
msgstr ""

#: app/Woocommerce/Order.php:85
msgid "Created At:"
msgstr ""

#: app/Woocommerce/Product.php:46
#: app/Woocommerce/Product.php:107
msgid "Specific product price for each currency."
msgstr ""

#: app/Woocommerce/Product.php:90
#, php-format
msgid "Regular Price (%s)"
msgstr ""

#: app/Woocommerce/Product.php:94
#, php-format
msgid "Sale Price (%s)"
msgstr ""

#: app/Woocommerce/Product.php:98
msgid "If you want to automatically exchange product price, leave the amount field blank."
msgstr ""

#: app/Woocommerce/Shipping.php:24
#: app/Woocommerce/Shipping.php:37
msgid "Cost Field Amount"
msgstr ""

#: app/Woocommerce/Shipping.php:25
msgid "Specific flat rate amount for each currencies."
msgstr ""

#: app/Woocommerce/Shipping.php:26
msgid "If you want to automatically exchange flat rate amounts, leave the field blank."
msgstr ""

#: app/Woocommerce/Shipping.php:38
msgid "Specific local pickup amount for each currencies."
msgstr ""

#: app/Woocommerce/Shipping.php:39
msgid "If you want to automatically exchange local pickup amounts, leave the field blank."
msgstr ""

#: app/Woocommerce/Shipping.php:49
msgid "Minimum Order Amount Field"
msgstr ""

#: app/Woocommerce/Shipping.php:50
msgid "Specific order amount for each currencies."
msgstr ""

#: app/Woocommerce/Shipping.php:51
msgid "If you want to automatically exchange order amounts, leave the field blank."
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "PRO Version Required"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Custom CSS is an advanced feature. There will be no limits of design implementation."
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Switcher Elements"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Dropdown Elements"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Switcher Position"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Position"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
#: assets/build/chunks/431.js:1
msgid "Right"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
#: assets/build/chunks/431.js:1
msgid "Left"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Vertical (%)"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Horizontal (px)"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Horizontal Hover (px)"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Item Move Horizontal (px)"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Switcher Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Full Width"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Width"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Font Size"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Element Gap"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Padding"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Margin"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Border"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Dropdown Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Max Height"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Gap From Switcher"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Horizontal Position"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Dropdown Option Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Options Gap"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Elements Gap"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Flag Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Dropdown Arrow Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Vertical"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "List Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Border (Active)"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Code Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Height"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Name Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Text Transform"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Z Index"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
#: assets/build/chunks/603.js:1
#: assets/build/chunks/903.js:1
msgid "General"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Style"
msgstr ""

#: assets/blocks/currency-switcher/index.js:651
msgid "Custom CSS"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/597.js:1
#: assets/build/chunks/603.js:1
#: assets/build/chunks/903.js:1
msgid "Enable Currency Selection Popup"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/597.js:1
#: assets/build/chunks/603.js:1
#: assets/build/chunks/903.js:1
msgid "Display a welcome popup allowing visitors to choose their preferred currency when they first arrive at your site. Click the Setup button to configure and activate this feature."
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/597.js:1
#: assets/build/chunks/603.js:1
#: assets/build/chunks/903.js:1
msgid "Popup setup successfully."
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/597.js:1
#: assets/build/chunks/603.js:1
#: assets/build/chunks/903.js:1
msgid "Setup"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/603.js:1
msgid "PRO"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/903.js:1
msgid "Name"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Flag"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Select or Upload Media"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Use this media"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Replace"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Upload"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Reset"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Code"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Symbol"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Rate"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Rate Type"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Fixed"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Auto Update"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Symbol Position"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Left with space"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Right with space"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/603.js:1
msgid "Extra Fee"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Extra Fee Type"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Percent"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Thousand Separator"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Decimal Separator"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Maximum Decimal"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Rounding"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Disabled"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Up"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Down"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Nearest"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Nearest 10"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Nearest 100"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Nearest 1000"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Up 10"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Up 100"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Up 1000"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Down 10"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Down 100"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Down 1000"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Subtract price after rounding"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Disable Payment Gateways for This Currency"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Select payment gateways"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Symbol:"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Rate:"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Premade Currencies"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Search by Currency Name or Code..."
msgstr ""

#: assets/build/chunks/431.js:1
msgid "New Currency"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Auto Fill"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Create New Currency"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Failed to load currency details"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Update Currency"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Loading..."
msgstr ""

#: assets/build/chunks/431.js:1
#, js-format
msgid "Rate (1 %s = ?)"
msgstr ""

#: assets/build/chunks/431.js:1
#, js-format
msgid "Flag of %s"
msgstr ""

#: assets/build/chunks/431.js:1
#, js-format
msgid "Last updated at - %s"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/903.js:1
msgid "Status"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/903.js:1
msgid "Active"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/603.js:1
#: assets/build/chunks/903.js:1
msgid "Action"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/903.js:1
msgid "Edit"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Are you sure to delete this currency?"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/903.js:1
msgid "Yes"
msgstr ""

#: assets/build/chunks/431.js:1
#: assets/build/chunks/903.js:1
msgid "No"
msgstr ""

#: assets/build/chunks/431.js:1
#, js-format
msgid "You have used %d/3 free currency"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Upgrade"
msgstr ""

#: assets/build/chunks/431.js:1
msgid "Add New Currency"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Unlimited custom currencies"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "WooCommerce analytics compatibility"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Control checkout page currency"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Sticky switcher page condition"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Responsive design"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Navigation menu switcher"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Elementor widget integration"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Custom CSS support"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Create custom currencies with custom code"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Cryptocurrency compatibility"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Update base currency"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Custom currency flags"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Automatic currency updates"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Customizable currency update intervals"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Currency-based payment gateways"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Currency rate aggregator"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Geo-IP-based welcome currency"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Switcher template system for shortcodes and sticky elements"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Pre-built switcher demos"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "No data exposure in URLs"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Currency-specific shipping amounts"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Currency-specific coupon amounts"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Currency-specific product pricing"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Approximate product, cart, and checkout amounts"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Auto-fill options for new currency creation"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Control over displaying prices without cents"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Features"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Free"
msgstr ""

#: assets/build/chunks/597.js:1
msgid "Pro"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Round Prices to Whole Numbers"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable this option to display prices without cents (e.g., $10 instead of $10.99). Useful for a simplified pricing strategy."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Remove Currency Data from URLs"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "This option removes the currency parameter from the URL to keep links cleaner and more user-friendly."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Save Changes"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Welcome Currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Set an initial currency for users based on their location or a fixed currency of your choice. This setting helps personalize the shopping experience for users."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Currency Type"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Please select a currency type."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Based on Geo IP"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Fixed Currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Please select a welcome currency."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select a currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Approximate Price Settings"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Configure approximate pricing settings to show estimated prices based on a specific or automatic currency selection. This helps provide clarity to users in their preferred currency."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Approximate Currency Type"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Auto (Based on user location)"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select currency type"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Approximate Currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Please select an approximate currency."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable Approximate Product Prices"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Show estimated prices for individual products in the user's preferred currency."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable Approximate Cart and Checkout Prices"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Display an estimated total amount for the cart and checkout pages in the user's preferred currency."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Shipping amount by currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Specify the exact shipping cost based on the currency selected"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Coupon amount by currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Set the value for coupons based on the selected currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Product price by currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Define the price for each product in different currencies"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable Geo IP Rules"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select whether to include or exclude the countries listed below."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Include"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Exclude"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select an action"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Countries"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select countries"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Welcome Country"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select the default country for new visitors"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select a default country"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Currency Rate Aggregator"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Choose the API provider for update currency rate."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable Extra Fee for Cart Total"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable this option to apply an extra fee to the cart total."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Display Extra Fee Message in Cart"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable this option to show a message explaining the extra fee in the cart."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Currency Rate Auto Update"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Automatically update currency rates at a specified interval."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enable Auto Update"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Update Interval"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Please enter the update interval."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Enter interval value"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Interval Type"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Please select the interval type."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Second"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Minute"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Hour"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select interval type"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Get Pro Now"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "⚠️ Changing the base currency can have major effects on your store!"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "This may affect all product pricing and currency conversions. Please proceed with caution."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Select the base currency for your store. All other currencies will be converted based on this, and all product prices will be set using this currency."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Please select a base currency."
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Checkout Currency"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Geo IP Rules"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Rate Auto Update"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Approximate Price"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Rate Aggregator"
msgstr ""

#: assets/build/chunks/603.js:1
msgid "Specific Price"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Switcher Name"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Switcher Type"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Sticky"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Show Page"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Template"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "New Switcher"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Create New Switcher"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Type"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "ShortCode"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Are you sure to delete this switcher?"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Save Switcher"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Close"
msgstr ""

#: assets/build/chunks/903.js:1
msgid "Add New Switcher"
msgstr ""
