Skip to content

Commit 65b47c7

Browse files
authored
feat(chat, promptbox): add missing messages
1 parent 49d2409 commit 65b47c7

File tree

133 files changed

+4374
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+4374
-198
lines changed

messages/chat/chat.ar.yml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kendo:
33
# The placholder text of the message text input
44
messagePlaceholder: Type a message...
55

6-
# The text for the Send button
7-
send: Send...
8-
96
# The label text for the Message list
107
messageListLabel: Message list
118

@@ -20,3 +17,51 @@ kendo:
2017

2118
# The alt attribute text for the avatar
2219
messageAvatarAlt: Avatar
20+
21+
# The text that is displayed when the sender deletes a message
22+
deletedMessageSenderText: You removed this message.
23+
24+
# The text that is displayed when the receiver deletes a message
25+
deletedMessageReceiverText: This message was removed by its sender.
26+
27+
# The text that is displayed when the message has failed to send
28+
messageFailedText: Failed to send
29+
30+
# Sets the aria-label for the input/textarea element.
31+
messageBoxTitle: Message
32+
33+
# The text for the Action button
34+
actionButtonTitle: Send...
35+
36+
# Sets the Speech to Text button title.
37+
speechToTextButtonTitle: Speech to Text
38+
39+
# Sets the File Select button title.
40+
fileSelectButtonTitle: Select files
41+
42+
# Sets the title of the icon which removes the reply reference in the Message Box.
43+
removeReplyTitle: Remove reply
44+
45+
# Sets the title of the icon which removes a selected file in the Message Box.
46+
removeFileTitle: Remove file
47+
48+
# Sets the title of the icon which demonstrates that the message can be expanded.
49+
expandTitle: Expand message
50+
51+
# Sets the title of the icon which demonstrates that the message can be collapsed.
52+
collapseTitle: Collapse message
53+
54+
# Sets the title of the DropDownButton which opens the File actions.
55+
fileActionsTitle: File actions
56+
57+
# Sets the text that is displayed in the download section of the message.
58+
downloadAllFilesText: Download all
59+
60+
# The title of the button that scrolls to the previous suggestions
61+
previousSuggestionsButtonTitle: Scroll left
62+
63+
# The title of the button that scrolls to the next suggestions
64+
nextSuggestionsButtonTitle: Scroll right
65+
66+
# The title of the button that unpins a pinned message
67+
unpinMessageTitle: Unpin message

messages/chat/chat.bg-BG.yml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kendo:
33
# The placholder text of the message text input
44
messagePlaceholder: Напишете съобщение...
55

6-
# The text for the Send button
7-
send: Изпратете...
8-
96
# The label text for the Message list
107
messageListLabel: Списък със съобщения
118

@@ -20,3 +17,51 @@ kendo:
2017

2118
# The alt attribute text for the avatar
2219
messageAvatarAlt: Аватар
20+
21+
# The text that is displayed when the sender deletes a message
22+
deletedMessageSenderText: Премахнахте това съобщение.
23+
24+
# The text that is displayed when the receiver deletes a message
25+
deletedMessageReceiverText: Това съобщение беше премахнато от подателя.
26+
27+
# The text that is displayed when the message has failed to send
28+
messageFailedText: Неуспешно изпращане
29+
30+
# Sets the aria-label for the input/textarea element.
31+
messageBoxTitle: Съобщение
32+
33+
# The text for the Action button
34+
actionButtonTitle: Изпратете...
35+
36+
# Sets the Speech to Text button title.
37+
speechToTextButtonTitle: Реч към текст
38+
39+
# Sets the File Select button title.
40+
fileSelectButtonTitle: Изберете файлове
41+
42+
# Sets the title of the icon which removes the reply reference in the Message Box.
43+
removeReplyTitle: Премахване на отговор
44+
45+
# Sets the title of the icon which removes a selected file in the Message Box.
46+
removeFileTitle: Премахване на файл
47+
48+
# Sets the title of the icon which demonstrates that the message can be expanded.
49+
expandTitle: Разширяване на съобщение
50+
51+
# Sets the title of the icon which demonstrates that the message can be collapsed.
52+
collapseTitle: Свиване на съобщение
53+
54+
# Sets the title of the DropDownButton which opens the File actions.
55+
fileActionsTitle: Действия с файлове
56+
57+
# Sets the text that is displayed in the download section of the message.
58+
downloadAllFilesText: Изтеглете всички
59+
60+
# The title of the button that scrolls to the previous suggestions
61+
previousSuggestionsButtonTitle: Превъртете наляво
62+
63+
# The title of the button that scrolls to the next suggestions
64+
nextSuggestionsButtonTitle: Превъртете надясно
65+
66+
# The title of the button that unpins a pinned message
67+
unpinMessageTitle: Откачете съобщение

