nocobase/packages/plugins/@nocobase/plugin-calendar/src/locale/ja_JP.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

33 lines
1.0 KiB
TypeScript

export default {
"Configure calendar": "カレンダーの設定",
"Title field": "タイトルフィールド",
"Start date field": "開始日フィールド",
"End date field": "終了日フィールド",
"Work week": "稼働日",
"Today": "今日",
"Day": "日",
"Agenda": "アジェンダ",
"Date": "日付",
"Time": "時間",
"Event": "イベント",
"None": "なし",
"Calendar": "カレンダー",
"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": "Print"
}