|
文件扩展名 |
.js |
|
API 扩展 |
ember_js |
|
导入 |
是 |
|
导出 |
是 |
|
复数形式支持 |
是 |
|
描述支持 |
否 |
AI 聊天机器人可以非常有效地从 .JSON 文件生成键列表。
代码示例
export default {
"boolean_key": "--- true\n",
"empty_string_translation": "",
"key_with_description":"Check it out!This key has a description!(At least in some formats)",
"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": "{count, plural, =0 {您没有复数形式。} one {只找到一个复数形式。} other {哇,您有 # 个复数形式!}}"
"sample_collection": [
"first item",
"second item",
"third item"
],
"simple_key":"Just a simple key with a simple message.",
"unverified_key":"This translation is not yet verified and waits for it.(In some formats we also export this status)"
};