Skip to content

Commit 4e75ee3

Browse files
authored
Create gl.js
galician (gl) translation
1 parent 77d79d1 commit 4e75ee3

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

isso/js/app/i18n/gl.js

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
module.exports = {
2+
"postbox-text": "Escribe aquí (mínimo 3 caracteres)",
3+
"postbox-author": "Nome (optativo)",
4+
"postbox-author-placeholder": "Mar Bravo",
5+
"postbox-email": "Correo-e (optativo)",
6+
"postbox-email-placeholder": "xan@exemplo.com",
7+
"postbox-website": "Páxina web (optativo)",
8+
"postbox-website-placeholder": "https://exemplo.com",
9+
"postbox-preview": "Vista previa",
10+
"postbox-edit": "Editar",
11+
"postbox-submit": "Enviar",
12+
"postbox-notification": "Subscribirse por correo á notificación de respostas",
13+
14+
"num-comments": "Un comentario\n{{ n }} Comments",
15+
"no-comments": "Sen comentarios",
16+
"atom-feed": "Canle Atom",
17+
18+
"comment-reply": "Responder",
19+
"comment-edit": "Editar",
20+
"comment-save": "Gardar",
21+
"comment-delete": "Eliminar",
22+
"comment-confirm": "Confirmar",
23+
"comment-close": "Fechar",
24+
"comment-cancel": "Desbotar",
25+
"comment-deleted": "Eliminouse o comentario.",
26+
"comment-queued": "Comentario agardando a ser revisado.",
27+
"comment-anonymous": "Anónimo",
28+
"comment-hidden": "{{ n }} Oculto",
29+
"comment-page-author-suffix": "Autoría",
30+
31+
"date-now": "xusto agora",
32+
"date-minute": "hai un minuto\nhai {{ n }} minutos",
33+
"date-hour": "hai unha hora\nhai {{ n }} horas",
34+
"date-day": "onte\nhai {{ n }} días",
35+
"date-week": "a semana pasada\nhai {{ n }} semanas",
36+
"date-month": "hai un mes\nhai {{ n }} meses",
37+
"date-year": "hai un ano\nhai {{ n }} anos"
38+
};

0 commit comments

Comments
 (0)