|
Estensioni dei file |
.js |
|
Estensione API |
ember_js |
|
Importa |
Sì |
|
Esporta |
Sì |
|
Supporto forme plurali |
Sì |
|
Supporto descrizione |
No |
Campione di codice
export default {
"boolean_key": "--- true\n",
"empty_string_translation": "",
"chiave_con_descrizione": "Dai un'occhiata!" Questa chiave ha una descrizione! (Almeno in alcuni formati)",
"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.",
"chiave_non_verificata": "Questa traduzione non è ancora verificata e resta in attesa." (In alcuni formati esportiamo anche lo stato)"
};