mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update translations for serbian and slovak
This commit is contained in:
parent
3a1f1f5f8e
commit
242729c656
@ -1 +1 @@
|
|||||||
5.5.48
|
5.5.49
|
@ -65,7 +65,9 @@ class TranslationsExport extends Command
|
|||||||
'ro',
|
'ro',
|
||||||
'ru_RU',
|
'ru_RU',
|
||||||
'sl',
|
'sl',
|
||||||
|
'sk',
|
||||||
'sq',
|
'sq',
|
||||||
|
'sr',
|
||||||
'sv',
|
'sv',
|
||||||
'th',
|
'th',
|
||||||
'tr_TR',
|
'tr_TR',
|
||||||
|
@ -14,8 +14,8 @@ return [
|
|||||||
'require_https' => env('REQUIRE_HTTPS', true),
|
'require_https' => env('REQUIRE_HTTPS', true),
|
||||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||||
'app_version' => '5.5.48',
|
'app_version' => '5.5.49',
|
||||||
'app_tag' => '5.5.48',
|
'app_tag' => '5.5.49',
|
||||||
'minimum_client_version' => '5.0.16',
|
'minimum_client_version' => '5.0.16',
|
||||||
'terms_version' => '1.0.1',
|
'terms_version' => '1.0.1',
|
||||||
'api_secret' => env('API_SECRET', ''),
|
'api_secret' => env('API_SECRET', ''),
|
||||||
|
@ -1031,8 +1031,6 @@ $LANG = array(
|
|||||||
'trial_call_to_action' => 'Start Free Trial',
|
'trial_call_to_action' => 'Start Free Trial',
|
||||||
'trial_success' => 'Successfully enabled two week free pro plan trial',
|
'trial_success' => 'Successfully enabled two week free pro plan trial',
|
||||||
'overdue' => 'Overdue',
|
'overdue' => 'Overdue',
|
||||||
|
|
||||||
|
|
||||||
'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
|
'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
|
||||||
'user_email_footer' => 'To adjust your email notification settings please visit :link',
|
'user_email_footer' => 'To adjust your email notification settings please visit :link',
|
||||||
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
|
'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
|
||||||
@ -4906,7 +4904,16 @@ $LANG = array(
|
|||||||
'backup_restore' => 'Backup | Restore',
|
'backup_restore' => 'Backup | Restore',
|
||||||
'export_company' => 'Create company backup',
|
'export_company' => 'Create company backup',
|
||||||
'backup' => 'Backup',
|
'backup' => 'Backup',
|
||||||
|
'credit_payment_error' => 'The credit amount can not be greater than the payment amount',
|
||||||
|
'convert_payment_currency_help' => 'Set an exchange rate when entering a manual payment',
|
||||||
|
'convert_expense_currency_help' => 'Set an exchange rate when creating an expense',
|
||||||
|
'matomo_url' => 'Matomo URL',
|
||||||
|
'matomo_id' => 'Matomo Id',
|
||||||
|
'action_add_to_invoice' => 'Add To Invoice',
|
||||||
|
'match_expense' => 'Match Expense',
|
||||||
|
'match_payment' => 'Match Payment',
|
||||||
|
'link_to_payment' => 'Link payment',
|
||||||
|
'link_to_expense' => 'Link Expense',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user