akaunting 3.0 (the last dance)
This commit is contained in:
@ -6,15 +6,20 @@ return [
|
||||
'items' => 'Item|Items',
|
||||
'incomes' => 'Income|Incomes',
|
||||
'invoices' => 'Invoice|Invoices',
|
||||
'revenues' => 'Revenue|Revenues',
|
||||
'recurring_invoices' => 'Recurring Invoice|Recurring Invoices',
|
||||
'customers' => 'Customer|Customers',
|
||||
'incomes' => 'Income|Incomes',
|
||||
'recurring_incomes' => 'Recurring Income|Recurring Incomes',
|
||||
'expenses' => 'Expense|Expenses',
|
||||
'recurring_expenses' => 'Recurring Expense|Recurring Expenses',
|
||||
'bills' => 'Bill|Bills',
|
||||
'payments' => 'Payment|Payments',
|
||||
'recurring_bills' => 'Recurring Bill|Recurring Bills',
|
||||
'vendors' => 'Vendor|Vendors',
|
||||
'accounts' => 'Account|Accounts',
|
||||
'transfers' => 'Transfer|Transfers',
|
||||
'transactions' => 'Transaction|Transactions',
|
||||
'payments' => 'Payment|Payments',
|
||||
'recurring_transactions'=> 'Recurring Transaction|Recurring Transactions',
|
||||
'reports' => 'Report|Reports',
|
||||
'settings' => 'Setting|Settings',
|
||||
'categories' => 'Category|Categories',
|
||||
@ -40,6 +45,7 @@ return [
|
||||
'statuses' => 'Status|Statuses',
|
||||
'others' => 'Other|Others',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'documents' => 'Document|Documents',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'developers' => 'Developer|Developers',
|
||||
'schedules' => 'Schedule|Schedules',
|
||||
@ -54,6 +60,16 @@ return [
|
||||
'notifications' => 'Notification|Notifications',
|
||||
'countries' => 'Country|Countries',
|
||||
'cities' => 'Town / City|Towns / Cities',
|
||||
'email_services' => 'Email Service|Email Services',
|
||||
'email_templates' => 'Email Template|Email Templates',
|
||||
'bank_transactions' => 'Bank Transaction|Bank Transactions',
|
||||
'recurring_templates' => 'Recurring Template|Recurring Templates',
|
||||
'receipts' => 'Receipt|Receipts',
|
||||
'products' => 'Product|Products',
|
||||
'services' => 'Service|Services',
|
||||
'invitations' => 'Invitation|Invitations',
|
||||
'attachments' => 'Attachment|Attachments',
|
||||
'histories' => 'History|Histories',
|
||||
|
||||
'welcome' => 'Welcome',
|
||||
'banking' => 'Banking',
|
||||
@ -63,6 +79,7 @@ return [
|
||||
'amount' => 'Amount',
|
||||
'enabled' => 'Enabled',
|
||||
'disabled' => 'Disabled',
|
||||
'disabled_type' => 'This :type is disabled',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'na' => 'N/A',
|
||||
@ -77,11 +94,17 @@ return [
|
||||
'add_expense' => 'Add Expense',
|
||||
'add_transfer' => 'Add Transfer',
|
||||
'show' => 'Show',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'send' => 'Send',
|
||||
'send_to' => 'Send To',
|
||||
'receive' => 'Receive',
|
||||
'share' => 'Share',
|
||||
'share_link' => 'Share Link',
|
||||
'copy_link' => 'Copy Link',
|
||||
'download' => 'Download',
|
||||
'restore' => 'Restore',
|
||||
'delete_confirm' => 'Confirm delete :name :type?',
|
||||
'name' => 'Name',
|
||||
'email' => 'Email',
|
||||
@ -107,6 +130,8 @@ return [
|
||||
'loading' => 'Loading...',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'subject' => 'Subject',
|
||||
'body' => 'Body',
|
||||
'print' => 'Print',
|
||||
'download_pdf' => 'Download PDF',
|
||||
'customize' => 'Customize',
|
||||
@ -162,12 +187,43 @@ return [
|
||||
'is' => 'is',
|
||||
'isnot' => 'is not',
|
||||
'recurring_and_more' => 'Recurring and more..',
|
||||
'due' => 'Due',
|
||||
'due_on' => 'Due on',
|
||||
'amount_due' => 'Amount due',
|
||||
'financial_year' => 'Financial Year',
|
||||
'created' => 'Created',
|
||||
'state' => 'Province / State',
|
||||
'zip_code' => 'Postal / Zip Code',
|
||||
'parent' => 'Parent',
|
||||
'split' => 'Split',
|
||||
'email_send_me' => 'Send a copy to myself at :email',
|
||||
'connect' => 'Connect',
|
||||
'assign' => 'Assign',
|
||||
'your_notifications' => 'Your notification|Your notifications',
|
||||
'new' => 'New',
|
||||
'new_more' => 'New ...',
|
||||
'number' => 'Number',
|
||||
'client_portal' => 'Client Portal',
|
||||
'issue_date' => 'Issue Date',
|
||||
'due_date' => 'Due Date',
|
||||
'open' => 'Open',
|
||||
'invite' => 'Invite',
|
||||
'common' => 'Common',
|
||||
'api' => 'API',
|
||||
'admin_panel' => 'Admin Panel',
|
||||
'special' => 'Special',
|
||||
'distribution' => 'Distribution',
|
||||
'timeline' => 'Timeline',
|
||||
'incoming' => 'Incoming',
|
||||
'outgoing' => 'Outgoing',
|
||||
'none' => 'None',
|
||||
'preferences' => 'Preferences',
|
||||
'resend' => 'Resend',
|
||||
'last_sent' => 'Last Sent :date',
|
||||
'preview_in_window' => 'Preview in new window',
|
||||
'copied' => 'Copied',
|
||||
'preview_mode' => 'Preview Mode',
|
||||
'go_back' => 'Go back to :type',
|
||||
|
||||
'card' => [
|
||||
'cards' => 'Card|Cards',
|
||||
@ -179,6 +235,7 @@ return [
|
||||
],
|
||||
|
||||
'title' => [
|
||||
'show' => 'Show :type',
|
||||
'new' => 'New :type',
|
||||
'edit' => 'Edit :type',
|
||||
'delete' => 'Delete :type',
|
||||
@ -187,6 +244,8 @@ return [
|
||||
'get' => 'Get :type',
|
||||
'add' => 'Add :type',
|
||||
'manage' => 'Manage :type',
|
||||
'invite' => 'Invite :type',
|
||||
'closed' => 'Closed :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
@ -215,15 +274,16 @@ return [
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'week_ago' => 'A week ago',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'documentation' => 'Check out the <a href=":url" target="_blank">documentation</a> for more details.',
|
||||
'documentation' => 'Check out the <a href=":url" target="_blank" class="text-green border-b border-transparent transition-all hover:text-green-700 hover:border-green-700">documentation</a> for more details.',
|
||||
'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
|
||||
'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
|
||||
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
|
||||
@ -232,8 +292,15 @@ return [
|
||||
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
|
||||
'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
|
||||
'transfers' => 'Transfers allow you to move money from one account to another, whether they use the same currency or not.',
|
||||
'transactions' => 'Transactions allow you to create records of your incomes or expenses. Payments of invoices/bills are also listed here.',
|
||||
'taxes' => 'Taxes are used to apply extra fees to invoices and bills. Your financials are affected by these regulatory taxes.',
|
||||
'reconciliations' => 'Bank reconciliation is a process performed to ensure that your company bank records are also correct.',
|
||||
'recurring_templates' => 'Recurring Template is income or expense.',
|
||||
|
||||
'actions' => [
|
||||
'new' => 'Enter the details and create your first :type',
|
||||
'import' => 'Import your existing :type with a single click',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user