diff --git a/README.cn.md b/README.cn.md index a0a50c3e..63b4015e 100644 --- a/README.cn.md +++ b/README.cn.md @@ -1333,6 +1333,7 @@ fmt.Printf("%+v", *person) * [乌克兰语(uk)](./lang/uk.json "乌克兰语"): 由 [open-git](https://github.com/open-git "open-git") 翻译 * [罗马尼亚语(ro)](./lang/ro.json "罗马尼亚语"): 由 [DrOctavius](https://github.com/DrOctavius "DrOctavius") 翻译 * [印度尼西亚语(id)](./lang/id.json "印度尼西亚语"): 由 [justpoypoy](https://github.com/justpoypoy "justpoypoy") 翻译 +* [意大利语(it)](./lang/it.json "意大利语"): 由 [nicoloHevelop](https://github.com/nicoloHevelop "nicoloHevelop") 翻译 目前支持的方法有 diff --git a/README.jp.md b/README.jp.md index 922ead28..295b1b1f 100644 --- a/README.jp.md +++ b/README.jp.md @@ -1330,6 +1330,7 @@ fmt.Printf("%+v", *person) * [ウクライナ語(uk)](./lang/uk.json "ウクライナ語"):[open-git](https://github.com/open-git "open-git") から翻訳されます * [ルーマニア語(ro)](./lang/ro.json "ルーマニア語"): [DrOctavius](https://github.com/DrOctavius "DrOctavius") から翻訳されます * [インドネシア語(id)](./lang/id.json "インドネシア語"): [justpoypoy](https://github.com/justpoypoy "justpoypoy") から翻訳されます +* [イタリア語(it)](./lang/it.json "イタリア語"): [nicoloHevelop](https://github.com/nicoloHevelop "nicoloHevelop") から翻訳されます 現在サポートされている方法 diff --git a/README.md b/README.md index a7f0fb9c..36e3fdef 100644 --- a/README.md +++ b/README.md @@ -1330,6 +1330,7 @@ The following languages are supported * [Ukrainian(uk)](./lang/uk.json "Ukrainian"): translated by [open-git](https://github.com/open-git "open-git") * [Romanian(ro)](./lang/ro.json "Romanian"): translated by [DrOctavius](https://github.com/DrOctavius "DrOctavius") * [Indonesian(id)](./lang/id.json "Indonesian"): translated by [justpoypoy](https://github.com/justpoypoy "justpoypoy") +* [Italian(it)](./lang/it.json "Italian"): translated by [nicoloHevelop](https://github.com/nicoloHevelop "nicoloHevelop") The following methods are supported diff --git a/lang/it.json b/lang/it.json new file mode 100644 index 00000000..c05706f7 --- /dev/null +++ b/lang/it.json @@ -0,0 +1,19 @@ +{ + "months": "Gennaio|Febbraio|Marzo|Apriel|Maggio|Giugno|Luglio|Agosto|Settembre|Ottobre|Novembre|Dicembre", + "short_months": "Gen|Feb|Mar|Apr|Mag|Giu|Lug|Ago|Set|Ott|Nov|Dic", + "weeks": "Domenica|Lunedí|Martedí|Mercoledí|Giovedí|Venerdí|Sabato", + "short_weeks": "Dom|Lun|Mar|Mer|Gio|Ven|Sab", + "seasons": "Primavera|Estate|Autunno|Inverno", + "year": "1 anno|%d anni", + "month": "1 mese|%d mesi", + "week": "1 settimana|%d settimane", + "day": "1 giorno|%d giorni", + "hour": "1 ora|%d ore", + "minute": "1 minuto|%d minuti", + "second": "1 secondo|%d secondi", + "now": "proprio ora", + "ago": "%s fa", + "from_now": "%s da adesso", + "before": "%s prima", + "after": "%s dopo" +}