mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
language strings update
This commit is contained in:
@@ -280,6 +280,9 @@ return [
|
||||
'usage_bigger_than_balance_3_subject' => '‼️ Uh-oh! Your functionality was restricted. Please increase your funds for your account balance to cover your usage',
|
||||
'usage_bigger_than_balance_3_line' => 'We are sorry for the inconvenience with using our service. To continue to using our service, please increase your funds for your account balance to cover your usage and your functionality will be allowed as soon as possible.',
|
||||
'dunning_notification_description' => 'Please resolve your billing as soon as possible. Your functions can be restricted.',
|
||||
'allow_limit_usage_in_new_accounts' => 'Allow limiting max usage before users will be forced to increase balance in first month of account existence',
|
||||
'allow_limit_usage_bigger_than_balance' => 'Force users to increase balance when usage is bigger than their current balance',
|
||||
'limit_usage_description_for_restrictions' => 'If user does not increase his balance or store his credit card, after third notification user account functionality will be restricted.',
|
||||
],
|
||||
'regular' => [
|
||||
'type' => 'Type',
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=630deb1fc4e17ed9",
|
||||
"/chunks/payments.js": "/chunks/payments.js?id=d59a2a18b680d65c",
|
||||
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=27d6c1b58dbd1e6c",
|
||||
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=b4863bf4d4b77de0",
|
||||
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=86cdb8348b9796df",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=b0d1082fdcbbd17c",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=8ba3feb2cc81a2c3",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=db4ad4671280c74a",
|
||||
|
||||
@@ -82,8 +82,8 @@
|
||||
</FormLabel>
|
||||
|
||||
<AppInputSwitch
|
||||
:title="$t('Allow limiting max usage before users will be forced to increase balance in first month of account existence')"
|
||||
:description="$t('allow_registration_bonus_description')"
|
||||
:title="$t('allow_limit_usage_in_new_accounts')"
|
||||
:description="$t('limit_usage_description_for_restrictions')"
|
||||
>
|
||||
<SwitchInput
|
||||
@input="$updateText('/admin/settings', 'limit_usage_in_new_accounts', settings.limitUsageInNewAccounts)"
|
||||
@@ -106,8 +106,8 @@
|
||||
</AppInputText>
|
||||
|
||||
<AppInputSwitch
|
||||
:title="$t('Force users to increase balance when usage is bigger than their current balance')"
|
||||
:description="$t('allow_registration_bonus_description')"
|
||||
:title="$t('allow_limit_usage_bigger_than_balance')"
|
||||
:description="$t('limit_usage_description_for_restrictions')"
|
||||
:is-last="true"
|
||||
>
|
||||
<SwitchInput
|
||||
|
||||
Reference in New Issue
Block a user