mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Add placeholder to en_US files.
This commit is contained in:
parent
db0500dcf0
commit
65027d7832
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -20,8 +20,11 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'failed' => 'These credentials do not match our records.',
|
'failed' => 'These credentials do not match our records.',
|
||||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -53,6 +55,9 @@ return [
|
|||||||
'deposit_list' => 'Revenue, income and deposits',
|
'deposit_list' => 'Revenue, income and deposits',
|
||||||
'transfer_list' => 'Transfers',
|
'transfer_list' => 'Transfers',
|
||||||
'transfers_list' => 'Transfers',
|
'transfers_list' => 'Transfers',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'reconciliation_list' => 'Reconciliations',
|
'reconciliation_list' => 'Reconciliations',
|
||||||
'create_withdrawal' => 'Create new withdrawal',
|
'create_withdrawal' => 'Create new withdrawal',
|
||||||
'create_deposit' => 'Create new deposit',
|
'create_deposit' => 'Create new deposit',
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -39,6 +41,8 @@ return [
|
|||||||
//'month_and_day_no_year' => '%B %e',
|
//'month_and_day_no_year' => '%B %e',
|
||||||
'month_and_day_no_year_js' => 'MMMM Do',
|
'month_and_day_no_year_js' => 'MMMM Do',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
//'date_time' => '%B %e, %Y, @ %T',
|
//'date_time' => '%B %e, %Y, @ %T',
|
||||||
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
||||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||||
@ -66,3 +70,5 @@ return [
|
|||||||
'dow_6' => 'Saturday',
|
'dow_6' => 'Saturday',
|
||||||
'dow_7' => 'Sunday',
|
'dow_7' => 'Sunday',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -35,3 +37,5 @@ return [
|
|||||||
'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.',
|
'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.',
|
||||||
'profile-index' => 'Keep in mind that the demo site resets every four hours. Your access may be revoked at any time. This happens automatically and is not a bug.',
|
'profile-index' => 'Keep in mind that the demo site resets every four hours. Your access may be revoked at any time. This happens automatically and is not a bug.',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -33,6 +35,8 @@ return [
|
|||||||
'admin_test_subject' => 'A test message from your Firefly III installation',
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// invite
|
// invite
|
||||||
'invitation_created_subject' => 'An invitation has been created',
|
'invitation_created_subject' => 'An invitation has been created',
|
||||||
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
||||||
@ -70,6 +74,8 @@ return [
|
|||||||
'registered_pw_reset_link' => 'Password reset:',
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
'registered_doc_link' => 'Documentation:',
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// new version
|
// new version
|
||||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||||
|
|
||||||
@ -113,6 +119,8 @@ return [
|
|||||||
'error_stacktrace_below' => 'The full stacktrace is below:',
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
'error_headers' => 'The following headers may also be relevant:',
|
'error_headers' => 'The following headers may also be relevant:',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// report new journals
|
// report new journals
|
||||||
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
@ -129,3 +137,4 @@ return [
|
|||||||
'bill_warning_please_action' => 'Please take the appropriate action.',
|
'bill_warning_please_action' => 'Please take the appropriate action.',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
// Ignore this comment
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -39,6 +41,9 @@ return [
|
|||||||
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
|
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
|
||||||
'stacktrace' => 'Stack trace',
|
'stacktrace' => 'Stack trace',
|
||||||
'more_info' => 'More information',
|
'more_info' => 'More information',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
||||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||||
'github_help' => 'Get help on GitHub',
|
'github_help' => 'Get help on GitHub',
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
return [
|
return [
|
||||||
// general stuff:
|
// general stuff:
|
||||||
'close' => 'Close',
|
'close' => 'Close',
|
||||||
@ -324,6 +326,8 @@ return [
|
|||||||
|
|
||||||
// old
|
// old
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||||
@ -684,6 +688,7 @@ return [
|
|||||||
'create_rule_from_query' => 'Create new rule from search query',
|
'create_rule_from_query' => 'Create new rule from search query',
|
||||||
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
|
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// END
|
// END
|
||||||
'modifiers_applies_are' => 'The following modifiers are applied to the search as well:',
|
'modifiers_applies_are' => 'The following modifiers are applied to the search as well:',
|
||||||
@ -1168,6 +1173,7 @@ return [
|
|||||||
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
|
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
|
||||||
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// actions
|
// actions
|
||||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||||
@ -1465,6 +1471,8 @@ return [
|
|||||||
'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.',
|
'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.',
|
||||||
'multi_account_warning_transfer' => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.',
|
'multi_account_warning_transfer' => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
@ -1839,6 +1847,8 @@ return [
|
|||||||
'stored_category' => 'Stored new category ":name"',
|
'stored_category' => 'Stored new category ":name"',
|
||||||
'without_category_between' => 'Without category between :start and :end',
|
'without_category_between' => 'Without category between :start and :end',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// transactions:
|
// transactions:
|
||||||
'update_withdrawal' => 'Update withdrawal',
|
'update_withdrawal' => 'Update withdrawal',
|
||||||
'update_deposit' => 'Update deposit',
|
'update_deposit' => 'Update deposit',
|
||||||
@ -2057,6 +2067,8 @@ return [
|
|||||||
'classification' => 'Classification',
|
'classification' => 'Classification',
|
||||||
'store_transaction' => 'Store transaction',
|
'store_transaction' => 'Store transaction',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// reports:
|
// reports:
|
||||||
'report_default' => 'Default financial report between :start and :end',
|
'report_default' => 'Default financial report between :start and :end',
|
||||||
'report_audit' => 'Transaction history overview between :start and :end',
|
'report_audit' => 'Transaction history overview between :start and :end',
|
||||||
@ -2161,6 +2173,8 @@ return [
|
|||||||
'sum_in_default_currency' => 'The sum will always be in your default currency.',
|
'sum_in_default_currency' => 'The sum will always be in your default currency.',
|
||||||
'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.',
|
'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// charts:
|
// charts:
|
||||||
'chart' => 'Chart',
|
'chart' => 'Chart',
|
||||||
'month' => 'Month',
|
'month' => 'Month',
|
||||||
@ -2249,6 +2263,8 @@ return [
|
|||||||
'total_amount' => 'Total amount',
|
'total_amount' => 'Total amount',
|
||||||
'number_of_decimals' => 'Number of decimals',
|
'number_of_decimals' => 'Number of decimals',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// administration
|
// administration
|
||||||
'invite_new_user_title' => 'Invite new user',
|
'invite_new_user_title' => 'Invite new user',
|
||||||
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
||||||
@ -2519,6 +2535,8 @@ return [
|
|||||||
'except_weekends' => 'Except weekends',
|
'except_weekends' => 'Except weekends',
|
||||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// new lines for summary controller.
|
// new lines for summary controller.
|
||||||
'box_balance_in_currency' => 'Balance (:currency)',
|
'box_balance_in_currency' => 'Balance (:currency)',
|
||||||
'box_spent_in_currency' => 'Spent (:currency)',
|
'box_spent_in_currency' => 'Spent (:currency)',
|
||||||
@ -2576,3 +2594,5 @@ return [
|
|||||||
'ale_action_add_tag' => 'Added tag',
|
'ale_action_add_tag' => 'Added tag',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -62,6 +64,9 @@ return [
|
|||||||
'opening_balance' => 'Opening balance',
|
'opening_balance' => 'Opening balance',
|
||||||
'tagMode' => 'Tag mode',
|
'tagMode' => 'Tag mode',
|
||||||
'virtual_balance' => 'Virtual balance',
|
'virtual_balance' => 'Virtual balance',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'targetamount' => 'Target amount',
|
'targetamount' => 'Target amount',
|
||||||
'account_role' => 'Account role',
|
'account_role' => 'Account role',
|
||||||
'opening_balance_date' => 'Opening balance date',
|
'opening_balance_date' => 'Opening balance date',
|
||||||
@ -153,6 +158,9 @@ return [
|
|||||||
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
|
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
|
||||||
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?',
|
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?',
|
||||||
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
|
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?',
|
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?',
|
||||||
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
|
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
|
||||||
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?',
|
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?',
|
||||||
@ -216,6 +224,9 @@ return [
|
|||||||
'fints_password' => 'PIN / Password',
|
'fints_password' => 'PIN / Password',
|
||||||
'fints_account' => 'FinTS account',
|
'fints_account' => 'FinTS account',
|
||||||
'local_account' => 'Firefly III account',
|
'local_account' => 'Firefly III account',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'from_date' => 'Date from',
|
'from_date' => 'Date from',
|
||||||
'to_date' => 'Date to',
|
'to_date' => 'Date to',
|
||||||
'due_date' => 'Due date',
|
'due_date' => 'Due date',
|
||||||
@ -252,3 +263,4 @@ return [
|
|||||||
'webhook_response' => 'Response',
|
'webhook_response' => 'Response',
|
||||||
'webhook_trigger' => 'Trigger',
|
'webhook_trigger' => 'Trigger',
|
||||||
];
|
];
|
||||||
|
// Ignore this comment
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -53,6 +55,8 @@ return [
|
|||||||
'budgets_index_list_of_budgets' => 'Use this table to set the amounts for each budget and see how you are doing.',
|
'budgets_index_list_of_budgets' => 'Use this table to set the amounts for each budget and see how you are doing.',
|
||||||
'budgets_index_outro' => 'To learn more about budgeting, checkout the help icon in the top right corner.',
|
'budgets_index_outro' => 'To learn more about budgeting, checkout the help icon in the top right corner.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// reports (index)
|
// reports (index)
|
||||||
'reports_index_intro' => 'Use these reports to get detailed insights in your finances.',
|
'reports_index_intro' => 'Use these reports to get detailed insights in your finances.',
|
||||||
'reports_index_inputReportType' => 'Pick a report type. Check out the help pages to see what each report shows you.',
|
'reports_index_inputReportType' => 'Pick a report type. Check out the help pages to see what each report shows you.',
|
||||||
@ -90,6 +94,8 @@ return [
|
|||||||
'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.',
|
'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.',
|
||||||
'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.',
|
'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// create piggy
|
// create piggy
|
||||||
'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?',
|
'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?',
|
||||||
'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.',
|
'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.',
|
||||||
@ -132,6 +138,8 @@ return [
|
|||||||
'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.',
|
'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.',
|
||||||
'rules_create_actions' => 'Set as many actions as you like.',
|
'rules_create_actions' => 'Set as many actions as you like.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'preferences_index_tabs' => 'More options are available behind these tabs.',
|
'preferences_index_tabs' => 'More options are available behind these tabs.',
|
||||||
|
|
||||||
@ -143,3 +151,4 @@ return [
|
|||||||
// create currency
|
// create currency
|
||||||
'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).',
|
'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).',
|
||||||
];
|
];
|
||||||
|
// Ignore this comment
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -56,6 +58,9 @@ return [
|
|||||||
'source' => 'Source',
|
'source' => 'Source',
|
||||||
'next_expected_match' => 'Next expected match',
|
'next_expected_match' => 'Next expected match',
|
||||||
'automatch' => 'Auto match?',
|
'automatch' => 'Auto match?',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'repeat_freq' => 'Repeats',
|
'repeat_freq' => 'Repeats',
|
||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'amount' => 'Amount',
|
'amount' => 'Amount',
|
||||||
@ -121,6 +126,9 @@ return [
|
|||||||
'external_id' => 'External ID',
|
'external_id' => 'External ID',
|
||||||
'account_at_bunq' => 'Account with bunq',
|
'account_at_bunq' => 'Account with bunq',
|
||||||
'file_name' => 'File name',
|
'file_name' => 'File name',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'file_size' => 'File size',
|
'file_size' => 'File size',
|
||||||
'file_type' => 'File type',
|
'file_type' => 'File type',
|
||||||
'attached_to' => 'Attached to',
|
'attached_to' => 'Attached to',
|
||||||
@ -149,3 +157,4 @@ return [
|
|||||||
'secret' => 'Secret',
|
'secret' => 'Secret',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
// Ignore this comment
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@ -78,6 +80,9 @@ return [
|
|||||||
'before' => 'The :attribute must be a date before :date.',
|
'before' => 'The :attribute must be a date before :date.',
|
||||||
'unique_object_for_user' => 'This name is already in use.',
|
'unique_object_for_user' => 'This name is already in use.',
|
||||||
'unique_account_for_user' => 'This account name is already in use.',
|
'unique_account_for_user' => 'This account name is already in use.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'between.numeric' => 'The :attribute must be between :min and :max.',
|
'between.numeric' => 'The :attribute must be between :min and :max.',
|
||||||
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
|
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||||
'between.string' => 'The :attribute must be between :min and :max characters.',
|
'between.string' => 'The :attribute must be between :min and :max characters.',
|
||||||
@ -146,6 +151,8 @@ return [
|
|||||||
'same_account_type' => 'Both accounts must be of the same account type',
|
'same_account_type' => 'Both accounts must be of the same account type',
|
||||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security',
|
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security',
|
||||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
|
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
|
||||||
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||||
@ -204,6 +211,8 @@ return [
|
|||||||
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
|
||||||
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||||
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||||
'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||||
@ -232,3 +241,5 @@ return [
|
|||||||
'auto_budget_amount_positive' => 'The amount must be more than zero.',
|
'auto_budget_amount_positive' => 'The amount must be more than zero.',
|
||||||
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
|
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Ignore this comment
|
||||||
|
Loading…
Reference in New Issue
Block a user