mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 21:45:23 +02:00
Clean up i18n translations (#676)
* Clean up i18n translations * Normalize translations
This commit is contained in:
parent
be21d2b4fd
commit
da5021b6b0
6 changed files with 27 additions and 28 deletions
|
@ -1,6 +1,13 @@
|
|||
---
|
||||
en:
|
||||
accounts:
|
||||
account_valuation_list:
|
||||
confirm_accept: Delete entry
|
||||
confirm_body_html: "<p>Deleting this entry will remove it from the account’s
|
||||
history which will impact different parts of your account. This includes the
|
||||
net worth and account graphs.</p></br><p>The only way you’ll be able to add
|
||||
this entry back is by re-entering it manually via a new entry</p>"
|
||||
confirm_title: Delete Entry?
|
||||
create:
|
||||
success: New account created successfully
|
||||
destroy:
|
||||
|
@ -16,6 +23,14 @@ en:
|
|||
placeholder: Example account name
|
||||
select_accountable_type: What would you like to add?
|
||||
title: Add an account
|
||||
show:
|
||||
confirm_accept: Delete "%{name}"
|
||||
confirm_body_html: "<p>By deleting this account, you will erase its value history,
|
||||
affecting various aspects of your overall account. This action will have a
|
||||
direct impact on your net worth calculations and the account graphs.</p><br
|
||||
/> <p>After deletion, there is no way you'll be able to restore the account
|
||||
information because you'll need to add it as a new account.</p>"
|
||||
confirm_title: Delete account?
|
||||
summary:
|
||||
new: New account
|
||||
sync:
|
||||
|
|
|
@ -1,26 +1,10 @@
|
|||
---
|
||||
en:
|
||||
custom_turbo_confirm:
|
||||
account_destroy:
|
||||
accept: Delete "%{name}"
|
||||
body_html: "<p>By deleting this account, you will erase its value history, affecting
|
||||
various aspects of your overall account. This action will have a direct impact
|
||||
on your net worth calculations and the account graphs.</p><br /> <p>After
|
||||
deletion, there is no way you'll be able to restore the account information
|
||||
because you'll need to add it as a new account.</p>"
|
||||
title: Delete account?
|
||||
default:
|
||||
shared:
|
||||
confirm_modal:
|
||||
accept: Confirm
|
||||
body_html: "<p>You will not be able to undo this decision</p>"
|
||||
title: Are you sure?
|
||||
history:
|
||||
accept: Delete entry
|
||||
body_html: "<p>Deleting this entry will remove it from the account’s history
|
||||
which will impact different parts of your account. This includes the net worth
|
||||
and account graphs.</p></br><p>The only way you’ll be able to add this entry
|
||||
back is by re-entering it manually via a new entry</p>"
|
||||
title: Delete Entry?
|
||||
shared:
|
||||
notification:
|
||||
dismiss: Dismiss
|
||||
upgrade_notification:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue