File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Spanish strings go here for Rails i18n
2
+ es :
3
+ label_paste_plural : Pastes
4
+ label_paste_view_all : Ver todos los pastes
5
+ label_paste_link_here : " Link a este paste: %{link}"
6
+ label_paste_syntax : " Sintaxis: %{lang}"
7
+ label_paste_new : Paste nuevo
8
+ label_paste_edit : " Editar %{link}"
9
+ field_paste_title : Título (opcional)
10
+ field_paste_lang : Sintaxis
11
+ field_paste_text : Texto
12
+ field_paste_secure : Seguro
13
+ field_paste_expires : Expira
14
+ paste_expires_in_never : Nunca
15
+ paste_expires_in_an_hour : En una hora
16
+ paste_expires_in_a_day : En un día
17
+ label_paste_expires_at : " Expira en:"
18
+ paste_security_hint : (acceso solamente para personas con una URL directa)
19
+ button_paste_submit : Paste!
20
+ text_paste_update_or_make_new : " %{update} ó %{make_new}"
21
+ button_paste_update : Actualizar paste
22
+ button_paste_make_new : Hacer este un nuevo paste
23
+ notice_paste_created : Paste creado exitosamente
24
+ notice_paste_updated : Paste actualizado exitosamente
25
+ notice_paste_destroyed : Paste removido
26
+ text_paste_delete_confirmation : ¿Seguro que desea eliminar este paste?
You can’t perform that action at this time.
0 commit comments