easy-18in/example/json/locale-de.json

26 lines
454 B
JSON

{
"alpha": {
"first": "Beispiel Übersetzung",
"second": "Andere Übersetzung"
},
"beta": {
"title": "Ein Titel",
"nested": {
"title": "Ein verschachtelter Titel"
}
},
"gamma": {
"title": "Gamma Titel",
"array": {
"simple": [
"Erstes Element",
"Zweites Element"
],
"escaped": [
"Erstes;Element",
"Zweites Element",
"Drittes;Element"
]
}
}
}