Files
urbanLifeline/dify/web/i18n/uk-UA/time.ts
2025-12-01 17:21:38 +08:00

45 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
daysInWeek: {
Thu: 'Четвер',
Fri: 'Вільний',
Sun: 'Сонце',
Tue: 'Вівторок',
Mon: 'Мон',
Sat: 'Субота',
Wed: 'Середа',
},
months: {
August: 'Серпень',
January: 'Січень',
October: 'Жовтень',
June: 'Червень',
September: 'Вересень',
February: 'Лютий',
November: 'Листопад',
July: 'Липень',
May: 'Травень',
December: 'Грудень',
April: 'Квітень',
March: 'Березень',
},
operation: {
cancel: 'Скасувати',
pickDate: 'Виберіть дату',
now: 'Тепер',
ok: 'Добре',
},
title: {
pickTime: 'Виберіть час',
},
defaultPlaceholder: 'Виберіть час...',
dateFormats: {
displayWithTime: 'MMMM D, YYYY hh:mm A',
output: 'РРРР-ММ-ДД',
display: 'MMMM D, YYYY',
outputWithTime: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
input: 'РРРР-ММ-ДД',
},
}
export default translation