fix time formats
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-07-19 11:01:24 +01:00
parent cfb55594a5
commit a32cd0a98c
28 changed files with 825 additions and 755 deletions

View File

@ -42,7 +42,7 @@
"qrcode": "1", "qrcode": "1",
"ruffle-mirror": "2021.12.31", "ruffle-mirror": "2021.12.31",
"vue": "^3.2.31", "vue": "^3.2.31",
"vue-i18n": "^9.2.0-beta.34", "vue-i18n": "^9.2.0-beta.39",
"vue-router": "4.0.14", "vue-router": "4.0.14",
"vue-template-compiler": "2.6.11", "vue-template-compiler": "2.6.11",
"vuex": "4.0.2" "vuex": "4.0.2"

View File

@ -40,7 +40,7 @@ export default {
this.relativeTime = this.longFormat this.relativeTime = this.longFormat
? DateUtils.relativeTime(this.time, nowThreshold) ? DateUtils.relativeTime(this.time, nowThreshold)
: DateUtils.relativeTimeShort(this.time, nowThreshold) : DateUtils.relativeTimeShort(this.time, nowThreshold)
console.log({ ...this.relativeTime })
if (this.autoUpdate) { if (this.autoUpdate) {
this.interval = setTimeout( this.interval = setTimeout(
this.refreshRelativeTimeObject, this.refreshRelativeTimeObject,

View File

@ -548,38 +548,40 @@
"post_status_content_type": "Format de publicació" "post_status_content_type": "Format de publicació"
}, },
"time": { "time": {
"day": "{0} dia",
"days": "{0} dies",
"day_short": "{0} dia",
"days_short": "{0} dies",
"hour": "{0} hora",
"hours": "{0} hores",
"hour_short": "{0}h",
"hours_short": "{0}h",
"in_future": "in {0}",
"in_past": "fa {0}",
"minute": "{0} minute",
"minutes": "{0} minutes",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mes",
"months": "{0} mesos",
"month_short": "{0} mes",
"months_short": "{0} mesos",
"now": "ara mateix", "now": "ara mateix",
"now_short": "ara mateix", "now_short": "ara mateix",
"second": "{0} segon", "in_future": "in {0}",
"seconds": "{0} segons", "in_past": "fa {0}",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} dia",
"week": "{0} setmana", "days": "{0} dies",
"weeks": "{0} setmanes", "day_short": "{0} dia",
"week_short": "{0} setm.", "days_short": "{0} dies",
"weeks_short": "{0} setm.", "hour": "{0} hora",
"year": "{0} any", "hours": "{0} hores",
"years": "{0} anys", "hour_short": "{0}h",
"year_short": "{0} any", "hours_short": "{0}h",
"years_short": "{0} anys" "minute": "{0} minute",
"minutes": "{0} minutes",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mes",
"months": "{0} mesos",
"month_short": "{0} mes",
"months_short": "{0} mesos",
"second": "{0} segon",
"seconds": "{0} segons",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} setmana",
"weeks": "{0} setmanes",
"week_short": "{0} setm.",
"weeks_short": "{0} setm.",
"year": "{0} any",
"years": "{0} anys",
"year_short": "{0} any",
"years_short": "{0} anys"
}
}, },
"timeline": { "timeline": {
"collapse": "Replega", "collapse": "Replega",

View File

@ -349,38 +349,40 @@
} }
}, },
"time": { "time": {
"day": "{0} day",
"days": "{0} days",
"day_short": "{0}d",
"days_short": "{0}d",
"hour": "{0} hour",
"hours": "{0} hours",
"hour_short": "{0}h",
"hours_short": "{0}h",
"in_future": "in {0}",
"in_past": "{0} ago",
"minute": "{0} minute",
"minutes": "{0} minutes",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} měs",
"months": "{0} měs",
"month_short": "{0} měs",
"months_short": "{0} měs",
"now": "teď", "now": "teď",
"now_short": "teď", "now_short": "teď",
"second": "{0} second", "in_future": "in {0}",
"seconds": "{0} seconds", "in_past": "{0} ago",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} day",
"week": "{0} týd", "days": "{0} days",
"weeks": "{0} týd", "day_short": "{0}d",
"week_short": "{0} týd", "days_short": "{0}d",
"weeks_short": "{0} týd", "hour": "{0} hour",
"year": "{0} r", "hours": "{0} hours",
"years": "{0} l", "hour_short": "{0}h",
"year_short": "{0}r", "hours_short": "{0}h",
"years_short": "{0}l" "minute": "{0} minute",
"minutes": "{0} minutes",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} měs",
"months": "{0} měs",
"month_short": "{0} měs",
"months_short": "{0} měs",
"second": "{0} second",
"seconds": "{0} seconds",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} týd",
"weeks": "{0} týd",
"week_short": "{0} týd",
"weeks_short": "{0} týd",
"year": "{0} r",
"years": "{0} l",
"year_short": "{0}r",
"years_short": "{0}l"
}
}, },
"timeline": { "timeline": {
"collapse": "Zabalit", "collapse": "Zabalit",

View File

@ -828,38 +828,40 @@
"thread_muted_and_words": ", enthält folgende Wörter:" "thread_muted_and_words": ", enthält folgende Wörter:"
}, },
"time": { "time": {
"seconds_short": "{0}s",
"second_short": "{0}s",
"seconds": "{0} Sekunden",
"second": "{0} Sekunde",
"now_short": "jetzt",
"years_short": "{0}Jhr",
"year_short": "{0}Jhr",
"years": "{0} Jahren",
"year": "{0} Jahr",
"weeks_short": "{0}W",
"week_short": "{0}W",
"weeks": "{0} Wochen",
"week": "{0} Woche",
"now": "gerade eben", "now": "gerade eben",
"months_short": "{0}Mo", "now_short": "jetzt",
"month_short": "{0}Mo",
"months": "{0} Monaten",
"month": "{0} Monat",
"minutes_short": "{0}Min",
"minute_short": "{0}Min",
"minutes": "{0} Minuten",
"minute": "{0} Minute",
"in_past": "vor {0}", "in_past": "vor {0}",
"in_future": "in {0}", "in_future": "in {0}",
"hours_short": "{0}Std", "unit": {
"hour_short": "{0}Std", "seconds_short": "{0}s",
"hours": "{0} Stunden", "second_short": "{0}s",
"hour": "{0} Stunde", "seconds": "{0} Sekunden",
"days_short": "{0}T", "second": "{0} Sekunde",
"day_short": "{0}T", "years_short": "{0}Jhr",
"days": "{0} Tage", "year_short": "{0}Jhr",
"day": "{0} Tag" "years": "{0} Jahren",
"year": "{0} Jahr",
"weeks_short": "{0}W",
"week_short": "{0}W",
"weeks": "{0} Wochen",
"week": "{0} Woche",
"months_short": "{0}Mo",
"month_short": "{0}Mo",
"months": "{0} Monaten",
"month": "{0} Monat",
"minutes_short": "{0}Min",
"minute_short": "{0}Min",
"minutes": "{0} Minuten",
"minute": "{0} Minute",
"hours_short": "{0}Std",
"hour_short": "{0}Std",
"hours": "{0} Stunden",
"hour": "{0} Stunde",
"days_short": "{0}T",
"day_short": "{0}T",
"days": "{0} Tage",
"day": "{0} Tag"
}
}, },
"display_date": { "display_date": {
"today": "Heute" "today": "Heute"

View File

@ -791,38 +791,40 @@
"plus_more": "+{number} pli" "plus_more": "+{number} pli"
}, },
"time": { "time": {
"years_short": "{0}j",
"year_short": "{0}j",
"years": "{0} jaroj",
"year": "{0} jaro",
"weeks_short": "{0}s",
"week_short": "{0}s",
"weeks": "{0} semajnoj",
"week": "{0} semajno",
"seconds_short": "{0}sek",
"second_short": "{0}sek",
"seconds": "{0} sekundoj",
"second": "{0} sekundo",
"now_short": "nun", "now_short": "nun",
"now": "ĵus", "now": "ĵus",
"months_short": "{0}m",
"month_short": "{0}m",
"months": "{0} monatoj",
"month": "{0} monato",
"minutes_short": "{0}min",
"minute_short": "{0}min",
"minutes": "{0} minutoj",
"minute": "{0} minuto",
"in_past": "antaŭ {0}", "in_past": "antaŭ {0}",
"in_future": "post {0}", "in_future": "post {0}",
"hours_short": "{0}hor", "unit": {
"hour_short": "{0}hor", "years_short": "{0}j",
"hours": "{0} horoj", "year_short": "{0}j",
"hour": "{0} horo", "years": "{0} jaroj",
"days_short": "{0}t", "year": "{0} jaro",
"day_short": "{0}t", "weeks_short": "{0}s",
"days": "{0} tagoj", "week_short": "{0}s",
"day": "{0} tago" "weeks": "{0} semajnoj",
"week": "{0} semajno",
"seconds_short": "{0}sek",
"second_short": "{0}sek",
"seconds": "{0} sekundoj",
"second": "{0} sekundo",
"months_short": "{0}m",
"month_short": "{0}m",
"months": "{0} monatoj",
"month": "{0} monato",
"minutes_short": "{0}min",
"minute_short": "{0}min",
"minutes": "{0} minutoj",
"minute": "{0} minuto",
"hours_short": "{0}hor",
"hour_short": "{0}hor",
"hours": "{0} horoj",
"hour": "{0} horo",
"days_short": "{0}t",
"day_short": "{0}t",
"days": "{0} tagoj",
"day": "{0} tago"
}
}, },
"search": { "search": {
"people": "Personoj", "people": "Personoj",

View File

@ -605,38 +605,40 @@
"mentions_new_place": "Situa las menciones en una línea separada" "mentions_new_place": "Situa las menciones en una línea separada"
}, },
"time": { "time": {
"day": "{0} día",
"days": "{0} días",
"day_short": "{0}d",
"days_short": "{0}d",
"hour": "{0} hora",
"hours": "{0} horas",
"hour_short": "{0}h",
"hours_short": "{0}h",
"in_future": "en {0}",
"in_past": "hace {0}",
"minute": "{0} minuto",
"minutes": "{0} minutos",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mes",
"months": "{0} meses",
"month_short": "{0}m",
"months_short": "{0}m",
"now": "justo ahora", "now": "justo ahora",
"now_short": "ahora", "now_short": "ahora",
"second": "{0} segundo", "in_future": "en {0}",
"seconds": "{0} segundos", "in_past": "hace {0}",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} día",
"week": "{0} semana", "days": "{0} días",
"weeks": "{0} semanas", "day_short": "{0}d",
"week_short": "{0}sem", "days_short": "{0}d",
"weeks_short": "{0}sem", "hour": "{0} hora",
"year": "{0} año", "hours": "{0} horas",
"years": "{0} años", "hour_short": "{0}h",
"year_short": "{0}a", "hours_short": "{0}h",
"years_short": "{0}a" "minute": "{0} minuto",
"minutes": "{0} minutos",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mes",
"months": "{0} meses",
"month_short": "{0}m",
"months_short": "{0}m",
"second": "{0} segundo",
"seconds": "{0} segundos",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} semana",
"weeks": "{0} semanas",
"week_short": "{0}sem",
"weeks_short": "{0}sem",
"year": "{0} año",
"years": "{0} años",
"year_short": "{0}a",
"years_short": "{0}a"
}
}, },
"timeline": { "timeline": {
"collapse": "Colapsar", "collapse": "Colapsar",

View File

@ -502,38 +502,40 @@
"new_email": "E-posta berria" "new_email": "E-posta berria"
}, },
"time": { "time": {
"day": "{0} egun",
"days": "{0} egun",
"day_short": "{0}e",
"days_short": "{0}e",
"hour": "{0} ordu",
"hours": "{0} ordu",
"hour_short": "{0}o",
"hours_short": "{0}o",
"in_future": "{0} barru",
"in_past": "duela {0}",
"minute": "{0} minutu",
"minutes": "{0} minutu",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} hilabete",
"months": "{0} hilabete",
"month_short": "{0}h",
"months_short": "{0}h",
"now": "oraintxe bertan", "now": "oraintxe bertan",
"now_short": "orain", "now_short": "orain",
"second": "{0} segundu", "in_future": "{0} barru",
"seconds": "{0} segundu", "in_past": "duela {0}",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} egun",
"week": "{0} aste", "days": "{0} egun",
"weeks": "{0} aste", "day_short": "{0}e",
"week_short": "{0}a", "days_short": "{0}e",
"weeks_short": "{0}a", "hour": "{0} ordu",
"year": "{0} urte", "hours": "{0} ordu",
"years": "{0} urte", "hour_short": "{0}o",
"year_short": "{0}u", "hours_short": "{0}o",
"years_short": "{0}u" "minute": "{0} minutu",
"minutes": "{0} minutu",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} hilabete",
"months": "{0} hilabete",
"month_short": "{0}h",
"months_short": "{0}h",
"second": "{0} segundu",
"seconds": "{0} segundu",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} aste",
"weeks": "{0} aste",
"week_short": "{0}a",
"weeks_short": "{0}a",
"year": "{0} urte",
"years": "{0} urte",
"year_short": "{0}u",
"years_short": "{0}u"
}
}, },
"timeline": { "timeline": {
"collapse": "Bildu", "collapse": "Bildu",

View File

@ -511,38 +511,40 @@
"reset_banner_confirm": "Haluatko todella nollata profiilin taustan?" "reset_banner_confirm": "Haluatko todella nollata profiilin taustan?"
}, },
"time": { "time": {
"day": "{0} päivä",
"days": "{0} päivää",
"day_short": "{0}pv",
"days_short": "{0}pv",
"hour": "{0} tunti",
"hours": "{0} tuntia",
"hour_short": "{0}t",
"hours_short": "{0}t",
"in_future": "{0} tulevaisuudessa",
"in_past": "{0} sitten",
"minute": "{0} minuutti",
"minutes": "{0} minuuttia",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} kuukausi",
"months": "{0} kuukautta",
"month_short": "{0}kk",
"months_short": "{0}kk",
"now": "juuri nyt", "now": "juuri nyt",
"now_short": "nyt", "now_short": "nyt",
"second": "{0} sekunti", "in_future": "{0} tulevaisuudessa",
"seconds": "{0} sekuntia", "in_past": "{0} sitten",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} päivä",
"week": "{0} viikko", "days": "{0} päivää",
"weeks": "{0} viikkoa", "day_short": "{0}pv",
"week_short": "{0}vk", "days_short": "{0}pv",
"weeks_short": "{0}vk", "hour": "{0} tunti",
"year": "{0} vuosi", "hours": "{0} tuntia",
"years": "{0} vuotta", "hour_short": "{0}t",
"year_short": "{0}v", "hours_short": "{0}t",
"years_short": "{0}v" "minute": "{0} minuutti",
"minutes": "{0} minuuttia",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} kuukausi",
"months": "{0} kuukautta",
"month_short": "{0}kk",
"months_short": "{0}kk",
"second": "{0} sekunti",
"seconds": "{0} sekuntia",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} viikko",
"weeks": "{0} viikkoa",
"week_short": "{0}vk",
"weeks_short": "{0}vk",
"year": "{0} vuosi",
"years": "{0} vuotta",
"year_short": "{0}v",
"years_short": "{0}v"
}
}, },
"timeline": { "timeline": {
"collapse": "Sulje", "collapse": "Sulje",

View File

@ -794,38 +794,40 @@
"remote_user_resolver": "Résolution de compte distant" "remote_user_resolver": "Résolution de compte distant"
}, },
"time": { "time": {
"minutes_short": "{0}min",
"second_short": "{0}s",
"day": "{0} jour",
"days": "{0} jours",
"months": "{0} mois",
"month_short": "{0}m",
"months_short": "{0}m",
"now": "tout de suite", "now": "tout de suite",
"now_short": "maintenant", "now_short": "maintenant",
"second": "{0} seconde",
"seconds": "{0} secondes",
"seconds_short": "{0}s",
"day_short": "{0}j",
"days_short": "{0}j",
"hour": "{0} heure",
"hours": "{0} heures",
"hour_short": "{0}h",
"hours_short": "{0}h",
"in_future": "dans {0}", "in_future": "dans {0}",
"in_past": "il y a {0}", "in_past": "il y a {0}",
"minute": "{0} minute", "unit": {
"minutes": "{0} minutes", "minutes_short": "{0}min",
"minute_short": "{0}min", "second_short": "{0}s",
"month": "{0} mois", "day": "{0} jour",
"week": "{0} semaine", "days": "{0} jours",
"weeks": "{0} semaines", "months": "{0} mois",
"week_short": "{0}s", "month_short": "{0}m",
"weeks_short": "{0}s", "months_short": "{0}m",
"year": "{0} année", "second": "{0} seconde",
"years": "{0} années", "seconds": "{0} secondes",
"year_short": "{0}a", "seconds_short": "{0}s",
"years_short": "{0}a" "day_short": "{0}j",
"days_short": "{0}j",
"hour": "{0} heure",
"hours": "{0} heures",
"hour_short": "{0}h",
"hours_short": "{0}h",
"minute": "{0} minute",
"minutes": "{0} minutes",
"minute_short": "{0}min",
"month": "{0} mois",
"week": "{0} semaine",
"weeks": "{0} semaines",
"week_short": "{0}s",
"weeks_short": "{0}s",
"year": "{0} année",
"years": "{0} années",
"year_short": "{0}a",
"years_short": "{0}a"
}
}, },
"search": { "search": {
"people": "Comptes", "people": "Comptes",

View File

@ -169,38 +169,40 @@
} }
}, },
"time": { "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": "Anois",
"now_short": "Anois", "now_short": "Anois",
"second": "{0} s", "in_future": "in {0}",
"seconds": "{0} s", "in_past": "{0} ago",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} lá",
"week": "{0} seachtain", "days": "{0} lá",
"weeks": "{0} seachtaine", "day_short": "{0}l",
"week_short": "{0}se", "days_short": "{0}l",
"weeks_short": "{0}se", "hour": "{0} uair",
"year": "{0} bliainta", "hours": "{0} uair",
"years": "{0} bliainta", "hour_short": "{0}u",
"year_short": "{0}b", "hours_short": "{0}u",
"years_short": "{0}b" "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",
"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": { "timeline": {
"collapse": "Folaigh", "collapse": "Folaigh",

View File

@ -238,38 +238,41 @@
"staff": "Staf" "staff": "Staf"
}, },
"time": { "time": {
"day": "{0} hari",
"days": "{0} hari",
"day_short": "{0}h",
"days_short": "{0}h",
"hour": "{0} jam",
"hours": "{0} jam",
"hour_short": "{0}j",
"hours_short": "{0}j",
"in_future": "dalam {0}",
"in_past": "{0} yang lalu",
"minute": "{0} menit",
"minutes": "{0} menit",
"minute_short": "{0}m",
"minutes_short": "{0}m",
"month": "{0} bulan",
"months": "{0} bulan",
"month_short": "{0}b",
"months_short": "{0}b",
"now": "baru saja", "now": "baru saja",
"now_short": "sekarang", "now_short": "sekarang",
"second": "{0} detik", "in_future": "dalam {0}",
"seconds": "{0} detik", "in_past": "{0} yang lalu",
"second_short": "{0}d", "unit": {
"seconds_short": "{0}d", "day": "{0} hari",
"week": "{0} pekan", "days": "{0} hari",
"weeks": "{0} pekan", "day_short": "{0}h",
"week_short": "{0}p", "days_short": "{0}h",
"weeks_short": "{0}p", "hour": "{0} jam",
"year": "{0} tahun", "hours": "{0} jam",
"years": "{0} tahun", "hour_short": "{0}j",
"year_short": "{0}t", "hours_short": "{0}j",
"years_short": "{0}t"
"minute": "{0} menit",
"minutes": "{0} menit",
"minute_short": "{0}m",
"minutes_short": "{0}m",
"month": "{0} bulan",
"months": "{0} bulan",
"month_short": "{0}b",
"months_short": "{0}b",
"second": "{0} detik",
"seconds": "{0} detik",
"second_short": "{0}d",
"seconds_short": "{0}d",
"week": "{0} pekan",
"weeks": "{0} pekan",
"week_short": "{0}p",
"weeks_short": "{0}p",
"year": "{0} tahun",
"years": "{0} tahun",
"year_short": "{0}t",
"years_short": "{0}t"
}
}, },
"timeline": { "timeline": {
"conversation": "Percakapan", "conversation": "Percakapan",

View File

@ -765,38 +765,40 @@
"plus_more": "+{number} altri" "plus_more": "+{number} altri"
}, },
"time": { "time": {
"years_short": "{0} a",
"year_short": "{0} a",
"years": "{0} anni",
"year": "{0} anno",
"weeks_short": "{0} stm",
"week_short": "{0} stm",
"seconds_short": "{0} sec",
"second_short": "{0} sec",
"weeks": "{0} settimane",
"week": "{0} settimana",
"seconds": "{0} secondi",
"second": "{0} secondo",
"now_short": "adesso", "now_short": "adesso",
"now": "adesso", "now": "adesso",
"months_short": "{0} mes",
"month_short": "{0} mes",
"months": "{0} mesi",
"month": "{0} mese",
"minutes_short": "{0} min",
"minute_short": "{0} min",
"minutes": "{0} minuti",
"minute": "{0} minuto",
"in_past": "{0} fa", "in_past": "{0} fa",
"in_future": "fra {0}", "in_future": "fra {0}",
"hours_short": "{0} h", "unit": {
"days_short": "{0} g", "years_short": "{0} a",
"hour_short": "{0} h", "year_short": "{0} a",
"hours": "{0} ore", "years": "{0} anni",
"hour": "{0} ora", "year": "{0} anno",
"day_short": "{0} g", "weeks_short": "{0} stm",
"days": "{0} giorni", "week_short": "{0} stm",
"day": "{0} giorno" "seconds_short": "{0} sec",
"second_short": "{0} sec",
"weeks": "{0} settimane",
"week": "{0} settimana",
"seconds": "{0} secondi",
"second": "{0} secondo",
"months_short": "{0} mes",
"month_short": "{0} mes",
"months": "{0} mesi",
"month": "{0} mese",
"minutes_short": "{0} min",
"minute_short": "{0} min",
"minutes": "{0} minuti",
"minute": "{0} minuto",
"hours_short": "{0} h",
"days_short": "{0} g",
"hour_short": "{0} h",
"hours": "{0} ore",
"hour": "{0} ora",
"day_short": "{0} g",
"days": "{0} giorni",
"day": "{0} giorno"
}
}, },
"user_reporting": { "user_reporting": {
"title": "Segnalo {0}", "title": "Segnalo {0}",

View File

@ -500,38 +500,40 @@
} }
}, },
"time": { "time": {
"day": "{0}日",
"days": "{0}日",
"day_short": "{0}日",
"days_short": "{0}日",
"hour": "{0}時間",
"hours": "{0}時間",
"hour_short": "{0}時間",
"hours_short": "{0}時間",
"in_future": "{0}で",
"in_past": "{0}前",
"minute": "{0}分",
"minutes": "{0}分",
"minute_short": "{0}分",
"minutes_short": "{0}分",
"month": "{0}ヶ月前",
"months": "{0}ヶ月前",
"month_short": "{0}ヶ月前",
"months_short": "{0}ヶ月前",
"now": "たった今", "now": "たった今",
"now_short": "たった今", "now_short": "たった今",
"second": "{0}秒", "in_future": "{0}で",
"seconds": "{0}秒", "in_past": "{0}前",
"second_short": "{0}秒", "unit": {
"seconds_short": "{0}秒", "day": "{0}日",
"week": "{0}週間", "days": "{0}日",
"weeks": "{0}週間", "day_short": "{0}日",
"week_short": "{0}週間", "days_short": "{0}日",
"weeks_short": "{0}週間", "hour": "{0}時間",
"year": "{0}年", "hours": "{0}時間",
"years": "{0}年", "hour_short": "{0}時間",
"year_short": "{0}年", "hours_short": "{0}時間",
"years_short": "{0}年" "minute": "{0}分",
"minutes": "{0}分",
"minute_short": "{0}分",
"minutes_short": "{0}分",
"month": "{0}ヶ月前",
"months": "{0}ヶ月前",
"month_short": "{0}ヶ月前",
"months_short": "{0}ヶ月前",
"second": "{0}秒",
"seconds": "{0}秒",
"second_short": "{0}秒",
"seconds_short": "{0}秒",
"week": "{0}週間",
"weeks": "{0}週間",
"week_short": "{0}週間",
"weeks_short": "{0}週間",
"year": "{0}年",
"years": "{0}年",
"year_short": "{0}年",
"years_short": "{0}年"
}
}, },
"timeline": { "timeline": {
"collapse": "たたむ", "collapse": "たたむ",

View File

@ -91,6 +91,7 @@
"dms": "ダイレクトメッセージ", "dms": "ダイレクトメッセージ",
"public_tl": "公開タイムライン", "public_tl": "公開タイムライン",
"timeline": "タイムライン", "timeline": "タイムライン",
"lists": "リスト",
"twkn": "すべてのネットワーク", "twkn": "すべてのネットワーク",
"user_search": "ユーザーを探す", "user_search": "ユーザーを探す",
"search": "検索", "search": "検索",
@ -100,7 +101,8 @@
"bookmarks": "ブックマーク", "bookmarks": "ブックマーク",
"timelines": "タイムライン", "timelines": "タイムライン",
"chats": "チャット", "chats": "チャット",
"home_timeline": "ホームタイムライン" "home_timeline": "ホームタイムライン",
"announcements": "お知らせ"
}, },
"notifications": { "notifications": {
"broken_favorite": "ステータスが見つかりません。探しています…", "broken_favorite": "ステータスが見つかりません。探しています…",
@ -178,7 +180,8 @@
"direct": "ダイレクト: メンションされたユーザーのみに届きます", "direct": "ダイレクト: メンションされたユーザーのみに届きます",
"private": "フォロワー限定: フォロワーのみに届きます", "private": "フォロワー限定: フォロワーのみに届きます",
"public": "パブリック: 公開タイムラインに届きます", "public": "パブリック: 公開タイムラインに届きます",
"unlisted": "アンリステッド: 公開タイムラインに届きません" "unlisted": "アンリステッド: 公開タイムラインに届きません",
"local": "ローカル: 連合に送信しません"
}, },
"media_description_error": "メディアのアップロードに失敗しました。もう一度お試しください", "media_description_error": "メディアのアップロードに失敗しました。もう一度お試しください",
"empty_status_error": "投稿内容を入力してください", "empty_status_error": "投稿内容を入力してください",
@ -218,6 +221,7 @@
"app_name": "アプリの名称", "app_name": "アプリの名称",
"security": "セキュリティ", "security": "セキュリティ",
"enter_current_password_to_confirm": "あなたのアイデンティティを証明するため、現在のパスワードを入力してください", "enter_current_password_to_confirm": "あなたのアイデンティティを証明するため、現在のパスワードを入力してください",
"expert_mode": "詳細設定を表示",
"mfa": { "mfa": {
"otp": "OTP", "otp": "OTP",
"setup_otp": "OTPのセットアップ", "setup_otp": "OTPのセットアップ",
@ -289,6 +293,8 @@
"hide_attachments_in_convo": "スレッドのファイルを隠す", "hide_attachments_in_convo": "スレッドのファイルを隠す",
"hide_attachments_in_tl": "タイムラインのファイルを隠す", "hide_attachments_in_tl": "タイムラインのファイルを隠す",
"hide_muted_posts": "ミュートしているユーザーの投稿を隠す", "hide_muted_posts": "ミュートしているユーザーの投稿を隠す",
"hide_muted_threads": "ミュートしているスレを隠す",
"hide_wordfiltered_statuses": "単語フィルタに一致する投稿を隠す",
"max_thumbnails": "投稿に含まれるサムネイルの最大数", "max_thumbnails": "投稿に含まれるサムネイルの最大数",
"hide_isp": "インスタンス固有パネルを隠す", "hide_isp": "インスタンス固有パネルを隠す",
"preload_images": "画像を先読みする", "preload_images": "画像を先読みする",
@ -605,38 +611,40 @@
"right_sidebar": "サイドバーを右に表示" "right_sidebar": "サイドバーを右に表示"
}, },
"time": { "time": {
"day": "{0}日",
"days": "{0}日",
"day_short": "{0}日",
"days_short": "{0}日",
"hour": "{0}時間",
"hours": "{0}時間",
"hour_short": "{0}時間",
"hours_short": "{0}時間",
"in_future": "{0}で",
"in_past": "{0}前",
"minute": "{0}分",
"minutes": "{0}分",
"minute_short": "{0}分",
"minutes_short": "{0}分",
"month": "{0}ヶ月前",
"months": "{0}ヶ月前",
"month_short": "{0}ヶ月前",
"months_short": "{0}ヶ月前",
"now": "たった今", "now": "たった今",
"now_short": "たった今", "now_short": "たった今",
"second": "{0}秒", "in_future": "{0}で",
"seconds": "{0}秒", "in_past": "{0}前",
"second_short": "{0}秒", "unit": {
"seconds_short": "{0}秒", "day": "{0}日",
"week": "{0}週間", "days": "{0}日",
"weeks": "{0}週間", "day_short": "{0}日",
"week_short": "{0}週間", "days_short": "{0}日",
"weeks_short": "{0}週間", "hour": "{0}時間",
"year": "{0}年", "hours": "{0}時間",
"years": "{0}年", "hour_short": "{0}時間",
"year_short": "{0}年", "hours_short": "{0}時間",
"years_short": "{0}年" "minute": "{0}分",
"minutes": "{0}分",
"minute_short": "{0}分",
"minutes_short": "{0}分",
"month": "{0}ヶ月前",
"months": "{0}ヶ月前",
"month_short": "{0}ヶ月前",
"months_short": "{0}ヶ月前",
"second": "{0}秒",
"seconds": "{0}秒",
"second_short": "{0}秒",
"seconds_short": "{0}秒",
"week": "{0}週間",
"weeks": "{0}週間",
"week_short": "{0}週間",
"weeks_short": "{0}週間",
"year": "{0}年",
"years": "{0}年",
"year_short": "{0}年",
"years_short": "{0}年"
}
}, },
"timeline": { "timeline": {
"collapse": "たたむ", "collapse": "たたむ",

View File

@ -553,37 +553,39 @@
"title": "Shoutbox" "title": "Shoutbox"
}, },
"time": { "time": {
"years_short": "{0} 년",
"year_short": "{0} 년",
"years": "{0} 년",
"year": "{0} 년",
"weeks_short": "{0} 주일",
"week_short": "{0} 주일",
"weeks": "{0} 주일",
"week": "{0} 주일",
"seconds_short": "{0} 초",
"second_short": "{0} 초",
"seconds": "{0} 초",
"second": "{0} 초",
"now_short": "방금", "now_short": "방금",
"now": "방끔", "now": "방끔",
"months_short": "{0} 달 전",
"month_short": "{0} 달 전",
"months": "{0} 달 전",
"month": "{0} 달 전",
"minutes_short": "{0} 분",
"minute_short": "{0} 분",
"minutes": "{0} 분",
"minute": "{0} 분",
"in_past": "{0} 전", "in_past": "{0} 전",
"hours_short": "{0} 시간", "unit": {
"hour_short": "{0} 시간", "years_short": "{0} 년",
"hours": "{0} 시간", "year_short": "{0} 년",
"hour": "{0} 시간", "years": "{0} 년",
"days_short": "{0} 일", "year": "{0} 년",
"day_short": "{0} 일", "weeks_short": "{0} 주일",
"days": "{0} 일", "week_short": "{0} 주일",
"day": "{0} 일" "weeks": "{0} 주일",
"week": "{0} 주일",
"seconds_short": "{0} 초",
"second_short": "{0} 초",
"seconds": "{0} 초",
"second": "{0} 초",
"months_short": "{0} 달 전",
"month_short": "{0} 달 전",
"months": "{0} 달 전",
"month": "{0} 달 전",
"minutes_short": "{0} 분",
"minute_short": "{0} 분",
"minutes": "{0} 분",
"minute": "{0} 분",
"hours_short": "{0} 시간",
"hour_short": "{0} 시간",
"hours": "{0} 시간",
"hour": "{0} 시간",
"days_short": "{0} 일",
"day_short": "{0} 일",
"days": "{0} 일",
"day": "{0} 일"
}
}, },
"remote_user_resolver": { "remote_user_resolver": {
"error": "찾을 수 없습니다.", "error": "찾을 수 없습니다.",

View File

@ -451,38 +451,40 @@
"hide_wallpaper": "Skjul instansens bakgrunnsbilde" "hide_wallpaper": "Skjul instansens bakgrunnsbilde"
}, },
"time": { "time": {
"day": "{0} dag",
"days": "{0} dager",
"day_short": "{0}d",
"days_short": "{0}d",
"hour": "{0} time",
"hours": "{0} timer",
"hour_short": "{0}t",
"hours_short": "{0}t",
"in_future": "om {0}",
"in_past": "{0} siden",
"minute": "{0} minutt",
"minutes": "{0} minutter",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} måned",
"months": "{0} måneder",
"month_short": "{0}md.",
"months_short": "{0}md.",
"now": "akkurat nå", "now": "akkurat nå",
"now_short": "nå", "now_short": "nå",
"second": "{0} sekund", "in_future": "om {0}",
"seconds": "{0} sekunder", "in_past": "{0} siden",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} dag",
"week": "{0} uke", "days": "{0} dager",
"weeks": "{0} uker", "day_short": "{0}d",
"week_short": "{0}u", "days_short": "{0}d",
"weeks_short": "{0}u", "hour": "{0} time",
"year": "{0} år", "hours": "{0} timer",
"years": "{0} år", "hour_short": "{0}t",
"year_short": "{0}år", "hours_short": "{0}t",
"years_short": "{0}år" "minute": "{0} minutt",
"minutes": "{0} minutter",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} måned",
"months": "{0} måneder",
"month_short": "{0}md.",
"months_short": "{0}md.",
"second": "{0} sekund",
"seconds": "{0} sekunder",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} uke",
"weeks": "{0} uker",
"week_short": "{0}u",
"weeks_short": "{0}u",
"year": "{0} år",
"years": "{0} år",
"year_short": "{0}år",
"years_short": "{0}år"
}
}, },
"timeline": { "timeline": {
"collapse": "Sammenfold", "collapse": "Sammenfold",

View File

@ -810,38 +810,40 @@
"bookmark": "Bladwijzer toevoegen" "bookmark": "Bladwijzer toevoegen"
}, },
"time": { "time": {
"years_short": "{0}j",
"year_short": "{0}j",
"years": "{0} jaren",
"year": "{0} jaar",
"weeks_short": "{0}w",
"week_short": "{0}w",
"weeks": "{0} weken",
"week": "{0} week",
"seconds_short": "{0}s",
"second_short": "{0}s",
"seconds": "{0} seconden",
"second": "{0} seconde",
"now_short": "nu", "now_short": "nu",
"now": "zojuist", "now": "zojuist",
"months_short": "{0}ma",
"month_short": "{0}ma",
"months": "{0} maanden",
"month": "{0} maand",
"minutes_short": "{0}min",
"minute_short": "{0}min",
"minutes": "{0} minuten",
"minute": "{0} minuut",
"in_past": "{0} geleden", "in_past": "{0} geleden",
"in_future": "over {0}", "in_future": "over {0}",
"hours_short": "{0}u", "unit": {
"hour_short": "{0}u", "years_short": "{0}j",
"hours": "{0} uren", "year_short": "{0}j",
"hour": "{0} uur", "years": "{0} jaren",
"days_short": "{0}d", "year": "{0} jaar",
"day_short": "{0}d", "weeks_short": "{0}w",
"days": "{0} dagen", "week_short": "{0}w",
"day": "{0} dag" "weeks": "{0} weken",
"week": "{0} week",
"seconds_short": "{0}s",
"second_short": "{0}s",
"seconds": "{0} seconden",
"second": "{0} seconde",
"months_short": "{0}ma",
"month_short": "{0}ma",
"months": "{0} maanden",
"month": "{0} maand",
"minutes_short": "{0}min",
"minute_short": "{0}min",
"minutes": "{0} minuten",
"minute": "{0} minuut",
"hours_short": "{0}u",
"hour_short": "{0}u",
"hours": "{0} uren",
"hour": "{0} uur",
"days_short": "{0}d",
"day_short": "{0}d",
"days": "{0} dagen",
"day": "{0} dag"
}
}, },
"shoutbox": { "shoutbox": {
"title": "Shoutbox" "title": "Shoutbox"

View File

@ -405,38 +405,40 @@
} }
}, },
"time": { "time": {
"day": "{0} jorn",
"days": "{0} jorns",
"day_short": "{0} jorn",
"days_short": "{0} jorns",
"hour": "{0} ora",
"hours": "{0} oras",
"hour_short": "{0}h",
"hours_short": "{0}h",
"in_future": "daquí {0}",
"in_past": "fa {0}",
"minute": "{0} minuta",
"minutes": "{0} minutas",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mes",
"months": "{0} meses",
"month_short": "{0} mes",
"months_short": "{0} meses",
"now": "ara meteis", "now": "ara meteis",
"now_short": "ara meteis", "now_short": "ara meteis",
"second": "{0} segonda", "in_future": "daquí {0}",
"seconds": "{0} segondas", "in_past": "fa {0}",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} jorn",
"week": "{0} setmana.", "days": "{0} jorns",
"weeks": "{0} setmanas.", "day_short": "{0} jorn",
"week_short": "{0} setm.", "days_short": "{0} jorns",
"weeks_short": "{0} setm.", "hour": "{0} ora",
"year": "{0} an", "hours": "{0} oras",
"years": "{0} ans", "hour_short": "{0}h",
"year_short": "{0} an", "hours_short": "{0}h",
"years_short": "{0} ans" "minute": "{0} minuta",
"minutes": "{0} minutas",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mes",
"months": "{0} meses",
"month_short": "{0} mes",
"months_short": "{0} meses",
"second": "{0} segonda",
"seconds": "{0} segondas",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} setmana.",
"weeks": "{0} setmanas.",
"week_short": "{0} setm.",
"weeks_short": "{0} setm.",
"year": "{0} an",
"years": "{0} ans",
"year_short": "{0} an",
"years_short": "{0} ans"
}
}, },
"timeline": { "timeline": {
"collapse": "Tampar", "collapse": "Tampar",

View File

@ -636,38 +636,40 @@
"hide_shoutbox": "Ukryj shoutbox instancji" "hide_shoutbox": "Ukryj shoutbox instancji"
}, },
"time": { "time": {
"day": "{0} dzień",
"days": "{0} dni",
"day_short": "{0} d",
"days_short": "{0} d",
"hour": "{0} godzina",
"hours": "{0} godzin",
"hour_short": "{0} godz.",
"hours_short": "{0} godz.",
"in_future": "za {0}",
"in_past": "{0} temu",
"minute": "{0} minuta",
"minutes": "{0} minut",
"minute_short": "{0} min",
"minutes_short": "{0} min",
"month": "{0} miesiąc",
"months": "{0} miesięcy",
"month_short": "{0} mies.",
"months_short": "{0} mies.",
"now": "teraz", "now": "teraz",
"now_short": "teraz", "now_short": "teraz",
"second": "{0} sekunda", "in_future": "za {0}",
"seconds": "{0} sekund", "in_past": "{0} temu",
"second_short": "{0} s", "unit": {
"seconds_short": "{0} s", "day": "{0} dzień",
"week": "{0} tydzień", "days": "{0} dni",
"weeks": "{0} tygodni", "day_short": "{0} d",
"week_short": "{0} tydz.", "days_short": "{0} d",
"weeks_short": "{0} tyg.", "hour": "{0} godzina",
"year": "{0} rok", "hours": "{0} godzin",
"years": "{0} lata", "hour_short": "{0} godz.",
"year_short": "{0} r.", "hours_short": "{0} godz.",
"years_short": "{0} lata" "minute": "{0} minuta",
"minutes": "{0} minut",
"minute_short": "{0} min",
"minutes_short": "{0} min",
"month": "{0} miesiąc",
"months": "{0} miesięcy",
"month_short": "{0} mies.",
"months_short": "{0} mies.",
"second": "{0} sekunda",
"seconds": "{0} sekund",
"second_short": "{0} s",
"seconds_short": "{0} s",
"week": "{0} tydzień",
"weeks": "{0} tygodni",
"week_short": "{0} tydz.",
"weeks_short": "{0} tyg.",
"year": "{0} rok",
"years": "{0} lata",
"year_short": "{0} r.",
"years_short": "{0} lata"
}
}, },
"timeline": { "timeline": {
"collapse": "Zwiń", "collapse": "Zwiń",

View File

@ -796,37 +796,39 @@
"title": "Denunciar {0}" "title": "Denunciar {0}"
}, },
"time": { "time": {
"years_short": "{0}a",
"year_short": "{0}a",
"years": "{0} anos",
"year": "{0} ano",
"weeks_short": "{0}sem",
"week_short": "{0}sem",
"weeks": "{0} semanas",
"week": "{0} semana",
"seconds_short": "{0}s",
"second_short": "{0}s",
"seconds": "{0} segundos",
"second": "{0} segundo",
"now": "agora mesmo", "now": "agora mesmo",
"now_short": "agora", "now_short": "agora",
"months_short": "{0}m",
"month_short": "{0}m",
"months": "{0} meses",
"month": "{0} mês",
"minutes_short": "{0}min",
"minute_short": "{0}min",
"minutes": "{0} minutos",
"minute": "{0} minuto",
"in_past": "há {0}", "in_past": "há {0}",
"in_future": "em {0}", "in_future": "em {0}",
"hours_short": "{0}h", "unit": {
"hour_short": "{0}h", "years_short": "{0}a",
"hours": "{0} horas", "year_short": "{0}a",
"hour": "{0} hora", "years": "{0} anos",
"days_short": "{0}d", "year": "{0} ano",
"day_short": "{0}d", "weeks_short": "{0}sem",
"days": "{0} dias", "week_short": "{0}sem",
"day": "{0} dia" "weeks": "{0} semanas",
"week": "{0} semana",
"seconds_short": "{0}s",
"second_short": "{0}s",
"seconds": "{0} segundos",
"second": "{0} segundo",
"months_short": "{0}m",
"month_short": "{0}m",
"months": "{0} meses",
"month": "{0} mês",
"minutes_short": "{0}min",
"minute_short": "{0}min",
"minutes": "{0} minutos",
"minute": "{0} minuto",
"hours_short": "{0}h",
"hour_short": "{0}h",
"hours": "{0} horas",
"hour": "{0} hora",
"days_short": "{0}d",
"day_short": "{0}d",
"days": "{0} dias",
"day": "{0} dia"
}
} }
} }

