9 lines
2.8 KiB
JavaScript
9 lines
2.8 KiB
JavaScript
/*!@license
|
|
* Infragistics.Web.ClientUI Scheduler localization resources 19.1.20
|
|
*
|
|
* Copyright (c) 2011-2019 Infragistics Inc.
|
|
*
|
|
* http://www.infragistics.com/
|
|
*
|
|
*/
|
|
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else{return factory(jQuery)}})(function($){$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.ja=$.ig.locale.ja||{};$.ig.SchedulerLocale=$.ig.SchedulerLocale||{};$.ig.locale.ja.SchedulerLocale={tag:"ja-JP",agenda:"予定一覧",month:"月表示",week:"週表示",day:"日表示",next:"次へ",previous:"前へ",dateRange:"日付範囲",todayButton:"今日",nonDivError:"igScheduler は HTML DIV 要素でのみインスタンスを作成できます。",createNewAppointmentDialogTitle:"新しい予定の作成",editAppointmentDialogTitle:"予定の編集",appointmentDialogSubjectLabel:"件名",appointmentDialogLocationLabel:"場所",appointmentDialogFromLabel:"開始: ",appointmentDialogToLabel:"終了:",appointmentDialogDescriptionLabel:"説明",appointmentDialogCreateButtonLabel:"作成",appointmentDialogSaveButtonLabel:"保存",appointmentDialogCancelButtonLabel:"キャンセル",appointmentDialogCreateAppointmentButtonLabel:"予定の作成",dayPopoverTitle:"新しい予定",appointmentPopoverTitle:"予定の編集",appointmentPopoverOpenButtonLabel:"予定を開く",appointmentPopoverDeleteButtonLabel:"削除",deleteAppointmentDialogTitle:"予定の削除",deleteAppointmentDialogConfirmation:"この予定を削除しますか?",deleteAppointmentDialogDeleteButtonLabel:"削除",deleteAppointmentDialogCancelButtonLabel:"キャンセル",deleteOccurrenceDialogTitle:"定期的な項目を削除",deleteOccurrenceDialogText:"これは定期的な予定です。どのアイテムを削除しますか?",deleteOccurrenceDialogDeleteButtonLabel:"この回のみ",deleteOccurrenceDialogDeleteSeriesLabel:"定期的な予定全体",deleteOccurrenceDialogCancelLabel:"キャンセル",appointmentDialogResourceLabel:"リソース",invalidIntervalErrorMessage:"終了日付が開始日付より前です。",dialogCloseButtonText:"閉じる",countNumericEditorLabel:"回数",recurringEventLabel:"定期的なイベント",frequencyComboLabel:"頻度",dateRecurrenceFrequencyDaily:"毎日",dateRecurrenceFrequencyWeekly:"毎週",dateRecurrenceFrequencyMonthly:"毎月",dateRecurrenceFrequencyYearly:"毎年",editAppointmentDialogConfirmation:"これは定期的な予定です。どのアイテムを開きますか?",editAppointmentDialogOccurrenceButtonLabel:"この回のみ",editAppointmentDialogSeriesButtonLabel:"定期的な予定全体",editOccurrenceDialogTitle:"この回のみの編集",editSeriesDialogTitle:"定期的な予定全体の編集",editSeriesButtonText:"定期的な項目を編集"};$.ig.SchedulerLocale.locale=$.ig.SchedulerLocale.locale||$.ig.locale.ja.SchedulerLocale;return $.ig.locale.ja}); |