Skip to content

Commit

Permalink
Add Finnish locale (#1916)
Browse files Browse the repository at this point in the history
FIxes #1903
  • Loading branch information
edimossilva authored Feb 26, 2021
1 parent ce23158 commit 318ee1e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/locales/administrate.fi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
fi:
administrate:
actions:
confirm: Oletko varma?
destroy: Poista
edit: Muokkaa
edit_resource: Muokkaa %{name}
show_resource: Näytä %{name}
new_resource: Uusi %{name}
back: Takaisin
controller:
create:
success: "%{resource} luotiin onnistuneesti."
destroy:
success: "%{resource} poistettiin onnistuneesti."
update:
success: "%{resource} päivitettiin onnistuneesti."
fields:
has_many:
more: Näytetään %{count}/%{total_count}
none: Ei yhtään
form:
error: virhe
errors: "%{pluralized_errors} estivät tätä %{resource_name} tallentumasta:"
navigation:
back_to_app: Takaisin sovellukseen
search:
clear: Tyhjennä haku
label: Etsi %{resource}

0 comments on commit 318ee1e

Please sign in to comment.