|
| 1 | +export const nl = { |
| 2 | + "common": { |
| 3 | + "api_error": "API Error", |
| 4 | + "no_upcoming_games": "Geen aankomende wedstrijden door %s", |
| 5 | + "finalTerm": "%s - Finale", |
| 6 | + "byeTerm": "BYE", |
| 7 | + "tourney2": "Finale", |
| 8 | + "tourney4": "Halve Finales", |
| 9 | + "tourney8": "Kwart Finales", |
| 10 | + "tourney16": "Achtste Finales", |
| 11 | + "tourney32": "Zestiende Finales", |
| 12 | + "tourney64": "Tweeendertigste Finale", |
| 13 | + "tourney128": "Voorrondes", |
| 14 | + "tourney256": "Voorrondes", |
| 15 | + "today": "Vandaag", |
| 16 | + "tomorrow": "Morgen" |
| 17 | + }, |
| 18 | + "australian-football": { |
| 19 | + "startTerm": "Start", |
| 20 | + "overUnder": "O/U: %s", |
| 21 | + "gameStat1": "%s", |
| 22 | + "gameStat2": "%s", |
| 23 | + "gameStat3": "", |
| 24 | + "gameBar": "Win Probability", |
| 25 | + "teamBarLabel": "%s%", |
| 26 | + "oppoBarLabel": "%s%" |
| 27 | + }, |
| 28 | + "baseball": { |
| 29 | + "startTerm": "Eerste Worp", |
| 30 | + "overUnder": "O/U: %s", |
| 31 | + "gameStat1": "Ballen %s", |
| 32 | + "gameStat2": "Slagen %s", |
| 33 | + "gameStat3": "%s Outs", |
| 34 | + "gameBar": "Winstwaarschijnlijkheid", |
| 35 | + "teamBarLabel": "%s%", |
| 36 | + "oppoBarLabel": "%s%" |
| 37 | + }, |
| 38 | + "basketball": { |
| 39 | + "startTerm": "Sprongbal", |
| 40 | + "overUnder": "O/U: %s", |
| 41 | + "gameStat1": "%s", |
| 42 | + "gameStat2": "%s", |
| 43 | + "gameStat3": "", |
| 44 | + "gameBar": "Winstwaarschijnlijkheid", |
| 45 | + "teamBarLabel": "%s%", |
| 46 | + "oppoBarLabel": "%s%" |
| 47 | + }, |
| 48 | + "cricket": { |
| 49 | + "startTerm": "Start", |
| 50 | + "overUnder": "O/U: %s", |
| 51 | + "gameStat1": "%s", |
| 52 | + "gameStat2": "%s", |
| 53 | + "gameStat3": "", |
| 54 | + "gameBar": "Winstwaarschijnlijkheid", |
| 55 | + "teamBarLabel": "%s%", |
| 56 | + "oppoBarLabel": "%s%" |
| 57 | + }, |
| 58 | + "football": { |
| 59 | + "startTerm": "Aftrap", |
| 60 | + "overUnder": "O/U: %s", |
| 61 | + "gameStat1": "%s", |
| 62 | + "gameStat2": "%s", |
| 63 | + "gameStat3": "", |
| 64 | + "gameBar": "Winstwaarschijnlijkheid", |
| 65 | + "teamBarLabel": "%s%", |
| 66 | + "oppoBarLabel": "%s%" |
| 67 | + }, |
| 68 | + "golf": { |
| 69 | + "startTerm": "Ronde Start", |
| 70 | + "overUnder": "O/U: %s", |
| 71 | + "gameStat1": "%s", |
| 72 | + "gameStat2": "%s", |
| 73 | + "gameStat3": "", |
| 74 | + "gameBar": "Schoten (Thru)", |
| 75 | + "teamBarLabel": "%s", |
| 76 | + "oppoBarLabel": "%s" |
| 77 | + }, |
| 78 | + "hockey": { |
| 79 | + "startTerm": "Puck Drop", |
| 80 | + "overUnder": "O/U: %s", |
| 81 | + "gameStat1": "%s", |
| 82 | + "gameStat2": "%s", |
| 83 | + "gameStat3": "", |
| 84 | + "gameBar": "Schoten op Doel", |
| 85 | + "teamBarLabel": "%s", |
| 86 | + "oppoBarLabel": "%s" |
| 87 | + }, |
| 88 | + "mma": { |
| 89 | + "startTerm": "Start", |
| 90 | + "overUnder": "O/U: %s", |
| 91 | + "gameStat1": "%s", |
| 92 | + "gameStat2": "%s", |
| 93 | + "gameStat3": "", |
| 94 | + "gameBar": "Winstwaarschijnlijkheid", |
| 95 | + "teamBarLabel": "%s%", |
| 96 | + "oppoBarLabel": "%s%" |
| 97 | + }, |
| 98 | + "racing": { |
| 99 | + "startTerm": "Start", |
| 100 | + "overUnder": "O/U: %s", |
| 101 | + "gameStat1": "%s", |
| 102 | + "gameStat2": "%s", |
| 103 | + "gameStat3": "", |
| 104 | + "gameBar": "Rondes", |
| 105 | + "teamBarLabel": "%s", |
| 106 | + "oppoBarLabel": "%s" |
| 107 | + }, |
| 108 | + "soccer": { |
| 109 | + "startTerm": "Aftrap", |
| 110 | + "overUnder": "O/U: %s", |
| 111 | + "gameStat1": "%s", |
| 112 | + "gameStat2": "%s", |
| 113 | + "gameStat3": "", |
| 114 | + "gameBar": "Schoten (Op Doel)", |
| 115 | + "teamBarLabel": "%s", |
| 116 | + "oppoBarLabel": "%s" |
| 117 | + }, |
| 118 | + "tennis": { |
| 119 | + "startTerm": "Eerste Service", |
| 120 | + "overUnder": "O/U: %s", |
| 121 | + "gameStat1": "%s", |
| 122 | + "gameStat2": "%s", |
| 123 | + "gameStat3": "", |
| 124 | + "gameBar": "%s", |
| 125 | + "teamBarLabel": "%s", |
| 126 | + "oppoBarLabel": "%s" |
| 127 | + }, |
| 128 | + "volleyball": { |
| 129 | + "startTerm": "Eerste Service", |
| 130 | + "overUnder": "O/U: %s", |
| 131 | + "gameStat1": "%s", |
| 132 | + "gameStat2": "%s", |
| 133 | + "gameStat3": "", |
| 134 | + "gameBar": "%s Score", |
| 135 | + "teamBarLabel": "%s", |
| 136 | + "oppoBarLabel": "%s" |
| 137 | + }, |
| 138 | + "default": { |
| 139 | + "startTerm": "Start", |
| 140 | + "overUnder": "O/U: %s", |
| 141 | + "gameStat1": "%s", |
| 142 | + "gameStat2": "%s", |
| 143 | + "gameStat3": "", |
| 144 | + "gameBar": "Winstwaarschijnlijkheid", |
| 145 | + "teamBarLabel": "%s%", |
| 146 | + "oppoBarLabel": "%s%" |
| 147 | + } |
| 148 | +} |
| 149 | + |
0 commit comments