|
文件扩展名 |
.js |
|
API 扩展 |
ember_js |
|
导入 |
是 |
|
导出 |
是 |
|
复数形式支持 |
是 |
|
描述支持 |
否 |
代码示例
export default {
"boolean_key": "--- true\n",
"empty_string_translation": "",
"key_with_description": "看看这个!这个键有一个描述!(至少在某些格式中)\
"key_with_line-break": "这个翻译包含\n一个换行符。\
"nested": {
"deeply": {
"key": "哇,这个键嵌套得更深了。"
},
"key": "这个键嵌套在一个命名空间中。"
},
"null_translation": null,
"pluralized_key": {
"one": "只找到一个复数形式。"
"other": "哇,你有 %s 个复数形式!","
"zero": "你没有复数形式。"
},
"sample_collection": [
"first item",
"second item",
"third item"
],
"simple_key": "这只是一个简单的键,带有简单的信息。","
"unverified_key": "此翻译尚未验证,正在等待。"(在某些格式中,我们也导出此状态)"
};