italian translation by alzeco
This commit is contained in:
parent
525b2db6f1
commit
9db762ad5e
@ -1,4 +1,4 @@
|
|||||||
define(["app/config", "app/i18n/de", "app/i18n/en", "app/i18n/fr", "app/i18n/ru"], function(config, de, en, fr, ru) {
|
define(["app/config", "app/i18n/de", "app/i18n/en", "app/i18n/fr", "app/i18n/ru", "app/i18n/it"], function(config, de, en, fr, ru, it) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
@ -22,6 +22,7 @@ define(["app/config", "app/i18n/de", "app/i18n/en", "app/i18n/fr", "app/i18n/ru"
|
|||||||
};
|
};
|
||||||
|
|
||||||
plurals["de"] = plurals["en"];
|
plurals["de"] = plurals["en"];
|
||||||
|
plurals["it"] = plurals["en"];
|
||||||
|
|
||||||
// useragent's prefered language (or manually overridden)
|
// useragent's prefered language (or manually overridden)
|
||||||
var lang = config.lang;
|
var lang = config.lang;
|
||||||
@ -37,6 +38,7 @@ define(["app/config", "app/i18n/de", "app/i18n/en", "app/i18n/fr", "app/i18n/ru"
|
|||||||
de: de,
|
de: de,
|
||||||
en: en,
|
en: en,
|
||||||
fr: fr,
|
fr: fr,
|
||||||
ru: ru
|
ru: ru,
|
||||||
|
it: it
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
28
isso/js/app/i18n/it.js
Normal file
28
isso/js/app/i18n/it.js
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
define({
|
||||||
|
"postbox-text": "Scrivi un commento qui (minimo 3 caratteri)",
|
||||||
|
"postbox-author": "Nome (opzionale)",
|
||||||
|
"postbox-email": "E-mail (opzionale)",
|
||||||
|
"postbox-submit": "Invia",
|
||||||
|
|
||||||
|
"num-comments": "Un Commento\n{{ n }} Commenti",
|
||||||
|
"no-comments": "Ancora Nessun Commento",
|
||||||
|
|
||||||
|
"comment-reply": "Rispondi",
|
||||||
|
"comment-edit": "Modifica",
|
||||||
|
"comment-save": "Salva",
|
||||||
|
"comment-delete": "Elimina",
|
||||||
|
"comment-confirm": "Conferma",
|
||||||
|
"comment-close": "Chiudi",
|
||||||
|
"comment-cancel": "Cancella",
|
||||||
|
"comment-deleted": "Commento eliminato.",
|
||||||
|
"comment-queued": "Commento in coda per moderazione.",
|
||||||
|
"comment-anonymous": "Anonimo",
|
||||||
|
|
||||||
|
"date-now": "poco fa",
|
||||||
|
"date-minute": "un minuto fa\n{{ n }} minuti fa",
|
||||||
|
"date-hour": "un ora fa\n{{ n }} ore fa",
|
||||||
|
"date-day": "Ieri\n{{ n }} giorni fa",
|
||||||
|
"date-week": "questa settimana\n{{ n }} settimane fa",
|
||||||
|
"date-month": "questo mese\n{{ n }} mesi fa",
|
||||||
|
"date-year": "quest'anno\n{{ n }} anni fa"
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user