tachybase_todo/packages/plugins/@nocobase/plugin-calendar/src/locale/uk_UA.ts
Dunqing e112a644ea
feat(plugin-calendar): add calendar plugin (#3109)
* feat: init calendar plugin

* feat: move files to plugin

* feat: handle CalendarBlockInitializer in plugin

* feat: add todo

* feat: move collection template to plugin and fix i18n

* chore: update deps

* feat: export genStyleHook

* feat: handle i18n

* chore: remove react-i18next

* docs: update info

* test: move e2e test

* test: move to client

* chore: update version

* fix: merge revert

* fix: merge revert

* fix: missing SchemaSettings.xxx

* test: fix e2e failed

* test: update

* test: fix case failed

* fix: data blocks

* fix: remove provider

* fix: missing CalendarV2

* fix: missing CalendarActionInitializers

* fix: version

* fix: error

* fix: calender block form action should support print

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2023-12-23 15:16:41 +08:00

46 lines
1.9 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.

export default {
"Configure calendar": "Налаштувати календар",
"Title field": "Поле заголовка",
"Custom title": "Власний заголовок",
"Show lunar": "Показати місячний календар",
"Start date field": "Поле початкової дати",
"End date field": "Поле кінцевої дати",
"Work week": "Робочий тиждень",
"Today": "Сьогодні",
"Day": "День",
"Agenda": "Порядок денний",
"Date": "Дата",
"Time": "Час",
"Event": "Подія",
"None": "Немає",
"Calendar": "Календар",
"Delete events": "Видалити події",
"This event": "Ця подія",
"This and following events": "Ця та наступні події",
"All events": "Усі події",
"Delete this event?": "Видалити цю подію?",
"Delete Event": "Видалити подію",
"Calendar collection": "Календарна колекція",
"Create calendar block": "Створити блок календаря",
"Filter": "Фільтр",
"Configure actions": "Налаштувати дії",
"Enable actions": "Увімкнути дії",
"Turn pages": "Переключати сторінки",
"Select view": "Вибрати перегляд",
"Add new": "Додати новий",
"View record": "Переглянути запис",
"Details": "Деталі",
"Customize": "Налаштувати",
"Popup": "Спливаюче вікно",
"Updated successfully": "Оновлено успішно",
"Custom request": "Власний запит",
"Edit": "Редагувати",
"Delete": "Видалити",
"Print": "Друк",
"Daily": "Щоденно",
"Weekly": "Щотижня",
"Monthly": "Щомісяця",
"Yearly": "Щороку",
"Repeats": "Повторюється"
};