This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -42,7 +42,7 @@
|
|||
"qrcode": "1",
|
||||
"ruffle-mirror": "2021.12.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-template-compiler": "2.6.11",
|
||||
"vuex": "4.0.2"
|
||||
|
|
|
@ -40,7 +40,7 @@ export default {
|
|||
this.relativeTime = this.longFormat
|
||||
? DateUtils.relativeTime(this.time, nowThreshold)
|
||||
: DateUtils.relativeTimeShort(this.time, nowThreshold)
|
||||
|
||||
console.log({ ...this.relativeTime })
|
||||
if (this.autoUpdate) {
|
||||
this.interval = setTimeout(
|
||||
this.refreshRelativeTimeObject,
|
||||
|
|
|
@ -548,38 +548,40 @@
|
|||
"post_status_content_type": "Format de publicació"
|
||||
},
|
||||
"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_short": "ara mateix",
|
||||
"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"
|
||||
"in_future": "in {0}",
|
||||
"in_past": "fa {0}",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Replega",
|
||||
|
|
|
@ -349,38 +349,40 @@
|
|||
}
|
||||
},
|
||||
"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_short": "teď",
|
||||
"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"
|
||||
"in_future": "in {0}",
|
||||
"in_past": "{0} ago",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Zabalit",
|
||||
|
|
|
@ -828,38 +828,40 @@
|
|||
"thread_muted_and_words": ", enthält folgende Wörter:"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"now_short": "jetzt",
|
||||
"in_past": "vor {0}",
|
||||
"in_future": "in {0}",
|
||||
"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"
|
||||
"unit": {
|
||||
"seconds_short": "{0}s",
|
||||
"second_short": "{0}s",
|
||||
"seconds": "{0} Sekunden",
|
||||
"second": "{0} Sekunde",
|
||||
"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",
|
||||
"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": {
|
||||
"today": "Heute"
|
||||
|
|
|
@ -791,38 +791,40 @@
|
|||
"plus_more": "+{number} pli"
|
||||
},
|
||||
"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": "ĵ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_future": "post {0}",
|
||||
"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"
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"people": "Personoj",
|
||||
|
|
|
@ -605,38 +605,40 @@
|
|||
"mentions_new_place": "Situa las menciones en una línea separada"
|
||||
},
|
||||
"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_short": "ahora",
|
||||
"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"
|
||||
"in_future": "en {0}",
|
||||
"in_past": "hace {0}",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Colapsar",
|
||||
|
|
|
@ -502,38 +502,40 @@
|
|||
"new_email": "E-posta berria"
|
||||
},
|
||||
"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_short": "orain",
|
||||
"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"
|
||||
"in_future": "{0} barru",
|
||||
"in_past": "duela {0}",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Bildu",
|
||||
|
|
|
@ -511,38 +511,40 @@
|
|||
"reset_banner_confirm": "Haluatko todella nollata profiilin taustan?"
|
||||
},
|
||||
"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_short": "nyt",
|
||||
"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"
|
||||
"in_future": "{0} tulevaisuudessa",
|
||||
"in_past": "{0} sitten",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Sulje",
|
||||
|
|
|
@ -794,38 +794,40 @@
|
|||
"remote_user_resolver": "Résolution de compte distant"
|
||||
},
|
||||
"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_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_past": "il y a {0}",
|
||||
"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"
|
||||
"unit": {
|
||||
"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",
|
||||
"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",
|
||||
"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": {
|
||||
"people": "Comptes",
|
||||
|
|
|
@ -169,38 +169,40 @@
|
|||
}
|
||||
},
|
||||
"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"
|
||||
"in_future": "in {0}",
|
||||
"in_past": "{0} ago",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Folaigh",
|
||||
|
|
|
@ -238,38 +238,41 @@
|
|||
"staff": "Staf"
|
||||
},
|
||||
"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_short": "sekarang",
|
||||
"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"
|
||||
"in_future": "dalam {0}",
|
||||
"in_past": "{0} yang lalu",
|
||||
"unit": {
|
||||
"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",
|
||||
|
||||
"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": {
|
||||
"conversation": "Percakapan",
|
||||
|
|
|
@ -765,38 +765,40 @@
|
|||
"plus_more": "+{number} altri"
|
||||
},
|
||||
"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": "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_future": "fra {0}",
|
||||
"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"
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"title": "Segnalo {0}",
|
||||
|
|
|
@ -500,38 +500,40 @@
|
|||
}
|
||||
},
|
||||
"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_short": "たった今",
|
||||
"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}年"
|
||||
"in_future": "{0}で",
|
||||
"in_past": "{0}前",
|
||||
"unit": {
|
||||
"day": "{0}日",
|
||||
"days": "{0}日",
|
||||
"day_short": "{0}日",
|
||||
"days_short": "{0}日",
|
||||
"hour": "{0}時間",
|
||||
"hours": "{0}時間",
|
||||
"hour_short": "{0}時間",
|
||||
"hours_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": {
|
||||
"collapse": "たたむ",
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
"dms": "ダイレクトメッセージ",
|
||||
"public_tl": "公開タイムライン",
|
||||
"timeline": "タイムライン",
|
||||
"lists": "リスト",
|
||||
"twkn": "すべてのネットワーク",
|
||||
"user_search": "ユーザーを探す",
|
||||
"search": "検索",
|
||||
|
@ -100,7 +101,8 @@
|
|||
"bookmarks": "ブックマーク",
|
||||
"timelines": "タイムライン",
|
||||
"chats": "チャット",
|
||||
"home_timeline": "ホームタイムライン"
|
||||
"home_timeline": "ホームタイムライン",
|
||||
"announcements": "お知らせ"
|
||||
},
|
||||
"notifications": {
|
||||
"broken_favorite": "ステータスが見つかりません。探しています…",
|
||||
|
@ -178,7 +180,8 @@
|
|||
"direct": "ダイレクト: メンションされたユーザーのみに届きます",
|
||||
"private": "フォロワー限定: フォロワーのみに届きます",
|
||||
"public": "パブリック: 公開タイムラインに届きます",
|
||||
"unlisted": "アンリステッド: 公開タイムラインに届きません"
|
||||
"unlisted": "アンリステッド: 公開タイムラインに届きません",
|
||||
"local": "ローカル: 連合に送信しません"
|
||||
},
|
||||
"media_description_error": "メディアのアップロードに失敗しました。もう一度お試しください",
|
||||
"empty_status_error": "投稿内容を入力してください",
|
||||
|
@ -218,6 +221,7 @@
|
|||
"app_name": "アプリの名称",
|
||||
"security": "セキュリティ",
|
||||
"enter_current_password_to_confirm": "あなたのアイデンティティを証明するため、現在のパスワードを入力してください",
|
||||
"expert_mode": "詳細設定を表示",
|
||||
"mfa": {
|
||||
"otp": "OTP",
|
||||
"setup_otp": "OTPのセットアップ",
|
||||
|
@ -289,6 +293,8 @@
|
|||
"hide_attachments_in_convo": "スレッドのファイルを隠す",
|
||||
"hide_attachments_in_tl": "タイムラインのファイルを隠す",
|
||||
"hide_muted_posts": "ミュートしているユーザーの投稿を隠す",
|
||||
"hide_muted_threads": "ミュートしているスレを隠す",
|
||||
"hide_wordfiltered_statuses": "単語フィルタに一致する投稿を隠す",
|
||||
"max_thumbnails": "投稿に含まれるサムネイルの最大数",
|
||||
"hide_isp": "インスタンス固有パネルを隠す",
|
||||
"preload_images": "画像を先読みする",
|
||||
|
@ -605,38 +611,40 @@
|
|||
"right_sidebar": "サイドバーを右に表示"
|
||||
},
|
||||
"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_short": "たった今",
|
||||
"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}年"
|
||||
"in_future": "{0}で",
|
||||
"in_past": "{0}前",
|
||||
"unit": {
|
||||
"day": "{0}日",
|
||||
"days": "{0}日",
|
||||
"day_short": "{0}日",
|
||||
"days_short": "{0}日",
|
||||
"hour": "{0}時間",
|
||||
"hours": "{0}時間",
|
||||
"hour_short": "{0}時間",
|
||||
"hours_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": {
|
||||
"collapse": "たたむ",
|
||||
|
|
|
@ -553,37 +553,39 @@
|
|||
"title": "Shoutbox"
|
||||
},
|
||||
"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": "방끔",
|
||||
"months_short": "{0} 달 전",
|
||||
"month_short": "{0} 달 전",
|
||||
"months": "{0} 달 전",
|
||||
"month": "{0} 달 전",
|
||||
"minutes_short": "{0} 분",
|
||||
"minute_short": "{0} 분",
|
||||
"minutes": "{0} 분",
|
||||
"minute": "{0} 분",
|
||||
"in_past": "{0} 전",
|
||||
"hours_short": "{0} 시간",
|
||||
"hour_short": "{0} 시간",
|
||||
"hours": "{0} 시간",
|
||||
"hour": "{0} 시간",
|
||||
"days_short": "{0} 일",
|
||||
"day_short": "{0} 일",
|
||||
"days": "{0} 일",
|
||||
"day": "{0} 일"
|
||||
"unit": {
|
||||
"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} 초",
|
||||
"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": {
|
||||
"error": "찾을 수 없습니다.",
|
||||
|
|
|
@ -451,38 +451,40 @@
|
|||
"hide_wallpaper": "Skjul instansens bakgrunnsbilde"
|
||||
},
|
||||
"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_short": "nå",
|
||||
"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"
|
||||
"in_future": "om {0}",
|
||||
"in_past": "{0} siden",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Sammenfold",
|
||||
|
|
|
@ -810,38 +810,40 @@
|
|||
"bookmark": "Bladwijzer toevoegen"
|
||||
},
|
||||
"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": "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_future": "over {0}",
|
||||
"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"
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"title": "Shoutbox"
|
||||
|
|
|
@ -405,38 +405,40 @@
|
|||
}
|
||||
},
|
||||
"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": "d’aquí {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_short": "ara meteis",
|
||||
"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"
|
||||
"in_future": "d’aquí {0}",
|
||||
"in_past": "fa {0}",
|
||||
"unit": {
|
||||
"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",
|
||||
"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": {
|
||||
"collapse": "Tampar",
|
||||
|
|
|
@ -636,38 +636,40 @@
|
|||
"hide_shoutbox": "Ukryj shoutbox instancji"
|
||||
},
|
||||
"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_short": "teraz",
|
||||
"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"
|
||||
"in_future": "za {0}",
|
||||
"in_past": "{0} temu",
|
||||
"unit": {
|
||||
"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.",
|
||||
"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": {
|
||||
"collapse": "Zwiń",
|
||||
|
|
|
@ -796,37 +796,39 @@
|
|||
"title": "Denunciar {0}"
|
||||
},
|
||||
"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_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_future": "em {0}",
|
||||
"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"
|
||||
"unit": {
|
||||