|
299 | 299 | }, |
300 | 300 | "denied_policy": "Denied by policy: %(policy)s", |
301 | 301 | "@denied_policy": { |
302 | | - "context": "components/errors.html:17:7-58, components/field.html:81:19-70" |
| 302 | + "context": "components/errors.html:17:7-58, components/field.html:85:19-70" |
303 | 303 | }, |
304 | 304 | "email_banned": "Email is banned by the server policy", |
305 | 305 | "@email_banned": { |
306 | | - "context": "components/field.html:79:19-47" |
| 306 | + "context": "components/field.html:83:19-47" |
307 | 307 | }, |
308 | 308 | "email_domain_banned": "Email domain is banned by the server policy", |
309 | 309 | "@email_domain_banned": { |
310 | | - "context": "components/field.html:75:19-54" |
| 310 | + "context": "components/field.html:79:19-54" |
311 | 311 | }, |
312 | 312 | "email_domain_not_allowed": "Email domain is not allowed by the server policy", |
313 | 313 | "@email_domain_not_allowed": { |
314 | | - "context": "components/field.html:73:19-59" |
| 314 | + "context": "components/field.html:77:19-59" |
315 | 315 | }, |
316 | 316 | "email_not_allowed": "Email is not allowed by the server policy", |
317 | 317 | "@email_not_allowed": { |
318 | | - "context": "components/field.html:77:19-52" |
| 318 | + "context": "components/field.html:81:19-52" |
319 | 319 | }, |
320 | 320 | "field_required": "This field is required", |
321 | 321 | "@field_required": { |
|
327 | 327 | }, |
328 | 328 | "password_mismatch": "Password fields don't match", |
329 | 329 | "@password_mismatch": { |
330 | | - "context": "components/errors.html:13:7-40, components/field.html:84:17-50" |
| 330 | + "context": "components/errors.html:13:7-40, components/field.html:88:17-50" |
331 | 331 | }, |
332 | 332 | "rate_limit_exceeded": "You've made too many requests in a short period. Please wait a few minutes and try again.", |
333 | 333 | "@rate_limit_exceeded": { |
|
337 | 337 | "@username_all_numeric": { |
338 | 338 | "context": "components/field.html:71:19-55" |
339 | 339 | }, |
| 340 | + "username_banned": "Username is banned by the server policy", |
| 341 | + "@username_banned": { |
| 342 | + "context": "components/field.html:73:19-50", |
| 343 | + "description": "Error message shown on registration, when the username matches a pattern that is banned by the server policy." |
| 344 | + }, |
340 | 345 | "username_invalid_chars": "Username contains invalid characters. Use lowercase letters, numbers, dashes and underscores only.", |
341 | 346 | "@username_invalid_chars": { |
342 | 347 | "context": "components/field.html:69:19-57" |
343 | 348 | }, |
| 349 | + "username_not_allowed": "Username is not allowed by the server policy", |
| 350 | + "@username_not_allowed": { |
| 351 | + "context": "components/field.html:75:19-55", |
| 352 | + "description": "Error message shown on registration, when the username *does not match* any of the patterns that are allowed by the server policy." |
| 353 | + }, |
344 | 354 | "username_taken": "This username is already taken", |
345 | 355 | "@username_taken": { |
346 | 356 | "context": "components/field.html:62:17-47" |
|
424 | 434 | }, |
425 | 435 | "or_separator": "Or", |
426 | 436 | "@or_separator": { |
427 | | - "context": "components/field.html:103:10-31", |
| 437 | + "context": "components/field.html:107:10-31", |
428 | 438 | "description": "Separator between the login methods" |
429 | 439 | }, |
430 | 440 | "policy_violation": { |
|
0 commit comments