mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-13 08:45:01 +00:00
- Language translation fixes
This commit is contained in:
@@ -107,7 +107,7 @@ return [
|
||||
"page_upgrade_account.change_payment.change_payment" => "change your default payment method",
|
||||
"page_upgrade_account.change_payment.pay_by_new_card" => "pay by new credit card",
|
||||
"page_upgrade_account.change_payment.you_can" => "Also you can",
|
||||
"page_upgrade_account.desription" => "Choose plan witch perfect fit your needs. All plans is billed monthly automatically via your credit card.",
|
||||
"page_upgrade_account.desription" => "To finish your order, please fill your payment method and set billing informations",
|
||||
"page_upgrade_account.errors.pay_by_another_card" => "Please pay by another payment card",
|
||||
"page_upgrade_account.section_billing" => "Billing Information",
|
||||
"page_upgrade_account.section_card" => "Payment Card",
|
||||
@@ -166,6 +166,7 @@ return [
|
||||
"user_payments.set_as_default" => "Set as default card",
|
||||
"user_payments.store_card" => "Store Payment Card",
|
||||
"user_payments.title" => "Payment Methods",
|
||||
"user_subscription.title" => "Subscription",
|
||||
"user_subscription.billed" => "Billed",
|
||||
"user_subscription.cancel_plan" => "Cancel Plan",
|
||||
"user_subscription.canceled_at" => "Canceled At",
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
components: {
|
||||
SortingAndPreviewIcon,
|
||||
CheckSquareIcon,
|
||||
DollarSignIcon,
|
||||
CreditCardIcon,
|
||||
FolderPlusIcon,
|
||||
UserPlusIcon,
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
<!-- Pay by new credit card -->
|
||||
<div class="register-card" v-show="! defaultPaymentMethod || payByNewCard">
|
||||
<InfoBox v-if="config.isDemo || config.isDev">
|
||||
<p>For test your payment please use <b>4242 4242 4242 4242</b> or <b>5555 5555 5555 4444</b> as a card number, <b>11/22</b>
|
||||
as the expiration date and <b>123</b> as CVC number and ZIP <b>12345</b>.</p>
|
||||
<p>For test your payment please use <b class="text-theme">4242 4242 4242 4242</b> or <b class="text-theme">5555 5555 5555 4444</b> as a card number, <b class="text-theme">11/22</b>
|
||||
as the expiration date and <b class="text-theme">123</b> as CVC number and ZIP <b class="text-theme">12345</b>.</p>
|
||||
</InfoBox>
|
||||
|
||||
<div ref="stripeCard" class="stripe-card" :class="{'is-error': isError }"></div>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<!-- Register new credit card -->
|
||||
<div class="register-card">
|
||||
<InfoBox v-if="config.isDemo || config.isDev">
|
||||
<p>For test your payment please use <b>4242 4242 4242 4242</b> or <b>5555 5555 5555 4444</b> as a card number, <b>11/22</b>
|
||||
as the expiration date and <b>123</b> as CVC number and ZIP <b>12345</b>.</p>
|
||||
<p>For test your payment please use <b class="text-theme">4242 4242 4242 4242</b> or <b class="text-theme">5555 5555 5555 4444</b> as a card number, <b class="text-theme">11/22</b>
|
||||
as the expiration date and <b class="text-theme">123</b> as CVC number and ZIP <b class="text-theme">12345</b>.</p>
|
||||
</InfoBox>
|
||||
|
||||
<div class="block-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user