mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
* 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>
25 lines
1.1 KiB
YAML
25 lines
1.1 KiB
YAML
---
|
|
nb:
|
|
plaid_items:
|
|
create:
|
|
success: Konto tilkobling vellykket. Vennligst vent mens kontoer synkroniseres.
|
|
destroy:
|
|
success: Kontoer planlagt for sletting.
|
|
plaid_item:
|
|
add_new: Legg til ny tilkobling
|
|
confirm_accept: Slett institusjon
|
|
confirm_body: Dette vil permanent slette alle kontoene i denne gruppen og
|
|
alle tilknyttede data.
|
|
confirm_title: Slett institusjon?
|
|
connection_lost: Tilkobling mistet
|
|
connection_lost_description: Denne tilkoblingen er ikke lenger gyldig. Du må
|
|
slette denne tilkoblingen og legge den til igjen for å fortsette synkronisering av data.
|
|
delete: Slett
|
|
error: Feil oppsto under synkronisering av data
|
|
no_accounts_description: Vi kunne ikke laste inn noen kontoer fra denne finansinstitusjonen.
|
|
no_accounts_title: Ingen kontoer funnet
|
|
requires_update: Krever re-autentisering
|
|
status: Sist synkronisert for %{timestamp} siden
|
|
status_never: Krever datasynkronisering
|
|
syncing: Synkroniserer...
|
|
update: Oppdater tilkobling |