Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions localization/uk-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"MonthLists": "Січень, Лютий, Березень, Квітень, Травень, Червень, Липень, Серпень, Вересень, Жовтень, Листопад, Грудень",
"Months": "Січень,Лютий,Березень,Квітень,Травень,Червень,Липень,Серпень,Вересень,Жовтень,Листопад,Грудень",
"WeekLists": "Нд,Пн,Вт,Ср,Чт,Пт,Сб",
"GenericTypeErroMessage": "Компонент DateTimePicker підтримує тільки DateTime або Nullable\u003CDateTime\u003E",
"GenericTypeErroMessage": "Компонент DateTimePicker підтримує тільки DateTime або Nullable<DateTime>",
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'ErroMessage' to 'ErrorMessage' in the key name.

Suggested change
"GenericTypeErroMessage": "Компонент DateTimePicker підтримує тільки DateTime або Nullable<DateTime>",
"GenericTypeErrorMessage": "Компонент DateTimePicker підтримує тільки DateTime або Nullable<DateTime>",

Copilot uses AI. Check for mistakes.
"Today": "Сьогодні",
"Yesterday": "Вчора",
"Week": "Тиждень тому"
Expand All @@ -76,7 +76,7 @@
},
"BootstrapBlazor.Components.Toggle": {
"OffText": "Згорнути",
"OnText": "Розширювати"
"OnText": "Розгорнути"
},
"BootstrapBlazor.Components.Timer": {
"CancelText": "Скасувати",
Expand All @@ -96,7 +96,7 @@
"BootstrapBlazor.Components.ResultDialogOption": {
"ButtonYesText": "Так",
"ButtonNoText": "Ні",
"ButtonCloseText": "Зачинити"
"ButtonCloseText": "Закрити"
},
"BootstrapBlazor.Components.TransferPanel": {
"SearchPlaceHolderString": "Будь ласка, введіть ...",
Expand All @@ -106,8 +106,8 @@
"PlaceHolder": "Будь ласка, виберіть ..."
},
"BootstrapBlazor.Components.EditDialog": {
"CloseButtonText": "Закрыть",
"SaveButtonText": "Сохранить"
"CloseButtonText": "Закрити",
"SaveButtonText": "Зберегти"
},
"BootstrapBlazor.Components.Editor": {
"PlaceHolder": "Натисніть, щоб редагувати"
Expand Down Expand Up @@ -141,9 +141,9 @@
"Last": "Останній"
},
"BootstrapBlazor.Components.IconDialog": {
"ButtonText": "Копировать",
"CopiedTooltipText": "Скопированы",
"DialogHeaderText": "Выбранный значок",
"ButtonText": "Копіювати",
"CopiedTooltipText": "Скопійовано",
"DialogHeaderText": "Вибраний значок",
"LabelFullText": "Html",
"LabelText": "Значок"
},
Expand Down Expand Up @@ -179,7 +179,7 @@
"GotoNavigatorLabelText": "Перейти до"
},
"BootstrapBlazor.Components.NullableBoolItemsAttribute": {
"FalseValueDisplayText": "Помилковий",
"FalseValueDisplayText": "Хибний",
"NullValueDisplayText": "Вибрати...",
"TrueValueDisplayText": "Істинний"
},
Expand All @@ -196,11 +196,11 @@
"Contains": "Містить",
"Equal": "Дорівнює",
"GreaterThan": "Більше, ніж",
"GreaterThanOrEqual": "БільшеНіжАбоДорівнює",
"GreaterThanOrEqual": "Більше або дорівнює",
"GroupText": "Група",
"ItemText": "Пункт",
"LessThan": "МеньшеНіж",
"LessThanOrEqual": "МеньшеНіжАбоДорівнює",
"LessThan": "Менше",
"LessThanOrEqual": "Менше або дорівнює",
"NotContains": "Не містить",
"NotEqual": "Не дорівнює",
"Or": "або"
Expand Down Expand Up @@ -235,11 +235,11 @@
"ConfirmButtonText": "Підтвердити"
},
"BootstrapBlazor.Components.Switch": {
"OnInnerText": "ВІДКЛ",
"OffInnerText": "ВКЛ"
"OnInnerText": "ВКЛ",
"OffInnerText": "ВИКЛ"
},
"BootstrapBlazor.Components.SwitchButton": {
"OffText": "ВІДКЛ",
"OffText": "ВИКЛ",
"OnText": "ВКЛ"
},
"BootstrapBlazor.Components.Tab": {
Expand Down Expand Up @@ -342,9 +342,9 @@
"Equal": "Рівний",
"FilterButtonText": "Фільтр",
"GreaterThan": "Більше, ніж",
"GreaterThanOrEqual": "БільшеНіжАбоДорівнює",
"LessThan": "МеншеНіж",
"LessThanOrEqual": "МеншеНіжАбоДорівнює",
"GreaterThanOrEqual": "Більше або дорівнює",
"LessThan": "Менше",
"LessThanOrEqual": "Менше або дорівнює",
"NotContains": "Не містить",
"NotEqual": "Не дорівнює",
"NotSupportedMessage": "Непідтримуваний тип фільтра, будь ласка, налаштуйте фільтр за допомогою FilterTemplate"
Expand Down
Loading