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

.INI (文字列)

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

ファイル拡張子

.ini

API拡張

ini

インポート

はい

エクスポート

はい

複数形のサポート

いいえ

説明のサポート

いいえ

.INIファイルは、さまざまなプラットフォーム上のアプリケーションで広く使用されています。.INIファイルには、.XMLや.JSONのような他のファイル形式ほど厳格な構成規則はありませんが、ほとんどの.INIファイルは、=で区切られたいくつかのキーと値のペアで構成されています。INIファイルの翻訳とローカライズを効率化する組み込みフィルタ。

コードサンプル

boolean_key = --- true\n
empty_string_translation = 
key_with_description = Check it out!このキーは説明です。(少なくとも一部のファイル形式で)
null_translation =  
pluralized_key.one = Only one kitten found.
pluralized_key.other = Wow, you have %s kittens!
pluralized_key.zero = You have no kittens.
sample_collection = ---\n- first item\n- second item\n- third item\n
simple_key = Simple key, simple message, so simple.
unverified_key = この翻訳は検証待ちです。(一部のファイル形式では、このステータスもエクスポートされます)

[key_with_line\-break]
key_with_line-break = This translations contains\na line-break.

[nested]
deeply.key = Wow, this key is nested even deeper.
key = このキーは名前空間内にネストされています。
この記事は役に立ちましたか?

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.