View File

@ -720,26 +720,28 @@
"title": "Болтовня" "title": "Болтовня"
}, },
"time": { "time": {
"days_short": "{0}дн",
"years_short": "{0}г",
"year_short": "{0}г",
"weeks_short": "{0}нед",
"week_short": "{0}нед",
"seconds_short": "{0}сек",
"second_short": "{0}с",
"now_short": "только что", "now_short": "только что",
"now": "только что", "now": "только что",
"months_short": "{0}мес",
"month_short": "{0}мес",
"minutes_short": "{0}мин",
"minute_short": "{0}мин",
"in_past": "{0} назад", "in_past": "{0} назад",
"in_future": "через {0}", "in_future": "через {0}",
"hours_short": "{0}ч", "unit": {
"hour_short": "{0}ч", "days_short": "{0}дн",
"hour": "{0} час", "years_short": "{0}г",
"day_short": "{0}д", "year_short": "{0}г",
"days": "{0} дней" "weeks_short": "{0}нед",
"week_short": "{0}нед",
"seconds_short": "{0}сек",
"second_short": "{0}с",
"months_short": "{0}мес",
"month_short": "{0}мес",
"minutes_short": "{0}мин",
"minute_short": "{0}мин",
"hours_short": "{0}ч",
"hour_short": "{0}ч",
"hour": "{0} час",
"day_short": "{0}д",
"days": "{0} дней"
}
}, },
"chats": { "chats": {
"empty_chat_list_placeholder": "У вас пока нет бесед. Начните одну!", "empty_chat_list_placeholder": "У вас пока нет бесед. Начните одну!",

View File

@ -265,38 +265,40 @@
"select_all": "Vybrať všetko" "select_all": "Vybrať všetko"
}, },
"time": { "time": {
"day": "{0} deň",
"days": "{0} dní",
"day_short": "{0}d",
"days_short": "{0}d",
"hour": "{0} hodina",
"hours": "{0} hodín",
"hour_short": "{0}h",
"hours_short": "{0}h",
"in_future": "za {0}",
"in_past": "pred {0}",
"minute": "{0} minúta",
"minutes": "{0} minút",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mesiac",
"months": "{0} mesiacov",
"month_short": "{0}mes",
"months_short": "{0}mes",
"now": "práve teraz", "now": "práve teraz",
"now_short": "teraz", "now_short": "teraz",
"second": "{0} sekunda", "in_future": "za {0}",
"seconds": "{0} sekúnd", "in_past": "pred {0}",
"second_short": "{0}s", "unit": {
"seconds_short": "{0}s", "day": "{0} deň",
"week": "{0} týždeň", "days": "{0} dní",
"weeks": "{0} týždňov", "day_short": "{0}d",
"week_short": "{0}t", "days_short": "{0}d",
"weeks_short": "{0}t", "hour": "{0} hodina",
"year": "{0} rok", "hours": "{0} hodín",
"years": "{0} rokov", "hour_short": "{0}h",
"year_short": "{0}r", "hours_short": "{0}h",
"years_short": "{0}r" "minute": "{0} minúta",
"minutes": "{0} minút",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} mesiac",
"months": "{0} mesiacov",
"month_short": "{0}mes",
"months_short": "{0}mes",
"second": "{0} sekunda",
"seconds": "{0} sekúnd",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} týždeň",
"weeks": "{0} týždňov",
"week_short": "{0}t",
"weeks_short": "{0}t",
"year": "{0} rok",
"years": "{0} rokov",
"year_short": "{0}r",
"years_short": "{0}r"
}
}, },
"timeline": { "timeline": {
"collapse": "Zbaliť", "collapse": "Zbaliť",

View File

@ -703,38 +703,40 @@
} }
}, },
"time": { "time": {
"weeks_short": "{0}тижд.",
"week_short": "{0}тижд.",
"years_short": "{0}р",
"year_short": "{0}р",
"years": "{0} роки",
"year": "{0} рік",
"weeks": "{0} тижнів",
"week": "{0} тиждень",
"second_short": "{0}с",
"second": "{0} секунда",
"now_short": "щойно", "now_short": "щойно",
"now": "щойно", "now": "щойно",
"months_short": "{0}міс.", "in_future": "через {0}",
"month_short": "{0}міс.",
"months": "{0} місяці",
"month": "{0} місяць",
"minutes_short": "{0}хв",
"hours_short": "{0}год",
"hour_short": "{0}год",
"day_short": "{0}д",
"minute_short": "{0}хв",
"minutes": "{0} хвилини",
"minute": "{0} хвилина",
"in_past": "{0} тому", "in_past": "{0} тому",
"hours": "{0} години", "unit": {
"hour": "{0} година", "weeks_short": "{0}тижд.",
"days_short": "{0}д", "week_short": "{0}тижд.",
"days": "{0} дні", "years_short": "{0}р",
"day": "{0} день", "year_short": "{0}р",
"seconds_short": "{0}с", "years": "{0} роки",
"seconds": "{0} секунди", "year": "{0} рік",
"in_future": "через {0}" "weeks": "{0} тижнів",
"week": "{0} тиждень",
"second_short": "{0}с",
"second": "{0} секунда",
"months_short": "{0}міс.",
"month_short": "{0}міс.",
"months": "{0} місяці",
"month": "{0} місяць",
"minutes_short": "{0}хв",
"hours_short": "{0}год",
"hour_short": "{0}год",
"day_short": "{0}д",
"minute_short": "{0}хв",
"minutes": "{0} хвилини",
"minute": "{0} хвилина",
"hours": "{0} години",
"hour": "{0} година",
"days_short": "{0}д",
"days": "{0} дні",
"day": "{0} день",
"seconds_short": "{0}с",
"seconds": "{0} секунди"
}
}, },
"search": { "search": {
"no_results": "Немає результатів", "no_results": "Немає результатів",

View File

@ -642,38 +642,40 @@
"storage_unavailable": "Pleroma không thể truy cập lưu trữ trình duyệt. Thông tin đăng nhập và những thiết lập tạm thời sẽ bị mất. Hãy cho phép cookies." "storage_unavailable": "Pleroma không thể truy cập lưu trữ trình duyệt. Thông tin đăng nhập và những thiết lập tạm thời sẽ bị mất. Hãy cho phép cookies."
}, },
"time": { "time": {
"day": "{0} ngày", "now": "vừa xong",
"days": "{0} ngày", "now_short": "vừa xong",
"day_short": "{0} ngày",
"days_short": "{0} ngày",
"hour": "{0} giờ",
"hours": "{0} giờ",
"hour_short": "{0} giờ",
"hours_short": "{0} giờ",
"in_future": "lúc {0}", "in_future": "lúc {0}",
"in_past": "{0} trước", "in_past": "{0} trước",
"minute": "{0} phút", "unit": {
"minutes": "{0} phút", "day": "{0} ngày",
"minute_short": "{0} phút", "days": "{0} ngày",
"minutes_short": "{0} phút", "day_short": "{0} ngày",
"month": "{0} tháng", "days_short": "{0} ngày",
"months": "{0} tháng", "hour": "{0} giờ",
"month_short": "{0} tháng", "hours": "{0} giờ",
"months_short": "{0} tháng", "hour_short": "{0} giờ",
"now": "vừa xong", "hours_short": "{0} giờ",
"second": "{0} giây", "minute": "{0} phút",
"seconds": "{0} giây", "minutes": "{0} phút",
"second_short": "{0}s", "minute_short": "{0} phút",
"seconds_short": "{0}s", "minutes_short": "{0} phút",
"week": "{0} tuần", "month": "{0} tháng",
"weeks": "{0} tuần", "months": "{0} tháng",
"week_short": "{0} tuần", "month_short": "{0} tháng",
"weeks_short": "{0} tuần", "months_short": "{0} tháng",
"year": "{0} năm", "second": "{0} giây",
"years": "{0} năm", "seconds": "{0} giây",
"year_short": "{0} năm", "second_short": "{0}s",
"years_short": "{0} năm", "seconds_short": "{0}s",
"now_short": "vừa xong" "week": "{0} tuần",
"weeks": "{0} tuần",
"week_short": "{0} tuần",
"weeks_short": "{0} tuần",
"year": "{0} năm",
"years": "{0} năm",
"year_short": "{0} năm",
"years_short": "{0} năm"
}
}, },
"timeline": { "timeline": {
"collapse": "Thu gọn", "collapse": "Thu gọn",

View File

@ -592,38 +592,40 @@
"hide_shoutbox": "隐藏实例留言板" "hide_shoutbox": "隐藏实例留言板"
}, },
"time": { "time": {
"day": "{0} 天",
"days": "{0} 天",
"day_short": "{0}d",
"days_short": "{0}d",
"hour": "{0} 小时",
"hours": "{0} 小时",
"hour_short": "{0}h",
"hours_short": "{0}h",
"in_future": "还有 {0}", "in_future": "还有 {0}",
"in_past": "{0} 之前", "in_past": "{0} 之前",
"minute": "{0} 分钟",
"minutes": "{0} 分钟",
"minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} 月",
"months": "{0} 月",
"month_short": "{0}mo",
"months_short": "{0}mo",
"now": "刚刚", "now": "刚刚",
"now_short": "刚刚", "now_short": "刚刚",
"second": "{0} 秒", "unit": {
"seconds": "{0} 秒", "day": "{0} 天",
"second_short": "{0}s", "days": "{0} 天",
"seconds_short": "{0}s", "day_short": "{0}d",
"week": "{0} 周", "days_short": "{0}d",
"weeks": "{0} 周", "hour": "{0} 小时",
"week_short": "{0}w", "hours": "{0} 小时",
"weeks_short": "{0}w", "hour_short": "{0}h",
"year": "{0} 年", "hours_short": "{0}h",
"years": "{0} 年", "minute": "{0} 分钟",
"year_short": "{0}y", "minutes": "{0} 分钟",
"years_short": "{0}y" "minute_short": "{0}min",
"minutes_short": "{0}min",
"month": "{0} 月",
"months": "{0} 月",
"month_short": "{0}mo",
"months_short": "{0}mo",
"second": "{0} 秒",
"seconds": "{0} 秒",
"second_short": "{0}s",
"seconds_short": "{0}s",
"week": "{0} 周",
"weeks": "{0} 周",
"week_short": "{0}w",
"weeks_short": "{0}w",
"year": "{0} 年",
"years": "{0} 年",
"year_short": "{0}y",
"years_short": "{0}y"
}
}, },
"timeline": { "timeline": {
"collapse": "折叠", "collapse": "折叠",

View File

@ -613,38 +613,40 @@
"nsfw": "工作不安全" "nsfw": "工作不安全"
}, },
"time": { "time": {
"hours": "{0} 時",
"days_short": "{0}天",
"day_short": "{0}天",
"days": "{0} 天",
"hour": "{0} 時",
"hour_short": "{0}時",
"hours_short": "{0}時",
"years_short": "{0} y",
"now": "剛剛",
"day": "{0} 天",
"in_future": "還有 {0}", "in_future": "還有 {0}",
"in_past": "{0} 之前", "in_past": "{0} 之前",
"minute": "{0} 分鐘", "now": "剛剛",
"minute_short": "{0} 分",
"minutes_short": "{0} 分",
"minutes": "{0} 分鐘",
"month": "{0} 月",
"months": "{0} 月",
"month_short": "{0} 月",
"months_short": "{0} 月",
"now_short": "剛剛", "now_short": "剛剛",
"second": "{0} 秒", "unit": {
"seconds": "{0} 秒", "hours": "{0} 時",
"second_short": "{0} 秒", "days_short": "{0}天",
"seconds_short": "{0} 秒", "day_short": "{0}天",
"week": "{0}周", "days": "{0} 天",
"weeks": "{0}周", "hour": "{0} 時",
"week_short": "{0}周", "hour_short": "{0}時",
"weeks_short": "{0}周", "hours_short": "{0}時",
"year": "{0} 年", "years_short": "{0} y",
"years": "{0} 年", "day": "{0} 天",
"year_short": "{0}年" "minute": "{0} 分鐘",
"minute_short": "{0} 分",
"minutes_short": "{0} 分",
"minutes": "{0} 分鐘",
"month": "{0} 月",
"months": "{0} 月",
"month_short": "{0} 月",
"months_short": "{0} 月",
"second": "{0} 秒",
"seconds": "{0} 秒",
"second_short": "{0} 秒",
"seconds_short": "{0} 秒",
"week": "{0}周",
"weeks": "{0}周",
"week_short": "{0}周",
"weeks_short": "{0}周",
"year": "{0} 年",
"years": "{0} 年",
"year_short": "{0}年"
}
}, },
"post_status": { "post_status": {
"media_description_error": "無法更新媒體,請重試", "media_description_error": "無法更新媒體,請重試",

View File

@ -1162,24 +1162,32 @@
source-map "0.6.1" source-map "0.6.1"
yaml-eslint-parser "^0.3.2" yaml-eslint-parser "^0.3.2"
"@intlify/core-base@9.2.0-beta.34": "@intlify/core-base@9.2.0-beta.39":
version "9.2.0-beta.34" version "9.2.0-beta.39"
resolved "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.2.0-beta.34.tgz" resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.2.0-beta.39.tgz#a4e312ab6222059e2b615d3f3d3984a3a09b84a8"
integrity sha512-MwWvL7GMpFeYBfFOU2fDj8V+kodtoGv3ZjK0qxnQtJ6oWtmv2ldqRuIu1NxPSmykYYg4iljrG174EzZnQkIcqA== integrity sha512-DqPzEIySetW7+m01w9dj0NT6YOsNL+O/qC8QL6rdUPVwCzOhFoILuANruu81qL645TMNi1bClLAIkC5DUKqJJg==
dependencies: dependencies:
"@intlify/devtools-if" "9.2.0-beta.34" "@intlify/devtools-if" "9.2.0-beta.39"
"@intlify/message-compiler" "9.2.0-beta.34" "@intlify/message-compiler" "9.2.0-beta.39"
"@intlify/shared" "9.2.0-beta.34" "@intlify/shared" "9.2.0-beta.39"
"@intlify/vue-devtools" "9.2.0-beta.34" "@intlify/vue-devtools" "9.2.0-beta.39"
"@intlify/devtools-if@9.2.0-beta.34": "@intlify/devtools-if@9.2.0-beta.39":
version "9.2.0-beta.34" version "9.2.0-beta.39"
resolved "https://registry.npmjs.org/@intlify/devtools-if/-/devtools-if-9.2.0-beta.34.tgz" resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.2.0-beta.39.tgz#68694d82b2f15658b7327b7293d1d52e69eb5603"
integrity sha512-Q/MNzslMLKpVygLJDE2poOwzQFed3KTpAn6hPsN10pgBPNHwJGVi6LgBYsO/6TVszN0w4GA1cv+6nT3iIyW7+A== integrity sha512-Xc72sohlnI18ZbV1JdCi2uSHMD9njva2+2tat4cdGAczz6WZOQmGaCsH7hkUwljMWLseTOiPFDEIguQDkdvROg==
dependencies: dependencies:
"@intlify/shared" "9.2.0-beta.34" "@intlify/shared" "9.2.0-beta.39"
"@intlify/message-compiler@9.2.0-beta.34", "@intlify/message-compiler@next": "@intlify/message-compiler@9.2.0-beta.39":
version "9.2.0-beta.39"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.2.0-beta.39.tgz#047e63ef54c32002e531218097fd1568aff4467b"
integrity sha512-wHb3zzk/H3Wfx9U/SaXVenQ/qq2suqJMl/ppu+IdyGGMZxqC57zFqkgwWxEpqP4DzGeisjHe2myjLZQyV1haEQ==
dependencies:
"@intlify/shared" "9.2.0-beta.39"
source-map "0.6.1"
"@intlify/message-compiler@next":
version "9.2.0-beta.34" version "9.2.0-beta.34"
resolved "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.2.0-beta.34.tgz" resolved "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.2.0-beta.34.tgz"
integrity sha512-l7JjkXJBW2l6cFZqPvI6oWU6QZn/i70agU6QB02W1O+6quFCFNpsiPswgYyQrmfHt4F4qYhLJUMZltIW/cqcbw== integrity sha512-l7JjkXJBW2l6cFZqPvI6oWU6QZn/i70agU6QB02W1O+6quFCFNpsiPswgYyQrmfHt4F4qYhLJUMZltIW/cqcbw==
@ -1192,13 +1200,18 @@
resolved "https://registry.npmjs.org/@intlify/shared/-/shared-9.2.0-beta.34.tgz" resolved "https://registry.npmjs.org/@intlify/shared/-/shared-9.2.0-beta.34.tgz"
integrity sha512-hbUKcVbTOkLVpnlSeZE1OPgEI7FpvhuZF/gb84xECTjXEImIa3u0fIcJKUUffv3dlAx8fMOE5xKgDzngidm0tw== integrity sha512-hbUKcVbTOkLVpnlSeZE1OPgEI7FpvhuZF/gb84xECTjXEImIa3u0fIcJKUUffv3dlAx8fMOE5xKgDzngidm0tw==
"@intlify/vue-devtools@9.2.0-beta.34": "@intlify/shared@9.2.0-beta.39":
version "9.2.0-beta.34" version "9.2.0-beta.39"
resolved "https://registry.npmjs.org/@intlify/vue-devtools/-/vue-devtools-9.2.0-beta.34.tgz" resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.2.0-beta.39.tgz#20b6212f29881f164fe863a63c56b490ee9af8e5"
integrity sha512-0fEUqxZ2XibWNpWr1OTQrz0hBgqiWdXOvg5D6NjYBYIrSlJ13cPFfkfPBlnKUkrfBdw7RG6l+SlcUwIPj0ViGA== integrity sha512-FqzpkZVk/cTsywWc4mVbI2/fDQwYm8oXVwi7yuassiLps3yJK7P0s6grZaaXIX8gMODNLjJtJPd2KEOSj1lUyw==
"@intlify/vue-devtools@9.2.0-beta.39":
version "9.2.0-beta.39"
resolved "https://registry.yarnpkg.com/@intlify/vue-devtools/-/vue-devtools-9.2.0-beta.39.tgz#bbfa52d96092825e04d8c36f4060e8fe55214252"
integrity sha512-ZS+feG3k+0IR12qkNCdSoM+iAR2xBW/H1neRPlOCrHUT0cejSHrNMrPrZYFHHXVwqxzeXZVlrv8lzCJP3VFkjQ==
dependencies: dependencies:
"@intlify/core-base" "9.2.0-beta.34" "@intlify/core-base" "9.2.0-beta.39"
"@intlify/shared" "9.2.0-beta.34" "@intlify/shared" "9.2.0-beta.39"
"@intlify/vue-i18n-loader@^5.0.0": "@intlify/vue-i18n-loader@^5.0.0":
version "5.0.0" version "5.0.0"
@ -1845,10 +1858,10 @@
resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.1.3.tgz" resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.1.3.tgz"
integrity sha512-79InfO2xHv+WHIrH1bHXQUiQD/wMls9qBk6WVwGCbdwP7/3zINtvqPNMtmSHXsIKjvUAHc8L0ouOj6ZQQRmcXg== integrity sha512-79InfO2xHv+WHIrH1bHXQUiQD/wMls9qBk6WVwGCbdwP7/3zINtvqPNMtmSHXsIKjvUAHc8L0ouOj6ZQQRmcXg==
"@vue/devtools-api@^6.0.0-beta.13": "@vue/devtools-api@^6.2.1":
version "6.1.4" version "6.2.1"
resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.1.4.tgz" resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.2.1.tgz#6f2948ff002ec46df01420dfeff91de16c5b4092"
integrity sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ== integrity sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==
"@vue/reactivity-transform@3.2.31": "@vue/reactivity-transform@3.2.31":
version "3.2.31" version "3.2.31"
@ -11125,15 +11138,15 @@ vue-eslint-parser@^5.0.0:
esquery "^1.0.1" esquery "^1.0.1"
lodash "^4.17.11" lodash "^4.17.11"
vue-i18n@^9.2.0-beta.34: vue-i18n@^9.2.0-beta.39:
version "9.2.0-beta.34" version "9.2.0-beta.39"
resolved "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.2.0-beta.34.tgz" resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.2.0-beta.39.tgz#f502349c3483e6c2c9d0a379ff847ee21e99b482"
integrity sha512-AKzOMn91OKBKHTPVWrDF+kBSbYYNGfBeeBhuihkxW2ZTXd1l8vp7WBqA6weV9kb9EDv7HO61Qhctqcr79TmHVw== integrity sha512-J6dTGXY3WOj5BOwRY17/8NwSOOkI2dasGCwUxCT3LPUPnR4oQy7DocWmKT9XqeiJVnilP9XSi7EdScg/WiKZDA==
dependencies: dependencies:
"@intlify/core-base" "9.2.0-beta.34" "@intlify/core-base" "9.2.0-beta.39"
"@intlify/shared" "9.2.0-beta.34" "@intlify/shared" "9.2.0-beta.39"
"@intlify/vue-devtools" "9.2.0-beta.34" "@intlify/vue-devtools" "9.2.0-beta.39"
"@vue/devtools-api" "^6.0.0-beta.13" "@vue/devtools-api" "^6.2.1"
vue-loader@^16.0.0: vue-loader@^16.0.0:
version "16.8.3" version "16.8.3"