mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations.
This commit is contained in:
parent
44637dfaab
commit
7e94f246e3
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Тестово съобщение от вашата инсталация на Firefly III',
|
||||
'admin_test_body' => 'Това е тестово съобщение от вашата Firefly III инстанция. То беше изпратено на :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Ново влизане в Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'годишно',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Не можете да изпълнявате неактивни правила.',
|
||||
'rules' => 'Правила',
|
||||
'rule_name' => 'Име на правилото',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Група правила за сметки',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Създай ново правило за сметка ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Правило за сметка ":name"',
|
||||
'new_rule_for_bill_description' => 'Това правило маркира транзакции за сметка ":name".',
|
||||
'rulegroup_for_bills_title' => 'Група правила за сметки',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Създай ново правило за сметка ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Правило за сметка ":name"',
|
||||
'new_rule_for_bill_description' => 'Това правило маркира транзакции за сметка ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Правило базирано на транзакция ":description"',
|
||||
'new_rule_for_journal_description' => 'Това правило е базирано на транзакция ":description". То ще открива транзакции, които са идентични.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Изтрий данните',
|
||||
'permanent_delete_stuff' => 'Внимавайте с тези бутони. Изтриването на неща е завинаги.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Всички други ваши сесии бяха затворени.',
|
||||
'delete_all_budgets' => 'Изтрийте ВСИЧКИ ваши бюджети',
|
||||
'delete_all_categories' => 'Изтрийте ВСИЧКИ ваши категории',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Редактиран етикет ":tag"',
|
||||
'created_tag' => 'Етикет ":tag" беше създаден!',
|
||||
|
||||
'transaction_journal_information' => 'Информация за транзакция',
|
||||
'transaction_journal_meta' => 'Мета информация',
|
||||
'transaction_journal_more' => 'Повече информация',
|
||||
'basic_journal_information' => 'Основна информация за транзакция',
|
||||
'transaction_journal_extra' => 'Допълнителна информация',
|
||||
'att_part_of_journal' => 'Запазено като ":journal"',
|
||||
'total_amount' => 'Обща сума',
|
||||
'number_of_decimals' => 'Брой десетични знаци',
|
||||
'transaction_journal_information' => 'Информация за транзакция',
|
||||
'transaction_journal_meta' => 'Мета информация',
|
||||
'transaction_journal_more' => 'Повече информация',
|
||||
'basic_journal_information' => 'Основна информация за транзакция',
|
||||
'transaction_journal_extra' => 'Допълнителна информация',
|
||||
'att_part_of_journal' => 'Запазено като ":journal"',
|
||||
'total_amount' => 'Обща сума',
|
||||
'number_of_decimals' => 'Брой десетични знаци',
|
||||
|
||||
// administration
|
||||
'administration' => 'Управление',
|
||||
'user_administration' => 'Управление на потребители',
|
||||
'list_all_users' => 'Всички потребители',
|
||||
'all_users' => 'Всички потребители',
|
||||
'instance_configuration' => 'Конфигурация',
|
||||
'firefly_instance_configuration' => 'Опции за конфигурация на Firefly III',
|
||||
'setting_single_user_mode' => 'Режим за един потребител',
|
||||
'setting_single_user_mode_explain' => 'По подразбиране Firefly III приема само една (1) регистрация: Вие. Това е мярка за сигурност предотвратяваща други да използват вашата инсталация, освен ако не им разрешите. Бъдещите регистрации са блокирани. Когато премахнете отметката от това поле и други ще могат да използват вашия инсталация, ако приемем че могат да я достигнат (когато е свързана с Интернет).',
|
||||
'store_configuration' => 'Запази конфигурацията',
|
||||
'single_user_administration' => 'Управление на потребителя за :email',
|
||||
'edit_user' => 'Редактиране на потребител :email',
|
||||
'hidden_fields_preferences' => 'Можете да активирате повече опции за транзакции във вашите <a href="preferences">настройки</a>.',
|
||||
'user_data_information' => 'Данни на потребителя',
|
||||
'user_information' => 'Информация за потребителя',
|
||||
'total_size' => 'общ размер',
|
||||
'budget_or_budgets' => ':count бюджет|:count бюджети',
|
||||
'budgets_with_limits' => ':count бюджет с дефинирана сума|:count бюджети с дефинирани суми',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules правило(а) и :count_groups група(и) правила',
|
||||
'tag_or_tags' => ':count етикет|:count етикети',
|
||||
'configuration_updated' => 'Настройките са обновени',
|
||||
'setting_is_demo_site' => 'Демо страница',
|
||||
'setting_is_demo_site_explain' => 'Ако поставите отметка в това поле, тази инсталация ще се държи така, сякаш това е демонстрационният сайт, което може да има странни странични ефекти.',
|
||||
'block_code_bounced' => 'Имейл съобщение(я) отскочиха',
|
||||
'block_code_expired' => 'Демо профилът изтече',
|
||||
'no_block_code' => 'Няма причина за блокиране или потребителят не е блокиран',
|
||||
'block_code_email_changed' => 'Потребителят все още не е потвърдил новия имейл адрес',
|
||||
'admin_update_email' => 'Противно на страницата на потребителския профил, потребителят НЯМА да бъде уведомен, че имейл адресът им е променен!',
|
||||
'update_user' => 'Редактиране на потребител',
|
||||
'updated_user' => 'Данните на потребителя бяха променени.',
|
||||
'delete_user' => 'Изтрий потребител :email',
|
||||
'user_deleted' => 'Този потребител беше изтрит',
|
||||
'send_test_email' => 'Изпращане на тестово имейл съобщение',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Изпрати съобщение',
|
||||
'send_test_triggered' => 'Тестът се задейства. Проверете входящата си поща и лог файловете.',
|
||||
'give_admin_careful' => 'Потребителите, на които са предоставени администраторски права, могат да отнемат вашите права. Бъдете внимателен.',
|
||||
'admin_maintanance_title' => 'Поддръжка',
|
||||
'admin_maintanance_expl' => 'Няколко изящни бутона за поддръжка на Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Изчисти кеша',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Управление',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Управление на потребители',
|
||||
'list_all_users' => 'Всички потребители',
|
||||
'all_users' => 'Всички потребители',
|
||||
'instance_configuration' => 'Конфигурация',
|
||||
'firefly_instance_configuration' => 'Опции за конфигурация на Firefly III',
|
||||
'setting_single_user_mode' => 'Режим за един потребител',
|
||||
'setting_single_user_mode_explain' => 'По подразбиране Firefly III приема само една (1) регистрация: Вие. Това е мярка за сигурност предотвратяваща други да използват вашата инсталация, освен ако не им разрешите. Бъдещите регистрации са блокирани. Когато премахнете отметката от това поле и други ще могат да използват вашия инсталация, ако приемем че могат да я достигнат (когато е свързана с Интернет).',
|
||||
'store_configuration' => 'Запази конфигурацията',
|
||||
'single_user_administration' => 'Управление на потребителя за :email',
|
||||
'edit_user' => 'Редактиране на потребител :email',
|
||||
'hidden_fields_preferences' => 'Можете да активирате повече опции за транзакции във вашите <a href="preferences">настройки</a>.',
|
||||
'user_data_information' => 'Данни на потребителя',
|
||||
'user_information' => 'Информация за потребителя',
|
||||
'total_size' => 'общ размер',
|
||||
'budget_or_budgets' => ':count бюджет|:count бюджети',
|
||||
'budgets_with_limits' => ':count бюджет с дефинирана сума|:count бюджети с дефинирани суми',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules правило(а) и :count_groups група(и) правила',
|
||||
'tag_or_tags' => ':count етикет|:count етикети',
|
||||
'configuration_updated' => 'Настройките са обновени',
|
||||
'setting_is_demo_site' => 'Демо страница',
|
||||
'setting_is_demo_site_explain' => 'Ако поставите отметка в това поле, тази инсталация ще се държи така, сякаш това е демонстрационният сайт, което може да има странни странични ефекти.',
|
||||
'block_code_bounced' => 'Имейл съобщение(я) отскочиха',
|
||||
'block_code_expired' => 'Демо профилът изтече',
|
||||
'no_block_code' => 'Няма причина за блокиране или потребителят не е блокиран',
|
||||
'block_code_email_changed' => 'Потребителят все още не е потвърдил новия имейл адрес',
|
||||
'admin_update_email' => 'Противно на страницата на потребителския профил, потребителят НЯМА да бъде уведомен, че имейл адресът им е променен!',
|
||||
'update_user' => 'Редактиране на потребител',
|
||||
'updated_user' => 'Данните на потребителя бяха променени.',
|
||||
'delete_user' => 'Изтрий потребител :email',
|
||||
'user_deleted' => 'Този потребител беше изтрит',
|
||||
'send_test_email' => 'Изпращане на тестово имейл съобщение',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Изпрати съобщение',
|
||||
'send_test_triggered' => 'Тестът се задейства. Проверете входящата си поща и лог файловете.',
|
||||
'give_admin_careful' => 'Потребителите, на които са предоставени администраторски права, могат да отнемат вашите права. Бъдете внимателен.',
|
||||
'admin_maintanance_title' => 'Поддръжка',
|
||||
'admin_maintanance_expl' => 'Няколко изящни бутона за поддръжка на Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Изчисти кеша',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Описание на разделена транзакция',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Изглежда, че задачата на cron, която е необходима за поддържане на повтарящи се транзакции, никога не се е изпълнявала. Това, разбира се, е нормално, когато току-що сте инсталирали Firefly III, но това трябва да е нещо, което да настроите възможно най-скоро. Моля, разгледайте помощните страници, като използвате иконата (?) в горния десен ъгъл на страницата.',
|
||||
'recurring_cron_long_ago' => 'Изглежда, че са минали повече от 36 часа, откакто задачата на cron за поддръжка на повтарящи се транзакции е задействана за последен път. Сигурни ли сте, че е настроена правилно? Моля, разгледайте помощните страници, като използвате иконата (?) в горния десен ъгъл на страницата.',
|
||||
|
||||
'create_new_recurrence' => 'Създай нова повтаряща се транзакция',
|
||||
'help_first_date' => 'Посочете първото очаквано повторение. Това трябва да бъде в бъдещето.',
|
||||
'help_first_date_no_past' => 'Посочете първото очаквано повторение. Firefly III няма да създава транзакции в миналото.',
|
||||
'no_currency' => '(без валута)',
|
||||
'mandatory_for_recurring' => 'Задължителна информация за повторение',
|
||||
'mandatory_for_transaction' => 'Задължителна информация за транзакция',
|
||||
'optional_for_recurring' => 'Незадължителна информация за повторение',
|
||||
'optional_for_transaction' => 'Незадължителна информация за транзакция',
|
||||
'change_date_other_options' => 'Променете "първа дата", за да видите още опции.',
|
||||
'mandatory_fields_for_tranaction' => 'Стойностите тук ще влязат в създадената транзакция (и)',
|
||||
'click_for_calendar' => 'Кликнете тук за календар, който ви показва кога транзакцията ще се повтори.',
|
||||
'repeat_forever' => 'Повтаряй завинаги',
|
||||
'repeat_until_date' => 'Повтаряй до дата',
|
||||
'repeat_times' => 'Повтаряй определен брой пъти',
|
||||
'recurring_skips_one' => 'През едно',
|
||||
'recurring_skips_more' => 'Пропусни :count събития',
|
||||
'store_new_recurrence' => 'Запамети повтаряща се транзакция',
|
||||
'stored_new_recurrence' => 'Повтаряща се транзакция ":title" беше успешно запаметена.',
|
||||
'edit_recurrence' => 'Редактирай повтаряща се транзакция ":title"',
|
||||
'recurring_repeats_until' => 'Повтаряй до :date',
|
||||
'recurring_repeats_forever' => 'Повтаря се завинаги',
|
||||
'recurring_repeats_x_times' => 'Повтаря се :count път|Повтаря се :count пъти',
|
||||
'update_recurrence' => 'Обнови повтарящата се транзакция',
|
||||
'updated_recurrence' => 'Обновена е повтарящата се транзакция ":title"',
|
||||
'recurrence_is_inactive' => 'Тази повтаряща се транзакция не е активна и няма да генерира нови транзакции.',
|
||||
'delete_recurring' => 'Изтрий повтаряща се транзакция ":title"',
|
||||
'new_recurring_transaction' => 'Нова повтаряща се транзакция',
|
||||
'help_weekend' => 'Какво трябва да направи Firefly III, когато повтарящата се транзакция се падне в събота или неделя?',
|
||||
'do_nothing' => 'Просто създай транзакцията',
|
||||
'skip_transaction' => 'Пропусни транзакцията',
|
||||
'jump_to_friday' => 'Създай транзакцията на предишния петък',
|
||||
'jump_to_monday' => 'Създай транзакцията на следващия понеделник',
|
||||
'will_jump_friday' => 'Ще бъде създадена в петък вместо уикендите.',
|
||||
'will_jump_monday' => 'Ще бъде създадена в понеделник вместо уикендите.',
|
||||
'except_weekends' => 'Освен уикендите',
|
||||
'recurrence_deleted' => 'Повтарящата се транзакция ":title" беше изтрита',
|
||||
'create_new_recurrence' => 'Създай нова повтаряща се транзакция',
|
||||
'help_first_date' => 'Посочете първото очаквано повторение. Това трябва да бъде в бъдещето.',
|
||||
'help_first_date_no_past' => 'Посочете първото очаквано повторение. Firefly III няма да създава транзакции в миналото.',
|
||||
'no_currency' => '(без валута)',
|
||||
'mandatory_for_recurring' => 'Задължителна информация за повторение',
|
||||
'mandatory_for_transaction' => 'Задължителна информация за транзакция',
|
||||
'optional_for_recurring' => 'Незадължителна информация за повторение',
|
||||
'optional_for_transaction' => 'Незадължителна информация за транзакция',
|
||||
'change_date_other_options' => 'Променете "първа дата", за да видите още опции.',
|
||||
'mandatory_fields_for_tranaction' => 'Стойностите тук ще влязат в създадената транзакция (и)',
|
||||
'click_for_calendar' => 'Кликнете тук за календар, който ви показва кога транзакцията ще се повтори.',
|
||||
'repeat_forever' => 'Повтаряй завинаги',
|
||||
'repeat_until_date' => 'Повтаряй до дата',
|
||||
'repeat_times' => 'Повтаряй определен брой пъти',
|
||||
'recurring_skips_one' => 'През едно',
|
||||
'recurring_skips_more' => 'Пропусни :count събития',
|
||||
'store_new_recurrence' => 'Запамети повтаряща се транзакция',
|
||||
'stored_new_recurrence' => 'Повтаряща се транзакция ":title" беше успешно запаметена.',
|
||||
'edit_recurrence' => 'Редактирай повтаряща се транзакция ":title"',
|
||||
'recurring_repeats_until' => 'Повтаряй до :date',
|
||||
'recurring_repeats_forever' => 'Повтаря се завинаги',
|
||||
'recurring_repeats_x_times' => 'Повтаря се :count път|Повтаря се :count пъти',
|
||||
'update_recurrence' => 'Обнови повтарящата се транзакция',
|
||||
'updated_recurrence' => 'Обновена е повтарящата се транзакция ":title"',
|
||||
'recurrence_is_inactive' => 'Тази повтаряща се транзакция не е активна и няма да генерира нови транзакции.',
|
||||
'delete_recurring' => 'Изтрий повтаряща се транзакция ":title"',
|
||||
'new_recurring_transaction' => 'Нова повтаряща се транзакция',
|
||||
'help_weekend' => 'Какво трябва да направи Firefly III, когато повтарящата се транзакция се падне в събота или неделя?',
|
||||
'do_nothing' => 'Просто създай транзакцията',
|
||||
'skip_transaction' => 'Пропусни транзакцията',
|
||||
'jump_to_friday' => 'Създай транзакцията на предишния петък',
|
||||
'jump_to_monday' => 'Създай транзакцията на следващия понеделник',
|
||||
'will_jump_friday' => 'Ще бъде създадена в петък вместо уикендите.',
|
||||
'will_jump_monday' => 'Ще бъде създадена в понеделник вместо уикендите.',
|
||||
'except_weekends' => 'Освен уикендите',
|
||||
'recurrence_deleted' => 'Повтарящата се транзакция ":title" беше изтрита',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Баланс (:currency)',
|
||||
'box_spent_in_currency' => 'Похарчени (:currency)',
|
||||
'box_earned_in_currency' => 'Спечелени (:currency)',
|
||||
'box_budgeted_in_currency' => 'Бюджетирани (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Платени сметки (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Неплатени сметки (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Останали за харчене (:currency)',
|
||||
'box_net_worth_in_currency' => 'Общо богатство (:currency)',
|
||||
'box_spend_per_day' => 'Останали за харчене на ден: :amount',
|
||||
'box_balance_in_currency' => 'Баланс (:currency)',
|
||||
'box_spent_in_currency' => 'Похарчени (:currency)',
|
||||
'box_earned_in_currency' => 'Спечелени (:currency)',
|
||||
'box_budgeted_in_currency' => 'Бюджетирани (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Платени сметки (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Неплатени сметки (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Останали за харчене (:currency)',
|
||||
'box_net_worth_in_currency' => 'Общо богатство (:currency)',
|
||||
'box_spend_per_day' => 'Останали за харчене на ден: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Страница за отстраняване на грешки',
|
||||
'debug_submit_instructions' => 'Ако имате проблеми, можете да използвате информацията в това поле като информация за отстраняване на грешки. Моля, копирайте и поставете в нов или съществуващ <a href="https://github.com/firefly-iii/firefly-iii/issues"> GitHub issue </a>. Той ще генерира красива таблица, която може да се използва за бързо диагностициране на проблема ви.',
|
||||
'debug_pretty_table' => 'Ако копирате / поставите полето по-долу в GitHub issue, той ще генерира таблица. Моля, не обграждайте този текст със кавички.',
|
||||
'debug_additional_data' => 'Можете също да споделите съдържанието на полето по-долу. Можете също да копирате и поставите това в нов или съществуващ <a href="https://github.com/firefly-iii/firefly-iii/issues"> GitHub issue </a>. Съдържанието на това поле обаче може да съдържа лична информация като имена на сметки, данни за транзакции или имейл адреси.',
|
||||
'debug_page' => 'Страница за отстраняване на грешки',
|
||||
'debug_submit_instructions' => 'Ако имате проблеми, можете да използвате информацията в това поле като информация за отстраняване на грешки. Моля, копирайте и поставете в нов или съществуващ <a href="https://github.com/firefly-iii/firefly-iii/issues"> GitHub issue </a>. Той ще генерира красива таблица, която може да се използва за бързо диагностициране на проблема ви.',
|
||||
'debug_pretty_table' => 'Ако копирате / поставите полето по-долу в GitHub issue, той ще генерира таблица. Моля, не обграждайте този текст със кавички.',
|
||||
'debug_additional_data' => 'Можете също да споделите съдържанието на полето по-долу. Можете също да копирате и поставите това в нов или съществуващ <a href="https://github.com/firefly-iii/firefly-iii/issues"> GitHub issue </a>. Съдържанието на това поле обаче може да съдържа лична информация като имена на сметки, данни за транзакции или имейл адреси.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Групи',
|
||||
'object_groups_page_title' => 'Групи',
|
||||
'object_groups_breadcrumb' => 'Групи',
|
||||
'object_groups_index' => 'Общ преглед',
|
||||
'object_groups' => 'Групи',
|
||||
'object_groups_empty_explain' => 'Някои неща в Firefly III могат да бъдат разделени на групи. Касичките например разполагат с поле „Група“ в екраните за редактиране и създаване. Когато зададете това поле, можете да редактирате имената и реда на групите на тази страница. За повече информация вижте помощните страници в горния десен ъгъл, под иконата (?).',
|
||||
'object_group_title' => 'Заглавие',
|
||||
'edit_object_group' => 'Редактирай група ":title"',
|
||||
'delete_object_group' => 'Изтрий група ":title"',
|
||||
'update_object_group' => 'Обнови група',
|
||||
'updated_object_group' => 'Успешно обновена група ":title"',
|
||||
'deleted_object_group' => 'Успешно изтрита група ":title"',
|
||||
'object_group' => 'Група',
|
||||
'object_groups_menu_bar' => 'Групи',
|
||||
'object_groups_page_title' => 'Групи',
|
||||
'object_groups_breadcrumb' => 'Групи',
|
||||
'object_groups_index' => 'Общ преглед',
|
||||
'object_groups' => 'Групи',
|
||||
'object_groups_empty_explain' => 'Някои неща в Firefly III могат да бъдат разделени на групи. Касичките например разполагат с поле „Група“ в екраните за редактиране и създаване. Когато зададете това поле, можете да редактирате имената и реда на групите на тази страница. За повече информация вижте помощните страници в горния десен ъгъл, под иконата (?).',
|
||||
'object_group_title' => 'Заглавие',
|
||||
'edit_object_group' => 'Редактирай група ":title"',
|
||||
'delete_object_group' => 'Изтрий група ":title"',
|
||||
'update_object_group' => 'Обнови група',
|
||||
'updated_object_group' => 'Успешно обновена група ":title"',
|
||||
'deleted_object_group' => 'Успешно изтрита група ":title"',
|
||||
'object_group' => 'Група',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Последна активност',
|
||||
'balanceDiff' => 'Балансова разлика',
|
||||
'other_meta_data' => 'Други мета данни',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Вид на сметка',
|
||||
'created_at' => 'Създаден на',
|
||||
'account' => 'Сметка',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'need_id_in_edit' => 'Всяко разделяне трябва да има transaction_journal_id (или валидно ID или 0).',
|
||||
|
||||
'ob_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'ob_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'ob_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'ob_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Не може да използвате тази сметка като разходна сметка.',
|
||||
'generic_invalid_destination' => 'Не може да използвате тази сметка като приходна сметка.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Testovací zpráva z vaší instalace Firefly III',
|
||||
'admin_test_body' => 'Toto je testovací zpráva z instance Firefly III. Byla odeslána na :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nové přihlášení do Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'ročně',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
||||
'rules' => 'Pravidla',
|
||||
'rule_name' => 'Název pravidla',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Rule based on transaction ":description"',
|
||||
'new_rule_for_journal_description' => 'This rule is based on transaction ":description". It will match transactions that are exactly the same.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Odstranit data',
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
'delete_all_categories' => 'Smazat VŠECHNY vaše kategorie',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Aktualizován štítek „:tag“',
|
||||
'created_tag' => 'Štítek „:tag“ byl vytvořen.',
|
||||
|
||||
'transaction_journal_information' => 'Informace o transakci',
|
||||
'transaction_journal_meta' => 'Meta informace',
|
||||
'transaction_journal_more' => 'Další informace',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Více informací',
|
||||
'att_part_of_journal' => 'Uloženo pod „:journal“',
|
||||
'total_amount' => 'Celková částka',
|
||||
'number_of_decimals' => 'Počet desetinných míst',
|
||||
'transaction_journal_information' => 'Informace o transakci',
|
||||
'transaction_journal_meta' => 'Meta informace',
|
||||
'transaction_journal_more' => 'Další informace',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Více informací',
|
||||
'att_part_of_journal' => 'Uloženo pod „:journal“',
|
||||
'total_amount' => 'Celková částka',
|
||||
'number_of_decimals' => 'Počet desetinných míst',
|
||||
|
||||
// administration
|
||||
'administration' => 'Správa',
|
||||
'user_administration' => 'Správa uživatelů',
|
||||
'list_all_users' => 'Všichni uživatelé',
|
||||
'all_users' => 'Všichni uživatelé',
|
||||
'instance_configuration' => 'Nastavení',
|
||||
'firefly_instance_configuration' => 'Možnosti nastavení Firefly III',
|
||||
'setting_single_user_mode' => 'Režim pro jediného uživatele',
|
||||
'setting_single_user_mode_explain' => 'Ve výchozím stavu, Firefly III přijme pouze jednu registraci – Vás. Toto je bezpečnostní opatření, bránící ostatním použít vaši instanci, dokud jim to nepovolíte. Další registrace jsou blokovány. Pokud zrušíte zaškrtnutí tohoto, ostatní mohou vaši instanci také použít za předpokladu, že je jim dostupná (když je připojena k Internetu).',
|
||||
'store_configuration' => 'Uložit nastavení',
|
||||
'single_user_administration' => 'Správa uživatele pro :email',
|
||||
'edit_user' => 'Upravit uživatele :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Uživatelská data',
|
||||
'user_information' => 'Informace o uživateli',
|
||||
'total_size' => 'celková velikost',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules rule(s) in :count_groups rule group(s)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Nastavení bylo aktualizováno',
|
||||
'setting_is_demo_site' => 'Demostránka',
|
||||
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Platnost demoúčtu skončila',
|
||||
'no_block_code' => 'Není důvod pro blokování nebo uživatel není blokován',
|
||||
'block_code_email_changed' => 'Uživatel ještě nepotvrdil svou e-mailovou adresu',
|
||||
'admin_update_email' => 'Narozdíl od profilové stránky uživatel NEBUDE upozorněn na změnu své e-mailové adresy!',
|
||||
'update_user' => 'Aktualizovat uživatele',
|
||||
'updated_user' => 'Data uživatele byla změněna.',
|
||||
'delete_user' => 'Smazat uživatele :email',
|
||||
'user_deleted' => 'Uživatel byl smazán',
|
||||
'send_test_email' => 'Poslat zkušební e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Poslat zprávu',
|
||||
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Údržba',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Vymazat mezipaměť',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Správa',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Správa uživatelů',
|
||||
'list_all_users' => 'Všichni uživatelé',
|
||||
'all_users' => 'Všichni uživatelé',
|
||||
'instance_configuration' => 'Nastavení',
|
||||
'firefly_instance_configuration' => 'Možnosti nastavení Firefly III',
|
||||
'setting_single_user_mode' => 'Režim pro jediného uživatele',
|
||||
'setting_single_user_mode_explain' => 'Ve výchozím stavu, Firefly III přijme pouze jednu registraci – Vás. Toto je bezpečnostní opatření, bránící ostatním použít vaši instanci, dokud jim to nepovolíte. Další registrace jsou blokovány. Pokud zrušíte zaškrtnutí tohoto, ostatní mohou vaši instanci také použít za předpokladu, že je jim dostupná (když je připojena k Internetu).',
|
||||
'store_configuration' => 'Uložit nastavení',
|
||||
'single_user_administration' => 'Správa uživatele pro :email',
|
||||
'edit_user' => 'Upravit uživatele :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Uživatelská data',
|
||||
'user_information' => 'Informace o uživateli',
|
||||
'total_size' => 'celková velikost',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules rule(s) in :count_groups rule group(s)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Nastavení bylo aktualizováno',
|
||||
'setting_is_demo_site' => 'Demostránka',
|
||||
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Platnost demoúčtu skončila',
|
||||
'no_block_code' => 'Není důvod pro blokování nebo uživatel není blokován',
|
||||
'block_code_email_changed' => 'Uživatel ještě nepotvrdil svou e-mailovou adresu',
|
||||
'admin_update_email' => 'Narozdíl od profilové stránky uživatel NEBUDE upozorněn na změnu své e-mailové adresy!',
|
||||
'update_user' => 'Aktualizovat uživatele',
|
||||
'updated_user' => 'Data uživatele byla změněna.',
|
||||
'delete_user' => 'Smazat uživatele :email',
|
||||
'user_deleted' => 'Uživatel byl smazán',
|
||||
'send_test_email' => 'Poslat zkušební e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Poslat zprávu',
|
||||
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Údržba',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Vymazat mezipaměť',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Popis rozúčtování',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
||||
'create_new_recurrence' => 'Vytvořit novou opakující se transakci',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(žádná měna)',
|
||||
'mandatory_for_recurring' => 'Nezbytné informace k opakovanosti',
|
||||
'mandatory_for_transaction' => 'Povinné informace o transakci',
|
||||
'optional_for_recurring' => 'Volitelné informace o opakovanosti',
|
||||
'optional_for_transaction' => 'Volitelné informace o transakci',
|
||||
'change_date_other_options' => 'Pro zobrazení více možností změňte „datum první“.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Opakovat donekonečna',
|
||||
'repeat_until_date' => 'Opakovat do data',
|
||||
'repeat_times' => 'Zopakovat tolikrát',
|
||||
'recurring_skips_one' => 'Každý druhý',
|
||||
'recurring_skips_more' => 'Přeskočí :count výskytů',
|
||||
'store_new_recurrence' => 'Uložit opakovanou transakci',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Opakuje se do :date',
|
||||
'recurring_repeats_forever' => 'Opakuje navždy',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Aktualizovat opakující se transakci',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'Nová opakující se transakce',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Jen vytvořit transakci',
|
||||
'skip_transaction' => 'Přeskočit opakovanost',
|
||||
'jump_to_friday' => 'Namísto toho vytvořit transakci v předchozí pátek',
|
||||
'jump_to_monday' => 'Namísto toho vytvořit transakci v předchozí pondělí',
|
||||
'will_jump_friday' => 'Bude vytvořeno v pátek namísto víkendů.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Vyjma výkendů',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
'create_new_recurrence' => 'Vytvořit novou opakující se transakci',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(žádná měna)',
|
||||
'mandatory_for_recurring' => 'Nezbytné informace k opakovanosti',
|
||||
'mandatory_for_transaction' => 'Povinné informace o transakci',
|
||||
'optional_for_recurring' => 'Volitelné informace o opakovanosti',
|
||||
'optional_for_transaction' => 'Volitelné informace o transakci',
|
||||
'change_date_other_options' => 'Pro zobrazení více možností změňte „datum první“.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Opakovat donekonečna',
|
||||
'repeat_until_date' => 'Opakovat do data',
|
||||
'repeat_times' => 'Zopakovat tolikrát',
|
||||
'recurring_skips_one' => 'Každý druhý',
|
||||
'recurring_skips_more' => 'Přeskočí :count výskytů',
|
||||
'store_new_recurrence' => 'Uložit opakovanou transakci',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Opakuje se do :date',
|
||||
'recurring_repeats_forever' => 'Opakuje navždy',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Aktualizovat opakující se transakci',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'Nová opakující se transakce',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Jen vytvořit transakci',
|
||||
'skip_transaction' => 'Přeskočit opakovanost',
|
||||
'jump_to_friday' => 'Namísto toho vytvořit transakci v předchozí pátek',
|
||||
'jump_to_monday' => 'Namísto toho vytvořit transakci v předchozí pondělí',
|
||||
'will_jump_friday' => 'Bude vytvořeno v pátek namísto víkendů.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Vyjma výkendů',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Zůstatek (:currency)',
|
||||
'box_spent_in_currency' => 'Utraceno (:currency)',
|
||||
'box_earned_in_currency' => 'Vyděláno (:currency)',
|
||||
'box_budgeted_in_currency' => 'Rozpočet (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Zaplacené účty (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Nezaplacené účty (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Zbývá k utracení (:currency)',
|
||||
'box_net_worth_in_currency' => 'Čisté jmění (:currency)',
|
||||
'box_spend_per_day' => 'Zbývá pro denní útratu: :amount',
|
||||
'box_balance_in_currency' => 'Zůstatek (:currency)',
|
||||
'box_spent_in_currency' => 'Utraceno (:currency)',
|
||||
'box_earned_in_currency' => 'Vyděláno (:currency)',
|
||||
'box_budgeted_in_currency' => 'Rozpočet (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Zaplacené účty (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Nezaplacené účty (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Zbývá k utracení (:currency)',
|
||||
'box_net_worth_in_currency' => 'Čisté jmění (:currency)',
|
||||
'box_spend_per_day' => 'Zbývá pro denní útratu: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Ladící stránka',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
'debug_page' => 'Ladící stránka',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Skupiny',
|
||||
'object_groups_page_title' => 'Skupiny',
|
||||
'object_groups_breadcrumb' => 'Skupiny',
|
||||
'object_groups_index' => 'Přehled',
|
||||
'object_groups' => 'Skupiny',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Název',
|
||||
'edit_object_group' => 'Upravit skupinu „:title“',
|
||||
'delete_object_group' => 'Odstranit skupinu „:title“',
|
||||
'update_object_group' => 'Aktualizovat skupinu',
|
||||
'updated_object_group' => 'Skupina „:title“ byla úspěšně aktualizována',
|
||||
'deleted_object_group' => 'Skupina „:title“ byla úspěšně odstraněna',
|
||||
'object_group' => 'Skupina',
|
||||
'object_groups_menu_bar' => 'Skupiny',
|
||||
'object_groups_page_title' => 'Skupiny',
|
||||
'object_groups_breadcrumb' => 'Skupiny',
|
||||
'object_groups_index' => 'Přehled',
|
||||
'object_groups' => 'Skupiny',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Název',
|
||||
'edit_object_group' => 'Upravit skupinu „:title“',
|
||||
'delete_object_group' => 'Odstranit skupinu „:title“',
|
||||
'update_object_group' => 'Aktualizovat skupinu',
|
||||
'updated_object_group' => 'Skupina „:title“ byla úspěšně aktualizována',
|
||||
'deleted_object_group' => 'Skupina „:title“ byla úspěšně odstraněna',
|
||||
'object_group' => 'Skupina',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Poslední aktivita',
|
||||
'balanceDiff' => 'Rozdíl zůstatku',
|
||||
'other_meta_data' => 'Ostatní metadata',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Typ účtu',
|
||||
'created_at' => 'Vytvořeno',
|
||||
'account' => 'Účet',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'need_id_in_edit' => 'Každé rozdělení musí mít transakci_journal_id (platné ID nebo 0).',
|
||||
|
||||
'ob_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'lc_source_need_data' => 'Pro pokračování je třeba získat platné ID zdrojového účtu.',
|
||||
'ob_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
|
||||
'ob_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'ob_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'lc_source_need_data' => 'Pro pokračování je třeba získat platné ID zdrojového účtu.',
|
||||
'ob_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
|
||||
'ob_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Tento účet nelze použít jako zdrojový účet.',
|
||||
'generic_invalid_destination' => 'Tento účet nelze použít jako cílový účet.',
|
||||
|
@ -41,7 +41,7 @@ return [
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM YYYY um HH:mm:ss',
|
||||
'date_time_fns' => 'dd. MMM. yyyy um HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D. MMMM YYYY',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Eine Testmeldung von Ihrer Firefly III Installation',
|
||||
'admin_test_body' => 'Dies ist eine Testnachricht von Ihrer Firefly III-Instanz. Sie wurde an :email gesendet.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Neue Anmeldung bei Firefly III',
|
||||
'slack_login_from_new_ip' => 'Neue Firefly III Anmeldung von IP :ip (:host)',
|
||||
|
@ -230,16 +230,16 @@ return [
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Nach Erstellen einer Buchung',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Nach Aktualisieren einer Buchung',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'Nach dem Löschen einer Buchung',
|
||||
'webhook_response_TRANSACTIONS' => 'Buchungsdetails',
|
||||
'webhook_response_ACCOUNTS' => 'Kontendetails',
|
||||
'webhook_response_none_NONE' => 'Keine Details',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Überprüfen',
|
||||
'create_new_webhook' => 'Neuen Webhook erstellen',
|
||||
'webhooks_create_breadcrumb' => 'Neuen Webhook erstellen',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
@ -253,15 +253,15 @@ return [
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'Nachricht anzeigen',
|
||||
'view_attempts' => 'Gescheiterte Versuche anzeigen',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Protokolle',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
@ -323,40 +323,40 @@ return [
|
||||
// old
|
||||
|
||||
'search_modifier_date_on' => 'Buchungsdatum ist „:value”',
|
||||
'search_modifier_not_date_on' => 'Transaktionsdatum ist nicht ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaktion wurde nicht abgeglichen',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'Buchungsnummer ist ":value"',
|
||||
'search_modifier_not_id' => 'Transaktions-ID ist nicht ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
'search_modifier_date_before' => 'Buchungsdatum ist vor oder am ":value"',
|
||||
'search_modifier_date_after' => 'Buchungsdatum ist nach oder am „:value”',
|
||||
'search_modifier_external_id_is' => 'Externe ID lautet „:value”',
|
||||
'search_modifier_not_external_id_is' => 'Externe ID ist nicht ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_no_external_url' => 'Die Buchung besitzt keine externe URL',
|
||||
'search_modifier_not_any_external_url' => 'Die Transaktion hat keine externe URL',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'Die Buchung muss eine (beliebige) externe URL aufweisen',
|
||||
'search_modifier_not_no_external_url' => 'Die Transaktion muss eine (einige) externe URL haben',
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Interne Referenz lautet „:value”',
|
||||
'search_modifier_not_internal_reference_is' => 'Interne Referenz ist nicht ":value"',
|
||||
'search_modifier_description_starts' => 'Beschreibung beginnt mit „:value”',
|
||||
'search_modifier_not_description_starts' => 'Beschreibung beginnt nicht mit „:value”',
|
||||
'search_modifier_description_ends' => 'Beschreibung endet auf „:value”',
|
||||
'search_modifier_not_description_ends' => 'Beschreibung endet nicht auf „:value”',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'Beschreibung enthält „:value”',
|
||||
'search_modifier_not_description_contains' => 'Beschreibung enthält nicht „:value”',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Beschreibung ist „:value”',
|
||||
'search_modifier_not_description_is' => 'Beschreibung ist genau nicht ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => 'Buchungswährung ist „:value”',
|
||||
'search_modifier_not_currency_is' => 'Buchungsfremdwährung ist nicht „:value”',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Buchungsfremdwährung ist „:value”',
|
||||
'search_modifier_not_foreign_currency_is' => 'Buchungsfremdwährung ist nicht „:value”',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_has_attachments' => 'Die Buchung muss einen Anhang haben',
|
||||
'search_modifier_has_no_category' => 'Die Buchung darf keiner Kategorie zugeordnet sein',
|
||||
'search_modifier_not_has_no_category' => 'Der Buchung muss eine (beliebige) Kategorie zugeordnet sein',
|
||||
'search_modifier_not_has_any_category' => 'Der Buchung darf keiner Kategorie zugeordnet sein',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'Die Buchung muss einer Kategorie zugeordnet werden',
|
||||
'search_modifier_has_no_budget' => 'Der Buchung darf kein Budget zugeordnet werden',
|
||||
'search_modifier_not_has_any_budget' => 'Die Transaktion darf kein Budget haben',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_has_any_budget' => 'Die Buchung muss einem Budget zugeordnet werden',
|
||||
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_has_no_bill' => 'Der Buchung darf keine Rechnung zugeordnet sein',
|
||||
@ -386,47 +386,47 @@ return [
|
||||
'search_modifier_amount_more' => 'Betrag ist größer oder gleich :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Name des Quellkontos ist ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Name des Quellkontos ist nich „:value”',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_source_account_contains' => 'Name des Quellkontos enthält „:value”',
|
||||
'search_modifier_not_source_account_contains' => 'Name des Quellkontos enthält nicht „:value”',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Name des Quellkontos beginnt mit „:value”',
|
||||
'search_modifier_not_source_account_starts' => 'Name des Quellkontos beginnt nicht mit „:value”',
|
||||
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Name des Quellkontos endet mit „:value”',
|
||||
'search_modifier_not_source_account_ends' => 'Name des Quellkontos endet nicht auf „:value”',
|
||||
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
|
||||
'search_modifier_source_account_id' => 'Quellkonto ID ist :value',
|
||||
'search_modifier_not_source_account_id' => 'Quellkonten-ID ist nicht „:value”',
|
||||
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
|
||||
'search_modifier_source_account_nr_is' => 'Quellkontonummer (IBAN) ist „:value”',
|
||||
'search_modifier_not_source_account_nr_is' => 'Quellkontonummer (IBAN) ist nicht „:value”',
|
||||
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Quellkontonummer (IBAN) enthält „:value”',
|
||||
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Quellkontonummer (IBAN) beginnt mit „:value”',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Quellkontonummer (IBAN) beginnt nicht mit „:value”',
|
||||
'search_modifier_source_account_nr_ends' => 'Quellkontonummer (IBAN) endet auf „:value”',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Quellkontonummer (IBAN) endet nicht auf „:value”',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
|
||||
'search_modifier_destination_account_is' => 'Zielkontoname ist „:value”',
|
||||
'search_modifier_not_destination_account_is' => 'Zielkontoname ist nicht „:value”',
|
||||
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Zielkontoname enthält „:value”',
|
||||
'search_modifier_not_destination_account_contains' => 'Zielkontoname enthält nicht „:value”',
|
||||
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Zielkontoname beginnt mit „:value”',
|
||||
'search_modifier_not_destination_account_starts' => 'Zielkontoname beginnt nicht mit „:value”',
|
||||
'search_modifier_destination_account_ends' => 'Zielkontoname endet auf „:value”',
|
||||
'search_modifier_not_destination_account_ends' => 'Zielkontoname endet nicht auf „:value”',
|
||||
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
|
||||
'search_modifier_destination_account_id' => 'Zielkonto ID ist :value',
|
||||
'search_modifier_not_destination_account_id' => 'Zielkonto-ID ist nicht „:value”',
|
||||
'search_modifier_destination_is_cash' => 'Zielkonto ist ein (Bar-)Konto',
|
||||
'search_modifier_not_destination_is_cash' => 'Zielkonto ist kein (Bar-)Konto',
|
||||
'search_modifier_source_is_cash' => 'Quellkonto ist ein (Bar-)Konto',
|
||||
'search_modifier_not_source_is_cash' => 'Quellkonto ist kein (Bar-)Konto',
|
||||
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
|
||||
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
|
||||
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
|
||||
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
|
||||
'search_modifier_destination_account_nr_is' => 'Zielkontonummer (IBAN) ist „:value”',
|
||||
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Zielkontonummer (IBAN) enthält „:value”',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Zielkontonummer (IBAN) enthält nicht „:value”',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Zielkontonummer (IBAN) beginnt mit „:value”',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Zielkontonummer (IBAN) beginnt nicht mit „:value”',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Zielkontonummer (IBAN) endet mit „:value”',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Zielkontonummer (IBAN) endet nicht auf „:value”',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
|
||||
'search_modifier_account_id' => 'Quell- oder Zielkonto ID ist/sind :value',
|
||||
'search_modifier_not_account_id' => 'Quell- oder Zielkonten-ID ist/sind nicht „:value”',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'Kategorie ist „:value”',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_budget_is' => 'Budget ist „:value”',
|
||||
@ -455,23 +455,23 @@ return [
|
||||
'search_modifier_tag_is_not' => 'Kein Schlagwort lautet ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'Beide Konten sind ":value"',
|
||||
'search_modifier_not_account_is' => 'Keines der Konten ist „:value”',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'Beide Konten enthalten ":value"',
|
||||
'search_modifier_not_account_contains' => 'Keines der Konten enthält „:value”',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'Beide Konten enden mit ":value"',
|
||||
'search_modifier_not_account_ends' => 'Keines der Konten endet auf „:value”',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'Beide Konten beginnen mit ":value"',
|
||||
'search_modifier_not_account_starts' => 'Keines der Konten beginnt mit „:value”',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'Beide Kontonummern / IBANs sind ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Keines der Kontonummern / IBAN ist „:value”',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Eine der Kontonummern / IBAN enthaltet ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Keines der Kontonummern / IBAN enthält „:value”',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Beide Kontonummern /IBANs enden mit ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Keines der Kontonummern / IBAN endet auf „:value”',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Beide Kontonummer / IBAN beginnen mit ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Keines der Kontonummern / IBAN beginnt mit „:value”',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'Kategorie beinhaltet ":value"',
|
||||
'search_modifier_not_category_contains' => 'Die Kategorie enthält nicht „:value”',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_category_starts' => 'Kategorie beginnt mit ":value"',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget endet mit ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget beginnt mit ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Rechnung enthält ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Rechnung endet mit ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Rechnung beginnt mit ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'Externe ID enthält ":value"',
|
||||
@ -503,18 +503,18 @@ return [
|
||||
'search_modifier_external_url_is' => 'Externe URL ist ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'Externe URL enthält ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'Externe URL endet mit ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'Externe URL beginnt mit ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_has_no_attachments' => 'Transaktion hat keine Anhänge',
|
||||
'search_modifier_not_has_no_attachments' => 'Buchung hat Anhänge',
|
||||
'search_modifier_not_has_attachments' => 'Buchung hat keine Anhänge',
|
||||
'search_modifier_account_is_cash' => 'Eines der Konten ist das (Bar-)Konto.',
|
||||
'search_modifier_not_account_is_cash' => 'Keines der Konten ist das (Bar-)Konto.',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_journal_id' => 'Transaktions-Journal-ID ist ":value"',
|
||||
'search_modifier_not_journal_id' => 'Die Journal-ID ist nicht „:value”',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_recurrence_id' => 'Die Dauerauftrags-ID ist ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'Der Fremdbetrag lautet ":value"',
|
||||
@ -523,7 +523,7 @@ return [
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'Der Fremdbetrag ist höher als ":value"',
|
||||
'search_modifier_exists' => 'Buchung vorhanden (beliebige Buchung)',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
|
||||
// date fields
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'jährlich',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Inaktive Regeln können nicht ausgeführt werden.',
|
||||
'rules' => 'Regeln',
|
||||
'rule_name' => 'Name der Regel',
|
||||
@ -1024,10 +1025,10 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Notizen des Anhangs beginnen mit ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Notizen des Anhangs enden mit..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Notizen des Anhangs enden mit ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'Buchung wurde abgeglichen',
|
||||
'rule_trigger_reconciled' => 'Buchung wurde abgeglichen',
|
||||
'rule_trigger_exists_choice' => 'Alle Buchungen stimmen überein(!)',
|
||||
'rule_trigger_exists' => 'Alle Buchungen stimmen überein',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,14 +1155,14 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'Buchung löschen (!)',
|
||||
'rule_action_delete_transaction' => 'Buchung löschen (!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Kategorie auf ":action_value" setzen',
|
||||
'rule_action_clear_category' => 'Kategorie entfernen',
|
||||
'rule_action_set_budget' => 'Budget auf „:action_value” setzen',
|
||||
@ -1176,11 +1177,11 @@ return [
|
||||
'rule_action_clear_category_choice' => 'Bereinige jede Kategorie',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Alle Budgets leeren',
|
||||
'rule_action_add_tag_choice' => 'Schlagwort hinzufügen …',
|
||||
'rule_action_remove_tag_choice' => 'Schlagwort entfernen …',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Alle Schlagwörter entfernen',
|
||||
'rule_action_set_description_choice' => 'Beschreibung festlegen auf …',
|
||||
'rule_action_update_piggy_choice' => 'Buchungsbeträgen hinzufügen/entfernen im Sparschwein …',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Regelgruppe für Rechnungen',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Neue Regel für Rechnung „:name” erstellen',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel für Rechnung „:name”',
|
||||
'new_rule_for_bill_description' => 'Diese Regel kennzeichnet Buchungen für die Rechnung „:name”.',
|
||||
'rulegroup_for_bills_title' => 'Regelgruppe für Rechnungen',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Neue Regel für Rechnung „:name” erstellen',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel für Rechnung „:name”',
|
||||
'new_rule_for_bill_description' => 'Diese Regel kennzeichnet Buchungen für die Rechnung „:name”.',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regel basierend auf der Buchung „:description”',
|
||||
'new_rule_for_journal_description' => 'Diese Regel basiert auf der Buchung „:description”. Sie stimmt mit Buchungen überein, die identisch sind.',
|
||||
@ -1293,7 +1291,7 @@ return [
|
||||
'preferences_frontpage' => 'Startbildschirm',
|
||||
'preferences_security' => 'Sicherheit',
|
||||
'preferences_layout' => 'Anordnung',
|
||||
'preferences_notifications' => 'Mitteilungen',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'pref_home_show_deposits' => 'Einnahmen auf dem Startbildschirm anzeigen',
|
||||
'pref_home_show_deposits_info' => 'Der Startbildschirm zeigt schon Ihre Ausgabekonten an. Sollen zusätzlich Ihre Einnahmekonten angezeigt werden?',
|
||||
'pref_home_do_show_deposits' => 'Ja, zeige sie an',
|
||||
@ -1324,19 +1322,25 @@ return [
|
||||
'optional_field_attachments' => 'Anhänge',
|
||||
'optional_field_meta_data' => 'Optionale Metadaten',
|
||||
'external_url' => 'Externe URL',
|
||||
'pref_notification_bill_reminder' => 'Erinnerung an fällige Rechnungen',
|
||||
'pref_notification_new_access_token' => 'Warnen, wenn ein neues API-Zugangs-Token erstellt wird',
|
||||
'pref_notification_transaction_creation' => 'Warnen, wenn automatisch eine Transaktion erstellt wird',
|
||||
'pref_notification_user_login' => 'Warnen, wenn Sie sich von einem neuen Standort aus anmelden',
|
||||
'pref_notifications' => 'Mitteilungen',
|
||||
'pref_notifications_help' => 'Geben Sie an, ob Sie diese Mitteilungen erhalten möchten. Einige Mitteilungen können sensible Finanzinformationen enthalten.',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'Wenn Sie möchten, dass Firefly III Sie über Slack benachrichtigt, geben Sie hier die Webhook-URL ein. Ansonsten lassen Sie das Feld leer. Wenn Sie ein Administrator sind, müssen Sie diese URL auch in der Administration festlegen.',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Daten löschen',
|
||||
'permanent_delete_stuff' => 'Seien Sie vorsichtig mit diesen Schaltflächen. Das Löschen kann nicht widerrufen werden.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Alle Ihre anderen Sitzungen wurden abgemeldet.',
|
||||
'delete_all_budgets' => 'ALLE Ihre Budgets löschen',
|
||||
'delete_all_categories' => 'Alle Ihre Kategorien löschen',
|
||||
@ -1632,7 +1636,7 @@ return [
|
||||
// bills:
|
||||
'not_expected_period' => 'In diesem Zeitraum nicht erwartet',
|
||||
'not_or_not_yet' => '(Noch) nicht',
|
||||
'visit_bill' => 'Rechnung ":name" bei Firefly III aufrufen',
|
||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||
'match_between_amounts' => 'Rechnung passt zu Transaktionen zwischen :low und :high.',
|
||||
'running_again_loss' => 'Zuvor verknüpfte Buchungen mit dieser Rechnung können ihre Verbindung verlieren, wenn sie (nicht mehr) der/den Regel(n) entsprechen.',
|
||||
'bill_related_rules' => 'Regeln mit Verknüpfung zu dieser Rechnung',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Schlagwort „:tag” aktualisiertern',
|
||||
'created_tag' => 'Schlagwort „:tag” wurde angelegt!',
|
||||
|
||||
'transaction_journal_information' => 'Transaktionsinformationen',
|
||||
'transaction_journal_meta' => 'Metainformationen',
|
||||
'transaction_journal_more' => 'Weitere Informationen',
|
||||
'basic_journal_information' => 'Allgemeine Buchungsinformationen',
|
||||
'transaction_journal_extra' => 'Zusätzliche Informationen',
|
||||
'att_part_of_journal' => 'Unter „:journal” gespeichert',
|
||||
'total_amount' => 'Gesamtbetrag',
|
||||
'number_of_decimals' => 'Anzahl der Nachkommastellen',
|
||||
'transaction_journal_information' => 'Transaktionsinformationen',
|
||||
'transaction_journal_meta' => 'Metainformationen',
|
||||
'transaction_journal_more' => 'Weitere Informationen',
|
||||
'basic_journal_information' => 'Allgemeine Buchungsinformationen',
|
||||
'transaction_journal_extra' => 'Zusätzliche Informationen',
|
||||
'att_part_of_journal' => 'Unter „:journal” gespeichert',
|
||||
'total_amount' => 'Gesamtbetrag',
|
||||
'number_of_decimals' => 'Anzahl der Nachkommastellen',
|
||||
|
||||
// administration
|
||||
'administration' => 'Verwaltung',
|
||||
'user_administration' => 'Nutzerinformation',
|
||||
'list_all_users' => 'Alle Benutzer',
|
||||
'all_users' => 'Alle Benutzer',
|
||||
'instance_configuration' => 'Konfiguration',
|
||||
'firefly_instance_configuration' => 'Konfigurationsoptionen für Firefly III',
|
||||
'setting_single_user_mode' => 'Einzelnutzermodus',
|
||||
'setting_single_user_mode_explain' => 'Dies ist eine sehr fortschrittliche Funktion, welche aber sehr nützlich sein kann. Stellen Sie sicher, dass Sie die Dokumentation (❓-Symbol in der oberen rechten Ecke) lesen, bevor Sie fortfahren.',
|
||||
'store_configuration' => 'Konfiguration speichern',
|
||||
'single_user_administration' => 'Benutzerverwaltung für :email',
|
||||
'edit_user' => 'Benutzer :email bearbeiten',
|
||||
'hidden_fields_preferences' => 'Sie können weitere Buchungsoptionen in Ihren <a href="preferences">Einstellungen</a> aktivieren.',
|
||||
'user_data_information' => 'Nutzerdaten',
|
||||
'user_information' => 'Benutzerinformationen',
|
||||
'total_size' => 'Gesamtgröße',
|
||||
'budget_or_budgets' => ':count Budget|:count Budgets',
|
||||
'budgets_with_limits' => ':count Budget mit konfiguriertem Betrag|:count Budgets mit konfiguriertem Betrag',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules Regel(n) in :count_groups Gruppenregel(n)',
|
||||
'tag_or_tags' => ':count Schlagwort|:count Schlagwörter',
|
||||
'configuration_updated' => 'Die Konfiguration wurde aktualisiert',
|
||||
'setting_is_demo_site' => 'Demonstrationsseite',
|
||||
'setting_is_demo_site_explain' => 'Wenn sie diese Option auswählen, wird sich diese Installation wie eine Demonstrationsseite verhalten, was ungewollte Auswirkungen haben kann.',
|
||||
'block_code_bounced' => 'E-Mail-Nachricht(en) wurden abgewiesen',
|
||||
'block_code_expired' => 'Demo-Konto abgelaufen',
|
||||
'no_block_code' => 'Kein Grund für Block oder Benutzer nicht blockiert',
|
||||
'block_code_email_changed' => 'Der Benutzer hat die neue E-Mail-Adresse noch nicht bestätigt',
|
||||
'admin_update_email' => 'Im Gegensatz zur Profilseite wird der Benutzer NICHT benachrichtigt, dass seine E-Mail-Adresse geändert wurde!',
|
||||
'update_user' => 'Benutzer aktualisieren',
|
||||
'updated_user' => 'Nutzerdaten wurden geändert.',
|
||||
'delete_user' => 'Benutzer :email löschen',
|
||||
'user_deleted' => 'Der Nutzer wurde gelöscht',
|
||||
'send_test_email' => 'Test-E-Mail senden',
|
||||
'send_test_email_text' => 'Um zu prüfen, ob Ihre Installation in der Lage ist, E-Mails zu versenden oder Slack-Nachrichten zu posten, drücken Sie bitte diese Schaltfläche. Sie werden hier keinen Fehler sehen (wenn überhaupt), <strong>die Protokolldateien werden alle Fehler widerspiegeln</strong>. Sie können diese Schaltfläche so oft drücken, wie Sie möchten. Es gibt keine Spam-Kontrolle. Die Nachricht wird an <code>:email</code> gesendet und sollte in Kürze bei Ihnen eingehen.',
|
||||
'send_message' => 'Nachricht senden',
|
||||
'send_test_triggered' => 'Der Test wurde ausgelöst. Überprüfen Sie Ihren Posteingang und die Protokolldateien.',
|
||||
'give_admin_careful' => 'Benutzer mit Admin-Rechten können Ihnen Ihre Rechte entziehen. Seien Sie vorsichtig.',
|
||||
'admin_maintanance_title' => 'Wartungsarbeiten',
|
||||
'admin_maintanance_expl' => 'Einige praktische Schaltflächen für die Wartung von Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Cache leeren',
|
||||
'admin_notifications' => 'Admin-Benachrichtigungen',
|
||||
'admin_notifications_expl' => 'Die folgenden Mitteilungen können vom Administrator aktiviert oder deaktiviert werden. Wenn Sie diese Nachrichten auch über Slack erhalten möchten, stellen Sie die URL „eingehender Webhook” ein.',
|
||||
'admin_notification_check_user_new_reg' => 'Benutzer erhält nach der Registrierung eine Willkommensnachricht',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(en) erhalten Benachrichtigung über die Registrierung neuer Benutzer',
|
||||
'admin_notification_check_new_version' => 'Eine neue Version ist verfügbar',
|
||||
'save_notification_settings' => 'Einstellungen speichern',
|
||||
'notification_settings_saved' => 'Die Benachrichtigungseinstellungen wurden gespeichert',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Verwaltung',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Nutzerinformation',
|
||||
'list_all_users' => 'Alle Benutzer',
|
||||
'all_users' => 'Alle Benutzer',
|
||||
'instance_configuration' => 'Konfiguration',
|
||||
'firefly_instance_configuration' => 'Konfigurationsoptionen für Firefly III',
|
||||
'setting_single_user_mode' => 'Einzelnutzermodus',
|
||||
'setting_single_user_mode_explain' => 'Dies ist eine sehr fortschrittliche Funktion, welche aber sehr nützlich sein kann. Stellen Sie sicher, dass Sie die Dokumentation (❓-Symbol in der oberen rechten Ecke) lesen, bevor Sie fortfahren.',
|
||||
'store_configuration' => 'Konfiguration speichern',
|
||||
'single_user_administration' => 'Benutzerverwaltung für :email',
|
||||
'edit_user' => 'Benutzer :email bearbeiten',
|
||||
'hidden_fields_preferences' => 'Sie können weitere Buchungsoptionen in Ihren <a href="preferences">Einstellungen</a> aktivieren.',
|
||||
'user_data_information' => 'Nutzerdaten',
|
||||
'user_information' => 'Benutzerinformationen',
|
||||
'total_size' => 'Gesamtgröße',
|
||||
'budget_or_budgets' => ':count Budget|:count Budgets',
|
||||
'budgets_with_limits' => ':count Budget mit konfiguriertem Betrag|:count Budgets mit konfiguriertem Betrag',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules Regel(n) in :count_groups Gruppenregel(n)',
|
||||
'tag_or_tags' => ':count Schlagwort|:count Schlagwörter',
|
||||
'configuration_updated' => 'Die Konfiguration wurde aktualisiert',
|
||||
'setting_is_demo_site' => 'Demonstrationsseite',
|
||||
'setting_is_demo_site_explain' => 'Wenn sie diese Option auswählen, wird sich diese Installation wie eine Demonstrationsseite verhalten, was ungewollte Auswirkungen haben kann.',
|
||||
'block_code_bounced' => 'E-Mail-Nachricht(en) wurden abgewiesen',
|
||||
'block_code_expired' => 'Demo-Konto abgelaufen',
|
||||
'no_block_code' => 'Kein Grund für Block oder Benutzer nicht blockiert',
|
||||
'block_code_email_changed' => 'Der Benutzer hat die neue E-Mail-Adresse noch nicht bestätigt',
|
||||
'admin_update_email' => 'Im Gegensatz zur Profilseite wird der Benutzer NICHT benachrichtigt, dass seine E-Mail-Adresse geändert wurde!',
|
||||
'update_user' => 'Benutzer aktualisieren',
|
||||
'updated_user' => 'Nutzerdaten wurden geändert.',
|
||||
'delete_user' => 'Benutzer :email löschen',
|
||||
'user_deleted' => 'Der Nutzer wurde gelöscht',
|
||||
'send_test_email' => 'Test-E-Mail senden',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Nachricht senden',
|
||||
'send_test_triggered' => 'Der Test wurde ausgelöst. Überprüfen Sie Ihren Posteingang und die Protokolldateien.',
|
||||
'give_admin_careful' => 'Benutzer mit Admin-Rechten können Ihnen Ihre Rechte entziehen. Seien Sie vorsichtig.',
|
||||
'admin_maintanance_title' => 'Wartungsarbeiten',
|
||||
'admin_maintanance_expl' => 'Einige praktische Schaltflächen für die Wartung von Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Cache leeren',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Beschreibung der Splittbuchung',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Es scheint, dass der Cron-Job, der notwendig ist, um Daueraufträge zu unterstützen, nie ausgeführt wurde. Das ist natürlich normal, wenn Sie gerade Firefly III installiert haben, aber dies sollte so schnell wie möglich eingerichtet werden. Bitte besuchen Sie die Hilfeseiten über das ❓-Symbol in der oberen rechten Ecke der Seite.',
|
||||
'recurring_cron_long_ago' => 'Es sieht so aus, als wäre es mehr als 36 Stunden her, dass der Cron-Job zur Unterstützung von Daueraufträgen zum letzten Mal ausgeführt wurde. Sind Sie sicher, dass es richtig eingestellt ist? Bitte schauen Sie sich die Hilfeseiten über dem ❓-Symbol oben rechts auf der Seite an.',
|
||||
|
||||
'create_new_recurrence' => 'Neuen Dauerauftrag erstellen',
|
||||
'help_first_date' => 'Geben Sie die erste erwartete Wiederholung an. Zeitpunkt muss in der Zukunft liegen.',
|
||||
'help_first_date_no_past' => 'Geben Sie die erste erwartete Wiederholung an. Firefly III erzeugt keine Buchungen die in der Vergangenheit liegen.',
|
||||
'no_currency' => '(ohne Währung)',
|
||||
'mandatory_for_recurring' => 'Erforderliche Wiederholungsinformationen',
|
||||
'mandatory_for_transaction' => 'Erforderliche Buchungsinformationen',
|
||||
'optional_for_recurring' => 'Optionale Wiederholungsinformationen',
|
||||
'optional_for_transaction' => 'Optionale Buchungsinformationen',
|
||||
'change_date_other_options' => 'Ändern Sie das „erste Datum”, um weitere Optionen anzuzeigen.',
|
||||
'mandatory_fields_for_tranaction' => 'Diese Werte enden in der/den zu erstellenden Buchung(en)',
|
||||
'click_for_calendar' => 'Klicken Sie hier für einen Kalender, der Ihnen anzeigt, wann sich die Buchung wiederholen würde.',
|
||||
'repeat_forever' => 'Wiederholt sich für immer',
|
||||
'repeat_until_date' => 'Wiederholen bis Datum',
|
||||
'repeat_times' => 'Wiederholen Sie mehrmals',
|
||||
'recurring_skips_one' => 'Alle anderen',
|
||||
'recurring_skips_more' => 'Überspringt :count Vorgänge',
|
||||
'store_new_recurrence' => 'Dauerauftrag speichern',
|
||||
'stored_new_recurrence' => 'Dauerauftrag „:title” erfolgreich gespeichert.',
|
||||
'edit_recurrence' => 'Dauerauftrag „:title” bearbeiten',
|
||||
'recurring_repeats_until' => 'Wiederholt sich bis :date',
|
||||
'recurring_repeats_forever' => 'Wiederholt sich für immer',
|
||||
'recurring_repeats_x_times' => 'Wiederholt :count mal|Wiederholt :count mal',
|
||||
'update_recurrence' => 'Dauerauftrag aktualisieren',
|
||||
'updated_recurrence' => 'Dauerauftrag ":title" aktualisiert',
|
||||
'recurrence_is_inactive' => 'Dieser Dauerauftrag ist nicht aktiv und erzeugt keine neuen Buchungen.',
|
||||
'delete_recurring' => 'Dauerauftrag „:title” löschen',
|
||||
'new_recurring_transaction' => 'Neuer Dauerauftrag',
|
||||
'help_weekend' => 'Was sollte Firefly III tun, wenn der Dauerauftrag auf einen Samstag oder Sonntag fällt?',
|
||||
'do_nothing' => 'Einfach die Buchung anlegen',
|
||||
'skip_transaction' => 'Ereignis überspringen',
|
||||
'jump_to_friday' => 'Die Buchung stattdessen am vorhergehenden Freitag ausführen',
|
||||
'jump_to_monday' => 'Die Buchung stattdessen am darauffolgenden Montag ausführen',
|
||||
'will_jump_friday' => 'Wird am Freitag statt am Wochenende ausgeführt.',
|
||||
'will_jump_monday' => 'Wird am Montag statt am Wochenende ausgeführt.',
|
||||
'except_weekends' => 'Außer an Wochenenden',
|
||||
'recurrence_deleted' => 'Dauerauftrag „:title” gelöscht',
|
||||
'create_new_recurrence' => 'Neuen Dauerauftrag erstellen',
|
||||
'help_first_date' => 'Geben Sie die erste erwartete Wiederholung an. Zeitpunkt muss in der Zukunft liegen.',
|
||||
'help_first_date_no_past' => 'Geben Sie die erste erwartete Wiederholung an. Firefly III erzeugt keine Buchungen die in der Vergangenheit liegen.',
|
||||
'no_currency' => '(ohne Währung)',
|
||||
'mandatory_for_recurring' => 'Erforderliche Wiederholungsinformationen',
|
||||
'mandatory_for_transaction' => 'Erforderliche Buchungsinformationen',
|
||||
'optional_for_recurring' => 'Optionale Wiederholungsinformationen',
|
||||
'optional_for_transaction' => 'Optionale Buchungsinformationen',
|
||||
'change_date_other_options' => 'Ändern Sie das „erste Datum”, um weitere Optionen anzuzeigen.',
|
||||
'mandatory_fields_for_tranaction' => 'Diese Werte enden in der/den zu erstellenden Buchung(en)',
|
||||
'click_for_calendar' => 'Klicken Sie hier für einen Kalender, der Ihnen anzeigt, wann sich die Buchung wiederholen würde.',
|
||||
'repeat_forever' => 'Wiederholt sich für immer',
|
||||
'repeat_until_date' => 'Wiederholen bis Datum',
|
||||
'repeat_times' => 'Wiederholen Sie mehrmals',
|
||||
'recurring_skips_one' => 'Alle anderen',
|
||||
'recurring_skips_more' => 'Überspringt :count Vorgänge',
|
||||
'store_new_recurrence' => 'Dauerauftrag speichern',
|
||||
'stored_new_recurrence' => 'Dauerauftrag „:title” erfolgreich gespeichert.',
|
||||
'edit_recurrence' => 'Dauerauftrag „:title” bearbeiten',
|
||||
'recurring_repeats_until' => 'Wiederholt sich bis :date',
|
||||
'recurring_repeats_forever' => 'Wiederholt sich für immer',
|
||||
'recurring_repeats_x_times' => 'Wiederholt :count mal|Wiederholt :count mal',
|
||||
'update_recurrence' => 'Dauerauftrag aktualisieren',
|
||||
'updated_recurrence' => 'Dauerauftrag ":title" aktualisiert',
|
||||
'recurrence_is_inactive' => 'Dieser Dauerauftrag ist nicht aktiv und erzeugt keine neuen Buchungen.',
|
||||
'delete_recurring' => 'Dauerauftrag „:title” löschen',
|
||||
'new_recurring_transaction' => 'Neuer Dauerauftrag',
|
||||
'help_weekend' => 'Was sollte Firefly III tun, wenn der Dauerauftrag auf einen Samstag oder Sonntag fällt?',
|
||||
'do_nothing' => 'Einfach die Buchung anlegen',
|
||||
'skip_transaction' => 'Ereignis überspringen',
|
||||
'jump_to_friday' => 'Die Buchung stattdessen am vorhergehenden Freitag ausführen',
|
||||
'jump_to_monday' => 'Die Buchung stattdessen am darauffolgenden Montag ausführen',
|
||||
'will_jump_friday' => 'Wird am Freitag statt am Wochenende ausgeführt.',
|
||||
'will_jump_monday' => 'Wird am Montag statt am Wochenende ausgeführt.',
|
||||
'except_weekends' => 'Außer an Wochenenden',
|
||||
'recurrence_deleted' => 'Dauerauftrag „:title” gelöscht',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Guthaben (:currency)',
|
||||
'box_spent_in_currency' => 'Ausgaben (:currency)',
|
||||
'box_earned_in_currency' => 'Einnahmen (:currency)',
|
||||
'box_budgeted_in_currency' => 'Eingeplant (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Gezahlte Rechnungen (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Unbezahlte Rechnungen (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Verbleibend zum Ausgeben (:currency)',
|
||||
'box_net_worth_in_currency' => 'Eigenkapital (:currency)',
|
||||
'box_spend_per_day' => 'Pro Tag verbleibend zum Ausgeben: :amount',
|
||||
'box_balance_in_currency' => 'Guthaben (:currency)',
|
||||
'box_spent_in_currency' => 'Ausgaben (:currency)',
|
||||
'box_earned_in_currency' => 'Einnahmen (:currency)',
|
||||
'box_budgeted_in_currency' => 'Eingeplant (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Gezahlte Rechnungen (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Unbezahlte Rechnungen (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Verbleibend zum Ausgeben (:currency)',
|
||||
'box_net_worth_in_currency' => 'Eigenkapital (:currency)',
|
||||
'box_spend_per_day' => 'Pro Tag verbleibend zum Ausgeben: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Fehlersuche-Seite',
|
||||
'debug_submit_instructions' => 'Wenn Sie auf Probleme stoßen, können Sie die Informationen in diesem Feld als Fehlerbehebungsinformationen verwenden. Bitte kopieren Sie die Informationen per Kopieren und Einfügen in ein neues oder bestehendes <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Dadurch wird eine übersichtliche Tabelle erzeugt, die zur schnellen Diagnose Ihres Problems verwendet werden kann.',
|
||||
'debug_pretty_table' => 'Wenn Sie das Feld unten in eine GitHub-Ausgabe kopieren/einfügen, wird eine Tabelle generiert. Bitte diesen Text nicht in Backticks oder Anführungszeichen setzen.',
|
||||
'debug_additional_data' => 'Sie können auch den Inhalt des Feldes unten freigeben. Sie können ihn auch durch Kopieren und Einfügen in eine neue oder bestehende <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub-Ausgabe</a> einfügen. Der Inhalt dieses Feldes kann jedoch private Informationen wie Kontonamen, Transaktionsdetails oder E-Mail-Adressen enthalten.',
|
||||
'debug_page' => 'Fehlersuche-Seite',
|
||||
'debug_submit_instructions' => 'Wenn Sie auf Probleme stoßen, können Sie die Informationen in diesem Feld als Fehlerbehebungsinformationen verwenden. Bitte kopieren Sie die Informationen per Kopieren und Einfügen in ein neues oder bestehendes <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Dadurch wird eine übersichtliche Tabelle erzeugt, die zur schnellen Diagnose Ihres Problems verwendet werden kann.',
|
||||
'debug_pretty_table' => 'Wenn Sie das Feld unten in eine GitHub-Ausgabe kopieren/einfügen, wird eine Tabelle generiert. Bitte diesen Text nicht in Backticks oder Anführungszeichen setzen.',
|
||||
'debug_additional_data' => 'Sie können auch den Inhalt des Feldes unten freigeben. Sie können ihn auch durch Kopieren und Einfügen in eine neue oder bestehende <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub-Ausgabe</a> einfügen. Der Inhalt dieses Feldes kann jedoch private Informationen wie Kontonamen, Transaktionsdetails oder E-Mail-Adressen enthalten.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Gruppen',
|
||||
'object_groups_page_title' => 'Gruppen',
|
||||
'object_groups_breadcrumb' => 'Gruppen',
|
||||
'object_groups_index' => 'Übersicht',
|
||||
'object_groups' => 'Gruppen',
|
||||
'object_groups_empty_explain' => 'Einige Dinge in Firefly III lassen sich in Gruppen einteilen. Sparschweine zum Beispiel verfügen über ein Feld "Gruppe" in den Bearbeitungs- und Erstellungsmasken. Wenn Sie dieses Feld einstellen, können Sie die Namen und die Reihenfolge der Gruppen auf dieser Seite bearbeiten. Weitere Informationen finden Sie auf den Hilfeseiten oben rechts unter dem ❓-Symbol.',
|
||||
'object_group_title' => 'Titel',
|
||||
'edit_object_group' => 'Gruppe „:title” bearbeiten',
|
||||
'delete_object_group' => 'Gruppe „:title” löschen',
|
||||
'update_object_group' => 'Gruppe aktualisieren',
|
||||
'updated_object_group' => 'Gruppe „:title” erfolgreich aktualisiert',
|
||||
'deleted_object_group' => 'Gruppe „:title” erfolgreich entfernt',
|
||||
'object_group' => 'Gruppe',
|
||||
'object_groups_menu_bar' => 'Gruppen',
|
||||
'object_groups_page_title' => 'Gruppen',
|
||||
'object_groups_breadcrumb' => 'Gruppen',
|
||||
'object_groups_index' => 'Übersicht',
|
||||
'object_groups' => 'Gruppen',
|
||||
'object_groups_empty_explain' => 'Einige Dinge in Firefly III lassen sich in Gruppen einteilen. Sparschweine zum Beispiel verfügen über ein Feld "Gruppe" in den Bearbeitungs- und Erstellungsmasken. Wenn Sie dieses Feld einstellen, können Sie die Namen und die Reihenfolge der Gruppen auf dieser Seite bearbeiten. Weitere Informationen finden Sie auf den Hilfeseiten oben rechts unter dem ❓-Symbol.',
|
||||
'object_group_title' => 'Titel',
|
||||
'edit_object_group' => 'Gruppe „:title” bearbeiten',
|
||||
'delete_object_group' => 'Gruppe „:title” löschen',
|
||||
'update_object_group' => 'Gruppe aktualisieren',
|
||||
'updated_object_group' => 'Gruppe „:title” erfolgreich aktualisiert',
|
||||
'deleted_object_group' => 'Gruppe „:title” erfolgreich entfernt',
|
||||
'object_group' => 'Gruppe',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Letzte Aktivität',
|
||||
'balanceDiff' => 'Saldendifferenz',
|
||||
'other_meta_data' => 'Weitere Metadaten',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Kontotyp',
|
||||
'created_at' => 'Erstellt am',
|
||||
'account' => 'Konto',
|
||||
@ -138,7 +142,7 @@ return [
|
||||
'payment_info' => 'Zahlungsinformationen',
|
||||
'expected_info' => 'Nächste erwartete Buchung',
|
||||
'start_date' => 'Beginnt am',
|
||||
'trigger' => 'Auslöser',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
|
@ -141,7 +141,7 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Der Name des Sparschweins muss eindeutig sein.',
|
||||
'unique_object_group' => 'Der Gruppenname muss eindeutig sein',
|
||||
'starts_with' => 'Der Wert muss mit :values beginnen.',
|
||||
'unique_webhook' => 'Es existiert bereits ein Webhook mit dieser Kombination aus URL, Auslöser, Antwort und Zustellung.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Beide Konten müssen vom selben Kontotyp sein',
|
||||
'same_account_currency' => 'Beiden Konten muss die gleiche Währung zugeordnet sein',
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Zielkonto gefunden werden.',
|
||||
'need_id_in_edit' => 'Jeder Aufteilungen muss eine transaction_journal_id (entweder gültige ID oder 0) aufweisen.',
|
||||
|
||||
'ob_source_need_data' => 'Sie benötigen eine gültige Quellkontonummer und/oder einen gültigen Quellkontonamen, um fortzufahren.',
|
||||
'lc_source_need_data' => 'Zum Fortfahren wird eine gültige Quellkonto-ID benötigt.',
|
||||
'ob_dest_need_data' => 'Sie benötigen eine gültige Zielkontennummer und/oder einen gültigen Zielkontonamen, um fortzufahren.',
|
||||
'ob_dest_bad_data' => 'Bei der Suche nach der ID ":id" oder dem Namen ":name" konnte kein gültiges Zielkonto gefunden werden.',
|
||||
'ob_source_need_data' => 'Sie benötigen eine gültige Quellkontonummer und/oder einen gültigen Quellkontonamen, um fortzufahren.',
|
||||
'lc_source_need_data' => 'Zum Fortfahren wird eine gültige Quellkonto-ID benötigt.',
|
||||
'ob_dest_need_data' => 'Sie benötigen eine gültige Zielkontennummer und/oder einen gültigen Zielkontonamen, um fortzufahren.',
|
||||
'ob_dest_bad_data' => 'Bei der Suche nach der ID ":id" oder dem Namen ":name" konnte kein gültiges Zielkonto gefunden werden.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Sie können dieses Konto nicht als Quellkonto verwenden.',
|
||||
'generic_invalid_destination' => 'Sie können dieses Konto nicht als Zielkonto verwenden.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Ένα δοκιμαστικό μήνυμα από την εγκατάσταση του Firefly III',
|
||||
'admin_test_body' => 'Αυτό είναι ένα δοκιμαστικό μήνυμα από την εγκατάσταση του Firefly III. Αποστάλθηκε στο :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Νέα σύνδεση χρήστη στο Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Ο προϋπολογισμός τελειώνει σε ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Ο προϋπολογισμός αρχίζει με ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'ετησίως',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Δεν μπορείτε να εκτελέσετε ανενεργούς κανόνες.',
|
||||
'rules' => 'Κανόνες',
|
||||
'rule_name' => 'Όνομα κανόνα',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Ομάδα κανόνων για πάγια έξοδα',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Δημιουργία νέου κανόνα για το πάγιο έξοδο ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Κανόνας για το πάγιο έξοδο ":name"',
|
||||
'new_rule_for_bill_description' => 'Αυτός ο κανόνας μαρκάρει συναλλαγές για το πάγιο έξοδο ":name".',
|
||||
'rulegroup_for_bills_title' => 'Ομάδα κανόνων για πάγια έξοδα',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Δημιουργία νέου κανόνα για το πάγιο έξοδο ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Κανόνας για το πάγιο έξοδο ":name"',
|
||||
'new_rule_for_bill_description' => 'Αυτός ο κανόνας μαρκάρει συναλλαγές για το πάγιο έξοδο ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Κανόνας με βάση τη συναλλαγή ":description"',
|
||||
'new_rule_for_journal_description' => 'Αυτός ο κανόνας έχει βασιστεί στη συναλλαγή ":description". Θα αντιστοιχεί σε συναλλαγές που είναι ίδιες ακριβώς.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Διαγραφή δεδομένων',
|
||||
'permanent_delete_stuff' => 'Προσοχή με αυτά τα κουμπιά. Η διαγραφή είναι μόνιμη.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Όλες οι άλλες συνεδρίες σας έχουν αποσυνδεθεί.',
|
||||
'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας',
|
||||
'delete_all_categories' => 'Διαγραφή ΟΛΩΝ των κατηγοριών σας',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Ενημερώθηκε η ετικέτα ":tag"',
|
||||
'created_tag' => 'Η ετικέτα ":tag" δημιουργήθηκε!',
|
||||
|
||||
'transaction_journal_information' => 'Πληροφορίες συναλλαγής',
|
||||
'transaction_journal_meta' => 'Πληροφορίες μεταδεδομένων',
|
||||
'transaction_journal_more' => 'Περισσότερες πληροφορίες',
|
||||
'basic_journal_information' => 'Βασικές πληροφορίες συναλλαγής',
|
||||
'transaction_journal_extra' => 'Περισσότερες πληροφορίες',
|
||||
'att_part_of_journal' => 'Αποθηκεύτηκε στο ":journal"',
|
||||
'total_amount' => 'Συνολικό ποσό',
|
||||
'number_of_decimals' => 'Πλήθος δεκαδικών ψηφίων',
|
||||
'transaction_journal_information' => 'Πληροφορίες συναλλαγής',
|
||||
'transaction_journal_meta' => 'Πληροφορίες μεταδεδομένων',
|
||||
'transaction_journal_more' => 'Περισσότερες πληροφορίες',
|
||||
'basic_journal_information' => 'Βασικές πληροφορίες συναλλαγής',
|
||||
'transaction_journal_extra' => 'Περισσότερες πληροφορίες',
|
||||
'att_part_of_journal' => 'Αποθηκεύτηκε στο ":journal"',
|
||||
'total_amount' => 'Συνολικό ποσό',
|
||||
'number_of_decimals' => 'Πλήθος δεκαδικών ψηφίων',
|
||||
|
||||
// administration
|
||||
'administration' => 'Διαχείριση',
|
||||
'user_administration' => 'Διαχείριση χρηστών',
|
||||
'list_all_users' => 'Όλοι οι χρήστες',
|
||||
'all_users' => 'Όλοι οι χρήστες',
|
||||
'instance_configuration' => 'Παραμετροποίηση',
|
||||
'firefly_instance_configuration' => 'Επιλογές παραμετροποίησης του Firefly III',
|
||||
'setting_single_user_mode' => 'Λειτουργία ενός μοναδικού χρήστη',
|
||||
'setting_single_user_mode_explain' => 'Λόγω προεπιλογής το Firefly III δέχεται μόνο μία (1) εγγραφή χρήστη: εσάς. Πρόκειται για ένα μέτρο ασφαλείας που εμποδίζει τους άλλους να χρησιμοποιήσουν την εγκατάστασή σας, εκτός αν τους επιτρέπετε. Οι μελλοντικές εγγραφές χρηστών αποκλείονται. Όταν καταργήσετε την επιλογή σε αυτό το κουτάκι, άλλοι χρήστες θα μπορούν να χρησιμοποιήσουν την εγκατάστασή σας ταυτόχρονα, υποθέτοντας ότι μπορούν να συνδεθούν (σε περίπτωση σύνδεσης στο διαδίκτυο).',
|
||||
'store_configuration' => 'Αποθήκευση παραμετροποίησης',
|
||||
'single_user_administration' => 'Διαχείριση χρήστη :email',
|
||||
'edit_user' => 'Επεξεργασία χρήστη :email',
|
||||
'hidden_fields_preferences' => 'Μπορείτε να ενεργοποιήσετε περισσότερες επιλογές συναλλαγών στις <a href="/preferences">προτιμήσεις</a>.',
|
||||
'user_data_information' => 'Δεδομένα χρήστη',
|
||||
'user_information' => 'Πληροφορίες χρήστη',
|
||||
'total_size' => 'συνολικό μέγεθος',
|
||||
'budget_or_budgets' => ':count προϋπολογισμός|:count προϋπολογισμοί',
|
||||
'budgets_with_limits' => ':count προϋπολογισμός με καθορισμένο ποσό|:count προϋπολογισμοί με καθορισμένο ποσό',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules κανόνες σε :count_groups ομάδες κανόνων',
|
||||
'tag_or_tags' => ':count ετικέτα|:count ετικέτες',
|
||||
'configuration_updated' => 'Η παραμετροποίηση ενημερώθηκε',
|
||||
'setting_is_demo_site' => 'Ιστοσελίδα επίδειξης',
|
||||
'setting_is_demo_site_explain' => 'Εάν επιλέξετε αυτό το κουτάκι, η εγκατάσταση θα συμπεριφέρεται σαν ιστοσελίδα επίδειξης, το οποίο μπορεί να έχει παράξενες παρενέργειες.',
|
||||
'block_code_bounced' => 'Το Email επέστρεψε χωρίς να έχει παραδοθεί',
|
||||
'block_code_expired' => 'Ο λογαριασμός επίδειξης έληξε',
|
||||
'no_block_code' => 'Δεν υπάρχει λόγος για αποκλεισμό ή ο χρήστης δεν είναι αποκλεισμένος',
|
||||
'block_code_email_changed' => 'Ο χρήστης δεν έχει ακόμη επιβεβαιώσει τη νέα διεύθυνση ηλεκτρονικού ταχυδρομείου',
|
||||
'admin_update_email' => 'Σε αντίθεση με τη σελίδα προφίλ, ο χρήστης ΔΕΝ θα ειδοποιηθεί ότι η διεύθυνση του ηλεκτρονικού ταχυδρομείου του έχει αλλάξει!',
|
||||
'update_user' => 'Ενημέρωση χρήστη',
|
||||
'updated_user' => 'Τα δεδομένα χρήστη έχουν αλλάξει.',
|
||||
'delete_user' => 'Διαγραφή χρήστη :email',
|
||||
'user_deleted' => 'Ο χρήστης έχει διαγραφεί',
|
||||
'send_test_email' => 'Αποστολή δοκιμαστικού μηνύματος email',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Αποστολή μηνύματος',
|
||||
'send_test_triggered' => 'Η δοκιμή ενεργοποιήθηκε. Ελέγξτε τα εισερχόμενα μηνύματα στο Email σας και τα αρχεία καταγραφής.',
|
||||
'give_admin_careful' => 'Οι χρήστες στους οποίους έχουν δοθεί δικαιώματα διαχειριστή μπορούν να καθαιρέσουν τη δική σας πρόσβαση. Ενεργήστε με προσοχή.',
|
||||
'admin_maintanance_title' => 'Συντήρηση',
|
||||
'admin_maintanance_expl' => 'Μερικά ωραία κουμπιά για συντήρηση στο Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Εκκαθάριση cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Διαχείριση',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Διαχείριση χρηστών',
|
||||
'list_all_users' => 'Όλοι οι χρήστες',
|
||||
'all_users' => 'Όλοι οι χρήστες',
|
||||
'instance_configuration' => 'Παραμετροποίηση',
|
||||
'firefly_instance_configuration' => 'Επιλογές παραμετροποίησης του Firefly III',
|
||||
'setting_single_user_mode' => 'Λειτουργία ενός μοναδικού χρήστη',
|
||||
'setting_single_user_mode_explain' => 'Λόγω προεπιλογής το Firefly III δέχεται μόνο μία (1) εγγραφή χρήστη: εσάς. Πρόκειται για ένα μέτρο ασφαλείας που εμποδίζει τους άλλους να χρησιμοποιήσουν την εγκατάστασή σας, εκτός αν τους επιτρέπετε. Οι μελλοντικές εγγραφές χρηστών αποκλείονται. Όταν καταργήσετε την επιλογή σε αυτό το κουτάκι, άλλοι χρήστες θα μπορούν να χρησιμοποιήσουν την εγκατάστασή σας ταυτόχρονα, υποθέτοντας ότι μπορούν να συνδεθούν (σε περίπτωση σύνδεσης στο διαδίκτυο).',
|
||||
'store_configuration' => 'Αποθήκευση παραμετροποίησης',
|
||||
'single_user_administration' => 'Διαχείριση χρήστη :email',
|
||||
'edit_user' => 'Επεξεργασία χρήστη :email',
|
||||
'hidden_fields_preferences' => 'Μπορείτε να ενεργοποιήσετε περισσότερες επιλογές συναλλαγών στις <a href="/preferences">προτιμήσεις</a>.',
|
||||
'user_data_information' => 'Δεδομένα χρήστη',
|
||||
'user_information' => 'Πληροφορίες χρήστη',
|
||||
'total_size' => 'συνολικό μέγεθος',
|
||||
'budget_or_budgets' => ':count προϋπολογισμός|:count προϋπολογισμοί',
|
||||
'budgets_with_limits' => ':count προϋπολογισμός με καθορισμένο ποσό|:count προϋπολογισμοί με καθορισμένο ποσό',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules κανόνες σε :count_groups ομάδες κανόνων',
|
||||
'tag_or_tags' => ':count ετικέτα|:count ετικέτες',
|
||||
'configuration_updated' => 'Η παραμετροποίηση ενημερώθηκε',
|
||||
'setting_is_demo_site' => 'Ιστοσελίδα επίδειξης',
|
||||
'setting_is_demo_site_explain' => 'Εάν επιλέξετε αυτό το κουτάκι, η εγκατάσταση θα συμπεριφέρεται σαν ιστοσελίδα επίδειξης, το οποίο μπορεί να έχει παράξενες παρενέργειες.',
|
||||
'block_code_bounced' => 'Το Email επέστρεψε χωρίς να έχει παραδοθεί',
|
||||
'block_code_expired' => 'Ο λογαριασμός επίδειξης έληξε',
|
||||
'no_block_code' => 'Δεν υπάρχει λόγος για αποκλεισμό ή ο χρήστης δεν είναι αποκλεισμένος',
|
||||
'block_code_email_changed' => 'Ο χρήστης δεν έχει ακόμη επιβεβαιώσει τη νέα διεύθυνση ηλεκτρονικού ταχυδρομείου',
|
||||
'admin_update_email' => 'Σε αντίθεση με τη σελίδα προφίλ, ο χρήστης ΔΕΝ θα ειδοποιηθεί ότι η διεύθυνση του ηλεκτρονικού ταχυδρομείου του έχει αλλάξει!',
|
||||
'update_user' => 'Ενημέρωση χρήστη',
|
||||
'updated_user' => 'Τα δεδομένα χρήστη έχουν αλλάξει.',
|
||||
'delete_user' => 'Διαγραφή χρήστη :email',
|
||||
'user_deleted' => 'Ο χρήστης έχει διαγραφεί',
|
||||
'send_test_email' => 'Αποστολή δοκιμαστικού μηνύματος email',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Αποστολή μηνύματος',
|
||||
'send_test_triggered' => 'Η δοκιμή ενεργοποιήθηκε. Ελέγξτε τα εισερχόμενα μηνύματα στο Email σας και τα αρχεία καταγραφής.',
|
||||
'give_admin_careful' => 'Οι χρήστες στους οποίους έχουν δοθεί δικαιώματα διαχειριστή μπορούν να καθαιρέσουν τη δική σας πρόσβαση. Ενεργήστε με προσοχή.',
|
||||
'admin_maintanance_title' => 'Συντήρηση',
|
||||
'admin_maintanance_expl' => 'Μερικά ωραία κουμπιά για συντήρηση στο Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Εκκαθάριση cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Περιγραφή της συναλλαγής με διαχωρισμό',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Φαίνεται ότι το cron job που είναι απαραίτητο για την υποστήριξη των επαναλαμβανόμενων συναλλαγών δεν έχει τρέξει ποτέ. Αυτό είναι φυσιολογικό εάν έχετε μόλις εγκαταστήσει το Firefly III, αλλά αυτό θα πρέπει να ρυθμιστεί το συντομότερο δυνατό. Ελέγξτε τις σελίδες βοήθειας χρησιμοποιώντας το εικονίδιο (?) στην επάνω δεξιά γωνία της σελίδας.',
|
||||
'recurring_cron_long_ago' => 'Φαίνεται ότι έχουν περάσει περισσότερες από 36 ώρες από τότε που το cron job για την υποστήριξη επαναλαμβανόμενων συναλλαγών έχει τρέξει για τελευταία φορά. Είστε βέβαιοι ότι έχει ρυθμιστεί σωστά; Ελέγξτε τις σελίδες βοήθειας χρησιμοποιώντας το εικονίδιο (?) στην επάνω δεξιά γωνία της σελίδας.',
|
||||
|
||||
'create_new_recurrence' => 'Δημιουργία νέας επαναλαμβανόμενης συναλλαγής',
|
||||
'help_first_date' => 'Αναφέρετε την πρώτη αναμενόμενη επανάληψη. Αυτό πρέπει να γίνει σε μελλοντικό χρόνο.',
|
||||
'help_first_date_no_past' => 'Αναφέρετε την πρώτη αναμενόμενη επανάληψη. Το Firefly III δεν θα δημιουργήσει συναλλαγές στο παρελθόν.',
|
||||
'no_currency' => '(χωρίς νόμισμα)',
|
||||
'mandatory_for_recurring' => 'Υποχρεωτικές πληροφορίες επανάληψης',
|
||||
'mandatory_for_transaction' => 'Υποχρεωτικές πληροφορίες συναλλαγής',
|
||||
'optional_for_recurring' => 'Προαιρετικές πληροφορίες επανάληψης',
|
||||
'optional_for_transaction' => 'Προαιρετικές πληροφορίες συναλλαγής',
|
||||
'change_date_other_options' => 'Αλλάξτε την "αρχική ημερομηνία" για να δείτε περισσότερες επιλογές.',
|
||||
'mandatory_fields_for_tranaction' => 'Αυτές οι τιμές καταλήγουν στις συναλλαγές που θα δημιουργούνται',
|
||||
'click_for_calendar' => 'Κάντε κλικ εδώ για ένα ημερολόγιο που σας δείχνει πότε θα επαναληφθεί η συναλλαγή.',
|
||||
'repeat_forever' => 'Επανάληψη για πάντα',
|
||||
'repeat_until_date' => 'Επανάληψη με ημερομηνία λήξης',
|
||||
'repeat_times' => 'Επανάληψη για συγκεκριμένο αριθμό',
|
||||
'recurring_skips_one' => 'Κάθε άλλη',
|
||||
'recurring_skips_more' => 'Παραλείπει :count εμφανίσεις',
|
||||
'store_new_recurrence' => 'Αποθήκευση επαναλαμβανόμενης συναλλαγής',
|
||||
'stored_new_recurrence' => 'Η επαναλαμβανόμενη συναλλαγή ":title" αποθηκεύτηκε επιτυχώς.',
|
||||
'edit_recurrence' => 'Επεξεργασία επαναλαμβανόμενης συναλλαγής ":title"',
|
||||
'recurring_repeats_until' => 'Επαναλαμβάνεται έως τις :date',
|
||||
'recurring_repeats_forever' => 'Επαναλαμβάνεται για πάντα',
|
||||
'recurring_repeats_x_times' => 'Επαναλαμβάνεται :count φορά|Επαναλαμβάνεται :count φορές',
|
||||
'update_recurrence' => 'Ενημέρωση επαναλαμβανόμενης συναλλαγής',
|
||||
'updated_recurrence' => 'Ενημερώθηκε η επαναλαμβανόμενη συναλλαγή ":title"',
|
||||
'recurrence_is_inactive' => 'Αυτή η επαναλαμβανόμενη συναλλαγή δεν είναι ενεργή και δε θα δημιουργήσει νέες συναλλαγές.',
|
||||
'delete_recurring' => 'Διαγραφή επαναλαμβανόμενης συναλλαγής ":title"',
|
||||
'new_recurring_transaction' => 'Νέα επαναλαμβανόμενη συναλλαγή',
|
||||
'help_weekend' => 'Τι θα πρέπει να κάνει το Firefly III όταν μια επαναλαμβανόμενη συναλλαγή πέφτει σε Σάββατο ή Κυριακή;',
|
||||
'do_nothing' => 'Απλά δημιούργησε τη συναλλαγή',
|
||||
'skip_transaction' => 'Παράλειψη της εμφάνισης',
|
||||
'jump_to_friday' => 'Δημιουργία της συναλλαγής για την προηγούμενη Παρασκευή',
|
||||
'jump_to_monday' => 'Δημιουργία της συναλλαγής για την επόμενη Δευτέρα',
|
||||
'will_jump_friday' => 'Θα δημιουργηθεί την Παρασκευή αντί για Σαββατοκύριακα.',
|
||||
'will_jump_monday' => 'Θα δημιουργηθεί τη Δευτέρα αντί για Σαββατοκύριακο.',
|
||||
'except_weekends' => 'Εκτός από τα Σαββατοκύριακα',
|
||||
'recurrence_deleted' => 'Η επαναλαμβανόμενη συναλλαγή ":title" διαγράφηκε',
|
||||
'create_new_recurrence' => 'Δημιουργία νέας επαναλαμβανόμενης συναλλαγής',
|
||||
'help_first_date' => 'Αναφέρετε την πρώτη αναμενόμενη επανάληψη. Αυτό πρέπει να γίνει σε μελλοντικό χρόνο.',
|
||||
'help_first_date_no_past' => 'Αναφέρετε την πρώτη αναμενόμενη επανάληψη. Το Firefly III δεν θα δημιουργήσει συναλλαγές στο παρελθόν.',
|
||||
'no_currency' => '(χωρίς νόμισμα)',
|
||||
'mandatory_for_recurring' => 'Υποχρεωτικές πληροφορίες επανάληψης',
|
||||
'mandatory_for_transaction' => 'Υποχρεωτικές πληροφορίες συναλλαγής',
|
||||
'optional_for_recurring' => 'Προαιρετικές πληροφορίες επανάληψης',
|
||||
'optional_for_transaction' => 'Προαιρετικές πληροφορίες συναλλαγής',
|
||||
'change_date_other_options' => 'Αλλάξτε την "αρχική ημερομηνία" για να δείτε περισσότερες επιλογές.',
|
||||
'mandatory_fields_for_tranaction' => 'Αυτές οι τιμές καταλήγουν στις συναλλαγές που θα δημιουργούνται',
|
||||
'click_for_calendar' => 'Κάντε κλικ εδώ για ένα ημερολόγιο που σας δείχνει πότε θα επαναληφθεί η συναλλαγή.',
|
||||
'repeat_forever' => 'Επανάληψη για πάντα',
|
||||
'repeat_until_date' => 'Επανάληψη με ημερομηνία λήξης',
|
||||
'repeat_times' => 'Επανάληψη για συγκεκριμένο αριθμό',
|
||||
'recurring_skips_one' => 'Κάθε άλλη',
|
||||
'recurring_skips_more' => 'Παραλείπει :count εμφανίσεις',
|
||||
'store_new_recurrence' => 'Αποθήκευση επαναλαμβανόμενης συναλλαγής',
|
||||
'stored_new_recurrence' => 'Η επαναλαμβανόμενη συναλλαγή ":title" αποθηκεύτηκε επιτυχώς.',
|
||||
'edit_recurrence' => 'Επεξεργασία επαναλαμβανόμενης συναλλαγής ":title"',
|
||||
'recurring_repeats_until' => 'Επαναλαμβάνεται έως τις :date',
|
||||
'recurring_repeats_forever' => 'Επαναλαμβάνεται για πάντα',
|
||||
'recurring_repeats_x_times' => 'Επαναλαμβάνεται :count φορά|Επαναλαμβάνεται :count φορές',
|
||||
'update_recurrence' => 'Ενημέρωση επαναλαμβανόμενης συναλλαγής',
|
||||
'updated_recurrence' => 'Ενημερώθηκε η επαναλαμβανόμενη συναλλαγή ":title"',
|
||||
'recurrence_is_inactive' => 'Αυτή η επαναλαμβανόμενη συναλλαγή δεν είναι ενεργή και δε θα δημιουργήσει νέες συναλλαγές.',
|
||||
'delete_recurring' => 'Διαγραφή επαναλαμβανόμενης συναλλαγής ":title"',
|
||||
'new_recurring_transaction' => 'Νέα επαναλαμβανόμενη συναλλαγή',
|
||||
'help_weekend' => 'Τι θα πρέπει να κάνει το Firefly III όταν μια επαναλαμβανόμενη συναλλαγή πέφτει σε Σάββατο ή Κυριακή;',
|
||||
'do_nothing' => 'Απλά δημιούργησε τη συναλλαγή',
|
||||
'skip_transaction' => 'Παράλειψη της εμφάνισης',
|
||||
'jump_to_friday' => 'Δημιουργία της συναλλαγής για την προηγούμενη Παρασκευή',
|
||||
'jump_to_monday' => 'Δημιουργία της συναλλαγής για την επόμενη Δευτέρα',
|
||||
'will_jump_friday' => 'Θα δημιουργηθεί την Παρασκευή αντί για Σαββατοκύριακα.',
|
||||
'will_jump_monday' => 'Θα δημιουργηθεί τη Δευτέρα αντί για Σαββατοκύριακο.',
|
||||
'except_weekends' => 'Εκτός από τα Σαββατοκύριακα',
|
||||
'recurrence_deleted' => 'Η επαναλαμβανόμενη συναλλαγή ":title" διαγράφηκε',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Υπόλοιπο (:currency)',
|
||||
'box_spent_in_currency' => 'Δαπάνες (:currency)',
|
||||
'box_earned_in_currency' => 'Κερδήθηκαν (:currency)',
|
||||
'box_budgeted_in_currency' => 'Προϋπολογισμένο (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Πληρωμένα πάγια έξοδα (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Απλήρωτα πάγια έξοδα (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Διαθέσιμα προϋπολογισμών (:currency)',
|
||||
'box_net_worth_in_currency' => 'Καθαρή αξία (:currency)',
|
||||
'box_spend_per_day' => 'Απομένουν για δαπάνες ανά ημέρα: :amount',
|
||||
'box_balance_in_currency' => 'Υπόλοιπο (:currency)',
|
||||
'box_spent_in_currency' => 'Δαπάνες (:currency)',
|
||||
'box_earned_in_currency' => 'Κερδήθηκαν (:currency)',
|
||||
'box_budgeted_in_currency' => 'Προϋπολογισμένο (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Πληρωμένα πάγια έξοδα (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Απλήρωτα πάγια έξοδα (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Διαθέσιμα προϋπολογισμών (:currency)',
|
||||
'box_net_worth_in_currency' => 'Καθαρή αξία (:currency)',
|
||||
'box_spend_per_day' => 'Απομένουν για δαπάνες ανά ημέρα: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Σελίδα αποσφαλμάτωσης',
|
||||
'debug_submit_instructions' => 'Εάν αντιμετωπίζετε προβλήματα, μπορείτε να χρησιμοποιήσετε τις πληροφορίες σε αυτό το πλαίσιο ως πληροφορίες εντοπισμού σφαλμάτων. Αντιγράψτε και επικολλήστε σε νέο ή υπάρχον <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Θα δημιουργήσει έναν όμορφο πίνακα που μπορεί να χρησιμοποιηθεί για τη γρήγορη διάγνωση του προβλήματός σας.',
|
||||
'debug_pretty_table' => 'Εάν αντιγράψετε / επικολλήσετε το παρακάτω πλαίσιο σε ένα GitHub issue, θα δημιουργήσει ένα πίνακα. Μην περιβάλλετε αυτό το κείμενο με backticks ή εισαγωγικά.',
|
||||
'debug_additional_data' => 'Μπορείτε επίσης να μοιραστείτε το περιεχόμενο του παρακάτω πλαισίου. Μπορείτε επίσης να αντιγράψετε και να επικολλήσετε αυτό σε νέο ή υπάρχον <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Ωστόσο, το περιεχόμενο αυτού του πλαισίου ενδέχεται να περιέχει ιδιωτικές πληροφορίες, όπως ονόματα λογαριασμών, λεπτομέρειες συναλλαγής ή διευθύνσεις ηλεκτρονικού ταχυδρομείου.',
|
||||
'debug_page' => 'Σελίδα αποσφαλμάτωσης',
|
||||
'debug_submit_instructions' => 'Εάν αντιμετωπίζετε προβλήματα, μπορείτε να χρησιμοποιήσετε τις πληροφορίες σε αυτό το πλαίσιο ως πληροφορίες εντοπισμού σφαλμάτων. Αντιγράψτε και επικολλήστε σε νέο ή υπάρχον <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Θα δημιουργήσει έναν όμορφο πίνακα που μπορεί να χρησιμοποιηθεί για τη γρήγορη διάγνωση του προβλήματός σας.',
|
||||
'debug_pretty_table' => 'Εάν αντιγράψετε / επικολλήσετε το παρακάτω πλαίσιο σε ένα GitHub issue, θα δημιουργήσει ένα πίνακα. Μην περιβάλλετε αυτό το κείμενο με backticks ή εισαγωγικά.',
|
||||
'debug_additional_data' => 'Μπορείτε επίσης να μοιραστείτε το περιεχόμενο του παρακάτω πλαισίου. Μπορείτε επίσης να αντιγράψετε και να επικολλήσετε αυτό σε νέο ή υπάρχον <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Ωστόσο, το περιεχόμενο αυτού του πλαισίου ενδέχεται να περιέχει ιδιωτικές πληροφορίες, όπως ονόματα λογαριασμών, λεπτομέρειες συναλλαγής ή διευθύνσεις ηλεκτρονικού ταχυδρομείου.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Ομάδες',
|
||||
'object_groups_page_title' => 'Ομάδες',
|
||||
'object_groups_breadcrumb' => 'Ομάδες',
|
||||
'object_groups_index' => 'Επισκόπηση',
|
||||
'object_groups' => 'Ομάδες',
|
||||
'object_groups_empty_explain' => 'Ορισμένα στοιχεία στο Firefly III μπορούν να χωριστούν σε ομάδες. Οι κουμπαράδες, για παράδειγμα, διαθέτουν το πεδίο "Ομάδα" στις οθόνες επεξεργασίας και δημιουργίας. Όταν ορίζετε αυτό το πεδίο, μπορείτε να επεξεργαστείτε τα ονόματα και τη σειρά των ομάδων σε αυτήν τη σελίδα. Για περισσότερες πληροφορίες, ανατρέξτε στις σελίδες βοήθειας στην επάνω δεξιά γωνία, στο εικονίδιο (?).',
|
||||
'object_group_title' => 'Τίτλος',
|
||||
'edit_object_group' => 'Επεξεργασία ομάδας ":title"',
|
||||
'delete_object_group' => 'Διαγραφή ομάδας ":title"',
|
||||
'update_object_group' => 'Ενημέρωση ομάδας',
|
||||
'updated_object_group' => 'Επιτυχής ενημέρωση της ομάδας ":title"',
|
||||
'deleted_object_group' => 'Επιτυχής διαγραφή της ομάδας ":title"',
|
||||
'object_group' => 'Ομάδα',
|
||||
'object_groups_menu_bar' => 'Ομάδες',
|
||||
'object_groups_page_title' => 'Ομάδες',
|
||||
'object_groups_breadcrumb' => 'Ομάδες',
|
||||
'object_groups_index' => 'Επισκόπηση',
|
||||
'object_groups' => 'Ομάδες',
|
||||
'object_groups_empty_explain' => 'Ορισμένα στοιχεία στο Firefly III μπορούν να χωριστούν σε ομάδες. Οι κουμπαράδες, για παράδειγμα, διαθέτουν το πεδίο "Ομάδα" στις οθόνες επεξεργασίας και δημιουργίας. Όταν ορίζετε αυτό το πεδίο, μπορείτε να επεξεργαστείτε τα ονόματα και τη σειρά των ομάδων σε αυτήν τη σελίδα. Για περισσότερες πληροφορίες, ανατρέξτε στις σελίδες βοήθειας στην επάνω δεξιά γωνία, στο εικονίδιο (?).',
|
||||
'object_group_title' => 'Τίτλος',
|
||||
'edit_object_group' => 'Επεξεργασία ομάδας ":title"',
|
||||
'delete_object_group' => 'Διαγραφή ομάδας ":title"',
|
||||
'update_object_group' => 'Ενημέρωση ομάδας',
|
||||
'updated_object_group' => 'Επιτυχής ενημέρωση της ομάδας ":title"',
|
||||
'deleted_object_group' => 'Επιτυχής διαγραφή της ομάδας ":title"',
|
||||
'object_group' => 'Ομάδα',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Τελευταία δραστηριότητα',
|
||||
'balanceDiff' => 'Διαφορά υπολοίπου',
|
||||
'other_meta_data' => 'Άλλα μετα-δεδομένα',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Τύπος λογαριασμού',
|
||||
'created_at' => 'Δημιουργήθηκε στις',
|
||||
'account' => 'Λογαριασμός',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'need_id_in_edit' => 'Κάθε διαχωρισμός πρέπει να έχει transaction_journal_id (είτε έγκυρο αναγνωριστικό ID ή 0).',
|
||||
|
||||
'ob_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'lc_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο ID λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'ob_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'ob_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'ob_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'lc_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο ID λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'ob_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'ob_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Δεν μπορείτε να χρησιμοποιήσετε αυτό το λογαριασμό ως λογαριασμό προέλευσης.',
|
||||
'generic_invalid_destination' => 'Δεν μπορείτε να χρησιμοποιήσετε αυτό το λογαριασμό ως λογαριασμό προορισμού.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'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.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'New login on Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'yearly',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
||||
'rules' => 'Rules',
|
||||
'rule_name' => 'Name of rule',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Rule based on transaction ":description"',
|
||||
'new_rule_for_journal_description' => 'This rule is based on transaction ":description". It will match transactions that are exactly the same.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
'delete_all_categories' => 'Delete ALL your categories',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Updated tag ":tag"',
|
||||
'created_tag' => 'Tag ":tag" has been created!',
|
||||
|
||||
'transaction_journal_information' => 'Transaction information',
|
||||
'transaction_journal_meta' => 'Meta information',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Total amount',
|
||||
'number_of_decimals' => 'Number of decimals',
|
||||
'transaction_journal_information' => 'Transaction information',
|
||||
'transaction_journal_meta' => 'Meta information',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Total amount',
|
||||
'number_of_decimals' => 'Number of decimals',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administration',
|
||||
'user_administration' => 'User administration',
|
||||
'list_all_users' => 'All users',
|
||||
'all_users' => 'All users',
|
||||
'instance_configuration' => 'Configuration',
|
||||
'firefly_instance_configuration' => 'Configuration options for Firefly III',
|
||||
'setting_single_user_mode' => 'Single user mode',
|
||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you untick this box, others can use your instance as well, assuming they can reach it (when it is connected to the internet).',
|
||||
'store_configuration' => 'Store configuration',
|
||||
'single_user_administration' => 'User administration for :email',
|
||||
'edit_user' => 'Edit user :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'User data',
|
||||
'user_information' => 'User information',
|
||||
'total_size' => 'total size',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules rule(s) in :count_groups rule group(s)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'The configuration has been updated',
|
||||
'setting_is_demo_site' => 'Demo site',
|
||||
'setting_is_demo_site_explain' => 'If you tick this box, this installation will behave as if it is the demo site, which can have weird side effects.',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
'block_code_email_changed' => 'User has not yet confirmed new email address',
|
||||
'admin_update_email' => 'Contrary to the profile page, the user will NOT be notified their email address has changed!',
|
||||
'update_user' => 'Update user',
|
||||
'updated_user' => 'User data has been changed.',
|
||||
'delete_user' => 'Delete user :email',
|
||||
'user_deleted' => 'The user has been deleted',
|
||||
'send_test_email' => 'Send test email message',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Send message',
|
||||
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'User administration',
|
||||
'list_all_users' => 'All users',
|
||||
'all_users' => 'All users',
|
||||
'instance_configuration' => 'Configuration',
|
||||
'firefly_instance_configuration' => 'Configuration options for Firefly III',
|
||||
'setting_single_user_mode' => 'Single user mode',
|
||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you untick this box, others can use your instance as well, assuming they can reach it (when it is connected to the internet).',
|
||||
'store_configuration' => 'Store configuration',
|
||||
'single_user_administration' => 'User administration for :email',
|
||||
'edit_user' => 'Edit user :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'User data',
|
||||
'user_information' => 'User information',
|
||||
'total_size' => 'total size',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules rule(s) in :count_groups rule group(s)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'The configuration has been updated',
|
||||
'setting_is_demo_site' => 'Demo site',
|
||||
'setting_is_demo_site_explain' => 'If you tick this box, this installation will behave as if it is the demo site, which can have weird side effects.',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
'block_code_email_changed' => 'User has not yet confirmed new email address',
|
||||
'admin_update_email' => 'Contrary to the profile page, the user will NOT be notified their email address has changed!',
|
||||
'update_user' => 'Update user',
|
||||
'updated_user' => 'User data has been changed.',
|
||||
'delete_user' => 'Delete user :email',
|
||||
'user_deleted' => 'The user has been deleted',
|
||||
'send_test_email' => 'Send test email message',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Send message',
|
||||
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Description of the split transaction',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
||||
'create_new_recurrence' => 'Create new recurring transaction',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(no currency)',
|
||||
'mandatory_for_recurring' => 'Mandatory recurrence information',
|
||||
'mandatory_for_transaction' => 'Mandatory transaction information',
|
||||
'optional_for_recurring' => 'Optional recurrence information',
|
||||
'optional_for_transaction' => 'Optional transaction information',
|
||||
'change_date_other_options' => 'Change the "first date" to see more options.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Repeat forever',
|
||||
'repeat_until_date' => 'Repeat until date',
|
||||
'repeat_times' => 'Repeat a number of times',
|
||||
'recurring_skips_one' => 'Every other',
|
||||
'recurring_skips_more' => 'Skips :count occurrences',
|
||||
'store_new_recurrence' => 'Store recurring transaction',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Repeats until :date',
|
||||
'recurring_repeats_forever' => 'Repeats forever',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Update recurring transaction',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'New recurring transaction',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Just create the transaction',
|
||||
'skip_transaction' => 'Skip the occurrence',
|
||||
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
|
||||
'jump_to_monday' => 'Create the transaction on the next Monday instead',
|
||||
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Except weekends',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
'create_new_recurrence' => 'Create new recurring transaction',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(no currency)',
|
||||
'mandatory_for_recurring' => 'Mandatory recurrence information',
|
||||
'mandatory_for_transaction' => 'Mandatory transaction information',
|
||||
'optional_for_recurring' => 'Optional recurrence information',
|
||||
'optional_for_transaction' => 'Optional transaction information',
|
||||
'change_date_other_options' => 'Change the "first date" to see more options.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Repeat forever',
|
||||
'repeat_until_date' => 'Repeat until date',
|
||||
'repeat_times' => 'Repeat a number of times',
|
||||
'recurring_skips_one' => 'Every other',
|
||||
'recurring_skips_more' => 'Skips :count occurrences',
|
||||
'store_new_recurrence' => 'Store recurring transaction',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Repeats until :date',
|
||||
'recurring_repeats_forever' => 'Repeats forever',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Update recurring transaction',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'New recurring transaction',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Just create the transaction',
|
||||
'skip_transaction' => 'Skip the occurrence',
|
||||
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
|
||||
'jump_to_monday' => 'Create the transaction on the next Monday instead',
|
||||
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Except weekends',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Balance (:currency)',
|
||||
'box_spent_in_currency' => 'Spent (:currency)',
|
||||
'box_earned_in_currency' => 'Earned (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeted (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
'box_balance_in_currency' => 'Balance (:currency)',
|
||||
'box_spent_in_currency' => 'Spent (:currency)',
|
||||
'box_earned_in_currency' => 'Earned (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeted (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Last activity',
|
||||
'balanceDiff' => 'Balance difference',
|
||||
'other_meta_data' => 'Other meta data',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Account type',
|
||||
'created_at' => 'Created at',
|
||||
'account' => 'Account',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
|
||||
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Un mensaje de prueba de su instalación de Firefly III',
|
||||
'admin_test_body' => 'Este es un mensaje de prueba de tu instancia de Firefly III. Fue enviado a :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nuevo inicio de sesión en Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -235,11 +235,11 @@ return [
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'Sin datos',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Examinar',
|
||||
'create_new_webhook' => 'Crear un nuevo webhook',
|
||||
'webhooks_create_breadcrumb' => 'Crear un nuevo webhook',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'El presupuesto termina con ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'El presupuesto comienza con ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'La factura contiene ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'La factura termina con ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'La factura comienza con ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'La ID externa contiene ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'La URL externa es ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'La URL externa contiene ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'La URL externa termina con ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'La URL externa comienza con ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'anualmente',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'No puedes ejecutar reglas inactivas.',
|
||||
'rules' => 'Reglas',
|
||||
'rule_name' => 'Nombre de la regla',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Regla de grupo para facturas',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Crear una nueva regla para la factura ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regla para la factura ":name"',
|
||||
'new_rule_for_bill_description' => 'Esta regla marca las transacciones para la cuenta ":name".',
|
||||
'rulegroup_for_bills_title' => 'Regla de grupo para facturas',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Crear una nueva regla para la factura ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regla para la factura ":name"',
|
||||
'new_rule_for_bill_description' => 'Esta regla marca las transacciones para la cuenta ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regla basada en la transacción ":description"',
|
||||
'new_rule_for_journal_description' => 'Esta regla se basa en la transacción ":description". Coincidirá con las transacciones que son exactamente iguales.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Borrar datos',
|
||||
'permanent_delete_stuff' => 'Tenga cuidado con estos botones. Eliminar cosas es permanente.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Todas las demás sesiones han sido desconectadas.',
|
||||
'delete_all_budgets' => 'Eliminar todos sus presupuestos',
|
||||
'delete_all_categories' => 'Eliminar todas sus categorías',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Actualizar etiqueta ":tag"',
|
||||
'created_tag' => 'Etiqueta ":tag" ha sido creado!',
|
||||
|
||||
'transaction_journal_information' => 'Información de transacción',
|
||||
'transaction_journal_meta' => 'Información Meta',
|
||||
'transaction_journal_more' => 'Más información',
|
||||
'basic_journal_information' => 'Información básica de transacción',
|
||||
'transaction_journal_extra' => 'Información adicional',
|
||||
'att_part_of_journal' => 'Guardado en ":journal"',
|
||||
'total_amount' => 'Cantidad total',
|
||||
'number_of_decimals' => 'Número de decimales',
|
||||
'transaction_journal_information' => 'Información de transacción',
|
||||
'transaction_journal_meta' => 'Información Meta',
|
||||
'transaction_journal_more' => 'Más información',
|
||||
'basic_journal_information' => 'Información básica de transacción',
|
||||
'transaction_journal_extra' => 'Información adicional',
|
||||
'att_part_of_journal' => 'Guardado en ":journal"',
|
||||
'total_amount' => 'Cantidad total',
|
||||
'number_of_decimals' => 'Número de decimales',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administración',
|
||||
'user_administration' => 'Administración de usuarios',
|
||||
'list_all_users' => 'Todos los usuarios',
|
||||
'all_users' => 'Todo usuario',
|
||||
'instance_configuration' => 'Configuracion',
|
||||
'firefly_instance_configuration' => 'Opciones de configuración de Firefly III',
|
||||
'setting_single_user_mode' => 'Modo de usuario único',
|
||||
'setting_single_user_mode_explain' => 'Por defecto, Firefly III solo acepta un único usuario: tú. Esto es una medida de seguridad para impedir que otros utilicen su instancia a menos que lo permitas. Si desmarcas esta casilla, otros podrán registrarse en esta instancia si tienen acceso a ella.',
|
||||
'store_configuration' => 'Guardar configuración',
|
||||
'single_user_administration' => 'Administración de usuarios para :email',
|
||||
'edit_user' => 'Editar usuario :email',
|
||||
'hidden_fields_preferences' => 'Puede habilitar más opciones de transacción en sus <a href="preferences">ajustes </a>.',
|
||||
'user_data_information' => 'Datos del usuario',
|
||||
'user_information' => 'Información del usuario',
|
||||
'total_size' => 'tamaño total',
|
||||
'budget_or_budgets' => ':count presupuesto|:count presupuestos',
|
||||
'budgets_with_limits' => ':count presupuesto con cantidad configurada|:count presupuestos con cantidad configurada',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules reglas en :count_groups grupo de reglas',
|
||||
'tag_or_tags' => ':count etiqueta|:count etiquetas',
|
||||
'configuration_updated' => 'La configuración ha sido actualizada',
|
||||
'setting_is_demo_site' => 'Sitio de demostracion',
|
||||
'setting_is_demo_site_explain' => 'Si usted chequea esta casilla, esta instalación se comportara como si fuera el sitio de demostración, que puede tener efectos secundarios extraños.',
|
||||
'block_code_bounced' => 'Mensaje (s) de correo rebotados',
|
||||
'block_code_expired' => 'Cuenta de demostración vencida',
|
||||
'no_block_code' => 'No hay razón para el bloqueo o usuario bloqueado',
|
||||
'block_code_email_changed' => 'El usuario no ha confirmado aun una nueva dirección de correo',
|
||||
'admin_update_email' => 'Contrario a la pagina de perfil, El usuario NO se notificara que su dirección de correo ha cambiado!',
|
||||
'update_user' => 'Actualizar usuario',
|
||||
'updated_user' => 'Los datos del usuario han sido cambiados.',
|
||||
'delete_user' => 'Eliminar usuario :email',
|
||||
'user_deleted' => 'El usuario ha sido eliminado',
|
||||
'send_test_email' => 'Enviar mensaje de correo electrónico de prueba',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Enviar mensaje',
|
||||
'send_test_triggered' => 'La prueba fue disparada. Chequee su bandeja de entrada y archivos de registro.',
|
||||
'give_admin_careful' => 'Los usuarios a los que se les conceden derechos de administrador pueden quitarte el tuyo. Ten cuidado.',
|
||||
'admin_maintanance_title' => 'Mantenimiento',
|
||||
'admin_maintanance_expl' => 'Algunos botones útiles para mantenimiento de Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Limpiar cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administración',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administración de usuarios',
|
||||
'list_all_users' => 'Todos los usuarios',
|
||||
'all_users' => 'Todo usuario',
|
||||
'instance_configuration' => 'Configuracion',
|
||||
'firefly_instance_configuration' => 'Opciones de configuración de Firefly III',
|
||||
'setting_single_user_mode' => 'Modo de usuario único',
|
||||
'setting_single_user_mode_explain' => 'Por defecto, Firefly III solo acepta un único usuario: tú. Esto es una medida de seguridad para impedir que otros utilicen su instancia a menos que lo permitas. Si desmarcas esta casilla, otros podrán registrarse en esta instancia si tienen acceso a ella.',
|
||||
'store_configuration' => 'Guardar configuración',
|
||||
'single_user_administration' => 'Administración de usuarios para :email',
|
||||
'edit_user' => 'Editar usuario :email',
|
||||
'hidden_fields_preferences' => 'Puede habilitar más opciones de transacción en sus <a href="preferences">ajustes </a>.',
|
||||
'user_data_information' => 'Datos del usuario',
|
||||
'user_information' => 'Información del usuario',
|
||||
'total_size' => 'tamaño total',
|
||||
'budget_or_budgets' => ':count presupuesto|:count presupuestos',
|
||||
'budgets_with_limits' => ':count presupuesto con cantidad configurada|:count presupuestos con cantidad configurada',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules reglas en :count_groups grupo de reglas',
|
||||
'tag_or_tags' => ':count etiqueta|:count etiquetas',
|
||||
'configuration_updated' => 'La configuración ha sido actualizada',
|
||||
'setting_is_demo_site' => 'Sitio de demostracion',
|
||||
'setting_is_demo_site_explain' => 'Si usted chequea esta casilla, esta instalación se comportara como si fuera el sitio de demostración, que puede tener efectos secundarios extraños.',
|
||||
'block_code_bounced' => 'Mensaje (s) de correo rebotados',
|
||||
'block_code_expired' => 'Cuenta de demostración vencida',
|
||||
'no_block_code' => 'No hay razón para el bloqueo o usuario bloqueado',
|
||||
'block_code_email_changed' => 'El usuario no ha confirmado aun una nueva dirección de correo',
|
||||
'admin_update_email' => 'Contrario a la pagina de perfil, El usuario NO se notificara que su dirección de correo ha cambiado!',
|
||||
'update_user' => 'Actualizar usuario',
|
||||
'updated_user' => 'Los datos del usuario han sido cambiados.',
|
||||
'delete_user' => 'Eliminar usuario :email',
|
||||
'user_deleted' => 'El usuario ha sido eliminado',
|
||||
'send_test_email' => 'Enviar mensaje de correo electrónico de prueba',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Enviar mensaje',
|
||||
'send_test_triggered' => 'La prueba fue disparada. Chequee su bandeja de entrada y archivos de registro.',
|
||||
'give_admin_careful' => 'Los usuarios a los que se les conceden derechos de administrador pueden quitarte el tuyo. Ten cuidado.',
|
||||
'admin_maintanance_title' => 'Mantenimiento',
|
||||
'admin_maintanance_expl' => 'Algunos botones útiles para mantenimiento de Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Limpiar cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descripción de la transacción dividida',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Al parecer, el cron job necesario para realizar las transacciones recurrentes nunca se ejecutó. Esto es normal por supuesto, cuando acabas de instalar Firefly III pero, es algo que deberías configurar lo antes posible. Por favor, revisa las páginas de ayuda usando el ícono-(?) en la esquina derecha de la página.',
|
||||
'recurring_cron_long_ago' => 'Aparentemente han pasado mas de 36 horas desde que el cron job para dar soporte a las transacciones recurrentes se ha disparado por última vez. Está usted seguro que lo ha configurado correctamente? Por favor, revise las páginas de ayuda usando el ícono-(?) en la esquina derecha de la página.',
|
||||
|
||||
'create_new_recurrence' => 'Crear transacción recurrente',
|
||||
'help_first_date' => 'Indique la primera recurrencia esperada. Esto debe ser en un tiempo futuro.',
|
||||
'help_first_date_no_past' => 'Indique la primera recurrencia esperada. Firefly III no creará transacciones en el pasado.',
|
||||
'no_currency' => '(sin moneda)',
|
||||
'mandatory_for_recurring' => 'Información de recurrencia obligatorio',
|
||||
'mandatory_for_transaction' => 'Información obligatoria de transacción',
|
||||
'optional_for_recurring' => 'Información de recurrencia opcional',
|
||||
'optional_for_transaction' => 'Información de transacción opcional',
|
||||
'change_date_other_options' => 'Cambie la "primera fecha" para ver más opciones.',
|
||||
'mandatory_fields_for_tranaction' => 'Los valores de aquí van a terminar en las transaccion(es) que se están creando',
|
||||
'click_for_calendar' => 'Haga clic aquí para ver un calendario que le muestra cuando se repetirá la transacción.',
|
||||
'repeat_forever' => 'Repetir por siempre',
|
||||
'repeat_until_date' => 'Repetir hasta',
|
||||
'repeat_times' => 'Repetir un número de veces',
|
||||
'recurring_skips_one' => 'Intercalado',
|
||||
'recurring_skips_more' => 'Saltea :count ocurrencias',
|
||||
'store_new_recurrence' => 'Crear transacción recurrente',
|
||||
'stored_new_recurrence' => 'Transacción recurrente ":title" almacenada con éxito.',
|
||||
'edit_recurrence' => 'Editar transacción recurrente ":title"',
|
||||
'recurring_repeats_until' => 'Repetir hasta :date',
|
||||
'recurring_repeats_forever' => 'Repetir por siempre',
|
||||
'recurring_repeats_x_times' => 'Repetir :count vez|Repetir :count veces',
|
||||
'update_recurrence' => 'Actualizar transacción recurrente',
|
||||
'updated_recurrence' => 'Transacción recurrente ":title" actualizada',
|
||||
'recurrence_is_inactive' => 'Esta transacción recurrente no está activa y no generará nuevas transacciones.',
|
||||
'delete_recurring' => 'Borrar Transacción Recurrente ":title"',
|
||||
'new_recurring_transaction' => 'Nueva Transacción Recurrente',
|
||||
'help_weekend' => '¿Qué debe hacer Firefly III cuando la transacción recurrente cae el sábado o el domingo?',
|
||||
'do_nothing' => 'Sólo crear la transacción',
|
||||
'skip_transaction' => 'Saltar la ocurrencia',
|
||||
'jump_to_friday' => 'Crear la transacción el viernes anterior en su lugar',
|
||||
'jump_to_monday' => 'Crear la transacción el lunes próximo en su lugar',
|
||||
'will_jump_friday' => 'Se creará el viernes en lugar de los fines de semana.',
|
||||
'will_jump_monday' => 'Se creará el lunes en lugar de los fines de semana.',
|
||||
'except_weekends' => 'Excluir los fines de semana',
|
||||
'recurrence_deleted' => 'Transacción recurrente ":title" eliminada',
|
||||
'create_new_recurrence' => 'Crear transacción recurrente',
|
||||
'help_first_date' => 'Indique la primera recurrencia esperada. Esto debe ser en un tiempo futuro.',
|
||||
'help_first_date_no_past' => 'Indique la primera recurrencia esperada. Firefly III no creará transacciones en el pasado.',
|
||||
'no_currency' => '(sin moneda)',
|
||||
'mandatory_for_recurring' => 'Información de recurrencia obligatorio',
|
||||
'mandatory_for_transaction' => 'Información obligatoria de transacción',
|
||||
'optional_for_recurring' => 'Información de recurrencia opcional',
|
||||
'optional_for_transaction' => 'Información de transacción opcional',
|
||||
'change_date_other_options' => 'Cambie la "primera fecha" para ver más opciones.',
|
||||
'mandatory_fields_for_tranaction' => 'Los valores de aquí van a terminar en las transaccion(es) que se están creando',
|
||||
'click_for_calendar' => 'Haga clic aquí para ver un calendario que le muestra cuando se repetirá la transacción.',
|
||||
'repeat_forever' => 'Repetir por siempre',
|
||||
'repeat_until_date' => 'Repetir hasta',
|
||||
'repeat_times' => 'Repetir un número de veces',
|
||||
'recurring_skips_one' => 'Intercalado',
|
||||
'recurring_skips_more' => 'Saltea :count ocurrencias',
|
||||
'store_new_recurrence' => 'Crear transacción recurrente',
|
||||
'stored_new_recurrence' => 'Transacción recurrente ":title" almacenada con éxito.',
|
||||
'edit_recurrence' => 'Editar transacción recurrente ":title"',
|
||||
'recurring_repeats_until' => 'Repetir hasta :date',
|
||||
'recurring_repeats_forever' => 'Repetir por siempre',
|
||||
'recurring_repeats_x_times' => 'Repetir :count vez|Repetir :count veces',
|
||||
'update_recurrence' => 'Actualizar transacción recurrente',
|
||||
'updated_recurrence' => 'Transacción recurrente ":title" actualizada',
|
||||
'recurrence_is_inactive' => 'Esta transacción recurrente no está activa y no generará nuevas transacciones.',
|
||||
'delete_recurring' => 'Borrar Transacción Recurrente ":title"',
|
||||
'new_recurring_transaction' => 'Nueva Transacción Recurrente',
|
||||
'help_weekend' => '¿Qué debe hacer Firefly III cuando la transacción recurrente cae el sábado o el domingo?',
|
||||
'do_nothing' => 'Sólo crear la transacción',
|
||||
'skip_transaction' => 'Saltar la ocurrencia',
|
||||
'jump_to_friday' => 'Crear la transacción el viernes anterior en su lugar',
|
||||
'jump_to_monday' => 'Crear la transacción el lunes próximo en su lugar',
|
||||
'will_jump_friday' => 'Se creará el viernes en lugar de los fines de semana.',
|
||||
'will_jump_monday' => 'Se creará el lunes en lugar de los fines de semana.',
|
||||
'except_weekends' => 'Excluir los fines de semana',
|
||||
'recurrence_deleted' => 'Transacción recurrente ":title" eliminada',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gasto (:currency)',
|
||||
'box_earned_in_currency' => 'Ganado (:currency)',
|
||||
'box_budgeted_in_currency' => 'Presupuestado (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Facturas pagadas (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Facturas sin pagar (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Disponible para gasto (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valor neto (:currency)',
|
||||
'box_spend_per_day' => 'Disponible para gasto diario: :amount',
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gasto (:currency)',
|
||||
'box_earned_in_currency' => 'Ganado (:currency)',
|
||||
'box_budgeted_in_currency' => 'Presupuestado (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Facturas pagadas (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Facturas sin pagar (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Disponible para gasto (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valor neto (:currency)',
|
||||
'box_spend_per_day' => 'Disponible para gasto diario: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Pagina de depuración',
|
||||
'debug_submit_instructions' => 'Si está teniendo problemas, puede usar la información en este cuadro como información de depuración. Por favor, copie y pegue en un nuevo o existente <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Generará una hermosa tabla que se puede utilizar para diagnosticar rápidamente su problema.',
|
||||
'debug_pretty_table' => 'Si copia/pega la casilla de abajo en un problema de GitHub, generará una tabla. Por favor, no envuelva este texto con comillas.',
|
||||
'debug_additional_data' => 'También puede compartir el contenido del cuadro de abajo. También puede copiar y pegar esto en un <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a> nuevo o existente. Sin embargo, el contenido de este cuadro puede contener información privada como nombres de cuenta, detalles de transacción o direcciones de correo electrónico.',
|
||||
'debug_page' => 'Pagina de depuración',
|
||||
'debug_submit_instructions' => 'Si está teniendo problemas, puede usar la información en este cuadro como información de depuración. Por favor, copie y pegue en un nuevo o existente <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Generará una hermosa tabla que se puede utilizar para diagnosticar rápidamente su problema.',
|
||||
'debug_pretty_table' => 'Si copia/pega la casilla de abajo en un problema de GitHub, generará una tabla. Por favor, no envuelva este texto con comillas.',
|
||||
'debug_additional_data' => 'También puede compartir el contenido del cuadro de abajo. También puede copiar y pegar esto en un <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a> nuevo o existente. Sin embargo, el contenido de este cuadro puede contener información privada como nombres de cuenta, detalles de transacción o direcciones de correo electrónico.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Grupos',
|
||||
'object_groups_page_title' => 'Grupos',
|
||||
'object_groups_breadcrumb' => 'Grupos',
|
||||
'object_groups_index' => 'Resumen',
|
||||
'object_groups' => 'Grupos',
|
||||
'object_groups_empty_explain' => 'Algunas cosas en Firefly III se pueden dividir en grupos. Las huchas, por ejemplo, incluyen un campo "Grupo" en las pantallas de edición y creación. Cuando establece este campo, puede editar los nombres y el orden de los grupos en esta página. Para obtener más información, consulte las páginas de ayuda en la esquina superior derecha, debajo del icono (?).',
|
||||
'object_group_title' => 'Título',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Eliminar grupo ":title"',
|
||||
'update_object_group' => 'Actualizar grupo',
|
||||
'updated_object_group' => 'Grupo ":title" actualizado con éxito',
|
||||
'deleted_object_group' => 'Grupo ":title" eliminado con éxito',
|
||||
'object_group' => 'Grupo',
|
||||
'object_groups_menu_bar' => 'Grupos',
|
||||
'object_groups_page_title' => 'Grupos',
|
||||
'object_groups_breadcrumb' => 'Grupos',
|
||||
'object_groups_index' => 'Resumen',
|
||||
'object_groups' => 'Grupos',
|
||||
'object_groups_empty_explain' => 'Algunas cosas en Firefly III se pueden dividir en grupos. Las huchas, por ejemplo, incluyen un campo "Grupo" en las pantallas de edición y creación. Cuando establece este campo, puede editar los nombres y el orden de los grupos en esta página. Para obtener más información, consulte las páginas de ayuda en la esquina superior derecha, debajo del icono (?).',
|
||||
'object_group_title' => 'Título',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Eliminar grupo ":title"',
|
||||
'update_object_group' => 'Actualizar grupo',
|
||||
'updated_object_group' => 'Grupo ":title" actualizado con éxito',
|
||||
'deleted_object_group' => 'Grupo ":title" eliminado con éxito',
|
||||
'object_group' => 'Grupo',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Actividad más reciente',
|
||||
'balanceDiff' => 'Diferencia de saldo',
|
||||
'other_meta_data' => 'Otros metadatos',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tipo de cuenta',
|
||||
'created_at' => 'Fecha de creación',
|
||||
'account' => 'Cuenta',
|
||||
|
@ -141,7 +141,7 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
|
||||
'unique_object_group' => 'El nombre del grupo debe ser único',
|
||||
'starts_with' => 'El valor debe comenzar con :values.',
|
||||
'unique_webhook' => 'Ya existe un webhook con esta combinación de URL, condición, respuesta y método de entrega.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas cuentas deben ser del mismo tipo de cuenta',
|
||||
'same_account_currency' => 'Ambas cuentas deben tener la misma configuración de moneda',
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
'need_id_in_edit' => 'Cada división debe tener transaction_journal_id (ID válido o 0).',
|
||||
|
||||
'ob_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
|
||||
'lc_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido para continuar.',
|
||||
'ob_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'ob_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
'ob_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
|
||||
'lc_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido para continuar.',
|
||||
'ob_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'ob_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'No puedes usar esta cuenta como cuenta de origen.',
|
||||
'generic_invalid_destination' => 'No puede usar esta cuenta como cuenta de destino.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Testiviesti Firefly III applikaatioltasi',
|
||||
'admin_test_body' => 'Tämä on testiviesti Firefly III instanssiltasi. Se lähetettiin osoitteeseen :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Uusi kirjautuminen Firefly III:een',
|
||||
'slack_login_from_new_ip' => 'Uusi Firefly III kirjautuminen IP-osoitteesta :ip (:host)',
|
||||
|
@ -228,43 +228,43 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhookit',
|
||||
'webhooks_breadcrumb' => 'Verkkotoimintokutsut',
|
||||
'no_webhook_messages' => 'Verkkotoimintokutsuviestejä ei ole',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Tapahtuman luomisen jälkeen',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Tapahtuman päivityksen jälkeen',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'Tapahtuman poiston jälkeen',
|
||||
'webhook_response_TRANSACTIONS' => 'Tapahtuman tiedot',
|
||||
'webhook_response_ACCOUNTS' => 'Tilin tiedot',
|
||||
'webhook_response_none_NONE' => 'Ei lisätietoja',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Tarkista',
|
||||
'create_new_webhook' => 'Luo uusi verkkotoimintokutsu',
|
||||
'webhooks_create_breadcrumb' => 'Luo uusi verkkotoimintokutsu',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Tallennettiin uusi verkkotoimintokutsu ":title"',
|
||||
'delete_webhook' => 'Poista verkkotoimintokutsu',
|
||||
'deleted_webhook' => 'Poistettiin verkkotoimintokutsu ":title"',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Päivitettiin verkkotoimintokutsu ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'show_webhook' => 'Verkkotoimintokutsu ":title"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Verkkotoimintokutsun viesti',
|
||||
'view_message' => 'Näytä viesti',
|
||||
'view_attempts' => 'Näytä epäonnistuneet yritykset',
|
||||
'message_content_title' => 'Verkkotoimintokutsun viestin sisältö',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Verkkotoimintokutsun yritykset',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'Ei epäonnistuneita yrityksiä. Se on hyvä asia!',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Lokitiedot',
|
||||
'response' => 'Vastaus',
|
||||
'visit_webhook_url' => 'Vieraile verkkotoimintokutsun URL-osoitteessa',
|
||||
'reset_webhook_secret' => 'Nollaa verkkotoimintokutsun salaisuus',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Valtuutus Pyyntö',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budjetti päättyy ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budjetti alkaa ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Lasku sisältää ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Lasku päättyy ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Lasku alkaa ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'vuosittain',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Et voi suorittaa aktivoimattomia sääntöjä.',
|
||||
'rules' => 'Säännöt',
|
||||
'rule_name' => 'Säännön nimi',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,14 +1155,14 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'POISTA tapahtuma(!)',
|
||||
'rule_action_delete_transaction' => 'POISTA tapahtuma(!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Aseta kategoriaksi ":action_value"',
|
||||
'rule_action_clear_category' => 'Tyhjennä kategoria',
|
||||
'rule_action_set_budget' => 'Aseta budjetiksi ":action_value"',
|
||||
@ -1172,21 +1173,21 @@ return [
|
||||
'rule_action_set_description' => 'Aseta kuvaus ":action_value"',
|
||||
'rule_action_append_description' => 'Liitä kuvauksen loppuun teksti ":action_value"',
|
||||
'rule_action_prepend_description' => 'Aloita kuvaus tekstillä ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Aseta kategoria ..',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Tyhjennä kategoria',
|
||||
'rule_action_set_budget_choice' => 'Aseta budjetti ..',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Tyhjennä budjetti',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Poista kaikki tägit',
|
||||
'rule_action_set_description_choice' => 'Aseta kuvaus ..',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Aseta lähdetili ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Aseta lähdetiliksi :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Aseta kohdetili ..',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Aseta kohdetiliksi :action_value',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Liitä muistiinpanon loppuun teksti ":action_value"',
|
||||
@ -1206,23 +1207,20 @@ return [
|
||||
'rule_action_convert_transfer' => 'Muunna tapahtuma siirroksi tilin ":action_value" kanssa',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Korvaa tapahtuman nykyiset muistiinpanot kuvauksella',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Korvaa nykyinen kuvaus tapahtuman muistiinpanoilla',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Sääntöryhmä laskuille',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Luo uusi sääntö laskulle ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Sääntö laskulle ":name"',
|
||||
'new_rule_for_bill_description' => 'Tämä sääntö merkitsee tapahtumia laskulle ":name".',
|
||||
'rulegroup_for_bills_title' => 'Sääntöryhmä laskuille',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Luo uusi sääntö laskulle ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Sääntö laskulle ":name"',
|
||||
'new_rule_for_bill_description' => 'Tämä sääntö merkitsee tapahtumia laskulle ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Tapahtumaan ":description" perustuva sääntö',
|
||||
'new_rule_for_journal_description' => 'Tämä sääntö perustuu tapahtumaan ":description". Se täsmää tapahtumiin jotka ovat tarkalleen samanlaisia.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Poista tiedot',
|
||||
'permanent_delete_stuff' => 'Ole varovainen näiden valintojen kanssa, poistaminen on lopullista.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Kaikki muut istuntosi on kirjattu ulos.',
|
||||
'delete_all_budgets' => 'Poista KAIKKI budjettisi',
|
||||
'delete_all_categories' => 'Poista KAIKKI kategoriasi',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Päivitettiin tägi ":tag"',
|
||||
'created_tag' => 'Luotiin ":tag"-tägi!',
|
||||
|
||||
'transaction_journal_information' => 'Tapahtumatiedot',
|
||||
'transaction_journal_meta' => 'Metatiedot',
|
||||
'transaction_journal_more' => 'Lisätietoja',
|
||||
'basic_journal_information' => 'Tapahtuman perustiedot',
|
||||
'transaction_journal_extra' => 'Lisätiedot',
|
||||
'att_part_of_journal' => 'Tallennettu tietueeseen ":journal"',
|
||||
'total_amount' => 'Kokonaissumma',
|
||||
'number_of_decimals' => 'Desimaalien määrä',
|
||||
'transaction_journal_information' => 'Tapahtumatiedot',
|
||||
'transaction_journal_meta' => 'Metatiedot',
|
||||
'transaction_journal_more' => 'Lisätietoja',
|
||||
'basic_journal_information' => 'Tapahtuman perustiedot',
|
||||
'transaction_journal_extra' => 'Lisätiedot',
|
||||
'att_part_of_journal' => 'Tallennettu tietueeseen ":journal"',
|
||||
'total_amount' => 'Kokonaissumma',
|
||||
'number_of_decimals' => 'Desimaalien määrä',
|
||||
|
||||
// administration
|
||||
'administration' => 'Ylläpito',
|
||||
'user_administration' => 'Käyttäjähallinta',
|
||||
'list_all_users' => 'Kaikki käyttäjät',
|
||||
'all_users' => 'Kaikki käyttäjät',
|
||||
'instance_configuration' => 'Asetukset',
|
||||
'firefly_instance_configuration' => 'Firefly III asetukset',
|
||||
'setting_single_user_mode' => 'Yhden käyttäjän tila',
|
||||
'setting_single_user_mode_explain' => 'Normaalisti Firefly III hyväksyy vain yhden käyttäjän rekisteröitymisen - Sinut. Tämä on tehty turvallisuutesi takia, estämään muita käyttämästä ohjelmaa ilman sinun lupaasi. Seuraavat rekisteröitymiset on estetty. Jos poistat valinnan tästä valintaruudusta, muut pystyvät myös kirjautumaan. Verkon yli kirjautuminen vaatii, että ohjelman internet-yhteysasetukset ovat myös oikein määritelty.',
|
||||
'store_configuration' => 'Tallenna asetukset',
|
||||
'single_user_administration' => 'Käyttäjän :email ylläpito',
|
||||
'edit_user' => 'Muokkaa käyttäjää :email',
|
||||
'hidden_fields_preferences' => 'Voit ottaa käyttöön lisää tapahtumavalintoja <a href="preferences">asetuksissa</a>.',
|
||||
'user_data_information' => 'Käyttäjätiedot',
|
||||
'user_information' => 'Käyttäjätiedot',
|
||||
'total_size' => 'koko yhteensä',
|
||||
'budget_or_budgets' => ':count budjetti|:count budjettia',
|
||||
'budgets_with_limits' => ':count budjetti määritetyllä summalla|:count budjettia määritetyllä summalla',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules sääntöä :count_groups sääntöryhmässä',
|
||||
'tag_or_tags' => ':count tagi|:count tagia',
|
||||
'configuration_updated' => 'Asetukset on päivitetty',
|
||||
'setting_is_demo_site' => 'Esittelytila',
|
||||
'setting_is_demo_site_explain' => 'Tämä valintaruutu aktivoi esittelytilan - valinnalla saattaa olla outoja sivuvaikutuksia.',
|
||||
'block_code_bounced' => 'Sähköpostiviesti palautui',
|
||||
'block_code_expired' => 'Demokäyttäjän tili on vanhentunut',
|
||||
'no_block_code' => 'Ei syytä estoon tai käyttäjää ei ole estetty',
|
||||
'block_code_email_changed' => 'Käyttäjä ei ole vielä vahvistanut uutta sähköpostiosoitetta',
|
||||
'admin_update_email' => 'Profiilisivun tiedoista poiketen käyttäjää ei informoida sähköpostiosoitteen muutoksesta!',
|
||||
'update_user' => 'Päivitä käyttäjä',
|
||||
'updated_user' => 'Käyttäjän tiedot on muutettu.',
|
||||
'delete_user' => 'Poista käyttäjätili ":email"',
|
||||
'user_deleted' => 'Käyttäjä on poistettu',
|
||||
'send_test_email' => 'Testaa sähköpostin lähetystä',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Lähetä viesti',
|
||||
'send_test_triggered' => 'Testiviesti lähetettiin. Tarkista sähköpostisi sekä lokitiedostot.',
|
||||
'give_admin_careful' => 'Käyttäjät, joille on annettu järjestelmänvalvojan oikeudet, voivat poistaa oikeudet sinulta. Ole varovainen.',
|
||||
'admin_maintanance_title' => 'Huolto',
|
||||
'admin_maintanance_expl' => 'Joitakin käteviä nappeja Firefly III -huoltoon',
|
||||
'admin_maintenance_clear_cache' => 'Tyhjennä välimuisti',
|
||||
'admin_notifications' => 'Ylläpitäjän ilmoitukset',
|
||||
'admin_notifications_expl' => 'Järjestelmänvalvoja voi ottaa käyttöön tai poistaa käytöstä seuraavat ilmoitukset. Jos haluat saada nämä viestit Slackin yli, aseta "saapuva verkkotoimintokutsu" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'Uusi versio on saatavilla',
|
||||
'save_notification_settings' => 'Tallenna asetukset',
|
||||
'notification_settings_saved' => 'Ilmoitusasetukset on tallennettu',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Ylläpito',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Käyttäjähallinta',
|
||||
'list_all_users' => 'Kaikki käyttäjät',
|
||||
'all_users' => 'Kaikki käyttäjät',
|
||||
'instance_configuration' => 'Asetukset',
|
||||
'firefly_instance_configuration' => 'Firefly III asetukset',
|
||||
'setting_single_user_mode' => 'Yhden käyttäjän tila',
|
||||
'setting_single_user_mode_explain' => 'Normaalisti Firefly III hyväksyy vain yhden käyttäjän rekisteröitymisen - Sinut. Tämä on tehty turvallisuutesi takia, estämään muita käyttämästä ohjelmaa ilman sinun lupaasi. Seuraavat rekisteröitymiset on estetty. Jos poistat valinnan tästä valintaruudusta, muut pystyvät myös kirjautumaan. Verkon yli kirjautuminen vaatii, että ohjelman internet-yhteysasetukset ovat myös oikein määritelty.',
|
||||
'store_configuration' => 'Tallenna asetukset',
|
||||
'single_user_administration' => 'Käyttäjän :email ylläpito',
|
||||
'edit_user' => 'Muokkaa käyttäjää :email',
|
||||
'hidden_fields_preferences' => 'Voit ottaa käyttöön lisää tapahtumavalintoja <a href="preferences">asetuksissa</a>.',
|
||||
'user_data_information' => 'Käyttäjätiedot',
|
||||
'user_information' => 'Käyttäjätiedot',
|
||||
'total_size' => 'koko yhteensä',
|
||||
'budget_or_budgets' => ':count budjetti|:count budjettia',
|
||||
'budgets_with_limits' => ':count budjetti määritetyllä summalla|:count budjettia määritetyllä summalla',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules sääntöä :count_groups sääntöryhmässä',
|
||||
'tag_or_tags' => ':count tagi|:count tagia',
|
||||
'configuration_updated' => 'Asetukset on päivitetty',
|
||||
'setting_is_demo_site' => 'Esittelytila',
|
||||
'setting_is_demo_site_explain' => 'Tämä valintaruutu aktivoi esittelytilan - valinnalla saattaa olla outoja sivuvaikutuksia.',
|
||||
'block_code_bounced' => 'Sähköpostiviesti palautui',
|
||||
'block_code_expired' => 'Demokäyttäjän tili on vanhentunut',
|
||||
'no_block_code' => 'Ei syytä estoon tai käyttäjää ei ole estetty',
|
||||
'block_code_email_changed' => 'Käyttäjä ei ole vielä vahvistanut uutta sähköpostiosoitetta',
|
||||
'admin_update_email' => 'Profiilisivun tiedoista poiketen käyttäjää ei informoida sähköpostiosoitteen muutoksesta!',
|
||||
'update_user' => 'Päivitä käyttäjä',
|
||||
'updated_user' => 'Käyttäjän tiedot on muutettu.',
|
||||
'delete_user' => 'Poista käyttäjätili ":email"',
|
||||
'user_deleted' => 'Käyttäjä on poistettu',
|
||||
'send_test_email' => 'Testaa sähköpostin lähetystä',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Lähetä viesti',
|
||||
'send_test_triggered' => 'Testiviesti lähetettiin. Tarkista sähköpostisi sekä lokitiedostot.',
|
||||
'give_admin_careful' => 'Käyttäjät, joille on annettu järjestelmänvalvojan oikeudet, voivat poistaa oikeudet sinulta. Ole varovainen.',
|
||||
'admin_maintanance_title' => 'Huolto',
|
||||
'admin_maintanance_expl' => 'Joitakin käteviä nappeja Firefly III -huoltoon',
|
||||
'admin_maintenance_clear_cache' => 'Tyhjennä välimuisti',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Jaetun tapahtuman kuvaus',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => '"Cron" ajoitustapahtuma jota käytetään toistuvien tapahtumien suoritukseen ei ole kertaakaan käynnistynyt. Tämä on normaalia kun Firefly III:n asennus on uusi, mutta tämä kannattaisi korjata niin pian kuin suinkin. Lue opastus Cronin määrittämisestä (?)-ikonista sivun oikeasta yläkulmasta.',
|
||||
'recurring_cron_long_ago' => 'Näyttää siltä että toistuvia tapahtumia tukevan "Cron" prosessin edellisestä ajosta on kulunut yli 36 tuntia. Oletko varma että se on määritelty oikein? Lue ohjeet ohjesivuilta, löydät ne tämän sivun oikean yläkulman (?)-ikonin alta.',
|
||||
|
||||
'create_new_recurrence' => 'Luo uusi toistuva tapahtuma',
|
||||
'help_first_date' => 'Milloin tapahtuma tapahtuu ensimmäisen kerran? Valitun päivämäärän täytyy olla tulevaisuudessa. Päivän voi korjata myöhemmin.',
|
||||
'help_first_date_no_past' => 'Milloin tapahtuma toistuu ensimmäisen kerran? Firefly III ei luo näitä tapahtumia menneisyyteen.',
|
||||
'no_currency' => '(ei valuuttaa)',
|
||||
'mandatory_for_recurring' => 'Pakolliset toistuvan tapahtuman tiedot',
|
||||
'mandatory_for_transaction' => 'Pakollinen tapahtuman tieto',
|
||||
'optional_for_recurring' => 'Valinnainen toistuvan tapahtuman tieto',
|
||||
'optional_for_transaction' => 'Valinnainen tapahtuman tieto',
|
||||
'change_date_other_options' => 'Muuta "Aloituspäivämäärä" nähdäksesi lisää valintoja.',
|
||||
'mandatory_fields_for_tranaction' => 'Nämä arvot päätyvät tapahtumiin joita olet luomassa',
|
||||
'click_for_calendar' => 'Tästä saat avattua kalenterinäytön nähdäksesi tapahtuman toistot.',
|
||||
'repeat_forever' => 'Toista tästä eteenpäin',
|
||||
'repeat_until_date' => 'Toisto päättyy päivämäärään',
|
||||
'repeat_times' => 'Lisää toistojen lukumäärä',
|
||||
'recurring_skips_one' => 'Joka toinen',
|
||||
'recurring_skips_more' => 'Ohitetaan :count tapahtumaa',
|
||||
'store_new_recurrence' => 'Tallenna toistuva tapahtuma',
|
||||
'stored_new_recurrence' => 'Toistuva tapahtuma ":title" tallennettu onnistuneesti.',
|
||||
'edit_recurrence' => 'Muokkaa toistuvaa tapahtumaa ":title"',
|
||||
'recurring_repeats_until' => 'Toistuu :date asti',
|
||||
'recurring_repeats_forever' => 'Toistuu loputtomiin',
|
||||
'recurring_repeats_x_times' => 'Toistuu :count kerran|Toistuu :count kertaa',
|
||||
'update_recurrence' => 'Päivitä toistuva tapahtuma',
|
||||
'updated_recurrence' => 'Päivitettiin toistuva tapahtuma ":title"',
|
||||
'recurrence_is_inactive' => 'Tämä toistuva tapahtuma ei ole aktiivinen, eikä tule luomaan uusi tapahtumia.',
|
||||
'delete_recurring' => 'Poista toistuva tapahtuma ":title"',
|
||||
'new_recurring_transaction' => 'Uusi toistuva tapahtuma',
|
||||
'help_weekend' => 'Mitä Firefly III:n pitäisi tehdä kun toistuva tapahtuma osuu Lauantaille tai Sunnuntaille?',
|
||||
'do_nothing' => 'Luo vain tämä tapahtuma',
|
||||
'skip_transaction' => 'Ohita tämä tapahtuma',
|
||||
'jump_to_friday' => 'Luo tapahtuma jo edellisenä Perjantaina',
|
||||
'jump_to_monday' => 'Luo tapahtuma vasta seuraavana Maanantaina',
|
||||
'will_jump_friday' => 'Luodaan perjantaina osuttaessa viikonloppuun.',
|
||||
'will_jump_monday' => 'Siirtyy maanantaille osuttaessa viikonloppuun.',
|
||||
'except_weekends' => 'Paitsi viikonloppuisin',
|
||||
'recurrence_deleted' => 'Toistuva tapahtuma ":title" poistettu',
|
||||
'create_new_recurrence' => 'Luo uusi toistuva tapahtuma',
|
||||
'help_first_date' => 'Milloin tapahtuma tapahtuu ensimmäisen kerran? Valitun päivämäärän täytyy olla tulevaisuudessa. Päivän voi korjata myöhemmin.',
|
||||
'help_first_date_no_past' => 'Milloin tapahtuma toistuu ensimmäisen kerran? Firefly III ei luo näitä tapahtumia menneisyyteen.',
|
||||
'no_currency' => '(ei valuuttaa)',
|
||||
'mandatory_for_recurring' => 'Pakolliset toistuvan tapahtuman tiedot',
|
||||
'mandatory_for_transaction' => 'Pakollinen tapahtuman tieto',
|
||||
'optional_for_recurring' => 'Valinnainen toistuvan tapahtuman tieto',
|
||||
'optional_for_transaction' => 'Valinnainen tapahtuman tieto',
|
||||
'change_date_other_options' => 'Muuta "Aloituspäivämäärä" nähdäksesi lisää valintoja.',
|
||||
'mandatory_fields_for_tranaction' => 'Nämä arvot päätyvät tapahtumiin joita olet luomassa',
|
||||
'click_for_calendar' => 'Tästä saat avattua kalenterinäytön nähdäksesi tapahtuman toistot.',
|
||||
'repeat_forever' => 'Toista tästä eteenpäin',
|
||||
'repeat_until_date' => 'Toisto päättyy päivämäärään',
|
||||
'repeat_times' => 'Lisää toistojen lukumäärä',
|
||||
'recurring_skips_one' => 'Joka toinen',
|
||||
'recurring_skips_more' => 'Ohitetaan :count tapahtumaa',
|
||||
'store_new_recurrence' => 'Tallenna toistuva tapahtuma',
|
||||
'stored_new_recurrence' => 'Toistuva tapahtuma ":title" tallennettu onnistuneesti.',
|
||||
'edit_recurrence' => 'Muokkaa toistuvaa tapahtumaa ":title"',
|
||||
'recurring_repeats_until' => 'Toistuu :date asti',
|
||||
'recurring_repeats_forever' => 'Toistuu loputtomiin',
|
||||
'recurring_repeats_x_times' => 'Toistuu :count kerran|Toistuu :count kertaa',
|
||||
'update_recurrence' => 'Päivitä toistuva tapahtuma',
|
||||
'updated_recurrence' => 'Päivitettiin toistuva tapahtuma ":title"',
|
||||
'recurrence_is_inactive' => 'Tämä toistuva tapahtuma ei ole aktiivinen, eikä tule luomaan uusi tapahtumia.',
|
||||
'delete_recurring' => 'Poista toistuva tapahtuma ":title"',
|
||||
'new_recurring_transaction' => 'Uusi toistuva tapahtuma',
|
||||
'help_weekend' => 'Mitä Firefly III:n pitäisi tehdä kun toistuva tapahtuma osuu Lauantaille tai Sunnuntaille?',
|
||||
'do_nothing' => 'Luo vain tämä tapahtuma',
|
||||
'skip_transaction' => 'Ohita tämä tapahtuma',
|
||||
'jump_to_friday' => 'Luo tapahtuma jo edellisenä Perjantaina',
|
||||
'jump_to_monday' => 'Luo tapahtuma vasta seuraavana Maanantaina',
|
||||
'will_jump_friday' => 'Luodaan perjantaina osuttaessa viikonloppuun.',
|
||||
'will_jump_monday' => 'Siirtyy maanantaille osuttaessa viikonloppuun.',
|
||||
'except_weekends' => 'Paitsi viikonloppuisin',
|
||||
'recurrence_deleted' => 'Toistuva tapahtuma ":title" poistettu',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Kulutettu (:currency)',
|
||||
'box_earned_in_currency' => 'Tienattu (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budjetoitu (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Maksetut laskut (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Maksamattomat laskut (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Kulutettavaa (:currency)',
|
||||
'box_net_worth_in_currency' => 'Varallisuus (:currency)',
|
||||
'box_spend_per_day' => 'Käytettävissä per päivä: :amount',
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Kulutettu (:currency)',
|
||||
'box_earned_in_currency' => 'Tienattu (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budjetoitu (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Maksetut laskut (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Maksamattomat laskut (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Kulutettavaa (:currency)',
|
||||
'box_net_worth_in_currency' => 'Varallisuus (:currency)',
|
||||
'box_spend_per_day' => 'Käytettävissä per päivä: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Virheenkorjaussivu',
|
||||
'debug_submit_instructions' => 'Jos sinulla on ongelmia, voit käyttää tässä ruudussa olevia tietoja virheenjäljitystietoina. Kopioi ja liitä uuteen tai olemassa olevaan <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub ongelmaan</a>. Se luo kauniin taulukon, jolla voidaan nopeasti diagnosoida ongelmia.',
|
||||
'debug_pretty_table' => 'Jos kopioit/liität alla olevan ruudun GitHub-tikettiin, se luo taulukon. Älä lisää tähän tekstiin lainausmerkkejä.',
|
||||
'debug_additional_data' => 'Voit myös jakaa alla olevan laatikon sisällön. Voit myös kopioida ja liittää tämän uuteen tai olemassa olevaan <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub tikettiin</a>. Tämän kentän sisältö voi kuitenkin sisältää yksityisiä tietoja, kuten tilien nimiä, tapahtumatietoja tai sähköpostiosoitteita.',
|
||||
'debug_page' => 'Virheenkorjaussivu',
|
||||
'debug_submit_instructions' => 'Jos sinulla on ongelmia, voit käyttää tässä ruudussa olevia tietoja virheenjäljitystietoina. Kopioi ja liitä uuteen tai olemassa olevaan <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub ongelmaan</a>. Se luo kauniin taulukon, jolla voidaan nopeasti diagnosoida ongelmia.',
|
||||
'debug_pretty_table' => 'Jos kopioit/liität alla olevan ruudun GitHub-tikettiin, se luo taulukon. Älä lisää tähän tekstiin lainausmerkkejä.',
|
||||
'debug_additional_data' => 'Voit myös jakaa alla olevan laatikon sisällön. Voit myös kopioida ja liittää tämän uuteen tai olemassa olevaan <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub tikettiin</a>. Tämän kentän sisältö voi kuitenkin sisältää yksityisiä tietoja, kuten tilien nimiä, tapahtumatietoja tai sähköpostiosoitteita.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Ryhmät',
|
||||
'object_groups_page_title' => 'Ryhmät',
|
||||
'object_groups_breadcrumb' => 'Ryhmät',
|
||||
'object_groups_index' => 'Yleiskatsaus',
|
||||
'object_groups' => 'Ryhmät',
|
||||
'object_groups_empty_explain' => 'Joitakin asioita Firefly III:ssa voidaan jakaa ryhmiin. Esimerkiksi Säästöpossuilla on kenttä nimeltä "Ryhmä" muokkaa ja luo sivuilla. Kun asetat tälle kentälle arvon, voit muokata ryhmien nimiä ja järjestystä tällä sivulla. Lisätietoja saat tutustumalla ohjeisiin oikean yläkulman (?)-kuvakkeen alla.',
|
||||
'object_group_title' => 'Otsikko',
|
||||
'edit_object_group' => 'Muokkaa ryhmää ":title"',
|
||||
'delete_object_group' => 'Poista ryhmä ":title"',
|
||||
'update_object_group' => 'Päivitä ryhmä',
|
||||
'updated_object_group' => 'Ryhmän ":title" päivitys onnistui',
|
||||
'deleted_object_group' => 'Ryhmän ":title" poistaminen onnistui',
|
||||
'object_group' => 'Ryhmä',
|
||||
'object_groups_menu_bar' => 'Ryhmät',
|
||||
'object_groups_page_title' => 'Ryhmät',
|
||||
'object_groups_breadcrumb' => 'Ryhmät',
|
||||
'object_groups_index' => 'Yleiskatsaus',
|
||||
'object_groups' => 'Ryhmät',
|
||||
'object_groups_empty_explain' => 'Joitakin asioita Firefly III:ssa voidaan jakaa ryhmiin. Esimerkiksi Säästöpossuilla on kenttä nimeltä "Ryhmä" muokkaa ja luo sivuilla. Kun asetat tälle kentälle arvon, voit muokata ryhmien nimiä ja järjestystä tällä sivulla. Lisätietoja saat tutustumalla ohjeisiin oikean yläkulman (?)-kuvakkeen alla.',
|
||||
'object_group_title' => 'Otsikko',
|
||||
'edit_object_group' => 'Muokkaa ryhmää ":title"',
|
||||
'delete_object_group' => 'Poista ryhmä ":title"',
|
||||
'update_object_group' => 'Päivitä ryhmä',
|
||||
'updated_object_group' => 'Ryhmän ":title" päivitys onnistui',
|
||||
'deleted_object_group' => 'Ryhmän ":title" poistaminen onnistui',
|
||||
'object_group' => 'Ryhmä',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -125,7 +125,7 @@ return [
|
||||
'start' => 'Valikoiman alku',
|
||||
'end' => 'Valikoiman loppu',
|
||||
'delete_account' => 'Poista tili ":name"',
|
||||
'delete_webhook' => 'Poista verkkotoimintokutsu ":title"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_bill' => 'Poista lasku ":name"',
|
||||
'delete_budget' => 'Poista budjetti ":name"',
|
||||
'delete_category' => 'Poista kategoria ":name"',
|
||||
@ -146,7 +146,7 @@ return [
|
||||
'object_group_areYouSure' => 'Haluatko varmasti poistaa ryhmän ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Haluatko varmasti poistaa sääntöryhmän ":title"?',
|
||||
'budget_areYouSure' => 'Haluatko varmasti poistaa budjetin ":name"?',
|
||||
'webhook_areYouSure' => 'Haluatko varmasti poistaa verkkotoimintokutsun ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Haluatko varmasti poistaa kategorian ":name"?',
|
||||
'recurring_areYouSure' => 'Haluatko varmasti poistaa toistuvan tapahtuman ":title"?',
|
||||
'currency_areYouSure' => 'Haluatko varmasti poistaa valuutan ":name"?',
|
||||
@ -248,7 +248,7 @@ return [
|
||||
'submitted' => 'Lähetetty',
|
||||
'key' => 'Avain',
|
||||
'value' => 'Tietueen sisältö',
|
||||
'webhook_delivery' => 'Toimitus',
|
||||
'webhook_response' => 'Vastaus',
|
||||
'webhook_trigger' => 'Ehto',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Viimeisin tapahtuma',
|
||||
'balanceDiff' => 'Saldomuutos',
|
||||
'other_meta_data' => 'Muut metatiedot',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tilin tyyppi',
|
||||
'created_at' => 'Luotu',
|
||||
'account' => 'Tili',
|
||||
@ -138,10 +142,10 @@ return [
|
||||
'payment_info' => 'Maksutiedot',
|
||||
'expected_info' => 'Seuraava odotettu tapahtuma',
|
||||
'start_date' => 'Aloituspäivä',
|
||||
'trigger' => 'Ehto',
|
||||
'response' => 'Vastaus',
|
||||
'delivery' => 'Toimitus',
|
||||
'url' => 'URL-osoite',
|
||||
'secret' => 'Salaisuus',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
|
@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Säästöpossu tarvitsee yksilöllisen nimen.',
|
||||
'unique_object_group' => 'Ryhmän nimen täytyy olla yksilöllinen',
|
||||
'starts_with' => 'Arvon on alettava :values.',
|
||||
'unique_webhook' => 'Sinulla on jo verkkotoimintokutsu (webhook) tällä URL -, ehto -, vastaus -, ja toimitus-yhdistelmällä.',
|
||||
'unique_existing_webhook' => 'Sinulla on jo toinen verkkotoimintokutsu (webhook) tällä URL -, ehto -, vastaus -, ja toimitus-yhdistelmällä.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Molempien tilien on oltava samaa tyyppiä',
|
||||
'same_account_currency' => 'Molemmilla tileillä on oltava sama valuuttaasetus',
|
||||
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'need_id_in_edit' => 'Kaikilla jaetuilla tapahtumilla täytyy olla transaction_journal_id (joko voimassaoleva tunniste tai 0).',
|
||||
|
||||
'ob_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
|
||||
'lc_source_need_data' => 'Tarvitaan kelvollinen lähdetilin tunniste.',
|
||||
'ob_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
|
||||
'ob_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'ob_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
|
||||
'lc_source_need_data' => 'Tarvitaan kelvollinen lähdetilin tunniste.',
|
||||
'ob_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
|
||||
'ob_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Et voi käyttää tätä tiliä lähdetilinä.',
|
||||
'generic_invalid_destination' => 'Et voi käyttää tätä tiliä kohdetilinä.',
|
||||
|
@ -41,7 +41,7 @@ return [
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM YYYY, à HH:mm:ss',
|
||||
'date_time_fns' => 'do MMMM, yyyy @ HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Un message de test de votre installation de Firefly III',
|
||||
'admin_test_body' => 'Ceci est un message de test de votre instance Firefly III. Il a été envoyé à :email.',
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'Une invitation a été créée',
|
||||
'invitation_created_body' => 'L\'utilisateur admin ":email" a créé une invitation d\'utilisateur qui peut être utilisée par quiconque est derrière l\'adresse e-mail ":invitee". L\'invitation sera valide pendant 48 heures.',
|
||||
'invite_user_subject' => 'Vous avez été invité à créer un compte Firefly III.',
|
||||
'invitation_introduction' => 'Vous avez été invité à créer un compte Firefly III sur **:host**. Firefly III est un gestionnaire personnel et privé de finances personnelles. Tous les gamins du quartier l\'utilisent.',
|
||||
'invitation_invited_by' => 'Vous avez été invité par ":admin" et cette invitation a été envoyée à ":invitee". C\'est vous, non ?',
|
||||
'invitation_url' => 'L\'invitation est valide pendant 48 heures et peut être échangée en naviguant sur [Firefly III](:url). Profitez-en !',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nouvelle connexion sur Firefly III',
|
||||
'slack_login_from_new_ip' => 'Nouvelle connexion à Firefly III depuis IP :ip (:host)',
|
||||
|
@ -229,42 +229,42 @@ return [
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'Il n\'y a pas de messages webhook',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Après la création de l\'opération',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Après la mise à jour de l\'opération',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'Après la suppression de l\'opération',
|
||||
'webhook_response_TRANSACTIONS' => 'Détails de l\'opération',
|
||||
'webhook_response_ACCOUNTS' => 'Détails du compte',
|
||||
'webhook_response_none_NONE' => 'Aucun détail',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspecter',
|
||||
'create_new_webhook' => 'Créer un nouveau webhook',
|
||||
'webhooks_create_breadcrumb' => 'Créer un nouveau webhook',
|
||||
'webhook_trigger_form_help' => 'Indiquer sur quel événement le webhook va se déclencher ',
|
||||
'webhook_response_form_help' => 'Indiquer ce que le webhook doit envoyer à l\'URL.',
|
||||
'webhook_delivery_form_help' => 'Le format dans lequel le webhook doit fournir des données.',
|
||||
'webhook_active_form_help' => 'Le webhook doit être actif, sinon il ne sera pas appelé.',
|
||||
'stored_new_webhook' => 'Nouveau webhook ":title " sauvegardé ',
|
||||
'delete_webhook' => 'Supprimer le webhook',
|
||||
'deleted_webhook' => 'Webhook ":title" supprimé',
|
||||
'edit_webhook' => 'Modifier le webhook ":title"',
|
||||
'updated_webhook' => 'Webhook ":title" mis à jour',
|
||||
'edit_webhook_js' => 'Modifier le webhook "{title}"',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'Le webhook a été déclenché sur l\'opération indiquée. Vous pouvez actualiser cette page pour voir les résultats.',
|
||||
'webhook_messages' => 'Message webhook',
|
||||
'view_message' => 'Afficher le message',
|
||||
'view_attempts' => 'Voir les tentatives échouées',
|
||||
'message_content_title' => 'Contenu du message webhook',
|
||||
'message_content_help' => 'Il s\'agit du contenu du message qui a été envoyé (ou essayé) avec ce webhook.',
|
||||
'attempt_content_title' => 'Tentatives de webhook',
|
||||
'attempt_content_help' => 'Ce sont toutes les tentatives infructueuses de ce message webhook à envoyer à l\'URL configurée. Après un certain temps, Firefly III cessera d\'essayer.',
|
||||
'no_attempts' => 'Il n\'y a pas de tentatives infructueuses. C\'est une bonne chose !',
|
||||
'webhook_attempt_at' => 'Tentative à {moment}',
|
||||
'logs' => 'Journaux',
|
||||
'response' => 'Réponse',
|
||||
'visit_webhook_url' => 'Visiter l\'URL du webhook',
|
||||
'reset_webhook_secret' => 'Réinitialiser le secret du webhook',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
|
||||
@ -324,7 +324,7 @@ return [
|
||||
|
||||
'search_modifier_date_on' => 'La date de l\'opération est ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'L\'opération est rapprochée',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'L\'ID de l\'opération est ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
@ -338,22 +338,22 @@ return [
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'La référence interne est ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'La description commence par ":value"',
|
||||
'search_modifier_not_description_starts' => 'La description ne commence pas par ":value"',
|
||||
'search_modifier_description_ends' => 'La description se termine par ":value"',
|
||||
'search_modifier_not_description_ends' => 'La description ne se termine pas par ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'La description contient ":value"',
|
||||
'search_modifier_not_description_contains' => 'La description ne contient pas ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'La description est exactement ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => 'La devise (étrangère) de l\'opération est ":value"',
|
||||
'search_modifier_not_currency_is' => 'La devise (étrangère) de l\'opération n\'est pas ":value"',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'La devise étrangère de l\'opération est ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'La devise étrangère de l\'opération n\'est pas ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_has_attachments' => 'L\'opération doit avoir une pièce jointe',
|
||||
'search_modifier_has_no_category' => 'L\'opération ne doit pas avoir de catégorie',
|
||||
'search_modifier_not_has_no_category' => 'L\'opération doit avoir une catégorie',
|
||||
'search_modifier_not_has_any_category' => 'L\'opération ne doit pas avoir de catégorie',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'L\'opération doit avoir une catégorie',
|
||||
'search_modifier_has_no_budget' => 'L\'opération ne doit pas avoir de budget',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
@ -386,47 +386,47 @@ return [
|
||||
'search_modifier_amount_more' => 'Le montant est supérieur ou égal à :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Le nom du compte source est exactement ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Le nom du compte source n\'est pas ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_source_account_contains' => 'Le nom du compte source contient ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Le nom du compte source ne contient pas ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Le nom du compte source commence par ":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Le nom du compte source ne commence pas par ":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Le nom du compte source se termine par ":value"',
|
||||
'search_modifier_not_source_account_ends' => 'Le nom du compte source ne se termine pas par «:value»',
|
||||
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
|
||||
'search_modifier_source_account_id' => 'L\'ID du compte source est :value',
|
||||
'search_modifier_not_source_account_id' => 'L\'ID du compte source n\'est pas :value',
|
||||
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
|
||||
'search_modifier_source_account_nr_is' => 'Le numéro du compte source (IBAN) est ":value"',
|
||||
'search_modifier_not_source_account_nr_is' => 'Le numéro du compte source (IBAN) n\'est pas «:value»',
|
||||
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Le numéro du compte source (IBAN) contient ":value"',
|
||||
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Le numéro du compte source (IBAN) commence par ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Le numéro du compte source (IBAN) ne commence pas par ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Le numéro du compte source (IBAN) se termine par ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Le numéro du compte source (IBAN) ne se termine pas par ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
|
||||
'search_modifier_destination_account_is' => 'Le nom du compte de destination est exactement ":value"',
|
||||
'search_modifier_not_destination_account_is' => 'Le nom du compte de destination n\'est pas «:value»',
|
||||
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Le nom du compte de destination contient ":value"',
|
||||
'search_modifier_not_destination_account_contains' => 'Le nom du compte de destination ne contient pas «:value»',
|
||||
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Le nom du compte de destination commence par ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Le nom du compte de destination ne commence pas par ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Le nom du compte de destination se termine par ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Le nom du compte de destination ne se termine pas par ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
|
||||
'search_modifier_destination_account_id' => 'L\'ID du compte de destination est :value',
|
||||
'search_modifier_not_destination_account_id' => 'L\'ID du compte de destination n\'est pas :value',
|
||||
'search_modifier_destination_is_cash' => 'Le compte de destination est le compte "(espèces)"',
|
||||
'search_modifier_not_destination_is_cash' => 'Le compte de destination n\'est pas le compte "(espèces)"',
|
||||
'search_modifier_source_is_cash' => 'Le compte source est le compte "(espèces)"',
|
||||
'search_modifier_not_source_is_cash' => 'Le compte source n\'est pas le compte "(espèces)"',
|
||||
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
|
||||
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
|
||||
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
|
||||
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
|
||||
'search_modifier_destination_account_nr_is' => 'Le numéro du compte de destination (IBAN) est ":value"',
|
||||
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Le numéro du compte de destination (IBAN) contient ":value"',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Le numéro du compte de destination (IBAN) ne contient pas «:value»',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Le numéro du compte de destination (IBAN) commence par ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Le numéro du compte de destination (IBAN) ne commence pas par ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Le numéro du compte de destination (IBAN) se termine par ":value"',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Le numéro du compte de destination (IBAN) ne se termine pas par «:value»',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
|
||||
'search_modifier_account_id' => 'Les IDs du compte source ou de destination est/sont : :value',
|
||||
'search_modifier_not_account_id' => 'Les IDs du compte source ou de destination n\'est/ne sont pas : :value',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'La catégorie est ":value"',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_budget_is' => 'Le budget est ":value"',
|
||||
@ -455,23 +455,23 @@ return [
|
||||
'search_modifier_tag_is_not' => 'Aucun tag n\'est ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'L\'un des comptes est ":value"',
|
||||
'search_modifier_not_account_is' => 'Aucun compte n\'est ":value"',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'L\'un des comptes contient ":value"',
|
||||
'search_modifier_not_account_contains' => 'Aucun compte ne contient ":value"',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'L\'un des comptes se termine par ":value"',
|
||||
'search_modifier_not_account_ends' => 'Aucun compte ne se termine par ":value"',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'L\'un des comptes commence par ":value"',
|
||||
'search_modifier_not_account_starts' => 'Aucun compte ne commence par ":value"',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'L\'un des numéros de compte / IBAN est ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Aucun n° de compte n\'est ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'L\'un des numéros de compte / IBAN contient ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Aucun n° de compte ne contient ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'L\'un des numéros de compte / IBAN se termine par ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Aucun n° de compte ne se termine par ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'L\'un des numéros de compte / IBAN commence par ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Aucun n° de compte ne commence par ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'La catégorie contient ":value"',
|
||||
'search_modifier_not_category_contains' => 'La catégorie ne contient pas «:value»',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_category_starts' => 'La catégorie commence par ":value"',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Le budget se termine par ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Le budget commence par ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'La facture contient ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'La facture se termine par ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'La facture commence par ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'L\'ID externe contient ":value"',
|
||||
@ -503,18 +503,18 @@ return [
|
||||
'search_modifier_external_url_is' => 'L\'URL externe est ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'L\'URL externe contient ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'L\'URL externe se termine par ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'L\'URL externe commence par ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_has_no_attachments' => 'L\'opération n\'a pas de pièces jointes',
|
||||
'search_modifier_not_has_no_attachments' => 'L\'opération a des pièces jointes',
|
||||
'search_modifier_not_has_attachments' => 'L\'opération n\'a pas de pièces jointes',
|
||||
'search_modifier_account_is_cash' => 'L\'un des comptes est le compte "(espèces)".',
|
||||
'search_modifier_not_account_is_cash' => 'Aucun compte n\'est le compte "(espèces)".',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_journal_id' => 'L\'ID du journal est ":value"',
|
||||
'search_modifier_not_journal_id' => 'L\'ID du journal n\'est pas «:value»',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_recurrence_id' => 'L\'ID de l\'opération récurrente est ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'Le montant en devise étrangère est ":value"',
|
||||
@ -523,7 +523,7 @@ return [
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'Le montant en devise étrangère est supérieur à ":value"',
|
||||
'search_modifier_exists' => 'Une opération existe',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
|
||||
// date fields
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'annuel',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Vous ne pouvez pas exécuter des règles inactives.',
|
||||
'rules' => 'Règles',
|
||||
'rule_name' => 'Nom de la règle',
|
||||
@ -898,8 +899,8 @@ return [
|
||||
|
||||
// new values:
|
||||
'rule_trigger_user_action_choice' => 'L\'action de l’utilisateur est ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'Aucun tag n\'est..',
|
||||
'rule_trigger_tag_is_not' => 'Aucun tag n\'est ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_account_is_choice' => 'L\'un des comptes est exactement..',
|
||||
'rule_trigger_account_is' => 'L\'un des comptes est exactement ":trigger_value"',
|
||||
'rule_trigger_account_contains_choice' => 'L\'un des comptes contient..',
|
||||
@ -1024,10 +1025,10 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Les notes d\'une pièce jointe commencent par ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Les notes d\'une pièce jointe se terminent par..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Les notes d\'une pièce jointe se termine par ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'L\'opération est rapprochée',
|
||||
'rule_trigger_reconciled' => 'L\'opération est rapprochée',
|
||||
'rule_trigger_exists_choice' => 'N\'importe quelle opération correspond (!)',
|
||||
'rule_trigger_exists' => 'N\'importe quelle opération correspond',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,14 +1155,14 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'SUPPRIMER l\'opération(!)',
|
||||
'rule_action_delete_transaction' => 'SUPPRIMER l\'opération(!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Définir la catégorie à ":action_value"',
|
||||
'rule_action_clear_category' => 'Supprimer de la catégorie',
|
||||
'rule_action_set_budget' => 'Définir le budget à ":action_value"',
|
||||
@ -1172,30 +1173,30 @@ return [
|
||||
'rule_action_set_description' => 'Définir la description à ":action_value"',
|
||||
'rule_action_append_description' => 'Ajouter à la description ":action_value"',
|
||||
'rule_action_prepend_description' => 'Préfixer la description avec ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Définir la catégorie à..',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Effacer les catégories',
|
||||
'rule_action_set_budget_choice' => 'Définir le budget à..',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Effacer les budgets',
|
||||
'rule_action_add_tag_choice' => 'Ajouter un tag..',
|
||||
'rule_action_remove_tag_choice' => 'Retirer le tag..',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Supprimer tous les tags',
|
||||
'rule_action_set_description_choice' => 'Définir la description à..',
|
||||
'rule_action_update_piggy_choice' => 'Ajouter/supprimer un montant dans la tirelire..',
|
||||
'rule_action_update_piggy' => 'Ajouter/supprimer le montant de l\'opération dans la tirelire ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Suffixer la description avec..',
|
||||
'rule_action_prepend_description_choice' => 'Préfixer la description avec..',
|
||||
'rule_action_set_source_account_choice' => 'Définir le compte source à..',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Définir le compte source à :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Définir le compte de destination à..',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Définir le compte de destination à :action_value',
|
||||
'rule_action_append_notes_choice' => 'Ajouter aux notes ..',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Rajouter aux notes ":action_value"',
|
||||
'rule_action_prepend_notes_choice' => 'Ajouter au début des notes..',
|
||||
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
|
||||
'rule_action_prepend_notes' => 'Rajouter au début des notes ":action_value"',
|
||||
'rule_action_clear_notes_choice' => 'Supprimer les notes',
|
||||
'rule_action_clear_notes' => 'Supprimer les notes',
|
||||
'rule_action_set_notes_choice' => 'Remplacer les notes par..',
|
||||
'rule_action_link_to_bill_choice' => 'Lier à une facture..',
|
||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Lien vers la facture ":action_value"',
|
||||
'rule_action_set_notes' => 'Remplacer les notes par ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Convertir cette opération en dépôt',
|
||||
@ -1204,25 +1205,22 @@ return [
|
||||
'rule_action_convert_withdrawal' => 'Convertir cette opération en dépense vers ":action_value"',
|
||||
'rule_action_convert_transfer_choice' => 'Convertir cette opération en transfert',
|
||||
'rule_action_convert_transfer' => 'Convertir cette opération en transfert avec ":action_value"',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Ajouter la description à la fin des notes de l\'opération',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Ajouter les notes de l\'opération à la description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Remplacer les notes actuelles de l\'opération par la description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Remplacer la description actuelle par les notes de l\'opération',
|
||||
'rule_action_append_descr_to_notes' => 'Ajouter la description aux notes',
|
||||
'rule_action_append_notes_to_descr' => 'Ajouter les notes à la description',
|
||||
'rule_action_move_descr_to_notes' => 'Remplacer les notes par la description',
|
||||
'rule_action_move_notes_to_descr' => 'Remplacer la description par les notes',
|
||||
|
||||
'rules_have_read_warning' => 'Avez-vous lu l\'avertissement ? ',
|
||||
'apply_rule_warning' => 'Avertissement : exécuter une règle ou un groupe de règles sur un grand nombre d\'opérations peut prendre beaucoup de temps, et pourrait entraîner un time-out. Si c\'est le cas, alors la règle ou le groupe de règles ne serait appliqué que sur une partie indéterminée de vos opérations. Cela peut engendrer des incohérences sur votre gestion financière. Veuillez faire attention. ',
|
||||
'rulegroup_for_bills_title' => 'Groupe de règles pour les factures',
|
||||
'rulegroup_for_bills_description' => 'Un groupe de règles spécial pour toutes les règles impliquant des factures. ',
|
||||
'rule_for_bill_title' => 'Règle générée automatiquement pour la facture ":name"',
|
||||
'rule_for_bill_description' => 'Cette règle est générée automatiquement pour essayer de faire correspondre la facture ":name". ',
|
||||
'create_rule_for_bill' => 'Créer une nouvelle règle pour la facture ":name"',
|
||||
'create_rule_for_bill_txt' => 'Vous venez de créer une nouvelle facture appelée ":name", félicitations ! Firefly III peut automatiquement faire correspondre de nouvelles dépenses à cette facture. Par exemple, chaque fois que vous payez votre loyer, la facture "loyer" sera liée à la dépense. De cette façon, Firefly III peut vous montrer exactement quelles factures sont dues et lesquelles ne le sont pas. Pour ce faire, une nouvelle règle doit être créée. Firefly III a rempli certaines valeurs qui doivent être logiques pour vous. Veuillez vous assurer qu\'elles sont correctes. Si c\'est le cas, Firefly III liera automatiquement la bonne dépense à la bonne facture. Veuillez également vérifier les déclencheurs pour voir s\'ils sont corrects, en ajouter ou les corriger si nécessaire.',
|
||||
'new_rule_for_bill_title' => 'Règle pour la facture ":name"',
|
||||
'new_rule_for_bill_description' => 'Cette règle marque les opérations pour la facture ":name".',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
'rulegroup_for_bills_title' => 'Groupe de règles pour les factures',
|
||||
'rulegroup_for_bills_description' => 'Un groupe de règles spécial pour toutes les règles impliquant des factures.',
|
||||
'rule_for_bill_title' => 'Règle générée automatiquement pour la facture ":name"',
|
||||
'rule_for_bill_description' => 'Cette règle est générée automatiquement pour essayer de faire correspondre la facture ":name".',
|
||||
'create_rule_for_bill' => 'Créer une nouvelle règle pour la facture ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Règle pour la facture ":name"',
|
||||
'new_rule_for_bill_description' => 'Cette règle marque les opérations pour la facture ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Règle basée sur l\'opération ":description"',
|
||||
'new_rule_for_journal_description' => 'Cette règle est basée sur l\'opération ":description". Elle générera une correspondance sur les opérations strictement identiques.',
|
||||
@ -1324,19 +1322,25 @@ return [
|
||||
'optional_field_attachments' => 'Pièces jointes',
|
||||
'optional_field_meta_data' => 'Métadonnées facultatives',
|
||||
'external_url' => 'URL externe',
|
||||
'pref_notification_bill_reminder' => 'Rappel au renouvellement des factures',
|
||||
'pref_notification_new_access_token' => 'Alerte à la création d\'un nouveau jeton d\'accès API',
|
||||
'pref_notification_transaction_creation' => 'Alerte à la création automatique d\'une opération',
|
||||
'pref_notification_user_login' => 'Alerte à la connexion depuis un nouvel emplacement',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indiquez si ce sont des notifications que vous souhaitez obtenir. Certaines notifications peuvent contenir des informations financières sensibles.',
|
||||
'slack_webhook_url' => 'Webhook URL de Slack',
|
||||
'slack_webhook_url_help' => 'Si vous voulez que Firefly III vous avertisse en utilisant Slack, entrez l\'URL du webhook ici. Sinon, laissez le champ vide. Si vous êtes un administrateur, vous devez également définir cette URL dans l\'administration.',
|
||||
'slack_url_label' => 'URL du webhook entrant de Slack',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Suppression de données',
|
||||
'permanent_delete_stuff' => 'Attention à ces boutons. Ce que vous supprimez l\'est de façon définitive.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Toutes vos autres sessions ont été déconnectées.',
|
||||
'delete_all_budgets' => 'Supprimer TOUS vos budgets',
|
||||
'delete_all_categories' => 'Supprimer TOUTES vos catégories',
|
||||
@ -1632,7 +1636,7 @@ return [
|
||||
// bills:
|
||||
'not_expected_period' => 'Pas attendu cette période',
|
||||
'not_or_not_yet' => 'Non (pas encore)',
|
||||
'visit_bill' => 'Consultez la facture ":name" sur Firefly III',
|
||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||
'match_between_amounts' => 'La facture correspond à des opérations entre :low et :high.',
|
||||
'running_again_loss' => 'Les opérations précédemment liées à cette facture peuvent perdre leur connexion, si elles ne correspondent plus à la ou les règles.',
|
||||
'bill_related_rules' => 'Règles reliées à cette facture',
|
||||
@ -1793,7 +1797,7 @@ return [
|
||||
'already_cleared_transactions' => 'Opérations déjà pointées ( :count)',
|
||||
'submitted_end_balance' => 'Solde final soumis',
|
||||
'initial_balance_description' => 'Balance initiale pour ":account"',
|
||||
'liability_credit_description' => 'Liability credit for ":account"',
|
||||
'liability_credit_description' => 'Passif de crédit pour ":account"',
|
||||
'interest_calc_' => 'inconnu',
|
||||
'interest_calc_daily' => 'Par jour',
|
||||
'interest_calc_monthly' => 'Par mois',
|
||||
@ -1992,7 +1996,7 @@ return [
|
||||
'liability_direction_debit_short' => 'Prêteur',
|
||||
'liability_direction__short' => 'Inconnu',
|
||||
'liability_direction_null_short' => 'Inconnu',
|
||||
'Liability credit' => 'Liability credit',
|
||||
'Liability credit' => 'Passif de crédit',
|
||||
'budgets' => 'Budgets',
|
||||
'tags' => 'Tags',
|
||||
'reports' => 'Rapports',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Mise à jour de la balise ":tag"',
|
||||
'created_tag' => 'Tag ":tag" a été créé !',
|
||||
|
||||
'transaction_journal_information' => 'Informations sur l\'opération',
|
||||
'transaction_journal_meta' => 'Méta informations',
|
||||
'transaction_journal_more' => 'Plus d\'informations',
|
||||
'basic_journal_information' => 'Informations de base sur l\'opération',
|
||||
'transaction_journal_extra' => 'Informations supplémentaires',
|
||||
'att_part_of_journal' => 'Stocké dans ":journal"',
|
||||
'total_amount' => 'Montant total',
|
||||
'number_of_decimals' => 'Nombre de décimales',
|
||||
'transaction_journal_information' => 'Informations sur l\'opération',
|
||||
'transaction_journal_meta' => 'Méta informations',
|
||||
'transaction_journal_more' => 'Plus d\'informations',
|
||||
'basic_journal_information' => 'Informations de base sur l\'opération',
|
||||
'transaction_journal_extra' => 'Informations supplémentaires',
|
||||
'att_part_of_journal' => 'Stocké dans ":journal"',
|
||||
'total_amount' => 'Montant total',
|
||||
'number_of_decimals' => 'Nombre de décimales',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administration',
|
||||
'user_administration' => 'Gestion des utilisateurs',
|
||||
'list_all_users' => 'Tous les utilisateurs',
|
||||
'all_users' => 'Tous les utilisateurs',
|
||||
'instance_configuration' => 'Configuration',
|
||||
'firefly_instance_configuration' => 'Options de configuration pour Firefly III',
|
||||
'setting_single_user_mode' => 'Mode utilisateur unique',
|
||||
'setting_single_user_mode_explain' => 'Par défaut, Firefly III accepte uniquement une (1) inscription : vous. Il s\'agit d\'une mesure de sécurité qui empêche les inconnus d\'utiliser votre instance, à moins que vous ne les y autorisiez. Les inscriptions futures sont bloquées. Lorsque vous désactivez cette case, d\'autres personnes peuvent utiliser votre instance, en supposant qu\'elles puissent l\'atteindre (quand elle est connectée à Internet).',
|
||||
'store_configuration' => 'Sauvegarder la configuration',
|
||||
'single_user_administration' => 'Gestion de l\'utilisateur pour :email',
|
||||
'edit_user' => 'Modifier l\'utilisateur :email',
|
||||
'hidden_fields_preferences' => 'Vous pouvez activer plus d\'options d\'opérations dans vos <a href="preferences">paramètres</a>.',
|
||||
'user_data_information' => 'Données utilisateur',
|
||||
'user_information' => 'Informations utilisateur',
|
||||
'total_size' => 'taille totale',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget avec un montant configuré|:count budgets avec un montant configuré',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules règle(s) dans :count_groups groupe(s) de règles',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'La configuration a été mise à jour',
|
||||
'setting_is_demo_site' => 'Site de démonstration',
|
||||
'setting_is_demo_site_explain' => 'Si vous cochez cette case, cette installation se comportera comme si c\'était le site de démonstration, ce qui comporte certaines limitations.',
|
||||
'block_code_bounced' => 'Rebond des emails',
|
||||
'block_code_expired' => 'Compte démo expiré',
|
||||
'no_block_code' => 'Aucune raison pour le blocage ou utilisateur non bloqué',
|
||||
'block_code_email_changed' => 'L\'utilisateur n\'a pas encore confirmé sa nouvelle adresse e-mail',
|
||||
'admin_update_email' => 'Contrairement à la page de profil, l\'utilisateur NE SERA PAS informé que son adresse email a changé !',
|
||||
'update_user' => 'Utilisateur mis à jour',
|
||||
'updated_user' => 'Les données utilisateur ont bien été modifiées.',
|
||||
'delete_user' => 'Supprimer l\'utilisateur :email',
|
||||
'user_deleted' => 'L\'utilisateur a été supprimé',
|
||||
'send_test_email' => 'Envoyer un message de test',
|
||||
'send_test_email_text' => 'Pour vérifier que votre installation est capable d\'envoyer des emails ou de poster des messages Slack, utilisez ce bouton. Vous ne verrez pas d\'erreur ici (s\'il y en a), <strong>elles seront enregistrées dans les logs</strong>. Utilisez ce bouton autant de fois que vous le voulez, il n\'y a pas de contrôle de spam. Le message sera envoyé à <code>:email</code> et devrait arriver sous peu.',
|
||||
'send_message' => 'Envoyer le message',
|
||||
'send_test_triggered' => 'Le test a été initié. Vérifiez votre boîte de réception (et les logs si nécessaire).',
|
||||
'give_admin_careful' => 'Les utilisateurs disposant de droits d\'administration peuvent révoquer les vôtres. Soyez prudent.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Quelques boutons intéressants pour la maintenance de Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Vider le cache',
|
||||
'admin_notifications' => 'Notifications administrateur',
|
||||
'admin_notifications_expl' => 'Les notifications suivantes peuvent être activées ou désactivées par l\'administrateur. Si vous voulez également obtenir ces messages sur Slack, définissez l\'URL "webhook entrant".',
|
||||
'admin_notification_check_user_new_reg' => 'L\'utilisateur reçoit un message de bienvenue après inscription',
|
||||
'admin_notification_check_admin_new_reg' => 'Les administrateurs reçoivent une notification à l\'inscription de nouveaux utilisateurs',
|
||||
'admin_notification_check_new_version' => 'Une nouvelle version est disponible',
|
||||
'save_notification_settings' => 'Enregistrer les paramètres',
|
||||
'notification_settings_saved' => 'Les paramètres de notification ont été enregistrés',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Gestion des utilisateurs',
|
||||
'list_all_users' => 'Tous les utilisateurs',
|
||||
'all_users' => 'Tous les utilisateurs',
|
||||
'instance_configuration' => 'Configuration',
|
||||
'firefly_instance_configuration' => 'Options de configuration pour Firefly III',
|
||||
'setting_single_user_mode' => 'Mode utilisateur unique',
|
||||
'setting_single_user_mode_explain' => 'Par défaut, Firefly III accepte uniquement une (1) inscription : vous. Il s\'agit d\'une mesure de sécurité qui empêche les inconnus d\'utiliser votre instance, à moins que vous ne les y autorisiez. Les inscriptions futures sont bloquées. Lorsque vous désactivez cette case, d\'autres personnes peuvent utiliser votre instance, en supposant qu\'elles puissent l\'atteindre (quand elle est connectée à Internet).',
|
||||
'store_configuration' => 'Sauvegarder la configuration',
|
||||
'single_user_administration' => 'Gestion de l\'utilisateur pour :email',
|
||||
'edit_user' => 'Modifier l\'utilisateur :email',
|
||||
'hidden_fields_preferences' => 'Vous pouvez activer plus d\'options d\'opérations dans vos <a href="preferences">paramètres</a>.',
|
||||
'user_data_information' => 'Données utilisateur',
|
||||
'user_information' => 'Informations utilisateur',
|
||||
'total_size' => 'taille totale',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget avec un montant configuré|:count budgets avec un montant configuré',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules règle(s) dans :count_groups groupe(s) de règles',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'La configuration a été mise à jour',
|
||||
'setting_is_demo_site' => 'Site de démonstration',
|
||||
'setting_is_demo_site_explain' => 'Si vous cochez cette case, cette installation se comportera comme si c\'était le site de démonstration, ce qui comporte certaines limitations.',
|
||||
'block_code_bounced' => 'Rebond des emails',
|
||||
'block_code_expired' => 'Compte démo expiré',
|
||||
'no_block_code' => 'Aucune raison pour le blocage ou utilisateur non bloqué',
|
||||
'block_code_email_changed' => 'L\'utilisateur n\'a pas encore confirmé sa nouvelle adresse e-mail',
|
||||
'admin_update_email' => 'Contrairement à la page de profil, l\'utilisateur NE SERA PAS informé que son adresse email a changé !',
|
||||
'update_user' => 'Utilisateur mis à jour',
|
||||
'updated_user' => 'Les données utilisateur ont bien été modifiées.',
|
||||
'delete_user' => 'Supprimer l\'utilisateur :email',
|
||||
'user_deleted' => 'L\'utilisateur a été supprimé',
|
||||
'send_test_email' => 'Envoyer un message de test',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Envoyer le message',
|
||||
'send_test_triggered' => 'Le test a été initié. Vérifiez votre boîte de réception (et les logs si nécessaire).',
|
||||
'give_admin_careful' => 'Les utilisateurs disposant de droits d\'administration peuvent révoquer les vôtres. Soyez prudent.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Quelques boutons intéressants pour la maintenance de Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Vider le cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Description de l\'opération ventilée',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Il semble que la tâche cron qui supporte les opérations périodiques n\'a jamais été exécutée. Ceci est normal si vous venez juste d\'installer Firefly III, mais pensez à la configurer dès que possible. Veuillez consulter la page d\'aide associée en cliquant sur l\'icône (?) en haut à droite de la page.',
|
||||
'recurring_cron_long_ago' => 'Il semble que la dernière exécution de la tâche cron supportant les opérations périodiques date de plus de 36 heures. Êtes-vous surs qu\'elle est configurée correctement ? Veuillez consulter la page d\'aide associée en cliquant sur l\'icône (?) en haut à droite de la page.',
|
||||
|
||||
'create_new_recurrence' => 'Créer une nouvelle opération périodique',
|
||||
'help_first_date' => 'Indiquer la première occurrence attendue. Doit être dans le futur.',
|
||||
'help_first_date_no_past' => 'Indiquer la première occurrence attendue. Firefly III ne créera pas d\'opérations dans le passé.',
|
||||
'no_currency' => '(pas de devise)',
|
||||
'mandatory_for_recurring' => 'Informations de répétition obligatoires',
|
||||
'mandatory_for_transaction' => 'Informations d\'opération obligatoires',
|
||||
'optional_for_recurring' => 'Informations de répétition optionnelles',
|
||||
'optional_for_transaction' => 'Informations d\'opération optionnelles',
|
||||
'change_date_other_options' => 'Modifiez la date de début pour voir plus d\'options.',
|
||||
'mandatory_fields_for_tranaction' => 'Les valeurs ci-dessous seront enregistrées dans les opérations créées',
|
||||
'click_for_calendar' => 'Cliquez ici pour voir les répétitions des opérations sur un calendrier.',
|
||||
'repeat_forever' => 'Répéter pour toujours',
|
||||
'repeat_until_date' => 'Répéter jusqu\'à une date',
|
||||
'repeat_times' => 'Répéter un nombre de fois',
|
||||
'recurring_skips_one' => 'Tous les',
|
||||
'recurring_skips_more' => 'Omettre :count répétitions',
|
||||
'store_new_recurrence' => 'Enregistrer l\'opération périodique',
|
||||
'stored_new_recurrence' => 'Opération périodique ":title" enregistrée avec succès.',
|
||||
'edit_recurrence' => 'Modifier l\'opération périodique ":title"',
|
||||
'recurring_repeats_until' => 'Se répète jusqu\'à :date',
|
||||
'recurring_repeats_forever' => 'Se répète pour toujours',
|
||||
'recurring_repeats_x_times' => 'Répéter :count fois',
|
||||
'update_recurrence' => 'Mettre à jour l\'opération périodique',
|
||||
'updated_recurrence' => 'Opération périodique ":title" mise à jour',
|
||||
'recurrence_is_inactive' => 'Cette opération périodique n’est pas active et ne génère pas de nouvelles opérations.',
|
||||
'delete_recurring' => 'Supprimer l\'opération périodique ":title"',
|
||||
'new_recurring_transaction' => 'Nouvelle opération périodique',
|
||||
'help_weekend' => 'Que doit faire Firefly III lorsque l’opération périodique tombe un samedi ou un dimanche ?',
|
||||
'do_nothing' => 'Créer l\'opération tout de même',
|
||||
'skip_transaction' => 'Ignorer l\'occurrence',
|
||||
'jump_to_friday' => 'Créer l\'opération le vendredi précédent',
|
||||
'jump_to_monday' => 'Créer l\'opération le lundi suivant',
|
||||
'will_jump_friday' => 'Sera créée le vendredi plutôt que les week-ends.',
|
||||
'will_jump_monday' => 'Sera créée le lundi plutôt que les week-ends.',
|
||||
'except_weekends' => 'Sauf les week-ends',
|
||||
'recurrence_deleted' => 'Opération périodique ":title" supprimée',
|
||||
'create_new_recurrence' => 'Créer une nouvelle opération périodique',
|
||||
'help_first_date' => 'Indiquer la première occurrence attendue. Doit être dans le futur.',
|
||||
'help_first_date_no_past' => 'Indiquer la première occurrence attendue. Firefly III ne créera pas d\'opérations dans le passé.',
|
||||
'no_currency' => '(pas de devise)',
|
||||
'mandatory_for_recurring' => 'Informations de répétition obligatoires',
|
||||
'mandatory_for_transaction' => 'Informations d\'opération obligatoires',
|
||||
'optional_for_recurring' => 'Informations de répétition optionnelles',
|
||||
'optional_for_transaction' => 'Informations d\'opération optionnelles',
|
||||
'change_date_other_options' => 'Modifiez la date de début pour voir plus d\'options.',
|
||||
'mandatory_fields_for_tranaction' => 'Les valeurs ci-dessous seront enregistrées dans les opérations créées',
|
||||
'click_for_calendar' => 'Cliquez ici pour voir les répétitions des opérations sur un calendrier.',
|
||||
'repeat_forever' => 'Répéter pour toujours',
|
||||
'repeat_until_date' => 'Répéter jusqu\'à une date',
|
||||
'repeat_times' => 'Répéter un nombre de fois',
|
||||
'recurring_skips_one' => 'Tous les',
|
||||
'recurring_skips_more' => 'Omettre :count répétitions',
|
||||
'store_new_recurrence' => 'Enregistrer l\'opération périodique',
|
||||
'stored_new_recurrence' => 'Opération périodique ":title" enregistrée avec succès.',
|
||||
'edit_recurrence' => 'Modifier l\'opération périodique ":title"',
|
||||
'recurring_repeats_until' => 'Se répète jusqu\'à :date',
|
||||
'recurring_repeats_forever' => 'Se répète pour toujours',
|
||||
'recurring_repeats_x_times' => 'Répéter :count fois',
|
||||
'update_recurrence' => 'Mettre à jour l\'opération périodique',
|
||||
'updated_recurrence' => 'Opération périodique ":title" mise à jour',
|
||||
'recurrence_is_inactive' => 'Cette opération périodique n’est pas active et ne génère pas de nouvelles opérations.',
|
||||
'delete_recurring' => 'Supprimer l\'opération périodique ":title"',
|
||||
'new_recurring_transaction' => 'Nouvelle opération périodique',
|
||||
'help_weekend' => 'Que doit faire Firefly III lorsque l’opération périodique tombe un samedi ou un dimanche ?',
|
||||
'do_nothing' => 'Créer l\'opération tout de même',
|
||||
'skip_transaction' => 'Ignorer l\'occurrence',
|
||||
'jump_to_friday' => 'Créer l\'opération le vendredi précédent',
|
||||
'jump_to_monday' => 'Créer l\'opération le lundi suivant',
|
||||
'will_jump_friday' => 'Sera créée le vendredi plutôt que les week-ends.',
|
||||
'will_jump_monday' => 'Sera créée le lundi plutôt que les week-ends.',
|
||||
'except_weekends' => 'Sauf les week-ends',
|
||||
'recurrence_deleted' => 'Opération périodique ":title" supprimée',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Solde (:currency)',
|
||||
'box_spent_in_currency' => 'Dépensé (:currency)',
|
||||
'box_earned_in_currency' => 'Gagné (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgétisé (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Factures payées (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Factures impayées (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Reste à dépenser (:currency)',
|
||||
'box_net_worth_in_currency' => 'Avoir net (:currency)',
|
||||
'box_spend_per_day' => 'Reste à dépenser par jour: :amount',
|
||||
'box_balance_in_currency' => 'Solde (:currency)',
|
||||
'box_spent_in_currency' => 'Dépensé (:currency)',
|
||||
'box_earned_in_currency' => 'Gagné (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgétisé (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Factures payées (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Factures impayées (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Reste à dépenser (:currency)',
|
||||
'box_net_worth_in_currency' => 'Avoir net (:currency)',
|
||||
'box_spend_per_day' => 'Reste à dépenser par jour: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Page de débogage',
|
||||
'debug_submit_instructions' => 'Si vous rencontrez des problèmes, vous pouvez utiliser les informations contenues dans ce cadre comme informations de débogage. Veuillez copier-coller dans une nouvelle "issue" <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> (en anglais). Cela générera une belle table qui peut être utilisée pour diagnostiquer rapidement votre problème.',
|
||||
'debug_pretty_table' => 'Si vous copiez/collez le cadre ci-dessous dans une "issue" GitHub, cela générera un tableau. Veuillez ne pas entourer ce texte avec des apostrophes ou des guillemets.',
|
||||
'debug_additional_data' => 'Vous pouvez également partager le contenu du cadre ci-dessous. Vous pouvez également copier/coller cela dans une <a href="https://github.com/firefly-iii/firefly-iii/issues">"issue" GitHub</a> déjà existante ou nouvellement créée. Cependant, le contenu de ce cadre peut contenir des informations privées telles que les noms de compte, les détails de transaction ou les adresses électroniques.',
|
||||
'debug_page' => 'Page de débogage',
|
||||
'debug_submit_instructions' => 'Si vous rencontrez des problèmes, vous pouvez utiliser les informations contenues dans ce cadre comme informations de débogage. Veuillez copier-coller dans une nouvelle "issue" <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> (en anglais). Cela générera une belle table qui peut être utilisée pour diagnostiquer rapidement votre problème.',
|
||||
'debug_pretty_table' => 'Si vous copiez/collez le cadre ci-dessous dans une "issue" GitHub, cela générera un tableau. Veuillez ne pas entourer ce texte avec des apostrophes ou des guillemets.',
|
||||
'debug_additional_data' => 'Vous pouvez également partager le contenu du cadre ci-dessous. Vous pouvez également copier/coller cela dans une <a href="https://github.com/firefly-iii/firefly-iii/issues">"issue" GitHub</a> déjà existante ou nouvellement créée. Cependant, le contenu de ce cadre peut contenir des informations privées telles que les noms de compte, les détails de transaction ou les adresses électroniques.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Groupes',
|
||||
'object_groups_page_title' => 'Groupes',
|
||||
'object_groups_breadcrumb' => 'Groupes',
|
||||
'object_groups_index' => 'Vue d\'ensemble',
|
||||
'object_groups' => 'Groupes',
|
||||
'object_groups_empty_explain' => 'Certaines choses dans Firefly III peuvent être divisées en groupes. Les tirelires, par exemple, présentent un champ "Groupe" dans les écrans d\'édition et de création. Lorsque vous définissez ce champ, vous pouvez modifier les noms et l\'ordre des groupes sur cette page. Pour plus d\'informations, consultez les pages d\'aide dans le coin supérieur droit, sous l\'icône (?).',
|
||||
'object_group_title' => 'Titre',
|
||||
'edit_object_group' => 'Modifier le groupe ":title"',
|
||||
'delete_object_group' => 'Supprimer le groupe ":title"',
|
||||
'update_object_group' => 'Mettre à jour le groupe',
|
||||
'updated_object_group' => 'Groupe ":title" mis à jour avec succès',
|
||||
'deleted_object_group' => 'Groupe ":title" supprimé avec succès',
|
||||
'object_group' => 'Groupe',
|
||||
'object_groups_menu_bar' => 'Groupes',
|
||||
'object_groups_page_title' => 'Groupes',
|
||||
'object_groups_breadcrumb' => 'Groupes',
|
||||
'object_groups_index' => 'Vue d\'ensemble',
|
||||
'object_groups' => 'Groupes',
|
||||
'object_groups_empty_explain' => 'Certaines choses dans Firefly III peuvent être divisées en groupes. Les tirelires, par exemple, présentent un champ "Groupe" dans les écrans d\'édition et de création. Lorsque vous définissez ce champ, vous pouvez modifier les noms et l\'ordre des groupes sur cette page. Pour plus d\'informations, consultez les pages d\'aide dans le coin supérieur droit, sous l\'icône (?).',
|
||||
'object_group_title' => 'Titre',
|
||||
'edit_object_group' => 'Modifier le groupe ":title"',
|
||||
'delete_object_group' => 'Supprimer le groupe ":title"',
|
||||
'update_object_group' => 'Mettre à jour le groupe',
|
||||
'updated_object_group' => 'Groupe ":title" mis à jour avec succès',
|
||||
'deleted_object_group' => 'Groupe ":title" supprimé avec succès',
|
||||
'object_group' => 'Groupe',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Réservé]',
|
||||
'placeholder' => '[Réservé]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -125,7 +125,7 @@ return [
|
||||
'start' => 'Début de l\'étendue',
|
||||
'end' => 'Fin de l\'étendue',
|
||||
'delete_account' => 'Supprimer le compte ":name"',
|
||||
'delete_webhook' => 'Supprimer le webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_bill' => 'Supprimer la facture ":name"',
|
||||
'delete_budget' => 'Supprimer le budget ":name"',
|
||||
'delete_category' => 'Supprimer la catégorie ":name"',
|
||||
@ -146,7 +146,7 @@ return [
|
||||
'object_group_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le groupe intitulé ":title" ?',
|
||||
'ruleGroup_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le groupe de règles intitulé ":title" ?',
|
||||
'budget_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le budget nommé ":name" ?',
|
||||
'webhook_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le webhook nommé ":title" ?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la catégorie nommée ":name" ?',
|
||||
'recurring_areYouSure' => 'Êtes-vous sûr de vouloir supprimer l\'opération périodique intitulée ":title" ?',
|
||||
'currency_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la devise nommée ":name" ?',
|
||||
@ -248,7 +248,7 @@ return [
|
||||
'submitted' => 'Envoyé',
|
||||
'key' => 'Clé',
|
||||
'value' => 'Contenu de l\'enregistrement',
|
||||
'webhook_delivery' => 'Distribution',
|
||||
'webhook_response' => 'Réponse',
|
||||
'webhook_trigger' => 'Déclencheur',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Activité récente',
|
||||
'balanceDiff' => 'Différence de solde',
|
||||
'other_meta_data' => 'Autres métadonnées',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Type de compte',
|
||||
'created_at' => 'Créé le',
|
||||
'account' => 'Compte',
|
||||
@ -138,9 +142,9 @@ return [
|
||||
'payment_info' => 'Informations sur le paiement',
|
||||
'expected_info' => 'Prochaine opération attendue',
|
||||
'start_date' => 'Date de début',
|
||||
'trigger' => 'Déclencheur',
|
||||
'response' => 'Réponse',
|
||||
'delivery' => 'Distribution',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
|
@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Le nom de la tirelire doit être unique.',
|
||||
'unique_object_group' => 'Le nom du groupe doit être unique',
|
||||
'starts_with' => 'La valeur doit commencer par :values.',
|
||||
'unique_webhook' => 'Vous avez déjà un webhook avec cette combinaison d\'URL, de déclencheur, de réponse et de livraison.',
|
||||
'unique_existing_webhook' => 'Vous avez déjà un autre webhook avec cette combinaison d\'URL, de déclencheur, de réponse et de livraison.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Les deux comptes doivent être du même type',
|
||||
'same_account_currency' => 'Les deux comptes doivent avoir la même devise',
|
||||
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'need_id_in_edit' => 'Chaque ventilation doit avoir transaction_journal_id (ID valide ou 0).',
|
||||
|
||||
'ob_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
|
||||
'lc_source_need_data' => 'Besoin d\'un identifiant de compte source valide pour continuer.',
|
||||
'ob_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'ob_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'ob_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
|
||||
'lc_source_need_data' => 'Besoin d\'un identifiant de compte source valide pour continuer.',
|
||||
'ob_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'ob_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Vous ne pouvez pas utiliser ce compte comme compte source.',
|
||||
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'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.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'New login on Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'éves',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Inaktív szabályokat nem lehet futtatni.',
|
||||
'rules' => 'Szabályok',
|
||||
'rule_name' => 'Szabály neve',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Szabálycsoport a számlákhoz',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Új szabály létrehozás a számlához ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Szabály a számlához: ":name"',
|
||||
'new_rule_for_bill_description' => 'Ez a szabály megjelöli a tranzakciókat ":name" számla számára.',
|
||||
'rulegroup_for_bills_title' => 'Szabálycsoport a számlákhoz',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Új szabály létrehozás a számlához ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Szabály a számlához: ":name"',
|
||||
'new_rule_for_bill_description' => 'Ez a szabály megjelöli a tranzakciókat ":name" számla számára.',
|
||||
|
||||
'new_rule_for_journal_title' => '":description" tranzakción alapuló szabály',
|
||||
'new_rule_for_journal_description' => 'Ez a szabály ":description" tranzakción alapul. A pontosan azonos tranzakciókkal fog egyezni.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Adatok törlése',
|
||||
'permanent_delete_stuff' => 'Óvatosan ezekkel a gombokkal! A dolgok törlése végleges.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Minden másik bejelentkezésed ki lett léptetve.',
|
||||
'delete_all_budgets' => 'MINDEN költségkeret törlése',
|
||||
'delete_all_categories' => 'MINDEN kategória törlése',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => '":tag" címke frissítve',
|
||||
'created_tag' => '":tag" címke létrehozva!',
|
||||
|
||||
'transaction_journal_information' => 'Tranzakciós információk',
|
||||
'transaction_journal_meta' => 'Meta-információ',
|
||||
'transaction_journal_more' => 'További információ',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Eltárolva ":journal" alatt',
|
||||
'total_amount' => 'Teljes összeg',
|
||||
'number_of_decimals' => 'Tizedesjegyek száma',
|
||||
'transaction_journal_information' => 'Tranzakciós információk',
|
||||
'transaction_journal_meta' => 'Meta-információ',
|
||||
'transaction_journal_more' => 'További információ',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Eltárolva ":journal" alatt',
|
||||
'total_amount' => 'Teljes összeg',
|
||||
'number_of_decimals' => 'Tizedesjegyek száma',
|
||||
|
||||
// administration
|
||||
'administration' => 'Adminisztráció',
|
||||
'user_administration' => 'Felhasználók adminisztrálása',
|
||||
'list_all_users' => 'Összes felhasználó',
|
||||
'all_users' => 'Összes felhasználó',
|
||||
'instance_configuration' => 'Beállítás',
|
||||
'firefly_instance_configuration' => 'A Firefly III beállítási lehetőségei',
|
||||
'setting_single_user_mode' => 'Egyfelhasználós mód',
|
||||
'setting_single_user_mode_explain' => 'Alapértelmezetten Firefly III kizárólag egy felhasználót enged regisztrálni. Ez egy szándékos biztonsági lépés, megakadályozva azt, hogy esetleg más is hozzáférjen a privát adataihoz. További regisztrációk ezen az eszközön tiltottak. Amikor ezt a jelölőt kikattintja, úgy mások is hozzáférhetnek az eszköz adataihoz (ha van internetkapcsolat).',
|
||||
'store_configuration' => 'Beállítás tárolása',
|
||||
'single_user_administration' => ':email felhasználó adminisztrációja',
|
||||
'edit_user' => ':email felhasználó szerkesztése',
|
||||
'hidden_fields_preferences' => 'A <a href="preferences">beállításokban</a> több mező is engedélyezhető.',
|
||||
'user_data_information' => 'Felhasználói adatok',
|
||||
'user_information' => 'Felhasználó információk',
|
||||
'total_size' => 'teljes méret',
|
||||
'budget_or_budgets' => ':count költségkeret|:count költségkeret',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules szabály :count_groups szabálycsoportban',
|
||||
'tag_or_tags' => ':count címke|:count címke',
|
||||
'configuration_updated' => 'A konfiguráció frissítése megtörtént',
|
||||
'setting_is_demo_site' => 'Bemutató oldal',
|
||||
'setting_is_demo_site_explain' => 'Ha bejelölt, a telepítés bemutató oldalként fog viselkedni, aminek furcsa mellékhatásai lehetnek.',
|
||||
'block_code_bounced' => 'Visszapattant email üzenetek',
|
||||
'block_code_expired' => 'A Demo számla lejárt',
|
||||
'no_block_code' => 'Nincs oka a zárolásnak, vagy a felhasználó nincs zárolva',
|
||||
'block_code_email_changed' => 'A felhasználó még nem erősítette meg az új email címét',
|
||||
'admin_update_email' => 'A profil oldallal ellentétben a felhasználó NEM kap értesítést az email címe megváltozásáról!',
|
||||
'update_user' => 'Felhasználó frissítése',
|
||||
'updated_user' => 'Felhasználói adatok módosítva.',
|
||||
'delete_user' => 'Felhasználó törlése ":email"',
|
||||
'user_deleted' => 'A felhasználó törölve lett',
|
||||
'send_test_email' => 'Teszt email küldése',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Üzenet küldése',
|
||||
'send_test_triggered' => 'Teszt elindítva. Ellenőrizd a bejövő üzeneteidet és a naplófájlokat.',
|
||||
'give_admin_careful' => 'Adminisztrátornak kinevezett felhasználók visszavonhatják akár a te adminisztrátori felhatalmazásodat. Légy óvatos.',
|
||||
'admin_maintanance_title' => 'Karbantartás',
|
||||
'admin_maintanance_expl' => 'Firefly III karbantartását kezelő gombok',
|
||||
'admin_maintenance_clear_cache' => 'Gyorsítótár ürítése',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Adminisztráció',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Felhasználók adminisztrálása',
|
||||
'list_all_users' => 'Összes felhasználó',
|
||||
'all_users' => 'Összes felhasználó',
|
||||
'instance_configuration' => 'Beállítás',
|
||||
'firefly_instance_configuration' => 'A Firefly III beállítási lehetőségei',
|
||||
'setting_single_user_mode' => 'Egyfelhasználós mód',
|
||||
'setting_single_user_mode_explain' => 'Alapértelmezetten Firefly III kizárólag egy felhasználót enged regisztrálni. Ez egy szándékos biztonsági lépés, megakadályozva azt, hogy esetleg más is hozzáférjen a privát adataihoz. További regisztrációk ezen az eszközön tiltottak. Amikor ezt a jelölőt kikattintja, úgy mások is hozzáférhetnek az eszköz adataihoz (ha van internetkapcsolat).',
|
||||
'store_configuration' => 'Beállítás tárolása',
|
||||
'single_user_administration' => ':email felhasználó adminisztrációja',
|
||||
'edit_user' => ':email felhasználó szerkesztése',
|
||||
'hidden_fields_preferences' => 'A <a href="preferences">beállításokban</a> több mező is engedélyezhető.',
|
||||
'user_data_information' => 'Felhasználói adatok',
|
||||
'user_information' => 'Felhasználó információk',
|
||||
'total_size' => 'teljes méret',
|
||||
'budget_or_budgets' => ':count költségkeret|:count költségkeret',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules szabály :count_groups szabálycsoportban',
|
||||
'tag_or_tags' => ':count címke|:count címke',
|
||||
'configuration_updated' => 'A konfiguráció frissítése megtörtént',
|
||||
'setting_is_demo_site' => 'Bemutató oldal',
|
||||
'setting_is_demo_site_explain' => 'Ha bejelölt, a telepítés bemutató oldalként fog viselkedni, aminek furcsa mellékhatásai lehetnek.',
|
||||
'block_code_bounced' => 'Visszapattant email üzenetek',
|
||||
'block_code_expired' => 'A Demo számla lejárt',
|
||||
'no_block_code' => 'Nincs oka a zárolásnak, vagy a felhasználó nincs zárolva',
|
||||
'block_code_email_changed' => 'A felhasználó még nem erősítette meg az új email címét',
|
||||
'admin_update_email' => 'A profil oldallal ellentétben a felhasználó NEM kap értesítést az email címe megváltozásáról!',
|
||||
'update_user' => 'Felhasználó frissítése',
|
||||
'updated_user' => 'Felhasználói adatok módosítva.',
|
||||
'delete_user' => 'Felhasználó törlése ":email"',
|
||||
'user_deleted' => 'A felhasználó törölve lett',
|
||||
'send_test_email' => 'Teszt email küldése',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Üzenet küldése',
|
||||
'send_test_triggered' => 'Teszt elindítva. Ellenőrizd a bejövő üzeneteidet és a naplófájlokat.',
|
||||
'give_admin_careful' => 'Adminisztrátornak kinevezett felhasználók visszavonhatják akár a te adminisztrátori felhatalmazásodat. Légy óvatos.',
|
||||
'admin_maintanance_title' => 'Karbantartás',
|
||||
'admin_maintanance_expl' => 'Firefly III karbantartását kezelő gombok',
|
||||
'admin_maintenance_clear_cache' => 'Gyorsítótár ürítése',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Felosztott tranzakció leírása',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Az ismétlődő tranzakció funkcióhoz tartozó ütemezett feladat sosem futott még le. Ez normális jelenség, ha most Firefly III frissen lett telepítve, de ennek rövid időn belül változnia kellene. Ellenőrizd a súgóban a hibaelháítási lehetőségeket, a (?) gombra kattintva a jobb felső sarokban.',
|
||||
'recurring_cron_long_ago' => 'Úgy látszik, hogy több, mint 36 óra telt el a legutolsó ismétlődő tranzakciókat végrehajtó ütemezett feladat elindítása óta. Biztos vagy abban, hogy helyesen lett beállítva minden? Ellenőrizd a súgóban a hibaelháítási lehetőségeket, a (?) gombra kattintva a jobb felső sarokban.',
|
||||
|
||||
'create_new_recurrence' => 'Új ismétlődő tranzakció létrehozása',
|
||||
'help_first_date' => 'Az első várható ismétlést jelöli. A jövőben kell lennie.',
|
||||
'help_first_date_no_past' => 'Az első várható ismétlést jelöli. A Firefly III nem fog tranzakciókat létrehozni a múltban.',
|
||||
'no_currency' => '(nincs pénznem)',
|
||||
'mandatory_for_recurring' => 'Kötelező ismétlődési információ',
|
||||
'mandatory_for_transaction' => 'Kötelező tranzakció információ',
|
||||
'optional_for_recurring' => 'Nem kötelező ismétlődési információ',
|
||||
'optional_for_transaction' => 'Nem kötelező tranzakció információ',
|
||||
'change_date_other_options' => 'További lehetőségek megtekintéséhez módosítani kell az "első dátum"-ot.',
|
||||
'mandatory_fields_for_tranaction' => 'Az itteni értékek a létrehozott tranzakciókba kerülnek',
|
||||
'click_for_calendar' => 'Ide kattintva egy naptár jelenik meg ami megmutatja, hogy a tranzakció mikor lesz megismételve.',
|
||||
'repeat_forever' => 'Folyamatos ismétlés',
|
||||
'repeat_until_date' => 'Ismétlés egy időpontig',
|
||||
'repeat_times' => 'Ismétlés többször',
|
||||
'recurring_skips_one' => 'Minden más',
|
||||
'recurring_skips_more' => ':count előfordulás kihagyása',
|
||||
'store_new_recurrence' => 'Ismétlődő tranzakció letárolása',
|
||||
'stored_new_recurrence' => '":title" ismétlődő tranzakció sikeresen letárolva.',
|
||||
'edit_recurrence' => '":title" ismétlődő tranzakció szerkesztése',
|
||||
'recurring_repeats_until' => 'Ismétlés :date-ig',
|
||||
'recurring_repeats_forever' => 'Folyamatos ismétlés',
|
||||
'recurring_repeats_x_times' => ':count alkalommal ismétlődik|:count alkalommal ismétlődik',
|
||||
'update_recurrence' => 'Ismétlődő tranzakció frissítése',
|
||||
'updated_recurrence' => '":title" ismétlődő tranzakció frissítve',
|
||||
'recurrence_is_inactive' => 'Ez az ismétlődő tranzakció nem aktív, nem fog új tranzakciókat létrehozni.',
|
||||
'delete_recurring' => '":title" ismétlődő tranzakció törlése',
|
||||
'new_recurring_transaction' => 'Új ismétlődő tranzakció',
|
||||
'help_weekend' => 'Mit tegyen a Firefly III ha az ismétlődő tranzakció szombatra vagy vasárnapra esik?',
|
||||
'do_nothing' => 'Hozza létre a tranzakciót',
|
||||
'skip_transaction' => 'Előfordulás kihagyása',
|
||||
'jump_to_friday' => 'A tranzakció inkább az előző pénteken jöjjön létre',
|
||||
'jump_to_monday' => 'A tranzakció inkább az következő hétfőn jöjjön létre',
|
||||
'will_jump_friday' => 'Pénteken lesz létrehozva hétvége helyett.',
|
||||
'will_jump_monday' => 'Hétfőn lesz létrehozva hétvége helyett.',
|
||||
'except_weekends' => 'Kivéve hétvégék',
|
||||
'recurrence_deleted' => '":title" ismétlődő tranzakció törölve',
|
||||
'create_new_recurrence' => 'Új ismétlődő tranzakció létrehozása',
|
||||
'help_first_date' => 'Az első várható ismétlést jelöli. A jövőben kell lennie.',
|
||||
'help_first_date_no_past' => 'Az első várható ismétlést jelöli. A Firefly III nem fog tranzakciókat létrehozni a múltban.',
|
||||
'no_currency' => '(nincs pénznem)',
|
||||
'mandatory_for_recurring' => 'Kötelező ismétlődési információ',
|
||||
'mandatory_for_transaction' => 'Kötelező tranzakció információ',
|
||||
'optional_for_recurring' => 'Nem kötelező ismétlődési információ',
|
||||
'optional_for_transaction' => 'Nem kötelező tranzakció információ',
|
||||
'change_date_other_options' => 'További lehetőségek megtekintéséhez módosítani kell az "első dátum"-ot.',
|
||||
'mandatory_fields_for_tranaction' => 'Az itteni értékek a létrehozott tranzakciókba kerülnek',
|
||||
'click_for_calendar' => 'Ide kattintva egy naptár jelenik meg ami megmutatja, hogy a tranzakció mikor lesz megismételve.',
|
||||
'repeat_forever' => 'Folyamatos ismétlés',
|
||||
'repeat_until_date' => 'Ismétlés egy időpontig',
|
||||
'repeat_times' => 'Ismétlés többször',
|
||||
'recurring_skips_one' => 'Minden más',
|
||||
'recurring_skips_more' => ':count előfordulás kihagyása',
|
||||
'store_new_recurrence' => 'Ismétlődő tranzakció letárolása',
|
||||
'stored_new_recurrence' => '":title" ismétlődő tranzakció sikeresen letárolva.',
|
||||
'edit_recurrence' => '":title" ismétlődő tranzakció szerkesztése',
|
||||
'recurring_repeats_until' => 'Ismétlés :date-ig',
|
||||
'recurring_repeats_forever' => 'Folyamatos ismétlés',
|
||||
'recurring_repeats_x_times' => ':count alkalommal ismétlődik|:count alkalommal ismétlődik',
|
||||
'update_recurrence' => 'Ismétlődő tranzakció frissítése',
|
||||
'updated_recurrence' => '":title" ismétlődő tranzakció frissítve',
|
||||
'recurrence_is_inactive' => 'Ez az ismétlődő tranzakció nem aktív, nem fog új tranzakciókat létrehozni.',
|
||||
'delete_recurring' => '":title" ismétlődő tranzakció törlése',
|
||||
'new_recurring_transaction' => 'Új ismétlődő tranzakció',
|
||||
'help_weekend' => 'Mit tegyen a Firefly III ha az ismétlődő tranzakció szombatra vagy vasárnapra esik?',
|
||||
'do_nothing' => 'Hozza létre a tranzakciót',
|
||||
'skip_transaction' => 'Előfordulás kihagyása',
|
||||
'jump_to_friday' => 'A tranzakció inkább az előző pénteken jöjjön létre',
|
||||
'jump_to_monday' => 'A tranzakció inkább az következő hétfőn jöjjön létre',
|
||||
'will_jump_friday' => 'Pénteken lesz létrehozva hétvége helyett.',
|
||||
'will_jump_monday' => 'Hétfőn lesz létrehozva hétvége helyett.',
|
||||
'except_weekends' => 'Kivéve hétvégék',
|
||||
'recurrence_deleted' => '":title" ismétlődő tranzakció törölve',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Egyenleg (:currency)',
|
||||
'box_spent_in_currency' => 'Költés (:currency)',
|
||||
'box_earned_in_currency' => 'Megkeresett (:currency)',
|
||||
'box_budgeted_in_currency' => 'Megkeresett (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Fizetett számlák (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Fizetetlen számlák (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Elkölthető (:currency)',
|
||||
'box_net_worth_in_currency' => 'Nettó érték (:currency)',
|
||||
'box_spend_per_day' => 'Naponta elkölthető: :amount',
|
||||
'box_balance_in_currency' => 'Egyenleg (:currency)',
|
||||
'box_spent_in_currency' => 'Költés (:currency)',
|
||||
'box_earned_in_currency' => 'Megkeresett (:currency)',
|
||||
'box_budgeted_in_currency' => 'Megkeresett (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Fizetett számlák (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Fizetetlen számlák (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Elkölthető (:currency)',
|
||||
'box_net_worth_in_currency' => 'Nettó érték (:currency)',
|
||||
'box_spend_per_day' => 'Naponta elkölthető: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debug információk',
|
||||
'debug_submit_instructions' => 'Ha hibába ütköznél, a lenti információk használhatóak a vizsgálatához. Kérlek küld el egy új vagy már létező, hasonló témájú <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub hibajegybe</a>. Ez így egy átlátható táblázatot fog generálni, ami segíteni fog a hiba okának keresésében.',
|
||||
'debug_pretty_table' => 'Ha bemásolod a lenti adatokat egy GitHub hibajegy megjegyzésébe, egy átlátható táblázatot fog generálni. Kérlek ne használj idézőjeleket körülötte.',
|
||||
'debug_additional_data' => 'A lenti információkat is megoszthatod. Kimásolható a <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub hibajegybe</a>. Viszont tartalmazhat szenzitív információkat, mint számla és tranzakció adatok vagy e-mail címek.',
|
||||
'debug_page' => 'Debug információk',
|
||||
'debug_submit_instructions' => 'Ha hibába ütköznél, a lenti információk használhatóak a vizsgálatához. Kérlek küld el egy új vagy már létező, hasonló témájú <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub hibajegybe</a>. Ez így egy átlátható táblázatot fog generálni, ami segíteni fog a hiba okának keresésében.',
|
||||
'debug_pretty_table' => 'Ha bemásolod a lenti adatokat egy GitHub hibajegy megjegyzésébe, egy átlátható táblázatot fog generálni. Kérlek ne használj idézőjeleket körülötte.',
|
||||
'debug_additional_data' => 'A lenti információkat is megoszthatod. Kimásolható a <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub hibajegybe</a>. Viszont tartalmazhat szenzitív információkat, mint számla és tranzakció adatok vagy e-mail címek.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Csoportok',
|
||||
'object_groups_page_title' => 'Csoportok',
|
||||
'object_groups_breadcrumb' => 'Csoportok',
|
||||
'object_groups_index' => 'Áttekintés',
|
||||
'object_groups' => 'Csoportok',
|
||||
'object_groups_empty_explain' => 'Sok elem csoportosítható Firefly III-ban. Például malacperselyeknek beállítható a "Csoport" mezője. Szerkeszthető a csoportok megnevezése és sorrendje. További információkért nézd meg a súgót a jobb felső sarokban lévő (?) ikonra kattintva.',
|
||||
'object_group_title' => 'Cím',
|
||||
'edit_object_group' => '":title" csoport szerkesztése',
|
||||
'delete_object_group' => '":title" csoport törlése',
|
||||
'update_object_group' => 'Csoport frissítése',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Csoport',
|
||||
'object_groups_menu_bar' => 'Csoportok',
|
||||
'object_groups_page_title' => 'Csoportok',
|
||||
'object_groups_breadcrumb' => 'Csoportok',
|
||||
'object_groups_index' => 'Áttekintés',
|
||||
'object_groups' => 'Csoportok',
|
||||
'object_groups_empty_explain' => 'Sok elem csoportosítható Firefly III-ban. Például malacperselyeknek beállítható a "Csoport" mezője. Szerkeszthető a csoportok megnevezése és sorrendje. További információkért nézd meg a súgót a jobb felső sarokban lévő (?) ikonra kattintva.',
|
||||
'object_group_title' => 'Cím',
|
||||
'edit_object_group' => '":title" csoport szerkesztése',
|
||||
'delete_object_group' => '":title" csoport törlése',
|
||||
'update_object_group' => 'Csoport frissítése',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Csoport',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Utolsó aktivitás',
|
||||
'balanceDiff' => 'Egyenleg különbség',
|
||||
'other_meta_data' => 'Egyéb metaadat',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Bankszámla típusa',
|
||||
'created_at' => 'Létrehozva',
|
||||
'account' => 'Bankszámla',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'need_id_in_edit' => 'Minden felosztásnak rendelkeznie kell "transaction_journal_id"-val (lehet érvényes érték vagy 0).',
|
||||
|
||||
'ob_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'ob_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'ob_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'ob_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Nem használhatod ezt a fiókot forrásfiókként.',
|
||||
'generic_invalid_destination' => 'Nem használhatod ezt a fiókot célfiókként.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Sebuah pesan tes dari instalasi Firefly III Anda',
|
||||
'admin_test_body' => 'Ini adalah sebuah pesan tes dari instans Firefly III Anda. Pesan ini dikirim ke :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Masuk baru pada Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'tahunan',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
||||
'rules' => 'Aturan',
|
||||
'rule_name' => 'Nama aturan',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Rule based on transaction ":description"',
|
||||
'new_rule_for_journal_description' => 'This rule is based on transaction ":description". It will match transactions that are exactly the same.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
'delete_all_categories' => 'Delete ALL your categories',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Diperbarui tag " :tag"',
|
||||
'created_tag' => 'Tag " :tag" telah dibuat!',
|
||||
|
||||
'transaction_journal_information' => 'Informasi transaksi',
|
||||
'transaction_journal_meta' => 'Informasi meta',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Jumlah total',
|
||||
'number_of_decimals' => 'Jumlah desimal',
|
||||
'transaction_journal_information' => 'Informasi transaksi',
|
||||
'transaction_journal_meta' => 'Informasi meta',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Jumlah total',
|
||||
'number_of_decimals' => 'Jumlah desimal',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administrasi',
|
||||
'user_administration' => 'Administrasi pengguna',
|
||||
'list_all_users' => 'Semua pengguna',
|
||||
'all_users' => 'Semua pengguna',
|
||||
'instance_configuration' => 'Konfigurasi',
|
||||
'firefly_instance_configuration' => 'Pilihan konfigurasi untuk Firefly III',
|
||||
'setting_single_user_mode' => 'Mode pengguna tunggal',
|
||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as well, assuming they can reach it (when it is connected to the internet).',
|
||||
'store_configuration' => 'Konfigurasi toko',
|
||||
'single_user_administration' => 'Administrasi pengguna untuk :email',
|
||||
'edit_user' => 'Edit pengguna :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Data pengguna',
|
||||
'user_information' => 'Informasi pengguna',
|
||||
'total_size' => 'ukuran total',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules aturan di:count_groups rule group (s)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Konfigurasi telah diperbarui',
|
||||
'setting_is_demo_site' => 'Situs demo',
|
||||
'setting_is_demo_site_explain' => 'Jika Anda mencentang kotak ini, instalasi ini akan berperilaku seolah-olah itu adalah situs demo, yang dapat memiliki efek samping yang aneh.',
|
||||
'block_code_bounced' => 'Pesan email terpental',
|
||||
'block_code_expired' => 'Akun demo kadaluarsa',
|
||||
'no_block_code' => 'Tidak ada alasan untuk memblokir atau pengguna tidak diblokir',
|
||||
'block_code_email_changed' => 'Pengguna belum mengkonfirmasi alamat email baru',
|
||||
'admin_update_email' => 'Bertentangan dengan halaman profil, pengguna TIDAK akan diberitahu alamat email mereka telah berubah!',
|
||||
'update_user' => 'Perbarui pengguna',
|
||||
'updated_user' => 'Data pengguna telah diubah.',
|
||||
'delete_user' => 'Hapus pengguna :email',
|
||||
'user_deleted' => 'Pengguna telah dihapus',
|
||||
'send_test_email' => 'Kirim pesan email percobaan',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Mengirim pesan',
|
||||
'send_test_triggered' => 'Uji dipicu. Periksa kotak masuk dan file log Anda.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administrasi',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administrasi pengguna',
|
||||
'list_all_users' => 'Semua pengguna',
|
||||
'all_users' => 'Semua pengguna',
|
||||
'instance_configuration' => 'Konfigurasi',
|
||||
'firefly_instance_configuration' => 'Pilihan konfigurasi untuk Firefly III',
|
||||
'setting_single_user_mode' => 'Mode pengguna tunggal',
|
||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as well, assuming they can reach it (when it is connected to the internet).',
|
||||
'store_configuration' => 'Konfigurasi toko',
|
||||
'single_user_administration' => 'Administrasi pengguna untuk :email',
|
||||
'edit_user' => 'Edit pengguna :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Data pengguna',
|
||||
'user_information' => 'Informasi pengguna',
|
||||
'total_size' => 'ukuran total',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules aturan di:count_groups rule group (s)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Konfigurasi telah diperbarui',
|
||||
'setting_is_demo_site' => 'Situs demo',
|
||||
'setting_is_demo_site_explain' => 'Jika Anda mencentang kotak ini, instalasi ini akan berperilaku seolah-olah itu adalah situs demo, yang dapat memiliki efek samping yang aneh.',
|
||||
'block_code_bounced' => 'Pesan email terpental',
|
||||
'block_code_expired' => 'Akun demo kadaluarsa',
|
||||
'no_block_code' => 'Tidak ada alasan untuk memblokir atau pengguna tidak diblokir',
|
||||
'block_code_email_changed' => 'Pengguna belum mengkonfirmasi alamat email baru',
|
||||
'admin_update_email' => 'Bertentangan dengan halaman profil, pengguna TIDAK akan diberitahu alamat email mereka telah berubah!',
|
||||
'update_user' => 'Perbarui pengguna',
|
||||
'updated_user' => 'Data pengguna telah diubah.',
|
||||
'delete_user' => 'Hapus pengguna :email',
|
||||
'user_deleted' => 'Pengguna telah dihapus',
|
||||
'send_test_email' => 'Kirim pesan email percobaan',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Mengirim pesan',
|
||||
'send_test_triggered' => 'Uji dipicu. Periksa kotak masuk dan file log Anda.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Description of the split transaction',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
||||
'create_new_recurrence' => 'Create new recurring transaction',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(no currency)',
|
||||
'mandatory_for_recurring' => 'Mandatory recurrence information',
|
||||
'mandatory_for_transaction' => 'Mandatory transaction information',
|
||||
'optional_for_recurring' => 'Optional recurrence information',
|
||||
'optional_for_transaction' => 'Optional transaction information',
|
||||
'change_date_other_options' => 'Change the "first date" to see more options.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Repeat forever',
|
||||
'repeat_until_date' => 'Repeat until date',
|
||||
'repeat_times' => 'Repeat a number of times',
|
||||
'recurring_skips_one' => 'Every other',
|
||||
'recurring_skips_more' => 'Skips :count occurrences',
|
||||
'store_new_recurrence' => 'Store recurring transaction',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Repeats until :date',
|
||||
'recurring_repeats_forever' => 'Repeats forever',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Update recurring transaction',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'New recurring transaction',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Just create the transaction',
|
||||
'skip_transaction' => 'Skip the occurrence',
|
||||
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
|
||||
'jump_to_monday' => 'Create the transaction on the next Monday instead',
|
||||
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Except weekends',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
'create_new_recurrence' => 'Create new recurring transaction',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(no currency)',
|
||||
'mandatory_for_recurring' => 'Mandatory recurrence information',
|
||||
'mandatory_for_transaction' => 'Mandatory transaction information',
|
||||
'optional_for_recurring' => 'Optional recurrence information',
|
||||
'optional_for_transaction' => 'Optional transaction information',
|
||||
'change_date_other_options' => 'Change the "first date" to see more options.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Repeat forever',
|
||||
'repeat_until_date' => 'Repeat until date',
|
||||
'repeat_times' => 'Repeat a number of times',
|
||||
'recurring_skips_one' => 'Every other',
|
||||
'recurring_skips_more' => 'Skips :count occurrences',
|
||||
'store_new_recurrence' => 'Store recurring transaction',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Repeats until :date',
|
||||
'recurring_repeats_forever' => 'Repeats forever',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Update recurring transaction',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'New recurring transaction',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Just create the transaction',
|
||||
'skip_transaction' => 'Skip the occurrence',
|
||||
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
|
||||
'jump_to_monday' => 'Create the transaction on the next Monday instead',
|
||||
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Except weekends',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Balance (:currency)',
|
||||
'box_spent_in_currency' => 'Spent (:currency)',
|
||||
'box_earned_in_currency' => 'Earned (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeted (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
'box_balance_in_currency' => 'Balance (:currency)',
|
||||
'box_spent_in_currency' => 'Spent (:currency)',
|
||||
'box_earned_in_currency' => 'Earned (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeted (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Aktifitas terakhir',
|
||||
'balanceDiff' => 'Perbedaan saldo',
|
||||
'other_meta_data' => 'Meta data lain',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Jenis akun',
|
||||
'created_at' => 'Dibuat di',
|
||||
'account' => 'Akun',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'need_id_in_edit' => 'Setiap pisahan harus memiliki transaction_journal_id (ID yang valid atau 0).',
|
||||
|
||||
'ob_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.',
|
||||
'lc_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid untuk melanjutkan.',
|
||||
'ob_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.',
|
||||
'ob_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'ob_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.',
|
||||
'lc_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid untuk melanjutkan.',
|
||||
'ob_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.',
|
||||
'ob_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Anda tidak dapat menggunakan akun ini sebagai akun sumber.',
|
||||
'generic_invalid_destination' => 'Anda tidak dapat menggunakan akun ini sebagai akun tujuan.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Un messaggio di prova dalla tua installazione di Firefly III',
|
||||
'admin_test_body' => 'Questo è un messaggio di prova dalla tua istanza Firefly III. È stato inviato a :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nuovo accesso a Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -228,18 +228,18 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhook',
|
||||
'webhooks_breadcrumb' => 'Webhook',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'Nessun dettaglio',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Ispeziona',
|
||||
'create_new_webhook' => 'Crea nuovo webhook',
|
||||
'webhooks_create_breadcrumb' => 'Crea nuovo webhook',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'La bolletta contiene ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'La bolletta termina con ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'La bolletta inizia con ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'annuale',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Non puoi eseguire regole inattive.',
|
||||
'rules' => 'Regole',
|
||||
'rule_name' => 'Nome regola',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Gruppo di regole per le bollette',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Crea una nuova regola per la bolletta ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regola per la bolletta ":name"',
|
||||
'new_rule_for_bill_description' => 'Questa regola contrassegna le transazioni per la bolletta ":name".',
|
||||
'rulegroup_for_bills_title' => 'Gruppo di regole per le bollette',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Crea una nuova regola per la bolletta ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regola per la bolletta ":name"',
|
||||
'new_rule_for_bill_description' => 'Questa regola contrassegna le transazioni per la bolletta ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regola basata sulla transazione ":description"',
|
||||
'new_rule_for_journal_description' => 'Questa regola è basata sulla transazione ":description". Verrà applicata a transazioni uguali.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Elimina dati',
|
||||
'permanent_delete_stuff' => 'Fai attenzione con questi pulsanti. L\'eliminazione è permanente.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Sei stato disconnesso da tutte le altre sessioni.',
|
||||
'delete_all_budgets' => 'Elimina TUTTI i budget',
|
||||
'delete_all_categories' => 'Elimina TUTTE le categorie',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Etichetta ":tag" aggiornata',
|
||||
'created_tag' => 'Etichetta ":tag" creata correttamente',
|
||||
|
||||
'transaction_journal_information' => 'Informazioni transazione',
|
||||
'transaction_journal_meta' => 'Meta informazioni',
|
||||
'transaction_journal_more' => 'Altre informazioni',
|
||||
'basic_journal_information' => 'Informazioni di base sulla transazione',
|
||||
'transaction_journal_extra' => 'Informazioni aggiuntive',
|
||||
'att_part_of_journal' => 'Memorizzato sotto ":journal"',
|
||||
'total_amount' => 'Importo totale',
|
||||
'number_of_decimals' => 'Cifre decimali',
|
||||
'transaction_journal_information' => 'Informazioni transazione',
|
||||
'transaction_journal_meta' => 'Meta informazioni',
|
||||
'transaction_journal_more' => 'Altre informazioni',
|
||||
'basic_journal_information' => 'Informazioni di base sulla transazione',
|
||||
'transaction_journal_extra' => 'Informazioni aggiuntive',
|
||||
'att_part_of_journal' => 'Memorizzato sotto ":journal"',
|
||||
'total_amount' => 'Importo totale',
|
||||
'number_of_decimals' => 'Cifre decimali',
|
||||
|
||||
// administration
|
||||
'administration' => 'Amministrazione',
|
||||
'user_administration' => 'Amministrazione utenti',
|
||||
'list_all_users' => 'Tutti gli utenti',
|
||||
'all_users' => 'Tutti gli utenti',
|
||||
'instance_configuration' => 'Configurazione',
|
||||
'firefly_instance_configuration' => 'Opzioni di configurazione di Firefly III',
|
||||
'setting_single_user_mode' => 'Modo utente singolo',
|
||||
'setting_single_user_mode_explain' => 'Per impostazione predefinita, Firefly III accetta solo una (1) registrazione: tu. Questa è una misura di sicurezza, che impedisce ad altri di usare la tua istanza a meno che tu non le autorizzi. Le future registrazioni sono bloccate. Bene! quando deselezioni questa casella, gli altri possono usare la tua istanza, supponendo che possano raggiungerla (quando è connessa a Internet).',
|
||||
'store_configuration' => 'Salva configurazione',
|
||||
'single_user_administration' => 'Amministrazione utenti per :email',
|
||||
'edit_user' => 'Modifica utente :email',
|
||||
'hidden_fields_preferences' => 'Puoi abilitare maggiori opzioni per le transazioni nelle tue <a href="preferences">impostazioni</a>.',
|
||||
'user_data_information' => 'Dati utente',
|
||||
'user_information' => 'Informazioni Utente',
|
||||
'total_size' => 'dimensione totale',
|
||||
'budget_or_budgets' => ':count budget|:count budget',
|
||||
'budgets_with_limits' => ':count budget con un importo impostato|:count budget con importi impostati',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regole in :count_groups gruppi di regole',
|
||||
'tag_or_tags' => ':count etichetta|:count etichette',
|
||||
'configuration_updated' => 'La configurazione è stata aggiornata',
|
||||
'setting_is_demo_site' => 'Sito Demo',
|
||||
'setting_is_demo_site_explain' => 'Se si seleziona questa casella, questa installazione si comporterà come se fosse il sito demo, che può avere strani effetti collaterali.',
|
||||
'block_code_bounced' => 'Messaggi email respinti',
|
||||
'block_code_expired' => 'Conto demo scaduto',
|
||||
'no_block_code' => 'Nessun motivo per bloccare o non bloccare un utente',
|
||||
'block_code_email_changed' => 'L\'utente non ha ancora confermato il nuovo indirizzo emails',
|
||||
'admin_update_email' => 'Contrariamente alla pagina del profilo, l\'utente NON riceverà alcuna notifica al proprio indirizzo email!',
|
||||
'update_user' => 'Aggiorna utente',
|
||||
'updated_user' => 'I dati dell\'utente sono stati modificati.',
|
||||
'delete_user' => 'Elimina utente :email',
|
||||
'user_deleted' => 'L\'utente è stato eliminato',
|
||||
'send_test_email' => 'Invia un messaggio di posta elettronica di prova',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Invia messaggio',
|
||||
'send_test_triggered' => 'Il test è stato attivato. Controlla la tua casella di posta e i file di log.',
|
||||
'give_admin_careful' => 'Gli utenti con privilegi di amministratore posso rimuovere i tuoi privilegi. Fai attenzione.',
|
||||
'admin_maintanance_title' => 'Manutenzione',
|
||||
'admin_maintanance_expl' => 'Qualche pulsante per la manutenzione di Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Svuota cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Amministrazione',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Amministrazione utenti',
|
||||
'list_all_users' => 'Tutti gli utenti',
|
||||
'all_users' => 'Tutti gli utenti',
|
||||
'instance_configuration' => 'Configurazione',
|
||||
'firefly_instance_configuration' => 'Opzioni di configurazione di Firefly III',
|
||||
'setting_single_user_mode' => 'Modo utente singolo',
|
||||
'setting_single_user_mode_explain' => 'Per impostazione predefinita, Firefly III accetta solo una (1) registrazione: tu. Questa è una misura di sicurezza, che impedisce ad altri di usare la tua istanza a meno che tu non le autorizzi. Le future registrazioni sono bloccate. Bene! quando deselezioni questa casella, gli altri possono usare la tua istanza, supponendo che possano raggiungerla (quando è connessa a Internet).',
|
||||
'store_configuration' => 'Salva configurazione',
|
||||
'single_user_administration' => 'Amministrazione utenti per :email',
|
||||
'edit_user' => 'Modifica utente :email',
|
||||
'hidden_fields_preferences' => 'Puoi abilitare maggiori opzioni per le transazioni nelle tue <a href="preferences">impostazioni</a>.',
|
||||
'user_data_information' => 'Dati utente',
|
||||
'user_information' => 'Informazioni Utente',
|
||||
'total_size' => 'dimensione totale',
|
||||
'budget_or_budgets' => ':count budget|:count budget',
|
||||
'budgets_with_limits' => ':count budget con un importo impostato|:count budget con importi impostati',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regole in :count_groups gruppi di regole',
|
||||
'tag_or_tags' => ':count etichetta|:count etichette',
|
||||
'configuration_updated' => 'La configurazione è stata aggiornata',
|
||||
'setting_is_demo_site' => 'Sito Demo',
|
||||
'setting_is_demo_site_explain' => 'Se si seleziona questa casella, questa installazione si comporterà come se fosse il sito demo, che può avere strani effetti collaterali.',
|
||||
'block_code_bounced' => 'Messaggi email respinti',
|
||||
'block_code_expired' => 'Conto demo scaduto',
|
||||
'no_block_code' => 'Nessun motivo per bloccare o non bloccare un utente',
|
||||
'block_code_email_changed' => 'L\'utente non ha ancora confermato il nuovo indirizzo emails',
|
||||
'admin_update_email' => 'Contrariamente alla pagina del profilo, l\'utente NON riceverà alcuna notifica al proprio indirizzo email!',
|
||||
'update_user' => 'Aggiorna utente',
|
||||
'updated_user' => 'I dati dell\'utente sono stati modificati.',
|
||||
'delete_user' => 'Elimina utente :email',
|
||||
'user_deleted' => 'L\'utente è stato eliminato',
|
||||
'send_test_email' => 'Invia un messaggio di posta elettronica di prova',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Invia messaggio',
|
||||
'send_test_triggered' => 'Il test è stato attivato. Controlla la tua casella di posta e i file di log.',
|
||||
'give_admin_careful' => 'Gli utenti con privilegi di amministratore posso rimuovere i tuoi privilegi. Fai attenzione.',
|
||||
'admin_maintanance_title' => 'Manutenzione',
|
||||
'admin_maintanance_expl' => 'Qualche pulsante per la manutenzione di Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Svuota cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descrizione della transazione suddivisa',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Sembra che il job cron necessario per le transazioni ricorrenti non sia mai stato eseguito. Questo è ovviamente normale quando hai appena installato Firefly III, tuttavia dovrebbe essere impostato il prima possibile. Consulta le pagine di aiuto usando l\'icona (?) nell\'angolo in alto a destra della pagina.',
|
||||
'recurring_cron_long_ago' => 'Sembra che siano passate più di 36 ore dall\'ultima volta che il job cron per le transazioni ricorrenti sia stato lanciato. Sei sicuro che sia stato impostato correttamente? Consulta le pagine di aiuto usando l\'icona (?) nell\'angolo in alto a destra della pagina.',
|
||||
|
||||
'create_new_recurrence' => 'Crea una nuova transazione ricorrente',
|
||||
'help_first_date' => 'Indica quando la ricorrenza dovrebbe avvenire per la prima volta. Questo deve essere nel futuro.',
|
||||
'help_first_date_no_past' => 'Indica quando la ricorrenza dovrebbe avvenire per la prima volta. Firefly III non creerà transazioni nel passato.',
|
||||
'no_currency' => '(nessuna valuta)',
|
||||
'mandatory_for_recurring' => 'Informazioni obbligatorie sulla ricorrenza',
|
||||
'mandatory_for_transaction' => 'Informazioni obbligatorie sulla transazione',
|
||||
'optional_for_recurring' => 'Informazioni facoltative sulla ricorrenza',
|
||||
'optional_for_transaction' => 'Informazioni facoltative sulla transazione',
|
||||
'change_date_other_options' => 'Cambia la "prima volta" per visualizzare maggiori opzioni.',
|
||||
'mandatory_fields_for_tranaction' => 'Il valore qui presente finirà nella transazione che verrà creata',
|
||||
'click_for_calendar' => 'Clicca qui per visualizzare in un calendario quando la transazione si ripete.',
|
||||
'repeat_forever' => 'Ripeti per sempre',
|
||||
'repeat_until_date' => 'Ripeti fino alla data',
|
||||
'repeat_times' => 'Ripeti per un certo numero di volte',
|
||||
'recurring_skips_one' => 'Una volta sì e una volta no',
|
||||
'recurring_skips_more' => 'Salta per :count volte',
|
||||
'store_new_recurrence' => 'Salva transazione ricorrente',
|
||||
'stored_new_recurrence' => 'La transazione ricorrente ":title" è stata salvata con successo.',
|
||||
'edit_recurrence' => 'Modifica transazione ricorrente ":title"',
|
||||
'recurring_repeats_until' => 'Si ripete fino al :date',
|
||||
'recurring_repeats_forever' => 'Si ripete per sempre',
|
||||
'recurring_repeats_x_times' => 'Si ripete per :count volta|Si ripete per :count volte',
|
||||
'update_recurrence' => 'Aggiorna transazione ricorrente',
|
||||
'updated_recurrence' => 'Transazione ricorrente ":title" aggiornata',
|
||||
'recurrence_is_inactive' => 'Questa transazione ricorrente non è attiva e non genererà nuove transazioni.',
|
||||
'delete_recurring' => 'Elimina transazione ricorrente ":title"',
|
||||
'new_recurring_transaction' => 'Nuova transazione ricorrente',
|
||||
'help_weekend' => 'Cosa vuoi che Firefly III faccia quando la transazione ricorrente cade di sabato o domenica?',
|
||||
'do_nothing' => 'Crea la transazione',
|
||||
'skip_transaction' => 'Salta l\'occorrenza',
|
||||
'jump_to_friday' => 'Crea la transazione il venerdì precedente',
|
||||
'jump_to_monday' => 'Crea la transazione il lunedì successivo',
|
||||
'will_jump_friday' => 'Verrà creata il venerdì anziché nel fine settimana.',
|
||||
'will_jump_monday' => 'Verrà creata il lunedì anziché il fine settimana.',
|
||||
'except_weekends' => 'Tranne il fine settimana',
|
||||
'recurrence_deleted' => 'La transazione ricorrente ":title" è stata eliminata',
|
||||
'create_new_recurrence' => 'Crea una nuova transazione ricorrente',
|
||||
'help_first_date' => 'Indica quando la ricorrenza dovrebbe avvenire per la prima volta. Questo deve essere nel futuro.',
|
||||
'help_first_date_no_past' => 'Indica quando la ricorrenza dovrebbe avvenire per la prima volta. Firefly III non creerà transazioni nel passato.',
|
||||
'no_currency' => '(nessuna valuta)',
|
||||
'mandatory_for_recurring' => 'Informazioni obbligatorie sulla ricorrenza',
|
||||
'mandatory_for_transaction' => 'Informazioni obbligatorie sulla transazione',
|
||||
'optional_for_recurring' => 'Informazioni facoltative sulla ricorrenza',
|
||||
'optional_for_transaction' => 'Informazioni facoltative sulla transazione',
|
||||
'change_date_other_options' => 'Cambia la "prima volta" per visualizzare maggiori opzioni.',
|
||||
'mandatory_fields_for_tranaction' => 'Il valore qui presente finirà nella transazione che verrà creata',
|
||||
'click_for_calendar' => 'Clicca qui per visualizzare in un calendario quando la transazione si ripete.',
|
||||
'repeat_forever' => 'Ripeti per sempre',
|
||||
'repeat_until_date' => 'Ripeti fino alla data',
|
||||
'repeat_times' => 'Ripeti per un certo numero di volte',
|
||||
'recurring_skips_one' => 'Una volta sì e una volta no',
|
||||
'recurring_skips_more' => 'Salta per :count volte',
|
||||
'store_new_recurrence' => 'Salva transazione ricorrente',
|
||||
'stored_new_recurrence' => 'La transazione ricorrente ":title" è stata salvata con successo.',
|
||||
'edit_recurrence' => 'Modifica transazione ricorrente ":title"',
|
||||
'recurring_repeats_until' => 'Si ripete fino al :date',
|
||||
'recurring_repeats_forever' => 'Si ripete per sempre',
|
||||
'recurring_repeats_x_times' => 'Si ripete per :count volta|Si ripete per :count volte',
|
||||
'update_recurrence' => 'Aggiorna transazione ricorrente',
|
||||
'updated_recurrence' => 'Transazione ricorrente ":title" aggiornata',
|
||||
'recurrence_is_inactive' => 'Questa transazione ricorrente non è attiva e non genererà nuove transazioni.',
|
||||
'delete_recurring' => 'Elimina transazione ricorrente ":title"',
|
||||
'new_recurring_transaction' => 'Nuova transazione ricorrente',
|
||||
'help_weekend' => 'Cosa vuoi che Firefly III faccia quando la transazione ricorrente cade di sabato o domenica?',
|
||||
'do_nothing' => 'Crea la transazione',
|
||||
'skip_transaction' => 'Salta l\'occorrenza',
|
||||
'jump_to_friday' => 'Crea la transazione il venerdì precedente',
|
||||
'jump_to_monday' => 'Crea la transazione il lunedì successivo',
|
||||
'will_jump_friday' => 'Verrà creata il venerdì anziché nel fine settimana.',
|
||||
'will_jump_monday' => 'Verrà creata il lunedì anziché il fine settimana.',
|
||||
'except_weekends' => 'Tranne il fine settimana',
|
||||
'recurrence_deleted' => 'La transazione ricorrente ":title" è stata eliminata',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Spesi (:currency)',
|
||||
'box_earned_in_currency' => 'Guadagnati (:currency)',
|
||||
'box_budgeted_in_currency' => 'A budget (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bollette pagate (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bollette non pagate (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Disponibile da spendere (:currency)',
|
||||
'box_net_worth_in_currency' => 'Patrimonio netto (:currency)',
|
||||
'box_spend_per_day' => 'Disponibile da spendere per giorno: :amount',
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Spesi (:currency)',
|
||||
'box_earned_in_currency' => 'Guadagnati (:currency)',
|
||||
'box_budgeted_in_currency' => 'A budget (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bollette pagate (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bollette non pagate (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Disponibile da spendere (:currency)',
|
||||
'box_net_worth_in_currency' => 'Patrimonio netto (:currency)',
|
||||
'box_spend_per_day' => 'Disponibile da spendere per giorno: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Pagina di debug',
|
||||
'debug_submit_instructions' => 'Se incontri problemi, puoi usare le informazioni in questo riquadro come informazioni di debug. Copia-incollale in una nuova o esistente <a href="https://github.com/firefly-iii/firefly-iii/issues">issue di Github</a>. Creerà una bellissima tabella che potrà essere utilizzata per diagnosticare rapidamente il tuo problema.',
|
||||
'debug_pretty_table' => 'Copia-incollando il riquadro sottostante in una issue di Github verrà creata una tabella. Non circondare questo testo con accenti gravi o virgolette.',
|
||||
'debug_additional_data' => 'Puoi anche condividere il contenuto del riquadro sottostante. È anche possibile copiare e incollare questo in una nuova o esistente <a href="https://github.com/firefly-iii/firefly-iii/issues">issue di GitHub</a>. Tuttavia, il contenuto di questo riquadro può contenere informazioni private come i nomi dei conti, i dettagli delle transazioni o indirizzi e-mail.',
|
||||
'debug_page' => 'Pagina di debug',
|
||||
'debug_submit_instructions' => 'Se incontri problemi, puoi usare le informazioni in questo riquadro come informazioni di debug. Copia-incollale in una nuova o esistente <a href="https://github.com/firefly-iii/firefly-iii/issues">issue di Github</a>. Creerà una bellissima tabella che potrà essere utilizzata per diagnosticare rapidamente il tuo problema.',
|
||||
'debug_pretty_table' => 'Copia-incollando il riquadro sottostante in una issue di Github verrà creata una tabella. Non circondare questo testo con accenti gravi o virgolette.',
|
||||
'debug_additional_data' => 'Puoi anche condividere il contenuto del riquadro sottostante. È anche possibile copiare e incollare questo in una nuova o esistente <a href="https://github.com/firefly-iii/firefly-iii/issues">issue di GitHub</a>. Tuttavia, il contenuto di questo riquadro può contenere informazioni private come i nomi dei conti, i dettagli delle transazioni o indirizzi e-mail.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Gruppi',
|
||||
'object_groups_page_title' => 'Gruppi',
|
||||
'object_groups_breadcrumb' => 'Gruppi',
|
||||
'object_groups_index' => 'Panoramica',
|
||||
'object_groups' => 'Gruppi',
|
||||
'object_groups_empty_explain' => 'Alcune cose in Firefly III possono essere divise in gruppi. I salvadanai, per esempio, dispongono di un campo "Gruppo" nelle schermate di modifica e creazione. Quando si imposta questo campo, è possibile modificare i nomi e l\'ordine dei gruppi in questa pagina. Per ulteriori informazioni, consulta le pagine di aiuto nell\'angolo in alto a destra, con l\'icona (?).',
|
||||
'object_group_title' => 'Titolo',
|
||||
'edit_object_group' => 'Modifica gruppo ":title"',
|
||||
'delete_object_group' => 'Elimina gruppo ":title"',
|
||||
'update_object_group' => 'Aggiorna gruppo',
|
||||
'updated_object_group' => 'Il gruppo ":title" è stato aggiornato con successo',
|
||||
'deleted_object_group' => 'Il gruppo ":title" è stato eliminato con successo',
|
||||
'object_group' => 'Gruppo',
|
||||
'object_groups_menu_bar' => 'Gruppi',
|
||||
'object_groups_page_title' => 'Gruppi',
|
||||
'object_groups_breadcrumb' => 'Gruppi',
|
||||
'object_groups_index' => 'Panoramica',
|
||||
'object_groups' => 'Gruppi',
|
||||
'object_groups_empty_explain' => 'Alcune cose in Firefly III possono essere divise in gruppi. I salvadanai, per esempio, dispongono di un campo "Gruppo" nelle schermate di modifica e creazione. Quando si imposta questo campo, è possibile modificare i nomi e l\'ordine dei gruppi in questa pagina. Per ulteriori informazioni, consulta le pagine di aiuto nell\'angolo in alto a destra, con l\'icona (?).',
|
||||
'object_group_title' => 'Titolo',
|
||||
'edit_object_group' => 'Modifica gruppo ":title"',
|
||||
'delete_object_group' => 'Elimina gruppo ":title"',
|
||||
'update_object_group' => 'Aggiorna gruppo',
|
||||
'updated_object_group' => 'Il gruppo ":title" è stato aggiornato con successo',
|
||||
'deleted_object_group' => 'Il gruppo ":title" è stato eliminato con successo',
|
||||
'object_group' => 'Gruppo',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Ultima attività',
|
||||
'balanceDiff' => 'Differenze saldi',
|
||||
'other_meta_data' => 'Altri meta dati',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tipo conto',
|
||||
'created_at' => 'Creato il',
|
||||
'account' => 'Conto',
|
||||
|
@ -141,7 +141,7 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
|
||||
'unique_object_group' => 'Il nome del gruppo deve essere unico',
|
||||
'starts_with' => 'Il valore deve iniziare con :values.',
|
||||
'unique_webhook' => 'Hai già un webhook con questa combinazione di URL, trigger, risposta e consegna.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Entrambi i conti devono essere dello stesso tipo',
|
||||
'same_account_currency' => 'Entrambi i conti devono essere impostati sulla stessa valuta',
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'need_id_in_edit' => 'Ogni suddivisione deve avere un "transaction_journal_id" (un ID valido oppure 0).',
|
||||
|
||||
'ob_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
|
||||
'lc_source_need_data' => 'È necessario ottenere un ID del conto sorgente valido per continuare.',
|
||||
'ob_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
|
||||
'ob_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'ob_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
|
||||
'lc_source_need_data' => 'È necessario ottenere un ID del conto sorgente valido per continuare.',
|
||||
'ob_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
|
||||
'ob_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Non puoi utilizzare questo conto come conto di origine.',
|
||||
'generic_invalid_destination' => 'Non puoi utilizzare questo conto come conto di destinazione.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'あなたの Firefly III からのテストメッセージ',
|
||||
'admin_test_body' => 'これはあなたの Firefly III からのテストメッセージです。:email 宛に送信しました。',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Firefly III に新しいログイン',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => '予算名が「:value」で終わる',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => '予算名が「:value」で始まる',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => '請求名が「:value」を含む',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => '請求名が「:value」で終わる',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => '請求名が「:value」で始まる',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => '外部 ID が「:value」を含む',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => '外部 URL が「:value」',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => '外部 URL が「:value」を含む',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => '外部 URL が「:value」で終わる',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => '外部 URL が「:value」で始まる',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => '毎年',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => '無効なルールは実行できません。',
|
||||
'rules' => 'ルール',
|
||||
'rule_name' => 'ルールの名前',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => '請求のルールグループ',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => '請求「:name」用にルールを作成する',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => '請求「:name」のルール',
|
||||
'new_rule_for_bill_description' => 'このルールは請求「:name」の取引をマークします。',
|
||||
'rulegroup_for_bills_title' => '請求のルールグループ',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => '請求「:name」用にルールを作成する',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => '請求「:name」のルール',
|
||||
'new_rule_for_bill_description' => 'このルールは請求「:name」の取引をマークします。',
|
||||
|
||||
'new_rule_for_journal_title' => '取引「:description」をもとにしたルール',
|
||||
'new_rule_for_journal_description' => 'このルールは取引「:description」に基づいています。全く同じ取引に適合します。',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'データを削除',
|
||||
'permanent_delete_stuff' => 'これらのボタンには注意してください。削除すると元に戻せません。',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'すべてのセッションでログアウトしました。',
|
||||
'delete_all_budgets' => 'すべての予算を削除する',
|
||||
'delete_all_categories' => 'すべてのカテゴリを削除する',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'タグ「:tag」を更新しました',
|
||||
'created_tag' => 'タグ「:tag」が作成されました!',
|
||||
|
||||
'transaction_journal_information' => '取引情報',
|
||||
'transaction_journal_meta' => 'メタ情報',
|
||||
'transaction_journal_more' => '詳細情報',
|
||||
'basic_journal_information' => '取引基本情報',
|
||||
'transaction_journal_extra' => '追加情報',
|
||||
'att_part_of_journal' => '「:journal」に保存しました',
|
||||
'total_amount' => '合計金額',
|
||||
'number_of_decimals' => '小数点以下の桁数',
|
||||
'transaction_journal_information' => '取引情報',
|
||||
'transaction_journal_meta' => 'メタ情報',
|
||||
'transaction_journal_more' => '詳細情報',
|
||||
'basic_journal_information' => '取引基本情報',
|
||||
'transaction_journal_extra' => '追加情報',
|
||||
'att_part_of_journal' => '「:journal」に保存しました',
|
||||
'total_amount' => '合計金額',
|
||||
'number_of_decimals' => '小数点以下の桁数',
|
||||
|
||||
// administration
|
||||
'administration' => '管理',
|
||||
'user_administration' => 'ユーザー管理',
|
||||
'list_all_users' => '全ユーザー',
|
||||
'all_users' => '全ユーザー',
|
||||
'instance_configuration' => '設定',
|
||||
'firefly_instance_configuration' => 'Firefly III の設定オプション',
|
||||
'setting_single_user_mode' => 'シングルユーザーモード',
|
||||
'setting_single_user_mode_explain' => 'デフォルトでは Firefly III はあなた一人の登録しか受け付けません。これはセキュリティ対策であり、許可しない限り他の人がインスタンスを使用することを防ぎます。 今後の登録はブロックされています。このチェックを外すと、(インターネットに接続されている場合) アクセスできる他の人も利用できるようになります。',
|
||||
'store_configuration' => '設定を保存',
|
||||
'single_user_administration' => ':email のユーザー管理',
|
||||
'edit_user' => 'ユーザー :email を編集',
|
||||
'hidden_fields_preferences' => '<a href="preferences">設定</a> で追加の取引オプションを有効にできます。',
|
||||
'user_data_information' => 'ユーザーデータ',
|
||||
'user_information' => 'ユーザー情報',
|
||||
'total_size' => '合計サイズ',
|
||||
'budget_or_budgets' => ':count件の予算|:count件の予算',
|
||||
'budgets_with_limits' => ':count 件の金額設定済み予算|:count 件の金額設定済み予算',
|
||||
'nr_of_rules_in_total_groups' => ':count_groups 個のルールグループに :count_rules 個のルール',
|
||||
'tag_or_tags' => ':count 個のタグ|:count 個のタグ',
|
||||
'configuration_updated' => '設定が更新されました',
|
||||
'setting_is_demo_site' => 'デモサイト',
|
||||
'setting_is_demo_site_explain' => 'チェックすると、この Firefly III はデモサイトとして動作します。これには奇妙な副作用がありえます。',
|
||||
'block_code_bounced' => 'メールを配信できませんでした',
|
||||
'block_code_expired' => 'デモアカウントの期限切れ',
|
||||
'no_block_code' => 'ブロック済みまたはブロックされていない理由がありません',
|
||||
'block_code_email_changed' => 'ユーザーはまだ新しいメールアドレスを確認していません',
|
||||
'admin_update_email' => 'プロフィールページとは違い、ユーザーにメールアドレスが変更されたことは通知されません。',
|
||||
'update_user' => 'ユーザーを更新',
|
||||
'updated_user' => 'ユーザーデータが変更されました。',
|
||||
'delete_user' => 'ユーザー :email を削除',
|
||||
'user_deleted' => 'ユーザーが削除されました。',
|
||||
'send_test_email' => 'テストメールメッセージを送信',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'メッセージを送信',
|
||||
'send_test_triggered' => 'テストが実行されました。受信トレイとログファイルを確認してください。',
|
||||
'give_admin_careful' => '管理者権限を与えられたユーザーは、あなたの特権を奪うことができます。注意してください。',
|
||||
'admin_maintanance_title' => 'メンテナンス',
|
||||
'admin_maintanance_expl' => 'Firefly III メンテナンス用の素敵なボタン',
|
||||
'admin_maintenance_clear_cache' => 'キャッシュをクリア',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => '管理',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'ユーザー管理',
|
||||
'list_all_users' => '全ユーザー',
|
||||
'all_users' => '全ユーザー',
|
||||
'instance_configuration' => '設定',
|
||||
'firefly_instance_configuration' => 'Firefly III の設定オプション',
|
||||
'setting_single_user_mode' => 'シングルユーザーモード',
|
||||
'setting_single_user_mode_explain' => 'デフォルトでは Firefly III はあなた一人の登録しか受け付けません。これはセキュリティ対策であり、許可しない限り他の人がインスタンスを使用することを防ぎます。 今後の登録はブロックされています。このチェックを外すと、(インターネットに接続されている場合) アクセスできる他の人も利用できるようになります。',
|
||||
'store_configuration' => '設定を保存',
|
||||
'single_user_administration' => ':email のユーザー管理',
|
||||
'edit_user' => 'ユーザー :email を編集',
|
||||
'hidden_fields_preferences' => '<a href="preferences">設定</a> で追加の取引オプションを有効にできます。',
|
||||
'user_data_information' => 'ユーザーデータ',
|
||||
'user_information' => 'ユーザー情報',
|
||||
'total_size' => '合計サイズ',
|
||||
'budget_or_budgets' => ':count件の予算|:count件の予算',
|
||||
'budgets_with_limits' => ':count 件の金額設定済み予算|:count 件の金額設定済み予算',
|
||||
'nr_of_rules_in_total_groups' => ':count_groups 個のルールグループに :count_rules 個のルール',
|
||||
'tag_or_tags' => ':count 個のタグ|:count 個のタグ',
|
||||
'configuration_updated' => '設定が更新されました',
|
||||
'setting_is_demo_site' => 'デモサイト',
|
||||
'setting_is_demo_site_explain' => 'チェックすると、この Firefly III はデモサイトとして動作します。これには奇妙な副作用がありえます。',
|
||||
'block_code_bounced' => 'メールを配信できませんでした',
|
||||
'block_code_expired' => 'デモアカウントの期限切れ',
|
||||
'no_block_code' => 'ブロック済みまたはブロックされていない理由がありません',
|
||||
'block_code_email_changed' => 'ユーザーはまだ新しいメールアドレスを確認していません',
|
||||
'admin_update_email' => 'プロフィールページとは違い、ユーザーにメールアドレスが変更されたことは通知されません。',
|
||||
'update_user' => 'ユーザーを更新',
|
||||
'updated_user' => 'ユーザーデータが変更されました。',
|
||||
'delete_user' => 'ユーザー :email を削除',
|
||||
'user_deleted' => 'ユーザーが削除されました。',
|
||||
'send_test_email' => 'テストメールメッセージを送信',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'メッセージを送信',
|
||||
'send_test_triggered' => 'テストが実行されました。受信トレイとログファイルを確認してください。',
|
||||
'give_admin_careful' => '管理者権限を与えられたユーザーは、あなたの特権を奪うことができます。注意してください。',
|
||||
'admin_maintanance_title' => 'メンテナンス',
|
||||
'admin_maintanance_expl' => 'Firefly III メンテナンス用の素敵なボタン',
|
||||
'admin_maintenance_clear_cache' => 'キャッシュをクリア',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => '分割取引の説明',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => '定期的な取引をサポートするために必要なcronジョブは、一度も実行されていないようです。Firefly III をインストールしたばかりの場合は、これは普通のことですが、できるだけ早く設定する必要があります。 ページの右上隅にある (?) アイコンを使用してヘルプページを確認してください。',
|
||||
'recurring_cron_long_ago' => '定期的な取引をサポートするための cron ジョブが前回実行されてから36時間以上が経過しているようです。 正しく設定されていますか?ページの右上隅にある(?)アイコンから、ヘルプページを確認してください。',
|
||||
|
||||
'create_new_recurrence' => '定期的な取引を作成',
|
||||
'help_first_date' => '初回の繰り返し予定を示します。これは未来の日付でなければなりません。',
|
||||
'help_first_date_no_past' => '繰り返し取引の初回を示します。Firefly III は過去に取引を作成しません。',
|
||||
'no_currency' => '(通貨なし)',
|
||||
'mandatory_for_recurring' => '必須の繰り返し情報',
|
||||
'mandatory_for_transaction' => '必須の取引情報',
|
||||
'optional_for_recurring' => '繰り返しのオプション情報',
|
||||
'optional_for_transaction' => 'オプションの取引情報',
|
||||
'change_date_other_options' => '「最初の日付」を変更して、他のオプションを表示します。',
|
||||
'mandatory_fields_for_tranaction' => 'この値で取引が作成されます。',
|
||||
'click_for_calendar' => '取引が繰り返されるときに表示されるカレンダーはここをクリックしてください。',
|
||||
'repeat_forever' => 'ずっと繰り返す',
|
||||
'repeat_until_date' => '終了日まで繰り返す',
|
||||
'repeat_times' => '指定回数繰り返す',
|
||||
'recurring_skips_one' => '他すべて',
|
||||
'recurring_skips_more' => ':count 回の発生をスキップ',
|
||||
'store_new_recurrence' => '定期的な取引を保存',
|
||||
'stored_new_recurrence' => '定期的な取引「:title」が正常に保存されました。',
|
||||
'edit_recurrence' => '定期的な取引 ":title"を編集',
|
||||
'recurring_repeats_until' => ':date まで繰り返し',
|
||||
'recurring_repeats_forever' => '無期限に繰り返し',
|
||||
'recurring_repeats_x_times' => '繰り返し :count 回|繰り返し :count 回',
|
||||
'update_recurrence' => '定期的な取引を更新',
|
||||
'updated_recurrence' => '定期的な取引「:title」を更新しました',
|
||||
'recurrence_is_inactive' => 'この定期的な取引は有効ではないため、新しい取引は生成されません。',
|
||||
'delete_recurring' => '定期的な取引「:title」を削除',
|
||||
'new_recurring_transaction' => '新しい定期的な取引',
|
||||
'help_weekend' => '定期的な取引が土曜日または日曜日になる場合、Firefly III は何をすべきですか?',
|
||||
'do_nothing' => '新規取引を作成',
|
||||
'skip_transaction' => '発生をスキップ',
|
||||
'jump_to_friday' => '代わりに前の金曜日に取引を作成します',
|
||||
'jump_to_monday' => '代わりに次の月曜日に取引を作成します',
|
||||
'will_jump_friday' => '週末の代わりに金曜日に作成されます。',
|
||||
'will_jump_monday' => '週末の代わりに月曜日に作成されます。',
|
||||
'except_weekends' => '週末を除外する',
|
||||
'recurrence_deleted' => '定期的な取引「:title」を削除しました',
|
||||
'create_new_recurrence' => '定期的な取引を作成',
|
||||
'help_first_date' => '初回の繰り返し予定を示します。これは未来の日付でなければなりません。',
|
||||
'help_first_date_no_past' => '繰り返し取引の初回を示します。Firefly III は過去に取引を作成しません。',
|
||||
'no_currency' => '(通貨なし)',
|
||||
'mandatory_for_recurring' => '必須の繰り返し情報',
|
||||
'mandatory_for_transaction' => '必須の取引情報',
|
||||
'optional_for_recurring' => '繰り返しのオプション情報',
|
||||
'optional_for_transaction' => 'オプションの取引情報',
|
||||
'change_date_other_options' => '「最初の日付」を変更して、他のオプションを表示します。',
|
||||
'mandatory_fields_for_tranaction' => 'この値で取引が作成されます。',
|
||||
'click_for_calendar' => '取引が繰り返されるときに表示されるカレンダーはここをクリックしてください。',
|
||||
'repeat_forever' => 'ずっと繰り返す',
|
||||
'repeat_until_date' => '終了日まで繰り返す',
|
||||
'repeat_times' => '指定回数繰り返す',
|
||||
'recurring_skips_one' => '他すべて',
|
||||
'recurring_skips_more' => ':count 回の発生をスキップ',
|
||||
'store_new_recurrence' => '定期的な取引を保存',
|
||||
'stored_new_recurrence' => '定期的な取引「:title」が正常に保存されました。',
|
||||
'edit_recurrence' => '定期的な取引 ":title"を編集',
|
||||
'recurring_repeats_until' => ':date まで繰り返し',
|
||||
'recurring_repeats_forever' => '無期限に繰り返し',
|
||||
'recurring_repeats_x_times' => '繰り返し :count 回|繰り返し :count 回',
|
||||
'update_recurrence' => '定期的な取引を更新',
|
||||
'updated_recurrence' => '定期的な取引「:title」を更新しました',
|
||||
'recurrence_is_inactive' => 'この定期的な取引は有効ではないため、新しい取引は生成されません。',
|
||||
'delete_recurring' => '定期的な取引「:title」を削除',
|
||||
'new_recurring_transaction' => '新しい定期的な取引',
|
||||
'help_weekend' => '定期的な取引が土曜日または日曜日になる場合、Firefly III は何をすべきですか?',
|
||||
'do_nothing' => '新規取引を作成',
|
||||
'skip_transaction' => '発生をスキップ',
|
||||
'jump_to_friday' => '代わりに前の金曜日に取引を作成します',
|
||||
'jump_to_monday' => '代わりに次の月曜日に取引を作成します',
|
||||
'will_jump_friday' => '週末の代わりに金曜日に作成されます。',
|
||||
'will_jump_monday' => '週末の代わりに月曜日に作成されます。',
|
||||
'except_weekends' => '週末を除外する',
|
||||
'recurrence_deleted' => '定期的な取引「:title」を削除しました',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => '残高 (:currency)',
|
||||
'box_spent_in_currency' => '支出 (:currency)',
|
||||
'box_earned_in_currency' => '収益 (:currency)',
|
||||
'box_budgeted_in_currency' => '予算確保 (:currency)',
|
||||
'box_bill_paid_in_currency' => '支払い済み請求 (:currency)',
|
||||
'box_bill_unpaid_in_currency' => '未払いの請求 (:currency)',
|
||||
'box_left_to_spend_in_currency' => '残り支出 (:currency)',
|
||||
'box_net_worth_in_currency' => '純資産 (:currency)',
|
||||
'box_spend_per_day' => '1日あたりの支出残り: :amount',
|
||||
'box_balance_in_currency' => '残高 (:currency)',
|
||||
'box_spent_in_currency' => '支出 (:currency)',
|
||||
'box_earned_in_currency' => '収益 (:currency)',
|
||||
'box_budgeted_in_currency' => '予算確保 (:currency)',
|
||||
'box_bill_paid_in_currency' => '支払い済み請求 (:currency)',
|
||||
'box_bill_unpaid_in_currency' => '未払いの請求 (:currency)',
|
||||
'box_left_to_spend_in_currency' => '残り支出 (:currency)',
|
||||
'box_net_worth_in_currency' => '純資産 (:currency)',
|
||||
'box_spend_per_day' => '1日あたりの支出残り: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'デバッグページ',
|
||||
'debug_submit_instructions' => '問題が発生している場合は、この情報をデバッグ情報として使用できます。 新規または既存の <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>にコピー&ペーストしてください。 それは問題を迅速に診断するための、すばらしいテーブルを生成します。',
|
||||
'debug_pretty_table' => '以下の内容を GitHub issue にコピー&ペーストするとテーブルが生成されます。バックティック (`) や引用符で囲まないでください。',
|
||||
'debug_additional_data' => '以下の内容を共有することもできます。 新規または既存の <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>にこれをコピー&ペーストすることもできます。 ただし、この以下の内容には、口座名、取引の詳細、または電子メールアドレスなどの個人情報が含まれている場合があります。',
|
||||
'debug_page' => 'デバッグページ',
|
||||
'debug_submit_instructions' => '問題が発生している場合は、この情報をデバッグ情報として使用できます。 新規または既存の <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>にコピー&ペーストしてください。 それは問題を迅速に診断するための、すばらしいテーブルを生成します。',
|
||||
'debug_pretty_table' => '以下の内容を GitHub issue にコピー&ペーストするとテーブルが生成されます。バックティック (`) や引用符で囲まないでください。',
|
||||
'debug_additional_data' => '以下の内容を共有することもできます。 新規または既存の <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>にこれをコピー&ペーストすることもできます。 ただし、この以下の内容には、口座名、取引の詳細、または電子メールアドレスなどの個人情報が含まれている場合があります。',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'グループ',
|
||||
'object_groups_page_title' => 'グループ',
|
||||
'object_groups_breadcrumb' => 'グループ',
|
||||
'object_groups_index' => '概要',
|
||||
'object_groups' => 'グループ',
|
||||
'object_groups_empty_explain' => 'Firefly III のいくつかのものはグループに分けることができます。貯金箱を例に挙げると、編集/作成画面に「グループ」項目があります。 この項目を設定すると、グループの名前とページ内でのグループ表示順を編集できます。 詳細については、右上の(?) アイコンの下にあるヘルプページをご覧ください。',
|
||||
'object_group_title' => 'タイトル',
|
||||
'edit_object_group' => 'グループ「:title」を編集',
|
||||
'delete_object_group' => 'グループ「:title」を削除',
|
||||
'update_object_group' => 'グループの更新',
|
||||
'updated_object_group' => 'グループ「:title」を更新しました',
|
||||
'deleted_object_group' => 'グループ「:title」を削除しました',
|
||||
'object_group' => 'グループ',
|
||||
'object_groups_menu_bar' => 'グループ',
|
||||
'object_groups_page_title' => 'グループ',
|
||||
'object_groups_breadcrumb' => 'グループ',
|
||||
'object_groups_index' => '概要',
|
||||
'object_groups' => 'グループ',
|
||||
'object_groups_empty_explain' => 'Firefly III のいくつかのものはグループに分けることができます。貯金箱を例に挙げると、編集/作成画面に「グループ」項目があります。 この項目を設定すると、グループの名前とページ内でのグループ表示順を編集できます。 詳細については、右上の(?) アイコンの下にあるヘルプページをご覧ください。',
|
||||
'object_group_title' => 'タイトル',
|
||||
'edit_object_group' => 'グループ「:title」を編集',
|
||||
'delete_object_group' => 'グループ「:title」を削除',
|
||||
'update_object_group' => 'グループの更新',
|
||||
'updated_object_group' => 'グループ「:title」を更新しました',
|
||||
'deleted_object_group' => 'グループ「:title」を削除しました',
|
||||
'object_group' => 'グループ',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => '最終アクティビティ',
|
||||
'balanceDiff' => '残高差',
|
||||
'other_meta_data' => 'その他のメタデータ',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => '口座種別',
|
||||
'created_at' => '作成日時',
|
||||
'account' => '口座',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'need_id_in_edit' => '各分割は transaction_journal_id (有効な ID または 0 のいずれか) でなければなりません。',
|
||||
|
||||
'ob_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'lc_source_need_data' => '続行するには有効な引き出し元口座 ID が必要です。',
|
||||
'ob_dest_need_data' => '続行するには、有効な預け入れ口座 ID および(または)有効な預け入れ口座名を取得する必要があります。',
|
||||
'ob_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'ob_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'lc_source_need_data' => '続行するには有効な引き出し元口座 ID が必要です。',
|
||||
'ob_dest_need_data' => '続行するには、有効な預け入れ口座 ID および(または)有効な預け入れ口座名を取得する必要があります。',
|
||||
'ob_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'この口座を引き出し元口座として使用することはできません。',
|
||||
'generic_invalid_destination' => 'この口座を預け入れ先口座として使用することはできません。',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'En testmelding fra Firefly III-installasjonen',
|
||||
'admin_test_body' => 'Dette er en testmelding fra din Firefly III-instans. Den ble sendt til :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Ny pålogging på Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budsjettet slutter med ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'Ekstern URL er ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'årlig',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
||||
'rules' => 'Regler',
|
||||
'rule_name' => 'Navn på regel',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Regelgruppe for regninger',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Opprett ny regel for regning ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel for regning ":name"',
|
||||
'new_rule_for_bill_description' => 'Denne regelen markerer transaksjoner for regning ":name".',
|
||||
'rulegroup_for_bills_title' => 'Regelgruppe for regninger',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Opprett ny regel for regning ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel for regning ":name"',
|
||||
'new_rule_for_bill_description' => 'Denne regelen markerer transaksjoner for regning ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regel basert på transaksjon ":description"',
|
||||
'new_rule_for_journal_description' => 'Denne regelen er basert på transaksjon ":description. Det vil matche transaksjoner som er nøyaktig de samme.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
'delete_all_categories' => 'Delete ALL your categories',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Oppdatert tag ":tag"',
|
||||
'created_tag' => 'Tag ":tag" er opprettet!',
|
||||
|
||||
'transaction_journal_information' => 'Transaksjonsinformasjon',
|
||||
'transaction_journal_meta' => 'Metainformasjon',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Totalbeløp',
|
||||
'number_of_decimals' => 'Antall desimaler',
|
||||
'transaction_journal_information' => 'Transaksjonsinformasjon',
|
||||
'transaction_journal_meta' => 'Metainformasjon',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Totalbeløp',
|
||||
'number_of_decimals' => 'Antall desimaler',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administrasjon',
|
||||
'user_administration' => 'Brukeradministrasjon',
|
||||
'list_all_users' => 'Alle brukere',
|
||||
'all_users' => 'Alle brukere',
|
||||
'instance_configuration' => 'Konfigurasjon',
|
||||
'firefly_instance_configuration' => 'Konfigurasjonsalternativer for Firefly III',
|
||||
'setting_single_user_mode' => 'Enkeltbrukermodus',
|
||||
'setting_single_user_mode_explain' => 'Som standard godtar Firefly III bare en (1) registrering: deg. Dette er et sikkerhetstiltak, som hindrer andre i å bruke din instans hvis du ikke tillater dem det. Fremtidige registreringer er blokkert. Når du krysser av denne ruten kan andre bruke din forekomst, forutsatt at de kan nå serveren (når den er koblet til Internett).',
|
||||
'store_configuration' => 'Lagre konfigurasjon',
|
||||
'single_user_administration' => 'Brukeradministrasjon for :email',
|
||||
'edit_user' => 'Rediger bruker :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Brukerdata',
|
||||
'user_information' => 'Brukerinformasjon',
|
||||
'total_size' => 'totalstørrelse',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regler i :count_groups regel gruppe(r)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Konfigurasjonen er oppdatert',
|
||||
'setting_is_demo_site' => 'Demo nettsted',
|
||||
'setting_is_demo_site_explain' => 'Hvis du avhuker denne boksen, vil installasjonen oppføre seg som om det er en demo site, som kan ha rare bivirkninger.',
|
||||
'block_code_bounced' => 'Epostmelding(er) kunne ikke leveres',
|
||||
'block_code_expired' => 'Demo-konto utløpt',
|
||||
'no_block_code' => 'Ingen grunn for utestengelse eller brukeren er ikke utestengt',
|
||||
'block_code_email_changed' => 'Brukeren har ikke bekreftet ny e-postadresse ennå',
|
||||
'admin_update_email' => 'I motsetning til profilsiden, vil brukeren IKKE bli varslet om at e-postadressen er endret!',
|
||||
'update_user' => 'Oppdater bruker',
|
||||
'updated_user' => 'Brukerdata er endret.',
|
||||
'delete_user' => 'Slett bruker :email',
|
||||
'user_deleted' => 'Brukeren er slettet',
|
||||
'send_test_email' => 'Send test-epostmelding',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Send melding',
|
||||
'send_test_triggered' => 'Test ble utløst. Sjekk innboksen din og loggfilene.',
|
||||
'give_admin_careful' => 'Brukere som får administrative rettigheter kan ta bort din. Vær forsiktig.',
|
||||
'admin_maintanance_title' => 'Vedlikehold',
|
||||
'admin_maintanance_expl' => 'Noen smarte knapper for Firefly III vedlikehold',
|
||||
'admin_maintenance_clear_cache' => 'Tøm hurtigminne',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administrasjon',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Brukeradministrasjon',
|
||||
'list_all_users' => 'Alle brukere',
|
||||
'all_users' => 'Alle brukere',
|
||||
'instance_configuration' => 'Konfigurasjon',
|
||||
'firefly_instance_configuration' => 'Konfigurasjonsalternativer for Firefly III',
|
||||
'setting_single_user_mode' => 'Enkeltbrukermodus',
|
||||
'setting_single_user_mode_explain' => 'Som standard godtar Firefly III bare en (1) registrering: deg. Dette er et sikkerhetstiltak, som hindrer andre i å bruke din instans hvis du ikke tillater dem det. Fremtidige registreringer er blokkert. Når du krysser av denne ruten kan andre bruke din forekomst, forutsatt at de kan nå serveren (når den er koblet til Internett).',
|
||||
'store_configuration' => 'Lagre konfigurasjon',
|
||||
'single_user_administration' => 'Brukeradministrasjon for :email',
|
||||
'edit_user' => 'Rediger bruker :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Brukerdata',
|
||||
'user_information' => 'Brukerinformasjon',
|
||||
'total_size' => 'totalstørrelse',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regler i :count_groups regel gruppe(r)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Konfigurasjonen er oppdatert',
|
||||
'setting_is_demo_site' => 'Demo nettsted',
|
||||
'setting_is_demo_site_explain' => 'Hvis du avhuker denne boksen, vil installasjonen oppføre seg som om det er en demo site, som kan ha rare bivirkninger.',
|
||||
'block_code_bounced' => 'Epostmelding(er) kunne ikke leveres',
|
||||
'block_code_expired' => 'Demo-konto utløpt',
|
||||
'no_block_code' => 'Ingen grunn for utestengelse eller brukeren er ikke utestengt',
|
||||
'block_code_email_changed' => 'Brukeren har ikke bekreftet ny e-postadresse ennå',
|
||||
'admin_update_email' => 'I motsetning til profilsiden, vil brukeren IKKE bli varslet om at e-postadressen er endret!',
|
||||
'update_user' => 'Oppdater bruker',
|
||||
'updated_user' => 'Brukerdata er endret.',
|
||||
'delete_user' => 'Slett bruker :email',
|
||||
'user_deleted' => 'Brukeren er slettet',
|
||||
'send_test_email' => 'Send test-epostmelding',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Send melding',
|
||||
'send_test_triggered' => 'Test ble utløst. Sjekk innboksen din og loggfilene.',
|
||||
'give_admin_careful' => 'Brukere som får administrative rettigheter kan ta bort din. Vær forsiktig.',
|
||||
'admin_maintanance_title' => 'Vedlikehold',
|
||||
'admin_maintanance_expl' => 'Noen smarte knapper for Firefly III vedlikehold',
|
||||
'admin_maintenance_clear_cache' => 'Tøm hurtigminne',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Beskrivelse av den splittende transaksjon',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Det synes at cron jobben som er nødvendig for å støtte gjentakende transaksjoner har aldri kjørt. Dette er selvfølgelig normalt når du nettopp har installert Firefly III, men dette bør settes opp så snart som mulig. Sjekk ut hjelp-sidene ved å bruke (?) -ikonet i øverste høyre hjørne på siden.',
|
||||
'recurring_cron_long_ago' => 'Det ser ut som det har gått mer enn 36 timer siden cron job\'en for å støtte gjentakende transaksjoner har kjørt. Er du sikker på at den er satt opp riktig? Sjekk ut hjelpe-sidene ved å bruke (?) -ikonet i øverste høyre hjørne på siden.',
|
||||
|
||||
'create_new_recurrence' => 'Lag ny gjentakende transaksjon',
|
||||
'help_first_date' => 'Spesifiser den første forventede gjentakelse, det må være i fremtiden.',
|
||||
'help_first_date_no_past' => 'Spesifiser den første forventede gjentakelse. Firefly III vil ikke opprette transaksjoner i fortiden.',
|
||||
'no_currency' => '(ingen valuta)',
|
||||
'mandatory_for_recurring' => 'Pålagt gjentakelses informasjon',
|
||||
'mandatory_for_transaction' => 'Pålagt transaksjons informasjon',
|
||||
'optional_for_recurring' => 'Valgfritt gjentakelses informasjon',
|
||||
'optional_for_transaction' => 'Valgfritt transaksjons informasjon',
|
||||
'change_date_other_options' => 'Ved å endre på "første dato" får du flere valg.',
|
||||
'mandatory_fields_for_tranaction' => 'Verdiene her vil ende opp i transaksjonene som blir opprettet',
|
||||
'click_for_calendar' => 'Trykk her for å få en kalender som viser deg når transaksjonen vil gjenta seg.',
|
||||
'repeat_forever' => 'Gjenta for alltid',
|
||||
'repeat_until_date' => 'Gjenta til dato',
|
||||
'repeat_times' => 'Gjenta antall ganger',
|
||||
'recurring_skips_one' => 'Annen hver',
|
||||
'recurring_skips_more' => 'Hopper over :count forekomster',
|
||||
'store_new_recurrence' => 'Lagre gjentakende transaksjon',
|
||||
'stored_new_recurrence' => 'Gjentakende transaksjon ":title" lagret.',
|
||||
'edit_recurrence' => 'Rediger gjentakende transaksjon ":title"',
|
||||
'recurring_repeats_until' => 'Gjenta til :date',
|
||||
'recurring_repeats_forever' => 'Gjenta for alltid',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Oppdater gjentakende transaksjon',
|
||||
'updated_recurrence' => 'Oppdatert gjentakende transaksjon ":title"',
|
||||
'recurrence_is_inactive' => 'Denne gjentakende transaksjonen er ikke aktiv og vil ikke generere nye transaksjoner.',
|
||||
'delete_recurring' => 'Slett gjentakende transaksjon ":title"',
|
||||
'new_recurring_transaction' => 'Opprett gjentakende transaksjon',
|
||||
'help_weekend' => 'Hva skal Firefly III gjøre når gjentakende transaksjon faller på en Lørdag eller Søndag?',
|
||||
'do_nothing' => 'Bare opprett transaksjonen',
|
||||
'skip_transaction' => 'Hopp over forekomsten',
|
||||
'jump_to_friday' => 'Opprett transaksjonen på foregående Fredag istedet',
|
||||
'jump_to_monday' => 'Opprett transaksjonen på neste Mandag istedet',
|
||||
'will_jump_friday' => 'Opprettes på Fredag i stedet for i helgene.',
|
||||
'will_jump_monday' => 'Opprettes på Mandag i stedet for i helgene.',
|
||||
'except_weekends' => 'Unntatt helger',
|
||||
'recurrence_deleted' => 'Gjentakende transaksjon ":title" slettet',
|
||||
'create_new_recurrence' => 'Lag ny gjentakende transaksjon',
|
||||
'help_first_date' => 'Spesifiser den første forventede gjentakelse, det må være i fremtiden.',
|
||||
'help_first_date_no_past' => 'Spesifiser den første forventede gjentakelse. Firefly III vil ikke opprette transaksjoner i fortiden.',
|
||||
'no_currency' => '(ingen valuta)',
|
||||
'mandatory_for_recurring' => 'Pålagt gjentakelses informasjon',
|
||||
'mandatory_for_transaction' => 'Pålagt transaksjons informasjon',
|
||||
'optional_for_recurring' => 'Valgfritt gjentakelses informasjon',
|
||||
'optional_for_transaction' => 'Valgfritt transaksjons informasjon',
|
||||
'change_date_other_options' => 'Ved å endre på "første dato" får du flere valg.',
|
||||
'mandatory_fields_for_tranaction' => 'Verdiene her vil ende opp i transaksjonene som blir opprettet',
|
||||
'click_for_calendar' => 'Trykk her for å få en kalender som viser deg når transaksjonen vil gjenta seg.',
|
||||
'repeat_forever' => 'Gjenta for alltid',
|
||||
'repeat_until_date' => 'Gjenta til dato',
|
||||
'repeat_times' => 'Gjenta antall ganger',
|
||||
'recurring_skips_one' => 'Annen hver',
|
||||
'recurring_skips_more' => 'Hopper over :count forekomster',
|
||||
'store_new_recurrence' => 'Lagre gjentakende transaksjon',
|
||||
'stored_new_recurrence' => 'Gjentakende transaksjon ":title" lagret.',
|
||||
'edit_recurrence' => 'Rediger gjentakende transaksjon ":title"',
|
||||
'recurring_repeats_until' => 'Gjenta til :date',
|
||||
'recurring_repeats_forever' => 'Gjenta for alltid',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Oppdater gjentakende transaksjon',
|
||||
'updated_recurrence' => 'Oppdatert gjentakende transaksjon ":title"',
|
||||
'recurrence_is_inactive' => 'Denne gjentakende transaksjonen er ikke aktiv og vil ikke generere nye transaksjoner.',
|
||||
'delete_recurring' => 'Slett gjentakende transaksjon ":title"',
|
||||
'new_recurring_transaction' => 'Opprett gjentakende transaksjon',
|
||||
'help_weekend' => 'Hva skal Firefly III gjøre når gjentakende transaksjon faller på en Lørdag eller Søndag?',
|
||||
'do_nothing' => 'Bare opprett transaksjonen',
|
||||
'skip_transaction' => 'Hopp over forekomsten',
|
||||
'jump_to_friday' => 'Opprett transaksjonen på foregående Fredag istedet',
|
||||
'jump_to_monday' => 'Opprett transaksjonen på neste Mandag istedet',
|
||||
'will_jump_friday' => 'Opprettes på Fredag i stedet for i helgene.',
|
||||
'will_jump_monday' => 'Opprettes på Mandag i stedet for i helgene.',
|
||||
'except_weekends' => 'Unntatt helger',
|
||||
'recurrence_deleted' => 'Gjentakende transaksjon ":title" slettet',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Balanse i (:currency)',
|
||||
'box_spent_in_currency' => 'Brukt (:currency)',
|
||||
'box_earned_in_currency' => 'Opptjent (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budsjettert (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Betalte faktura (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Ubetalte faktura (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Igjen å bruke (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
'box_balance_in_currency' => 'Balanse i (:currency)',
|
||||
'box_spent_in_currency' => 'Brukt (:currency)',
|
||||
'box_earned_in_currency' => 'Opptjent (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budsjettert (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Betalte faktura (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Ubetalte faktura (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Igjen å bruke (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Siste aktivitet',
|
||||
'balanceDiff' => 'Saldodifferanse',
|
||||
'other_meta_data' => 'Andre meta-data',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Kontotype',
|
||||
'created_at' => 'Opprettet',
|
||||
'account' => 'Konto',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjons konto ved å søke etter ID ":id" eller navn ":name".',
|
||||
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
|
||||
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
|
||||
'ob_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjonskonto ved søk etter ID ":id" eller navn ":name".',
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
|
||||
'ob_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjonskonto ved søk etter ID ":id" eller navn ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Du kan ikke bruke denne kontoen som kildekonto.',
|
||||
'generic_invalid_destination' => 'Du kan ikke bruke denne kontoen som destinasjonskonto.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Een testbericht van je Firefly III-installatie',
|
||||
'admin_test_body' => 'Dit is een testbericht vanaf jouw Firefly III-installatie. Het is verstuurd naar :email.',
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'Een uitnodiging is gemaakt',
|
||||
'invitation_created_body' => 'Admin ":email" heeft een gebruikersuitnodiging gemaakt die kan worden gebruikt door ":invitee". De uitnodiging is 48 uur geldig.',
|
||||
'invite_user_subject' => 'Je bent uitgenodigd om een Firefly III account aan te maken.',
|
||||
'invitation_introduction' => 'Je bent uitgenodigd om een Firefly III account aan te maken op **:host**. Firefly III is een persoonlijke, zelfgehoste persoonlijke financiële manager. Echte hipsters gebruiken Firefly III.',
|
||||
'invitation_invited_by' => 'Je bent uitgenodigd door ":admin", en deze uitnodiging is verzonden naar ":invitee". Dat ben jij, toch?',
|
||||
'invitation_url' => 'De uitnodiging is 48 uur geldig en kan gebruikt door te surfen naar [Firefly III](:url). Veel plezier!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nieuwe login op Firefly III',
|
||||
'slack_login_from_new_ip' => 'Nieuwe Firefly III login vanaf IP :ip (:host)',
|
||||
|
@ -229,42 +229,42 @@ return [
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'Er zijn geen webhook-berichten',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Na het maken van een transactie',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Na het updaten van een transactie',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'Na het verwijderen van een transactie',
|
||||
'webhook_response_TRANSACTIONS' => 'Transactiedetails',
|
||||
'webhook_response_ACCOUNTS' => 'Rekeningdetails',
|
||||
'webhook_response_none_NONE' => 'Geen details',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspecteren',
|
||||
'create_new_webhook' => 'Maak nieuwe webhook',
|
||||
'webhooks_create_breadcrumb' => 'Maak nieuwe webhook',
|
||||
'webhook_trigger_form_help' => 'Geef aan bij welke gebeurtenis de webhook afgaat',
|
||||
'webhook_response_form_help' => 'Geef aan wat de webhook mee moet sturen.',
|
||||
'webhook_delivery_form_help' => 'Geef aan welk dataformaat gebruikt moet worden.',
|
||||
'webhook_active_form_help' => 'De webhook moet actief zijn anders doet-ie het niet.',
|
||||
'stored_new_webhook' => 'Nieuw webhook ":title" opgeslagen',
|
||||
'delete_webhook' => 'Webhook verwijderen',
|
||||
'deleted_webhook' => 'Webhook ":title" verwijderd',
|
||||
'edit_webhook' => 'Webhook ":title" wijzigen',
|
||||
'updated_webhook' => 'Webhook ":title" bijgewerkt',
|
||||
'edit_webhook_js' => 'Webhook "{title}" wijzigen',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'De webhook is afgevuurd voor de aangegeven transactie. Je kan deze pagina vernieuwen om de resultaten te bekijken.',
|
||||
'webhook_messages' => 'Webhook-bericht',
|
||||
'view_message' => 'Bekijk bericht',
|
||||
'view_attempts' => 'Bekijk mislukte pogingen',
|
||||
'message_content_title' => 'Inhoud van webhook-bericht',
|
||||
'message_content_help' => 'Dit is de inhoud van het bericht dat verzonden was (of niet) met behulp van deze webhook.',
|
||||
'attempt_content_title' => 'Webhookpogingen',
|
||||
'attempt_content_help' => 'Dit zijn alle mislukte pogingen van de webhook om data te versturen. Na een paar keer stopt Firefly III met proberen.',
|
||||
'no_attempts' => 'Er zijn geen mislukte pogingen. Lekker toch?',
|
||||
'webhook_attempt_at' => 'Poging op {moment}',
|
||||
'logs' => 'Logboeken',
|
||||
'response' => 'Reactie',
|
||||
'visit_webhook_url' => 'Bezoek URL van webhook',
|
||||
'reset_webhook_secret' => 'Reset webhook-geheim',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
|
||||
@ -323,27 +323,27 @@ return [
|
||||
// old
|
||||
|
||||
'search_modifier_date_on' => 'Transactiedatum is ":value"',
|
||||
'search_modifier_not_date_on' => 'Transactiedatum is niet ":value"',
|
||||
'search_modifier_reconciled' => 'Transactie is afgestemd',
|
||||
'search_modifier_not_reconciled' => 'Transactie is niet afgestemd',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'Transactie ID is ":value"',
|
||||
'search_modifier_not_id' => 'Transactie-ID is niet ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
'search_modifier_date_before' => 'Transactiedatum is vóór of op ":value"',
|
||||
'search_modifier_date_after' => 'Transactiedatum is na of op ":value"',
|
||||
'search_modifier_external_id_is' => 'Externe ID is ":value"',
|
||||
'search_modifier_not_external_id_is' => 'Externe ID is niet ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_no_external_url' => 'De transactie heeft geen externe URL',
|
||||
'search_modifier_not_any_external_url' => 'De transactie heeft geen externe URL',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'De transactie heeft een (welke dan ook) externe URL',
|
||||
'search_modifier_not_no_external_url' => 'De transactie heeft een (welke dan ook) externe URL',
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Interne referentie is ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Interne referentie is niet ":value"',
|
||||
'search_modifier_description_starts' => 'Omschrijving begint met ":value"',
|
||||
'search_modifier_not_description_starts' => 'Omschrijving begint niet met ":value"',
|
||||
'search_modifier_description_ends' => 'Omschrijving eindigt op ":value"',
|
||||
'search_modifier_not_description_ends' => 'Omschrijving eindigt niet met ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'Omschrijving bevat ":value"',
|
||||
'search_modifier_not_description_contains' => 'Omschrijving bevat niet ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Omschrijving is ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => 'Transactie (vreemde) valuta is ":value"',
|
||||
@ -438,11 +438,11 @@ return [
|
||||
'search_modifier_tag_is' => 'Tag is ":value"',
|
||||
'search_modifier_not_tag_is' => 'No tag is ":value"',
|
||||
'search_modifier_date_on_year' => 'Transactie is in jaar ":value"',
|
||||
'search_modifier_not_date_on_year' => 'Transactie is niet in jaar ":value"',
|
||||
'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"',
|
||||
'search_modifier_date_on_month' => 'Transactie is in maand ":value"',
|
||||
'search_modifier_not_date_on_month' => 'Transactie is niet in maand ":value"',
|
||||
'search_modifier_not_date_on_month' => 'Transaction is not in month ":value"',
|
||||
'search_modifier_date_on_day' => 'Transactie is op dag van de maand ":value"',
|
||||
'search_modifier_not_date_on_day' => 'Transactie is niet op dag van de maand ":value"',
|
||||
'search_modifier_not_date_on_day' => 'Transaction is not on day of month ":value"',
|
||||
'search_modifier_date_before_year' => 'Transactie is in of voor ":value"',
|
||||
'search_modifier_date_before_month' => 'Transactie is in of voor maand ":value"',
|
||||
'search_modifier_date_before_day' => 'Transactie is voor of op dag van de maand ":value"',
|
||||
@ -455,19 +455,19 @@ return [
|
||||
'search_modifier_tag_is_not' => 'Geen tag is ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'Bron- of doelrekeningnaam is ":value"',
|
||||
'search_modifier_not_account_is' => 'Bron- noch doelrekeningnaam is ":value"',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'Bron- of doelrekeningnaam bevat ":value"',
|
||||
'search_modifier_not_account_contains' => 'Bron- noch doelrekeningnaam bevat ":value"',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'Bron- of doelrekeningnaam eindigt op ":value"',
|
||||
'search_modifier_not_account_ends' => 'Bron- noch doelrekeningnaam eindigt op ":value"',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'Bron- of doelrekeningnaam begint met ":value"',
|
||||
'search_modifier_not_account_starts' => 'Bron- noch doelrekeningnaam begint met ":value"',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'Bron- of doelrekeningnummer / IBAN is ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Bron- noch doelrekeningnummer / IBAN is ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Bron- of doelrekeningnummer / IBAN bevat ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Bron- noch doelrekeningnummer / IBAN bevat ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Bron- of doelrekeningnummer / IBAN eindigt op ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Bron- noch doelrekeningnummer / IBAN eindigt op ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Bron- of doelrekeningnummer / IBAN begint met ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'Categorie bevat ":value"',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget eindigt op ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget begint met ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Contract bevat ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Contract eindigt op ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Contract begint met ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'Externe ID bevat ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'Externe URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'Externe URL bevat ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'Externe URL eindigt op ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'Externe URL begint met ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'elk jaar',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Inactieve regels doen het niet.',
|
||||
'rules' => 'Regels',
|
||||
'rule_name' => 'Regelnaam',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Regelgroep voor contracten',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Maak een nieuwe regel voor contract ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel voor contract ":name"',
|
||||
'new_rule_for_bill_description' => 'Deze regel markeert uitgaven voor contract ":name".',
|
||||
'rulegroup_for_bills_title' => 'Regelgroep voor contracten',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Maak een nieuwe regel voor contract ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel voor contract ":name"',
|
||||
'new_rule_for_bill_description' => 'Deze regel markeert uitgaven voor contract ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regel gebaseerd op transactie ":description"',
|
||||
'new_rule_for_journal_description' => 'Deze regel is gebaseerd op transactie ":description". Hij matcht met transacties die precies hetzelfde zijn.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Verwijder gegevens',
|
||||
'permanent_delete_stuff' => 'Wees voorzichtig met deze knoppen. Het verwijderen van dingen is permanent.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Al je andere sessies zijn uitgelogd.',
|
||||
'delete_all_budgets' => 'Verwijder ALLE budgetten',
|
||||
'delete_all_categories' => 'Verwijder ALLE categorieën',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Tag ":tag" geüpdatet',
|
||||
'created_tag' => 'Tag ":tag" opgeslagen!',
|
||||
|
||||
'transaction_journal_information' => 'Transactieinformatie',
|
||||
'transaction_journal_meta' => 'Metainformatie',
|
||||
'transaction_journal_more' => 'Meer informatie',
|
||||
'basic_journal_information' => 'Standaard transactieinformatie',
|
||||
'transaction_journal_extra' => 'Extra informatie',
|
||||
'att_part_of_journal' => 'Opgeslagen onder ":journal"',
|
||||
'total_amount' => 'Totaalbedrag',
|
||||
'number_of_decimals' => 'Aantal decimalen',
|
||||
'transaction_journal_information' => 'Transactieinformatie',
|
||||
'transaction_journal_meta' => 'Metainformatie',
|
||||
'transaction_journal_more' => 'Meer informatie',
|
||||
'basic_journal_information' => 'Standaard transactieinformatie',
|
||||
'transaction_journal_extra' => 'Extra informatie',
|
||||
'att_part_of_journal' => 'Opgeslagen onder ":journal"',
|
||||
'total_amount' => 'Totaalbedrag',
|
||||
'number_of_decimals' => 'Aantal decimalen',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administratie',
|
||||
'user_administration' => 'Gebruikersadministratie',
|
||||
'list_all_users' => 'Alle gebruikers',
|
||||
'all_users' => 'Alle gebruikers',
|
||||
'instance_configuration' => 'Instellingen',
|
||||
'firefly_instance_configuration' => 'Instellingen voor Firefly III',
|
||||
'setting_single_user_mode' => 'Enkele gebruiker-modus',
|
||||
'setting_single_user_mode_explain' => 'Standaard accepteert Firefly III maar één (1) gebruiker: jijzelf. Dit is een veiligheidsmaatregel, zodat anderen niet zomaar jouw installatie kunnen gebruiken, tenzij je dit aanzet. Toekomstige registraties zijn nu geblokkeerd. Als je dit vinkje uitzet kunnen anderen jouw installatie ook gebruiken, gegeven dat ze er bij kunnen (je installatie hangt aan het internet).',
|
||||
'store_configuration' => 'Configuratie opslaan',
|
||||
'single_user_administration' => 'Gebruikersadministratie voor :email',
|
||||
'edit_user' => 'Wijzig gebruiker :email',
|
||||
'hidden_fields_preferences' => 'Je kan meer transactieopties inschakelen in je <a href="preferences">instellingen</a>.',
|
||||
'user_data_information' => 'Gebruikersgegevens',
|
||||
'user_information' => 'Gebruikersinformatie',
|
||||
'total_size' => 'totale grootte',
|
||||
'budget_or_budgets' => ':count budget|:count budgetten',
|
||||
'budgets_with_limits' => ':count budget met een ingesteld bedrag|:count budgetten met een ingesteld bedrag',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regel(s) in :count_groups regelgroep(en)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'De configuratie is bijgewerkt',
|
||||
'setting_is_demo_site' => 'Demo website',
|
||||
'setting_is_demo_site_explain' => 'Als je dit aanzet doet jouw installatie alsof het een demo-site is, en dat kan problemen opleveren.',
|
||||
'block_code_bounced' => 'Email kwam niet aan',
|
||||
'block_code_expired' => 'Demo-account verlopen',
|
||||
'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd',
|
||||
'block_code_email_changed' => 'De gebruiker heeft zijn nieuwe emailadres nog niet bevestigd',
|
||||
'admin_update_email' => 'Integendeel tot de profielpagina krijgt de gebruiker hier geen notificatie van!',
|
||||
'update_user' => 'Gebruiker bijwerken',
|
||||
'updated_user' => 'Gebruikersgegevens zijn gewijzigd.',
|
||||
'delete_user' => 'Verwijder gebruiker :email',
|
||||
'user_deleted' => 'De gebruiker is verwijderd',
|
||||
'send_test_email' => 'Stuur testmail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Verstuur bericht',
|
||||
'send_test_triggered' => 'Testmail verstuurd. Check je inbox en de logboeken.',
|
||||
'give_admin_careful' => 'Gebruikers die je beheerdersrechten geeft kunnen die van jou afpakken. Wees voorzichtig.',
|
||||
'admin_maintanance_title' => 'Onderhoud',
|
||||
'admin_maintanance_expl' => 'Handige knopjes voor Firefly III onderhoud',
|
||||
'admin_maintenance_clear_cache' => 'Cache leegmaken',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administratie',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Gebruikersadministratie',
|
||||
'list_all_users' => 'Alle gebruikers',
|
||||
'all_users' => 'Alle gebruikers',
|
||||
'instance_configuration' => 'Instellingen',
|
||||
'firefly_instance_configuration' => 'Instellingen voor Firefly III',
|
||||
'setting_single_user_mode' => 'Enkele gebruiker-modus',
|
||||
'setting_single_user_mode_explain' => 'Standaard accepteert Firefly III maar één (1) gebruiker: jijzelf. Dit is een veiligheidsmaatregel, zodat anderen niet zomaar jouw installatie kunnen gebruiken, tenzij je dit aanzet. Toekomstige registraties zijn nu geblokkeerd. Als je dit vinkje uitzet kunnen anderen jouw installatie ook gebruiken, gegeven dat ze er bij kunnen (je installatie hangt aan het internet).',
|
||||
'store_configuration' => 'Configuratie opslaan',
|
||||
'single_user_administration' => 'Gebruikersadministratie voor :email',
|
||||
'edit_user' => 'Wijzig gebruiker :email',
|
||||
'hidden_fields_preferences' => 'Je kan meer transactieopties inschakelen in je <a href="preferences">instellingen</a>.',
|
||||
'user_data_information' => 'Gebruikersgegevens',
|
||||
'user_information' => 'Gebruikersinformatie',
|
||||
'total_size' => 'totale grootte',
|
||||
'budget_or_budgets' => ':count budget|:count budgetten',
|
||||
'budgets_with_limits' => ':count budget met een ingesteld bedrag|:count budgetten met een ingesteld bedrag',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regel(s) in :count_groups regelgroep(en)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'De configuratie is bijgewerkt',
|
||||
'setting_is_demo_site' => 'Demo website',
|
||||
'setting_is_demo_site_explain' => 'Als je dit aanzet doet jouw installatie alsof het een demo-site is, en dat kan problemen opleveren.',
|
||||
'block_code_bounced' => 'Email kwam niet aan',
|
||||
'block_code_expired' => 'Demo-account verlopen',
|
||||
'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd',
|
||||
'block_code_email_changed' => 'De gebruiker heeft zijn nieuwe emailadres nog niet bevestigd',
|
||||
'admin_update_email' => 'Integendeel tot de profielpagina krijgt de gebruiker hier geen notificatie van!',
|
||||
'update_user' => 'Gebruiker bijwerken',
|
||||
'updated_user' => 'Gebruikersgegevens zijn gewijzigd.',
|
||||
'delete_user' => 'Verwijder gebruiker :email',
|
||||
'user_deleted' => 'De gebruiker is verwijderd',
|
||||
'send_test_email' => 'Stuur testmail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Verstuur bericht',
|
||||
'send_test_triggered' => 'Testmail verstuurd. Check je inbox en de logboeken.',
|
||||
'give_admin_careful' => 'Gebruikers die je beheerdersrechten geeft kunnen die van jou afpakken. Wees voorzichtig.',
|
||||
'admin_maintanance_title' => 'Onderhoud',
|
||||
'admin_maintanance_expl' => 'Handige knopjes voor Firefly III onderhoud',
|
||||
'admin_maintenance_clear_cache' => 'Cache leegmaken',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Beschrijving van de gesplitste transactie',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Het lijkt er op dat je cronjob die nodig is voor periodieke transacties nog nooit gedraaid heeft. Niet zo gek natuurlijk als je Firefly III echt net geïnstalleerd hebt, maar denk eraan dat je dit regelt. Check de helppagina\'s via het (?)-icoontje rechtsboven.',
|
||||
'recurring_cron_long_ago' => 'Het lijkt er op dat het meer dan 36 uur geleden is sinds de cronjob heeft gedraaid die je nodig hebt voor het maken van periodieke transacties. Weet je zeker dat deze goed is ingesteld? Check de helppagina\'s onder het (?)-icoontje rechtsboven voor meer informatie.',
|
||||
|
||||
'create_new_recurrence' => 'Maak een nieuwe periodieke transactie',
|
||||
'help_first_date' => 'Geef aan wanneer je de eerste transactie verwacht. Dit moet in de toekomst zijn.',
|
||||
'help_first_date_no_past' => 'Geef aan wanneer je de eerste transactie verwacht. Firefly III zal geen transacties in het verleden maken.',
|
||||
'no_currency' => '(geen valuta)',
|
||||
'mandatory_for_recurring' => 'Verplichte periodieke informatie',
|
||||
'mandatory_for_transaction' => 'Verplichte transactieinformatie',
|
||||
'optional_for_recurring' => 'Optionele periodieke informatie',
|
||||
'optional_for_transaction' => 'Optionele transactieinformatie',
|
||||
'change_date_other_options' => 'Wijzig de "eerste datum" om meer opties te zien.',
|
||||
'mandatory_fields_for_tranaction' => 'De waarden die je hier invult worden gebruikt om de transactie(s) te maken',
|
||||
'click_for_calendar' => 'Hier vind je een kalender die laat zien wanneer de transactie zal herhalen.',
|
||||
'repeat_forever' => 'Voor altijd herhalen',
|
||||
'repeat_until_date' => 'Herhalen tot een datum',
|
||||
'repeat_times' => 'Een aantal maal herhalen',
|
||||
'recurring_skips_one' => 'Elke tweede',
|
||||
'recurring_skips_more' => 'Slaat :count keer over',
|
||||
'store_new_recurrence' => 'Sla periodieke transactie op',
|
||||
'stored_new_recurrence' => 'Periodieke transactie ":title" is opgeslagen.',
|
||||
'edit_recurrence' => 'Wijzig periodieke transactie ":title"',
|
||||
'recurring_repeats_until' => 'Herhaalt tot :date',
|
||||
'recurring_repeats_forever' => 'Blijft herhalen',
|
||||
'recurring_repeats_x_times' => 'Herhaalt :count keer|Herhaalt :count keer',
|
||||
'update_recurrence' => 'Wijzig periodieke transactie',
|
||||
'updated_recurrence' => 'Periodieke transactie ":title" is gewijzigd',
|
||||
'recurrence_is_inactive' => 'Deze periodieke transactie is niet actief en maakt geen transacties aan.',
|
||||
'delete_recurring' => 'Verwijder periodieke transactie ":title"',
|
||||
'new_recurring_transaction' => 'Nieuwe periodieke transactie',
|
||||
'help_weekend' => 'Wat moet Firefly III doen als de periodieke transactie in het weekend valt?',
|
||||
'do_nothing' => 'Gewoon transactie maken',
|
||||
'skip_transaction' => 'Transactie overslaan',
|
||||
'jump_to_friday' => 'Transactie maken op de vrijdag ervoor',
|
||||
'jump_to_monday' => 'Transactie maken op de maandag erna',
|
||||
'will_jump_friday' => 'Wordt op de vrijdag ervoor gemaakt i.p.v. in het weekend.',
|
||||
'will_jump_monday' => 'Wordt op de maandag erna gemaakt i. p. v. in het weekend.',
|
||||
'except_weekends' => 'Behalve de weekenden',
|
||||
'recurrence_deleted' => 'Periodieke transactie ":title" verwijderd',
|
||||
'create_new_recurrence' => 'Maak een nieuwe periodieke transactie',
|
||||
'help_first_date' => 'Geef aan wanneer je de eerste transactie verwacht. Dit moet in de toekomst zijn.',
|
||||
'help_first_date_no_past' => 'Geef aan wanneer je de eerste transactie verwacht. Firefly III zal geen transacties in het verleden maken.',
|
||||
'no_currency' => '(geen valuta)',
|
||||
'mandatory_for_recurring' => 'Verplichte periodieke informatie',
|
||||
'mandatory_for_transaction' => 'Verplichte transactieinformatie',
|
||||
'optional_for_recurring' => 'Optionele periodieke informatie',
|
||||
'optional_for_transaction' => 'Optionele transactieinformatie',
|
||||
'change_date_other_options' => 'Wijzig de "eerste datum" om meer opties te zien.',
|
||||
'mandatory_fields_for_tranaction' => 'De waarden die je hier invult worden gebruikt om de transactie(s) te maken',
|
||||
'click_for_calendar' => 'Hier vind je een kalender die laat zien wanneer de transactie zal herhalen.',
|
||||
'repeat_forever' => 'Voor altijd herhalen',
|
||||
'repeat_until_date' => 'Herhalen tot een datum',
|
||||
'repeat_times' => 'Een aantal maal herhalen',
|
||||
'recurring_skips_one' => 'Elke tweede',
|
||||
'recurring_skips_more' => 'Slaat :count keer over',
|
||||
'store_new_recurrence' => 'Sla periodieke transactie op',
|
||||
'stored_new_recurrence' => 'Periodieke transactie ":title" is opgeslagen.',
|
||||
'edit_recurrence' => 'Wijzig periodieke transactie ":title"',
|
||||
'recurring_repeats_until' => 'Herhaalt tot :date',
|
||||
'recurring_repeats_forever' => 'Blijft herhalen',
|
||||
'recurring_repeats_x_times' => 'Herhaalt :count keer|Herhaalt :count keer',
|
||||
'update_recurrence' => 'Wijzig periodieke transactie',
|
||||
'updated_recurrence' => 'Periodieke transactie ":title" is gewijzigd',
|
||||
'recurrence_is_inactive' => 'Deze periodieke transactie is niet actief en maakt geen transacties aan.',
|
||||
'delete_recurring' => 'Verwijder periodieke transactie ":title"',
|
||||
'new_recurring_transaction' => 'Nieuwe periodieke transactie',
|
||||
'help_weekend' => 'Wat moet Firefly III doen als de periodieke transactie in het weekend valt?',
|
||||
'do_nothing' => 'Gewoon transactie maken',
|
||||
'skip_transaction' => 'Transactie overslaan',
|
||||
'jump_to_friday' => 'Transactie maken op de vrijdag ervoor',
|
||||
'jump_to_monday' => 'Transactie maken op de maandag erna',
|
||||
'will_jump_friday' => 'Wordt op de vrijdag ervoor gemaakt i.p.v. in het weekend.',
|
||||
'will_jump_monday' => 'Wordt op de maandag erna gemaakt i. p. v. in het weekend.',
|
||||
'except_weekends' => 'Behalve de weekenden',
|
||||
'recurrence_deleted' => 'Periodieke transactie ":title" verwijderd',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Uitgegeven (:currency)',
|
||||
'box_earned_in_currency' => 'Verdiend (:currency)',
|
||||
'box_budgeted_in_currency' => 'Gebudgetteerd (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Betaalde rekeningen (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Onbetaalde rekeningen (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Uit te geven (:currency)',
|
||||
'box_net_worth_in_currency' => 'Kapitaal (:currency)',
|
||||
'box_spend_per_day' => 'Te besteden per dag: :amount',
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Uitgegeven (:currency)',
|
||||
'box_earned_in_currency' => 'Verdiend (:currency)',
|
||||
'box_budgeted_in_currency' => 'Gebudgetteerd (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Betaalde rekeningen (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Onbetaalde rekeningen (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Uit te geven (:currency)',
|
||||
'box_net_worth_in_currency' => 'Kapitaal (:currency)',
|
||||
'box_spend_per_day' => 'Te besteden per dag: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debugpagina',
|
||||
'debug_submit_instructions' => 'Gebruik de inhoud van dit vak als je tegen problemen aanloopt. Copy en paste dit in een nieuw of bestaand <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Er wordt een mooie tabel gegenereerd die handig is voor de diagnose.',
|
||||
'debug_pretty_table' => 'Als je de content van dit vak in GitHub copypaste komt er een tabel tevoorschijn. Zet hier dus geen haakjes of quotes omheen.',
|
||||
'debug_additional_data' => 'Je mag ook de content van deze box delen. Die kan je copy-pasten in een nieuw of bestaand <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Dikke kans echter dat hier privégegevens instaan zoals rekeningnamen, transactiedetails of e-mailadressen.',
|
||||
'debug_page' => 'Debugpagina',
|
||||
'debug_submit_instructions' => 'Gebruik de inhoud van dit vak als je tegen problemen aanloopt. Copy en paste dit in een nieuw of bestaand <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Er wordt een mooie tabel gegenereerd die handig is voor de diagnose.',
|
||||
'debug_pretty_table' => 'Als je de content van dit vak in GitHub copypaste komt er een tabel tevoorschijn. Zet hier dus geen haakjes of quotes omheen.',
|
||||
'debug_additional_data' => 'Je mag ook de content van deze box delen. Die kan je copy-pasten in een nieuw of bestaand <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Dikke kans echter dat hier privégegevens instaan zoals rekeningnamen, transactiedetails of e-mailadressen.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Groepen',
|
||||
'object_groups_page_title' => 'Groepen',
|
||||
'object_groups_breadcrumb' => 'Groepen',
|
||||
'object_groups_index' => 'Overzicht',
|
||||
'object_groups' => 'Groepen',
|
||||
'object_groups_empty_explain' => 'Sommige dingen in Firefly III kan je groeperen. Spaarpotjes bijvoorbeeld hebben een "Groep"-veld als je ze wijzigt of maakt. Als je dit veld gebruikt kan je hier de namen en volgorde van die groepen wijzigen. Check de helppagina\'s, rechtsboven het (?) icoontje, voor meer info.',
|
||||
'object_group_title' => 'Titel',
|
||||
'edit_object_group' => 'Wijzig groep ":title"',
|
||||
'delete_object_group' => 'Verwijder groep ":title"',
|
||||
'update_object_group' => 'Groep bijwerken',
|
||||
'updated_object_group' => 'Groep ":title" geüpdatet',
|
||||
'deleted_object_group' => 'Groep ":title" verwijderd',
|
||||
'object_group' => 'Groep',
|
||||
'object_groups_menu_bar' => 'Groepen',
|
||||
'object_groups_page_title' => 'Groepen',
|
||||
'object_groups_breadcrumb' => 'Groepen',
|
||||
'object_groups_index' => 'Overzicht',
|
||||
'object_groups' => 'Groepen',
|
||||
'object_groups_empty_explain' => 'Sommige dingen in Firefly III kan je groeperen. Spaarpotjes bijvoorbeeld hebben een "Groep"-veld als je ze wijzigt of maakt. Als je dit veld gebruikt kan je hier de namen en volgorde van die groepen wijzigen. Check de helppagina\'s, rechtsboven het (?) icoontje, voor meer info.',
|
||||
'object_group_title' => 'Titel',
|
||||
'edit_object_group' => 'Wijzig groep ":title"',
|
||||
'delete_object_group' => 'Verwijder groep ":title"',
|
||||
'update_object_group' => 'Groep bijwerken',
|
||||
'updated_object_group' => 'Groep ":title" geüpdatet',
|
||||
'deleted_object_group' => 'Groep ":title" verwijderd',
|
||||
'object_group' => 'Groep',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -125,7 +125,7 @@ return [
|
||||
'start' => 'Start van bereik',
|
||||
'end' => 'Einde van bereik',
|
||||
'delete_account' => 'Verwijder rekening ":name"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_webhook' => 'Webhook ":title" verwijderen',
|
||||
'delete_bill' => 'Verwijder contract ":name"',
|
||||
'delete_budget' => 'Verwijder budget ":name"',
|
||||
'delete_category' => 'Verwijder categorie ":name"',
|
||||
@ -146,7 +146,7 @@ return [
|
||||
'object_group_areYouSure' => 'Weet je zeker dat je groep ":title" wilt verwijderen?',
|
||||
'ruleGroup_areYouSure' => 'Weet je zeker dat je regelgroep ":title" wilt verwijderen?',
|
||||
'budget_areYouSure' => 'Weet je zeker dat je het budget met naam ":name" wilt verwijderen?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Weet je zeker dat je webhook ":title" wilt verwijderen?',
|
||||
'category_areYouSure' => 'Weet je zeker dat je het category met naam ":name" wilt verwijderen?',
|
||||
'recurring_areYouSure' => 'Weet je zeker dat je periodieke transactie ":title" wilt verwijderen?',
|
||||
'currency_areYouSure' => 'Weet je zeker dat je de valuta met naam ":name" wilt verwijderen?',
|
||||
@ -248,7 +248,7 @@ return [
|
||||
'submitted' => 'Verstuurd',
|
||||
'key' => 'Key',
|
||||
'value' => 'Inhoud',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_delivery' => 'Bericht',
|
||||
'webhook_response' => 'Reactie',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Laatste activiteit',
|
||||
'balanceDiff' => 'Saldoverschil',
|
||||
'other_meta_data' => 'Andere metadata',
|
||||
'invited_at' => 'Uitgenodigd op',
|
||||
'expires' => 'Uitnodiging verloopt',
|
||||
'invited_by' => 'Uitgenodigd door',
|
||||
'invite_link' => 'Uitnodigingslink',
|
||||
'account_type' => 'Accounttype',
|
||||
'created_at' => 'Gemaakt op',
|
||||
'account' => 'Rekening',
|
||||
@ -139,9 +143,9 @@ return [
|
||||
'expected_info' => 'Volgende verwachte transactie',
|
||||
'start_date' => 'Startdatum',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'response' => 'Reactie',
|
||||
'delivery' => 'Bericht',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'secret' => 'Geheim',
|
||||
|
||||
];
|
||||
|
@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'De naam van de spaarpot moet uniek zijn.',
|
||||
'unique_object_group' => 'De groepsnaam moet uniek zijn',
|
||||
'starts_with' => 'De waarde moet beginnen met :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_webhook' => 'Je hebt al een webhook met deze combinatie van URL, trigger, reactie en bericht.',
|
||||
'unique_existing_webhook' => 'Je hebt al een andere webhook met deze combinatie van URL, trigger, reactie en bericht.',
|
||||
'same_account_type' => 'Beide rekeningen moeten van hetzelfde rekeningtype zijn',
|
||||
'same_account_currency' => 'Beide rekeningen moeten dezelfde valuta hebben',
|
||||
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'need_id_in_edit' => 'Elke split moet een transaction_journal_id hebben (een geldig ID of 0).',
|
||||
|
||||
'ob_source_need_data' => 'Om door te gaan moet er een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'lc_source_need_data' => 'Er moet een geldig bronrekening-ID zijn om door te gaan.',
|
||||
'ob_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
|
||||
'ob_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'ob_source_need_data' => 'Om door te gaan moet er een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'lc_source_need_data' => 'Er moet een geldig bronrekening-ID zijn om door te gaan.',
|
||||
'ob_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
|
||||
'ob_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'reconciliation_either_account' => 'Om een afstemmingstransactie in te dienen moet je een bron- of doelrekening insturen. Niet beide, niet geen beide.',
|
||||
|
||||
'generic_invalid_source' => 'Je kan deze rekening niet gebruiken als bronrekening.',
|
||||
'generic_invalid_destination' => 'Je kan deze rekening niet gebruiken als doelrekening.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Wiadomość testowa z twojej instalacji Firefly III',
|
||||
'admin_test_body' => 'To jest wiadomość testowa z twojej instancji Firefly III. Została wysłana na :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nowe logowanie do Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -228,18 +228,18 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooki',
|
||||
'webhooks_breadcrumb' => 'Webhooki',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'Brak szczegółów',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Zbadaj',
|
||||
'create_new_webhook' => 'Utwórz nowy webhook',
|
||||
'webhooks_create_breadcrumb' => 'Utwórz nowy webhook',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
@ -338,10 +338,10 @@ return [
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Wewnętrzne odwołanie to ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Opis zaczyna się od ":value"',
|
||||
'search_modifier_not_description_starts' => 'Opis nie zaczyna się od ":value"',
|
||||
'search_modifier_description_ends' => 'Opis kończy się na ":value"',
|
||||
'search_modifier_not_description_ends' => 'Opis nie kończy się na ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'Opis zawiera ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Opis to ":value"',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budżet kończy się na ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budżet zaczyna się od ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Rachunek zawiera ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Rachunek kończy się na ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Rachunek zaczyna się od ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'Zewnętrzne ID zawiera ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'Zewnętrzny adres URL to ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'Zewnętrzny adres URL zawiera ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'Zewnętrzny adres URL kończy się na ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'Zewnętrzny adres URL zaczyna się od ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'rocznie',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Nie możesz wykonać nieaktywnych reguł.',
|
||||
'rules' => 'Reguły',
|
||||
'rule_name' => 'Nazwa reguły',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Grupa reguł dla rachunków',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Utwórz nową regułę dla rachunku ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Reguła dla rachunku ":name"',
|
||||
'new_rule_for_bill_description' => 'Ta reguła oznacza transakcje jako powiązane z rachunkiem ":name".',
|
||||
'rulegroup_for_bills_title' => 'Grupa reguł dla rachunków',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Utwórz nową regułę dla rachunku ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Reguła dla rachunku ":name"',
|
||||
'new_rule_for_bill_description' => 'Ta reguła oznacza transakcje jako powiązane z rachunkiem ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Reguła oparta na transakcji ":description"',
|
||||
'new_rule_for_journal_description' => 'Ta reguła jest oparta na transakcji ":description". Będzie zgodna z transakcjami, które są dokładnie takie same.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Usuń dane',
|
||||
'permanent_delete_stuff' => 'Uważaj z tymi przyciskami. Usuwanie rzeczy jest trwałe.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Wszystkie twoje inne sesje zostały wylogowane.',
|
||||
'delete_all_budgets' => 'Usuń WSZYSTKIE budżety',
|
||||
'delete_all_categories' => 'Usuń WSZYSTKIE kategorie',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Zaktualizowano tag ":tag"',
|
||||
'created_tag' => 'Tag ":tag" został utworzony!',
|
||||
|
||||
'transaction_journal_information' => 'Informacje o transakcji',
|
||||
'transaction_journal_meta' => 'Meta informacje',
|
||||
'transaction_journal_more' => 'Więcej informacji',
|
||||
'basic_journal_information' => 'Podstawowe informacje o transakcji',
|
||||
'transaction_journal_extra' => 'Dodatkowe informacje',
|
||||
'att_part_of_journal' => 'Zapisano jako ":journal"',
|
||||
'total_amount' => 'Łączna kwota',
|
||||
'number_of_decimals' => 'Ilość miejsc dziesiętnych',
|
||||
'transaction_journal_information' => 'Informacje o transakcji',
|
||||
'transaction_journal_meta' => 'Meta informacje',
|
||||
'transaction_journal_more' => 'Więcej informacji',
|
||||
'basic_journal_information' => 'Podstawowe informacje o transakcji',
|
||||
'transaction_journal_extra' => 'Dodatkowe informacje',
|
||||
'att_part_of_journal' => 'Zapisano jako ":journal"',
|
||||
'total_amount' => 'Łączna kwota',
|
||||
'number_of_decimals' => 'Ilość miejsc dziesiętnych',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administracja',
|
||||
'user_administration' => 'Administracja użytkownikami',
|
||||
'list_all_users' => 'Wszyscy użytkownicy',
|
||||
'all_users' => 'Wszyscy użytkownicy',
|
||||
'instance_configuration' => 'Konfiguracja',
|
||||
'firefly_instance_configuration' => 'Opcje konfiguracji dla Firefly III',
|
||||
'setting_single_user_mode' => 'Tryb pojedynczego użytkownika',
|
||||
'setting_single_user_mode_explain' => 'Domyślnie, Firefly III pozwala na jednego (1) użytkownika: Ciebie. Jest to środek bezpieczeństwa uniemożliwiający innym używanie Twojej instalacji, chyba że im pozwolisz. Kolejne rejestracje są zablokowane. Jeżeli odznaczysz to pole, inne osoby będą mogły używać Twojej instalacji Firefly III (zakładając, że jest ona dostępna w Internecie).',
|
||||
'store_configuration' => 'Zapisz konfigurację',
|
||||
'single_user_administration' => 'Administracja użytkownika dla :email',
|
||||
'edit_user' => 'Modyfikuj użytkownika :email',
|
||||
'hidden_fields_preferences' => 'Możesz włączyć więcej opcji transakcji w swoich <a href="preferences">ustawieniach</a>.',
|
||||
'user_data_information' => 'Dane użytkownika',
|
||||
'user_information' => 'Informacja o użytkowniku',
|
||||
'total_size' => 'łączny rozmiar',
|
||||
'budget_or_budgets' => ':count budżet|:count budżetów',
|
||||
'budgets_with_limits' => ':count budżet z ustaloną kwotą|:count budżetów z ustaloną kwotą',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules reguła(y) w :count_groups grupa(ch) reguł',
|
||||
'tag_or_tags' => ':count tag|:count tagów',
|
||||
'configuration_updated' => 'Konfiguracja została zaktualizowana',
|
||||
'setting_is_demo_site' => 'Strona demonstracyjna',
|
||||
'setting_is_demo_site_explain' => 'Jeśli zaznaczysz to pole, ta instalacja będzie zachowywać się jak witryna demonstracyjna, co może mieć dziwne efekty uboczne.',
|
||||
'block_code_bounced' => 'Odrzucony e-mail potwierdzający',
|
||||
'block_code_expired' => 'Demonstracyjne konto wygasło',
|
||||
'no_block_code' => 'Brak powody blokady lub użytkownik niezablokowany',
|
||||
'block_code_email_changed' => 'Użytkownik nie potwierdził jeszcze nowego adresu e-mail',
|
||||
'admin_update_email' => 'W przeciwieństwie do strony "Profil", użytkownik NIE zostanie powiadomiony o zmianie adresu e-mail!',
|
||||
'update_user' => 'Modyfikuj użytkownika',
|
||||
'updated_user' => 'Dane użytkownika zostały zmienione.',
|
||||
'delete_user' => 'Usuń użytkownika :email',
|
||||
'user_deleted' => 'Użytkownik został usunięty',
|
||||
'send_test_email' => 'Wyślij testową wiadomość e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Wyślij wiadomość',
|
||||
'send_test_triggered' => 'Test został uruchomiony. Sprawdź swoją skrzynkę odbiorczą i pliki dziennika.',
|
||||
'give_admin_careful' => 'Użytkownicy, którzy dostaną prawa administratora, mogą zabrać twoje. Zachowaj ostrożność.',
|
||||
'admin_maintanance_title' => 'Konserwacja',
|
||||
'admin_maintanance_expl' => 'Kilka pięknych przycisków do konserwacji Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Wyczyść pamięć podręczną',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administracja',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administracja użytkownikami',
|
||||
'list_all_users' => 'Wszyscy użytkownicy',
|
||||
'all_users' => 'Wszyscy użytkownicy',
|
||||
'instance_configuration' => 'Konfiguracja',
|
||||
'firefly_instance_configuration' => 'Opcje konfiguracji dla Firefly III',
|
||||
'setting_single_user_mode' => 'Tryb pojedynczego użytkownika',
|
||||
'setting_single_user_mode_explain' => 'Domyślnie, Firefly III pozwala na jednego (1) użytkownika: Ciebie. Jest to środek bezpieczeństwa uniemożliwiający innym używanie Twojej instalacji, chyba że im pozwolisz. Kolejne rejestracje są zablokowane. Jeżeli odznaczysz to pole, inne osoby będą mogły używać Twojej instalacji Firefly III (zakładając, że jest ona dostępna w Internecie).',
|
||||
'store_configuration' => 'Zapisz konfigurację',
|
||||
'single_user_administration' => 'Administracja użytkownika dla :email',
|
||||
'edit_user' => 'Modyfikuj użytkownika :email',
|
||||
'hidden_fields_preferences' => 'Możesz włączyć więcej opcji transakcji w swoich <a href="preferences">ustawieniach</a>.',
|
||||
'user_data_information' => 'Dane użytkownika',
|
||||
'user_information' => 'Informacja o użytkowniku',
|
||||
'total_size' => 'łączny rozmiar',
|
||||
'budget_or_budgets' => ':count budżet|:count budżetów',
|
||||
'budgets_with_limits' => ':count budżet z ustaloną kwotą|:count budżetów z ustaloną kwotą',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules reguła(y) w :count_groups grupa(ch) reguł',
|
||||
'tag_or_tags' => ':count tag|:count tagów',
|
||||
'configuration_updated' => 'Konfiguracja została zaktualizowana',
|
||||
'setting_is_demo_site' => 'Strona demonstracyjna',
|
||||
'setting_is_demo_site_explain' => 'Jeśli zaznaczysz to pole, ta instalacja będzie zachowywać się jak witryna demonstracyjna, co może mieć dziwne efekty uboczne.',
|
||||
'block_code_bounced' => 'Odrzucony e-mail potwierdzający',
|
||||
'block_code_expired' => 'Demonstracyjne konto wygasło',
|
||||
'no_block_code' => 'Brak powody blokady lub użytkownik niezablokowany',
|
||||
'block_code_email_changed' => 'Użytkownik nie potwierdził jeszcze nowego adresu e-mail',
|
||||
'admin_update_email' => 'W przeciwieństwie do strony "Profil", użytkownik NIE zostanie powiadomiony o zmianie adresu e-mail!',
|
||||
'update_user' => 'Modyfikuj użytkownika',
|
||||
'updated_user' => 'Dane użytkownika zostały zmienione.',
|
||||
'delete_user' => 'Usuń użytkownika :email',
|
||||
'user_deleted' => 'Użytkownik został usunięty',
|
||||
'send_test_email' => 'Wyślij testową wiadomość e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Wyślij wiadomość',
|
||||
'send_test_triggered' => 'Test został uruchomiony. Sprawdź swoją skrzynkę odbiorczą i pliki dziennika.',
|
||||
'give_admin_careful' => 'Użytkownicy, którzy dostaną prawa administratora, mogą zabrać twoje. Zachowaj ostrożność.',
|
||||
'admin_maintanance_title' => 'Konserwacja',
|
||||
'admin_maintanance_expl' => 'Kilka pięknych przycisków do konserwacji Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Wyczyść pamięć podręczną',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Opis podzielonej transakcji',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Wygląda na to, że zadanie cron, które jest niezbędne do obsługi powtarzających się transakcji, nigdy nie zostało uruchomione. Jest to normalne po zainstalowaniu Firefly III, ale powinno to być jak najszybciej skonfigurowane. Sprawdź strony pomocy za pomocą ikony (?) w prawym górnym rogu strony.',
|
||||
'recurring_cron_long_ago' => 'Wygląda na to, że minęło ponad 36 godzin, od kiedy zadanie cron do obsługi cyklicznych transakcji zostało uruchomione po raz ostatni. Czy jesteś pewien, że zostało poprawnie skonfigurowane? Sprawdź strony pomocy za pomocą ikony (?) w prawym górnym rogu strony.',
|
||||
|
||||
'create_new_recurrence' => 'Utwórz nową cykliczną transakcję',
|
||||
'help_first_date' => 'Wskaż pierwsze oczekiwane wystąpienie. Musi być w przyszłości.',
|
||||
'help_first_date_no_past' => 'Wskaż pierwsze oczekiwane wystąpienie. Firefly III nie będzie tworzyć transakcji w przeszłości.',
|
||||
'no_currency' => '(brak waluty)',
|
||||
'mandatory_for_recurring' => 'Obowiązkowe informacje o powtarzalności',
|
||||
'mandatory_for_transaction' => 'Obowiązkowe informacje o transakcji',
|
||||
'optional_for_recurring' => 'Opcjonalne informacje o powtarzalności',
|
||||
'optional_for_transaction' => 'Opcjonalne informacje o transakcji',
|
||||
'change_date_other_options' => 'Zmień "datę początkową" aby zobaczyć więcej opcji.',
|
||||
'mandatory_fields_for_tranaction' => 'Te wartości znajdą się w tworzonych transakcjach',
|
||||
'click_for_calendar' => 'Kliknij tutaj, aby wyświetlić kalendarz pokazujący, kiedy transakcja będzie się powtarzać.',
|
||||
'repeat_forever' => 'Powtarzaj bez końca',
|
||||
'repeat_until_date' => 'Powtarzaj aż do dnia',
|
||||
'repeat_times' => 'Powtarzaj określoną liczbę razy',
|
||||
'recurring_skips_one' => 'Co drugi',
|
||||
'recurring_skips_more' => 'Pomiń :count wystąpień',
|
||||
'store_new_recurrence' => 'Zapisz cykliczną transakcję',
|
||||
'stored_new_recurrence' => 'Cykliczna transakcja ":title" zapisana pomyślnie.',
|
||||
'edit_recurrence' => 'Modyfikuj cykliczną transakcję ":title"',
|
||||
'recurring_repeats_until' => 'Powtarza się aż do :date',
|
||||
'recurring_repeats_forever' => 'Powtarza się bez końca',
|
||||
'recurring_repeats_x_times' => 'Powtarza się :count raz|Powtarza się :count razy',
|
||||
'update_recurrence' => 'Aktualizuj cykliczną transakcję',
|
||||
'updated_recurrence' => 'Zaktualizowano cykliczną transakcję ":title"',
|
||||
'recurrence_is_inactive' => 'Ta cykliczna transakcja jest nieaktywna i nie będzie generowała nowych transakcji.',
|
||||
'delete_recurring' => 'Usuń cykliczną transakcję ":title"',
|
||||
'new_recurring_transaction' => 'Nowa cykliczna transakcja',
|
||||
'help_weekend' => 'Co powinno zrobić Firefly III, jeśli cykliczna transakcja wypadnie w sobotę lub niedzielę?',
|
||||
'do_nothing' => 'Po prostu utwórz transakcję',
|
||||
'skip_transaction' => 'Pomiń wystąpienie',
|
||||
'jump_to_friday' => 'Utwórz transakcję w poprzedni piątek',
|
||||
'jump_to_monday' => 'Utwórz transakcję w następny poniedziałek',
|
||||
'will_jump_friday' => 'Zostanie utworzona w piątki zamiast w weekendy.',
|
||||
'will_jump_monday' => 'Zostanie utworzona w poniedziałki zamiast w weekendy.',
|
||||
'except_weekends' => 'Pomiń weekendy',
|
||||
'recurrence_deleted' => 'Cykliczna transakcja ":title" została usunięta',
|
||||
'create_new_recurrence' => 'Utwórz nową cykliczną transakcję',
|
||||
'help_first_date' => 'Wskaż pierwsze oczekiwane wystąpienie. Musi być w przyszłości.',
|
||||
'help_first_date_no_past' => 'Wskaż pierwsze oczekiwane wystąpienie. Firefly III nie będzie tworzyć transakcji w przeszłości.',
|
||||
'no_currency' => '(brak waluty)',
|
||||
'mandatory_for_recurring' => 'Obowiązkowe informacje o powtarzalności',
|
||||
'mandatory_for_transaction' => 'Obowiązkowe informacje o transakcji',
|
||||
'optional_for_recurring' => 'Opcjonalne informacje o powtarzalności',
|
||||
'optional_for_transaction' => 'Opcjonalne informacje o transakcji',
|
||||
'change_date_other_options' => 'Zmień "datę początkową" aby zobaczyć więcej opcji.',
|
||||
'mandatory_fields_for_tranaction' => 'Te wartości znajdą się w tworzonych transakcjach',
|
||||
'click_for_calendar' => 'Kliknij tutaj, aby wyświetlić kalendarz pokazujący, kiedy transakcja będzie się powtarzać.',
|
||||
'repeat_forever' => 'Powtarzaj bez końca',
|
||||
'repeat_until_date' => 'Powtarzaj aż do dnia',
|
||||
'repeat_times' => 'Powtarzaj określoną liczbę razy',
|
||||
'recurring_skips_one' => 'Co drugi',
|
||||
'recurring_skips_more' => 'Pomiń :count wystąpień',
|
||||
'store_new_recurrence' => 'Zapisz cykliczną transakcję',
|
||||
'stored_new_recurrence' => 'Cykliczna transakcja ":title" zapisana pomyślnie.',
|
||||
'edit_recurrence' => 'Modyfikuj cykliczną transakcję ":title"',
|
||||
'recurring_repeats_until' => 'Powtarza się aż do :date',
|
||||
'recurring_repeats_forever' => 'Powtarza się bez końca',
|
||||
'recurring_repeats_x_times' => 'Powtarza się :count raz|Powtarza się :count razy',
|
||||
'update_recurrence' => 'Aktualizuj cykliczną transakcję',
|
||||
'updated_recurrence' => 'Zaktualizowano cykliczną transakcję ":title"',
|
||||
'recurrence_is_inactive' => 'Ta cykliczna transakcja jest nieaktywna i nie będzie generowała nowych transakcji.',
|
||||
'delete_recurring' => 'Usuń cykliczną transakcję ":title"',
|
||||
'new_recurring_transaction' => 'Nowa cykliczna transakcja',
|
||||
'help_weekend' => 'Co powinno zrobić Firefly III, jeśli cykliczna transakcja wypadnie w sobotę lub niedzielę?',
|
||||
'do_nothing' => 'Po prostu utwórz transakcję',
|
||||
'skip_transaction' => 'Pomiń wystąpienie',
|
||||
'jump_to_friday' => 'Utwórz transakcję w poprzedni piątek',
|
||||
'jump_to_monday' => 'Utwórz transakcję w następny poniedziałek',
|
||||
'will_jump_friday' => 'Zostanie utworzona w piątki zamiast w weekendy.',
|
||||
'will_jump_monday' => 'Zostanie utworzona w poniedziałki zamiast w weekendy.',
|
||||
'except_weekends' => 'Pomiń weekendy',
|
||||
'recurrence_deleted' => 'Cykliczna transakcja ":title" została usunięta',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Wydano (:currency)',
|
||||
'box_earned_in_currency' => 'Zarobiono (:currency)',
|
||||
'box_budgeted_in_currency' => 'Zabudżetowano (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Zapłacone rachunki (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Niezapłacone rachunki (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Możliwe do wydania (:currency)',
|
||||
'box_net_worth_in_currency' => 'Wartość netto (:currency)',
|
||||
'box_spend_per_day' => 'Możliwe do wydania codziennie: :amount',
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Wydano (:currency)',
|
||||
'box_earned_in_currency' => 'Zarobiono (:currency)',
|
||||
'box_budgeted_in_currency' => 'Zabudżetowano (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Zapłacone rachunki (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Niezapłacone rachunki (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Możliwe do wydania (:currency)',
|
||||
'box_net_worth_in_currency' => 'Wartość netto (:currency)',
|
||||
'box_spend_per_day' => 'Możliwe do wydania codziennie: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Strona debugowania',
|
||||
'debug_submit_instructions' => 'Jeśli masz problemy możesz użyć informacji w tym polu jako informacji debugowania. Skopiuj i wklej do nowego lub istniejącego <a href="https://github.com/firefly-iii/firefly-iii/issues">problemu z GitHub</a>. Wygeneruje to piękną tabelę, która może być wykorzystana do szybkiego rozpoznania twojego problemu.',
|
||||
'debug_pretty_table' => 'Jeśli skopiujesz/wkleisz poniższe pole do problemu na GitHub, zostanie wygenerowana tabela. Proszę nie używaj cudzysłowów.',
|
||||
'debug_additional_data' => 'Możesz również udostępnić zawartość poniższego pola. Możesz również skopiować i wkleić to do nowego lub istniejącego <a href="https://github.com/firefly-iii/firefly-iii/issues">problemu GitHub</a>. Jednakże zawartość tego pola może zawierać informacje prywatne, takie jak nazwy konta, szczegóły transakcji lub adresy e-mail.',
|
||||
'debug_page' => 'Strona debugowania',
|
||||
'debug_submit_instructions' => 'Jeśli masz problemy możesz użyć informacji w tym polu jako informacji debugowania. Skopiuj i wklej do nowego lub istniejącego <a href="https://github.com/firefly-iii/firefly-iii/issues">problemu z GitHub</a>. Wygeneruje to piękną tabelę, która może być wykorzystana do szybkiego rozpoznania twojego problemu.',
|
||||
'debug_pretty_table' => 'Jeśli skopiujesz/wkleisz poniższe pole do problemu na GitHub, zostanie wygenerowana tabela. Proszę nie używaj cudzysłowów.',
|
||||
'debug_additional_data' => 'Możesz również udostępnić zawartość poniższego pola. Możesz również skopiować i wkleić to do nowego lub istniejącego <a href="https://github.com/firefly-iii/firefly-iii/issues">problemu GitHub</a>. Jednakże zawartość tego pola może zawierać informacje prywatne, takie jak nazwy konta, szczegóły transakcji lub adresy e-mail.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Grupy',
|
||||
'object_groups_page_title' => 'Grupy',
|
||||
'object_groups_breadcrumb' => 'Grupy',
|
||||
'object_groups_index' => 'Przegląd',
|
||||
'object_groups' => 'Grupy',
|
||||
'object_groups_empty_explain' => 'Niektóre rzeczy w Firefly III można podzielić na grupy. Na przykład skarbonki zawierają pole "Grupa" w ekranach edycji i tworzenia. Gdy ustawisz to pole, możesz edytować nazwy i kolejność grup na tej stronie. Aby uzyskać więcej informacji, sprawdź strony pomocy w prawym górnym rogu, pod ikoną (?).',
|
||||
'object_group_title' => 'Tytuł',
|
||||
'edit_object_group' => 'Modyfikuj grupę ":title"',
|
||||
'delete_object_group' => 'Usuń grupę ":title"',
|
||||
'update_object_group' => 'Aktualizuj grupę',
|
||||
'updated_object_group' => 'Pomyślnie zaktualizowano grupę ":title"',
|
||||
'deleted_object_group' => 'Pomyślnie usunięto grupę ":title"',
|
||||
'object_group' => 'Grupa',
|
||||
'object_groups_menu_bar' => 'Grupy',
|
||||
'object_groups_page_title' => 'Grupy',
|
||||
'object_groups_breadcrumb' => 'Grupy',
|
||||
'object_groups_index' => 'Przegląd',
|
||||
'object_groups' => 'Grupy',
|
||||
'object_groups_empty_explain' => 'Niektóre rzeczy w Firefly III można podzielić na grupy. Na przykład skarbonki zawierają pole "Grupa" w ekranach edycji i tworzenia. Gdy ustawisz to pole, możesz edytować nazwy i kolejność grup na tej stronie. Aby uzyskać więcej informacji, sprawdź strony pomocy w prawym górnym rogu, pod ikoną (?).',
|
||||
'object_group_title' => 'Tytuł',
|
||||
'edit_object_group' => 'Modyfikuj grupę ":title"',
|
||||
'delete_object_group' => 'Usuń grupę ":title"',
|
||||
'update_object_group' => 'Aktualizuj grupę',
|
||||
'updated_object_group' => 'Pomyślnie zaktualizowano grupę ":title"',
|
||||
'deleted_object_group' => 'Pomyślnie usunięto grupę ":title"',
|
||||
'object_group' => 'Grupa',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Ostatnia aktywność',
|
||||
'balanceDiff' => 'Różnica sald',
|
||||
'other_meta_data' => 'Inne dane meta',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Typ konta',
|
||||
'created_at' => 'Utworzono',
|
||||
'account' => 'Konto',
|
||||
|
@ -141,7 +141,7 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Nazwa skarbonki musi być unikalna.',
|
||||
'unique_object_group' => 'Nazwa grupy musi być unikalna',
|
||||
'starts_with' => 'Wartość musi zaczynać się od :values.',
|
||||
'unique_webhook' => 'Masz już webhook z tą kombinacją adresu URL, wyzwalacza, odpowiedzi i dostawy.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Oba konta muszą być tego samego typu',
|
||||
'same_account_currency' => 'Oba konta muszą mieć to samo ustawienie waluty',
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'need_id_in_edit' => 'Każdy podział musi posiadać transaction_journal_id (poprawny identyfikator lub 0).',
|
||||
|
||||
'ob_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
|
||||
'lc_source_need_data' => 'Potrzebujemy poprawny identyfikator konta źródłowego, aby kontynuować.',
|
||||
'ob_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
|
||||
'ob_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'ob_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
|
||||
'lc_source_need_data' => 'Potrzebujemy poprawny identyfikator konta źródłowego, aby kontynuować.',
|
||||
'ob_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
|
||||
'ob_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Nie możesz użyć tego konta jako konta źródłowego.',
|
||||
'generic_invalid_destination' => 'Nie możesz użyć tego konta jako konta docelowego.',
|
||||
|
@ -41,7 +41,7 @@ return [
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
||||
'date_time_fns' => 'd/MMMM/yyyy, à\'s HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Uma mensagem de teste de sua instalação do Firefly III',
|
||||
'admin_test_body' => 'Essa é uma mensagem de teste de sua instância do Firefly III. Foi enviada para :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Novo login no Firefly III',
|
||||
'slack_login_from_new_ip' => 'Novo login no Firefly III do IP :ip (:host)',
|
||||
|
@ -229,42 +229,42 @@ return [
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'Não há mensagens de webhook',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Após criação da transação',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Após atualização da transação',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'Após exclusão da transação',
|
||||
'webhook_response_TRANSACTIONS' => 'Detalhes da transação',
|
||||
'webhook_response_ACCOUNTS' => 'Detalhes da conta',
|
||||
'webhook_response_none_NONE' => 'Sem detalhes',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspecionar',
|
||||
'create_new_webhook' => 'Criar novo webhook',
|
||||
'webhooks_create_breadcrumb' => 'Criar novo webhook',
|
||||
'webhook_trigger_form_help' => 'Indica em que evento o webhook será acionado',
|
||||
'webhook_response_form_help' => 'Indica que o webhook deverá enviar para a URL.',
|
||||
'webhook_delivery_form_help' => 'Em que formato o webhook deverá entregar os dados.',
|
||||
'webhook_active_form_help' => 'O webhook deverá estar ativo ou não será chamado.',
|
||||
'stored_new_webhook' => 'Novo webhook armazenado: ":title"',
|
||||
'delete_webhook' => 'Excluir webhook',
|
||||
'deleted_webhook' => 'Webhook ":title" excluído',
|
||||
'edit_webhook' => 'Editar webhook ":title"',
|
||||
'updated_webhook' => 'Webhook ":title" atualizado',
|
||||
'edit_webhook_js' => 'Editar webhook "{title}"',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'O webhook foi acionado na transação indicada. Você pode atualizar esta página para ver os resultados.',
|
||||
'webhook_messages' => 'Mensagem do webhook',
|
||||
'view_message' => 'Ver mensagem',
|
||||
'view_attempts' => 'Ver tentativas que falharam',
|
||||
'message_content_title' => 'Conteúdo da mensagem do webhook',
|
||||
'message_content_help' => 'Este é o conteúdo da mensagem enviada (ou uma tentativa) usando este webhook.',
|
||||
'attempt_content_title' => 'Tentativas do webhook',
|
||||
'attempt_content_help' => 'Estas são todas as tentativas mal sucedidas de enviar mensagem de webhook para a URL configurada. Depois de algum tempo, Firefly III vai para de tentar.',
|
||||
'no_attempts' => 'Não há tentativas mal sucedidas. Esta é uma coisa boa!',
|
||||
'webhook_attempt_at' => 'Tentativa em {moment}',
|
||||
'logs' => 'Registros',
|
||||
'response' => 'Resposta',
|
||||
'visit_webhook_url' => 'Acesse a URL do webhook',
|
||||
'reset_webhook_secret' => 'Redefinir segredo do webhook',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Pedido de autorização',
|
||||
@ -324,7 +324,7 @@ return [
|
||||
|
||||
'search_modifier_date_on' => 'A data da transação é ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transação está reconciliada',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'O ID da transação é ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Orçamento termina com ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Orçamento começa com ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Fatura contém ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Fatura termina com ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Fatura começa com ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'ID Externo contém ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'URL externa é ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'URL externa contém ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'URL externa termina com ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'URL externa começa com ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'anual',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Você não pode executar regras inativas.',
|
||||
'rules' => 'Regras',
|
||||
'rule_name' => 'Nome da regra',
|
||||
@ -898,8 +899,8 @@ return [
|
||||
|
||||
// new values:
|
||||
'rule_trigger_user_action_choice' => 'Ação do usuário é ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'Nenhuma tag é..',
|
||||
'rule_trigger_tag_is_not' => 'Nenhuma tag é ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_account_is_choice' => 'Ou a conta é exatamente..',
|
||||
'rule_trigger_account_is' => 'Ou a conta é exatamente ":trigger_value"',
|
||||
'rule_trigger_account_contains_choice' => 'Ou a conta contém..',
|
||||
@ -1024,10 +1025,10 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Qualquer nota de anexo começa com ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Qualquer nota de anexo termina com..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Qualquer nota de anexo termina com ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'Transação está reconciliada',
|
||||
'rule_trigger_reconciled' => 'Transação está reconciliada',
|
||||
'rule_trigger_exists_choice' => 'Qualquer transação corresponde(!)',
|
||||
'rule_trigger_exists' => 'Qualquer transação corresponde',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,14 +1155,14 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'EXCLUIR transação(!)',
|
||||
'rule_action_delete_transaction' => 'EXCLUIR transação(!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Definir categoria para ":action_value"',
|
||||
'rule_action_clear_category' => 'Limpar categoria',
|
||||
'rule_action_set_budget' => 'Definir orçamento para ":action_value"',
|
||||
@ -1172,30 +1173,30 @@ return [
|
||||
'rule_action_set_description' => 'Definir descrição para ":action_value"',
|
||||
'rule_action_append_description' => 'Acrescentar a descrição com ":action_value"',
|
||||
'rule_action_prepend_description' => 'Preceder a descrição com ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Definir a categoria para ..',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Limpar qualquer categoria',
|
||||
'rule_action_set_budget_choice' => 'Definir orçamento para ..',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Limpar qualquer orçamento',
|
||||
'rule_action_add_tag_choice' => 'Adicionar tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remover tag ..',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Remover todas as tags',
|
||||
'rule_action_set_description_choice' => 'Definir descrição para ..',
|
||||
'rule_action_update_piggy_choice' => 'Adicionar / remover o valor da transação no cofrinho ..',
|
||||
'rule_action_update_piggy' => 'Adicionar / remover o valor da transação no cofrinho ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Adicionar descrição com ..',
|
||||
'rule_action_prepend_description_choice' => 'Adicionar (ao começo) descrição com ..',
|
||||
'rule_action_set_source_account_choice' => 'Definir a conta de origem para ..',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Definir a conta de origem para :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Definir a conta de destino para ..',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Definir a conta de destino :action_value',
|
||||
'rule_action_append_notes_choice' => 'Adicionar notas com ..',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Anexar notas com ":action_value"',
|
||||
'rule_action_prepend_notes_choice' => 'Adicionar (ao começo) notas com ..',
|
||||
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
|
||||
'rule_action_prepend_notes' => 'Preceder notas com ":action_value"',
|
||||
'rule_action_clear_notes_choice' => 'Remover quaisquer notas',
|
||||
'rule_action_clear_notes' => 'Remover quaisquer notas',
|
||||
'rule_action_set_notes_choice' => 'Defina notas para ..',
|
||||
'rule_action_link_to_bill_choice' => 'Vincular a uma fatura ..',
|
||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Vincular à conta ":action_value"',
|
||||
'rule_action_set_notes' => 'Defina notas para ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Converter esta transferência em entrada',
|
||||
@ -1204,25 +1205,22 @@ return [
|
||||
'rule_action_convert_withdrawal' => 'Converter a transação em uma saída de ":action_value"',
|
||||
'rule_action_convert_transfer_choice' => 'Converter esta transação para transferência',
|
||||
'rule_action_convert_transfer' => 'Converter a transação em uma transferência de ":action_value"',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Adicionar a descrição às notas da transação',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Adicionar as notas da trasação à descrição',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Substituir as notas de transação atual com a descrição',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Substituir a descrição atual com notas de transação',
|
||||
'rule_action_append_descr_to_notes' => 'Adicionar descrição às notas',
|
||||
'rule_action_append_notes_to_descr' => 'Adicionar notas à descrição',
|
||||
'rule_action_move_descr_to_notes' => 'Substituir notas por descrição',
|
||||
'rule_action_move_notes_to_descr' => 'Substituir descrição por notas',
|
||||
|
||||
'rules_have_read_warning' => 'Você leu o aviso ? ',
|
||||
'apply_rule_warning' => 'Aviso: executar uma regra (grupo) em uma grande seleção de transações pode levar tempo, e atingir o tempo limite. Se o fizer, a regra (grupo) só será aplicada a um subconjunto desconhecido de suas transações. Isso pode deixar a sua administração financeira aos pedaços. Por favor, seja cuidadoso. ',
|
||||
'rulegroup_for_bills_title' => 'Grupo de regras para contas',
|
||||
'rulegroup_for_bills_description' => 'Um grupo especial para todas as regras que envolvem faturas . ',
|
||||
'rule_for_bill_title' => 'Regra gerada automaticamente para a fatura ":name"',
|
||||
'rule_for_bill_description' => 'Esta regra é gerada automaticamente para tentar corresponder à fatura ":name" . ',
|
||||
'create_rule_for_bill' => 'Criar uma nova regra para a conta ":name"',
|
||||
'create_rule_for_bill_txt' => 'Você acabou de criar uma nova fatura chamada ":name". Parabéns! O Firefly III pode combinar automagicamente novas saídas com essa fatura. Por exemplo, sempre que você pagar seu aluguel, a fatura "aluguel" será vinculada à essa despesa. Dessa forma, Firefly III pode mostrar com precisão quais faturas estão vencidas e quais não estão. Para isso, uma nova regra deve ser criada. O Firefly III preencheu algumas informações por você. Por favor, verifique se está tudo certo. Se estiverem corretos, o Firefly III irá vincular as saídas à essas faturas automaticamente. Por favor, confira os gatilhos e adicione outros se estiverem errados.',
|
||||
'new_rule_for_bill_title' => 'Regra para a conta ":name"',
|
||||
'new_rule_for_bill_description' => 'Esta regra marca as transações para a conta ":name".',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
'rulegroup_for_bills_title' => 'Grupo de regras para contas',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Criar uma nova regra para a conta ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regra para a conta ":name"',
|
||||
'new_rule_for_bill_description' => 'Esta regra marca as transações para a conta ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regra baseada na transação ":description"',
|
||||
'new_rule_for_journal_description' => 'Esta regra é baseada na transação ":description". Irá corresponder a transações que são exatamente iguais.',
|
||||
@ -1293,7 +1291,7 @@ return [
|
||||
'preferences_frontpage' => 'Tela inicial',
|
||||
'preferences_security' => 'Segurança',
|
||||
'preferences_layout' => 'Interface',
|
||||
'preferences_notifications' => 'Notificações',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'pref_home_show_deposits' => 'Depósitos de mostrar na tela inicial',
|
||||
'pref_home_show_deposits_info' => 'A tela inicial já mostra suas contas de despesas. Deveria também mostrar suas receitas?',
|
||||
'pref_home_do_show_deposits' => 'Sim, mostrar-lhes',
|
||||
@ -1324,19 +1322,25 @@ return [
|
||||
'optional_field_attachments' => 'Anexos',
|
||||
'optional_field_meta_data' => 'Meta dados opcionais',
|
||||
'external_url' => 'URL externa',
|
||||
'pref_notification_bill_reminder' => 'Lembrete sobre expiração de faturas',
|
||||
'pref_notification_new_access_token' => 'Alerta quando um novo token de acesso à API é criado',
|
||||
'pref_notification_transaction_creation' => 'Alerta quando uma transação é criada automaticamente',
|
||||
'pref_notification_user_login' => 'Alertar quando você logar de uma nova localidade',
|
||||
'pref_notifications' => 'Notificações',
|
||||
'pref_notifications_help' => 'Indique se estas são notificações que você gostaria de receber. Algumas notificações podem conter informações financeiras sensíveis.',
|
||||
'slack_webhook_url' => 'URL de Webhook do Slack',
|
||||
'slack_webhook_url_help' => 'Se você quiser que o Firefly III te notifique usando o Slack, digite a URL do webhook aqui. Caso contrário, deixe o campo em branco. Se você é um administrador, você precisa definir esta URL também na administração.',
|
||||
'slack_url_label' => 'URL do webhook de entrada do Slack',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Apagar dados',
|
||||
'permanent_delete_stuff' => 'Tenha cuidado com estes botões. A exclusão de coisas é permanente.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Todas as suas outras sessões foram desconectadas.',
|
||||
'delete_all_budgets' => 'Excluir TODOS os seus orçamentos',
|
||||
'delete_all_categories' => 'Excluir TODAS as suas categorias',
|
||||
@ -1632,7 +1636,7 @@ return [
|
||||
// bills:
|
||||
'not_expected_period' => 'Não esperado este período',
|
||||
'not_or_not_yet' => 'Não (ainda)',
|
||||
'visit_bill' => 'Visite a fatura ":name" no Firefly III',
|
||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||
'match_between_amounts' => 'Conta corresponde a transações entre :low e :high.',
|
||||
'running_again_loss' => 'Transações previamente vinculadas a esta conta podem perder sua conexão se elas (não mais) corresponderem à(s) regra(s).',
|
||||
'bill_related_rules' => 'Regras relacionadas a esta conta',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Tag atualizada ":tag"',
|
||||
'created_tag' => 'Tag ":tag" foi criada!',
|
||||
|
||||
'transaction_journal_information' => 'Informação da transação',
|
||||
'transaction_journal_meta' => 'Meta-informação',
|
||||
'transaction_journal_more' => 'Mais informações',
|
||||
'basic_journal_information' => 'Informações básicas de transação',
|
||||
'transaction_journal_extra' => 'Informação extra',
|
||||
'att_part_of_journal' => 'Armazendo sob ":journal"',
|
||||
'total_amount' => 'Valor total',
|
||||
'number_of_decimals' => 'Número de casas decimais',
|
||||
'transaction_journal_information' => 'Informação da transação',
|
||||
'transaction_journal_meta' => 'Meta-informação',
|
||||
'transaction_journal_more' => 'Mais informações',
|
||||
'basic_journal_information' => 'Informações básicas de transação',
|
||||
'transaction_journal_extra' => 'Informação extra',
|
||||
'att_part_of_journal' => 'Armazendo sob ":journal"',
|
||||
'total_amount' => 'Valor total',
|
||||
'number_of_decimals' => 'Número de casas decimais',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administração',
|
||||
'user_administration' => 'Administração de usuários',
|
||||
'list_all_users' => 'Todos os usuários',
|
||||
'all_users' => 'Todos os usuários',
|
||||
'instance_configuration' => 'Configuração',
|
||||
'firefly_instance_configuration' => 'Opções de configuração para Firefly III',
|
||||
'setting_single_user_mode' => 'Modo de usuário único',
|
||||
'setting_single_user_mode_explain' => 'Por padrão, o Firefly III aceita apenas um (1) usuário registrado: você. Esta é uma medida de segurança para impedir que outros usem sua instalação a menos que você os permita. Os registrors futuros estão bloqueados. Quando você desmarca esta opção, outros podem usar sua instalação se puderem alcançá-la (quando ela está conectada à Internet).',
|
||||
'store_configuration' => 'Salvar configuração',
|
||||
'single_user_administration' => 'Administração de usuários para :email',
|
||||
'edit_user' => 'Editar usuário :email',
|
||||
'hidden_fields_preferences' => 'Você pode habilitar mais opções de transação em suas <a href="preferences">preferências</a>.',
|
||||
'user_data_information' => 'Dados de usuário',
|
||||
'user_information' => 'Informações do usuário',
|
||||
'total_size' => 'tamanho total',
|
||||
'budget_or_budgets' => ':count orçamento|:count orçamentos',
|
||||
'budgets_with_limits' => ':count orçamento com valor configurado|:count orçamentos com valor configurado',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regra (s) em :count_groups grupo(s) de regras',
|
||||
'tag_or_tags' => ':count etiqueta|:count etiquetas',
|
||||
'configuration_updated' => 'A configuração foi atualizada',
|
||||
'setting_is_demo_site' => 'Site demo',
|
||||
'setting_is_demo_site_explain' => 'Se você marcar esta caixa, esta instalação se comportará como se fosse o site de demonstração, o que pode ter efeitos colaterais estranhos.',
|
||||
'block_code_bounced' => 'Mensagem(s) de email ressaltada',
|
||||
'block_code_expired' => 'Conta de demonstração expirada',
|
||||
'no_block_code' => 'Nenhuma razão para o bloqueio ou o usuário não está bloqueado',
|
||||
'block_code_email_changed' => 'O usuário ainda não confirmou o novo endereço de e-mail',
|
||||
'admin_update_email' => 'Ao contrário da página de perfil, o usuário NÃO será notificado de que seu endereço de e-mail mudou!',
|
||||
'update_user' => 'Atualizar usuário',
|
||||
'updated_user' => 'Os dados do usuário foram alterados.',
|
||||
'delete_user' => 'Excluir usuário :email',
|
||||
'user_deleted' => 'O usuário foi apagado',
|
||||
'send_test_email' => 'Enviar e-mail de teste',
|
||||
'send_test_email_text' => 'Para verificar se a sua instalação é capaz de enviar e-mail ou postar mensagens no Slack, pressione este botão. Você não verá um erro aqui (se houver), <strong> os arquivos de log refletirão quaisquer erros</strong>. Você pode pressionar este botão quantas vezes quiser. Não há controle de spam. A mensagem será enviada para <code>:email</code> e deve chegar em breve.',
|
||||
'send_message' => 'Enviar mensagem',
|
||||
'send_test_triggered' => 'O teste foi desencadeado. Verifique a sua caixa de entrada e os arquivos de log.',
|
||||
'give_admin_careful' => 'Os usuários que obtiverem direitos de administrador podem retirar os seus. Tenha cuidado.',
|
||||
'admin_maintanance_title' => 'Manutenção',
|
||||
'admin_maintanance_expl' => 'Alguns botões úteis para a manutenção do Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Limpar o cache',
|
||||
'admin_notifications' => 'Notificações de Administrador',
|
||||
'admin_notifications_expl' => 'As seguintes notificações podem ser ativadas ou desativadas pelo administrador. Se você quiser ter essas mensagens no Slack, defina a URL de "webhook de entrada".',
|
||||
'admin_notification_check_user_new_reg' => 'Usuário recebe mensagem de boas-vindas pós-registro',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrador(es) recebem uma notificação de registro de novo usuário',
|
||||
'admin_notification_check_new_version' => 'Uma nova versão está disponível',
|
||||
'save_notification_settings' => 'Salvar configurações',
|
||||
'notification_settings_saved' => 'As configurações de notificação foram salvas',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administração',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administração de usuários',
|
||||
'list_all_users' => 'Todos os usuários',
|
||||
'all_users' => 'Todos os usuários',
|
||||
'instance_configuration' => 'Configuração',
|
||||
'firefly_instance_configuration' => 'Opções de configuração para Firefly III',
|
||||
'setting_single_user_mode' => 'Modo de usuário único',
|
||||
'setting_single_user_mode_explain' => 'Por padrão, o Firefly III aceita apenas um (1) usuário registrado: você. Esta é uma medida de segurança para impedir que outros usem sua instalação a menos que você os permita. Os registrors futuros estão bloqueados. Quando você desmarca esta opção, outros podem usar sua instalação se puderem alcançá-la (quando ela está conectada à Internet).',
|
||||
'store_configuration' => 'Salvar configuração',
|
||||
'single_user_administration' => 'Administração de usuários para :email',
|
||||
'edit_user' => 'Editar usuário :email',
|
||||
'hidden_fields_preferences' => 'Você pode habilitar mais opções de transação em suas <a href="preferences">preferências</a>.',
|
||||
'user_data_information' => 'Dados de usuário',
|
||||
'user_information' => 'Informações do usuário',
|
||||
'total_size' => 'tamanho total',
|
||||
'budget_or_budgets' => ':count orçamento|:count orçamentos',
|
||||
'budgets_with_limits' => ':count orçamento com valor configurado|:count orçamentos com valor configurado',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regra (s) em :count_groups grupo(s) de regras',
|
||||
'tag_or_tags' => ':count etiqueta|:count etiquetas',
|
||||
'configuration_updated' => 'A configuração foi atualizada',
|
||||
'setting_is_demo_site' => 'Site demo',
|
||||
'setting_is_demo_site_explain' => 'Se você marcar esta caixa, esta instalação se comportará como se fosse o site de demonstração, o que pode ter efeitos colaterais estranhos.',
|
||||
'block_code_bounced' => 'Mensagem(s) de email ressaltada',
|
||||
'block_code_expired' => 'Conta de demonstração expirada',
|
||||
'no_block_code' => 'Nenhuma razão para o bloqueio ou o usuário não está bloqueado',
|
||||
'block_code_email_changed' => 'O usuário ainda não confirmou o novo endereço de e-mail',
|
||||
'admin_update_email' => 'Ao contrário da página de perfil, o usuário NÃO será notificado de que seu endereço de e-mail mudou!',
|
||||
'update_user' => 'Atualizar usuário',
|
||||
'updated_user' => 'Os dados do usuário foram alterados.',
|
||||
'delete_user' => 'Excluir usuário :email',
|
||||
'user_deleted' => 'O usuário foi apagado',
|
||||
'send_test_email' => 'Enviar e-mail de teste',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Enviar mensagem',
|
||||
'send_test_triggered' => 'O teste foi desencadeado. Verifique a sua caixa de entrada e os arquivos de log.',
|
||||
'give_admin_careful' => 'Os usuários que obtiverem direitos de administrador podem retirar os seus. Tenha cuidado.',
|
||||
'admin_maintanance_title' => 'Manutenção',
|
||||
'admin_maintanance_expl' => 'Alguns botões úteis para a manutenção do Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Limpar o cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descrição da transação dividida',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Parece que o cron job necessário para dar suporte a transações recorrentes nunca foi executado. Isso é normal quando você acabou de instalar o Firefly III, mas deve ser configurado o quanto antes. Por favor, veja as páginas de ajuda usando o ícone (?) no canto superior direito da página.',
|
||||
'recurring_cron_long_ago' => 'Faz mais de 36 horas que o cron job que dá suporte a transações recorrentes foi acionado pela última vez. Tem certeza de que foi configurado corretamente? Por favor, veja as páginas de ajuda usando o ícone (?) no canto superior direito da página.',
|
||||
|
||||
'create_new_recurrence' => 'Criar nova transação recorrente',
|
||||
'help_first_date' => 'Indique a primeira recorrência esperada. Isso deve ser no futuro.',
|
||||
'help_first_date_no_past' => 'Indique a primeira recorrência esperada. Firefly III não irá criar transações no passado.',
|
||||
'no_currency' => '(sem moeda)',
|
||||
'mandatory_for_recurring' => 'Informações obrigatórias de recorrência',
|
||||
'mandatory_for_transaction' => 'Informações obrigatórias de transação',
|
||||
'optional_for_recurring' => 'Informações opcionais de recorrência',
|
||||
'optional_for_transaction' => 'Informações opcionais de transação',
|
||||
'change_date_other_options' => 'Mude a "primeira data" para ver mais opções.',
|
||||
'mandatory_fields_for_tranaction' => 'Os valores aqui estarão na(s) transação(ões) criada(s)',
|
||||
'click_for_calendar' => 'Clique aqui para ver um calendário que mostra quando a transação se repetiria.',
|
||||
'repeat_forever' => 'Repetir para sempre',
|
||||
'repeat_until_date' => 'Repetir até uma data',
|
||||
'repeat_times' => 'Repetir uma quantidade de vezes',
|
||||
'recurring_skips_one' => 'Intercalado',
|
||||
'recurring_skips_more' => 'Pular :count ocorrências',
|
||||
'store_new_recurrence' => 'Salvar transação recorrente',
|
||||
'stored_new_recurrence' => 'Transação recorrente ":title" armazenada com sucesso.',
|
||||
'edit_recurrence' => 'Editar transação recorrente ":title"',
|
||||
'recurring_repeats_until' => 'Repetir até :date',
|
||||
'recurring_repeats_forever' => 'Repetir sempre',
|
||||
'recurring_repeats_x_times' => 'Repetir :count vez|Repetir :count vezes',
|
||||
'update_recurrence' => 'Atualizar transação recorrente',
|
||||
'updated_recurrence' => 'Atualizar transação recorrente ":title"',
|
||||
'recurrence_is_inactive' => 'Esta transação recorrente não está ativa e não gerará novas transações.',
|
||||
'delete_recurring' => 'Apagar transação recorrente ":title"',
|
||||
'new_recurring_transaction' => 'Nova transação recorrente',
|
||||
'help_weekend' => 'O que o Firefly III deve fazer quando a transação recorrente cai em um sábado ou domingo?',
|
||||
'do_nothing' => 'Apenas criar a transação',
|
||||
'skip_transaction' => 'Pular a ocorrência',
|
||||
'jump_to_friday' => 'Criar a transação na sexta-feira anterior',
|
||||
'jump_to_monday' => 'Criar a transação na segunda-feira seguinte',
|
||||
'will_jump_friday' => 'Será criada na sexta-feira em vez de nos finais de semana.',
|
||||
'will_jump_monday' => 'Será criada na segunda-feira em vez de nos finais de semana.',
|
||||
'except_weekends' => 'Exceto nos fins de semana',
|
||||
'recurrence_deleted' => 'Transação recorrente ":title" apagada',
|
||||
'create_new_recurrence' => 'Criar nova transação recorrente',
|
||||
'help_first_date' => 'Indique a primeira recorrência esperada. Isso deve ser no futuro.',
|
||||
'help_first_date_no_past' => 'Indique a primeira recorrência esperada. Firefly III não irá criar transações no passado.',
|
||||
'no_currency' => '(sem moeda)',
|
||||
'mandatory_for_recurring' => 'Informações obrigatórias de recorrência',
|
||||
'mandatory_for_transaction' => 'Informações obrigatórias de transação',
|
||||
'optional_for_recurring' => 'Informações opcionais de recorrência',
|
||||
'optional_for_transaction' => 'Informações opcionais de transação',
|
||||
'change_date_other_options' => 'Mude a "primeira data" para ver mais opções.',
|
||||
'mandatory_fields_for_tranaction' => 'Os valores aqui estarão na(s) transação(ões) criada(s)',
|
||||
'click_for_calendar' => 'Clique aqui para ver um calendário que mostra quando a transação se repetiria.',
|
||||
'repeat_forever' => 'Repetir para sempre',
|
||||
'repeat_until_date' => 'Repetir até uma data',
|
||||
'repeat_times' => 'Repetir uma quantidade de vezes',
|
||||
'recurring_skips_one' => 'Intercalado',
|
||||
'recurring_skips_more' => 'Pular :count ocorrências',
|
||||
'store_new_recurrence' => 'Salvar transação recorrente',
|
||||
'stored_new_recurrence' => 'Transação recorrente ":title" armazenada com sucesso.',
|
||||
'edit_recurrence' => 'Editar transação recorrente ":title"',
|
||||
'recurring_repeats_until' => 'Repetir até :date',
|
||||
'recurring_repeats_forever' => 'Repetir sempre',
|
||||
'recurring_repeats_x_times' => 'Repetir :count vez|Repetir :count vezes',
|
||||
'update_recurrence' => 'Atualizar transação recorrente',
|
||||
'updated_recurrence' => 'Atualizar transação recorrente ":title"',
|
||||
'recurrence_is_inactive' => 'Esta transação recorrente não está ativa e não gerará novas transações.',
|
||||
'delete_recurring' => 'Apagar transação recorrente ":title"',
|
||||
'new_recurring_transaction' => 'Nova transação recorrente',
|
||||
'help_weekend' => 'O que o Firefly III deve fazer quando a transação recorrente cai em um sábado ou domingo?',
|
||||
'do_nothing' => 'Apenas criar a transação',
|
||||
'skip_transaction' => 'Pular a ocorrência',
|
||||
'jump_to_friday' => 'Criar a transação na sexta-feira anterior',
|
||||
'jump_to_monday' => 'Criar a transação na segunda-feira seguinte',
|
||||
'will_jump_friday' => 'Será criada na sexta-feira em vez de nos finais de semana.',
|
||||
'will_jump_monday' => 'Será criada na segunda-feira em vez de nos finais de semana.',
|
||||
'except_weekends' => 'Exceto nos fins de semana',
|
||||
'recurrence_deleted' => 'Transação recorrente ":title" apagada',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gasto (:currency)',
|
||||
'box_earned_in_currency' => 'Ganho (:currency)',
|
||||
'box_budgeted_in_currency' => 'Orçado (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Contas pagas (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Contas não pagas (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Restante para gastar (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valor líquido (:currency)',
|
||||
'box_spend_per_day' => 'Restante para gastar por dia: :amount',
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gasto (:currency)',
|
||||
'box_earned_in_currency' => 'Ganho (:currency)',
|
||||
'box_budgeted_in_currency' => 'Orçado (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Contas pagas (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Contas não pagas (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Restante para gastar (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valor líquido (:currency)',
|
||||
'box_spend_per_day' => 'Restante para gastar por dia: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Página de depuração',
|
||||
'debug_submit_instructions' => 'Se você estiver com problemas, você pode usar as informações nesta caixa como informações de depuração. Por favor, copie e cole em um issue existente ou nova <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>. Gerará uma linda tabela que pode ser usada para diagnosticar rapidamente seu problema.',
|
||||
'debug_pretty_table' => 'Se você copiar/colar a caixa abaixo em uma issue no GitHub, ela irá gerar uma tabela. Por favor, não coloque este texto entre acentos agudos ou aspas.',
|
||||
'debug_additional_data' => 'Você também pode compartilhar o conteúdo da caixa abaixo. Você também pode copiar e colar isso em uma issue nova ou existente do <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>. No entanto, o conteúdo desta caixa pode conter informações privadas, como nomes de conta, detalhes da transação ou endereços de e-mail.',
|
||||
'debug_page' => 'Página de depuração',
|
||||
'debug_submit_instructions' => 'Se você estiver com problemas, você pode usar as informações nesta caixa como informações de depuração. Por favor, copie e cole em um issue existente ou nova <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>. Gerará uma linda tabela que pode ser usada para diagnosticar rapidamente seu problema.',
|
||||
'debug_pretty_table' => 'Se você copiar/colar a caixa abaixo em uma issue no GitHub, ela irá gerar uma tabela. Por favor, não coloque este texto entre acentos agudos ou aspas.',
|
||||
'debug_additional_data' => 'Você também pode compartilhar o conteúdo da caixa abaixo. Você também pode copiar e colar isso em uma issue nova ou existente do <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>. No entanto, o conteúdo desta caixa pode conter informações privadas, como nomes de conta, detalhes da transação ou endereços de e-mail.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Grupos',
|
||||
'object_groups_page_title' => 'Grupos',
|
||||
'object_groups_breadcrumb' => 'Grupos',
|
||||
'object_groups_index' => 'Visão geral',
|
||||
'object_groups' => 'Grupos',
|
||||
'object_groups_empty_explain' => 'Algumas coisas no Firefly III podem ser divididas em grupos. Por exemplo, apresentam um campo "Grupo" na edição e criam telas. Quando definir este campo, você pode editar os nomes e a ordem dos grupos nesta página. Para obter mais informações, confira as páginas de ajuda no canto superior direito, abaixo do ícone (?).',
|
||||
'object_group_title' => 'Título',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Excluir grupo ":title"',
|
||||
'update_object_group' => 'Atualizar grupo',
|
||||
'updated_object_group' => 'O grupo ":title" foi atualizado com sucesso',
|
||||
'deleted_object_group' => 'O grupo ":title" foi deletado com sucesso',
|
||||
'object_group' => 'Grupo',
|
||||
'object_groups_menu_bar' => 'Grupos',
|
||||
'object_groups_page_title' => 'Grupos',
|
||||
'object_groups_breadcrumb' => 'Grupos',
|
||||
'object_groups_index' => 'Visão geral',
|
||||
'object_groups' => 'Grupos',
|
||||
'object_groups_empty_explain' => 'Algumas coisas no Firefly III podem ser divididas em grupos. Por exemplo, apresentam um campo "Grupo" na edição e criam telas. Quando definir este campo, você pode editar os nomes e a ordem dos grupos nesta página. Para obter mais informações, confira as páginas de ajuda no canto superior direito, abaixo do ícone (?).',
|
||||
'object_group_title' => 'Título',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Excluir grupo ":title"',
|
||||
'update_object_group' => 'Atualizar grupo',
|
||||
'updated_object_group' => 'O grupo ":title" foi atualizado com sucesso',
|
||||
'deleted_object_group' => 'O grupo ":title" foi deletado com sucesso',
|
||||
'object_group' => 'Grupo',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -125,7 +125,7 @@ return [
|
||||
'start' => 'Início do intervalo',
|
||||
'end' => 'Término do intervalo',
|
||||
'delete_account' => 'Apagar conta ":name"',
|
||||
'delete_webhook' => 'Excluir webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_bill' => 'Apagar fatura ":name"',
|
||||
'delete_budget' => 'Excluir o orçamento ":name"',
|
||||
'delete_category' => 'Excluir categoria ":name"',
|
||||
@ -146,7 +146,7 @@ return [
|
||||
'object_group_areYouSure' => 'Você tem certeza que deseja excluir a regra intitulada ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Tem certeza que deseja excluir o grupo de regras intitulado ":title"?',
|
||||
'budget_areYouSure' => 'Tem certeza que deseja excluir o orçamento chamado ":name"?',
|
||||
'webhook_areYouSure' => 'Você tem certeza que quer excluir o webhook chamado ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Tem certeza que deseja excluir a categoria com o nome ":name"?',
|
||||
'recurring_areYouSure' => 'Tem certeza que deseja excluir o grupo de regras intitulado ":title"?',
|
||||
'currency_areYouSure' => 'Tem certeza que deseja excluir a moeda chamada ":name"?',
|
||||
@ -248,7 +248,7 @@ return [
|
||||
'submitted' => 'Enviado',
|
||||
'key' => 'Chave',
|
||||
'value' => 'Conteúdo do registro',
|
||||
'webhook_delivery' => 'Entrega',
|
||||
'webhook_response' => 'Resposta',
|
||||
'webhook_trigger' => 'Gatilho',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Última atividade',
|
||||
'balanceDiff' => 'Diferença de saldo',
|
||||
'other_meta_data' => 'Outros meta dados',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tipo de conta',
|
||||
'created_at' => 'Criado em',
|
||||
'account' => 'Conta',
|
||||
@ -138,10 +142,10 @@ return [
|
||||
'payment_info' => 'Informação de pagamento',
|
||||
'expected_info' => 'Próxima transação esperada',
|
||||
'start_date' => 'Data de início',
|
||||
'trigger' => 'Gatilho',
|
||||
'response' => 'Resposta',
|
||||
'delivery' => 'Entrega',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Segredo',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
|
@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
|
||||
'unique_object_group' => 'O nome do grupo deve ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'Você já tem um webhook com esta combinação de URL, gatilho, resposta e entrega.',
|
||||
'unique_existing_webhook' => 'Você já tem outro webhook com esta combinação de URL, gatilho, resposta e entrega.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma configuração de moeda',
|
||||
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'need_id_in_edit' => 'Cada divisão deve ter transaction_journal_id (ID válido ou 0).',
|
||||
|
||||
'ob_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'lc_source_need_data' => 'É necessário obter um ID de uma conta de origem válida para continuar.',
|
||||
'ob_dest_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'ob_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'lc_source_need_data' => 'É necessário obter um ID de uma conta de origem válida para continuar.',
|
||||
'ob_dest_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Você não pode usar esta conta como conta de origem.',
|
||||
'generic_invalid_destination' => 'Você não pode usar esta conta como conta de destino.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Uma mensagem de teste da instalação do Firefly III',
|
||||
'admin_test_body' => 'Esta é uma mensagem de teste da sua plataforma Firefly III. Foi enviada para :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nova sessão no Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -235,11 +235,11 @@ return [
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'Sem detalhes',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspecionar',
|
||||
'create_new_webhook' => 'Criar um novo webhook',
|
||||
'webhooks_create_breadcrumb' => 'Criar um novo webhook',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'O orçamento acaba com ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'O orçamento começa com ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'A fatura contêm ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'A fatura termina com ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'A fatura começa com ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'O ID Externo contém ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'O URL externo é ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'O URL externo contém ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'O URL externo termina em ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'O URL externo começa com ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'anual',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Você não pode executar regras inactivas.',
|
||||
'rules' => 'Regras',
|
||||
'rule_name' => 'Nome da regra',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Grupo de regras para faturas',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Criar uma nova regra para a fatura ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regra para a fatura ":name"',
|
||||
'new_rule_for_bill_description' => 'Esta regra marca as transações para a fatura ":name".',
|
||||
'rulegroup_for_bills_title' => 'Grupo de regras para faturas',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Criar uma nova regra para a fatura ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regra para a fatura ":name"',
|
||||
'new_rule_for_bill_description' => 'Esta regra marca as transações para a fatura ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regra baseada na transação ":description"',
|
||||
'new_rule_for_journal_description' => 'A regra é baseada na transação ":description". Ou seja a regra vai ser aplicada a todas as transações iguais.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Apagar dados',
|
||||
'permanent_delete_stuff' => 'Tenha cuidado com estes botões. Caso apague alguma coisa é permanente.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Todas as outras sessões foram desconectadas.',
|
||||
'delete_all_budgets' => 'Apagar TODOS os orçamentos',
|
||||
'delete_all_categories' => 'Apagar TODAS as categorias',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Etiqueta ":tag" alterada',
|
||||
'created_tag' => 'Etiqueta ":tag" criada!',
|
||||
|
||||
'transaction_journal_information' => 'Informação da transação',
|
||||
'transaction_journal_meta' => 'Meta informação',
|
||||
'transaction_journal_more' => 'Mais informações',
|
||||
'basic_journal_information' => 'Informações básicas de transação',
|
||||
'transaction_journal_extra' => 'Informações extra',
|
||||
'att_part_of_journal' => 'Guardado em ":journal"',
|
||||
'total_amount' => 'Montante total',
|
||||
'number_of_decimals' => 'Numero de casas decimais',
|
||||
'transaction_journal_information' => 'Informação da transação',
|
||||
'transaction_journal_meta' => 'Meta informação',
|
||||
'transaction_journal_more' => 'Mais informações',
|
||||
'basic_journal_information' => 'Informações básicas de transação',
|
||||
'transaction_journal_extra' => 'Informações extra',
|
||||
'att_part_of_journal' => 'Guardado em ":journal"',
|
||||
'total_amount' => 'Montante total',
|
||||
'number_of_decimals' => 'Numero de casas decimais',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administração',
|
||||
'user_administration' => 'Administração de utilizadores',
|
||||
'list_all_users' => 'Todos os utilizadores',
|
||||
'all_users' => 'Todos os utilizadores',
|
||||
'instance_configuration' => 'Configuracoes',
|
||||
'firefly_instance_configuration' => 'Opções de configuração para o Firefly III',
|
||||
'setting_single_user_mode' => 'Modo de utilizador-unico',
|
||||
'setting_single_user_mode_explain' => 'Por defeito, o Firefly III só aceita um (1) registo: você. Esta é uma medida de segurança, impedindo que outros utilizem a sua plataforma, a menos que permita. Os futuros registos estão bloqueados. Quando desmarcar esta caixa, outros podem utilizar a sua plataforma supondo que eles possam acede-la (quando ela estiver conectada à internet).',
|
||||
'store_configuration' => 'Gravar configuracao',
|
||||
'single_user_administration' => 'Administração de utilizadores para :email',
|
||||
'edit_user' => 'Alterar utilizador :email',
|
||||
'hidden_fields_preferences' => 'Pode ativar mais opções de transações nas suas <a href="preferences">preferências</a>.',
|
||||
'user_data_information' => 'Dados do utilizador',
|
||||
'user_information' => 'Informação do utilizador',
|
||||
'total_size' => 'tamanho total',
|
||||
'budget_or_budgets' => ':count orçamento|:count orçamentos',
|
||||
'budgets_with_limits' => ':count orçamento com montante definido|:count orçamentos com montante definido',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regra(s) em :count_groups grupo(s) de regras',
|
||||
'tag_or_tags' => ':count etiqueta|:count etiquetas',
|
||||
'configuration_updated' => 'A configuração foi actualizada',
|
||||
'setting_is_demo_site' => 'Site de demonstração',
|
||||
'setting_is_demo_site_explain' => 'Se marcar esta caixa, esta instalação vai se tornar no site de demonstração, o que pode ter efeitos colaterais estranhos.',
|
||||
'block_code_bounced' => 'Mensagem(s) de e-mail devolvida(s)',
|
||||
'block_code_expired' => 'Conta de demonstração expirada',
|
||||
'no_block_code' => 'Sem razão para bloqueio ou utilizador não bloqueado',
|
||||
'block_code_email_changed' => 'O utilizador ainda não confirmou o novo endereço de e-mail',
|
||||
'admin_update_email' => 'Ao contrário da página de perfil, o utilizador NÃO vai ser notificado sobre a alteração do endereço de e-mail!',
|
||||
'update_user' => 'Actualizar utilizador',
|
||||
'updated_user' => 'Os dados do utilizador foram alterados.',
|
||||
'delete_user' => 'Apagar utilizador ":email"',
|
||||
'user_deleted' => 'O utilizador foi apagado',
|
||||
'send_test_email' => 'Enviar e-mail de teste',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Enviar mensagem',
|
||||
'send_test_triggered' => 'O teste foi activado. Verifique a caixa de entrada e os arquivos de log.',
|
||||
'give_admin_careful' => 'Utilizadores que obtiverem direitos de administrador podem remover as suas permissões. Tenha cuidado.',
|
||||
'admin_maintanance_title' => 'Manutenção',
|
||||
'admin_maintanance_expl' => 'Alguns botões sofisticados para a manutenção do Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Limpar cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administração',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administração de utilizadores',
|
||||
'list_all_users' => 'Todos os utilizadores',
|
||||
'all_users' => 'Todos os utilizadores',
|
||||
'instance_configuration' => 'Configuracoes',
|
||||
'firefly_instance_configuration' => 'Opções de configuração para o Firefly III',
|
||||
'setting_single_user_mode' => 'Modo de utilizador-unico',
|
||||
'setting_single_user_mode_explain' => 'Por defeito, o Firefly III só aceita um (1) registo: você. Esta é uma medida de segurança, impedindo que outros utilizem a sua plataforma, a menos que permita. Os futuros registos estão bloqueados. Quando desmarcar esta caixa, outros podem utilizar a sua plataforma supondo que eles possam acede-la (quando ela estiver conectada à internet).',
|
||||
'store_configuration' => 'Gravar configuracao',
|
||||
'single_user_administration' => 'Administração de utilizadores para :email',
|
||||
'edit_user' => 'Alterar utilizador :email',
|
||||
'hidden_fields_preferences' => 'Pode ativar mais opções de transações nas suas <a href="preferences">preferências</a>.',
|
||||
'user_data_information' => 'Dados do utilizador',
|
||||
'user_information' => 'Informação do utilizador',
|
||||
'total_size' => 'tamanho total',
|
||||
'budget_or_budgets' => ':count orçamento|:count orçamentos',
|
||||
'budgets_with_limits' => ':count orçamento com montante definido|:count orçamentos com montante definido',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regra(s) em :count_groups grupo(s) de regras',
|
||||
'tag_or_tags' => ':count etiqueta|:count etiquetas',
|
||||
'configuration_updated' => 'A configuração foi actualizada',
|
||||
'setting_is_demo_site' => 'Site de demonstração',
|
||||
'setting_is_demo_site_explain' => 'Se marcar esta caixa, esta instalação vai se tornar no site de demonstração, o que pode ter efeitos colaterais estranhos.',
|
||||
'block_code_bounced' => 'Mensagem(s) de e-mail devolvida(s)',
|
||||
'block_code_expired' => 'Conta de demonstração expirada',
|
||||
'no_block_code' => 'Sem razão para bloqueio ou utilizador não bloqueado',
|
||||
'block_code_email_changed' => 'O utilizador ainda não confirmou o novo endereço de e-mail',
|
||||
'admin_update_email' => 'Ao contrário da página de perfil, o utilizador NÃO vai ser notificado sobre a alteração do endereço de e-mail!',
|
||||
'update_user' => 'Actualizar utilizador',
|
||||
'updated_user' => 'Os dados do utilizador foram alterados.',
|
||||
'delete_user' => 'Apagar utilizador ":email"',
|
||||
'user_deleted' => 'O utilizador foi apagado',
|
||||
'send_test_email' => 'Enviar e-mail de teste',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Enviar mensagem',
|
||||
'send_test_triggered' => 'O teste foi activado. Verifique a caixa de entrada e os arquivos de log.',
|
||||
'give_admin_careful' => 'Utilizadores que obtiverem direitos de administrador podem remover as suas permissões. Tenha cuidado.',
|
||||
'admin_maintanance_title' => 'Manutenção',
|
||||
'admin_maintanance_expl' => 'Alguns botões sofisticados para a manutenção do Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Limpar cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descrição da transacção dividida',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Aparentemente o cron job necessário para suportar transações recorrentes nunca foi executado. Isto é algo normal quando acaba de instalar o Firefly III, no entanto isto deve ser configurado o mais rápido possível. Por favor verifique as páginas de ajuda no ícone-(?) no canto superior direito da página.',
|
||||
'recurring_cron_long_ago' => 'Parece que a última vez que o cron job que trata das transações recorrentes correu foi há mais de 36 horas desde a ultima vez. Têm a certeza que está configurado corretamente? Por favor verifique as páginas de ajuda através do ícone-(?) no canto superior direito da página.',
|
||||
|
||||
'create_new_recurrence' => 'Criar nova transação recorrente',
|
||||
'help_first_date' => 'Indique a primeira recorrência esperada. Isto deve ser no futuro.',
|
||||
'help_first_date_no_past' => 'Indique a primeira recorrência esperada. O Firefly III não irá criar transações recorrentes no passado.',
|
||||
'no_currency' => '(sem moeda)',
|
||||
'mandatory_for_recurring' => 'Informações de recorrência obrigatórias',
|
||||
'mandatory_for_transaction' => 'Informações obrigatórias de transação',
|
||||
'optional_for_recurring' => 'Opcional informação recorrente',
|
||||
'optional_for_transaction' => 'Opcional informação de transação',
|
||||
'change_date_other_options' => 'Altere a "primeira data" para ver mais opções.',
|
||||
'mandatory_fields_for_tranaction' => 'Os valores aqui presentes vão acabar na(s) transação(ões) a serem criadas',
|
||||
'click_for_calendar' => 'Carregue aqui para ver um calendário que lhe irá mostrar quando a transação irá repetir.',
|
||||
'repeat_forever' => 'Repetir para sempre',
|
||||
'repeat_until_date' => 'Repetir até uma data',
|
||||
'repeat_times' => 'Repetir um número de vezes',
|
||||
'recurring_skips_one' => 'Todos os outros',
|
||||
'recurring_skips_more' => 'Saltar :count ocorrências',
|
||||
'store_new_recurrence' => 'Guardar transação recorrente',
|
||||
'stored_new_recurrence' => 'Transação recorrente ":title" guardada com sucesso.',
|
||||
'edit_recurrence' => 'Editar transação recorrente ":title"',
|
||||
'recurring_repeats_until' => 'Repete até :date',
|
||||
'recurring_repeats_forever' => 'Repetir para sempre',
|
||||
'recurring_repeats_x_times' => 'Repete :count vez|Repete :count vezes',
|
||||
'update_recurrence' => 'Alterar transação recorrente',
|
||||
'updated_recurrence' => 'Alterar transação recorrente ":title"',
|
||||
'recurrence_is_inactive' => 'Esta transação recorrente não está ativada e não serão geradas novas transações.',
|
||||
'delete_recurring' => 'Apagar transação recorrente ":title"',
|
||||
'new_recurring_transaction' => 'Nova transação recorrente',
|
||||
'help_weekend' => 'O quê que o Firefly III deve fazer quando uma transação recorrente falha num sábado ou domingo?',
|
||||
'do_nothing' => 'Apenas crie a transação',
|
||||
'skip_transaction' => 'Passar à frente a ocorrência',
|
||||
'jump_to_friday' => 'Criar uma transação na sexta-feira passada em vez',
|
||||
'jump_to_monday' => 'Criar a transação na próxima segunda-feira em vez',
|
||||
'will_jump_friday' => 'Será criada na sexta-feira em vez de fins de semana.',
|
||||
'will_jump_monday' => 'Será criada na segunda-feira em vez de fins de semana.',
|
||||
'except_weekends' => 'Excepto fins de semana',
|
||||
'recurrence_deleted' => 'Transação recorrente ":title" apagada',
|
||||
'create_new_recurrence' => 'Criar nova transação recorrente',
|
||||
'help_first_date' => 'Indique a primeira recorrência esperada. Isto deve ser no futuro.',
|
||||
'help_first_date_no_past' => 'Indique a primeira recorrência esperada. O Firefly III não irá criar transações recorrentes no passado.',
|
||||
'no_currency' => '(sem moeda)',
|
||||
'mandatory_for_recurring' => 'Informações de recorrência obrigatórias',
|
||||
'mandatory_for_transaction' => 'Informações obrigatórias de transação',
|
||||
'optional_for_recurring' => 'Opcional informação recorrente',
|
||||
'optional_for_transaction' => 'Opcional informação de transação',
|
||||
'change_date_other_options' => 'Altere a "primeira data" para ver mais opções.',
|
||||
'mandatory_fields_for_tranaction' => 'Os valores aqui presentes vão acabar na(s) transação(ões) a serem criadas',
|
||||
'click_for_calendar' => 'Carregue aqui para ver um calendário que lhe irá mostrar quando a transação irá repetir.',
|
||||
'repeat_forever' => 'Repetir para sempre',
|
||||
'repeat_until_date' => 'Repetir até uma data',
|
||||
'repeat_times' => 'Repetir um número de vezes',
|
||||
'recurring_skips_one' => 'Todos os outros',
|
||||
'recurring_skips_more' => 'Saltar :count ocorrências',
|
||||
'store_new_recurrence' => 'Guardar transação recorrente',
|
||||
'stored_new_recurrence' => 'Transação recorrente ":title" guardada com sucesso.',
|
||||
'edit_recurrence' => 'Editar transação recorrente ":title"',
|
||||
'recurring_repeats_until' => 'Repete até :date',
|
||||
'recurring_repeats_forever' => 'Repetir para sempre',
|
||||
'recurring_repeats_x_times' => 'Repete :count vez|Repete :count vezes',
|
||||
'update_recurrence' => 'Alterar transação recorrente',
|
||||
'updated_recurrence' => 'Alterar transação recorrente ":title"',
|
||||
'recurrence_is_inactive' => 'Esta transação recorrente não está ativada e não serão geradas novas transações.',
|
||||
'delete_recurring' => 'Apagar transação recorrente ":title"',
|
||||
'new_recurring_transaction' => 'Nova transação recorrente',
|
||||
'help_weekend' => 'O quê que o Firefly III deve fazer quando uma transação recorrente falha num sábado ou domingo?',
|
||||
'do_nothing' => 'Apenas crie a transação',
|
||||
'skip_transaction' => 'Passar à frente a ocorrência',
|
||||
'jump_to_friday' => 'Criar uma transação na sexta-feira passada em vez',
|
||||
'jump_to_monday' => 'Criar a transação na próxima segunda-feira em vez',
|
||||
'will_jump_friday' => 'Será criada na sexta-feira em vez de fins de semana.',
|
||||
'will_jump_monday' => 'Será criada na segunda-feira em vez de fins de semana.',
|
||||
'except_weekends' => 'Excepto fins de semana',
|
||||
'recurrence_deleted' => 'Transação recorrente ":title" apagada',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gasto (:currency)',
|
||||
'box_earned_in_currency' => 'Ganho (:currency)',
|
||||
'box_budgeted_in_currency' => 'Orçamentado (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Faturas pagas (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Faturas por pagar (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Restante para gastar (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valor líquido (:currency)',
|
||||
'box_spend_per_day' => 'Restante para gastar por dia: :amount',
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gasto (:currency)',
|
||||
'box_earned_in_currency' => 'Ganho (:currency)',
|
||||
'box_budgeted_in_currency' => 'Orçamentado (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Faturas pagas (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Faturas por pagar (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Restante para gastar (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valor líquido (:currency)',
|
||||
'box_spend_per_day' => 'Restante para gastar por dia: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Página de depuração',
|
||||
'debug_submit_instructions' => 'Se estiver com problemas, pode utilizar a informação desta caixa como informação de depuração. Por favor copie e cola a mesma num <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a> novo ou existente. Irá gerar uma tabela linda que pode ser usada como diagnóstico rápido do seu problema.',
|
||||
'debug_pretty_table' => 'Se copiar e colar o conteúdo da caixa abaixo numa issue do GitHub irá gerar uma tabela. Por favor não envolva o texto com acentos ou aspas.',
|
||||
'debug_additional_data' => 'Pode também partilhar o conteúdo da caixa abaixo. Pode copiar e colar a mesma num <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a> novo ou existente. No entanto, o conteúdo da caixa abaixo pode conter informação pessoa como nomes de contas, detalhes de transações, ou endereços de email.',
|
||||
'debug_page' => 'Página de depuração',
|
||||
'debug_submit_instructions' => 'Se estiver com problemas, pode utilizar a informação desta caixa como informação de depuração. Por favor copie e cola a mesma num <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a> novo ou existente. Irá gerar uma tabela linda que pode ser usada como diagnóstico rápido do seu problema.',
|
||||
'debug_pretty_table' => 'Se copiar e colar o conteúdo da caixa abaixo numa issue do GitHub irá gerar uma tabela. Por favor não envolva o texto com acentos ou aspas.',
|
||||
'debug_additional_data' => 'Pode também partilhar o conteúdo da caixa abaixo. Pode copiar e colar a mesma num <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a> novo ou existente. No entanto, o conteúdo da caixa abaixo pode conter informação pessoa como nomes de contas, detalhes de transações, ou endereços de email.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Grupos',
|
||||
'object_groups_page_title' => 'Grupos',
|
||||
'object_groups_breadcrumb' => 'Grupos',
|
||||
'object_groups_index' => 'Visão geral',
|
||||
'object_groups' => 'Grupos',
|
||||
'object_groups_empty_explain' => 'Algumas coisas no Firefly III podem ser divididos entre grupos. Mealheiros pro exemplo, têm um campo "Grupo" tanto no ecrã de criar e de editar. Quando você define este campo, pode alterar os nomes e a ordem dos grupos nesta página. Para mais informação, veja a ajuda existente no canto superior direito, no botão com ícone-(?).',
|
||||
'object_group_title' => 'Titulo',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Apagar grupo ":title"',
|
||||
'update_object_group' => 'Actualizar grupo',
|
||||
'updated_object_group' => 'Grupo ":title" atualizado com sucesso',
|
||||
'deleted_object_group' => 'Grupo ":title" eliminado com sucesso',
|
||||
'object_group' => 'Grupo',
|
||||
'object_groups_menu_bar' => 'Grupos',
|
||||
'object_groups_page_title' => 'Grupos',
|
||||
'object_groups_breadcrumb' => 'Grupos',
|
||||
'object_groups_index' => 'Visão geral',
|
||||
'object_groups' => 'Grupos',
|
||||
'object_groups_empty_explain' => 'Algumas coisas no Firefly III podem ser divididos entre grupos. Mealheiros pro exemplo, têm um campo "Grupo" tanto no ecrã de criar e de editar. Quando você define este campo, pode alterar os nomes e a ordem dos grupos nesta página. Para mais informação, veja a ajuda existente no canto superior direito, no botão com ícone-(?).',
|
||||
'object_group_title' => 'Titulo',
|
||||
'edit_object_group' => 'Editar grupo ":title"',
|
||||
'delete_object_group' => 'Apagar grupo ":title"',
|
||||
'update_object_group' => 'Actualizar grupo',
|
||||
'updated_object_group' => 'Grupo ":title" atualizado com sucesso',
|
||||
'deleted_object_group' => 'Grupo ":title" eliminado com sucesso',
|
||||
'object_group' => 'Grupo',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Ultima actividade',
|
||||
'balanceDiff' => 'Diferenca de saldo',
|
||||
'other_meta_data' => 'Outros meta dados',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tipo de conta',
|
||||
'created_at' => 'Criado em',
|
||||
'account' => 'Conta',
|
||||
|
@ -141,7 +141,7 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'O nome do mealheiro tem de ser unico.',
|
||||
'unique_object_group' => 'O nome do grupo tem que ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'Você já tem um webhook com esta combinação de URL, gatilho, resposta e entrega.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo de conta',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma moeda configurada',
|
||||
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'need_id_in_edit' => 'Cada divisão deve ter transaction_journal_id (ID válido ou 0).',
|
||||
|
||||
'ob_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
|
||||
'lc_source_need_data' => 'É necessário obter um ID de uma conta de origem válida para continuar.',
|
||||
'ob_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'ob_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
|
||||
'lc_source_need_data' => 'É necessário obter um ID de uma conta de origem válida para continuar.',
|
||||
'ob_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Não pode utilizar esta conta como conta de origem.',
|
||||
'generic_invalid_destination' => 'Não pode utilizar esta conta como conta de destino.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Un mesaj de testare de la instalarea Firefly III',
|
||||
'admin_test_body' => 'Acesta este un mesaj de test de la instanța dvs. Firefly III. Acesta a fost trimis la :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Autentificare nouă pe Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'anual',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Nu se pot executa reguli inactive.',
|
||||
'rules' => 'Reguli',
|
||||
'rule_name' => 'Denumirea regulii',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Grup de reguli pentru facturi',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Creați o nouă regulă pentru factura ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regula privind factura ":name"',
|
||||
'new_rule_for_bill_description' => 'Această regulă marchează tranzacțiile pentru factura ":name".',
|
||||
'rulegroup_for_bills_title' => 'Grup de reguli pentru facturi',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Creați o nouă regulă pentru factura ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regula privind factura ":name"',
|
||||
'new_rule_for_bill_description' => 'Această regulă marchează tranzacțiile pentru factura ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regulă bazată pe tranzacția ":description"',
|
||||
'new_rule_for_journal_description' => 'Această regulă este bazată pe tranzacția ":description". Se va potrivi cu tranzacțiile care sunt exact la fel.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Ștergeți datele',
|
||||
'permanent_delete_stuff' => 'Fii atent cu aceste butoane. Ștergerea lucrurilor este permanentă.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Toate celelalte sesiuni au fost deconectate.',
|
||||
'delete_all_budgets' => 'Șterge toate bugetele',
|
||||
'delete_all_categories' => 'Șterge toate categoriile',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Eticheta ":tag" a fost actualizat',
|
||||
'created_tag' => 'Eticheta ":tag" a fost creat!',
|
||||
|
||||
'transaction_journal_information' => 'Informații despre tranzacții',
|
||||
'transaction_journal_meta' => 'Informații meta',
|
||||
'transaction_journal_more' => 'Mai multe informaţii',
|
||||
'basic_journal_information' => 'Informații de bază despre tranzacție',
|
||||
'transaction_journal_extra' => 'Informații suplimentare',
|
||||
'att_part_of_journal' => 'Salvat în ":journal"',
|
||||
'total_amount' => 'Valoare totală',
|
||||
'number_of_decimals' => 'Număr de zecimale',
|
||||
'transaction_journal_information' => 'Informații despre tranzacții',
|
||||
'transaction_journal_meta' => 'Informații meta',
|
||||
'transaction_journal_more' => 'Mai multe informaţii',
|
||||
'basic_journal_information' => 'Informații de bază despre tranzacție',
|
||||
'transaction_journal_extra' => 'Informații suplimentare',
|
||||
'att_part_of_journal' => 'Salvat în ":journal"',
|
||||
'total_amount' => 'Valoare totală',
|
||||
'number_of_decimals' => 'Număr de zecimale',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administrare',
|
||||
'user_administration' => 'Administrarea utilizatorilor',
|
||||
'list_all_users' => 'Toți utilizatorii',
|
||||
'all_users' => 'Toți utilizatorii',
|
||||
'instance_configuration' => 'Configurare',
|
||||
'firefly_instance_configuration' => 'Opțiuni configurare',
|
||||
'setting_single_user_mode' => 'Mod de utilizator unic',
|
||||
'setting_single_user_mode_explain' => 'În mod implicit, Firefly III acceptă numai o înregistrare: dvs. Aceasta este o măsură de securitate, împiedicând pe alții să vă folosească instanța dacă nu le permiteți. Inregistrările viitoare sunt blocate. Când debifați această casetă, alții vă pot folosi și instanța, presupunând că pot ajunge la ea (când este conectată la internet).',
|
||||
'store_configuration' => 'Salvați configurarea',
|
||||
'single_user_administration' => 'Administrare utilizator pentru :email',
|
||||
'edit_user' => 'Editați user :email',
|
||||
'hidden_fields_preferences' => 'Puteți activa mai multe opțiuni de tranzacție în <a href="preferences">preferințele</a> dvs.',
|
||||
'user_data_information' => 'Datele utilizatorului',
|
||||
'user_information' => 'Informații utilizator',
|
||||
'total_size' => 'marimea totală',
|
||||
'budget_or_budgets' => ':count buget |:count bugete',
|
||||
'budgets_with_limits' => ':count buget cu suma configurată | :count bugete cu suma configurată',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regulă(reguli) în :count_groups grup (uri) de reguli',
|
||||
'tag_or_tags' => ':count tag | :count tag-uri',
|
||||
'configuration_updated' => 'Configurația a fost actualizată',
|
||||
'setting_is_demo_site' => 'Site-ul demo',
|
||||
'setting_is_demo_site_explain' => 'Dacă bifați această casetă, această instalare se va comporta ca și cum ar fi site-ul demo, care poate avea efecte secundare ciudate.',
|
||||
'block_code_bounced' => 'Mesaje e-mail (uri) returnate',
|
||||
'block_code_expired' => 'Contul Demo a expirat',
|
||||
'no_block_code' => 'Nu există motive pentru blocarea sau blocarea utilizatorului',
|
||||
'block_code_email_changed' => 'Utilizatorul nu a confirmat încă nicio adresă de e-mail nouă',
|
||||
'admin_update_email' => 'Contrar paginii de profil, utilizatorul NU va fi anunțat că adresa sa de email a fost modificată!',
|
||||
'update_user' => 'Actualizați user',
|
||||
'updated_user' => 'Datele utilizatorilor au fost modificate.',
|
||||
'delete_user' => 'Șterge user :email',
|
||||
'user_deleted' => 'Utilizatorul a fost șters',
|
||||
'send_test_email' => 'Trimiteți mesajul de e-mail test',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Trimite mesaj',
|
||||
'send_test_triggered' => 'Testul a fost declanșat. Verificați mesajele primite și log-urile.',
|
||||
'give_admin_careful' => 'Utilizatorii cărora li se acordă drepturi de administrator pot lua drepturile dvs. Fiți atenți.',
|
||||
'admin_maintanance_title' => 'Mentenanţă',
|
||||
'admin_maintanance_expl' => 'Ceva butoane grozave pentru mentenanța Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Golește memoria cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administrare',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administrarea utilizatorilor',
|
||||
'list_all_users' => 'Toți utilizatorii',
|
||||
'all_users' => 'Toți utilizatorii',
|
||||
'instance_configuration' => 'Configurare',
|
||||
'firefly_instance_configuration' => 'Opțiuni configurare',
|
||||
'setting_single_user_mode' => 'Mod de utilizator unic',
|
||||
'setting_single_user_mode_explain' => 'În mod implicit, Firefly III acceptă numai o înregistrare: dvs. Aceasta este o măsură de securitate, împiedicând pe alții să vă folosească instanța dacă nu le permiteți. Inregistrările viitoare sunt blocate. Când debifați această casetă, alții vă pot folosi și instanța, presupunând că pot ajunge la ea (când este conectată la internet).',
|
||||
'store_configuration' => 'Salvați configurarea',
|
||||
'single_user_administration' => 'Administrare utilizator pentru :email',
|
||||
'edit_user' => 'Editați user :email',
|
||||
'hidden_fields_preferences' => 'Puteți activa mai multe opțiuni de tranzacție în <a href="preferences">preferințele</a> dvs.',
|
||||
'user_data_information' => 'Datele utilizatorului',
|
||||
'user_information' => 'Informații utilizator',
|
||||
'total_size' => 'marimea totală',
|
||||
'budget_or_budgets' => ':count buget |:count bugete',
|
||||
'budgets_with_limits' => ':count buget cu suma configurată | :count bugete cu suma configurată',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regulă(reguli) în :count_groups grup (uri) de reguli',
|
||||
'tag_or_tags' => ':count tag | :count tag-uri',
|
||||
'configuration_updated' => 'Configurația a fost actualizată',
|
||||
'setting_is_demo_site' => 'Site-ul demo',
|
||||
'setting_is_demo_site_explain' => 'Dacă bifați această casetă, această instalare se va comporta ca și cum ar fi site-ul demo, care poate avea efecte secundare ciudate.',
|
||||
'block_code_bounced' => 'Mesaje e-mail (uri) returnate',
|
||||
'block_code_expired' => 'Contul Demo a expirat',
|
||||
'no_block_code' => 'Nu există motive pentru blocarea sau blocarea utilizatorului',
|
||||
'block_code_email_changed' => 'Utilizatorul nu a confirmat încă nicio adresă de e-mail nouă',
|
||||
'admin_update_email' => 'Contrar paginii de profil, utilizatorul NU va fi anunțat că adresa sa de email a fost modificată!',
|
||||
'update_user' => 'Actualizați user',
|
||||
'updated_user' => 'Datele utilizatorilor au fost modificate.',
|
||||
'delete_user' => 'Șterge user :email',
|
||||
'user_deleted' => 'Utilizatorul a fost șters',
|
||||
'send_test_email' => 'Trimiteți mesajul de e-mail test',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Trimite mesaj',
|
||||
'send_test_triggered' => 'Testul a fost declanșat. Verificați mesajele primite și log-urile.',
|
||||
'give_admin_careful' => 'Utilizatorii cărora li se acordă drepturi de administrator pot lua drepturile dvs. Fiți atenți.',
|
||||
'admin_maintanance_title' => 'Mentenanţă',
|
||||
'admin_maintanance_expl' => 'Ceva butoane grozave pentru mentenanța Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Golește memoria cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descrierea tranzacției divizate',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Se pare că cron-job-ul necesar pentru a susține tranzacțiile recurente nu a avut loc niciodată. Acest lucru este, desigur, normal când ați instalat Firefly III, dar acest lucru ar trebui să fie ceva de instalat cât mai curând posibil. Consultați paginile de ajutor utilizând pictograma (?) - în colțul din dreapta sus al paginii.',
|
||||
'recurring_cron_long_ago' => 'Se pare că au trecut mai mult de 36 de ore de când cron-job-ul pentru susținerea tranzacțiilor recurente a fost utilizat. Sunteți sigur că a fost configurat corect? Consultați paginile de ajutor utilizând pictograma (?) - în colțul din dreapta sus al paginii.',
|
||||
|
||||
'create_new_recurrence' => 'Creați o nouă tranzacție recurentă',
|
||||
'help_first_date' => 'Indicați prima recurență așteptată. Aceasta trebuie să fie în viitor.',
|
||||
'help_first_date_no_past' => 'Indicați prima recurență așteptată. Firefly III nu va crea tranzacții în trecut.',
|
||||
'no_currency' => '(nici o monedă)',
|
||||
'mandatory_for_recurring' => 'Informații obligatorii despre recurență',
|
||||
'mandatory_for_transaction' => 'Informații obligatorii despre tranzacții',
|
||||
'optional_for_recurring' => 'Informații opționale despre recurență',
|
||||
'optional_for_transaction' => 'Informații opționale despre tranzacții',
|
||||
'change_date_other_options' => 'Modificați "prima dată" pentru a vedea mai multe opțiuni.',
|
||||
'mandatory_fields_for_tranaction' => 'Valorile de aici vor rezulta în tranzacția (tranzacțiile) care se creează',
|
||||
'click_for_calendar' => 'Dați clic aici pentru un calendar care vă arată când tranzacția se va repeta.',
|
||||
'repeat_forever' => 'Repetați pentru totdeauna',
|
||||
'repeat_until_date' => 'Repetați până la data',
|
||||
'repeat_times' => 'Repetați de mai multe ori',
|
||||
'recurring_skips_one' => 'Toate celelalte',
|
||||
'recurring_skips_more' => 'Sari peste :count apariții',
|
||||
'store_new_recurrence' => 'Salvați tranzacție recurentă',
|
||||
'stored_new_recurrence' => 'tranzacție recurentă ":title" salvată cu succes.',
|
||||
'edit_recurrence' => 'Editați tranzacția recurentă ":title"',
|
||||
'recurring_repeats_until' => 'Se repetă până la :date',
|
||||
'recurring_repeats_forever' => 'Se repetă pentru totdeauna',
|
||||
'recurring_repeats_x_times' => 'Repetă :count time | Repetă de :count ori',
|
||||
'update_recurrence' => 'Actualizați tranzacția recurentă',
|
||||
'updated_recurrence' => 'Tranzacție recurentă ":title" a fost actualizată',
|
||||
'recurrence_is_inactive' => 'Această tranzacție recurentă nu este activă și nu va genera noi tranzacții.',
|
||||
'delete_recurring' => 'Șterge tranzacția recurentă ":title"',
|
||||
'new_recurring_transaction' => 'Tranzacție recurentă nouă',
|
||||
'help_weekend' => 'Ce ar trebui să facă Firefly III atunci când tranzacția recurentă cade într-o sâmbătă sau duminică?',
|
||||
'do_nothing' => 'Doar creați tranzacția',
|
||||
'skip_transaction' => 'Omiteți apariția',
|
||||
'jump_to_friday' => 'Creați tranzacția din vineri precedentă',
|
||||
'jump_to_monday' => 'Creați tranzacția de luni viitoare',
|
||||
'will_jump_friday' => 'Va fi creat vineri în loc de weekend.',
|
||||
'will_jump_monday' => 'Va fi creat luni, în loc de weekend.',
|
||||
'except_weekends' => 'Cu excepția weekend-urilor',
|
||||
'recurrence_deleted' => 'tranzacție recurentă ":title" ștearsă',
|
||||
'create_new_recurrence' => 'Creați o nouă tranzacție recurentă',
|
||||
'help_first_date' => 'Indicați prima recurență așteptată. Aceasta trebuie să fie în viitor.',
|
||||
'help_first_date_no_past' => 'Indicați prima recurență așteptată. Firefly III nu va crea tranzacții în trecut.',
|
||||
'no_currency' => '(nici o monedă)',
|
||||
'mandatory_for_recurring' => 'Informații obligatorii despre recurență',
|
||||
'mandatory_for_transaction' => 'Informații obligatorii despre tranzacții',
|
||||
'optional_for_recurring' => 'Informații opționale despre recurență',
|
||||
'optional_for_transaction' => 'Informații opționale despre tranzacții',
|
||||
'change_date_other_options' => 'Modificați "prima dată" pentru a vedea mai multe opțiuni.',
|
||||
'mandatory_fields_for_tranaction' => 'Valorile de aici vor rezulta în tranzacția (tranzacțiile) care se creează',
|
||||
'click_for_calendar' => 'Dați clic aici pentru un calendar care vă arată când tranzacția se va repeta.',
|
||||
'repeat_forever' => 'Repetați pentru totdeauna',
|
||||
'repeat_until_date' => 'Repetați până la data',
|
||||
'repeat_times' => 'Repetați de mai multe ori',
|
||||
'recurring_skips_one' => 'Toate celelalte',
|
||||
'recurring_skips_more' => 'Sari peste :count apariții',
|
||||
'store_new_recurrence' => 'Salvați tranzacție recurentă',
|
||||
'stored_new_recurrence' => 'tranzacție recurentă ":title" salvată cu succes.',
|
||||
'edit_recurrence' => 'Editați tranzacția recurentă ":title"',
|
||||
'recurring_repeats_until' => 'Se repetă până la :date',
|
||||
'recurring_repeats_forever' => 'Se repetă pentru totdeauna',
|
||||
'recurring_repeats_x_times' => 'Repetă :count time | Repetă de :count ori',
|
||||
'update_recurrence' => 'Actualizați tranzacția recurentă',
|
||||
'updated_recurrence' => 'Tranzacție recurentă ":title" a fost actualizată',
|
||||
'recurrence_is_inactive' => 'Această tranzacție recurentă nu este activă și nu va genera noi tranzacții.',
|
||||
'delete_recurring' => 'Șterge tranzacția recurentă ":title"',
|
||||
'new_recurring_transaction' => 'Tranzacție recurentă nouă',
|
||||
'help_weekend' => 'Ce ar trebui să facă Firefly III atunci când tranzacția recurentă cade într-o sâmbătă sau duminică?',
|
||||
'do_nothing' => 'Doar creați tranzacția',
|
||||
'skip_transaction' => 'Omiteți apariția',
|
||||
'jump_to_friday' => 'Creați tranzacția din vineri precedentă',
|
||||
'jump_to_monday' => 'Creați tranzacția de luni viitoare',
|
||||
'will_jump_friday' => 'Va fi creat vineri în loc de weekend.',
|
||||
'will_jump_monday' => 'Va fi creat luni, în loc de weekend.',
|
||||
'except_weekends' => 'Cu excepția weekend-urilor',
|
||||
'recurrence_deleted' => 'tranzacție recurentă ":title" ștearsă',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Balanța (:currency)',
|
||||
'box_spent_in_currency' => 'Cheltuit (:currency)',
|
||||
'box_earned_in_currency' => 'Câștigat (:currency)',
|
||||
'box_budgeted_in_currency' => 'Bugetat (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Facturi plătite (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Facturi neplătite (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Rămas de cheltuit (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valoarea netă (:currency)',
|
||||
'box_spend_per_day' => 'Rămas de cheltui pe zi: :amount',
|
||||
'box_balance_in_currency' => 'Balanța (:currency)',
|
||||
'box_spent_in_currency' => 'Cheltuit (:currency)',
|
||||
'box_earned_in_currency' => 'Câștigat (:currency)',
|
||||
'box_budgeted_in_currency' => 'Bugetat (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Facturi plătite (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Facturi neplătite (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Rămas de cheltuit (:currency)',
|
||||
'box_net_worth_in_currency' => 'Valoarea netă (:currency)',
|
||||
'box_spend_per_day' => 'Rămas de cheltui pe zi: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Pagina de depanare',
|
||||
'debug_submit_instructions' => 'Dacă întâmpini probleme, poți folosi informațiile din această casetă ca informație de depanare. Vă rugăm să copiați și lipiți într-o problemă nouă sau existentă <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>. Va genera un tabel care poate fi folosit pentru a vă diagnostica rapid problema.',
|
||||
'debug_pretty_table' => 'Dacă copiați/lipiți căsuța de mai jos într-o problemă GitHub, aceasta va genera un tabel. Vă rugăm să nu înconjurați acest text cu backticks sau ghilimele.',
|
||||
'debug_additional_data' => 'De asemenea, poți distribui conținutul casetei de mai jos. Poți deasemenea să copiezi și să lipești asta într-un <a href="https://github.com/firefly-iii/firefly-iii/issues">subiect GitHub nou sau existent</a>. Cu toate acestea, conținutul acestei rubrici poate conține informații private, cum ar fi numele contului, detaliile tranzacției sau adresele de e-mail.',
|
||||
'debug_page' => 'Pagina de depanare',
|
||||
'debug_submit_instructions' => 'Dacă întâmpini probleme, poți folosi informațiile din această casetă ca informație de depanare. Vă rugăm să copiați și lipiți într-o problemă nouă sau existentă <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>. Va genera un tabel care poate fi folosit pentru a vă diagnostica rapid problema.',
|
||||
'debug_pretty_table' => 'Dacă copiați/lipiți căsuța de mai jos într-o problemă GitHub, aceasta va genera un tabel. Vă rugăm să nu înconjurați acest text cu backticks sau ghilimele.',
|
||||
'debug_additional_data' => 'De asemenea, poți distribui conținutul casetei de mai jos. Poți deasemenea să copiezi și să lipești asta într-un <a href="https://github.com/firefly-iii/firefly-iii/issues">subiect GitHub nou sau existent</a>. Cu toate acestea, conținutul acestei rubrici poate conține informații private, cum ar fi numele contului, detaliile tranzacției sau adresele de e-mail.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Grupuri',
|
||||
'object_groups_page_title' => 'Grupuri',
|
||||
'object_groups_breadcrumb' => 'Grupuri',
|
||||
'object_groups_index' => 'Prezentare generală',
|
||||
'object_groups' => 'Grupuri',
|
||||
'object_groups_empty_explain' => 'Unele lucruri din Firefly III pot fi împărțite în grupuri. Pușculițele, de exemplu, prezintă un câmp "Group" în editare și creează ecrane. Când setați acest câmp, puteți edita numele și ordinea grupurilor de pe această pagină. Pentru mai multe informații, vedeți paginile de ajutor din colțul din dreapta sus, sub pictograma (?).',
|
||||
'object_group_title' => 'Titlu',
|
||||
'edit_object_group' => 'Editați grupul ":title"',
|
||||
'delete_object_group' => 'Șterge grupul ":title"',
|
||||
'update_object_group' => 'Actualizați grupul',
|
||||
'updated_object_group' => 'Grup actualizat cu succes ":title"',
|
||||
'deleted_object_group' => 'Grup ":title" șters cu succes',
|
||||
'object_group' => 'Grup',
|
||||
'object_groups_menu_bar' => 'Grupuri',
|
||||
'object_groups_page_title' => 'Grupuri',
|
||||
'object_groups_breadcrumb' => 'Grupuri',
|
||||
'object_groups_index' => 'Prezentare generală',
|
||||
'object_groups' => 'Grupuri',
|
||||
'object_groups_empty_explain' => 'Unele lucruri din Firefly III pot fi împărțite în grupuri. Pușculițele, de exemplu, prezintă un câmp "Group" în editare și creează ecrane. Când setați acest câmp, puteți edita numele și ordinea grupurilor de pe această pagină. Pentru mai multe informații, vedeți paginile de ajutor din colțul din dreapta sus, sub pictograma (?).',
|
||||
'object_group_title' => 'Titlu',
|
||||
'edit_object_group' => 'Editați grupul ":title"',
|
||||
'delete_object_group' => 'Șterge grupul ":title"',
|
||||
'update_object_group' => 'Actualizați grupul',
|
||||
'updated_object_group' => 'Grup actualizat cu succes ":title"',
|
||||
'deleted_object_group' => 'Grup ":title" șters cu succes',
|
||||
'object_group' => 'Grup',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Ultima activitate',
|
||||
'balanceDiff' => 'Diferența de sold',
|
||||
'other_meta_data' => 'Alte meta-date',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tip de cont',
|
||||
'created_at' => 'Creat la',
|
||||
'account' => 'Cont',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'need_id_in_edit' => 'Fiecare împărțire trebuie să aibă transaction_journal_id (fie ID valid sau 0).',
|
||||
|
||||
'ob_source_need_data' => 'Pentru a continua, trebuie să obțineți un ID sursă validă și / sau un nume valid al contului sursă valabil.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'ob_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'ob_source_need_data' => 'Pentru a continua, trebuie să obțineți un ID sursă validă și / sau un nume valid al contului sursă valabil.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'ob_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Nu puteți utiliza acest cont ca și cont sursă.',
|
||||
'generic_invalid_destination' => 'Nu puteți utiliza acest cont ca și cont de destinație.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Тестовое сообщение от вашей установки Firefly III',
|
||||
'admin_test_body' => 'Это тестовое сообщение с вашего сервера Firefly III. Оно было отправлено на :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Новый вход в Firefly III',
|
||||
'slack_login_from_new_ip' => 'Новый вход Firefly III с IP :ip (:host)',
|
||||
|
@ -228,43 +228,43 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Веб-хуки',
|
||||
'webhooks_breadcrumb' => 'Вебхуки',
|
||||
'no_webhook_messages' => 'Нет сообщений от вебхуков',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'После создания транзакции',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'После обновления транзакции',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'После удаления транзакции',
|
||||
'webhook_response_TRANSACTIONS' => 'Подробности транзакции',
|
||||
'webhook_response_ACCOUNTS' => 'Информация об аккаунте',
|
||||
'webhook_response_none_NONE' => 'Нет данных',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Посмотреть',
|
||||
'create_new_webhook' => 'Создать новый webhook',
|
||||
'webhooks_create_breadcrumb' => 'Создать новый webhook',
|
||||
'webhook_trigger_form_help' => 'Укажите, на каких событиях будет срабатывание webhook',
|
||||
'webhook_response_form_help' => 'Укажите, что webhook должен отправить на URL.',
|
||||
'webhook_delivery_form_help' => 'В каком формате должны быть загружены данные webhook.',
|
||||
'webhook_active_form_help' => 'Webhook должен быть активным или не будет вызван.',
|
||||
'stored_new_webhook' => 'Добавлен новый webhook ":title"',
|
||||
'delete_webhook' => 'Удалить webhook',
|
||||
'deleted_webhook' => 'Удален webhook ":title"',
|
||||
'edit_webhook' => 'Редактировать webhook ":title"',
|
||||
'updated_webhook' => 'Обновлен webhook ":title"',
|
||||
'edit_webhook_js' => 'Редактировать webhook "{title}"',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'Webhook был инициирован в указанной транзакции. Вы можете обновить эту страницу, чтобы увидеть результаты.',
|
||||
'webhook_messages' => 'Сообщение вебхуков',
|
||||
'view_message' => 'Посмотреть сообщение',
|
||||
'view_attempts' => 'Просмотр неудачных попыток',
|
||||
'message_content_title' => 'Содержимое сообщения webhook',
|
||||
'message_content_help' => 'Это содержимое сообщения, которое было отправлено (или была попытка отправить) с помощью этого webhook.',
|
||||
'attempt_content_title' => 'Попытки webhook',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'Нет неудачных попыток. Это хорошо!',
|
||||
'webhook_attempt_at' => 'Попытка в {moment}',
|
||||
'logs' => 'Логи',
|
||||
'response' => 'Ответ',
|
||||
'visit_webhook_url' => 'Перейти на URL webhook',
|
||||
'reset_webhook_secret' => 'Сбросить секрет webhook',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Запрос авторизации Firefly III v:version',
|
||||
@ -323,9 +323,9 @@ return [
|
||||
// old
|
||||
|
||||
'search_modifier_date_on' => 'Дата транзакции: ":value"',
|
||||
'search_modifier_not_date_on' => 'Дата транзакции не ":value"',
|
||||
'search_modifier_reconciled' => 'Транзакция сверена',
|
||||
'search_modifier_not_reconciled' => 'Транзакция не сверена',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'ID транзакции - ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
'search_modifier_date_before' => 'Дата транзакции до или равна ":value"',
|
||||
@ -338,22 +338,22 @@ return [
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Внутренняя ссылка: ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Описание начинается с ":value"',
|
||||
'search_modifier_not_description_starts' => 'Описание не начинается с ":value"',
|
||||
'search_modifier_description_ends' => 'Описание заканчивается на ":value"',
|
||||
'search_modifier_not_description_ends' => 'Описание не заканчивается на ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'Описание содержит ":value"',
|
||||
'search_modifier_not_description_contains' => 'Описание не содержит ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Описание точно соответствует ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => '(Иностранная) валюта транзакции - ":value"',
|
||||
'search_modifier_not_currency_is' => 'Валюта (иностранная) транзакции не ":value"',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Иностранная валюта транзакции - ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Иностранная валюта транзакции не ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_has_attachments' => 'Транзакция должна иметь вложение',
|
||||
'search_modifier_has_no_category' => 'Транзакция не должна быть связана с категорией',
|
||||
'search_modifier_not_has_no_category' => 'Транзакция должна относиться к (любой) категории',
|
||||
'search_modifier_not_has_any_category' => 'Транзакция не должна иметь категорию',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'Транзакция должна быть связана с (любой) категорией',
|
||||
'search_modifier_has_no_budget' => 'Транзакция не должна быть связана с бюджетом',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
@ -386,47 +386,47 @@ return [
|
||||
'search_modifier_amount_more' => 'Сумма больше или равна :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Название счёта-источника точно соответствует ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Название счёта-источника не ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_source_account_contains' => 'Название счёта-источника содержит ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Название счёта-источника не содержит ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Название счёта-источника начинается с ":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Название счёта-источника не начинается с ":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Название счёта-источника заканчивается на ":value"',
|
||||
'search_modifier_not_source_account_ends' => 'Название счёта-источника не заканчивается на ":value"',
|
||||
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
|
||||
'search_modifier_source_account_id' => 'ID счёта-источника = :value',
|
||||
'search_modifier_not_source_account_id' => 'ID счёта-источника не :value',
|
||||
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
|
||||
'search_modifier_source_account_nr_is' => 'Номер счёта-источника (IBAN) - ":value"',
|
||||
'search_modifier_not_source_account_nr_is' => 'Номер счёта-источника (IBAN) не ":value"',
|
||||
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Номер счёта-источника (IBAN) содержит ":value"',
|
||||
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Номер счёта-источника (IBAN) начинается с ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Номер счёта-источника (IBAN) не начинается с ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Номер счёта-источника (IBAN) заканчивается на ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Номер счёта-источника (IBAN) не заканчивается на ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
|
||||
'search_modifier_destination_account_is' => 'Название счёта назначения точно соответствует ":value"',
|
||||
'search_modifier_not_destination_account_is' => 'Название счёта-назначения не ":value"',
|
||||
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Название счёта назначения содержит ":value"',
|
||||
'search_modifier_not_destination_account_contains' => 'Название счёта-назначения не содержит ":value"',
|
||||
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Название счёта назначения начинается с ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Название счёта-назначения не начинается ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Название счёта-назначения заканчивается на ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Название счёта-назначения не заканчивается на ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
|
||||
'search_modifier_destination_account_id' => 'ID счёта назначения = :value',
|
||||
'search_modifier_not_destination_account_id' => 'ID счёта-назначения не ":value"',
|
||||
'search_modifier_destination_is_cash' => 'Целевой счет - это аккаунт "(наличные)"',
|
||||
'search_modifier_not_destination_is_cash' => 'Целевой счет - это аккаунт не "(наличные)"',
|
||||
'search_modifier_source_is_cash' => 'Исходный счет - это "(наличные)"',
|
||||
'search_modifier_not_source_is_cash' => 'Исходный счет не является "(наличные)"',
|
||||
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
|
||||
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
|
||||
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
|
||||
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
|
||||
'search_modifier_destination_account_nr_is' => 'Номер счета назначения (IBAN) - ":value"',
|
||||
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Номер счета назначения (IBAN) содержит ":value"',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Номер целевого счета (IBAN) не содержит ":value"',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Номер счета назначения (IBAN) начинается с ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Номер целевого счета (IBAN) не начинается с ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Номер счета назначения (IBAN) оканчивается на ":value"',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Номер целевого счета (IBAN) не заканчивается на ":value"',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
|
||||
'search_modifier_account_id' => 'ID счета источника или назначения: :value',
|
||||
'search_modifier_not_account_id' => 'ID счета источника или назначения не: :value',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'Категория - ":value"',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_budget_is' => 'Бюджет - ":value"',
|
||||
@ -455,23 +455,23 @@ return [
|
||||
'search_modifier_tag_is_not' => 'Нет тега ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'Является ли счёт ":value"',
|
||||
'search_modifier_not_account_is' => 'Ни один аккаунт не является ":value"',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'Содержит ли счёт ":value"',
|
||||
'search_modifier_not_account_contains' => 'Ни один аккаунт не содержит ":value"',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'Либо счет заканчивается на ":value"',
|
||||
'search_modifier_not_account_ends' => 'Ни один из аккаунтов не заканчивается на ":value"',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'Либо счет начинается с ":value"',
|
||||
'search_modifier_not_account_starts' => 'Ни один аккаунт не начинается с ":value"',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'Номер счета / IBAN ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Номер счета / IBAN ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Номер счета / IBAN содержит ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Номер счета / IBAN содержит ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Номер счета / IBAN заканчивается на ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Номер счета / IBAN начинается с ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'Категория содержит ":value"',
|
||||
'search_modifier_not_category_contains' => 'Категория не содержит ":value"',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_category_starts' => 'Категория начинается с ":value"',
|
||||
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Бюджет заканчивается на ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Бюджет начинается с ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Бюджет содержит ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Счет заканчивается на ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Счёт начинается с ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'Внешний ID содержит ":value"',
|
||||
@ -503,18 +503,18 @@ return [
|
||||
'search_modifier_external_url_is' => 'Внешний URL-адрес ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'Внешний URL содержит ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'Внешний URL заканчивается на ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'Внешний URL начинается с ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_has_no_attachments' => 'Транзакция не содержит вложений',
|
||||
'search_modifier_not_has_no_attachments' => 'Транзакция с вложениями',
|
||||
'search_modifier_not_has_attachments' => 'Транзакции не содержит вложений',
|
||||
'search_modifier_account_is_cash' => 'Любой счет является «(наличными)».',
|
||||
'search_modifier_not_account_is_cash' => 'Ни один из этих счетов не является "(наличные)".',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_journal_id' => 'ID журнала ":value"',
|
||||
'search_modifier_not_journal_id' => 'ID журнала не является ":value"',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'Сумма иностранного платежа: ":value"',
|
||||
@ -523,7 +523,7 @@ return [
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'Иначе сумма больше чем ":value"',
|
||||
'search_modifier_exists' => 'Транзакция существует (любая транзакция)',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
|
||||
// date fields
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'ежегодно',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Вы не можете выполнять неактивные правила.',
|
||||
'rules' => 'Правила',
|
||||
'rule_name' => 'Название правила',
|
||||
@ -898,8 +899,8 @@ return [
|
||||
|
||||
// new values:
|
||||
'rule_trigger_user_action_choice' => 'Действие пользователя = ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'Нет метки..',
|
||||
'rule_trigger_tag_is_not' => 'Нет тега ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_account_is_choice' => 'Either account is exactly..',
|
||||
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
|
||||
'rule_trigger_account_contains_choice' => 'Любая учетная запись заканчивается содержит..',
|
||||
@ -1024,10 +1025,10 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'Транзакция сверена',
|
||||
'rule_trigger_reconciled' => 'Транзакция сверена',
|
||||
'rule_trigger_exists_choice' => 'Любые транзакции совпадают(!)',
|
||||
'rule_trigger_exists' => 'Любые транзакции совпадают',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,14 +1155,14 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'УДАЛИТЬ транзакцию(!)',
|
||||
'rule_action_delete_transaction' => 'УДАЛИТЬ транзакцию(!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Назначить категорию ":action_value"',
|
||||
'rule_action_clear_category' => 'Очистить поле "Категория"',
|
||||
'rule_action_set_budget' => 'Назначить бюджет ":action_value"',
|
||||
@ -1172,30 +1173,30 @@ return [
|
||||
'rule_action_set_description' => 'Назначить описание ":action_value"',
|
||||
'rule_action_append_description' => 'Добавить в конце описание с ":action_value"',
|
||||
'rule_action_prepend_description' => 'Добавить в начале описание с ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Установить категорию для ..',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Удалить любую категорию',
|
||||
'rule_action_set_budget_choice' => 'Установить бюджет для ..',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Удалить любой бюджет',
|
||||
'rule_action_add_tag_choice' => 'Добавить метку...',
|
||||
'rule_action_remove_tag_choice' => 'Удалить метку...',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Удалить все метки...',
|
||||
'rule_action_set_description_choice' => 'Задать описание ..',
|
||||
'rule_action_update_piggy_choice' => 'Добавить / удалить сумму транзакции в копилке ..',
|
||||
'rule_action_update_piggy' => 'Добавить/удалить сумму транзакции в копилке ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Добавить описание с ..',
|
||||
'rule_action_prepend_description_choice' => 'Добавить в начале описания ..',
|
||||
'rule_action_set_source_account_choice' => 'Назначить счёт-источник ..',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Назначить счёт-источник :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Установить счет назначения на ..',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Назначить целевой счёт :action_value',
|
||||
'rule_action_append_notes_choice' => 'Добавить в конце заметки ..',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Добавить в конце заметки с ":action_value"',
|
||||
'rule_action_prepend_notes_choice' => 'Добавить в начале заметки ..',
|
||||
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
|
||||
'rule_action_prepend_notes' => 'Добавить в начале заметки с ":action_value"',
|
||||
'rule_action_clear_notes_choice' => 'Удалить любые заметки',
|
||||
'rule_action_clear_notes' => 'Удалить любые заметки',
|
||||
'rule_action_set_notes_choice' => 'Добавить заметку ..',
|
||||
'rule_action_link_to_bill_choice' => 'Ссылка на счет ..',
|
||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Ссылка на счёт к оплате ":action_value"',
|
||||
'rule_action_set_notes' => 'Назначить примечания ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Преобразовать транзакцию в доход',
|
||||
@ -1204,25 +1205,22 @@ return [
|
||||
'rule_action_convert_withdrawal' => 'Преобразовать транзакцию в расход с помощью ":action_value"',
|
||||
'rule_action_convert_transfer_choice' => 'Преобразовать транзакцию в перевод',
|
||||
'rule_action_convert_transfer' => 'Преобразовать транзакцию в перевод с помощью ":action_value"',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Добавить описание к заметкам транзакции',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Добавить примечания транзакции к описанию',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Заменить текущие примечания транзакции описанием',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Заменить текущее описание примечаниями к сделкам',
|
||||
'rule_action_append_descr_to_notes' => 'Добавить описание к заметкам',
|
||||
'rule_action_append_notes_to_descr' => 'Добавить заметки к описанию',
|
||||
'rule_action_move_descr_to_notes' => 'Заменить заметки описанием',
|
||||
'rule_action_move_notes_to_descr' => 'Заменить описание заметками',
|
||||
|
||||
'rules_have_read_warning' => 'Вы прочитали предупреждение? ',
|
||||
'apply_rule_warning' => 'Предупреждение: запуск правила (группы) для большого количества транзакций может занимать долгое время и не выполниться. Если это произойдет, то правило (группа) применится только к неизвестному количеству транзакций . Это может сильно запутать вашу финансовую администрацию. Пожалуйста, будьте осторожны . ',
|
||||
'rulegroup_for_bills_title' => 'Группа правил для счетов к оплате',
|
||||
'rulegroup_for_bills_description' => 'Специальная группа правил для всех правил, связанных со счетами . ',
|
||||
'rule_for_bill_title' => 'Авто - сгенерированное правило для счета ":name"',
|
||||
'rule_for_bill_description' => 'Это правило автоматически сгенерировано для проверки счета ":name" . ',
|
||||
'create_rule_for_bill' => 'Создать новое правило для счёта к оплате ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Правило для счёта на оплату ":name"',
|
||||
'new_rule_for_bill_description' => 'Это правило помечает транзакции для счёта на оплату ":name".',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
'rulegroup_for_bills_title' => 'Группа правил для счетов к оплате',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Создать новое правило для счёта к оплате ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Правило для счёта на оплату ":name"',
|
||||
'new_rule_for_bill_description' => 'Это правило помечает транзакции для счёта на оплату ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Правило основано на транзакции ":description"',
|
||||
'new_rule_for_journal_description' => 'Это правило основано на транзакции ":description". Под него будут подпадать транзакции, которые точно совпадают.',
|
||||
@ -1293,7 +1291,7 @@ return [
|
||||
'preferences_frontpage' => 'Сводка',
|
||||
'preferences_security' => 'Безопасность',
|
||||
'preferences_layout' => 'Отображение',
|
||||
'preferences_notifications' => 'Уведомления',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'pref_home_show_deposits' => 'Показывать доходы на главной странице',
|
||||
'pref_home_show_deposits_info' => 'В сводке уже отображаются ваши счета расходов. Нужно ли показывать там также ваши счета доходов?',
|
||||
'pref_home_do_show_deposits' => 'Да, показать их',
|
||||
@ -1324,19 +1322,25 @@ return [
|
||||
'optional_field_attachments' => 'Вложения',
|
||||
'optional_field_meta_data' => 'Расширенные данные',
|
||||
'external_url' => 'Внешний URL-адрес',
|
||||
'pref_notification_bill_reminder' => 'Напоминание о неоплаченных счетах',
|
||||
'pref_notification_new_access_token' => 'Оповещение о создании нового ключа доступа к API',
|
||||
'pref_notification_transaction_creation' => 'Предупреждать об автоматически созданной транзакции',
|
||||
'pref_notification_user_login' => 'Оповещать при входе из нового места',
|
||||
'pref_notifications' => 'Уведомления',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Удалить данные',
|
||||
'permanent_delete_stuff' => 'Будьте осторожны с этими кнопками. Удаление нельзя будет отменить.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Все прочие ваши сессии были прекращены.',
|
||||
'delete_all_budgets' => 'Удалить ВСЕ ваши бюджеты',
|
||||
'delete_all_categories' => 'Удалить ВСЕ ваши категории',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Метка ":tag" обновлена',
|
||||
'created_tag' => 'Метка ":tag" была создана!',
|
||||
|
||||
'transaction_journal_information' => 'Информация о транзакции',
|
||||
'transaction_journal_meta' => 'Дополнительная информация',
|
||||
'transaction_journal_more' => 'Дополнительная информация',
|
||||
'basic_journal_information' => 'Основная информация о транзакции',
|
||||
'transaction_journal_extra' => 'Дополнительные сведения',
|
||||
'att_part_of_journal' => 'Сохранено в ":journal"',
|
||||
'total_amount' => 'Итого',
|
||||
'number_of_decimals' => 'Количество знаков после запятой',
|
||||
'transaction_journal_information' => 'Информация о транзакции',
|
||||
'transaction_journal_meta' => 'Дополнительная информация',
|
||||
'transaction_journal_more' => 'Дополнительная информация',
|
||||
'basic_journal_information' => 'Основная информация о транзакции',
|
||||
'transaction_journal_extra' => 'Дополнительные сведения',
|
||||
'att_part_of_journal' => 'Сохранено в ":journal"',
|
||||
'total_amount' => 'Итого',
|
||||
'number_of_decimals' => 'Количество знаков после запятой',
|
||||
|
||||
// administration
|
||||
'administration' => 'Администрирование',
|
||||
'user_administration' => 'Управление пользователями',
|
||||
'list_all_users' => 'Список пользователей',
|
||||
'all_users' => 'Все пользователи',
|
||||
'instance_configuration' => 'Конфигурация',
|
||||
'firefly_instance_configuration' => 'Базовая конфигурация Firefly III',
|
||||
'setting_single_user_mode' => 'Режим одного пользователя',
|
||||
'setting_single_user_mode_explain' => 'По умолчанию Firefly III работает только с одним пользователем (это вы). Это сделано с целью обеспечения безопасности, чтобы другие люди не могли использовать ваш Firefly без вашего разрешения. Регистрация других пользователей просто невозможна. Однако, если вы снимите этот флажок, другие смогут использовать ваш Firefly, при условии, что у них есть доступ к нему (например, он доступен через Интернет).',
|
||||
'store_configuration' => 'Сохранить конфигурацию',
|
||||
'single_user_administration' => 'Управление пользователем :email',
|
||||
'edit_user' => 'Редактирование пользователя :email',
|
||||
'hidden_fields_preferences' => 'Вы можете включить больше параметров транзакции в <a href="preferences">настройках</a>.',
|
||||
'user_data_information' => 'Данные пользователя',
|
||||
'user_information' => 'Информация о пользователе',
|
||||
'total_size' => 'общий размер',
|
||||
'budget_or_budgets' => ':count бюджет|:count бюджетов',
|
||||
'budgets_with_limits' => ':count бюджет с заданной суммой|:count бюджетов с заданной суммой',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules правил в :count_groups группах',
|
||||
'tag_or_tags' => ':count метка|:count меток',
|
||||
'configuration_updated' => 'Конфигурация обновлена',
|
||||
'setting_is_demo_site' => 'Демо-сайт',
|
||||
'setting_is_demo_site_explain' => 'Если вы установите этот флажок, эта копия FireFly будет вести себя как демонстрационный сайт, который может иметь странные побочные эффекты.',
|
||||
'block_code_bounced' => 'Отправка письма (писем) с аккаунта',
|
||||
'block_code_expired' => 'Срок демо-версии истёк',
|
||||
'no_block_code' => 'Нет причины для блокировки или пользователь не заблокирован',
|
||||
'block_code_email_changed' => 'Пользователь не подтвердил новый адрес электронной почты',
|
||||
'admin_update_email' => 'Внимание! Пользователь НЕ будет уведомлён о смене адреса электронной почты. Новый адрес он увидит только на странице профиля.',
|
||||
'update_user' => 'Обновить пользователя',
|
||||
'updated_user' => 'Данные пользователя были изменены.',
|
||||
'delete_user' => 'Удалить пользователя :email',
|
||||
'user_deleted' => 'Пользователь был удален',
|
||||
'send_test_email' => 'Отправить тестовое письмо на E-mail пользователя',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Отправить сообщение',
|
||||
'send_test_triggered' => 'Тест был выполнен. Проверьте ваш почтовый ящик и log-файлы.',
|
||||
'give_admin_careful' => 'Пользователи, которым даны права администратора, могут отнять такие права у вас. Будьте осторожны.',
|
||||
'admin_maintanance_title' => 'Обслуживание',
|
||||
'admin_maintanance_expl' => 'Некоторые хитрые кнопочки для обслуживания Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Очистить кэш',
|
||||
'admin_notifications' => 'Уведомления администратора',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Сохранить настройки',
|
||||
'notification_settings_saved' => 'Настройки уведомлений сохранены',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Администрирование',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Управление пользователями',
|
||||
'list_all_users' => 'Список пользователей',
|
||||
'all_users' => 'Все пользователи',
|
||||
'instance_configuration' => 'Конфигурация',
|
||||
'firefly_instance_configuration' => 'Базовая конфигурация Firefly III',
|
||||
'setting_single_user_mode' => 'Режим одного пользователя',
|
||||
'setting_single_user_mode_explain' => 'По умолчанию Firefly III работает только с одним пользователем (это вы). Это сделано с целью обеспечения безопасности, чтобы другие люди не могли использовать ваш Firefly без вашего разрешения. Регистрация других пользователей просто невозможна. Однако, если вы снимите этот флажок, другие смогут использовать ваш Firefly, при условии, что у них есть доступ к нему (например, он доступен через Интернет).',
|
||||
'store_configuration' => 'Сохранить конфигурацию',
|
||||
'single_user_administration' => 'Управление пользователем :email',
|
||||
'edit_user' => 'Редактирование пользователя :email',
|
||||
'hidden_fields_preferences' => 'Вы можете включить больше параметров транзакции в <a href="preferences">настройках</a>.',
|
||||
'user_data_information' => 'Данные пользователя',
|
||||
'user_information' => 'Информация о пользователе',
|
||||
'total_size' => 'общий размер',
|
||||
'budget_or_budgets' => ':count бюджет|:count бюджетов',
|
||||
'budgets_with_limits' => ':count бюджет с заданной суммой|:count бюджетов с заданной суммой',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules правил в :count_groups группах',
|
||||
'tag_or_tags' => ':count метка|:count меток',
|
||||
'configuration_updated' => 'Конфигурация обновлена',
|
||||
'setting_is_demo_site' => 'Демо-сайт',
|
||||
'setting_is_demo_site_explain' => 'Если вы установите этот флажок, эта копия FireFly будет вести себя как демонстрационный сайт, который может иметь странные побочные эффекты.',
|
||||
'block_code_bounced' => 'Отправка письма (писем) с аккаунта',
|
||||
'block_code_expired' => 'Срок демо-версии истёк',
|
||||
'no_block_code' => 'Нет причины для блокировки или пользователь не заблокирован',
|
||||
'block_code_email_changed' => 'Пользователь не подтвердил новый адрес электронной почты',
|
||||
'admin_update_email' => 'Внимание! Пользователь НЕ будет уведомлён о смене адреса электронной почты. Новый адрес он увидит только на странице профиля.',
|
||||
'update_user' => 'Обновить пользователя',
|
||||
'updated_user' => 'Данные пользователя были изменены.',
|
||||
'delete_user' => 'Удалить пользователя :email',
|
||||
'user_deleted' => 'Пользователь был удален',
|
||||
'send_test_email' => 'Отправить тестовое письмо на E-mail пользователя',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Отправить сообщение',
|
||||
'send_test_triggered' => 'Тест был выполнен. Проверьте ваш почтовый ящик и log-файлы.',
|
||||
'give_admin_careful' => 'Пользователи, которым даны права администратора, могут отнять такие права у вас. Будьте осторожны.',
|
||||
'admin_maintanance_title' => 'Обслуживание',
|
||||
'admin_maintanance_expl' => 'Некоторые хитрые кнопочки для обслуживания Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Очистить кэш',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Описание разделённой транзакции',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Похоже, что задание cron, которое необходимо для работы повторяющихся транзакций, никогда не запускалось. Это совершенно нормально, если вы только что установили Firefly III, но возможно стоит проверить кое-какие настройки как можно скорее. Пожалуйста, перечитайте страницу справки, используя значок (?) в верхнем правом углу этой страницы.',
|
||||
'recurring_cron_long_ago' => 'Похоже, что прошло более 36 часов с того времени, когда задание cron должно было быть выполнено в последний раз. Вы уверены, что всё настроено правильно? Пожалуйста, перечитайте страницу справки, используя значок (?) в верхнем правом углу этой страницы.',
|
||||
|
||||
'create_new_recurrence' => 'Создать новую повторяющуюся транзакцию',
|
||||
'help_first_date' => 'Укажите первое ожидаемое повторение. Оно должно быть в будущем.',
|
||||
'help_first_date_no_past' => 'Укажите первое ожидаемое повторение. Firefly III не будет создавать транзакции ранее этой даты.',
|
||||
'no_currency' => '(нет валюты)',
|
||||
'mandatory_for_recurring' => 'Обязательные сведения о повторении',
|
||||
'mandatory_for_transaction' => 'Обязательные сведения о транзакции',
|
||||
'optional_for_recurring' => 'Опциональные сведения о повторении',
|
||||
'optional_for_transaction' => 'Опциональные сведения о транзакции',
|
||||
'change_date_other_options' => 'Измените "начальную дату", чтобы увидеть больше опций.',
|
||||
'mandatory_fields_for_tranaction' => 'Эти значения будут использоваться при создании транзакций',
|
||||
'click_for_calendar' => 'Щёлкните здесь, чтобы открыт календарь и указать, когда транзакция будет повторяться.',
|
||||
'repeat_forever' => 'Повторять всегда',
|
||||
'repeat_until_date' => 'Повторять до указанной даты',
|
||||
'repeat_times' => 'Повторять указанное число раз',
|
||||
'recurring_skips_one' => 'Другой период',
|
||||
'recurring_skips_more' => 'Пропустить :count повторов',
|
||||
'store_new_recurrence' => 'Сохранить повторяющуюся транзакцию',
|
||||
'stored_new_recurrence' => 'Повторяющаяся транзакция ":title" успешно сохранена.',
|
||||
'edit_recurrence' => 'Изменить повторяющуюся транзакцию ":title"',
|
||||
'recurring_repeats_until' => 'Повторять до :date',
|
||||
'recurring_repeats_forever' => 'Повторять всегда',
|
||||
'recurring_repeats_x_times' => 'Повторяется :count раз|Повторяется :count раз',
|
||||
'update_recurrence' => 'Обновить повторяющуюся транзакцию',
|
||||
'updated_recurrence' => 'Повторяющаяся транзакция ":title" обновлена',
|
||||
'recurrence_is_inactive' => 'Эта повторяющаяся транзакция не активна и не создаёт новые транзакции.',
|
||||
'delete_recurring' => 'Удалить повторяющуюся транзакцию ":title"',
|
||||
'new_recurring_transaction' => 'Новая запланированная транзакция',
|
||||
'help_weekend' => 'Что должен сделать Firefly III, когда повторяющаяся транзакция попадает на субботу или воскресенье?',
|
||||
'do_nothing' => 'Просто создать транзакцию',
|
||||
'skip_transaction' => 'Пропустить транзакцию',
|
||||
'jump_to_friday' => 'Создать транзакцию в предшествующую пятницу',
|
||||
'jump_to_monday' => 'Создать транзакцию в следующий понедельник',
|
||||
'will_jump_friday' => 'Будет создана в пятницу, а не в выходной день.',
|
||||
'will_jump_monday' => 'Будет создана в понедельник, а не в выходной день.',
|
||||
'except_weekends' => 'Исключить выходные дни',
|
||||
'recurrence_deleted' => 'Повторяющаяся транзакция ":title" удалена',
|
||||
'create_new_recurrence' => 'Создать новую повторяющуюся транзакцию',
|
||||
'help_first_date' => 'Укажите первое ожидаемое повторение. Оно должно быть в будущем.',
|
||||
'help_first_date_no_past' => 'Укажите первое ожидаемое повторение. Firefly III не будет создавать транзакции ранее этой даты.',
|
||||
'no_currency' => '(нет валюты)',
|
||||
'mandatory_for_recurring' => 'Обязательные сведения о повторении',
|
||||
'mandatory_for_transaction' => 'Обязательные сведения о транзакции',
|
||||
'optional_for_recurring' => 'Опциональные сведения о повторении',
|
||||
'optional_for_transaction' => 'Опциональные сведения о транзакции',
|
||||
'change_date_other_options' => 'Измените "начальную дату", чтобы увидеть больше опций.',
|
||||
'mandatory_fields_for_tranaction' => 'Эти значения будут использоваться при создании транзакций',
|
||||
'click_for_calendar' => 'Щёлкните здесь, чтобы открыт календарь и указать, когда транзакция будет повторяться.',
|
||||
'repeat_forever' => 'Повторять всегда',
|
||||
'repeat_until_date' => 'Повторять до указанной даты',
|
||||
'repeat_times' => 'Повторять указанное число раз',
|
||||
'recurring_skips_one' => 'Другой период',
|
||||
'recurring_skips_more' => 'Пропустить :count повторов',
|
||||
'store_new_recurrence' => 'Сохранить повторяющуюся транзакцию',
|
||||
'stored_new_recurrence' => 'Повторяющаяся транзакция ":title" успешно сохранена.',
|
||||
'edit_recurrence' => 'Изменить повторяющуюся транзакцию ":title"',
|
||||
'recurring_repeats_until' => 'Повторять до :date',
|
||||
'recurring_repeats_forever' => 'Повторять всегда',
|
||||
'recurring_repeats_x_times' => 'Повторяется :count раз|Повторяется :count раз',
|
||||
'update_recurrence' => 'Обновить повторяющуюся транзакцию',
|
||||
'updated_recurrence' => 'Повторяющаяся транзакция ":title" обновлена',
|
||||
'recurrence_is_inactive' => 'Эта повторяющаяся транзакция не активна и не создаёт новые транзакции.',
|
||||
'delete_recurring' => 'Удалить повторяющуюся транзакцию ":title"',
|
||||
'new_recurring_transaction' => 'Новая запланированная транзакция',
|
||||
'help_weekend' => 'Что должен сделать Firefly III, когда повторяющаяся транзакция попадает на субботу или воскресенье?',
|
||||
'do_nothing' => 'Просто создать транзакцию',
|
||||
'skip_transaction' => 'Пропустить транзакцию',
|
||||
'jump_to_friday' => 'Создать транзакцию в предшествующую пятницу',
|
||||
'jump_to_monday' => 'Создать транзакцию в следующий понедельник',
|
||||
'will_jump_friday' => 'Будет создана в пятницу, а не в выходной день.',
|
||||
'will_jump_monday' => 'Будет создана в понедельник, а не в выходной день.',
|
||||
'except_weekends' => 'Исключить выходные дни',
|
||||
'recurrence_deleted' => 'Повторяющаяся транзакция ":title" удалена',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Баланс (:currency)',
|
||||
'box_spent_in_currency' => 'Расходы (:currency)',
|
||||
'box_earned_in_currency' => 'Доходы (:currency)',
|
||||
'box_budgeted_in_currency' => 'Запланировано в бюджете (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Счета на оплату (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Неоплаченные счета (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Осталось потратить (:currency)',
|
||||
'box_net_worth_in_currency' => 'Мои сбережения (:currency)',
|
||||
'box_spend_per_day' => 'Можно тратить в день: :amount',
|
||||
'box_balance_in_currency' => 'Баланс (:currency)',
|
||||
'box_spent_in_currency' => 'Расходы (:currency)',
|
||||
'box_earned_in_currency' => 'Доходы (:currency)',
|
||||
'box_budgeted_in_currency' => 'Запланировано в бюджете (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Счета на оплату (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Неоплаченные счета (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Осталось потратить (:currency)',
|
||||
'box_net_worth_in_currency' => 'Мои сбережения (:currency)',
|
||||
'box_spend_per_day' => 'Можно тратить в день: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Отладка',
|
||||
'debug_submit_instructions' => 'Если у вас возникли проблемы, вы можете использовать информацию в этом поле в качестве отладочной информации. Пожалуйста, скопируйте и вставьте эту информацию в новую или существующую <a href="https://github.com/firefly-iii/firefly-iii/issues">проблему на GitHub</a>. Будет сгенерирована красивая таблица, которая поможет быстро диагностировать вашу проблему.',
|
||||
'debug_pretty_table' => 'Если вы скопируете/вставите содержимое этого поля в проблему на GitHub, будет сгенерирована таблица. Пожалуйста, не окружайте этот текст апострофами или кавычками.',
|
||||
'debug_additional_data' => 'Вы также можете поделиться содержимым поля ниже. Вы можете скопировать и вставить это в новую или существующую <a href="https://github.com/firefly-iii/firefly-iii/issues">проблему на GitHub</a>. Однако помните, что содержимое этого поля может содержать личную информацию, такую как имена счетов, детали ваших транзакций или адреса электронной почты.',
|
||||
'debug_page' => 'Отладка',
|
||||
'debug_submit_instructions' => 'Если у вас возникли проблемы, вы можете использовать информацию в этом поле в качестве отладочной информации. Пожалуйста, скопируйте и вставьте эту информацию в новую или существующую <a href="https://github.com/firefly-iii/firefly-iii/issues">проблему на GitHub</a>. Будет сгенерирована красивая таблица, которая поможет быстро диагностировать вашу проблему.',
|
||||
'debug_pretty_table' => 'Если вы скопируете/вставите содержимое этого поля в проблему на GitHub, будет сгенерирована таблица. Пожалуйста, не окружайте этот текст апострофами или кавычками.',
|
||||
'debug_additional_data' => 'Вы также можете поделиться содержимым поля ниже. Вы можете скопировать и вставить это в новую или существующую <a href="https://github.com/firefly-iii/firefly-iii/issues">проблему на GitHub</a>. Однако помните, что содержимое этого поля может содержать личную информацию, такую как имена счетов, детали ваших транзакций или адреса электронной почты.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Группы',
|
||||
'object_groups_page_title' => 'Группы',
|
||||
'object_groups_breadcrumb' => 'Группы',
|
||||
'object_groups_index' => 'Обзор',
|
||||
'object_groups' => 'Группы',
|
||||
'object_groups_empty_explain' => 'Некоторые вещи в Firefly III можно разделить на группы. Например, поле "Группа " на экранах редактирования и создания копилок. Когда вы зададите это поле, вы сможете редактировать названия и порядок групп на этой странице. Для получения дополнительной информации ознакомьтесь со справочными страницами (щёлкните по значку (?) в правом верхнем углу).',
|
||||
'object_group_title' => 'Название',
|
||||
'edit_object_group' => 'Изменить группу ":title"',
|
||||
'delete_object_group' => 'Удалить группу ":title"',
|
||||
'update_object_group' => 'Обновить группу',
|
||||
'updated_object_group' => 'Группа успешно обновлена ":title"',
|
||||
'deleted_object_group' => 'Группа успешно удалена ":title"',
|
||||
'object_group' => 'Группа',
|
||||
'object_groups_menu_bar' => 'Группы',
|
||||
'object_groups_page_title' => 'Группы',
|
||||
'object_groups_breadcrumb' => 'Группы',
|
||||
'object_groups_index' => 'Обзор',
|
||||
'object_groups' => 'Группы',
|
||||
'object_groups_empty_explain' => 'Некоторые вещи в Firefly III можно разделить на группы. Например, поле "Группа " на экранах редактирования и создания копилок. Когда вы зададите это поле, вы сможете редактировать названия и порядок групп на этой странице. Для получения дополнительной информации ознакомьтесь со справочными страницами (щёлкните по значку (?) в правом верхнем углу).',
|
||||
'object_group_title' => 'Название',
|
||||
'edit_object_group' => 'Изменить группу ":title"',
|
||||
'delete_object_group' => 'Удалить группу ":title"',
|
||||
'update_object_group' => 'Обновить группу',
|
||||
'updated_object_group' => 'Группа успешно обновлена ":title"',
|
||||
'deleted_object_group' => 'Группа успешно удалена ":title"',
|
||||
'object_group' => 'Группа',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -125,7 +125,7 @@ return [
|
||||
'start' => 'Начало диапазона',
|
||||
'end' => 'Конец диапазона',
|
||||
'delete_account' => 'Удалить счёт ":name"',
|
||||
'delete_webhook' => 'Удалить вебхук ":title"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_bill' => 'Удаление счёта к оплате ":name"',
|
||||
'delete_budget' => 'Удалить бюджет ":name"',
|
||||
'delete_category' => 'Удалить категорию ":name"',
|
||||
@ -146,7 +146,7 @@ return [
|
||||
'object_group_areYouSure' => 'Вы действительно хотите удалить группу с названием ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Вы действительно хотите удалить группу правил с названием ":title"?',
|
||||
'budget_areYouSure' => 'Вы действительно хотите удалить бюджет с именем ":name"?',
|
||||
'webhook_areYouSure' => 'Вы уверены, что хотите удалить вебхук с именем ":title?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Вы действительно хотите удалить категорию с именем ":name"?',
|
||||
'recurring_areYouSure' => 'Вы действительно хотите удалить повторяющуюся транзакцию с названием ":title"?',
|
||||
'currency_areYouSure' => 'Вы уверены, что хотите удалить валюту ":name"?',
|
||||
@ -248,7 +248,7 @@ return [
|
||||
'submitted' => 'Отправлено',
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Содержание записи',
|
||||
'webhook_delivery' => 'Доставка',
|
||||
'webhook_response' => 'Ответ',
|
||||
'webhook_trigger' => 'Событие',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Последняя активность',
|
||||
'balanceDiff' => 'Разность баланса',
|
||||
'other_meta_data' => 'Другие метаданные',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Тип профиля',
|
||||
'created_at' => 'Создан',
|
||||
'account' => 'Счёт',
|
||||
@ -138,10 +142,10 @@ return [
|
||||
'payment_info' => 'Иформация о платеже',
|
||||
'expected_info' => 'Следующая ожидаемая операция',
|
||||
'start_date' => 'Начальная дата',
|
||||
'trigger' => 'Событие',
|
||||
'response' => 'Ответ',
|
||||
'delivery' => 'Доставка',
|
||||
'url' => 'Ссылка',
|
||||
'secret' => 'Секретный ключ',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
'need_id_in_edit' => 'Каждая разделённая транзакция должна иметь transaction_journal_id (либо действительный ID, либо 0).',
|
||||
|
||||
'ob_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'ob_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
'ob_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'ob_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Вы не можете использовать этот счёт в качестве счёта-источника.',
|
||||
'generic_invalid_destination' => 'Вы не можете использовать этот счёт в качестве счёта назначения.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Testovacia správa z vašej inštalácie Firefly III',
|
||||
'admin_test_body' => 'Toto je testovacia správa z vašej inštancie Firefly III. Bola odoslaná na :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nové prihlásenie do Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'ročne',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Neaktívne pravidlá nie je možné spustiť.',
|
||||
'rules' => 'Pravidlá',
|
||||
'rule_name' => 'Názov pravidla',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Skupina pravidiel pre účty',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Vytvoriť nové pravidlo pre účet ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Pravidlo pre účet ":name"',
|
||||
'new_rule_for_bill_description' => 'Toto pravidlo označuje transakcie pre účet ":name".',
|
||||
'rulegroup_for_bills_title' => 'Skupina pravidiel pre účty',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Vytvoriť nové pravidlo pre účet ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Pravidlo pre účet ":name"',
|
||||
'new_rule_for_bill_description' => 'Toto pravidlo označuje transakcie pre účet ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Pravidlo založené na transakcii ":description"',
|
||||
'new_rule_for_journal_description' => 'Toto pravidlo je založené na transakcii ":description". Zachytí transakcie, ktoré sú presne také isté.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Odstrániť údaje',
|
||||
'permanent_delete_stuff' => 'Buďte s týmito tlačítkami opatrní. Odstránenie údajov je permanentné.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Všetky vaše sedenia boli odhlásené.',
|
||||
'delete_all_budgets' => 'Odstrániť VŠETKY vaše rozpočty',
|
||||
'delete_all_categories' => 'Odstrániť VŠETKY vaše kategórie',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Štítok „:tag“ bol upravený',
|
||||
'created_tag' => 'Štítok „:tag“ bol vytvorený!',
|
||||
|
||||
'transaction_journal_information' => 'Informácie o transakcii',
|
||||
'transaction_journal_meta' => 'Meta informácie',
|
||||
'transaction_journal_more' => 'Ďalšie informácie',
|
||||
'basic_journal_information' => 'Základné Informácie o transakcii',
|
||||
'transaction_journal_extra' => 'Ďalšie informácie',
|
||||
'att_part_of_journal' => 'Uložené pod „:journal“',
|
||||
'total_amount' => 'Celková suma',
|
||||
'number_of_decimals' => 'Počet desatinných miest',
|
||||
'transaction_journal_information' => 'Informácie o transakcii',
|
||||
'transaction_journal_meta' => 'Meta informácie',
|
||||
'transaction_journal_more' => 'Ďalšie informácie',
|
||||
'basic_journal_information' => 'Základné Informácie o transakcii',
|
||||
'transaction_journal_extra' => 'Ďalšie informácie',
|
||||
'att_part_of_journal' => 'Uložené pod „:journal“',
|
||||
'total_amount' => 'Celková suma',
|
||||
'number_of_decimals' => 'Počet desatinných miest',
|
||||
|
||||
// administration
|
||||
'administration' => 'Správa',
|
||||
'user_administration' => 'Správa použivateľov',
|
||||
'list_all_users' => 'Všetci použivatelia',
|
||||
'all_users' => 'Všetci použivatelia',
|
||||
'instance_configuration' => 'Nastavenia',
|
||||
'firefly_instance_configuration' => 'Možnosti nastavenia Firefly III',
|
||||
'setting_single_user_mode' => 'Režim jediného použivateľa',
|
||||
'setting_single_user_mode_explain' => 'V predvolenom režime Firefly III akceptuje len jednu registráciu – Vás. Toto je bezpečnostné opatrenie, brániace ostatným používať vašu inštaláciu, kým im to nepovolíte. Ďalšie registrácie sú blokované. Aj tento prepínač povolíte, budú vašu inštaláciu Firefly III môcť použiť, samozrejme za predpokladu, že je je pre nich dostupná (pripojená k Internetu).',
|
||||
'store_configuration' => 'Uložiť nastavenia',
|
||||
'single_user_administration' => 'Správa použivateľa pre :email',
|
||||
'edit_user' => 'Upraviť použivateľa :email',
|
||||
'hidden_fields_preferences' => 'Viac možností transakcií môžete povoliť vo svojich <a href="/preferences">nastaveniach</a>.',
|
||||
'user_data_information' => 'Použivateľské údaje',
|
||||
'user_information' => 'Informácie o použivateľovi',
|
||||
'total_size' => 'celková veľkosť',
|
||||
'budget_or_budgets' => ':count rozpočet|:count rozpočtov',
|
||||
'budgets_with_limits' => ':count rozpočet s rozpočtovou sumou|:count rozpočtov s rozpočtovou sumou',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules pravidiel v skupine pravidiel :count_groups',
|
||||
'tag_or_tags' => ':count štítok|:count štítkov',
|
||||
'configuration_updated' => 'Nastavenie bolo upravené',
|
||||
'setting_is_demo_site' => 'Demostránka',
|
||||
'setting_is_demo_site_explain' => 'Ak začiarknete toto políčko, bude sa táto inštalácia správať, akoby išlo o ukážkovú stránku, čo môže mať zvláštne vedľajšie účinky.',
|
||||
'block_code_bounced' => 'E-mailové správy boli vrátené',
|
||||
'block_code_expired' => 'Platnost demoúčtu skončila',
|
||||
'no_block_code' => 'Nie je dôvod pre blokovanie, alebo použivateľ nebol zablokovaný',
|
||||
'block_code_email_changed' => 'Poživateľ ešte nepotvrdil svoju e-mailovú adresu',
|
||||
'admin_update_email' => 'Na rozdiel od profilovej stránky použivatel NEBUDE upozornený na zmenu svojej e-mailovej adresy!',
|
||||
'update_user' => 'Upraviť použivateľa',
|
||||
'updated_user' => 'Údaje použivateľa boli zmenené.',
|
||||
'delete_user' => 'Odstrániť použivateľa :email',
|
||||
'user_deleted' => 'Použivateľ bol odstránený',
|
||||
'send_test_email' => 'Poslať skúšobný e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Odoslať správu',
|
||||
'send_test_triggered' => 'Test bol odoslaný. Skontrolujte svoju doručenú poštu a súbory denníka.',
|
||||
'give_admin_careful' => 'Používatelia, ktorí majú práva správcu, vám môžu odobrať tie vaše. Buďte opatrní.',
|
||||
'admin_maintanance_title' => 'Údržba',
|
||||
'admin_maintanance_expl' => 'Niekoľko šikovných tlačidiel pre údržbu Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Vymazať medzipamäť',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Správa',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Správa použivateľov',
|
||||
'list_all_users' => 'Všetci použivatelia',
|
||||
'all_users' => 'Všetci použivatelia',
|
||||
'instance_configuration' => 'Nastavenia',
|
||||
'firefly_instance_configuration' => 'Možnosti nastavenia Firefly III',
|
||||
'setting_single_user_mode' => 'Režim jediného použivateľa',
|
||||
'setting_single_user_mode_explain' => 'V predvolenom režime Firefly III akceptuje len jednu registráciu – Vás. Toto je bezpečnostné opatrenie, brániace ostatným používať vašu inštaláciu, kým im to nepovolíte. Ďalšie registrácie sú blokované. Aj tento prepínač povolíte, budú vašu inštaláciu Firefly III môcť použiť, samozrejme za predpokladu, že je je pre nich dostupná (pripojená k Internetu).',
|
||||
'store_configuration' => 'Uložiť nastavenia',
|
||||
'single_user_administration' => 'Správa použivateľa pre :email',
|
||||
'edit_user' => 'Upraviť použivateľa :email',
|
||||
'hidden_fields_preferences' => 'Viac možností transakcií môžete povoliť vo svojich <a href="/preferences">nastaveniach</a>.',
|
||||
'user_data_information' => 'Použivateľské údaje',
|
||||
'user_information' => 'Informácie o použivateľovi',
|
||||
'total_size' => 'celková veľkosť',
|
||||
'budget_or_budgets' => ':count rozpočet|:count rozpočtov',
|
||||
'budgets_with_limits' => ':count rozpočet s rozpočtovou sumou|:count rozpočtov s rozpočtovou sumou',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules pravidiel v skupine pravidiel :count_groups',
|
||||
'tag_or_tags' => ':count štítok|:count štítkov',
|
||||
'configuration_updated' => 'Nastavenie bolo upravené',
|
||||
'setting_is_demo_site' => 'Demostránka',
|
||||
'setting_is_demo_site_explain' => 'Ak začiarknete toto políčko, bude sa táto inštalácia správať, akoby išlo o ukážkovú stránku, čo môže mať zvláštne vedľajšie účinky.',
|
||||
'block_code_bounced' => 'E-mailové správy boli vrátené',
|
||||
'block_code_expired' => 'Platnost demoúčtu skončila',
|
||||
'no_block_code' => 'Nie je dôvod pre blokovanie, alebo použivateľ nebol zablokovaný',
|
||||
'block_code_email_changed' => 'Poživateľ ešte nepotvrdil svoju e-mailovú adresu',
|
||||
'admin_update_email' => 'Na rozdiel od profilovej stránky použivatel NEBUDE upozornený na zmenu svojej e-mailovej adresy!',
|
||||
'update_user' => 'Upraviť použivateľa',
|
||||
'updated_user' => 'Údaje použivateľa boli zmenené.',
|
||||
'delete_user' => 'Odstrániť použivateľa :email',
|
||||
'user_deleted' => 'Použivateľ bol odstránený',
|
||||
'send_test_email' => 'Poslať skúšobný e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Odoslať správu',
|
||||
'send_test_triggered' => 'Test bol odoslaný. Skontrolujte svoju doručenú poštu a súbory denníka.',
|
||||
'give_admin_careful' => 'Používatelia, ktorí majú práva správcu, vám môžu odobrať tie vaše. Buďte opatrní.',
|
||||
'admin_maintanance_title' => 'Údržba',
|
||||
'admin_maintanance_expl' => 'Niekoľko šikovných tlačidiel pre údržbu Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Vymazať medzipamäť',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Popis rozúčtovania',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Zdá sa, že úloha cron, ktorá je nevyhnutná na podporu opakujúcich sa transakcií, sa nikdy nespustila. To je samozrejme normálne, keď ste práve nainštalovali Firefly III, ale toto by mali čo najskôr nastaviť. Skontrolujte stránky pomocníka pomocou ikony (?) v pravom hornom rohu stránky.',
|
||||
'recurring_cron_long_ago' => 'Vyzerá to, že od posledného spustenia úlohy cron na podporu opakujúcich sa transakcií uplynulo viac ako 36 hodín. Ste si istý, že bol nastavený správne? Skontrolujte stránky pomocníka pomocou ikony (?) v pravom hornom rohu stránky.',
|
||||
|
||||
'create_new_recurrence' => 'Vytvoriť novú opakujúcu sa transakciu',
|
||||
'help_first_date' => 'Uveďte prvé očakávané opakovanie. Musí byť v budúcnosti.',
|
||||
'help_first_date_no_past' => 'Uveďte prvé očakávané opakovanie. Firefly III nevytvára transakcie v minulosti.',
|
||||
'no_currency' => '(žiadna mena)',
|
||||
'mandatory_for_recurring' => 'Nezbytné informace k opakovanosti',
|
||||
'mandatory_for_transaction' => 'Povinné informácie o transakcii',
|
||||
'optional_for_recurring' => 'Voliteľné informácie o opakovanosti',
|
||||
'optional_for_transaction' => 'Voliteľné informácie o transakcii',
|
||||
'change_date_other_options' => 'Pre zobrazenie ďalších možností zmeňte „prvý dátum“.',
|
||||
'mandatory_fields_for_tranaction' => 'Tieto hodnoty budú prevedené do vytvorených transakcií',
|
||||
'click_for_calendar' => 'Kliknite sem pre zobrazenie kalendára, ktorý vám ukáže, kedy sa transakcia bude opakovať.',
|
||||
'repeat_forever' => 'Opakovat donekonečna',
|
||||
'repeat_until_date' => 'Opakovat do dátumu',
|
||||
'repeat_times' => 'Zopakovat -krát',
|
||||
'recurring_skips_one' => 'Každý druhý',
|
||||
'recurring_skips_more' => 'Preskočí :count výskytov',
|
||||
'store_new_recurrence' => 'Uložiť opakovanú transakciu',
|
||||
'stored_new_recurrence' => 'Opakujúca sa transakcia „:title“ bola uložená.',
|
||||
'edit_recurrence' => 'Upraviť opakovanú transakciu „:title“',
|
||||
'recurring_repeats_until' => 'Opakuje sa do :date',
|
||||
'recurring_repeats_forever' => 'Opakuje sa navždy',
|
||||
'recurring_repeats_x_times' => 'Opakuje sa :count krát|Opakuje sa :count krát',
|
||||
'update_recurrence' => 'Upraviť opakujúcu sa transakciu',
|
||||
'updated_recurrence' => 'Opakovaná transakcia ":title" bola upravená',
|
||||
'recurrence_is_inactive' => 'Táto opakujúca sa transakcia nie je aktívna a nebude generovať nové transakcie.',
|
||||
'delete_recurring' => 'Odstrániť opakovanú transakciu „:title“',
|
||||
'new_recurring_transaction' => 'Nová opakujúca sa transakcia',
|
||||
'help_weekend' => 'Čo by mal Firefly III spraviť, keď opakovaná transakcia pripadne na sobotu alebo nedeľu?',
|
||||
'do_nothing' => 'Len vytvoriť transakciu',
|
||||
'skip_transaction' => 'Preskočit opakovanosť',
|
||||
'jump_to_friday' => 'Namiesto toho vytvoriť transakciu predošlý piatok',
|
||||
'jump_to_monday' => 'Namiesto toho vytvoriť transakciu predošlý pondelok',
|
||||
'will_jump_friday' => 'Vytvorí sa namiesto víkendu v piatok.',
|
||||
'will_jump_monday' => 'Vytvorí sa namiesto víkendu v pondelok.',
|
||||
'except_weekends' => 'Okrem víkendov',
|
||||
'recurrence_deleted' => 'Opakovaná transakcia ":title" bola odstránená',
|
||||
'create_new_recurrence' => 'Vytvoriť novú opakujúcu sa transakciu',
|
||||
'help_first_date' => 'Uveďte prvé očakávané opakovanie. Musí byť v budúcnosti.',
|
||||
'help_first_date_no_past' => 'Uveďte prvé očakávané opakovanie. Firefly III nevytvára transakcie v minulosti.',
|
||||
'no_currency' => '(žiadna mena)',
|
||||
'mandatory_for_recurring' => 'Nezbytné informace k opakovanosti',
|
||||
'mandatory_for_transaction' => 'Povinné informácie o transakcii',
|
||||
'optional_for_recurring' => 'Voliteľné informácie o opakovanosti',
|
||||
'optional_for_transaction' => 'Voliteľné informácie o transakcii',
|
||||
'change_date_other_options' => 'Pre zobrazenie ďalších možností zmeňte „prvý dátum“.',
|
||||
'mandatory_fields_for_tranaction' => 'Tieto hodnoty budú prevedené do vytvorených transakcií',
|
||||
'click_for_calendar' => 'Kliknite sem pre zobrazenie kalendára, ktorý vám ukáže, kedy sa transakcia bude opakovať.',
|
||||
'repeat_forever' => 'Opakovat donekonečna',
|
||||
'repeat_until_date' => 'Opakovat do dátumu',
|
||||
'repeat_times' => 'Zopakovat -krát',
|
||||
'recurring_skips_one' => 'Každý druhý',
|
||||
'recurring_skips_more' => 'Preskočí :count výskytov',
|
||||
'store_new_recurrence' => 'Uložiť opakovanú transakciu',
|
||||
'stored_new_recurrence' => 'Opakujúca sa transakcia „:title“ bola uložená.',
|
||||
'edit_recurrence' => 'Upraviť opakovanú transakciu „:title“',
|
||||
'recurring_repeats_until' => 'Opakuje sa do :date',
|
||||
'recurring_repeats_forever' => 'Opakuje sa navždy',
|
||||
'recurring_repeats_x_times' => 'Opakuje sa :count krát|Opakuje sa :count krát',
|
||||
'update_recurrence' => 'Upraviť opakujúcu sa transakciu',
|
||||
'updated_recurrence' => 'Opakovaná transakcia ":title" bola upravená',
|
||||
'recurrence_is_inactive' => 'Táto opakujúca sa transakcia nie je aktívna a nebude generovať nové transakcie.',
|
||||
'delete_recurring' => 'Odstrániť opakovanú transakciu „:title“',
|
||||
'new_recurring_transaction' => 'Nová opakujúca sa transakcia',
|
||||
'help_weekend' => 'Čo by mal Firefly III spraviť, keď opakovaná transakcia pripadne na sobotu alebo nedeľu?',
|
||||
'do_nothing' => 'Len vytvoriť transakciu',
|
||||
'skip_transaction' => 'Preskočit opakovanosť',
|
||||
'jump_to_friday' => 'Namiesto toho vytvoriť transakciu predošlý piatok',
|
||||
'jump_to_monday' => 'Namiesto toho vytvoriť transakciu predošlý pondelok',
|
||||
'will_jump_friday' => 'Vytvorí sa namiesto víkendu v piatok.',
|
||||
'will_jump_monday' => 'Vytvorí sa namiesto víkendu v pondelok.',
|
||||
'except_weekends' => 'Okrem víkendov',
|
||||
'recurrence_deleted' => 'Opakovaná transakcia ":title" bola odstránená',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Zostatok (:currency)',
|
||||
'box_spent_in_currency' => 'Utratené (:currency)',
|
||||
'box_earned_in_currency' => 'Zarobené (:currency)',
|
||||
'box_budgeted_in_currency' => 'Rozpočet (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Uhradené účty (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Neuhradené účty (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Zostáva k útrate (:currency)',
|
||||
'box_net_worth_in_currency' => 'Čisté imanie (:currency)',
|
||||
'box_spend_per_day' => 'Zostáva pre dennú útratu: :amount',
|
||||
'box_balance_in_currency' => 'Zostatok (:currency)',
|
||||
'box_spent_in_currency' => 'Utratené (:currency)',
|
||||
'box_earned_in_currency' => 'Zarobené (:currency)',
|
||||
'box_budgeted_in_currency' => 'Rozpočet (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Uhradené účty (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Neuhradené účty (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Zostáva k útrate (:currency)',
|
||||
'box_net_worth_in_currency' => 'Čisté imanie (:currency)',
|
||||
'box_spend_per_day' => 'Zostáva pre dennú útratu: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Stránka ladenia',
|
||||
'debug_submit_instructions' => 'Ak narazíte na problémy, môžete informácie z tohto poľa použiť ako ladiace informácie. Skopírujte a prilepte do nového alebo existujúceho <a href="https://github.com/firefly-iii/firefly-iii/issues">hlásenia GitHub</a>. Vygeneruje krásnu tabuľku, pomocou ktorej je možné rýchlo diagnostikovať váš problém.',
|
||||
'debug_pretty_table' => 'Ak skopírujete/prilepíte nižšie uvedené pole do vydania GitHub, vygeneruje sa tabuľka. Nepridávajte okolo tohto textu znaky ` ani úvodzovky.',
|
||||
'debug_additional_data' => 'Môžete tiež zdieľať obsah poľa nižšie. Môžete ich tiež skopírovať a vložiť do nového alebo existujúceho <a href="https://github.com/firefly-iii/firefly-iii/issues">hlásenia GitHub</a>. Obsah tohto poľa však môže obsahovať súkromné informácie, ako sú názvy účtov, podrobnosti transakcií alebo e-mailové adresy.',
|
||||
'debug_page' => 'Stránka ladenia',
|
||||
'debug_submit_instructions' => 'Ak narazíte na problémy, môžete informácie z tohto poľa použiť ako ladiace informácie. Skopírujte a prilepte do nového alebo existujúceho <a href="https://github.com/firefly-iii/firefly-iii/issues">hlásenia GitHub</a>. Vygeneruje krásnu tabuľku, pomocou ktorej je možné rýchlo diagnostikovať váš problém.',
|
||||
'debug_pretty_table' => 'Ak skopírujete/prilepíte nižšie uvedené pole do vydania GitHub, vygeneruje sa tabuľka. Nepridávajte okolo tohto textu znaky ` ani úvodzovky.',
|
||||
'debug_additional_data' => 'Môžete tiež zdieľať obsah poľa nižšie. Môžete ich tiež skopírovať a vložiť do nového alebo existujúceho <a href="https://github.com/firefly-iii/firefly-iii/issues">hlásenia GitHub</a>. Obsah tohto poľa však môže obsahovať súkromné informácie, ako sú názvy účtov, podrobnosti transakcií alebo e-mailové adresy.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Skupiny',
|
||||
'object_groups_page_title' => 'Skupiny',
|
||||
'object_groups_breadcrumb' => 'Skupiny',
|
||||
'object_groups_index' => 'Prehľad',
|
||||
'object_groups' => 'Skupiny',
|
||||
'object_groups_empty_explain' => 'Niektoré veci vo Firefly III sa dajú rozdeliť do skupín. Napríklad pokladničky majú v obrazovkách úprav a vytvárania pole „Skupina“. Keď nastavíte toto pole, môžete na tejto stránke upravovať názvy a poradie skupín. Ďalšie informácie nájdete na stránkach pomocníka v pravom hornom rohu pod ikonou (?).',
|
||||
'object_group_title' => 'Názov',
|
||||
'edit_object_group' => 'Upraviť skupinu „:title“',
|
||||
'delete_object_group' => 'Odstrániť skupinu ":title"',
|
||||
'update_object_group' => 'Aktualizovať skupinu',
|
||||
'updated_object_group' => 'Skupina ":title" bola upravená',
|
||||
'deleted_object_group' => 'Skupina ":title" bola odstránená',
|
||||
'object_group' => 'Skupina',
|
||||
'object_groups_menu_bar' => 'Skupiny',
|
||||
'object_groups_page_title' => 'Skupiny',
|
||||
'object_groups_breadcrumb' => 'Skupiny',
|
||||
'object_groups_index' => 'Prehľad',
|
||||
'object_groups' => 'Skupiny',
|
||||
'object_groups_empty_explain' => 'Niektoré veci vo Firefly III sa dajú rozdeliť do skupín. Napríklad pokladničky majú v obrazovkách úprav a vytvárania pole „Skupina“. Keď nastavíte toto pole, môžete na tejto stránke upravovať názvy a poradie skupín. Ďalšie informácie nájdete na stránkach pomocníka v pravom hornom rohu pod ikonou (?).',
|
||||
'object_group_title' => 'Názov',
|
||||
'edit_object_group' => 'Upraviť skupinu „:title“',
|
||||
'delete_object_group' => 'Odstrániť skupinu ":title"',
|
||||
'update_object_group' => 'Aktualizovať skupinu',
|
||||
'updated_object_group' => 'Skupina ":title" bola upravená',
|
||||
'deleted_object_group' => 'Skupina ":title" bola odstránená',
|
||||
'object_group' => 'Skupina',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Posledná aktivita',
|
||||
'balanceDiff' => 'Rozdiel zostatku',
|
||||
'other_meta_data' => 'Ostatné metadata',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Typ účtu',
|
||||
'created_at' => 'Vytvorené',
|
||||
'account' => 'Účet',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Pre ID „:id“ alebo meno „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
'need_id_in_edit' => 'Každé rozdelenie musí mať platné transaction_journal_id (platné ID alebo 0).',
|
||||
|
||||
'ob_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Pre pokračovanie je potrebné platné ID cieľového účtu a/alebo platný názov cieľového účtu.',
|
||||
'ob_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
'ob_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Pre pokračovanie je potrebné platné ID cieľového účtu a/alebo platný názov cieľového účtu.',
|
||||
'ob_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Tento účet nie je možné použiť ako zdrojový účet.',
|
||||
'generic_invalid_destination' => 'Tento účet nie je možné použiť ako cieľový účet.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Ett testmeddelande från din Firefly III-installation',
|
||||
'admin_test_body' => 'Detta är ett testmeddelande från din Firefly III-instans. Det skickades till :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Ny inloggning för Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'årligen',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Du kan inte köra inaktiva regler.',
|
||||
'rules' => 'Regler',
|
||||
'rule_name' => 'Namn på regel',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Regelgrupp för notor',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Skapa en ny regel för nota ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel för nota ":name"',
|
||||
'new_rule_for_bill_description' => 'Denna regel markerar transaktion för nota ":name".',
|
||||
'rulegroup_for_bills_title' => 'Regelgrupp för notor',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Skapa en ny regel för nota ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Regel för nota ":name"',
|
||||
'new_rule_for_bill_description' => 'Denna regel markerar transaktion för nota ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Regel baserad på transaktionen ":description"',
|
||||
'new_rule_for_journal_description' => 'Den här regeln är baserad på transaktionen ":description". Den kommer matcha transaktioner som är exakt likadana.',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Ta bort data',
|
||||
'permanent_delete_stuff' => 'Var försikt med dessa knappar. Ta bort saker är permanent.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Alla dina andra sessioner har loggats ut.',
|
||||
'delete_all_budgets' => 'Ta bort ALLA dina budgetar',
|
||||
'delete_all_categories' => 'Ta bort ALLA dina kategorier',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Uppdatera etikett ":tag"',
|
||||
'created_tag' => 'Etiketten ":tag" har skapats!',
|
||||
|
||||
'transaction_journal_information' => 'Transaktionsinformation',
|
||||
'transaction_journal_meta' => 'Metadata',
|
||||
'transaction_journal_more' => 'Mer information',
|
||||
'basic_journal_information' => 'Grundläggande transaktionsinformation',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Sparad under ":journal"',
|
||||
'total_amount' => 'Totala summan',
|
||||
'number_of_decimals' => 'Antal decimaler',
|
||||
'transaction_journal_information' => 'Transaktionsinformation',
|
||||
'transaction_journal_meta' => 'Metadata',
|
||||
'transaction_journal_more' => 'Mer information',
|
||||
'basic_journal_information' => 'Grundläggande transaktionsinformation',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Sparad under ":journal"',
|
||||
'total_amount' => 'Totala summan',
|
||||
'number_of_decimals' => 'Antal decimaler',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administration',
|
||||
'user_administration' => 'Användaradministration',
|
||||
'list_all_users' => 'Alla användare',
|
||||
'all_users' => 'Alla användare',
|
||||
'instance_configuration' => 'Konfiguration',
|
||||
'firefly_instance_configuration' => 'Konfigurationsalternativ för Firefly III',
|
||||
'setting_single_user_mode' => 'Enkelanvändarläge',
|
||||
'setting_single_user_mode_explain' => 'Som standard accepterar Firefly III endas en (1) registrator: du. Detta är en säkerhetstanke, för att förhindra andra från att använda din instans bara om du tillåter det. Framtida registreringar är blockerade. Om du kryssar ur denna ruta, så kan andra användare också använda din instans, förutsatt att de kan nå den (när den är ansluten till internet).',
|
||||
'store_configuration' => 'Spara konfiguration',
|
||||
'single_user_administration' => 'Användaradministration för :email',
|
||||
'edit_user' => 'Redigera användare :email',
|
||||
'hidden_fields_preferences' => 'Du kan aktivera fler transaktionsalternativ i dina <a href="preferences">inställningar</a>.',
|
||||
'user_data_information' => 'Användardata',
|
||||
'user_information' => 'Användar information',
|
||||
'total_size' => 'total storlek',
|
||||
'budget_or_budgets' => ':count budget|:count budgetar',
|
||||
'budgets_with_limits' => ':count budget med konfigurerat belopp|:count budgetar med konfigurerat belopp',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regel/regler i :count_groups regelgrupp(er)',
|
||||
'tag_or_tags' => ':count tag|:count taggar',
|
||||
'configuration_updated' => 'Konfigurationen har uppdaterats',
|
||||
'setting_is_demo_site' => 'Demo webbplats',
|
||||
'setting_is_demo_site_explain' => 'Om du kryssar i denna ruta, kommer installation att bete sig som om det är demosidan, vilket kan ha konstiga biverkningar.',
|
||||
'block_code_bounced' => 'E-postmeddelande(n) studsade',
|
||||
'block_code_expired' => 'Demo-konto har löpt ut',
|
||||
'no_block_code' => 'Ingen anledning till blockering eller användare inte blockerad',
|
||||
'block_code_email_changed' => 'Användaren har ännu inte bekräftat ny e-postadress',
|
||||
'admin_update_email' => 'I motsats till profilsidan kommer användaren INTE att meddelas att deras e-postadress har ändrats!',
|
||||
'update_user' => 'Uppdatera användare',
|
||||
'updated_user' => 'Användardata har ändrats.',
|
||||
'delete_user' => 'Ta bort användare :email',
|
||||
'user_deleted' => 'Användaren har tagits bort',
|
||||
'send_test_email' => 'Skicka testmeddelande via e-post',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Skicka meddelande',
|
||||
'send_test_triggered' => 'Test utlöst. Kontrollera din inkorg och loggfilerna.',
|
||||
'give_admin_careful' => 'Användare som får administratörsrättigheter kan ta bort din. Var försiktig.',
|
||||
'admin_maintanance_title' => 'Underhåll',
|
||||
'admin_maintanance_expl' => 'Några fiffiga knappar för Firefly III underhåll',
|
||||
'admin_maintenance_clear_cache' => 'Rensa cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Användaradministration',
|
||||
'list_all_users' => 'Alla användare',
|
||||
'all_users' => 'Alla användare',
|
||||
'instance_configuration' => 'Konfiguration',
|
||||
'firefly_instance_configuration' => 'Konfigurationsalternativ för Firefly III',
|
||||
'setting_single_user_mode' => 'Enkelanvändarläge',
|
||||
'setting_single_user_mode_explain' => 'Som standard accepterar Firefly III endas en (1) registrator: du. Detta är en säkerhetstanke, för att förhindra andra från att använda din instans bara om du tillåter det. Framtida registreringar är blockerade. Om du kryssar ur denna ruta, så kan andra användare också använda din instans, förutsatt att de kan nå den (när den är ansluten till internet).',
|
||||
'store_configuration' => 'Spara konfiguration',
|
||||
'single_user_administration' => 'Användaradministration för :email',
|
||||
'edit_user' => 'Redigera användare :email',
|
||||
'hidden_fields_preferences' => 'Du kan aktivera fler transaktionsalternativ i dina <a href="preferences">inställningar</a>.',
|
||||
'user_data_information' => 'Användardata',
|
||||
'user_information' => 'Användar information',
|
||||
'total_size' => 'total storlek',
|
||||
'budget_or_budgets' => ':count budget|:count budgetar',
|
||||
'budgets_with_limits' => ':count budget med konfigurerat belopp|:count budgetar med konfigurerat belopp',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regel/regler i :count_groups regelgrupp(er)',
|
||||
'tag_or_tags' => ':count tag|:count taggar',
|
||||
'configuration_updated' => 'Konfigurationen har uppdaterats',
|
||||
'setting_is_demo_site' => 'Demo webbplats',
|
||||
'setting_is_demo_site_explain' => 'Om du kryssar i denna ruta, kommer installation att bete sig som om det är demosidan, vilket kan ha konstiga biverkningar.',
|
||||
'block_code_bounced' => 'E-postmeddelande(n) studsade',
|
||||
'block_code_expired' => 'Demo-konto har löpt ut',
|
||||
'no_block_code' => 'Ingen anledning till blockering eller användare inte blockerad',
|
||||
'block_code_email_changed' => 'Användaren har ännu inte bekräftat ny e-postadress',
|
||||
'admin_update_email' => 'I motsats till profilsidan kommer användaren INTE att meddelas att deras e-postadress har ändrats!',
|
||||
'update_user' => 'Uppdatera användare',
|
||||
'updated_user' => 'Användardata har ändrats.',
|
||||
'delete_user' => 'Ta bort användare :email',
|
||||
'user_deleted' => 'Användaren har tagits bort',
|
||||
'send_test_email' => 'Skicka testmeddelande via e-post',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Skicka meddelande',
|
||||
'send_test_triggered' => 'Test utlöst. Kontrollera din inkorg och loggfilerna.',
|
||||
'give_admin_careful' => 'Användare som får administratörsrättigheter kan ta bort din. Var försiktig.',
|
||||
'admin_maintanance_title' => 'Underhåll',
|
||||
'admin_maintanance_expl' => 'Några fiffiga knappar för Firefly III underhåll',
|
||||
'admin_maintenance_clear_cache' => 'Rensa cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Beskrivning av delad transaktion',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Det verkar som om cron-jobbet som är nödvändigt för att stödja återkommande transaktioner aldrig har kört. Detta är naturligtvis normalt när du just har installerat Firefly III, men detta bör vara något att ställa upp så snart som möjligt. Kolla in hjälpsidorna med hjälp av (?)-ikonen i det övre högra hörnet av sidan.',
|
||||
'recurring_cron_long_ago' => 'Det verkar som om det har gått mer än 36 timmar sedan cronjobbet för att stödja återkommande transaktioner har sparkats för sista gången. Är du säker på att den har konfigurerats korrekt? Kolla in hjälpsidorna med hjälp av (?)-ikonen i det övre högra hörnet av sidan.',
|
||||
|
||||
'create_new_recurrence' => 'Skapa ny återkommande transaktion',
|
||||
'help_first_date' => 'Ange den första förväntade upprepningen. Detta måste vara i framtiden.',
|
||||
'help_first_date_no_past' => 'Ange den första förväntade upprepningen. Firefly III kommer inte att skapa transaktioner i det förflutna.',
|
||||
'no_currency' => '(ingen valuta)',
|
||||
'mandatory_for_recurring' => 'Obligatorisk återkommande information',
|
||||
'mandatory_for_transaction' => 'Obligatorisk transaktionsinformation',
|
||||
'optional_for_recurring' => 'Valfri återkommande information',
|
||||
'optional_for_transaction' => 'Valfri transaktionsinformation',
|
||||
'change_date_other_options' => 'Ändra "första datumet" för att se fler alternativ.',
|
||||
'mandatory_fields_for_tranaction' => 'Värdena här kommer att hamna i de transaktion(er) som skapas',
|
||||
'click_for_calendar' => 'Klicka här för en kalender som visar dig när transaktionen ska upprepas.',
|
||||
'repeat_forever' => 'Upprepa för alltid',
|
||||
'repeat_until_date' => 'Upprepa till datum',
|
||||
'repeat_times' => 'Upprepa ett antal gånger',
|
||||
'recurring_skips_one' => 'Varannan',
|
||||
'recurring_skips_more' => 'Hoppar över :count förekomster',
|
||||
'store_new_recurrence' => 'Lagra återkommande transaktion',
|
||||
'stored_new_recurrence' => 'Återkommande transaktion ":title" lagras framgångsrikt.',
|
||||
'edit_recurrence' => 'Redigera återkommande transaktion ":title"',
|
||||
'recurring_repeats_until' => 'Upprepas till :date',
|
||||
'recurring_repeats_forever' => 'Upprepa för alltid',
|
||||
'recurring_repeats_x_times' => 'Upprepas :count gång|Upprepas :count gånger',
|
||||
'update_recurrence' => 'Uppdatera återkommande transaktion',
|
||||
'updated_recurrence' => 'Uppdaterade återkommande transaktion ":title"',
|
||||
'recurrence_is_inactive' => 'Denna återkommande transaktion är inte aktiv och kommer inte generera nya transaktioner.',
|
||||
'delete_recurring' => 'Ta bort återkommande transaktion ":title"',
|
||||
'new_recurring_transaction' => 'Ny återkommande transaktion',
|
||||
'help_weekend' => 'Vad ska Firefly III göra när den återkommande transaktionen infaller på en lördag eller söndag?',
|
||||
'do_nothing' => 'Skapa bara transaktionen',
|
||||
'skip_transaction' => 'Hoppa över förekomsten',
|
||||
'jump_to_friday' => 'Skapa transaktionen på föregående fredag istället',
|
||||
'jump_to_monday' => 'Skapa transaktionen nästa måndag istället',
|
||||
'will_jump_friday' => 'Kommer att skapas på fredag istället för helgerna.',
|
||||
'will_jump_monday' => 'Kommer att skapas på måndag istället för helgerna.',
|
||||
'except_weekends' => 'Förutom helger',
|
||||
'recurrence_deleted' => 'Återkommande transaktion ":title" raderad',
|
||||
'create_new_recurrence' => 'Skapa ny återkommande transaktion',
|
||||
'help_first_date' => 'Ange den första förväntade upprepningen. Detta måste vara i framtiden.',
|
||||
'help_first_date_no_past' => 'Ange den första förväntade upprepningen. Firefly III kommer inte att skapa transaktioner i det förflutna.',
|
||||
'no_currency' => '(ingen valuta)',
|
||||
'mandatory_for_recurring' => 'Obligatorisk återkommande information',
|
||||
'mandatory_for_transaction' => 'Obligatorisk transaktionsinformation',
|
||||
'optional_for_recurring' => 'Valfri återkommande information',
|
||||
'optional_for_transaction' => 'Valfri transaktionsinformation',
|
||||
'change_date_other_options' => 'Ändra "första datumet" för att se fler alternativ.',
|
||||
'mandatory_fields_for_tranaction' => 'Värdena här kommer att hamna i de transaktion(er) som skapas',
|
||||
'click_for_calendar' => 'Klicka här för en kalender som visar dig när transaktionen ska upprepas.',
|
||||
'repeat_forever' => 'Upprepa för alltid',
|
||||
'repeat_until_date' => 'Upprepa till datum',
|
||||
'repeat_times' => 'Upprepa ett antal gånger',
|
||||
'recurring_skips_one' => 'Varannan',
|
||||
'recurring_skips_more' => 'Hoppar över :count förekomster',
|
||||
'store_new_recurrence' => 'Lagra återkommande transaktion',
|
||||
'stored_new_recurrence' => 'Återkommande transaktion ":title" lagras framgångsrikt.',
|
||||
'edit_recurrence' => 'Redigera återkommande transaktion ":title"',
|
||||
'recurring_repeats_until' => 'Upprepas till :date',
|
||||
'recurring_repeats_forever' => 'Upprepa för alltid',
|
||||
'recurring_repeats_x_times' => 'Upprepas :count gång|Upprepas :count gånger',
|
||||
'update_recurrence' => 'Uppdatera återkommande transaktion',
|
||||
'updated_recurrence' => 'Uppdaterade återkommande transaktion ":title"',
|
||||
'recurrence_is_inactive' => 'Denna återkommande transaktion är inte aktiv och kommer inte generera nya transaktioner.',
|
||||
'delete_recurring' => 'Ta bort återkommande transaktion ":title"',
|
||||
'new_recurring_transaction' => 'Ny återkommande transaktion',
|
||||
'help_weekend' => 'Vad ska Firefly III göra när den återkommande transaktionen infaller på en lördag eller söndag?',
|
||||
'do_nothing' => 'Skapa bara transaktionen',
|
||||
'skip_transaction' => 'Hoppa över förekomsten',
|
||||
'jump_to_friday' => 'Skapa transaktionen på föregående fredag istället',
|
||||
'jump_to_monday' => 'Skapa transaktionen nästa måndag istället',
|
||||
'will_jump_friday' => 'Kommer att skapas på fredag istället för helgerna.',
|
||||
'will_jump_monday' => 'Kommer att skapas på måndag istället för helgerna.',
|
||||
'except_weekends' => 'Förutom helger',
|
||||
'recurrence_deleted' => 'Återkommande transaktion ":title" raderad',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Balans (:currency)',
|
||||
'box_spent_in_currency' => 'Spenderat (:currency)',
|
||||
'box_earned_in_currency' => 'Intjänat (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeterat (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Notor betalade (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Obetalda notor (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Kvar att spendera (:currency)',
|
||||
'box_net_worth_in_currency' => 'Netto värde (:currency)',
|
||||
'box_spend_per_day' => 'Kvar att spendera per dag :amount',
|
||||
'box_balance_in_currency' => 'Balans (:currency)',
|
||||
'box_spent_in_currency' => 'Spenderat (:currency)',
|
||||
'box_earned_in_currency' => 'Intjänat (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeterat (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Notor betalade (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Obetalda notor (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Kvar att spendera (:currency)',
|
||||
'box_net_worth_in_currency' => 'Netto värde (:currency)',
|
||||
'box_spend_per_day' => 'Kvar att spendera per dag :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debug sida',
|
||||
'debug_submit_instructions' => 'Om du stöter på problem kan du använda informationen i den här rutan som felsökningsinformation. Kopiera och klistra in i ett nytt eller befintligt <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub-problem</a>. Det kommer att generera en vacker tabell som kan användas för att snabbt diagnostisera ditt problem.',
|
||||
'debug_pretty_table' => 'Om du kopierar/klistrar in rutan nedan i ett GitHub-problem kommer det att generera en tabell. Omge inte denna text med backticks eller citat.',
|
||||
'debug_additional_data' => 'Du kan också dela innehållet i rutan nedan. Du kan också kopiera och klistra in detta i en ny eller befintlig <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub-utgåva</a>. Innehållet i denna ruta kan dock innehålla privat information som kontonamn, transaktionsuppgifter eller e-postadresser.',
|
||||
'debug_page' => 'Debug sida',
|
||||
'debug_submit_instructions' => 'Om du stöter på problem kan du använda informationen i den här rutan som felsökningsinformation. Kopiera och klistra in i ett nytt eller befintligt <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub-problem</a>. Det kommer att generera en vacker tabell som kan användas för att snabbt diagnostisera ditt problem.',
|
||||
'debug_pretty_table' => 'Om du kopierar/klistrar in rutan nedan i ett GitHub-problem kommer det att generera en tabell. Omge inte denna text med backticks eller citat.',
|
||||
'debug_additional_data' => 'Du kan också dela innehållet i rutan nedan. Du kan också kopiera och klistra in detta i en ny eller befintlig <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub-utgåva</a>. Innehållet i denna ruta kan dock innehålla privat information som kontonamn, transaktionsuppgifter eller e-postadresser.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Grupper',
|
||||
'object_groups_page_title' => 'Grupper',
|
||||
'object_groups_breadcrumb' => 'Grupper',
|
||||
'object_groups_index' => 'Översikt',
|
||||
'object_groups' => 'Grupper',
|
||||
'object_groups_empty_explain' => 'Vissa saker i Firefly III kan delas in i grupper. Spargrisar till exempel, har ett "Grupp" fält i redigera och skapa vyerna. När du anger det här fältet kan du redigera gruppernas namn och ordning på den här sidan. För mer information, kolla in hjälpsidorna i det övre högra hörnet, under (?)-ikonen.',
|
||||
'object_group_title' => 'Titel',
|
||||
'edit_object_group' => 'Redigera grupp ":title"',
|
||||
'delete_object_group' => 'Ta bort grupp ":title"',
|
||||
'update_object_group' => 'Uppdatera grupp',
|
||||
'updated_object_group' => 'Uppdaterade gruppen ":title"',
|
||||
'deleted_object_group' => 'Tog bort gruppen ":title"',
|
||||
'object_group' => 'Grupp',
|
||||
'object_groups_menu_bar' => 'Grupper',
|
||||
'object_groups_page_title' => 'Grupper',
|
||||
'object_groups_breadcrumb' => 'Grupper',
|
||||
'object_groups_index' => 'Översikt',
|
||||
'object_groups' => 'Grupper',
|
||||
'object_groups_empty_explain' => 'Vissa saker i Firefly III kan delas in i grupper. Spargrisar till exempel, har ett "Grupp" fält i redigera och skapa vyerna. När du anger det här fältet kan du redigera gruppernas namn och ordning på den här sidan. För mer information, kolla in hjälpsidorna i det övre högra hörnet, under (?)-ikonen.',
|
||||
'object_group_title' => 'Titel',
|
||||
'edit_object_group' => 'Redigera grupp ":title"',
|
||||
'delete_object_group' => 'Ta bort grupp ":title"',
|
||||
'update_object_group' => 'Uppdatera grupp',
|
||||
'updated_object_group' => 'Uppdaterade gruppen ":title"',
|
||||
'deleted_object_group' => 'Tog bort gruppen ":title"',
|
||||
'object_group' => 'Grupp',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Platshållare]',
|
||||
'placeholder' => '[Platshållare]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Senaste aktivitet',
|
||||
'balanceDiff' => 'Saldodifferens',
|
||||
'other_meta_data' => 'Övrigt metadata',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Kontotyp',
|
||||
'created_at' => 'Skapad den',
|
||||
'account' => 'Konto',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',
|
||||
'need_id_in_edit' => 'Varje delad transaktion kräver transaction_journal_id (giltigt ID eller 0).',
|
||||
|
||||
'ob_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.',
|
||||
'lc_source_need_data' => 'Behöver få ett giltigt källkontonummer för att fortsätta.',
|
||||
'ob_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.',
|
||||
'ob_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',
|
||||
'ob_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.',
|
||||
'lc_source_need_data' => 'Behöver få ett giltigt källkontonummer för att fortsätta.',
|
||||
'ob_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.',
|
||||
'ob_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Det går inte att använda detta konto som källkonto.',
|
||||
'generic_invalid_destination' => 'Det går inte att använda detta konto som mottagarkonto.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Firefly III kurulumunuzdan bir test mesajı',
|
||||
'admin_test_body' => 'Bu, Firefly III örneğinizden gelen bir test mesajıdır. Şu adrese gönderildi: e-posta.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Firefly III yeni giriş',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -482,11 +482,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -504,7 +504,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -702,6 +702,7 @@ return [
|
||||
'yearly' => 'yıllık',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Etkin olmayan kuralları yürütemezsiniz.',
|
||||
'rules' => 'Kurallar',
|
||||
'rule_name' => 'Kural adı',
|
||||
@ -1077,10 +1078,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1155,8 +1156,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1213,17 +1214,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Fatura kuralı grubu',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Fatura için yeni bir kural oluşturmal ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Fatura için kural ":name"',
|
||||
'new_rule_for_bill_description' => 'Bu kural fatura işlemlerini işaretler ":name".',
|
||||
'rulegroup_for_bills_title' => 'Fatura kuralı grubu',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Fatura için yeni bir kural oluşturmal ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Fatura için kural ":name"',
|
||||
'new_rule_for_bill_description' => 'Bu kural fatura işlemlerini işaretler ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'İşleme dayalı kural ":description"',
|
||||
'new_rule_for_journal_description' => 'Bu kural işleme dayanmaktadır ":description". Tam olarak aynı olan işlemlerle eşleşecektir.',
|
||||
@ -1336,8 +1334,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Verileri sil',
|
||||
'permanent_delete_stuff' => 'Bu düğmelere dikkat et. Sürekli kalıcı bir şeyleri silmek.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Diğer tüm oturumlarınız kapatıldı.',
|
||||
'delete_all_budgets' => 'Diğer tüm seanslarınız kapatıldı',
|
||||
'delete_all_categories' => 'TÜM kategorilerinizi silme',
|
||||
@ -2221,62 +2225,71 @@ return [
|
||||
'updated_tag' => 'Güncellenmiş etiket ":tag"',
|
||||
'created_tag' => 'Tag ":tag" oluşturuldu!',
|
||||
|
||||
'transaction_journal_information' => 'İşlem Bilgileri',
|
||||
'transaction_journal_meta' => 'Meta Bilgisi',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Toplam Tutar',
|
||||
'number_of_decimals' => 'Ondalık Sayı',
|
||||
'transaction_journal_information' => 'İşlem Bilgileri',
|
||||
'transaction_journal_meta' => 'Meta Bilgisi',
|
||||
'transaction_journal_more' => 'More information',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Stored under ":journal"',
|
||||
'total_amount' => 'Toplam Tutar',
|
||||
'number_of_decimals' => 'Ondalık Sayı',
|
||||
|
||||
// administration
|
||||
'administration' => 'Yönetim',
|
||||
'user_administration' => 'Kullanıcı Yönetimi',
|
||||
'list_all_users' => 'Tüm kullanıcılar',
|
||||
'all_users' => 'Tüm kullanıcılar',
|
||||
'instance_configuration' => 'Yapılandırma',
|
||||
'firefly_instance_configuration' => 'Firefly III için yapılandırma seçenekleri',
|
||||
'setting_single_user_mode' => 'Tek kullanıcı modu',
|
||||
'setting_single_user_mode_explain' => 'Varsayılan olarak Firefly III sadece bir kayıt kabul eder: sizi. Bu başkalarının sizin isteklerinizi kontrol etmemesi için bir güvenlik önlemidir. Gelecekteki kayıtlar engellendi. Bu kutunun işaretini kaldırdığınızda erişebildiklerini var sayarsak (internete bağlı olduğunda) başkaları da sizin isteklerinizi kullanabilir.',
|
||||
'store_configuration' => 'Mağaza yapılandırması',
|
||||
'single_user_administration' => ':email için kullanıcı yönetimi',
|
||||
'edit_user' => ':email kullanıcısını düzenle',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Kullanıcı bilgisi',
|
||||
'user_information' => 'Kullanıcı bilgisi',
|
||||
'total_size' => 'toplam boyut',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_groups kural gruplarındaki :count_rules kuralları',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Yapılandırma güncellendi',
|
||||
'setting_is_demo_site' => 'Tanıtım videosu',
|
||||
'setting_is_demo_site_explain' => 'Bu kutuyu işaretlediniz, bu yükleme, demo sitesinin sanki garip yan etkilere sahipmiş gibi davranır.',
|
||||
'block_code_bounced' => 'E-posta mesajı geri çevrildi',
|
||||
'block_code_expired' => 'Demo hesabı doldu',
|
||||
'no_block_code' => 'Engellemek için bir neden yok ya da kullanıcı engellenmemiş',
|
||||
'block_code_email_changed' => 'Kullanıcı henüz yeni bir e-posta adresi teyit etmedi',
|
||||
'admin_update_email' => 'Profil sayfasının aksine kullanıcı e-posta adresleri değiştirildiğinde bildirim ALMAYACAKLAR!',
|
||||
'update_user' => 'Kullanıcıyı güncelle',
|
||||
'updated_user' => 'Kullanıcı verileri değiştirildi.',
|
||||
'delete_user' => 'Kullanıcıyı sil :email',
|
||||
'user_deleted' => 'Kullanıcı silindi',
|
||||
'send_test_email' => 'E-posta adresine test mesajı gönder',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Mesaj gönder',
|
||||
'send_test_triggered' => 'Test tetiklendi. Gelen kutunuzu ve kayıt dosyalarınızı kontrol ediniz.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Yönetim',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Kullanıcı Yönetimi',
|
||||
'list_all_users' => 'Tüm kullanıcılar',
|
||||
'all_users' => 'Tüm kullanıcılar',
|
||||
'instance_configuration' => 'Yapılandırma',
|
||||
'firefly_instance_configuration' => 'Firefly III için yapılandırma seçenekleri',
|
||||
'setting_single_user_mode' => 'Tek kullanıcı modu',
|
||||
'setting_single_user_mode_explain' => 'Varsayılan olarak Firefly III sadece bir kayıt kabul eder: sizi. Bu başkalarının sizin isteklerinizi kontrol etmemesi için bir güvenlik önlemidir. Gelecekteki kayıtlar engellendi. Bu kutunun işaretini kaldırdığınızda erişebildiklerini var sayarsak (internete bağlı olduğunda) başkaları da sizin isteklerinizi kullanabilir.',
|
||||
'store_configuration' => 'Mağaza yapılandırması',
|
||||
'single_user_administration' => ':email için kullanıcı yönetimi',
|
||||
'edit_user' => ':email kullanıcısını düzenle',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Kullanıcı bilgisi',
|
||||
'user_information' => 'Kullanıcı bilgisi',
|
||||
'total_size' => 'toplam boyut',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_groups kural gruplarındaki :count_rules kuralları',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'Yapılandırma güncellendi',
|
||||
'setting_is_demo_site' => 'Tanıtım videosu',
|
||||
'setting_is_demo_site_explain' => 'Bu kutuyu işaretlediniz, bu yükleme, demo sitesinin sanki garip yan etkilere sahipmiş gibi davranır.',
|
||||
'block_code_bounced' => 'E-posta mesajı geri çevrildi',
|
||||
'block_code_expired' => 'Demo hesabı doldu',
|
||||
'no_block_code' => 'Engellemek için bir neden yok ya da kullanıcı engellenmemiş',
|
||||
'block_code_email_changed' => 'Kullanıcı henüz yeni bir e-posta adresi teyit etmedi',
|
||||
'admin_update_email' => 'Profil sayfasının aksine kullanıcı e-posta adresleri değiştirildiğinde bildirim ALMAYACAKLAR!',
|
||||
'update_user' => 'Kullanıcıyı güncelle',
|
||||
'updated_user' => 'Kullanıcı verileri değiştirildi.',
|
||||
'delete_user' => 'Kullanıcıyı sil :email',
|
||||
'user_deleted' => 'Kullanıcı silindi',
|
||||
'send_test_email' => 'E-posta adresine test mesajı gönder',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Mesaj gönder',
|
||||
'send_test_triggered' => 'Test tetiklendi. Gelen kutunuzu ve kayıt dosyalarınızı kontrol ediniz.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Description of the split transaction',
|
||||
@ -2452,76 +2465,97 @@ return [
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
||||
'create_new_recurrence' => 'Yinelenen bir işlem oluştur',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(no currency)',
|
||||
'mandatory_for_recurring' => 'Mandatory recurrence information',
|
||||
'mandatory_for_transaction' => 'Mandatory transaction information',
|
||||
'optional_for_recurring' => 'Optional recurrence information',
|
||||
'optional_for_transaction' => 'Optional transaction information',
|
||||
'change_date_other_options' => 'Change the "first date" to see more options.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Repeat forever',
|
||||
'repeat_until_date' => 'Repeat until date',
|
||||
'repeat_times' => 'Repeat a number of times',
|
||||
'recurring_skips_one' => 'Every other',
|
||||
'recurring_skips_more' => 'Skips :count occurrences',
|
||||
'store_new_recurrence' => 'Store recurring transaction',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Repeats until :date',
|
||||
'recurring_repeats_forever' => 'Repeats forever',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Update recurring transaction',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'New recurring transaction',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Just create the transaction',
|
||||
'skip_transaction' => 'Skip the occurrence',
|
||||
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
|
||||
'jump_to_monday' => 'Create the transaction on the next Monday instead',
|
||||
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Except weekends',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
'create_new_recurrence' => 'Yinelenen bir işlem oluştur',
|
||||
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
|
||||
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
|
||||
'no_currency' => '(no currency)',
|
||||
'mandatory_for_recurring' => 'Mandatory recurrence information',
|
||||
'mandatory_for_transaction' => 'Mandatory transaction information',
|
||||
'optional_for_recurring' => 'Optional recurrence information',
|
||||
'optional_for_transaction' => 'Optional transaction information',
|
||||
'change_date_other_options' => 'Change the "first date" to see more options.',
|
||||
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
|
||||
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
|
||||
'repeat_forever' => 'Repeat forever',
|
||||
'repeat_until_date' => 'Repeat until date',
|
||||
'repeat_times' => 'Repeat a number of times',
|
||||
'recurring_skips_one' => 'Every other',
|
||||
'recurring_skips_more' => 'Skips :count occurrences',
|
||||
'store_new_recurrence' => 'Store recurring transaction',
|
||||
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
|
||||
'edit_recurrence' => 'Edit recurring transaction ":title"',
|
||||
'recurring_repeats_until' => 'Repeats until :date',
|
||||
'recurring_repeats_forever' => 'Repeats forever',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'update_recurrence' => 'Update recurring transaction',
|
||||
'updated_recurrence' => 'Updated recurring transaction ":title"',
|
||||
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
|
||||
'delete_recurring' => 'Delete recurring transaction ":title"',
|
||||
'new_recurring_transaction' => 'New recurring transaction',
|
||||
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
|
||||
'do_nothing' => 'Just create the transaction',
|
||||
'skip_transaction' => 'Skip the occurrence',
|
||||
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
|
||||
'jump_to_monday' => 'Create the transaction on the next Monday instead',
|
||||
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
|
||||
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
|
||||
'except_weekends' => 'Except weekends',
|
||||
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Balance (:currency)',
|
||||
'box_spent_in_currency' => 'Spent (:currency)',
|
||||
'box_earned_in_currency' => 'Earned (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeted (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
'box_balance_in_currency' => 'Balance (:currency)',
|
||||
'box_spent_in_currency' => 'Spent (:currency)',
|
||||
'box_earned_in_currency' => 'Earned (:currency)',
|
||||
'box_budgeted_in_currency' => 'Budgeted (:currency)',
|
||||
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
|
||||
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
|
||||
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
|
||||
'box_net_worth_in_currency' => 'Net worth (:currency)',
|
||||
'box_spend_per_day' => 'Left to spend per day: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -44,6 +44,10 @@ return [
|
||||
'lastActivity' => 'Son Etkinlik',
|
||||
'balanceDiff' => 'Bakiye farkı',
|
||||
'other_meta_data' => 'Diğer meta verisi',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Hesap Türü',
|
||||
'created_at' => 'Tarihinde oluşturuldu',
|
||||
'account' => 'Hesap',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
|
||||
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||
|
@ -33,6 +33,14 @@ return [
|
||||
'admin_test_subject' => 'Một thông báo kiểm tra từ bản cài đặt Firefly III của bạn',
|
||||
'admin_test_body' => 'Đây là một thông báo thử nghiệm từ Firefly III của bạn. Nó đã được gửi đến :email.',
|
||||
|
||||
// invite
|
||||
'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.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Đăng nhập mới trên Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
|
@ -481,11 +481,11 @@ return [
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
@ -503,7 +503,7 @@ return [
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
@ -701,6 +701,7 @@ return [
|
||||
'yearly' => 'hàng năm',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Bạn không thể thực thi các quy tắc không hoạt động.',
|
||||
'rules' => 'Quy tắc',
|
||||
'rule_name' => 'Tên của quy tắc',
|
||||
@ -1076,10 +1077,10 @@ return [
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
@ -1154,8 +1155,8 @@ return [
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_source_is_cash' => 'Source 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',
|
||||
|
||||
|
||||
@ -1212,17 +1213,14 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Nhóm quy tắc cho hóa đơn',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Tạo quy tắc mới cho hóa đơn ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Quy tắc cho hóa đơn ":name"',
|
||||
'new_rule_for_bill_description' => 'Quy tắc này đánh dấu các giao dịch cho hóa đơn ":name".',
|
||||
'rulegroup_for_bills_title' => 'Nhóm quy tắc cho hóa đơn',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Tạo quy tắc mới cho hóa đơn ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Quy tắc cho hóa đơn ":name"',
|
||||
'new_rule_for_bill_description' => 'Quy tắc này đánh dấu các giao dịch cho hóa đơn ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Quy tắc dựa trên giao dich ":description"',
|
||||
'new_rule_for_journal_description' => 'Quy tắc này dựa trên giao dịch ":description".',
|
||||
@ -1335,8 +1333,14 @@ return [
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Xóa dữ liệu',
|
||||
'permanent_delete_stuff' => 'Hãy cẩn thận với các nút này. Xóa nội dung là vĩnh viễn.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'delete_all_budgets' => 'Xóa TẤT CẢ ngân sách của bạn',
|
||||
'delete_all_categories' => 'Xóa TẤT CẢ danh mục của bạn',
|
||||
@ -2220,62 +2224,71 @@ return [
|
||||
'updated_tag' => 'Đã cập nhật nhãn ":tag"',
|
||||
'created_tag' => 'Nhãn ":tag" đã được tạo!',
|
||||
|
||||
'transaction_journal_information' => 'Thông tin giao dịch',
|
||||
'transaction_journal_meta' => 'Thông tin tổng hợp',
|
||||
'transaction_journal_more' => 'Thêm thông tin',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Được lưu trữ dưới ":journal"',
|
||||
'total_amount' => 'Tổng cộng',
|
||||
'number_of_decimals' => 'Số thập phân',
|
||||
'transaction_journal_information' => 'Thông tin giao dịch',
|
||||
'transaction_journal_meta' => 'Thông tin tổng hợp',
|
||||
'transaction_journal_more' => 'Thêm thông tin',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Được lưu trữ dưới ":journal"',
|
||||
'total_amount' => 'Tổng cộng',
|
||||
'number_of_decimals' => 'Số thập phân',
|
||||
|
||||
// administration
|
||||
'administration' => 'Quản trị',
|
||||
'user_administration' => 'Quản lý người dùng',
|
||||
'list_all_users' => 'Tất cả người dùng',
|
||||
'all_users' => 'Tất cả người dùng',
|
||||
'instance_configuration' => 'Cấu hình',
|
||||
'firefly_instance_configuration' => 'Cấu hình tùy chọn cho Firefly III',
|
||||
'setting_single_user_mode' => 'Chế độ người dùng đơn',
|
||||
'setting_single_user_mode_explain' => 'Theo mặc định, Firefly III chỉ cho phép một (1) người đăng ký là bạn. Đây là một biện pháp bảo mật, ngăn người khác sử dụng trừ khi bạn cho phép họ sử dụng. Đăng ký bị chặn. Khi bạn bỏ chọn hộp này, những người khác cũng có thể sử dụng.',
|
||||
'store_configuration' => 'Lưu trữ cấu hình',
|
||||
'single_user_administration' => 'Người dùng quản lý :email',
|
||||
'edit_user' => 'Chỉnh sửa người dùng :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Dữ liệu người dùng',
|
||||
'user_information' => 'Thông tin người dùng',
|
||||
'total_size' => 'tổng kích thước',
|
||||
'budget_or_budgets' => ':count ngân sách',
|
||||
'budgets_with_limits' => ':count ngân sách với số tiền được định cấu hình',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules quy tắc trong :count_groups nhóm quy tắc',
|
||||
'tag_or_tags' => ':count nhãn',
|
||||
'configuration_updated' => 'Cấu hình đã được cập nhật',
|
||||
'setting_is_demo_site' => 'Trang web demo',
|
||||
'setting_is_demo_site_explain' => 'Nếu bạn chọn hộp này, cài đặt này sẽ hoạt động như trang demo, có thể có tác dụng phụ kỳ lạ.',
|
||||
'block_code_bounced' => 'Email (s) bị trả về',
|
||||
'block_code_expired' => 'Tài khoản demo đã hết hạn',
|
||||
'no_block_code' => 'Không có lý do chặn hoặc người dùng không bị chặn',
|
||||
'block_code_email_changed' => 'Người dùng chưa xác nhận địa chỉ email mới',
|
||||
'admin_update_email' => 'Trái với trang hồ sơ, người dùng sẽ KHÔNG được thông báo địa chỉ email của họ đã thay đổi!',
|
||||
'update_user' => 'Cập nhật người dùng',
|
||||
'updated_user' => 'Dữ liệu người dùng đã được thay đổi.',
|
||||
'delete_user' => 'Xóa người dùng :email',
|
||||
'user_deleted' => 'Người dùng đã bị xóa',
|
||||
'send_test_email' => 'Gửi tin nhắn email kiểm tra',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Gửi tin nhắn',
|
||||
'send_test_triggered' => 'Kiểm tra đã được kích hoạt. Kiểm tra hộp thư đến của bạn và các tệp nhật ký.',
|
||||
'give_admin_careful' => 'Người dùng được trao quyền quản trị có thể lấy đi của bạn. Hãy cẩn thận.',
|
||||
'admin_maintanance_title' => 'Bảo trì',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Xóa bộ nhớ đệm',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Quản trị',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Quản lý người dùng',
|
||||
'list_all_users' => 'Tất cả người dùng',
|
||||
'all_users' => 'Tất cả người dùng',
|
||||
'instance_configuration' => 'Cấu hình',
|
||||
'firefly_instance_configuration' => 'Cấu hình tùy chọn cho Firefly III',
|
||||
'setting_single_user_mode' => 'Chế độ người dùng đơn',
|
||||
'setting_single_user_mode_explain' => 'Theo mặc định, Firefly III chỉ cho phép một (1) người đăng ký là bạn. Đây là một biện pháp bảo mật, ngăn người khác sử dụng trừ khi bạn cho phép họ sử dụng. Đăng ký bị chặn. Khi bạn bỏ chọn hộp này, những người khác cũng có thể sử dụng.',
|
||||
'store_configuration' => 'Lưu trữ cấu hình',
|
||||
'single_user_administration' => 'Người dùng quản lý :email',
|
||||
'edit_user' => 'Chỉnh sửa người dùng :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'user_data_information' => 'Dữ liệu người dùng',
|
||||
'user_information' => 'Thông tin người dùng',
|
||||
'total_size' => 'tổng kích thước',
|
||||
'budget_or_budgets' => ':count ngân sách',
|
||||
'budgets_with_limits' => ':count ngân sách với số tiền được định cấu hình',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules quy tắc trong :count_groups nhóm quy tắc',
|
||||
'tag_or_tags' => ':count nhãn',
|
||||
'configuration_updated' => 'Cấu hình đã được cập nhật',
|
||||
'setting_is_demo_site' => 'Trang web demo',
|
||||
'setting_is_demo_site_explain' => 'Nếu bạn chọn hộp này, cài đặt này sẽ hoạt động như trang demo, có thể có tác dụng phụ kỳ lạ.',
|
||||
'block_code_bounced' => 'Email (s) bị trả về',
|
||||
'block_code_expired' => 'Tài khoản demo đã hết hạn',
|
||||
'no_block_code' => 'Không có lý do chặn hoặc người dùng không bị chặn',
|
||||
'block_code_email_changed' => 'Người dùng chưa xác nhận địa chỉ email mới',
|
||||
'admin_update_email' => 'Trái với trang hồ sơ, người dùng sẽ KHÔNG được thông báo địa chỉ email của họ đã thay đổi!',
|
||||
'update_user' => 'Cập nhật người dùng',
|
||||
'updated_user' => 'Dữ liệu người dùng đã được thay đổi.',
|
||||
'delete_user' => 'Xóa người dùng :email',
|
||||
'user_deleted' => 'Người dùng đã bị xóa',
|
||||
'send_test_email' => 'Gửi tin nhắn email kiểm tra',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Gửi tin nhắn',
|
||||
'send_test_triggered' => 'Kiểm tra đã được kích hoạt. Kiểm tra hộp thư đến của bạn và các tệp nhật ký.',
|
||||
'give_admin_careful' => 'Người dùng được trao quyền quản trị có thể lấy đi của bạn. Hãy cẩn thận.',
|
||||
'admin_maintanance_title' => 'Bảo trì',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Xóa bộ nhớ đệm',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Mô tả giao dịch tách',
|
||||
@ -2451,76 +2464,97 @@ return [
|
||||
'recurring_never_cron' => 'Có vẻ như công việc định kỳ cần thiết để hỗ trợ các giao dịch định kỳ chưa bao giờ chạy. Điều này là tất nhiên bình thường khi bạn vừa cài đặt Firefly III, nhưng đây sẽ là thứ cần thiết lập càng sớm càng tốt. Vui lòng kiểm tra các trang trợ giúp bằng biểu tượng (?) - ở góc trên cùng bên phải của trang.',
|
||||
'recurring_cron_long_ago' => 'Có vẻ như đã hơn 36 giờ kể từ khi công việc định kỳ hỗ trợ các giao dịch định kỳ được thực hiện lần cuối. Bạn có chắc chắn rằng nó đã được thiết lập chính xác? Vui lòng kiểm tra các trang trợ giúp bằng biểu tượng (?) - ở góc trên cùng bên phải của trang.',
|
||||
|
||||
'create_new_recurrence' => 'Tạo giao dịch định kỳ mới',
|
||||
'help_first_date' => 'Cho biết sự tái phát dự kiến đầu tiên. Điều này phải trong tương lai.',
|
||||
'help_first_date_no_past' => 'Cho biết sự tái phát dự kiến đầu tiên. Firefly III sẽ không tạo giao dịch trong quá khứ.',
|
||||
'no_currency' => '(không có tiền tệ)',
|
||||
'mandatory_for_recurring' => 'Thông tin tái phát bắt buộc',
|
||||
'mandatory_for_transaction' => 'Thông tin giao dịch bắt buộc',
|
||||
'optional_for_recurring' => 'Thông tin tái phát tùy chọn',
|
||||
'optional_for_transaction' => 'Thông tin giao dịch tùy chọn',
|
||||
'change_date_other_options' => 'Thay đổi "ngày đầu tiên" để xem thêm tùy chọn.',
|
||||
'mandatory_fields_for_tranaction' => 'Các giá trị ở đây sẽ kết thúc trong (các) giao dịch được tạo',
|
||||
'click_for_calendar' => 'Bấm vào đây để xem lịch cho bạn biết khi nào giao dịch sẽ lặp lại.',
|
||||
'repeat_forever' => 'Lặp lại mãi mãi',
|
||||
'repeat_until_date' => 'Lặp lại cho đến ngày',
|
||||
'repeat_times' => 'Lặp lại một số lần',
|
||||
'recurring_skips_one' => 'Mỗi cái khác',
|
||||
'recurring_skips_more' => 'Bỏ qua: số lần xuất hiện',
|
||||
'store_new_recurrence' => 'Lưu trữ giao dịch định kỳ',
|
||||
'stored_new_recurrence' => 'Giao dịch định kỳ ": title" được lưu trữ thành công.',
|
||||
'edit_recurrence' => 'Chỉnh sửa giao dịch định kỳ ":title"',
|
||||
'recurring_repeats_until' => 'Lặp lại cho đến: ngày',
|
||||
'recurring_repeats_forever' => 'Lặp lại mãi mãi',
|
||||
'recurring_repeats_x_times' => 'Lặp lại: :count lần',
|
||||
'update_recurrence' => 'Cập nhật giao dịch định kỳ',
|
||||
'updated_recurrence' => 'Cập nhật giao dịch định kỳ ":title"',
|
||||
'recurrence_is_inactive' => 'Giao dịch định kỳ này không hoạt động và sẽ không tạo giao dịch mới.',
|
||||
'delete_recurring' => 'Xóa giao dịch định kỳ ":title"',
|
||||
'new_recurring_transaction' => 'Giao dịch định kỳ mới',
|
||||
'help_weekend' => 'Firefly III nên làm gì khi giao dịch định kỳ rơi vào Thứ Bảy hoặc Chủ Nhật?',
|
||||
'do_nothing' => 'Chỉ cần tạo giao dịch',
|
||||
'skip_transaction' => 'Bỏ qua sự xuất hiện',
|
||||
'jump_to_friday' => 'Tạo giao dịch vào thứ Sáu trước đó thay thế',
|
||||
'jump_to_monday' => 'Tạo giao dịch vào thứ Hai tuần sau',
|
||||
'will_jump_friday' => 'Sẽ được tạo vào thứ Sáu thay vì cuối tuần.',
|
||||
'will_jump_monday' => 'Sẽ được tạo vào thứ Hai thay vì cuối tuần.',
|
||||
'except_weekends' => 'Trừ những ngày cuối tuần',
|
||||
'recurrence_deleted' => 'Đã xóa giao dịch định kỳ ":title"',
|
||||
'create_new_recurrence' => 'Tạo giao dịch định kỳ mới',
|
||||
'help_first_date' => 'Cho biết sự tái phát dự kiến đầu tiên. Điều này phải trong tương lai.',
|
||||
'help_first_date_no_past' => 'Cho biết sự tái phát dự kiến đầu tiên. Firefly III sẽ không tạo giao dịch trong quá khứ.',
|
||||
'no_currency' => '(không có tiền tệ)',
|
||||
'mandatory_for_recurring' => 'Thông tin tái phát bắt buộc',
|
||||
'mandatory_for_transaction' => 'Thông tin giao dịch bắt buộc',
|
||||
'optional_for_recurring' => 'Thông tin tái phát tùy chọn',
|
||||
'optional_for_transaction' => 'Thông tin giao dịch tùy chọn',
|
||||
'change_date_other_options' => 'Thay đổi "ngày đầu tiên" để xem thêm tùy chọn.',
|
||||
'mandatory_fields_for_tranaction' => 'Các giá trị ở đây sẽ kết thúc trong (các) giao dịch được tạo',
|
||||
'click_for_calendar' => 'Bấm vào đây để xem lịch cho bạn biết khi nào giao dịch sẽ lặp lại.',
|
||||
'repeat_forever' => 'Lặp lại mãi mãi',
|
||||
'repeat_until_date' => 'Lặp lại cho đến ngày',
|
||||
'repeat_times' => 'Lặp lại một số lần',
|
||||
'recurring_skips_one' => 'Mỗi cái khác',
|
||||
'recurring_skips_more' => 'Bỏ qua: số lần xuất hiện',
|
||||
'store_new_recurrence' => 'Lưu trữ giao dịch định kỳ',
|
||||
'stored_new_recurrence' => 'Giao dịch định kỳ ": title" được lưu trữ thành công.',
|
||||
'edit_recurrence' => 'Chỉnh sửa giao dịch định kỳ ":title"',
|
||||
'recurring_repeats_until' => 'Lặp lại cho đến: ngày',
|
||||
'recurring_repeats_forever' => 'Lặp lại mãi mãi',
|
||||
'recurring_repeats_x_times' => 'Lặp lại: :count lần',
|
||||
'update_recurrence' => 'Cập nhật giao dịch định kỳ',
|
||||
'updated_recurrence' => 'Cập nhật giao dịch định kỳ ":title"',
|
||||
'recurrence_is_inactive' => 'Giao dịch định kỳ này không hoạt động và sẽ không tạo giao dịch mới.',
|
||||
'delete_recurring' => 'Xóa giao dịch định kỳ ":title"',
|
||||
'new_recurring_transaction' => 'Giao dịch định kỳ mới',
|
||||
'help_weekend' => 'Firefly III nên làm gì khi giao dịch định kỳ rơi vào Thứ Bảy hoặc Chủ Nhật?',
|
||||
'do_nothing' => 'Chỉ cần tạo giao dịch',
|
||||
'skip_transaction' => 'Bỏ qua sự xuất hiện',
|
||||
'jump_to_friday' => 'Tạo giao dịch vào thứ Sáu trước đó thay thế',
|
||||
'jump_to_monday' => 'Tạo giao dịch vào thứ Hai tuần sau',
|
||||
'will_jump_friday' => 'Sẽ được tạo vào thứ Sáu thay vì cuối tuần.',
|
||||
'will_jump_monday' => 'Sẽ được tạo vào thứ Hai thay vì cuối tuần.',
|
||||
'except_weekends' => 'Trừ những ngày cuối tuần',
|
||||
'recurrence_deleted' => 'Đã xóa giao dịch định kỳ ":title"',
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Số dư (: tiền tệ)',
|
||||
'box_spent_in_currency' => 'Đã chi (: tiền tệ)',
|
||||
'box_earned_in_currency' => 'Kiếm được (: tiền tệ)',
|
||||
'box_budgeted_in_currency' => 'Ngân sách (: tiền tệ)',
|
||||
'box_bill_paid_in_currency' => 'Hóa đơn thanh toán (: tiền tệ)',
|
||||
'box_bill_unpaid_in_currency' => 'Hóa đơn chưa thanh toán (: tiền tệ)',
|
||||
'box_left_to_spend_in_currency' => 'Còn lại để chi tiêu (: tiền tệ)',
|
||||
'box_net_worth_in_currency' => 'Giá trị ròng (: tiền tệ)',
|
||||
'box_spend_per_day' => 'Còn lại để chi tiêu mỗi ngày: :amount',
|
||||
'box_balance_in_currency' => 'Số dư (: tiền tệ)',
|
||||
'box_spent_in_currency' => 'Đã chi (: tiền tệ)',
|
||||
'box_earned_in_currency' => 'Kiếm được (: tiền tệ)',
|
||||
'box_budgeted_in_currency' => 'Ngân sách (: tiền tệ)',
|
||||
'box_bill_paid_in_currency' => 'Hóa đơn thanh toán (: tiền tệ)',
|
||||
'box_bill_unpaid_in_currency' => 'Hóa đơn chưa thanh toán (: tiền tệ)',
|
||||
'box_left_to_spend_in_currency' => 'Còn lại để chi tiêu (: tiền tệ)',
|
||||
'box_net_worth_in_currency' => 'Giá trị ròng (: tiền tệ)',
|
||||
'box_spend_per_day' => 'Còn lại để chi tiêu mỗi ngày: :amount',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Trang debug',
|
||||
'debug_submit_instructions' => 'Nếu bạn đang gặp vấn đề, bạn có thể sử dụng thông tin trong hộp này làm thông tin gỡ lỗi. Vui lòng sao chép và dán vào một <a href="https://github.com/firefly-iii/firefly-iii/issues"> vấn đề GitHub mới hoặc hiện có </a>. Nó sẽ tạo ra một bảng có thể được sử dụng để chẩn đoán nhanh vấn đề của bạn.',
|
||||
'debug_pretty_table' => 'Nếu bạn sao chép / dán hộp bên dưới vào GitHub, nó sẽ tạo ra một bảng. Xin vui lòng không bao quanh văn bản này với backticks hoặc dấu ngoặc kép.',
|
||||
'debug_additional_data' => 'Bạn cũng có thể chia sẻ nội dung của hộp bên dưới. Bạn cũng có thể sao chép và dán phần này vào một <a href="https://github.com/firefly-iii/firefly-iii/issues"> vấn đề GitHub mới hoặc hiện có </a>. Tuy nhiên, nội dung của hộp này có thể chứa thông tin cá nhân như tên tài khoản, chi tiết giao dịch hoặc địa chỉ email.',
|
||||
'debug_page' => 'Trang debug',
|
||||
'debug_submit_instructions' => 'Nếu bạn đang gặp vấn đề, bạn có thể sử dụng thông tin trong hộp này làm thông tin gỡ lỗi. Vui lòng sao chép và dán vào một <a href="https://github.com/firefly-iii/firefly-iii/issues"> vấn đề GitHub mới hoặc hiện có </a>. Nó sẽ tạo ra một bảng có thể được sử dụng để chẩn đoán nhanh vấn đề của bạn.',
|
||||
'debug_pretty_table' => 'Nếu bạn sao chép / dán hộp bên dưới vào GitHub, nó sẽ tạo ra một bảng. Xin vui lòng không bao quanh văn bản này với backticks hoặc dấu ngoặc kép.',
|
||||
'debug_additional_data' => 'Bạn cũng có thể chia sẻ nội dung của hộp bên dưới. Bạn cũng có thể sao chép và dán phần này vào một <a href="https://github.com/firefly-iii/firefly-iii/issues"> vấn đề GitHub mới hoặc hiện có </a>. Tuy nhiên, nội dung của hộp này có thể chứa thông tin cá nhân như tên tài khoản, chi tiết giao dịch hoặc địa chỉ email.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Các Nhóm',
|
||||
'object_groups_page_title' => 'Các Nhóm',
|
||||
'object_groups_breadcrumb' => 'Các Nhóm',
|
||||
'object_groups_index' => 'Tổng quan',
|
||||
'object_groups' => 'Các Nhóm',
|
||||
'object_groups_empty_explain' => 'Một số điều trong Firefly III có thể được chia thành các nhóm. Ví dụ, các ống heo, có trường "Nhóm" trong chỉnh sửa và tạo. Khi bạn đặt trường này, bạn có thể chỉnh sửa tên và thứ tự của các nhóm trên trang này. Để biết thêm thông tin, hãy xem các trang trợ giúp ở góc trên bên phải, dưới biểu tượng (?) -.',
|
||||
'object_group_title' => 'Tiêu đề',
|
||||
'edit_object_group' => 'Chỉnh sửa nhóm ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Cập nhật nhóm',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Nhóm',
|
||||
'object_groups_menu_bar' => 'Các Nhóm',
|
||||
'object_groups_page_title' => 'Các Nhóm',
|
||||
'object_groups_breadcrumb' => 'Các Nhóm',
|
||||
'object_groups_index' => 'Tổng quan',
|
||||
'object_groups' => 'Các Nhóm',
|
||||
'object_groups_empty_explain' => 'Một số điều trong Firefly III có thể được chia thành các nhóm. Ví dụ, các ống heo, có trường "Nhóm" trong chỉnh sửa và tạo. Khi bạn đặt trường này, bạn có thể chỉnh sửa tên và thứ tự của các nhóm trên trang này. Để biết thêm thông tin, hãy xem các trang trợ giúp ở góc trên bên phải, dưới biểu tượng (?) -.',
|
||||
'object_group_title' => 'Tiêu đề',
|
||||
'edit_object_group' => 'Chỉnh sửa nhóm ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Cập nhật nhóm',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Nhóm',
|
||||
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Hoạt động cuối cùng',
|
||||
'balanceDiff' => 'Số dư chênh lệch',
|
||||
'other_meta_data' => 'Dữ liệu khác',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Loại tài khoản',
|
||||
'created_at' => 'Được tạo tại',
|
||||
'account' => 'Tài khoản',
|
||||
|
@ -208,10 +208,11 @@ return [
|
||||
'transfer_dest_bad_data' => 'Không thể tìm thấy tài khoản đích hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".',
|
||||
'need_id_in_edit' => 'Mỗi phân chia phải có giao dịch_journal_id (ID hợp lệ hoặc 0).',
|
||||
|
||||
'ob_source_need_data' => 'Cần lấy ID tài khoản nguồn hợp lệ và / hoặc tên tài khoản nguồn hợp lệ để tiếp tục.',
|
||||
'lc_source_need_data' => 'Cần lấy ID tài khoản hợp lệ để tiếp tục.',
|
||||
'ob_dest_need_data' => 'Cần lấy ID tài khoản đích hợp lệ và / hoặc tên tài khoản đích hợp lệ để tiếp tục.',
|
||||
'ob_dest_bad_data' => 'Không thể tìm thấy tài khoản đích hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".',
|
||||
'ob_source_need_data' => 'Cần lấy ID tài khoản nguồn hợp lệ và / hoặc tên tài khoản nguồn hợp lệ để tiếp tục.',
|
||||
'lc_source_need_data' => 'Cần lấy ID tài khoản hợp lệ để tiếp tục.',
|
||||
'ob_dest_need_data' => 'Cần lấy ID tài khoản đích hợp lệ và / hoặc tên tài khoản đích hợp lệ để tiếp tục.',
|
||||
'ob_dest_bad_data' => 'Không thể tìm thấy tài khoản đích hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Bạn không thể sử dụng tài khoản này làm tài khoản nguồn.',
|
||||
'generic_invalid_destination' => 'Bạn không thể sử dụng tài khoản này làm tài khoản đích.',
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user