|
ファイル拡張子 |
.js |
|
API拡張 |
ember_js |
|
インポート |
はい |
|
エクスポート |
はい |
|
複数形のサポート |
はい |
|
説明のサポート |
いいえ |
コードサンプル
エクスポートデフォルト {
"boolean_key": "--- true\n",
"empty_string_translation": "",
"key_with_description": "Check it out!このキーは説明です。(少なくとも一部のファイル形式において)",
"key_with_line-break": "This translations contains\na line-break.",
"nested": {
"deeply": {
"key": "Wow, this key is nested even deeper."
},
"key": "This key is nested inside a namespace."
},
"null_translation": null,
"pluralized_key": {
"one": "Only one pluralization found.",
"other": "Wow, you have %s pluralizations!",
"zero": "You have no pluralization."
},
"sample_collection": [
"first item",
"second item",
"third item"
],
"simple_key": "Just a simple key with a simple message.",
"未検証_キー": "この翻訳は検証待ちです。"(一部のフォーマットでは、このステータスにも対応しています)
};