@haloe/primelocale
Version:
PrimeLocale provides i18n and l7n options globally for the components in PrimeUI libraries.
206 lines (204 loc) • 5.27 kB
JavaScript
// @ts-check
/** @import { Locale } from "./locale.js"; */
/**
* Contains the localized messages for the locale ja.
* @type {Locale}
*/
module.exports.ja = {
"accept": "はい",
"addRule": "条件追加",
"am": "午前",
"apply": "適用",
"cancel": "キャンセル",
"choose": "選択",
"chooseDate": "日を選択",
"chooseMonth": "月を選択",
"chooseYear": "年を選択",
"clear": "クリア",
"completed": "完了済",
"contains": "含む",
"custom": "カスタム",
"dateAfter": "指定日より未来",
"dateBefore": "指定日より過去",
"dateFormat": "yy/mm/dd",
"dateIs": "等しい",
"dateIsNot": "等しくない",
"dayNames": [
"日曜日",
"月曜日",
"火曜日",
"水曜日",
"木曜日",
"金曜日",
"土曜日"
],
"dayNamesMin": [
"日",
"月",
"火",
"水",
"木",
"金",
"土"
],
"dayNamesShort": [
"日",
"月",
"火",
"水",
"木",
"金",
"土"
],
"emptyFilterMessage": "オプションなし",
"emptyMessage": "結果なし",
"emptySearchMessage": "該当なし",
"emptySelectionMessage": "選択なし",
"endsWith": "終わる",
"equals": "等しい",
"fileChosenMessage": "{0} ファイル",
"fileSizeTypes": [
"B",
"KB",
"MB",
"GB",
"TB",
"PB",
"EB",
"ZB",
"YB"
],
"filter": "フィルター",
"firstDayOfWeek": 0,
"goto": "Goto",
"gt": "超える",
"gte": "以上",
"item": "item",
"items": "items",
"lt": "未満",
"lte": "以下",
"matchAll": "全て一致",
"matchAny": "いずれかが一致",
"medium": "普通",
"monthNames": [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"
],
"monthNamesShort": [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"
],
"nextDecade": "後の10年",
"nextHour": "次の時間",
"nextMinute": "次の分",
"nextMonth": "翌月",
"nextSecond": "次の秒",
"nextYear": "翌年",
"noFileChosenMessage": "ファイルが選択されていません",
"noFilter": "フィルターなし",
"notContains": "含まない",
"notEquals": "等しくない",
"now": "今",
"p": "",
"page": "/page",
"passwordPrompt": "パスワードを入力",
"pending": "保留",
"pm": "午後",
"prevDecade": "前の10年",
"prevHour": "前の時間",
"prevMinute": "前の分",
"prevMonth": "先月",
"prevSecond": "前の秒",
"prevYear": "前年",
"reject": "いいえ",
"removeRule": "条件削除",
"searchMessage": "{0} 件の結果",
"selectionMessage": "{0} 件選択済み",
"showMonthAfterYear": true,
"startsWith": "始まる",
"strong": "強い",
"today": "今日",
"total": "Total",
"upload": "アップロード",
"weak": "弱い",
"weekHeader": "週",
"aria": {
"cancelEdit": "キャンセル",
"close": "閉じる",
"collapseLabel": "崩壊",
"collapseRow": "折りたたみ行",
"editRow": "行編集",
"expandLabel": "拡大する",
"expandRow": "展開済行",
"falseLabel": "False",
"filterConstraint": "フィルター成約",
"filterOperator": "フィルター操作",
"firstPageLabel": "最初のページ",
"gridView": "グリッドビュー",
"hideFilterMenu": "フィルターメニューを非表示",
"jumpToPageDropdownLabel": "ページドロップダウンへ",
"jumpToPageInputLabel": "ページ入力へ",
"lastPageLabel": "最後のページ",
"listLabel": "オプションリスト",
"listView": "リストビュー",
"moveAllToSource": "ソースへ全て移動",
"moveAllToTarget": "ターゲットへ全て移動",
"moveBottom": "一番下へ",
"moveDown": "下へ",
"moveTop": "トップへ移動",
"moveToSource": "ソースへ移動",
"moveToTarget": "ターゲットへ移動",
"moveUp": "上へ",
"navigation": "ナビゲーション",
"next": "次",
"nextPageLabel": "次のページ",
"nullLabel": "未選択",
"otpLabel": "ワンタイム パスワードの文字 {0} を入力してください",
"pageLabel": "{page}ページ",
"passwordHide": "パスワードを隠す",
"passwordShow": "パスワードを表示",
"previous": "前",
"prevPageLabel": "前のページ",
"removeLabel": "取り除く",
"rotateLeft": "左に回転",
"rotateRight": "右に回転",
"rowsPerPageLabel": "行/ページ",
"saveEdit": "保存",
"scrollTop": "トップへスクロール",
"selectAll": "全て選択",
"selectLabel": "選択する",
"selectRow": "選択済み行",
"showFilterMenu": "フィルターメニューを表示",
"slide": "スライド",
"slideNumber": "{slideNumber}",
"star": "1件のスター",
"stars": "{star}件のスター",
"trueLabel": "True",
"unselectAll": "すべての選択を解除",
"unselectLabel": "選択を解除します",
"unselectRow": "未選択行",
"zoomImage": "画像を拡大",
"zoomIn": "拡大",
"zoomOut": "縮小"
}
};