messages/chat/chat.cs-CZ.yml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kendo:
33
# The placholder text of the message text input
44
messagePlaceholder: Type a message...
55

6-
# The text for the Send button
7-
send: Send...
8-
96
# The label text for the Message list
107
messageListLabel: Message list
118

@@ -20,3 +17,51 @@ kendo:
2017

2118
# The alt attribute text for the avatar
2219
messageAvatarAlt: Avatar
20+
21+
# The text that is displayed when the sender deletes a message
22+
deletedMessageSenderText: You removed this message.
23+
24+
# The text that is displayed when the receiver deletes a message
25+
deletedMessageReceiverText: This message was removed by its sender.
26+
27+
# The text that is displayed when the message has failed to send
28+
messageFailedText: Failed to send
29+
30+
# Sets the aria-label for the input/textarea element.
31+
messageBoxTitle: Message
32+
33+
# The text for the Action button
34+
actionButtonTitle: Send...
35+
36+
# Sets the Speech to Text button title.
37+
speechToTextButtonTitle: Speech to Text
38+
39+
# Sets the File Select button title.
40+
fileSelectButtonTitle: Select files
41+
42+
# Sets the title of the icon which removes the reply reference in the Message Box.
43+
removeReplyTitle: Remove reply
44+
45+
# Sets the title of the icon which removes a selected file in the Message Box.
46+
removeFileTitle: Remove file
47+
48+
# Sets the title of the icon which demonstrates that the message can be expanded.
49+
expandTitle: Expand message
50+
51+
# Sets the title of the icon which demonstrates that the message can be collapsed.
52+
collapseTitle: Collapse message
53+
54+
# Sets the title of the DropDownButton which opens the File actions.
55+
fileActionsTitle: File actions
56+
57+
# Sets the text that is displayed in the download section of the message.
58+
downloadAllFilesText: Download all
59+
60+
# The title of the button that scrolls to the previous suggestions
61+
previousSuggestionsButtonTitle: Scroll left
62+
63+
# The title of the button that scrolls to the next suggestions
64+
nextSuggestionsButtonTitle: Scroll right
65+
66+
# The title of the button that unpins a pinned message
67+
unpinMessageTitle: Unpin message

messages/chat/chat.da-DK.yml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kendo:
33
# The placholder text of the message text input
44
messagePlaceholder: Type a message...
55

6-
# The text for the Send button
7-
send: Send...
8-
96
# The label text for the Message list
107
messageListLabel: Message list
118

@@ -20,3 +17,51 @@ kendo:
2017

2118
# The alt attribute text for the avatar
2219
messageAvatarAlt: Avatar
20+
21+
# The text that is displayed when the sender deletes a message
22+
deletedMessageSenderText: You removed this message.
23+
24+
# The text that is displayed when the receiver deletes a message
25+
deletedMessageReceiverText: This message was removed by its sender.
26+
27+
# The text that is displayed when the message has failed to send
28+
messageFailedText: Failed to send
29+
30+
# Sets the aria-label for the input/textarea element.
31+
messageBoxTitle: Message
32+
33+
# The text for the Action button
34+
actionButtonTitle: Send...
35+
36+
# Sets the Speech to Text button title.
37+
speechToTextButtonTitle: Speech to Text
38+
39+
# Sets the File Select button title.
40+
fileSelectButtonTitle: Select files
41+
42+
# Sets the title of the icon which removes the reply reference in the Message Box.
43+
removeReplyTitle: Remove reply
44+
45+
# Sets the title of the icon which removes a selected file in the Message Box.
46+
removeFileTitle: Remove file
47+
48+
# Sets the title of the icon which demonstrates that the message can be expanded.
49+
expandTitle: Expand message
50+
51+
# Sets the title of the icon which demonstrates that the message can be collapsed.
52+
collapseTitle: Collapse message
53+
54+
# Sets the title of the DropDownButton which opens the File actions.
55+
fileActionsTitle: File actions
56+
57+
# Sets the text that is displayed in the download section of the message.
58+
downloadAllFilesText: Download all
59+
60+
# The title of the button that scrolls to the previous suggestions
61+
previousSuggestionsButtonTitle: Scroll left
62+
63+
# The title of the button that scrolls to the next suggestions
64+
nextSuggestionsButtonTitle: Scroll right
65+
66+
# The title of the button that unpins a pinned message
67+
unpinMessageTitle: Unpin message

