サポートするファイル形式(Strings)

JS EmberJS - ネストされたJSON (Strings)

本コンテンツはPhrase Language AIの機械翻訳により、英語から翻訳されています。

ファイル拡張子

.js

API拡張

ember_js

インポート

はい

エクスポート

はい

複数形のサポート

はい

説明のサポート

いいえ

GitHub上のember-i18n

コードサンプル

エクスポートデフォルト{
  "boolean_key": "--- true\n",
  "empty_string_translation": "",
  "key_with_description":「ぜひご覧ください!このキーには説明があります!(少なくともいくつかの形式)",
  "key_with_line-break":"This translations contains\na line-break.",
  "nested": {
    "deeply": {
      "key":「わあ、このキーはさらに深くネストされています。」
    },
    "key":「このキーは名前空間内にネストされています」
  },
  "null_translation": null,
  "pluralized_key": {
    "one":"複数形が1つだけ見つかりました。",
    "other":"わあ、%s個の複数形がありますね!",
    "zero":「複数形がない」
  },
  "sample_collection": [
    「最初のアイテム」、
    "番目のアイテム",
    「第三項目」
  ],
  "simple_key":"シンプルなキーとシンプルなメッセージ",
  "unverified_key":「この翻訳はまだ検証済みではなく、待機しています。(一部の形式では、このステータスもエクスポート)

JSONファイルの複数形

複数のキーの最も一般的なファイル形式:

"messages": {
    "one":"一つのメッセージを受け取りました。",
    "other": "%s messages received.",
    "zero":「メッセージが受信されませんでした。」
}
この記事は役に立ちましたか?

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.