mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Update lang files
This commit is contained in:
parent
7f43913a3c
commit
b6e925381c
@ -95,7 +95,7 @@ class MobileLocalization extends Command
|
||||
$url = 'https://raw.githubusercontent.com/invoiceninja/flutter-mobile/develop/lib/utils/i18n.dart';
|
||||
$data = CurlUtils::get($url);
|
||||
|
||||
$start = strpos($data, '\'en\': {') + 8;
|
||||
$start = strpos($data, 'do not remove comment') + 25;
|
||||
$end = strpos($data, '},', $start);
|
||||
$data = substr($data, $start, $end - $start - 5);
|
||||
|
||||
|
@ -3475,6 +3475,64 @@ $LANG = array(
|
||||
'credit_terms' => 'Credit Terms',
|
||||
'untitled_company' => 'Untitled Company',
|
||||
'added_company' => 'Successfully added company',
|
||||
'supported_events' => 'Supported Events',
|
||||
'custom3' => 'Third Custom',
|
||||
'custom4' => 'Fourth Custom',
|
||||
'optional' => 'Optional',
|
||||
'license' => 'License',
|
||||
'invoice_balance' => 'Invoice Balance',
|
||||
'saved_design' => 'Successfully saved design',
|
||||
'client_details' => 'Client Details',
|
||||
'company_address' => 'Company Address',
|
||||
'quote_details' => 'Quote Details',
|
||||
'credit_details' => 'Credit Details',
|
||||
'product_columns' => 'Product Columns',
|
||||
'task_columns' => 'Task Columns',
|
||||
'add_field' => 'Add Field',
|
||||
'all_events' => 'All Events',
|
||||
'owned' => 'Owned',
|
||||
'payment_success' => 'Payment Success',
|
||||
'payment_failure' => 'Payment Failure',
|
||||
'quote_sent' => 'Quote Sent',
|
||||
'credit_sent' => 'Credit Sent',
|
||||
'invoice_viewed' => 'Invoice Viewed',
|
||||
'quote_viewed' => 'Quote Viewed',
|
||||
'credit_viewed' => 'Credit Viewed',
|
||||
'quote_approved' => 'Quote Approved',
|
||||
'receive_all_notifications' => 'Receive All Notifications',
|
||||
'purchase_license' => 'Purchase License',
|
||||
'enable_modules' => 'Enable Modules',
|
||||
'converted_quote' => 'Successfully converted quote',
|
||||
'credit_design' => 'Credit Design',
|
||||
'includes' => 'Includes',
|
||||
'css_framework' => 'CSS Framework',
|
||||
'custom_designs' => 'Custom Designs',
|
||||
'designs' => 'Designs',
|
||||
'new_design' => 'New Design',
|
||||
'edit_design' => 'Edit Design',
|
||||
'created_design' => 'Successfully created design',
|
||||
'updated_design' => 'Successfully updated design',
|
||||
'archived_design' => 'Successfully archived design',
|
||||
'deleted_design' => 'Successfully deleted design',
|
||||
'removed_design' => 'Successfully removed design',
|
||||
'restored_design' => 'Successfully restored design',
|
||||
'recurring_tasks' => 'Recurring Tasks',
|
||||
'removed_credit' => 'Successfully removed credit',
|
||||
'latest_version' => 'Latest Version',
|
||||
'update_now' => 'Update Now',
|
||||
'a_new_version_is_available' => 'A new version of the web app is available',
|
||||
'update_available' => 'Update Available',
|
||||
'app_updated' => 'Update successfully completed',
|
||||
'integrations' => 'Integrations',
|
||||
'tracking_id' => 'Tracking Id',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'partial_payment' => 'Partial Payment',
|
||||
'partial_payment_email' => 'Partial Payment Email',
|
||||
'clone_to_credit' => 'Clone to Credit',
|
||||
'emailed_credit' => 'Successfully emailed credit',
|
||||
'marked_credit_as_sent' => 'Successfully marked credit as sent',
|
||||
'email_subject_payment_partial' => 'Email Partial Payment Subject',
|
||||
'is_approved' => 'Is Approved',
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
Loading…
Reference in New Issue
Block a user