支持文件类型 (Strings)

JS EmberJS - 嵌套 JSON (Strings)

文本由 Phrase Language AI 从英语机器翻译而得。

文件扩展名

.js

API 扩展

ember_js

导入

导出

复数形式支持

描述支持

GitHub 上的 ember-i18n 相关内容

代码示例

export default {
  "boolean_key": "--- true\n",
  "empty_string_translation": "",
  "键_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": {
    "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.",
  "未验证_键": "This translation is not yet verified and waits for it."(In some formats we also export this status)"
};

JSON 文件复数

各种库中最常见的复数键信息格式:

"messages": {
    "one": "One message received.",
    "other": "%s messages received.",
    "zero": "No messages received."
}
这篇文章有帮助吗?

Sorry about that! In what way was it not helpful?

The article didn’t address my problem.
I couldn’t understand the article.
The feature doesn’t do what I need.
Other reason.

Note that feedback is provided anonymously so we aren't able to reply to questions.
If you'd like to ask a question, submit a request to our Support team.
Thank you for your feedback.