Wijmo UI for the Web
カスタム EventsCalendar 文字列

ローカライズ可能な EventsCalendar ウィジェットの多くの文字列は、localization オプションを使用して処理します。これらの文字列は、次のようなコードを使用してローカライズまたはカスタマイズできます。

カスタム文字列スクリプト
コードのコピー
<script type="text/javascript">
    $(document).ready(function () {
        $("#eventscalendar").wijevcal({
            culture: "ja-JP",
            localization: {
                agendaTimeFormat: "{0:hh:mm tt} - {1:hh:mm tt}",
                buttonToday: "今日",
                buttonDayView: "日",
                buttonWeekView: "週",
                buttonMonthView: "月",
                buttonListView: "リスト",
                buttonDelete: "削除",
                buttonOK: "OK",
                buttonCancel: "キャンセル",
                labelAllDay: "終日",
                labelToday: "今日",
                labelName: "タイトル",
                labelStarts: "開始",
                labelEnds: "終了",
                labelLocation: "場所",
                labelRepeat: "繰り返し",
                labelCalendar: "カレンダー",
                labelDescription: "メモ",
                textNewEvent: "新しいイベント",
                repeatNone: "毎日",
                repeatDaily: "毎日",
                repeatWorkDays: "稼働日",
                repeatWeekly: "毎週",
                repeatMonthly: "毎月",
                repeatYearly: "毎年",
                agendaHeaderFullDateFormat: "{0:yyyy年MMMMdd日}",
                calendarTitleFormat: "yyyy年MMMM",
                calendarToolTipFormat: "yyyy年MMMM",
                calendarNextToolTip: "次へ",
                calendarPrevToolTip: "前へ",
                dayDetailsLabelFulldateFormat: "{0:yyyy年MMMMdd日}",
                dayDetailsLabelYearFormat: "{0:dddd}",
                labelColor: "色",
                labelCalendarName: "タイトル",
                messageEndOccursBeforeStart: "入力した終了日時は開始日時より前です。",
                monthCellMoreEventsFormat: "その他 {0} 個…",
                monthViewHeaderFormat: "{0:yyyy年MMMM}",
                navigatorBarNextTooltip: "右へ",
                navigatorBarPrevTooltip: "左へ",
                promptOpenOccurrenceFormat: "「{2}」は定期的なイベントです。このイベントのみを開きますか?",
                titleEditCalendar: "カレンダーの編集",
                weekViewHeaderFormat: "{0:yyyy年MMMM}",
                weekViewHeaderFormat2Months: "{0:yyyy年MMMM} - {1:MMMM}"
            },
            dayViewHeaderFormat:
            {
                day: "終日イベント",
                week: "{0:d dddd}",
                list: "{0:d dddd}"
            }
        });
    });
</script>

関連トピック

 

 


Copyright © GrapeCity inc. All rights reserved.