messages/chat/chat.de-AT.yml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kendo:
33
# The placholder text of the message text input
44
messagePlaceholder: Nachricht eintippen...
55

6-
# The text for the Send button
7-
send: Senden...
8-
96
# The label text for the Message list
107
messageListLabel: Nachrichtenliste
118

@@ -20,3 +17,51 @@ kendo:
2017

2118
# The alt attribute text for the avatar
2219
messageAvatarAlt: Avatar
20+
21+
# The text that is displayed when the sender deletes a message
22+
deletedMessageSenderText: You removed this message.
23+
24+
# The text that is displayed when the receiver deletes a message
25+
deletedMessageReceiverText: This message was removed by its sender.
26+
27+
# The text that is displayed when the message has failed to send
28+
messageFailedText: Failed to send
29+
30+
# Sets the aria-label for the input/textarea element.
31+
messageBoxTitle: Message
32+
33+
# The text for the Action button
34+
actionButtonTitle: Senden...
35+
36+
# Sets the Speech to Text button title.
37+
speechToTextButtonTitle: Speech to Text
38+
39+
# Sets the File Select button title.
40+
fileSelectButtonTitle: Select files
41+
42+
# Sets the title of the icon which removes the reply reference in the Message Box.
43+
removeReplyTitle: Remove reply
44+
45+
# Sets the title of the icon which removes a selected file in the Message Box.
46+
removeFileTitle: Remove file
47+
48+
# Sets the title of the icon which demonstrates that the message can be expanded.
49+
expandTitle: Expand message
50+
51+
# Sets the title of the icon which demonstrates that the message can be collapsed.
52+
collapseTitle: Collapse message
53+
54+
# Sets the title of the DropDownButton which opens the File actions.
55+
fileActionsTitle: File actions
56+
57+
# Sets the text that is displayed in the download section of the message.
58+
downloadAllFilesText: Download all
59+
60+
# The title of the button that scrolls to the previous suggestions
61+
previousSuggestionsButtonTitle: Scroll left
62+
63+
# The title of the button that scrolls to the next suggestions
64+
nextSuggestionsButtonTitle: Scroll right
65+
66+
# The title of the button that unpins a pinned message
67+
unpinMessageTitle: Unpin message

messages/chat/chat.de-CH.yml

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ kendo:
33
# The placholder text of the message text input
44
messagePlaceholder: Nachricht eintippen...
55

6-
# The text for the Send button
7-
send: Senden...
8-
96
# The label text for the Message list
107
messageListLabel: Nachrichtenliste
118

@@ -20,3 +17,51 @@ kendo:
2017

2118
# The alt attribute text for the avatar
2219
messageAvatarAlt: Avatar
20+
21+
# The text that is displayed when the sender deletes a message
22+
deletedMessageSenderText: You removed this message.
23+
24+
# The text that is displayed when the receiver deletes a message
25+
deletedMessageReceiverText: This message was removed by its sender.
26+
27+
# The text that is displayed when the message has failed to send
28+
messageFailedText: Failed to send
29+
30+
# Sets the aria-label for the input/textarea element.
31+
messageBoxTitle: Message
32+
33+
# The text for the Action button
34+
actionButtonTitle: Senden...
35+
36+
# Sets the Speech to Text button title.
37+
speechToTextButtonTitle: Speech to Text
38+
39+
# Sets the File Select button title.
40+
fileSelectButtonTitle: Select files
41+
42+
# Sets the title of the icon which removes the reply reference in the Message Box.
43+
removeReplyTitle: Remove reply
44+
45+
# Sets the title of the icon which removes a selected file in the Message Box.
46+
removeFileTitle: Remove file
47+
48+
# Sets the title of the icon which demonstrates that the message can be expanded.
49+
expandTitle: Expand message
50+
51+
# Sets the title of the icon which demonstrates that the message can be collapsed.
52+
collapseTitle: Collapse message
53+
54+
# Sets the title of the DropDownButton which opens the File actions.
55+
fileActionsTitle: File actions
56+
57+
# Sets the text that is displayed in the download section of the message.
58+
downloadAllFilesText: Download all
59+
60+
# The title of the button that scrolls to the previous suggestions
61+
previousSuggestionsButtonTitle: Scroll left
62+
63+
# The title of the button that scrolls to the next suggestions
64+
nextSuggestionsButtonTitle: Scroll right
65+
66+
# The title of the button that unpins a pinned message
67+
unpinMessageTitle: Unpin message

0 commit comments

Comments
 (0)