You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
3.3 KiB
84 lines
3.3 KiB
/*!
|
|
* ZUI: Lang.ja - v1.10.0 - 2021-11-04
|
|
* http://openzui.com
|
|
* GitHub: https://github.com/easysoft/zui.git
|
|
* Copyright (c) 2021 cnezsoft.com; Licensed MIT
|
|
*/
|
|
|
|
$.zui.lang('ja', {
|
|
'zui.pager': {
|
|
pageOfText: 'ページ{0}',
|
|
prev: '前へ',
|
|
next: '次のページ',
|
|
first: '最初のページ',
|
|
last: '最後のページ',
|
|
goto: '回す',
|
|
pageOf: 'ページ <strong>{page}</strong>',
|
|
totalPage: '合計 <strong>{totalPage}</strong> ページ',
|
|
totalCount: '<strong>{recTotal}</strong> アイテム',
|
|
pageSize: '1ページに <strong>{recPerPage}</strong> 個のアイテム',
|
|
itemsRange: 'ページ <strong>{start}</strong> からページ <strong>{end}</strong>',
|
|
pageOfTotal: '合計 <strong>{page}</strong>/<strong>{totalPage}</strong>'
|
|
},
|
|
'zui.boards': {
|
|
append2end: '最後に移動'
|
|
},
|
|
'zui.browser': {
|
|
tip: '安心してネットを使うために、今すぐブラウザをアップグレード !'
|
|
},
|
|
'zui.calendar': {
|
|
weekNames: ['月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日', '日曜日'],
|
|
monthNames: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
|
|
today: '今日',
|
|
year: '{0}年',
|
|
month: '{0}月',
|
|
yearMonth: '{0}年{1}月'
|
|
},
|
|
'zui.chosenIcons': {
|
|
emptyIcon: '[アイコンなし]',
|
|
commonIcons: '共通のアイコン',
|
|
webIcons: 'Webアイコン',
|
|
editorIcons: 'エディターアイコン',
|
|
directionalIcons: '矢印の合流点',
|
|
otherIcons: 'その他のアイコン',
|
|
},
|
|
'zui.colorPicker': {
|
|
errorTip: '有効な色の値ではありません'
|
|
},
|
|
'zui.datagrid': {
|
|
errorCannotGetDataFromRemote: 'リモートサーバーからデータを取得できません({0})。',
|
|
errorCannotHandleRemoteData: 'リモートサーバーから返されたデータを処理できません。'
|
|
},
|
|
'zui.guideViewer': {
|
|
prevStep: '前のステップ',
|
|
nextStep: '次のステップ'
|
|
},
|
|
'zui.tabs': {
|
|
reload: 'リロード',
|
|
close: '閉じる',
|
|
closeOthers: '他のタブを閉じる',
|
|
closeRight: '右のタブを閉じる',
|
|
reopenLast: '最後に閉じたタブを復元',
|
|
errorCannotFetchFromRemote: 'リモートサーバーからコンテンツを取得できません({0})。'
|
|
},
|
|
'zui.uploader': {
|
|
},
|
|
datetimepicker: {
|
|
days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"],
|
|
daysShort: ["日", "月", "火", "水", "木", "金", "土", "日"],
|
|
daysMin: ["日", "月", "火", "水", "木", "金", "土", "日"],
|
|
months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
|
monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
|
today: "今日",
|
|
suffix: [],
|
|
meridiem: []
|
|
},
|
|
chosen: {
|
|
no_results_text: '見つかりません'
|
|
},
|
|
bootbox: {
|
|
OK: 'オーケー',
|
|
CANCEL: 'キャンセル',
|
|
CONFIRM: '確認する'
|
|
}
|
|
});
|