Skip to content

Commit bd68914

Browse files
authored
Merge pull request #1090 from xmgz/master
[Contribution] new language (gl)
2 parents 9a3a44a + 4e75ee3 commit bd68914

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

isso/js/app/i18n.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ var catalogue = {
1515
fa: require("app/i18n/fa"),
1616
fi: require("app/i18n/fi"),
1717
fr: require("app/i18n/fr"),
18+
gl: require("app/i18n/gl"),
1819
hr: require("app/i18n/hr"),
1920
hu: require("app/i18n/hu"),
2021
id: require("app/i18n/id"),
@@ -51,6 +52,7 @@ var pluralforms = function(lang) {
5152
case "en":
5253
case "eo":
5354
case "es":
55+
case "gl":
5456
case "fa":
5557
case "fi":
5658
case "hr":

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)