diff options
| author | lain <lain@soykaf.club> | 2019-06-18 20:28:31 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-06-18 20:28:31 +0000 |
| commit | 0eed2ccca8a0980c161bb5a52b211c507e0ffef5 (patch) | |
| tree | 967230faa328d35db7459ad7126ccf5bf3e2ece1 /src/i18n/ga.json | |
| parent | 69eff65130170c0cd8fffda45b952d3bec49c218 (diff) | |
Feature/polls attempt 2
Diffstat (limited to 'src/i18n/ga.json')
| -rw-r--r-- | src/i18n/ga.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/i18n/ga.json b/src/i18n/ga.json index 31250876..7a10ba40 100644 --- a/src/i18n/ga.json +++ b/src/i18n/ga.json @@ -170,6 +170,40 @@ "true": "tá" } }, + "time": { + "day": "{0} lá", + "days": "{0} lá", + "day_short": "{0}l", + "days_short": "{0}l", + "hour": "{0} uair", + "hours": "{0} uair", + "hour_short": "{0}u", + "hours_short": "{0}u", + "in_future": "in {0}", + "in_past": "{0} ago", + "minute": "{0} nóimeád", + "minutes": "{0} nóimeád", + "minute_short": "{0}n", + "minutes_short": "{0}n", + "month": "{0} mí", + "months": "{0} mí", + "month_short": "{0}m", + "months_short": "{0}m", + "now": "Anois", + "now_short": "Anois", + "second": "{0} s", + "seconds": "{0} s", + "second_short": "{0}s", + "seconds_short": "{0}s", + "week": "{0} seachtain", + "weeks": "{0} seachtaine", + "week_short": "{0}se", + "weeks_short": "{0}se", + "year": "{0} bliainta", + "years": "{0} bliainta", + "year_short": "{0}b", + "years_short": "{0}b" + }, "timeline": { "collapse": "Folaigh", "conversation": "Cómhra", |
