Skip to content

Commit

Permalink
Add Administrate Localizations
Browse files Browse the repository at this point in the history
This copies the administrate gem's nl / Dutch translations and copies
them to our Matawai translations.

Good enough for now, and it'll stop breaking the Administrate admin
panel when in mat locale.
  • Loading branch information
lauramosher authored and mirandawang committed Oct 4, 2018
1 parent c02e504 commit 21f2e91
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rails/config/locales/administrate.mat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
mat:
administrate:
actions:
confirm: Weet u het zeker?
destroy: Verwijder
edit: Bewerk
edit_resource: Bewerk %{name}
show_resource: Toon %{name}
new_resource: Nieuw %{name}
back: Terug
controller:
create:
success: "%{resource} was succesvol aangemaakt."
destroy:
success: "%{resource} was succesvol verwijderd."
update:
success: "%{resource} was succesvol geupdated."
fields:
has_many:
more: Resultaat %{count} van %{total_count}
none: Geen
form:
error: error
errors: "%{pluralized_errors} prohibited this %{resource_name} from being saved:"
search:
clear: CDuidelijke zoek
label: Zoeken %{resource}

0 comments on commit 21f2e91

Please sign in to comment.