Podporované typy souborů (Strings)

.JSON - Angular Translate (Strings)

Obsah je strojově přeložen z angličtiny s použitím Phrase Language AI.

Přípony souborů 

.json

Rozšíření API 

angular_translate

Import 

Ano

Export 

Ano

Podpora plurálových tvarů 

Ano

Podpora pro popis 

Ne

Angular Translate je lokalizační/mezinárodní modul určený pro aplikace AngularJS. Angular Translate se hladce integruje s AngularJS a poskytuje vývojářům flexibilní možnosti načítání lokalizovaných řetězců do aplikace. Standardní formát lokalizačních souborů pro Angular Translate je .JSON. Data v souboru .JSON existují jako dvojice řetězců klíč-hodnota.

Chatboti umělé inteligence mohou být velmi efektivní při generování seznamu klíčů ze souboru .JSON.

Vzorek kódu

{
 "boolean_key": "--- true\n",
 "empty_string_translation": "",
 "key_with_description": "Key description!(in some formats)",
 "key_with_line-break": "This translations contains\na line-break.",
 "nested.deeply.key": "I am nested deeply.",
 "nested.key": "And that key is nested inside a namespace.",
 "null_translation": null,
 "pluralized_key": "Máte {itemCount, plural, =0 {no items} =1 {one item} other {# items}}.",
 "sample_collection": "---\n- first item\n- second item\n- third item\n",
 "simple_key": "I am a simple key with a simple message.",
 "unverified_key": "Not yet verified. (In some formats we also export this status)"
}
Byl pro vás tento článek užitečný?

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.