stream-chat-react 13.12.0 → 13.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Attachment/AttachmentActions.js +7 -2
- package/dist/components/Chat/hooks/useChat.js +1 -1
- package/dist/components/Message/ReminderNotification.js +2 -2
- package/dist/components/Message/hooks/useMuteHandler.js +2 -2
- package/dist/components/MessageInput/AttachmentPreviewList/AttachmentPreviewList.js +1 -1
- package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.d.ts +2 -1
- package/dist/components/MessageInput/AttachmentPreviewList/FileAttachmentPreview.js +3 -2
- package/dist/components/MessageInput/AttachmentPreviewList/ImageAttachmentPreview.js +1 -1
- package/dist/components/MessageInput/AttachmentPreviewList/VoiceRecordingPreview.js +1 -1
- package/dist/components/MessageInput/SendButton.js +3 -1
- package/dist/components/MessageList/MessageList.js +8 -5
- package/dist/components/MessageList/renderMessages.js +6 -6
- package/dist/components/Poll/PollCreationDialog/MultipleAnswersField.js +6 -2
- package/dist/components/Poll/PollCreationDialog/NameField.js +5 -2
- package/dist/components/Poll/PollCreationDialog/OptionFieldSet.js +6 -2
- package/dist/components/TextareaComposer/SuggestionList/CommandItem.js +21 -3
- package/dist/context/ComponentContext.d.ts +4 -0
- package/dist/context/MessageListContext.d.ts +3 -0
- package/dist/css/v2/index.css +1 -1
- package/dist/css/v2/index.layout.css +1 -1
- package/dist/experimental/Search/SearchResults/SearchResultsHeader.js +7 -2
- package/dist/experimental/Search/SearchResults/SearchSourceResultsLoadingIndicator.js +3 -1
- package/dist/experimental/index.browser.cjs +18 -2
- package/dist/experimental/index.browser.cjs.map +2 -2
- package/dist/experimental/index.node.cjs +18 -2
- package/dist/experimental/index.node.cjs.map +2 -2
- package/dist/i18n/Streami18n.d.ts +90 -78
- package/dist/i18n/de.json +91 -89
- package/dist/i18n/en.json +91 -79
- package/dist/i18n/es.json +99 -97
- package/dist/i18n/fr.json +99 -97
- package/dist/i18n/hi.json +91 -89
- package/dist/i18n/it.json +99 -97
- package/dist/i18n/ja.json +88 -86
- package/dist/i18n/ko.json +88 -86
- package/dist/i18n/nl.json +91 -89
- package/dist/i18n/pt.json +99 -97
- package/dist/i18n/ru.json +104 -102
- package/dist/i18n/tr.json +91 -89
- package/dist/index.browser.cjs +1720 -1617
- package/dist/index.browser.cjs.map +2 -2
- package/dist/index.node.cjs +1720 -1617
- package/dist/index.node.cjs.map +2 -2
- package/dist/scss/v2/Message/Message-layout.scss +1 -0
- package/dist/scss/v2/Poll/Poll-layout.scss +4 -0
- package/package.json +7 -7
|
@@ -135,6 +135,25 @@ export declare class Streami18n {
|
|
|
135
135
|
getTranslations: () => {
|
|
136
136
|
[key: string]: {
|
|
137
137
|
[key: string]: {
|
|
138
|
+
"{{ commaSeparatedUsers }} and {{ moreCount }} more": string;
|
|
139
|
+
"{{ commaSeparatedUsers }}, and {{ lastUser }}": string;
|
|
140
|
+
"{{ firstUser }} and {{ secondUser }}": string;
|
|
141
|
+
"{{ imageCount }} more": string;
|
|
142
|
+
"{{ memberCount }} members": string;
|
|
143
|
+
"{{ user }} has been muted": string;
|
|
144
|
+
"{{ user }} has been unmuted": string;
|
|
145
|
+
"{{ user }} is typing...": string;
|
|
146
|
+
"{{ users }} and {{ user }} are typing...": string;
|
|
147
|
+
"{{ users }} and more are typing...": string;
|
|
148
|
+
"{{ watcherCount }} online": string;
|
|
149
|
+
"{{count}} unread_one": string;
|
|
150
|
+
"{{count}} unread_other": string;
|
|
151
|
+
"{{count}} votes_one": string;
|
|
152
|
+
"{{count}} votes_other": string;
|
|
153
|
+
"\uD83C\uDFD9 Attachment...": string;
|
|
154
|
+
"\uD83D\uDCCA {{createdBy}} created: {{ pollName}}": string;
|
|
155
|
+
"\uD83D\uDCCA {{votedBy}} voted: {{pollOptionText}}": string;
|
|
156
|
+
"\uD83D\uDCCDShared location": string;
|
|
138
157
|
"Add a comment": string;
|
|
139
158
|
"Add an option": string;
|
|
140
159
|
"All results loaded": string;
|
|
@@ -149,11 +168,41 @@ export declare class Streami18n {
|
|
|
149
168
|
Anonymous: string;
|
|
150
169
|
"Anonymous poll": string;
|
|
151
170
|
Archive: string;
|
|
171
|
+
"aria/Attachment": string;
|
|
172
|
+
"aria/Cancel Reply": string;
|
|
173
|
+
"aria/Cancel upload": string;
|
|
174
|
+
"aria/Channel list": string;
|
|
175
|
+
"aria/Channel search results": string;
|
|
176
|
+
"aria/Close thread": string;
|
|
177
|
+
"aria/Download attachment": string;
|
|
178
|
+
"aria/Emoji picker": string;
|
|
179
|
+
"aria/File input": string;
|
|
180
|
+
"aria/File upload": string;
|
|
181
|
+
"aria/Image input": string;
|
|
182
|
+
"aria/Load More Channels": string;
|
|
183
|
+
"aria/Menu": string;
|
|
184
|
+
"aria/Message Options": string;
|
|
185
|
+
"aria/Open Attachment Selector": string;
|
|
186
|
+
"aria/Open Menu": string;
|
|
187
|
+
"aria/Open Message Actions Menu": string;
|
|
188
|
+
"aria/Open Reaction Selector": string;
|
|
189
|
+
"aria/Open Thread": string;
|
|
190
|
+
"aria/Reaction list": string;
|
|
191
|
+
"aria/Remind Me Options": string;
|
|
192
|
+
"aria/Remove attachment": string;
|
|
193
|
+
"aria/Remove location attachment": string;
|
|
194
|
+
"aria/Retry upload": string;
|
|
195
|
+
"aria/Search results": string;
|
|
196
|
+
"aria/Search results header filter button": string;
|
|
197
|
+
"aria/Send": string;
|
|
198
|
+
"aria/Stop AI Generation": string;
|
|
152
199
|
"Ask a question": string;
|
|
153
200
|
Attach: string;
|
|
154
201
|
"Attach files": string;
|
|
155
202
|
"Attachment upload blocked due to {{reason}}": string;
|
|
156
203
|
"Attachment upload failed due to {{reason}}": string;
|
|
204
|
+
"ban-command-args": string;
|
|
205
|
+
"ban-command-description": string;
|
|
157
206
|
Cancel: string;
|
|
158
207
|
"Cannot seek in the recording": string;
|
|
159
208
|
"Channel Missing": string;
|
|
@@ -170,8 +219,11 @@ export declare class Streami18n {
|
|
|
170
219
|
"Download attachment {{ name }}": string;
|
|
171
220
|
"Drag your files here": string;
|
|
172
221
|
"Drag your files here to add to your post": string;
|
|
173
|
-
"Due since {{ dueSince }}": string;
|
|
174
222
|
"Due {{ timeLeft }}": string;
|
|
223
|
+
"Due since {{ dueSince }}": string;
|
|
224
|
+
"duration/Message reminder": string;
|
|
225
|
+
"duration/Remind Me": string;
|
|
226
|
+
"duration/Share Location": string;
|
|
175
227
|
"Edit Message": string;
|
|
176
228
|
"Edit message request failed": string;
|
|
177
229
|
Edited: string;
|
|
@@ -180,6 +232,8 @@ export declare class Streami18n {
|
|
|
180
232
|
End: string;
|
|
181
233
|
"End vote": string;
|
|
182
234
|
"Enforce unique vote is enabled": string;
|
|
235
|
+
Error: string;
|
|
236
|
+
"Error \u00B7 Unsent": string;
|
|
183
237
|
"Error adding flag": string;
|
|
184
238
|
"Error connecting to chat, refresh the page to try again.": string;
|
|
185
239
|
"Error deleting message": string;
|
|
@@ -194,7 +248,6 @@ export declare class Streami18n {
|
|
|
194
248
|
"Error uploading attachment": string;
|
|
195
249
|
"Error uploading file": string;
|
|
196
250
|
"Error uploading image": string;
|
|
197
|
-
"Error \u00B7 Unsent": string;
|
|
198
251
|
"Error: {{ errorMessage }}": string;
|
|
199
252
|
"Failed to create the poll": string;
|
|
200
253
|
"Failed to create the poll due to {{reason}}": string;
|
|
@@ -207,7 +260,10 @@ export declare class Streami18n {
|
|
|
207
260
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": string;
|
|
208
261
|
Flag: string;
|
|
209
262
|
"Generating...": string;
|
|
263
|
+
"giphy-command-args": string;
|
|
264
|
+
"giphy-command-description": string;
|
|
210
265
|
"Latest Messages": string;
|
|
266
|
+
live: string;
|
|
211
267
|
"Live for {{duration}}": string;
|
|
212
268
|
"Live location": string;
|
|
213
269
|
"Live until {{ timestamp }}": string;
|
|
@@ -217,9 +273,9 @@ export declare class Streami18n {
|
|
|
217
273
|
"Mark as unread": string;
|
|
218
274
|
"Maximum number of votes (from 2 to 10)": string;
|
|
219
275
|
Menu: string;
|
|
276
|
+
"Message deleted": string;
|
|
220
277
|
"Message Failed \u00B7 Click to try again": string;
|
|
221
278
|
"Message Failed \u00B7 Unauthorized": string;
|
|
222
|
-
"Message deleted": string;
|
|
223
279
|
"Message has been successfully flagged": string;
|
|
224
280
|
"Message pinned": string;
|
|
225
281
|
"Message was blocked by moderation policies": string;
|
|
@@ -227,6 +283,9 @@ export declare class Streami18n {
|
|
|
227
283
|
"Missing permissions to upload the attachment": string;
|
|
228
284
|
"Multiple answers": string;
|
|
229
285
|
Mute: string;
|
|
286
|
+
"mute-command-args": string;
|
|
287
|
+
"mute-command-description": string;
|
|
288
|
+
"network error": string;
|
|
230
289
|
New: string;
|
|
231
290
|
"New Messages!": string;
|
|
232
291
|
"No chats here yet\u2026": string;
|
|
@@ -255,10 +314,18 @@ export declare class Streami18n {
|
|
|
255
314
|
"Remove reminder": string;
|
|
256
315
|
Reply: string;
|
|
257
316
|
"Reply to Message": string;
|
|
317
|
+
replyCount_one: string;
|
|
318
|
+
replyCount_other: string;
|
|
258
319
|
"Save for later": string;
|
|
259
320
|
"Saved for later": string;
|
|
260
321
|
Search: string;
|
|
322
|
+
"search-results-header-filter-source-button-label--channels": string;
|
|
323
|
+
"search-results-header-filter-source-button-label--messages": string;
|
|
324
|
+
"search-results-header-filter-source-button-label--users": string;
|
|
325
|
+
"Searching for {{ searchSourceType }}...": string;
|
|
261
326
|
"Searching...": string;
|
|
327
|
+
searchResultsCount_one: string;
|
|
328
|
+
searchResultsCount_other: string;
|
|
262
329
|
"See all options ({{count}})_one": string;
|
|
263
330
|
"See all options ({{count}})_other": string;
|
|
264
331
|
"Select one": string;
|
|
@@ -271,11 +338,12 @@ export declare class Streami18n {
|
|
|
271
338
|
"Sending...": string;
|
|
272
339
|
Sent: string;
|
|
273
340
|
Share: string;
|
|
274
|
-
"Share Location": string;
|
|
275
341
|
"Share live location for": string;
|
|
342
|
+
"Share Location": string;
|
|
276
343
|
"Shared live location": string;
|
|
277
344
|
"Show all": string;
|
|
278
345
|
Shuffle: string;
|
|
346
|
+
"size limit": string;
|
|
279
347
|
"Slow Mode ON": string;
|
|
280
348
|
"Some of the files will not be accepted": string;
|
|
281
349
|
"Start typing to search": string;
|
|
@@ -283,106 +351,50 @@ export declare class Streami18n {
|
|
|
283
351
|
Submit: string;
|
|
284
352
|
"Suggest an option": string;
|
|
285
353
|
"Thinking...": string;
|
|
354
|
+
"this content could not be displayed": string;
|
|
286
355
|
"This field cannot be empty or contain only spaces": string;
|
|
287
356
|
"This message did not meet our content guidelines": string;
|
|
288
357
|
"This message was deleted...": string;
|
|
289
358
|
Thread: string;
|
|
290
359
|
"Thread has not been found": string;
|
|
291
360
|
"Thread reply": string;
|
|
361
|
+
"timestamp/DateSeparator": string;
|
|
362
|
+
"timestamp/LiveLocation": string;
|
|
363
|
+
"timestamp/MessageTimestamp": string;
|
|
364
|
+
"timestamp/PollVote": string;
|
|
365
|
+
"timestamp/PollVoteTooltip": string;
|
|
366
|
+
"timestamp/ReminderNotification": string;
|
|
367
|
+
"timestamp/SystemMessage": string;
|
|
292
368
|
"To start recording, allow the camera access in your browser": string;
|
|
293
369
|
"To start recording, allow the microphone access in your browser": string;
|
|
370
|
+
"translationBuilderTopic/notification": string;
|
|
294
371
|
"Type a number from 2 to 10": string;
|
|
295
372
|
"Type your message": string;
|
|
296
373
|
Unarchive: string;
|
|
374
|
+
"unban-command-args": string;
|
|
375
|
+
"unban-command-description": string;
|
|
376
|
+
"unknown error": string;
|
|
297
377
|
Unmute: string;
|
|
378
|
+
"unmute-command-args": string;
|
|
379
|
+
"unmute-command-description": string;
|
|
298
380
|
Unpin: string;
|
|
299
381
|
"Unread messages": string;
|
|
382
|
+
unreadMessagesSeparatorText_one: string;
|
|
383
|
+
unreadMessagesSeparatorText_other: string;
|
|
300
384
|
"Unsupported attachment": string;
|
|
385
|
+
"unsupported file type": string;
|
|
301
386
|
"Update your comment": string;
|
|
302
387
|
"Upload type: \"{{ type }}\" is not allowed": string;
|
|
303
388
|
"User uploaded content": string;
|
|
304
|
-
"View results": string;
|
|
305
389
|
"View {{count}} comments_one": string;
|
|
306
390
|
"View {{count}} comments_other": string;
|
|
391
|
+
"View results": string;
|
|
307
392
|
"Voice message": string;
|
|
308
393
|
"Vote ended": string;
|
|
309
394
|
"Wait until all attachments have uploaded": string;
|
|
310
395
|
You: string;
|
|
311
396
|
"You have no channels currently": string;
|
|
312
397
|
"You've reached the maximum number of files": string;
|
|
313
|
-
"aria/Attachment": string;
|
|
314
|
-
"aria/Cancel Reply": string;
|
|
315
|
-
"aria/Cancel upload": string;
|
|
316
|
-
"aria/Channel list": string;
|
|
317
|
-
"aria/Channel search results": string;
|
|
318
|
-
"aria/Close thread": string;
|
|
319
|
-
"aria/Download attachment": string;
|
|
320
|
-
"aria/Emoji picker": string;
|
|
321
|
-
"aria/File input": string;
|
|
322
|
-
"aria/File upload": string;
|
|
323
|
-
"aria/Image input": string;
|
|
324
|
-
"aria/Load More Channels": string;
|
|
325
|
-
"aria/Menu": string;
|
|
326
|
-
"aria/Message Options": string;
|
|
327
|
-
"aria/Open Attachment Selector": string;
|
|
328
|
-
"aria/Open Menu": string;
|
|
329
|
-
"aria/Open Message Actions Menu": string;
|
|
330
|
-
"aria/Open Reaction Selector": string;
|
|
331
|
-
"aria/Open Thread": string;
|
|
332
|
-
"aria/Reaction list": string;
|
|
333
|
-
"aria/Remind Me Options": string;
|
|
334
|
-
"aria/Remove attachment": string;
|
|
335
|
-
"aria/Remove location attachment": string;
|
|
336
|
-
"aria/Retry upload": string;
|
|
337
|
-
"aria/Search results": string;
|
|
338
|
-
"aria/Search results header filter button": string;
|
|
339
|
-
"aria/Send": string;
|
|
340
|
-
"aria/Stop AI Generation": string;
|
|
341
|
-
"duration/Message reminder": string;
|
|
342
|
-
"duration/Remind Me": string;
|
|
343
|
-
"duration/Share Location": string;
|
|
344
|
-
live: string;
|
|
345
|
-
"network error": string;
|
|
346
|
-
replyCount_one: string;
|
|
347
|
-
replyCount_other: string;
|
|
348
|
-
"search-results-header-filter-source-button-label--channels": string;
|
|
349
|
-
"search-results-header-filter-source-button-label--messages": string;
|
|
350
|
-
"search-results-header-filter-source-button-label--users": string;
|
|
351
|
-
searchResultsCount_one: string;
|
|
352
|
-
searchResultsCount_other: string;
|
|
353
|
-
"size limit": string;
|
|
354
|
-
"this content could not be displayed": string;
|
|
355
|
-
"timestamp/DateSeparator": string;
|
|
356
|
-
"timestamp/LiveLocation": string;
|
|
357
|
-
"timestamp/MessageTimestamp": string;
|
|
358
|
-
"timestamp/PollVote": string;
|
|
359
|
-
"timestamp/PollVoteTooltip": string;
|
|
360
|
-
"timestamp/ReminderNotification": string;
|
|
361
|
-
"timestamp/SystemMessage": string;
|
|
362
|
-
"translationBuilderTopic/notification": string;
|
|
363
|
-
"unknown error": string;
|
|
364
|
-
unreadMessagesSeparatorText_one: string;
|
|
365
|
-
unreadMessagesSeparatorText_other: string;
|
|
366
|
-
"unsupported file type": string;
|
|
367
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": string;
|
|
368
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": string;
|
|
369
|
-
"{{ firstUser }} and {{ secondUser }}": string;
|
|
370
|
-
"{{ imageCount }} more": string;
|
|
371
|
-
"{{ memberCount }} members": string;
|
|
372
|
-
"{{ user }} has been muted": string;
|
|
373
|
-
"{{ user }} has been unmuted": string;
|
|
374
|
-
"{{ user }} is typing...": string;
|
|
375
|
-
"{{ users }} and more are typing...": string;
|
|
376
|
-
"{{ users }} and {{ user }} are typing...": string;
|
|
377
|
-
"{{ watcherCount }} online": string;
|
|
378
|
-
"{{count}} unread_one": string;
|
|
379
|
-
"{{count}} unread_other": string;
|
|
380
|
-
"{{count}} votes_one": string;
|
|
381
|
-
"{{count}} votes_other": string;
|
|
382
|
-
"\uD83C\uDFD9 Attachment...": string;
|
|
383
|
-
"\uD83D\uDCCA {{createdBy}} created: {{ pollName}}": string;
|
|
384
|
-
"\uD83D\uDCCA {{votedBy}} voted: {{pollOptionText}}": string;
|
|
385
|
-
"\uD83D\uDCCDShared location": string;
|
|
386
398
|
} | UnknownType;
|
|
387
399
|
};
|
|
388
400
|
};
|
package/dist/i18n/de.json
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
+
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} und {{moreCount}} mehr",
|
|
3
|
+
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} und {{ lastUser }}",
|
|
4
|
+
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} und {{ secondUser }}",
|
|
5
|
+
"{{ imageCount }} more": "{{ imageCount }} mehr",
|
|
6
|
+
"{{ memberCount }} members": "{{ memberCount }} Mitglieder",
|
|
7
|
+
"{{ user }} has been muted": "{{ user }} wurde stummgeschaltet",
|
|
8
|
+
"{{ user }} has been unmuted": "Die Stummschaltung von {{ user }} wurde aufgehoben",
|
|
9
|
+
"{{ user }} is typing...": "{{ user }} tippt...",
|
|
10
|
+
"{{ users }} and {{ user }} are typing...": "{{ users }} und {{ user }} tippen...",
|
|
11
|
+
"{{ users }} and more are typing...": "{{ users }} und mehr tippen...",
|
|
12
|
+
"{{ watcherCount }} online": "{{ watcherCount }} online",
|
|
13
|
+
"{{count}} unread_one": "{{count}} ungelesen",
|
|
14
|
+
"{{count}} unread_other": "{{count}} ungelesen",
|
|
15
|
+
"{{count}} votes_one": "{{count}} Stimme",
|
|
16
|
+
"{{count}} votes_other": "{{count}} Stimmen",
|
|
17
|
+
"🏙 Attachment...": "🏙 Anhang...",
|
|
18
|
+
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} hat erstellt: {{ pollName}}",
|
|
19
|
+
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} hat abgestimmt: {{pollOptionText}}",
|
|
20
|
+
"📍Shared location": "📍Geteilter Standort",
|
|
2
21
|
"Add a comment": "Einen Kommentar hinzufügen",
|
|
3
22
|
"Add an option": "Eine Option hinzufügen",
|
|
4
23
|
"All results loaded": "Alle Ergebnisse geladen",
|
|
@@ -13,11 +32,41 @@
|
|
|
13
32
|
"Anonymous": "Anonym",
|
|
14
33
|
"Anonymous poll": "Anonyme Umfrage",
|
|
15
34
|
"Archive": "Archivieren",
|
|
35
|
+
"aria/Attachment": "Anhang",
|
|
36
|
+
"aria/Cancel Reply": "Antwort abbrechen",
|
|
37
|
+
"aria/Cancel upload": "Upload abbrechen",
|
|
38
|
+
"aria/Channel list": "Kanalliste",
|
|
39
|
+
"aria/Channel search results": "Kanalsuchergebnisse",
|
|
40
|
+
"aria/Close thread": "Thread schließen",
|
|
41
|
+
"aria/Download attachment": "Anhang herunterladen",
|
|
42
|
+
"aria/Emoji picker": "Emoji-Auswahl",
|
|
43
|
+
"aria/File input": "Dateieingabe",
|
|
44
|
+
"aria/File upload": "Datei hochladen",
|
|
45
|
+
"aria/Image input": "Bildeingabe",
|
|
46
|
+
"aria/Load More Channels": "Mehr Kanäle laden",
|
|
47
|
+
"aria/Menu": "Menü",
|
|
48
|
+
"aria/Message Options": "Nachrichtenoptionen",
|
|
49
|
+
"aria/Open Attachment Selector": "Anhang-Auswahl öffnen",
|
|
50
|
+
"aria/Open Menu": "Menü öffnen",
|
|
51
|
+
"aria/Open Message Actions Menu": "Nachrichtenaktionsmenü öffnen",
|
|
52
|
+
"aria/Open Reaction Selector": "Reaktionsauswahl öffnen",
|
|
53
|
+
"aria/Open Thread": "Thread öffnen",
|
|
54
|
+
"aria/Reaction list": "Reaktionsliste",
|
|
55
|
+
"aria/Remind Me Options": "Erinnerungsoptionen",
|
|
56
|
+
"aria/Remove attachment": "Anhang entfernen",
|
|
57
|
+
"aria/Remove location attachment": "Standortanhang entfernen",
|
|
58
|
+
"aria/Retry upload": "Upload erneut versuchen",
|
|
59
|
+
"aria/Search results": "Suchergebnisse",
|
|
60
|
+
"aria/Search results header filter button": "Suchergebnisse-Kopfzeilen-Filterbutton",
|
|
61
|
+
"aria/Send": "Senden",
|
|
62
|
+
"aria/Stop AI Generation": "KI-Generierung stoppen",
|
|
16
63
|
"Ask a question": "Eine Frage stellen",
|
|
17
64
|
"Attach": "Anhängen",
|
|
18
65
|
"Attach files": "Dateien anhängen",
|
|
19
66
|
"Attachment upload blocked due to {{reason}}": "Anhang-Upload blockiert wegen {{reason}}",
|
|
20
67
|
"Attachment upload failed due to {{reason}}": "Anhang-Upload fehlgeschlagen wegen {{reason}}",
|
|
68
|
+
"ban-command-args": "[@Benutzername] [Text]",
|
|
69
|
+
"ban-command-description": "Einen Benutzer verbannen",
|
|
21
70
|
"Cancel": "Abbrechen",
|
|
22
71
|
"Cannot seek in the recording": "In der Aufnahme kann nicht gesucht werden",
|
|
23
72
|
"Channel Missing": "Kanal fehlt",
|
|
@@ -34,8 +83,11 @@
|
|
|
34
83
|
"Download attachment {{ name }}": "Anhang {{ name }} herunterladen",
|
|
35
84
|
"Drag your files here": "Ziehen Sie Ihre Dateien hierher",
|
|
36
85
|
"Drag your files here to add to your post": "Ziehen Sie Ihre Dateien hierher, um sie Ihrem Beitrag hinzuzufügen",
|
|
37
|
-
"Due since {{ dueSince }}": "Fällig seit {{ dueSince }}",
|
|
38
86
|
"Due {{ timeLeft }}": "Fällig {{ timeLeft }}",
|
|
87
|
+
"Due since {{ dueSince }}": "Fällig seit {{ dueSince }}",
|
|
88
|
+
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
89
|
+
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
90
|
+
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
39
91
|
"Edit Message": "Nachricht bearbeiten",
|
|
40
92
|
"Edit message request failed": "Anfrage zum Bearbeiten der Nachricht fehlgeschlagen",
|
|
41
93
|
"Edited": "Bearbeitet",
|
|
@@ -44,6 +96,8 @@
|
|
|
44
96
|
"End": "Beenden",
|
|
45
97
|
"End vote": "Abstimmung beenden",
|
|
46
98
|
"Enforce unique vote is enabled": "Eindeutige Abstimmung ist aktiviert",
|
|
99
|
+
"Error": "Error",
|
|
100
|
+
"Error · Unsent": "Fehler · Nicht gesendet",
|
|
47
101
|
"Error adding flag": "Fehler beim Hinzufügen des Flags",
|
|
48
102
|
"Error connecting to chat, refresh the page to try again.": "Verbindungsfehler zum Chat, aktualisieren Sie die Seite, um es erneut zu versuchen.",
|
|
49
103
|
"Error deleting message": "Fehler beim Löschen der Nachricht",
|
|
@@ -58,7 +112,6 @@
|
|
|
58
112
|
"Error uploading attachment": "Fehler beim Hochladen des Anhangs",
|
|
59
113
|
"Error uploading file": "Fehler beim Hochladen der Datei",
|
|
60
114
|
"Error uploading image": "Fehler beim Hochladen des Bildes",
|
|
61
|
-
"Error · Unsent": "Fehler · Nicht gesendet",
|
|
62
115
|
"Error: {{ errorMessage }}": "Fehler: {{ errorMessage }}",
|
|
63
116
|
"Failed to create the poll": "Fehler beim Erstellen der Umfrage",
|
|
64
117
|
"Failed to create the poll due to {{reason}}": "Die Umfrage konnte aufgrund von {{reason}} nicht erstellt werden",
|
|
@@ -71,7 +124,10 @@
|
|
|
71
124
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Datei ist zu groß: {{ size }}, maximale Upload-Größe beträgt {{ limit }}",
|
|
72
125
|
"Flag": "Melden",
|
|
73
126
|
"Generating...": "Generieren...",
|
|
127
|
+
"giphy-command-args": "[Text]",
|
|
128
|
+
"giphy-command-description": "Poste ein zufälliges Gif in den Kanal",
|
|
74
129
|
"Latest Messages": "Neueste Nachrichten",
|
|
130
|
+
"live": "live",
|
|
75
131
|
"Live for {{duration}}": "Live für {{duration}}",
|
|
76
132
|
"Live location": "Live-Standort",
|
|
77
133
|
"Live until {{ timestamp }}": "Live bis {{ timestamp }}",
|
|
@@ -81,9 +137,9 @@
|
|
|
81
137
|
"Mark as unread": "Als ungelesen markieren",
|
|
82
138
|
"Maximum number of votes (from 2 to 10)": "Maximale Anzahl der Stimmen (von 2 bis 10)",
|
|
83
139
|
"Menu": "Menü",
|
|
140
|
+
"Message deleted": "Nachricht gelöscht",
|
|
84
141
|
"Message Failed · Click to try again": "Nachricht fehlgeschlagen · Klicken, um es erneut zu versuchen",
|
|
85
142
|
"Message Failed · Unauthorized": "Nachricht fehlgeschlagen · Nicht autorisiert",
|
|
86
|
-
"Message deleted": "Nachricht gelöscht",
|
|
87
143
|
"Message has been successfully flagged": "Nachricht wurde erfolgreich gemeldet",
|
|
88
144
|
"Message pinned": "Nachricht angeheftet",
|
|
89
145
|
"Message was blocked by moderation policies": "Nachricht wurde durch moderationsrichtlinien blockiert",
|
|
@@ -91,6 +147,9 @@
|
|
|
91
147
|
"Missing permissions to upload the attachment": "Fehlende Berechtigungen zum Hochladen des Anhangs",
|
|
92
148
|
"Multiple answers": "Mehrere Antworten",
|
|
93
149
|
"Mute": "Stummschalten",
|
|
150
|
+
"mute-command-args": "[@Benutzername]",
|
|
151
|
+
"mute-command-description": "Stummschalten eines Benutzers",
|
|
152
|
+
"network error": "Netzwerkfehler",
|
|
94
153
|
"New": "Neu",
|
|
95
154
|
"New Messages!": "Neue Nachrichten!",
|
|
96
155
|
"No chats here yet…": "Noch keine Chats hier...",
|
|
@@ -119,10 +178,18 @@
|
|
|
119
178
|
"Remove reminder": "Erinnerung entfernen",
|
|
120
179
|
"Reply": "Antworten",
|
|
121
180
|
"Reply to Message": "Auf Nachricht antworten",
|
|
181
|
+
"replyCount_one": "1 Antwort",
|
|
182
|
+
"replyCount_other": "{{ count }} Antworten",
|
|
122
183
|
"Save for later": "Für später speichern",
|
|
123
184
|
"Saved for later": "Für später gespeichert",
|
|
124
185
|
"Search": "Suche",
|
|
186
|
+
"search-results-header-filter-source-button-label--channels": "Kanäle",
|
|
187
|
+
"search-results-header-filter-source-button-label--messages": "Nachrichten",
|
|
188
|
+
"search-results-header-filter-source-button-label--users": "Benutzer",
|
|
189
|
+
"Searching for {{ searchSourceType }}...": "Searching for {{ searchSourceType }}...",
|
|
125
190
|
"Searching...": "Suchen...",
|
|
191
|
+
"searchResultsCount_one": "1 Ergebnis",
|
|
192
|
+
"searchResultsCount_other": "{{ count }} Ergebnisse",
|
|
126
193
|
"See all options ({{count}})_one": "Alle Optionen anzeigen ({{count}})",
|
|
127
194
|
"See all options ({{count}})_other": "Alle Optionen anzeigen ({{count}})",
|
|
128
195
|
"Select one": "Eine auswählen",
|
|
@@ -135,11 +202,12 @@
|
|
|
135
202
|
"Sending...": "Senden...",
|
|
136
203
|
"Sent": "Gesendet",
|
|
137
204
|
"Share": "Teilen",
|
|
138
|
-
"Share Location": "Standort teilen",
|
|
139
205
|
"Share live location for": "Live-Standort teilen für",
|
|
206
|
+
"Share Location": "Standort teilen",
|
|
140
207
|
"Shared live location": "Geteilter Live-Standort",
|
|
141
208
|
"Show all": "Alle anzeigen",
|
|
142
209
|
"Shuffle": "Mischen",
|
|
210
|
+
"size limit": "Größenbeschränkung",
|
|
143
211
|
"Slow Mode ON": "Langsamer Modus EIN",
|
|
144
212
|
"Some of the files will not be accepted": "Einige der Dateien werden nicht akzeptiert",
|
|
145
213
|
"Start typing to search": "Tippen Sie, um zu suchen",
|
|
@@ -147,114 +215,48 @@
|
|
|
147
215
|
"Submit": "Absenden",
|
|
148
216
|
"Suggest an option": "Eine Option vorschlagen",
|
|
149
217
|
"Thinking...": "Denken...",
|
|
218
|
+
"this content could not be displayed": "Dieser Inhalt konnte nicht angezeigt werden",
|
|
150
219
|
"This field cannot be empty or contain only spaces": "Dieses Feld darf nicht leer sein oder nur Leerzeichen enthalten",
|
|
151
220
|
"This message did not meet our content guidelines": "Diese Nachricht entsprach nicht unseren Inhaltsrichtlinien",
|
|
152
221
|
"This message was deleted...": "Diese Nachricht wurde gelöscht...",
|
|
153
222
|
"Thread": "Thread",
|
|
154
223
|
"Thread has not been found": "Thread wurde nicht gefunden",
|
|
155
224
|
"Thread reply": "Thread-Antwort",
|
|
225
|
+
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
226
|
+
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
+
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
228
|
+
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
229
|
+
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
230
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
231
|
+
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
156
232
|
"To start recording, allow the camera access in your browser": "Um mit der Aufnahme zu beginnen, erlauben Sie den Zugriff auf die Kamera in Ihrem Browser",
|
|
157
233
|
"To start recording, allow the microphone access in your browser": "Um mit der Aufnahme zu beginnen, erlauben Sie den Zugriff auf das Mikrofon in Ihrem Browser",
|
|
234
|
+
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
158
235
|
"Type a number from 2 to 10": "Geben Sie eine Zahl von 2 bis 10 ein",
|
|
159
236
|
"Type your message": "Nachricht eingeben",
|
|
160
237
|
"Unarchive": "Archivierung aufheben",
|
|
238
|
+
"unban-command-args": "[@Benutzername]",
|
|
239
|
+
"unban-command-description": "Einen Benutzer entbannen",
|
|
240
|
+
"unknown error": "Unbekannter Fehler",
|
|
161
241
|
"Unmute": "Stummschaltung aufheben",
|
|
242
|
+
"unmute-command-args": "[@Benutzername]",
|
|
243
|
+
"unmute-command-description": "Stummschaltung eines Benutzers aufheben",
|
|
162
244
|
"Unpin": "Anheftung aufheben",
|
|
163
245
|
"Unread messages": "Ungelesene Nachrichten",
|
|
246
|
+
"unreadMessagesSeparatorText_one": "1 ungelesene Nachricht",
|
|
247
|
+
"unreadMessagesSeparatorText_other": "{{count}} ungelesene Nachrichten",
|
|
164
248
|
"Unsupported attachment": "Nicht unterstützter Anhang",
|
|
249
|
+
"unsupported file type": "Nicht unterstützter Dateityp",
|
|
165
250
|
"Update your comment": "Ihren Kommentar aktualisieren",
|
|
166
251
|
"Upload type: \"{{ type }}\" is not allowed": "Upload-Typ: \"{{ type }}\" ist nicht erlaubt",
|
|
167
252
|
"User uploaded content": "Vom Benutzer hochgeladener Inhalt",
|
|
168
|
-
"View results": "Ergebnisse anzeigen",
|
|
169
253
|
"View {{count}} comments_one": "{{count}} Kommentar anzeigen",
|
|
170
254
|
"View {{count}} comments_other": "{{count}} Kommentare anzeigen",
|
|
255
|
+
"View results": "Ergebnisse anzeigen",
|
|
171
256
|
"Voice message": "Sprachnachricht",
|
|
172
257
|
"Vote ended": "Abstimmung beendet",
|
|
173
258
|
"Wait until all attachments have uploaded": "Bitte warten, bis alle Anhänge hochgeladen wurden",
|
|
174
259
|
"You": "Du",
|
|
175
260
|
"You have no channels currently": "Du hast momentan noch keine Kanäle",
|
|
176
|
-
"You've reached the maximum number of files": "Die maximale Anzahl an Dateien ist erreicht"
|
|
177
|
-
"aria/Attachment": "Anhang",
|
|
178
|
-
"aria/Cancel Reply": "Antwort abbrechen",
|
|
179
|
-
"aria/Cancel upload": "Upload abbrechen",
|
|
180
|
-
"aria/Channel list": "Kanalliste",
|
|
181
|
-
"aria/Channel search results": "Kanalsuchergebnisse",
|
|
182
|
-
"aria/Close thread": "Thread schließen",
|
|
183
|
-
"aria/Download attachment": "Anhang herunterladen",
|
|
184
|
-
"aria/Emoji picker": "Emoji-Auswahl",
|
|
185
|
-
"aria/File input": "Dateieingabe",
|
|
186
|
-
"aria/File upload": "Datei hochladen",
|
|
187
|
-
"aria/Image input": "Bildeingabe",
|
|
188
|
-
"aria/Load More Channels": "Mehr Kanäle laden",
|
|
189
|
-
"aria/Menu": "Menü",
|
|
190
|
-
"aria/Message Options": "Nachrichtenoptionen",
|
|
191
|
-
"aria/Open Attachment Selector": "Anhang-Auswahl öffnen",
|
|
192
|
-
"aria/Open Menu": "Menü öffnen",
|
|
193
|
-
"aria/Open Message Actions Menu": "Nachrichtenaktionsmenü öffnen",
|
|
194
|
-
"aria/Open Reaction Selector": "Reaktionsauswahl öffnen",
|
|
195
|
-
"aria/Open Thread": "Thread öffnen",
|
|
196
|
-
"aria/Reaction list": "Reaktionsliste",
|
|
197
|
-
"aria/Remind Me Options": "Erinnerungsoptionen",
|
|
198
|
-
"aria/Remove attachment": "Anhang entfernen",
|
|
199
|
-
"aria/Remove location attachment": "Standortanhang entfernen",
|
|
200
|
-
"aria/Retry upload": "Upload erneut versuchen",
|
|
201
|
-
"aria/Search results": "Suchergebnisse",
|
|
202
|
-
"aria/Search results header filter button": "Suchergebnisse-Kopfzeilen-Filterbutton",
|
|
203
|
-
"aria/Send": "Senden",
|
|
204
|
-
"aria/Stop AI Generation": "KI-Generierung stoppen",
|
|
205
|
-
"ban-command-args": "[@Benutzername] [Text]",
|
|
206
|
-
"ban-command-description": "Einen Benutzer verbannen",
|
|
207
|
-
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
208
|
-
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
209
|
-
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
210
|
-
"giphy-command-args": "[Text]",
|
|
211
|
-
"giphy-command-description": "Poste ein zufälliges Gif in den Kanal",
|
|
212
|
-
"live": "live",
|
|
213
|
-
"mute-command-args": "[@Benutzername]",
|
|
214
|
-
"mute-command-description": "Stummschalten eines Benutzers",
|
|
215
|
-
"network error": "Netzwerkfehler",
|
|
216
|
-
"replyCount_one": "1 Antwort",
|
|
217
|
-
"replyCount_other": "{{ count }} Antworten",
|
|
218
|
-
"search-results-header-filter-source-button-label--channels": "Kanäle",
|
|
219
|
-
"search-results-header-filter-source-button-label--messages": "Nachrichten",
|
|
220
|
-
"search-results-header-filter-source-button-label--users": "Benutzer",
|
|
221
|
-
"searchResultsCount_one": "1 Ergebnis",
|
|
222
|
-
"searchResultsCount_other": "{{ count }} Ergebnisse",
|
|
223
|
-
"size limit": "Größenbeschränkung",
|
|
224
|
-
"this content could not be displayed": "Dieser Inhalt konnte nicht angezeigt werden",
|
|
225
|
-
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
226
|
-
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
-
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
228
|
-
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
229
|
-
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
230
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
231
|
-
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
232
|
-
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
233
|
-
"unban-command-args": "[@Benutzername]",
|
|
234
|
-
"unban-command-description": "Einen Benutzer entbannen",
|
|
235
|
-
"unknown error": "Unbekannter Fehler",
|
|
236
|
-
"unmute-command-args": "[@Benutzername]",
|
|
237
|
-
"unmute-command-description": "Stummschaltung eines Benutzers aufheben",
|
|
238
|
-
"unreadMessagesSeparatorText_one": "1 ungelesene Nachricht",
|
|
239
|
-
"unreadMessagesSeparatorText_other": "{{count}} ungelesene Nachrichten",
|
|
240
|
-
"unsupported file type": "Nicht unterstützter Dateityp",
|
|
241
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} und {{moreCount}} mehr",
|
|
242
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} und {{ lastUser }}",
|
|
243
|
-
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} und {{ secondUser }}",
|
|
244
|
-
"{{ imageCount }} more": "{{ imageCount }} mehr",
|
|
245
|
-
"{{ memberCount }} members": "{{ memberCount }} Mitglieder",
|
|
246
|
-
"{{ user }} has been muted": "{{ user }} wurde stummgeschaltet",
|
|
247
|
-
"{{ user }} has been unmuted": "Die Stummschaltung von {{ user }} wurde aufgehoben",
|
|
248
|
-
"{{ user }} is typing...": "{{ user }} tippt...",
|
|
249
|
-
"{{ users }} and more are typing...": "{{ users }} und mehr tippen...",
|
|
250
|
-
"{{ users }} and {{ user }} are typing...": "{{ users }} und {{ user }} tippen...",
|
|
251
|
-
"{{ watcherCount }} online": "{{ watcherCount }} online",
|
|
252
|
-
"{{count}} unread_one": "{{count}} ungelesen",
|
|
253
|
-
"{{count}} unread_other": "{{count}} ungelesen",
|
|
254
|
-
"{{count}} votes_one": "{{count}} Stimme",
|
|
255
|
-
"{{count}} votes_other": "{{count}} Stimmen",
|
|
256
|
-
"🏙 Attachment...": "🏙 Anhang...",
|
|
257
|
-
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} hat erstellt: {{ pollName}}",
|
|
258
|
-
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} hat abgestimmt: {{pollOptionText}}",
|
|
259
|
-
"📍Shared location": "📍Geteilter Standort"
|
|
261
|
+
"You've reached the maximum number of files": "Die maximale Anzahl an Dateien ist erreicht"
|
|
260
262
|
}
|