|
1 | 1 | { |
2 | 2 | // errors or other messages (mostly for settings) |
3 | 3 | "errorShowingMessage": { |
4 | | - "message": "Could not show this message.", |
| 4 | + "message": "Konnte Nachricht nicht anzeigen.", |
5 | 5 | "description": "When there is an error when showing the error/info/…." |
6 | 6 | }, |
7 | 7 |
|
8 | 8 | // ARIA labels/descriptions for messages |
9 | 9 | "dismissIconDescription": { |
10 | | - "message": "Close this message", |
| 10 | + "message": "Diese Nachricht schließen", |
11 | 11 | "description": "the aria label for the close button of the message box" |
12 | 12 | }, |
13 | 13 | "ariaMessageLoading": { |
14 | | - "message": "loading message", |
| 14 | + "message": "Ladenachricht", |
15 | 15 | "description": "the aria label to label the message box as an info message box" |
16 | 16 | }, |
17 | 17 | "ariaMessageInfo": { |
18 | | - "message": "info message", |
| 18 | + "message": "Info", |
19 | 19 | "description": "the aria label to label the message box as an info message box" |
20 | 20 | }, |
21 | 21 | "ariaMessageSuccess": { |
22 | | - "message": "success message", |
| 22 | + "message": "Erfolg", |
23 | 23 | "description": "the aria label to label the message box as an success message box" |
24 | 24 | }, |
25 | 25 | "ariaMessageError": { |
26 | | - "message": "error message", |
| 26 | + "message": "Fehlermeldung", |
27 | 27 | "description": "the aria label to label the message box as an error message box" |
28 | 28 | }, |
29 | 29 | "ariaMessageWarning": { |
30 | | - "message": "warning message", |
| 30 | + "message": "Warnung", |
31 | 31 | "description": "the aria label to label the message box as an warning message box" |
32 | 32 | } |
33 | 33 | } |
0 commit comments