mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
chore: Add complete Norwegian Translation (#32)
* fix: Capitialize month and day names in Norwegian * fix: Add missing filler word * chore: rebrand from Maybe to Sure * chore: Add nb mail invite translation * chore: Add nb translation for account model * chore: Add address model translation * chore: Add nb translation for entry model * chore: add nb translation for time_series model * chore: Add nb translation transfer mdoel * chore: Add nb translation to trend model * chore: Add nb translation to user model * chore: more translations * chore: More translation * Update config/locales/views/application/nb.yml Signed-off-by: Daddie0 <33762262+GoByeBye@users.noreply.github.com> * Update config/locales/views/credit_cards/nb.yml Signed-off-by: Daddie0 <33762262+GoByeBye@users.noreply.github.com> * chore: more translations * chore: rename more maybe strings to NB * chore: more translations * chore: More nb translations.... * chore: Final translations nb * Update config/locales/views/accounts/nb.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Daddie0 <33762262+GoByeBye@users.noreply.github.com> --------- Signed-off-by: Daddie0 <33762262+GoByeBye@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
18
config/locales/models/transfer/nb.yml
Normal file
18
config/locales/models/transfer/nb.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
nb:
|
||||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
transfer:
|
||||
attributes:
|
||||
base:
|
||||
inflow_cannot_be_in_multiple_transfers: Inngående transaksjon kan ikke være del av flere overføringer
|
||||
must_be_from_different_accounts: Overføringen må være mellom ulike kontoer
|
||||
must_be_from_same_family: Overføringen må være innenfor samme husholdning
|
||||
must_be_within_date_range: Datoene for overføringstransaksjoner må være innenfor 4 dager fra hverandre
|
||||
must_have_opposite_amounts: Overføringstransaksjoner må ha motsatte beløp
|
||||
must_have_single_currency: Overføringen må bruke én enkelt valuta
|
||||
outflow_cannot_be_in_multiple_transfers: Utgående transaksjon kan ikke være del av flere overføringer
|
||||
transfer:
|
||||
name: Overføring til %{to_account}
|
||||
payment_name: Betaling til %{to_account}
|
||||
Reference in New Issue
Block a user