- Language translation fixes

This commit is contained in:
Peter Papp
2021-04-01 11:48:38 +02:00
parent 7772ef6b40
commit 26085c475f
4 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -107,7 +107,7 @@ return [
"page_upgrade_account.change_payment.change_payment" => "change your default payment method", "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.pay_by_new_card" => "pay by new credit card",
"page_upgrade_account.change_payment.you_can" => "Also you can", "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.errors.pay_by_another_card" => "Please pay by another payment card",
"page_upgrade_account.section_billing" => "Billing Information", "page_upgrade_account.section_billing" => "Billing Information",
"page_upgrade_account.section_card" => "Payment Card", "page_upgrade_account.section_card" => "Payment Card",
@@ -166,6 +166,7 @@ return [
"user_payments.set_as_default" => "Set as default card", "user_payments.set_as_default" => "Set as default card",
"user_payments.store_card" => "Store Payment Card", "user_payments.store_card" => "Store Payment Card",
"user_payments.title" => "Payment Methods", "user_payments.title" => "Payment Methods",
"user_subscription.title" => "Subscription",
"user_subscription.billed" => "Billed", "user_subscription.billed" => "Billed",
"user_subscription.cancel_plan" => "Cancel Plan", "user_subscription.cancel_plan" => "Cancel Plan",
"user_subscription.canceled_at" => "Canceled At", "user_subscription.canceled_at" => "Canceled At",
@@ -32,6 +32,7 @@
components: { components: {
SortingAndPreviewIcon, SortingAndPreviewIcon,
CheckSquareIcon, CheckSquareIcon,
DollarSignIcon,
CreditCardIcon, CreditCardIcon,
FolderPlusIcon, FolderPlusIcon,
UserPlusIcon, UserPlusIcon,
@@ -17,8 +17,8 @@
<!-- Pay by new credit card --> <!-- Pay by new credit card -->
<div class="register-card" v-show="! defaultPaymentMethod || payByNewCard"> <div class="register-card" v-show="! defaultPaymentMethod || payByNewCard">
<InfoBox v-if="config.isDemo || config.isDev"> <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> <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>123</b> as CVC number and ZIP <b>12345</b>.</p> as the expiration date and <b class="text-theme">123</b> as CVC number and ZIP <b class="text-theme">12345</b>.</p>
</InfoBox> </InfoBox>
<div ref="stripeCard" class="stripe-card" :class="{'is-error': isError }"></div> <div ref="stripeCard" class="stripe-card" :class="{'is-error': isError }"></div>
@@ -7,8 +7,8 @@
<!-- Register new credit card --> <!-- Register new credit card -->
<div class="register-card"> <div class="register-card">
<InfoBox v-if="config.isDemo || config.isDev"> <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> <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>123</b> as CVC number and ZIP <b>12345</b>.</p> as the expiration date and <b class="text-theme">123</b> as CVC number and ZIP <b class="text-theme">12345</b>.</p>
</InfoBox> </InfoBox>
<div class="block-wrapper"> <div class="block-wrapper">