Files
dify/web/i18n/ru-RU/time.ts
2025-08-10 11:17:14 +08:00

45 lines
1.0 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: {
Mon: 'Мой',
Tue: 'Вторник',
Sat: 'Суббота',
Sun: 'Солнце',
Thu: 'Четверг',
Wed: 'Сряда',
Fri: 'Свободно',
},
months: {
March: 'Март',
May: 'Май',
April: 'Апрель',
July: 'Июль',
January: 'Январь',
August: 'Август',
December: 'Декабрь',
February: 'Февраль',
September: 'Сентябрь',
October: 'Октябрь',
June: 'Июнь',
November: 'Ноябрь',
},
operation: {
ok: 'Хорошо',
pickDate: 'Выберите дату',
now: 'Теперь',
cancel: 'Отмена',
},
title: {
pickTime: 'Выберите время',
},
defaultPlaceholder: 'Выберите время...',
dateFormats: {
display: 'MMMM D, YYYY',
outputWithTime: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
displayWithTime: 'MMMM D, YYYY hh:mm A',
output: 'ГГГГ-ММ-ДД',
input: 'ГГГГ-ММ-ДД',
},
}
export default translation