mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- Language implementation for oasis
- frontend build
This commit is contained in:
@@ -7,5 +7,33 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'custom' => 'translation'
|
||||
'custom' => 'translation',
|
||||
|
||||
// On boarding
|
||||
'successful_payment_with_password_creation' => 'Dakujeme, platba bola uspesne zaznamenana. V poslednom kroku si prosim vytvorte heslo pre Vas ucet.',
|
||||
'pay_order_description' => 'Zaplacenim objednavky se Vas ucet automaticky zaktivuje a vytvori se Vam digitalni prostor pro Vase dulezite dokumenty.',
|
||||
|
||||
'payment_page.payment_gateway' => 'Platebni karta',
|
||||
'payment_page.company' => 'Spolecnost',
|
||||
'payment_page.ico' => 'ICO',
|
||||
'payment_page.address' => 'Adresa',
|
||||
|
||||
// Mail notifications for ordering
|
||||
'mail_greeting' => 'Vážený zákazníku,',
|
||||
'mail_salutation' => 'S pozdravem a přáním hezkého dne, Tým Oasis Drive',
|
||||
'mail_tariff' => 'Vámi vybraný tarif: :name - :storage za :price',
|
||||
'mail_activation_action' => 'Pro aktivaci klikněte zde',
|
||||
|
||||
'mail_order_subject' => '🏝 Potvrzeni Objednavky - OasisDrive',
|
||||
'mail_order_line_1' => 'Právě jste si úspěšně vytvořil registraci bezpečnostní datové služby OasisDrive.',
|
||||
'mail_order_line_2' => 'Odkaz je platný 24 hodin.',
|
||||
'mail_order_line_3' => 'Po dokončení registrace v odkazu Vám bude služba automaticky aktivována a lze ji ihned využívat.',
|
||||
|
||||
'mail_reminder_line_1' => 'Děkujeme za Vaši objednávku služby Oasis Drive pro bezpečné uložení Vašich firemních dokumentů.',
|
||||
'mail_reminder_line_2' => 'Připomínáme dokončení aktivace služby a blížící se konec platnosti registračního odkazu:',
|
||||
'mail_reminder_line_3' => 'Po dokončení registrace v odkazu Vám bude služba automaticky aktivována a lze ji ihned využívat.',
|
||||
|
||||
// Admin
|
||||
'oasis.create_order' => 'Vytvorit objednavku',
|
||||
'oasis.create_user' => 'Vytvorit Uzivatela',
|
||||
];
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user