Give all files the standard warning (to be replaced).

This commit is contained in:
James Cole
2023-01-14 15:43:25 +01:00
parent 65027d7832
commit 9654f631c5
450 changed files with 3091 additions and 61 deletions

View File

@@ -21,6 +21,8 @@
declare(strict_types=1);
// Ignore this comment
return [
];

View File

@@ -20,8 +20,11 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
'failed' => 'Podatki se ne ujemajo s podatki v naši bazi.',
'throttle' => 'Prevečkrat ste se poskusili prijaviti. Poskusite ponovno čez :seconds sekunde.',

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -53,6 +55,9 @@ return [
'deposit_list' => 'prihodki',
'transfer_list' => 'prenosi',
'transfers_list' => 'prenosi',
// Ignore this comment
'reconciliation_list' => 'Poravnave',
'create_withdrawal' => 'ustvari nov odhodek',
'create_deposit' => 'ustvari nov prihodek',

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -39,6 +41,8 @@ return [
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'Do MMMM',
// Ignore this comment
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D. MMMM, YYYY, @ HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
@@ -66,3 +70,5 @@ return [
'dow_6' => 'Sobota',
'dow_7' => 'Nedelja',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -37,3 +39,5 @@ Računi obveznosti so vaši dolgovi in krediti, kot na primer dolg na kreditni k
'piggy-banks-index' => 'Obstajajo trije pujski. Uporabi gumba plus in minus da vplivaš na količino denarja v vsakem. Klikni na ime pujska za več informacij.',
'profile-index' => 'Demo spletno mesto se ponastavi vsake štiri ure. Dostop lahko izgubiš v vsakem trenutku. Ta proces je samodejen in ne gre za "bug".',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -33,6 +35,8 @@ return [
'admin_test_subject' => 'Testno sporočilo Vaše Firefly III namestitve',
'admin_test_body' => 'To je testno sporočilo iz vašega primerka Firefly III. Poslano je bilo na naslov :email.',
// Ignore this comment
// invite
'invitation_created_subject' => 'Ustvarjeno je bilo povabilo',
'invitation_created_body' => 'Administratorski uporabnik ":email" je ustvaril povabilo, ki ga lahko uporabi vsak, ki se skriva za e-poštnim naslovom ":invitee". Vabilo velja 48 ur.',
@@ -70,6 +74,8 @@ return [
'registered_pw_reset_link' => 'Ponastavitev gesla:',
'registered_doc_link' => 'Dokumentacija:',
// Ignore this comment
// new version
'new_version_email_subject' => 'Na voljo je nova različica Firefly III',
@@ -113,6 +119,8 @@ return [
'error_stacktrace_below' => 'Celotna stacktrace je spodaj:',
'error_headers' => 'The following headers may also be relevant:',
// Ignore this comment
// report new journals
'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:',
@@ -129,3 +137,4 @@ return [
'bill_warning_please_action' => 'Please take the appropriate action.',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
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.',
'stacktrace' => 'Stack trace',
'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_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',

View File

@@ -22,6 +22,8 @@
declare(strict_types=1);
// Ignore this comment
return [
// general stuff:
'close' => 'zapri',
@@ -324,6 +326,8 @@ return [
// old
// Ignore this comment
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
'search_modifier_reconciled' => 'Transaction is reconciled',
@@ -684,6 +688,7 @@ return [
'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.',
// Ignore this comment
// END
'modifiers_applies_are' => 'Naslednji modifikatorji se uporabljajo tudi za iskanje:',
@@ -1168,6 +1173,7 @@ return [
'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',
// Ignore this comment
// actions
'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_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_title' => 'Export data from Firefly III',
'export_data_menu' => 'Izvozi podatke',
@@ -1839,6 +1847,8 @@ return [
'stored_category' => 'Nova kategorija ":name" shranjen',
'without_category_between' => 'Brez kategorije med :start in :end',
// Ignore this comment
// transactions:
'update_withdrawal' => 'Posodobi odliv',
'update_deposit' => 'Posodobi polog',
@@ -2057,6 +2067,8 @@ return [
'classification' => 'Klasifikacija',
'store_transaction' => 'Store transaction',
// Ignore this comment
// reports:
'report_default' => 'Privzeto finančno poročilo med :start in :end',
'report_audit' => 'Pregled zgodovine transakcij med :start in :end',
@@ -2161,6 +2173,8 @@ return [
'sum_in_default_currency' => 'Vsota bo vedno v privzeti valuti.',
'net_filtered_prefs' => 'Ta diagram nikoli ne bo vključeval računov, ki nimajo izbrano »Vključi v neto vrednost«.',
// Ignore this comment
// charts:
'chart' => 'Diagram',
'month' => 'Mesec',
@@ -2249,6 +2263,8 @@ return [
'total_amount' => 'Skupni znesek',
'number_of_decimals' => 'Število decimalk',
// Ignore this comment
// administration
'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.',
@@ -2519,6 +2535,8 @@ return [
'except_weekends' => 'Razen vikendov',
'recurrence_deleted' => 'Ponavljajoča transakcija ":title" izbrisana',
// Ignore this comment
// new lines for summary controller.
'box_balance_in_currency' => 'Balance (:currency)',
'box_spent_in_currency' => 'Spent (:currency)',
@@ -2576,3 +2594,5 @@ return [
'ale_action_add_tag' => 'Dodana oznaka',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -62,6 +64,9 @@ return [
'opening_balance' => 'Začetno stanje',
'tagMode' => 'Način oznak',
'virtual_balance' => 'Navidezno stanje',
// Ignore this comment
'targetamount' => 'Ciljni znesek',
'account_role' => 'Vloga računa',
'opening_balance_date' => 'Datum začetnega stanja',
@@ -153,6 +158,9 @@ return [
'piggyBank_areYouSure' => 'Si prepričan, da želiš zbrisati hranilnik ":name"?',
'journal_areYouSure' => 'Si prepričan, da želiš zbrisati transakcijo z opisom ":description"?',
'mass_journal_are_you_sure' => 'Si prepričani, da želite izbrisati te transakcije?',
// Ignore this comment
'tag_areYouSure' => 'Si prepričan, da želite izbrisati to oznako ":tag"?',
'journal_link_areYouSure' => 'Si prepričan, da želiš izbrisati povezavo med <a href=":source_link">:source</a> in <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Si prepričan, da želiš izbrisati vrsto povezave ":name" (":inward"/":outward")?',
@@ -216,6 +224,9 @@ return [
'fints_password' => 'PIN / geslo',
'fints_account' => 'FinTS account',
'local_account' => 'Račun v Firely III',
// Ignore this comment
'from_date' => 'Datum od',
'to_date' => 'Datum do',
'due_date' => 'Datum zapadlosti',
@@ -252,3 +263,4 @@ return [
'webhook_response' => 'Response',
'webhook_trigger' => 'Trigger',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -53,6 +55,8 @@ return [
'budgets_index_list_of_budgets' => 'S to tabelo določi zneske za vsak proračun in si oglej, kako napreduješ.',
'budgets_index_outro' => 'Če želiš izvedeti več o pripravi proračuna, preveri ikono pomoči v zgornjem desnem kotu.',
// Ignore this comment
// reports (index)
'reports_index_intro' => 'S temi poročili dobiš podroben vpogled v svoje finance.',
'reports_index_inputReportType' => 'Izberi vrsto poročila. Oglej si strani za pomoč, če želiš videti, kaj ti vsako poročilo prikazuje.',
@@ -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_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.',
// Ignore this comment
// create piggy
'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.',
@@ -132,6 +138,8 @@ return [
'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.',
// Ignore this comment
// preferences
'preferences_index_tabs' => 'More options are available behind these tabs.',
@@ -143,3 +151,4 @@ return [
// create currency
'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -56,6 +58,9 @@ return [
'source' => 'Izvor',
'next_expected_match' => 'Naslenje pričakovano ujemanje',
'automatch' => 'Samodejno poveži?',
// Ignore this comment
'repeat_freq' => 'Ponovitev',
'description' => 'Opis',
'amount' => 'Znesek',
@@ -121,6 +126,9 @@ return [
'external_id' => 'External ID',
'account_at_bunq' => 'Account with bunq',
'file_name' => 'Ime datoteke',
// Ignore this comment
'file_size' => 'Velikost datoteke',
'file_type' => 'Vrsta datoteke',
'attached_to' => 'Attached to',
@@ -149,3 +157,4 @@ return [
'secret' => 'Secret',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -78,6 +80,9 @@ return [
'before' => 'The :attribute must be a date before :date.',
'unique_object_for_user' => 'This 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.file' => 'The :attribute must be between :min and :max kilobytes.',
'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_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',
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
'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_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_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.',
@@ -232,3 +241,5 @@ return [
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
];
// Ignore this comment