-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad7b7b4
commit 8aa9018
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |