Add italian fixes (#7096)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-11-04 16:26:03 +05:00 committed by GitHub
parent 70af2321f7
commit 753661a7e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 10 additions and 2 deletions

View File

@ -52,6 +52,7 @@
"Spanish": "Español",
"Chinese": "中文",
"French": "Français",
"Italian": "Italiano",
"MinutesBefore": "{minutes, plural, =1 {a minute before} other {# minutes before}}",
"HoursBefore": "{hours, plural, =1 {an hour before} other {# hours before}}",
"DaysBefore": "{days, plural, =1 {a day before} other {# days before}}",

View File

@ -52,6 +52,7 @@
"Spanish": "Español",
"Chinese": "中文",
"French": "Français",
"Italian": "Italiano",
"MinutesBefore": "{minutes, plural, =1 {un minuto antes} other {# minutos antes}}",
"HoursBefore": "{hours, plural, =1 {una hora antes} other {# horas antes}}",
"DaysBefore": "{days, plural, =1 {un día antes} other {# días antes}}",

View File

@ -52,6 +52,7 @@
"Spanish": "Español",
"Chinese": "中文",
"French": "Français",
"Italian": "Italiano",
"MinutesBefore": "{minutes, plural, =1 {une minute avant} other {# minutes avant}}",
"HoursBefore": "{hours, plural, =1 {une heure avant} other {# heures avant}}",
"DaysBefore": "{days, plural, =1 {un jour avant} other {# jours avant}}",

View File

@ -52,6 +52,7 @@
"Spanish": "Español",
"Chinese": "中文",
"French": "Français",
"Italian": "Italiano",
"MinutesBefore": "{minutes, plural, =1 {um minuto antes} other {# minutos antes}}",
"HoursBefore": "{hours, plural, =1 {uma hora antes} other {# horas antes}}",
"DaysBefore": "{days, plural, =1 {um dia antes} other {# dias antes}}",

View File

@ -52,6 +52,7 @@
"Portuguese": "Português",
"Chinese": "中文",
"French": "Français",
"Italian": "Italiano",
"MinutesBefore": "{minutes, plural, =1 {за минуту} one {за # минуту} few {за # минуты} other {за # минут}}",
"HoursBefore": "{hours, plural, =1 {за час} one {за # час} few {за # часа} other {за # часов}}",
"DaysBefore": "{days, plural, =1 {за день} one {за # день} few {за # дня} other {за # дней}}",

View File

@ -52,6 +52,7 @@
"Spanish": "Español",
"Chinese": "中文",
"French": "Français",
"Italian": "Italiano",
"MinutesBefore": "{minutes, plural, =1 {一分钟前} other {# 分钟前}}",
"HoursBefore": "{hours, plural, =1 {一小时前} other {# 小时前}}",
"DaysBefore": "{days, plural, =1 {一天前} other {# 天前}}",

View File

@ -31,7 +31,8 @@
{ id: 'es', label: ui.string.Spanish, logo: '&#x1F1EA;&#x1F1F8;' },
{ id: 'ru', label: ui.string.Russian, logo: '&#x1F1F7;&#x1F1FA;' },
{ id: 'zh', label: ui.string.Chinese, logo: '&#x1F1E8;&#x1F1F3;' },
{ id: 'fr', label: ui.string.French, logo: '&#x1F1EB;&#x1F1F7;' }
{ id: 'fr', label: ui.string.French, logo: '&#x1F1EB;&#x1F1F7;' },
{ id: 'it', label: ui.string.Italian, logo: '&#x1F1EE;&#x1F1F9;' }
].filter((lang) => uiLangs.has(lang.id))
if (langs.findIndex((l) => l.id === currentLanguage) < 0 && langs.length !== 0) {
setLanguage(langs[0].id)

View File

@ -73,6 +73,7 @@ export const uis = plugin(uiId, {
Portuguese: '' as IntlString,
Chinese: '' as IntlString,
French: '' as IntlString,
Italian: '' as IntlString,
MinutesBefore: '' as IntlString,
HoursBefore: '' as IntlString,
DaysBefore: '' as IntlString,

View File

@ -1,4 +1,4 @@
{{
{
"string": {
"ApplicationLabelCalendar": "Calendario",
"Calendars": "Calendari",