Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | 1x | export const TRANSLATION_JA_JP = {
accessors: 'アクセサ',
arguments: '引数',
bootstrap: 'ブートストラップ',
branches: 'ブランチ',
browse: 'ブラウズ',
classe: 'クラス',
classes: 'クラス',
component: 'コンポーネント',
components: 'コンポーネント',
constructor: 'コンストラクタ',
controllers: 'コントローラー',
controller: 'コントローラー',
'coverage-page-title': 'カバレッジ',
declarations: '宣言',
decorators: 'デコレーター',
'default-value': '初期値',
'defined-in': 'Defined in',
dependencies: '依存関係',
description: '説明',
directive: 'ディレクティブ',
directives: 'ディレクティブ',
entrycomponents: 'エントリーコンポーネント',
enumerations: '列挙型',
enums: 'Enums',
example: '例',
exports: 'エクスポート',
extends: '継承',
file: 'ファイル',
functions: '関数',
'generated-using': 'このドキュメントは以下を使用して生成されています',
'getting-started': 'はじめに',
guard: 'ガード',
guards: 'ガード',
hostbindings: 'ホストバインディング',
hostlisteners: 'ホストリスナー',
'html-element': 'Html要素',
'html-element-with-directive': 'ディレクティブHtml要素',
identifier: '識別子',
implements: '実装',
imports: 'インポート',
index: '索引',
indexable: 'インデクサブル',
'inherited-from': 'Inherited from',
injectable: 'インジェクタブル',
injectables: 'インジェクタブル',
inputs: '入力',
interceptors: 'インターセプター',
interface: 'インターフェイス',
interfaces: 'インターフェイス',
legend: '凡例',
license: 'ライセンス',
lines: '行数',
metadata: 'メタデータ',
methods: 'メソッド',
miscellaneous: 'その他',
module: 'モジュール',
modules: 'モジュール',
name: '名前',
no: 'いいえ',
'no-graph': '使用できるグラフがありません',
'no-iframe': 'ブラウザがiframeを対応していません',
'no-result-matching': '見つかりませんでした',
'no-svg': 'ブラウザがSVGに対応してません',
optional: 'オプション',
outputs: '出力',
overview: '概要',
parameters: 'パラメータ',
'peer-dependencies': 'Peer dependencies',
pipe: 'パイプ',
pipes: 'パイプ',
prefix: '接頭辞',
properties: 'プロパティ',
providers: 'プロバイダー',
pure: 'Pure',
readme: 'README',
reset: 'リセット',
'results-matching': '件の結果が一致しました',
returns: '戻り値',
route: 'ルート',
routes: 'ルート',
schemas: 'スキーマ',
'search-placeholder': '入力して検索',
selector: 'セレクタ',
signature: 'シグネチャ',
statements: '文',
type: '型',
'type-aliases': 'タイプエイリアス',
'type-parameters': '型パラメーター',
types: '型',
'unamed-property': '匿名プロパティ',
'unit-test-coverage': 'ユニットテストカバレッジ',
value: '値',
variables: '変数',
yes: 'はい',
zoomin: '拡大',
zoomout: '縮小'
};
|