mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 19:58:30 +03:00
Add italian fixes (#7096)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
70af2321f7
commit
753661a7e8
@ -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}}",
|
||||
|
@ -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}}",
|
||||
|
@ -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}}",
|
||||
|
@ -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}}",
|
||||
|
@ -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 {за # дней}}",
|
||||
|
@ -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 {# 天前}}",
|
||||
|
@ -31,7 +31,8 @@
|
||||
{ id: 'es', label: ui.string.Spanish, logo: '🇪🇸' },
|
||||
{ id: 'ru', label: ui.string.Russian, logo: '🇷🇺' },
|
||||
{ id: 'zh', label: ui.string.Chinese, logo: '🇨🇳' },
|
||||
{ id: 'fr', label: ui.string.French, logo: '🇫🇷' }
|
||||
{ id: 'fr', label: ui.string.French, logo: '🇫🇷' },
|
||||
{ id: 'it', label: ui.string.Italian, logo: '🇮🇹' }
|
||||
].filter((lang) => uiLangs.has(lang.id))
|
||||
if (langs.findIndex((l) => l.id === currentLanguage) < 0 && langs.length !== 0) {
|
||||
setLanguage(langs[0].id)
|
||||
|
@ -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,
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{
|
||||
{
|
||||
"string": {
|
||||
"ApplicationLabelCalendar": "Calendario",
|
||||
"Calendars": "Calendari",
|
||||
|
Loading…
Reference in New Issue
Block a user