|
165 | 165 | "attachments": "Anhänge", |
166 | 166 | "attachmentCount": [ |
167 | 167 | { |
168 | | - "declarations": [ |
169 | | - "input count", |
170 | | - "local countPlural = count: plural" |
171 | | - ], |
172 | | - "selectors": [ |
173 | | - "countPlural" |
174 | | - ], |
| 168 | + "declarations": ["input count", "local countPlural = count: plural"], |
| 169 | + "selectors": ["countPlural"], |
175 | 170 | "match": { |
176 | 171 | "countPlural=0": "Anhänge", |
177 | 172 | "countPlural=one": "Anhang", |
|
181 | 176 | ], |
182 | 177 | "fileCount": [ |
183 | 178 | { |
184 | | - "declarations": [ |
185 | | - "input count", |
186 | | - "local countPlural = count: plural" |
187 | | - ], |
188 | | - "selectors": [ |
189 | | - "countPlural" |
190 | | - ], |
| 179 | + "declarations": ["input count", "local countPlural = count: plural"], |
| 180 | + "selectors": ["countPlural"], |
191 | 181 | "match": { |
192 | 182 | "countPlural=0": "Dateien", |
193 | 183 | "countPlural=one": "Datei", |
|
259 | 249 | "search": "Notizen durchsuchen...", |
260 | 250 | "noteCount": [ |
261 | 251 | { |
262 | | - "declarations": [ |
263 | | - "input count", |
264 | | - "local countPlural = count: plural" |
265 | | - ], |
266 | | - "selectors": [ |
267 | | - "countPlural" |
268 | | - ], |
| 252 | + "declarations": ["input count", "local countPlural = count: plural"], |
| 253 | + "selectors": ["countPlural"], |
269 | 254 | "match": { |
270 | 255 | "countPlural=0": "Füge Notizen hinzu", |
271 | 256 | "countPlural=one": "# Notiz", |
|
327 | 312 | "mail": { |
328 | 313 | "replies": [ |
329 | 314 | { |
330 | | - "declarations": [ |
331 | | - "input count", |
332 | | - "local countPlural = count: plural" |
333 | | - ], |
334 | | - "selectors": [ |
335 | | - "countPlural" |
336 | | - ], |
| 315 | + "declarations": ["input count", "local countPlural = count: plural"], |
| 316 | + "selectors": ["countPlural"], |
337 | 317 | "match": { |
338 | 318 | "countPlural=0": "Antworten", |
339 | 319 | "countPlural=one": "# Antwort", |
|
0 commit comments