1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "header": {
| "titles": {
| "title_a": "test",
| "title_b": "test",
| "title_c": "test"
| },
| "paragraphs": {
| "p_a": "test",
| "german_only": "test",
| "unused": "test"
| },
| "steps": [
| "test-step-1",
| "test-step-2",
| "test-step-3"
| ]
| },
| "Key As Fallback": "Key As Fallback"
| }
|
|