Skip to content

Commit

Permalink
Adds Catalan locales (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
6temes authored and nickcharlton committed Oct 16, 2017
1 parent ad7b7b4 commit 8aa9018
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/locales/administrate.ca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
ca:
administrate:
actions:
confirm: Estàs segur?
destroy: Destruir
edit: Editar
show: Mostrar
new: Nou
back: Tornar
controller:
create:
success: "%{resource} s'ha creat amb èxit."
destroy:
success: "%{resource} s'ha destruït amb èxit."
update:
success: "%{resource} s'ha actualitzat amb èxit."
fields:
has_many:
more: Mostrant %{count} de %{total_count}
none: Cap
polymorphic:
not_supported: Els formularis amb relacions polimòrfiques no estàn suportats.
has_one:
not_supported: Els formularis amb relacions "HasOne" no estàn suportats.
search:
clear: Esborrar la cerca
label: Cerca %{resource}

0 comments on commit 8aa9018

Please sign in to comment.