ja top-level constant

PlassLabels const ja

The library's own vocabulary in Japanese.

Implementation

const PlassLabels ja = PlassLabels(
  close: '閉じる',
  cancel: 'キャンセル',
  confirm: '確認',
  acknowledge: 'OK',
  search: '検索',
  selectAll: 'すべて選択',
  selectRow: '行を選択',
  sortedAscending: '昇順で並べ替え済み',
  sortedDescending: '降順で並べ替え済み',
  remove: '削除',
  dismiss: '閉じる',
  open: '開く',
  previous: '前へ',
  next: '次へ',
  reveal: '表示',
  hide: '非表示',
  increase: '増やす',
  decrease: '減らす',
  preview: 'プレビュー',
  empty: '項目がありません',
  optional: '任意',
  breadcrumb: 'パンくずリスト',
  breadcrumbExpand: '省略された階層を表示',
  carousel: 'カルーセル',
  carouselPrevious: '前のスライド',
  carouselNext: '次のスライド',
  commandPalette: 'コマンドパレット',
  commandPalettePlaceholder: 'コマンドを検索',
  gallery: 'ギャラリー',
  chart: 'グラフ',
  minimize: '最小化',
  maximize: '最大化',
  restore: '元に戻す',
  resizeWindow: 'ウィンドウのサイズを変更',
  overlay: 'オーバーレイ',
  pagination: 'ページ送り',
  paginationPrevious: '前のページ',
  paginationNext: '次のページ',
  paginationFirst: '最初のページ',
  paginationLast: '最後のページ',
  rating: '評価',
  sidebar: 'サイドバー',
  sidebarOpen: 'サイドバーを開く',
  sidebarClose: 'サイドバーを閉じる',
  sidebarResize: 'サイドバーの幅を変更',
  skipToContent: '本文へスキップ',
  backToTop: 'ページの先頭へ',
  onThisPage: 'このページの目次',
  typing: '入力中…',
  messageSending: '送信中',
  messageSent: '送信済み',
  messageDelivered: '配信済み',
  messageRead: '既読',
  messageFailed: '未配信',
  spoilerWarning: 'ネタバレを含む可能性があります',
  filePickerTitle: 'ファイルを選択',
  newTab: '(別の場所で開きます)',
  transferAvailable: '未選択',
  transferSelected: '選択済み',
  transferToSelected: '選択済みへ移動',
  transferToAvailable: '未選択へ移動',
  copy: 'コピー',
  copied: 'コピーしました',
  copyFailed: 'コピーできません',
  raw: '元のまま',
  code: 'コード',
  previousMonth: '前の月',
  nextMonth: '次の月',
  previousYear: '前の年',
  nextYear: '次の年',
  previousYears: '前の年一覧',
  nextYears: '次の年一覧',
  chooseMonth: '月を選択',
  chooseYear: '年を選択',
  today: '今日',
  thisMonth: '今月',
  thisYear: '今年',
  now: '現在',
  clear: 'クリア',
  done: '完了',
  skip: 'スキップ',
  hour: '時',
  minute: '分',
  second: '秒',
  meridiem: '午前/午後',
  start: '開始',
  end: '終了',
  paginationPage: _paginationPage,
  ratingValue: _ratingValue,
  ratingNone: '評価なし',
  carouselSlide: _carouselSlide,
  galleryItem: _galleryItem,
  removeItem: _removeItem,
  addCustom: _addCustom,
  howToStep: _howToStep,
  transferMoved: _transferMoved,
  filesRejectedType: _filesRejectedType,
  filesRejectedSize: _filesRejectedSize,
  filesRejectedCount: _filesRejectedCount,
);