Skip to content

Commit f717d05

Browse files
committed
fix swtiched dir names
1 parent f21b144 commit f717d05

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

examples/_locales/de/messages.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
// errors or other messages (mostly for settings)
33
"errorShowingMessage": {
4-
"message": "Could not show this message.",
4+
"message": "Konnte Nachricht nicht anzeigen.",
55
"description": "When there is an error when showing the error/info/…."
66
},
77

88
// ARIA labels/descriptions for messages
99
"dismissIconDescription": {
10-
"message": "Close this message",
10+
"message": "Diese Nachricht schließen",
1111
"description": "the aria label for the close button of the message box"
1212
},
1313
"ariaMessageLoading": {
14-
"message": "loading message",
14+
"message": "Ladenachricht",
1515
"description": "the aria label to label the message box as an info message box"
1616
},
1717
"ariaMessageInfo": {
18-
"message": "info message",
18+
"message": "Info",
1919
"description": "the aria label to label the message box as an info message box"
2020
},
2121
"ariaMessageSuccess": {
22-
"message": "success message",
22+
"message": "Erfolg",
2323
"description": "the aria label to label the message box as an success message box"
2424
},
2525
"ariaMessageError": {
26-
"message": "error message",
26+
"message": "Fehlermeldung",
2727
"description": "the aria label to label the message box as an error message box"
2828
},
2929
"ariaMessageWarning": {
30-
"message": "warning message",
30+
"message": "Warnung",
3131
"description": "the aria label to label the message box as an warning message box"
3232
}
3333
}

examples/_locales/en/messages.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
// errors or other messages (mostly for settings)
33
"errorShowingMessage": {
4-
"message": "Konnte Nachricht nicht anzeigen.",
4+
"message": "Could not show this message.",
55
"description": "When there is an error when showing the error/info/…."
66
},
77

88
// ARIA labels/descriptions for messages
99
"dismissIconDescription": {
10-
"message": "Diese Nachricht schließen",
10+
"message": "Close this message",
1111
"description": "the aria label for the close button of the message box"
1212
},
1313
"ariaMessageLoading": {
14-
"message": "Ladenachricht",
14+
"message": "loading message",
1515
"description": "the aria label to label the message box as an info message box"
1616
},
1717
"ariaMessageInfo": {
18-
"message": "Info",
18+
"message": "info message",
1919
"description": "the aria label to label the message box as an info message box"
2020
},
2121
"ariaMessageSuccess": {
22-
"message": "Erfolg",
22+
"message": "success message",
2323
"description": "the aria label to label the message box as an success message box"
2424
},
2525
"ariaMessageError": {
26-
"message": "Fehlermeldung",
26+
"message": "error message",
2727
"description": "the aria label to label the message box as an error message box"
2828
},
2929
"ariaMessageWarning": {
30-
"message": "Warnung",
30+
"message": "warning message",
3131
"description": "the aria label to label the message box as an warning message box"
3232
}
3333
}

0 commit comments

Comments
 (0)