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
package/dist/i18n/fr.json
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
+
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} et {{ moreCount }} autres",
|
|
3
|
+
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} et {{ lastUser }}",
|
|
4
|
+
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} et {{ secondUser }}",
|
|
5
|
+
"{{ imageCount }} more": "{{ imageCount }} supplémentaires",
|
|
6
|
+
"{{ memberCount }} members": "{{ memberCount }} membres",
|
|
7
|
+
"{{ user }} has been muted": "{{ user }} a été mis en sourdine",
|
|
8
|
+
"{{ user }} has been unmuted": "{{ user }} n'est plus en sourdine",
|
|
9
|
+
"{{ user }} is typing...": "{{ user }} est en train d'écrire...",
|
|
10
|
+
"{{ users }} and {{ user }} are typing...": "{{ users }} et {{ user }} sont en train d'écrire...",
|
|
11
|
+
"{{ users }} and more are typing...": "{{ users }} et plus sont en train d'écrire...",
|
|
12
|
+
"{{ watcherCount }} online": "{{ watcherCount }} en ligne",
|
|
13
|
+
"{{count}} unread_one": "{{count}} non lu",
|
|
14
|
+
"{{count}} unread_many": "{{count}} non lus",
|
|
15
|
+
"{{count}} unread_other": "{{count}} non lus",
|
|
16
|
+
"{{count}} votes_one": "{{count}} vote",
|
|
17
|
+
"{{count}} votes_many": "{{count}} votes",
|
|
18
|
+
"{{count}} votes_other": "{{count}} votes",
|
|
19
|
+
"🏙 Attachment...": "🏙 Pièce jointe...",
|
|
20
|
+
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} a créé : {{ pollName}}",
|
|
21
|
+
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} a voté : {{pollOptionText}}",
|
|
22
|
+
"📍Shared location": "📍Emplacement partagé",
|
|
2
23
|
"Add a comment": "Ajouter un commentaire",
|
|
3
24
|
"Add an option": "Ajouter une option",
|
|
4
25
|
"All results loaded": "Tous les résultats sont chargés",
|
|
@@ -13,11 +34,41 @@
|
|
|
13
34
|
"Anonymous": "Anonyme",
|
|
14
35
|
"Anonymous poll": "Sondage anonyme",
|
|
15
36
|
"Archive": "Archive",
|
|
37
|
+
"aria/Attachment": "Pièce jointe",
|
|
38
|
+
"aria/Cancel Reply": "Annuler la réponse",
|
|
39
|
+
"aria/Cancel upload": "Annuler le téléchargement",
|
|
40
|
+
"aria/Channel list": "Liste des canaux",
|
|
41
|
+
"aria/Channel search results": "Résultats de recherche de canaux",
|
|
42
|
+
"aria/Close thread": "Fermer le fil",
|
|
43
|
+
"aria/Download attachment": "Télécharger la pièce jointe",
|
|
44
|
+
"aria/Emoji picker": "Sélecteur d'émojis",
|
|
45
|
+
"aria/File input": "Entrée de fichier",
|
|
46
|
+
"aria/File upload": "Téléchargement de fichier",
|
|
47
|
+
"aria/Image input": "Entrée d'image",
|
|
48
|
+
"aria/Load More Channels": "Charger plus de canaux",
|
|
49
|
+
"aria/Menu": "Menu",
|
|
50
|
+
"aria/Message Options": "Options du message",
|
|
51
|
+
"aria/Open Attachment Selector": "Ouvrir le sélecteur de pièces jointes",
|
|
52
|
+
"aria/Open Menu": "Ouvrir le menu",
|
|
53
|
+
"aria/Open Message Actions Menu": "Ouvrir le menu des actions du message",
|
|
54
|
+
"aria/Open Reaction Selector": "Ouvrir le sélecteur de réactions",
|
|
55
|
+
"aria/Open Thread": "Ouvrir le fil",
|
|
56
|
+
"aria/Reaction list": "Liste des réactions",
|
|
57
|
+
"aria/Remind Me Options": "Options de rappel",
|
|
58
|
+
"aria/Remove attachment": "Supprimer la pièce jointe",
|
|
59
|
+
"aria/Remove location attachment": "Supprimer la pièce jointe d'emplacement",
|
|
60
|
+
"aria/Retry upload": "Réessayer le téléchargement",
|
|
61
|
+
"aria/Search results": "Résultats de recherche",
|
|
62
|
+
"aria/Search results header filter button": "Bouton de filtre d'en-tête des résultats de recherche",
|
|
63
|
+
"aria/Send": "Envoyer",
|
|
64
|
+
"aria/Stop AI Generation": "Arrêter la génération d'IA",
|
|
16
65
|
"Ask a question": "Poser une question",
|
|
17
66
|
"Attach": "Joindre",
|
|
18
67
|
"Attach files": "Joindre des fichiers",
|
|
19
68
|
"Attachment upload blocked due to {{reason}}": "Téléchargement de pièce jointe bloqué en raison de {{reason}}",
|
|
20
69
|
"Attachment upload failed due to {{reason}}": "Échec du téléchargement de la pièce jointe en raison de {{reason}}",
|
|
70
|
+
"ban-command-args": "[@nomdutilisateur] [texte]",
|
|
71
|
+
"ban-command-description": "Bannir un utilisateur",
|
|
21
72
|
"Cancel": "Annuler",
|
|
22
73
|
"Cannot seek in the recording": "Impossible de rechercher dans l'enregistrement",
|
|
23
74
|
"Channel Missing": "Canal Manquant",
|
|
@@ -34,8 +85,11 @@
|
|
|
34
85
|
"Download attachment {{ name }}": "Télécharger la pièce jointe {{ name }}",
|
|
35
86
|
"Drag your files here": "Glissez vos fichiers ici",
|
|
36
87
|
"Drag your files here to add to your post": "Glissez vos fichiers ici pour les ajouter à votre publication",
|
|
37
|
-
"Due since {{ dueSince }}": "Échéance depuis {{ dueSince }}",
|
|
38
88
|
"Due {{ timeLeft }}": "Échéance dans {{ timeLeft }}",
|
|
89
|
+
"Due since {{ dueSince }}": "Échéance depuis {{ dueSince }}",
|
|
90
|
+
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
91
|
+
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
92
|
+
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
39
93
|
"Edit Message": "Éditer un message",
|
|
40
94
|
"Edit message request failed": "Échec de la demande de modification du message",
|
|
41
95
|
"Edited": "Modifié",
|
|
@@ -44,6 +98,8 @@
|
|
|
44
98
|
"End": "Fin",
|
|
45
99
|
"End vote": "Fin du vote",
|
|
46
100
|
"Enforce unique vote is enabled": "Le vote unique est activé",
|
|
101
|
+
"Error": "Erreur",
|
|
102
|
+
"Error · Unsent": "Erreur - Non envoyé",
|
|
47
103
|
"Error adding flag": "Erreur lors de l'ajout du signalement",
|
|
48
104
|
"Error connecting to chat, refresh the page to try again.": "Erreur de connexion au chat, rafraîchissez la page pour réessayer.",
|
|
49
105
|
"Error deleting message": "Erreur lors de la suppression du message",
|
|
@@ -58,7 +114,6 @@
|
|
|
58
114
|
"Error uploading attachment": "Erreur lors du téléchargement de la pièce jointe",
|
|
59
115
|
"Error uploading file": "Erreur lors du téléchargement du fichier",
|
|
60
116
|
"Error uploading image": "Erreur lors de l'envoi de l'image",
|
|
61
|
-
"Error · Unsent": "Erreur - Non envoyé",
|
|
62
117
|
"Error: {{ errorMessage }}": "Erreur : {{ errorMessage }}",
|
|
63
118
|
"Failed to create the poll": "Échec de la création du sondage",
|
|
64
119
|
"Failed to create the poll due to {{reason}}": "Échec de la création du sondage en raison de {{reason}}",
|
|
@@ -71,7 +126,10 @@
|
|
|
71
126
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Le fichier est trop volumineux : {{ size }}, la taille maximale de téléchargement est de {{ limit }}",
|
|
72
127
|
"Flag": "Signaler",
|
|
73
128
|
"Generating...": "Génération...",
|
|
129
|
+
"giphy-command-args": "[texte]",
|
|
130
|
+
"giphy-command-description": "Poster un GIF aléatoire dans le canal",
|
|
74
131
|
"Latest Messages": "Derniers messages",
|
|
132
|
+
"live": "en direct",
|
|
75
133
|
"Live for {{duration}}": "En direct pendant {{duration}}",
|
|
76
134
|
"Live location": "Emplacement en direct",
|
|
77
135
|
"Live until {{ timestamp }}": "En direct jusqu'à {{ timestamp }}",
|
|
@@ -81,9 +139,9 @@
|
|
|
81
139
|
"Mark as unread": "Marquer comme non lu",
|
|
82
140
|
"Maximum number of votes (from 2 to 10)": "Nombre maximum de votes (de 2 à 10)",
|
|
83
141
|
"Menu": "Menu",
|
|
142
|
+
"Message deleted": "Message supprimé",
|
|
84
143
|
"Message Failed · Click to try again": "Échec de l'envoi du message - Cliquez pour réessayer",
|
|
85
144
|
"Message Failed · Unauthorized": "Échec de l'envoi du message - Non autorisé",
|
|
86
|
-
"Message deleted": "Message supprimé",
|
|
87
145
|
"Message has been successfully flagged": "Le message a été signalé avec succès",
|
|
88
146
|
"Message pinned": "Message épinglé",
|
|
89
147
|
"Message was blocked by moderation policies": "Le message a été bloqué par les politiques de modération",
|
|
@@ -91,6 +149,9 @@
|
|
|
91
149
|
"Missing permissions to upload the attachment": "Autorisations manquantes pour télécharger la pièce jointe",
|
|
92
150
|
"Multiple answers": "Réponses multiples",
|
|
93
151
|
"Mute": "Muet",
|
|
152
|
+
"mute-command-args": "[@nomdutilisateur]",
|
|
153
|
+
"mute-command-description": "Muter un utilisateur",
|
|
154
|
+
"network error": "erreur réseau",
|
|
94
155
|
"New": "Nouveau",
|
|
95
156
|
"New Messages!": "Nouveaux Messages!",
|
|
96
157
|
"No chats here yet…": "Pas encore de messages ici...",
|
|
@@ -119,17 +180,27 @@
|
|
|
119
180
|
"Remove reminder": "Supprimer le rappel",
|
|
120
181
|
"Reply": "Répondre",
|
|
121
182
|
"Reply to Message": "Répondre au message",
|
|
183
|
+
"replyCount_one": "1 réponse",
|
|
184
|
+
"replyCount_many": "{{ count }} réponses",
|
|
185
|
+
"replyCount_other": "{{ count }} réponses",
|
|
122
186
|
"Save for later": "Enregistrer pour plus tard",
|
|
123
187
|
"Saved for later": "Enregistré pour plus tard",
|
|
124
188
|
"Search": "Rechercher",
|
|
189
|
+
"search-results-header-filter-source-button-label--channels": "canaux",
|
|
190
|
+
"search-results-header-filter-source-button-label--messages": "messages",
|
|
191
|
+
"search-results-header-filter-source-button-label--users": "utilisateurs",
|
|
192
|
+
"Searching for {{ searchSourceType }}...": "Recherche de {{ searchSourceType }}...",
|
|
125
193
|
"Searching...": "Recherche en cours...",
|
|
126
|
-
"
|
|
194
|
+
"searchResultsCount_one": "1 résultat",
|
|
195
|
+
"searchResultsCount_many": "{{ count }} résultats",
|
|
196
|
+
"searchResultsCount_other": "{{ count }} résultats",
|
|
127
197
|
"See all options ({{count}})_one": "Voir toutes les options ({{count}})",
|
|
198
|
+
"See all options ({{count}})_many": "Voir toutes les options ({{count}})",
|
|
128
199
|
"See all options ({{count}})_other": "Voir toutes les options ({{count}})",
|
|
129
200
|
"Select one": "Sélectionner un",
|
|
130
201
|
"Select one or more": "Sélectionner un ou plusieurs",
|
|
131
|
-
"Select up to {{count}}_many": "Sélectionner jusqu'à {{count}}",
|
|
132
202
|
"Select up to {{count}}_one": "Sélectionner jusqu'à {{count}}",
|
|
203
|
+
"Select up to {{count}}_many": "Sélectionner jusqu'à {{count}}",
|
|
133
204
|
"Select up to {{count}}_other": "Sélectionner jusqu'à {{count}}",
|
|
134
205
|
"Send": "Envoyer",
|
|
135
206
|
"Send Anyway": "Envoyer quand même",
|
|
@@ -137,11 +208,12 @@
|
|
|
137
208
|
"Sending...": "Envoi en cours...",
|
|
138
209
|
"Sent": "Envoyé",
|
|
139
210
|
"Share": "Partager",
|
|
140
|
-
"Share Location": "Partager l'emplacement",
|
|
141
211
|
"Share live location for": "Partager l'emplacement en direct pendant",
|
|
212
|
+
"Share Location": "Partager l'emplacement",
|
|
142
213
|
"Shared live location": "Emplacement en direct partagé",
|
|
143
214
|
"Show all": "Tout afficher",
|
|
144
215
|
"Shuffle": "Mélanger",
|
|
216
|
+
"size limit": "limite de taille",
|
|
145
217
|
"Slow Mode ON": "Mode lent activé",
|
|
146
218
|
"Some of the files will not be accepted": "Certains fichiers ne seront pas acceptés",
|
|
147
219
|
"Start typing to search": "Commencez à taper pour rechercher",
|
|
@@ -149,120 +221,50 @@
|
|
|
149
221
|
"Submit": "Envoyer",
|
|
150
222
|
"Suggest an option": "Suggérer une option",
|
|
151
223
|
"Thinking...": "Réflexion...",
|
|
224
|
+
"this content could not be displayed": "ce contenu n'a pas pu être affiché",
|
|
152
225
|
"This field cannot be empty or contain only spaces": "Ce champ ne peut pas être vide ou contenir uniquement des espaces",
|
|
153
226
|
"This message did not meet our content guidelines": "Ce message ne respecte pas nos directives de contenu",
|
|
154
227
|
"This message was deleted...": "Ce message a été supprimé...",
|
|
155
228
|
"Thread": "Fil de discussion",
|
|
156
229
|
"Thread has not been found": "Le fil de discussion n'a pas été trouvé",
|
|
157
230
|
"Thread reply": "Réponse dans le fil",
|
|
231
|
+
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
232
|
+
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
233
|
+
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
234
|
+
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
235
|
+
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
236
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
237
|
+
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
158
238
|
"To start recording, allow the camera access in your browser": "Pour commencer l'enregistrement, autorisez l'accès à la caméra dans votre navigateur",
|
|
159
239
|
"To start recording, allow the microphone access in your browser": "Pour commencer l'enregistrement, autorisez l'accès au microphone dans votre navigateur",
|
|
240
|
+
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
160
241
|
"Type a number from 2 to 10": "Tapez un nombre de 2 à 10",
|
|
161
242
|
"Type your message": "Tapez votre message",
|
|
162
243
|
"Unarchive": "Désarchiver",
|
|
244
|
+
"unban-command-args": "[@nomdutilisateur]",
|
|
245
|
+
"unban-command-description": "Débannir un utilisateur",
|
|
246
|
+
"unknown error": "erreur inconnue",
|
|
163
247
|
"Unmute": "Désactiver muet",
|
|
248
|
+
"unmute-command-args": "[@nomdutilisateur]",
|
|
249
|
+
"unmute-command-description": "Démuter un utilisateur",
|
|
164
250
|
"Unpin": "Détacher",
|
|
165
251
|
"Unread messages": "Messages non lus",
|
|
252
|
+
"unreadMessagesSeparatorText_one": "1 message non lu",
|
|
253
|
+
"unreadMessagesSeparatorText_many": "{{count}} messages non lus",
|
|
254
|
+
"unreadMessagesSeparatorText_other": "{{count}} messages non lus",
|
|
166
255
|
"Unsupported attachment": "Pièce jointe non prise en charge",
|
|
256
|
+
"unsupported file type": "type de fichier non pris en charge",
|
|
167
257
|
"Update your comment": "Mettre à jour votre commentaire",
|
|
168
258
|
"Upload type: \"{{ type }}\" is not allowed": "Le type de fichier : \"{{ type }}\" n'est pas autorisé",
|
|
169
259
|
"User uploaded content": "Contenu téléchargé par l'utilisateur",
|
|
170
|
-
"View results": "Voir les résultats",
|
|
171
|
-
"View {{count}} comments_many": "Voir {{count}} commentaires",
|
|
172
260
|
"View {{count}} comments_one": "Voir {{count}} commentaire",
|
|
261
|
+
"View {{count}} comments_many": "Voir {{count}} commentaires",
|
|
173
262
|
"View {{count}} comments_other": "Voir {{count}} commentaires",
|
|
263
|
+
"View results": "Voir les résultats",
|
|
174
264
|
"Voice message": "Message vocal",
|
|
175
265
|
"Vote ended": "Vote terminé",
|
|
176
266
|
"Wait until all attachments have uploaded": "Attendez que toutes les pièces jointes soient téléchargées",
|
|
177
267
|
"You": "Vous",
|
|
178
268
|
"You have no channels currently": "Vous n'avez actuellement aucun canal",
|
|
179
|
-
"You've reached the maximum number of files": "Vous avez atteint le nombre maximal de fichiers"
|
|
180
|
-
"aria/Attachment": "Pièce jointe",
|
|
181
|
-
"aria/Cancel Reply": "Annuler la réponse",
|
|
182
|
-
"aria/Cancel upload": "Annuler le téléchargement",
|
|
183
|
-
"aria/Channel list": "Liste des canaux",
|
|
184
|
-
"aria/Channel search results": "Résultats de recherche de canaux",
|
|
185
|
-
"aria/Close thread": "Fermer le fil",
|
|
186
|
-
"aria/Download attachment": "Télécharger la pièce jointe",
|
|
187
|
-
"aria/Emoji picker": "Sélecteur d'émojis",
|
|
188
|
-
"aria/File input": "Entrée de fichier",
|
|
189
|
-
"aria/File upload": "Téléchargement de fichier",
|
|
190
|
-
"aria/Image input": "Entrée d'image",
|
|
191
|
-
"aria/Load More Channels": "Charger plus de canaux",
|
|
192
|
-
"aria/Menu": "Menu",
|
|
193
|
-
"aria/Message Options": "Options du message",
|
|
194
|
-
"aria/Open Attachment Selector": "Ouvrir le sélecteur de pièces jointes",
|
|
195
|
-
"aria/Open Menu": "Ouvrir le menu",
|
|
196
|
-
"aria/Open Message Actions Menu": "Ouvrir le menu des actions du message",
|
|
197
|
-
"aria/Open Reaction Selector": "Ouvrir le sélecteur de réactions",
|
|
198
|
-
"aria/Open Thread": "Ouvrir le fil",
|
|
199
|
-
"aria/Reaction list": "Liste des réactions",
|
|
200
|
-
"aria/Remind Me Options": "Options de rappel",
|
|
201
|
-
"aria/Remove attachment": "Supprimer la pièce jointe",
|
|
202
|
-
"aria/Remove location attachment": "Supprimer la pièce jointe d'emplacement",
|
|
203
|
-
"aria/Retry upload": "Réessayer le téléchargement",
|
|
204
|
-
"aria/Search results": "Résultats de recherche",
|
|
205
|
-
"aria/Search results header filter button": "Bouton de filtre d'en-tête des résultats de recherche",
|
|
206
|
-
"aria/Send": "Envoyer",
|
|
207
|
-
"aria/Stop AI Generation": "Arrêter la génération d'IA",
|
|
208
|
-
"ban-command-args": "[@nomdutilisateur] [texte]",
|
|
209
|
-
"ban-command-description": "Bannir un utilisateur",
|
|
210
|
-
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
211
|
-
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
212
|
-
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
213
|
-
"giphy-command-args": "[texte]",
|
|
214
|
-
"giphy-command-description": "Poster un GIF aléatoire dans le canal",
|
|
215
|
-
"live": "en direct",
|
|
216
|
-
"mute-command-args": "[@nomdutilisateur]",
|
|
217
|
-
"mute-command-description": "Muter un utilisateur",
|
|
218
|
-
"network error": "erreur réseau",
|
|
219
|
-
"replyCount_many": "{{ count }} réponses",
|
|
220
|
-
"replyCount_one": "1 réponse",
|
|
221
|
-
"replyCount_other": "{{ count }} réponses",
|
|
222
|
-
"search-results-header-filter-source-button-label--channels": "canaux",
|
|
223
|
-
"search-results-header-filter-source-button-label--messages": "messages",
|
|
224
|
-
"search-results-header-filter-source-button-label--users": "utilisateurs",
|
|
225
|
-
"searchResultsCount_many": "{{ count }} résultats",
|
|
226
|
-
"searchResultsCount_one": "1 résultat",
|
|
227
|
-
"searchResultsCount_other": "{{ count }} résultats",
|
|
228
|
-
"size limit": "limite de taille",
|
|
229
|
-
"this content could not be displayed": "ce contenu n'a pas pu être affiché",
|
|
230
|
-
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
231
|
-
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
232
|
-
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
233
|
-
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
234
|
-
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
235
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
236
|
-
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
237
|
-
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
238
|
-
"unban-command-args": "[@nomdutilisateur]",
|
|
239
|
-
"unban-command-description": "Débannir un utilisateur",
|
|
240
|
-
"unknown error": "erreur inconnue",
|
|
241
|
-
"unmute-command-args": "[@nomdutilisateur]",
|
|
242
|
-
"unmute-command-description": "Démuter un utilisateur",
|
|
243
|
-
"unreadMessagesSeparatorText_many": "{{count}} messages non lus",
|
|
244
|
-
"unreadMessagesSeparatorText_one": "1 message non lu",
|
|
245
|
-
"unreadMessagesSeparatorText_other": "{{count}} messages non lus",
|
|
246
|
-
"unsupported file type": "type de fichier non pris en charge",
|
|
247
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} et {{ moreCount }} autres",
|
|
248
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} et {{ lastUser }}",
|
|
249
|
-
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} et {{ secondUser }}",
|
|
250
|
-
"{{ imageCount }} more": "{{ imageCount }} supplémentaires",
|
|
251
|
-
"{{ memberCount }} members": "{{ memberCount }} membres",
|
|
252
|
-
"{{ user }} has been muted": "{{ user }} a été mis en sourdine",
|
|
253
|
-
"{{ user }} has been unmuted": "{{ user }} n'est plus en sourdine",
|
|
254
|
-
"{{ user }} is typing...": "{{ user }} est en train d'écrire...",
|
|
255
|
-
"{{ users }} and more are typing...": "{{ users }} et plus sont en train d'écrire...",
|
|
256
|
-
"{{ users }} and {{ user }} are typing...": "{{ users }} et {{ user }} sont en train d'écrire...",
|
|
257
|
-
"{{ watcherCount }} online": "{{ watcherCount }} en ligne",
|
|
258
|
-
"{{count}} unread_many": "{{count}} non lus",
|
|
259
|
-
"{{count}} unread_one": "{{count}} non lu",
|
|
260
|
-
"{{count}} unread_other": "{{count}} non lus",
|
|
261
|
-
"{{count}} votes_many": "{{count}} votes",
|
|
262
|
-
"{{count}} votes_one": "{{count}} vote",
|
|
263
|
-
"{{count}} votes_other": "{{count}} votes",
|
|
264
|
-
"🏙 Attachment...": "🏙 Pièce jointe...",
|
|
265
|
-
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} a créé : {{ pollName}}",
|
|
266
|
-
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} a voté : {{pollOptionText}}",
|
|
267
|
-
"📍Shared location": "📍Emplacement partagé"
|
|
269
|
+
"You've reached the maximum number of files": "Vous avez atteint le nombre maximal de fichiers"
|
|
268
270
|
}
|
package/dist/i18n/hi.json
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
+
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} और {{ moreCount }} और",
|
|
3
|
+
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} और {{ lastUser }}",
|
|
4
|
+
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} और {{ secondUser }}",
|
|
5
|
+
"{{ imageCount }} more": "{{ imageCount }} और",
|
|
6
|
+
"{{ memberCount }} members": "{{ memberCount }} मेंबर्स",
|
|
7
|
+
"{{ user }} has been muted": "{{ user }} को म्यूट कर दिया गया है",
|
|
8
|
+
"{{ user }} has been unmuted": "{{ user }} को अनम्यूट कर दिया गया है",
|
|
9
|
+
"{{ user }} is typing...": "{{ user }} टाइप कर रहा है...",
|
|
10
|
+
"{{ users }} and {{ user }} are typing...": "{{ users }} और {{ user }} टाइप कर रहे हैं...",
|
|
11
|
+
"{{ users }} and more are typing...": "{{ users }} और अधिक टाइप कर रहे हैं...",
|
|
12
|
+
"{{ watcherCount }} online": "{{ watcherCount }} ऑनलाइन",
|
|
13
|
+
"{{count}} unread_one": "{{count}} अपठित",
|
|
14
|
+
"{{count}} unread_other": "{{count}} अपठित",
|
|
15
|
+
"{{count}} votes_one": "{{count}} वोट",
|
|
16
|
+
"{{count}} votes_other": "{{count}} वोट",
|
|
17
|
+
"🏙 Attachment...": "🏙 अटैचमेंट",
|
|
18
|
+
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} ने बनाया: {{ pollName}}",
|
|
19
|
+
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} ने वोट दिया: {{pollOptionText}}",
|
|
20
|
+
"📍Shared location": "📍साझा किया गया स्थान",
|
|
2
21
|
"Add a comment": "एक टिप्पणी जोड़ें",
|
|
3
22
|
"Add an option": "एक विकल्प जोड़ें",
|
|
4
23
|
"All results loaded": "सभी परिणाम लोड हो गए",
|
|
@@ -13,11 +32,41 @@
|
|
|
13
32
|
"Anonymous": "गुमनाम",
|
|
14
33
|
"Anonymous poll": "गुमनाम मतदान",
|
|
15
34
|
"Archive": "आर्काइव",
|
|
35
|
+
"aria/Attachment": "अनुलग्नक",
|
|
36
|
+
"aria/Cancel Reply": "उत्तर रद्द करें",
|
|
37
|
+
"aria/Cancel upload": "अपलोड रद्द करें",
|
|
38
|
+
"aria/Channel list": "चैनल सूची",
|
|
39
|
+
"aria/Channel search results": "चैनल खोज परिणाम",
|
|
40
|
+
"aria/Close thread": "थ्रेड बंद करें",
|
|
41
|
+
"aria/Download attachment": "अनुलग्नक डाउनलोड करें",
|
|
42
|
+
"aria/Emoji picker": "इमोजी चुनने वाला",
|
|
43
|
+
"aria/File input": "फ़ाइल इनपुट",
|
|
44
|
+
"aria/File upload": "फ़ाइल अपलोड",
|
|
45
|
+
"aria/Image input": "छवि इनपुट",
|
|
46
|
+
"aria/Load More Channels": "और चैनल लोड करें",
|
|
47
|
+
"aria/Menu": "मेन्यू",
|
|
48
|
+
"aria/Message Options": "संदेश विकल्प",
|
|
49
|
+
"aria/Open Attachment Selector": "अटैचमेंट चयनकर्ता खोलें",
|
|
50
|
+
"aria/Open Menu": "मेन्यू खोलें",
|
|
51
|
+
"aria/Open Message Actions Menu": "संदेश क्रिया मेन्यू खोलें",
|
|
52
|
+
"aria/Open Reaction Selector": "प्रतिक्रिया चयनकर्ता खोलें",
|
|
53
|
+
"aria/Open Thread": "थ्रेड खोलें",
|
|
54
|
+
"aria/Reaction list": "प्रतिक्रिया सूची",
|
|
55
|
+
"aria/Remind Me Options": "रिमाइंडर विकल्प",
|
|
56
|
+
"aria/Remove attachment": "संलग्नक हटाएं",
|
|
57
|
+
"aria/Remove location attachment": "स्थान संलग्नक हटाएं",
|
|
58
|
+
"aria/Retry upload": "अपलोड पुनः प्रयास करें",
|
|
59
|
+
"aria/Search results": "खोज परिणाम",
|
|
60
|
+
"aria/Search results header filter button": "खोज परिणाम हेडर फ़िल्टर बटन",
|
|
61
|
+
"aria/Send": "भेजें",
|
|
62
|
+
"aria/Stop AI Generation": "एआई जनरेशन रोकें",
|
|
16
63
|
"Ask a question": "एक प्रश्न पूछें",
|
|
17
64
|
"Attach": "संलग्न करें",
|
|
18
65
|
"Attach files": "फाइल्स अटैच करे",
|
|
19
66
|
"Attachment upload blocked due to {{reason}}": "{{reason}} के कारण अटैचमेंट अपलोड ब्लॉक किया गया",
|
|
20
67
|
"Attachment upload failed due to {{reason}}": "{{reason}} के कारण अटैचमेंट अपलोड विफल रहा",
|
|
68
|
+
"ban-command-args": "[@उपयोगकर्तनाम] [पाठ]",
|
|
69
|
+
"ban-command-description": "एक उपयोगकर्ता को प्रतिषेधित करें",
|
|
21
70
|
"Cancel": "रद्द करें",
|
|
22
71
|
"Cannot seek in the recording": "रेकॉर्डिंग में खोज नहीं की जा सकती",
|
|
23
72
|
"Channel Missing": "चैनल उपलब्ध नहीं है",
|
|
@@ -34,8 +83,11 @@
|
|
|
34
83
|
"Download attachment {{ name }}": "अनुलग्नक {{ name }} डाउनलोड करें",
|
|
35
84
|
"Drag your files here": "अपनी फ़ाइलें यहाँ खींचें",
|
|
36
85
|
"Drag your files here to add to your post": "अपनी फ़ाइलें यहाँ खींचें और अपने पोस्ट में जोड़ने के लिए",
|
|
37
|
-
"Due since {{ dueSince }}": "{{ dueSince }} से देय",
|
|
38
86
|
"Due {{ timeLeft }}": "{{ timeLeft }} में देय",
|
|
87
|
+
"Due since {{ dueSince }}": "{{ 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": "मैसेज में बदलाव करे",
|
|
40
92
|
"Edit message request failed": "संदेश संपादित करने का अनुरोध विफल रहा",
|
|
41
93
|
"Edited": "संपादित",
|
|
@@ -44,6 +96,8 @@
|
|
|
44
96
|
"End": "समाप्त",
|
|
45
97
|
"End vote": "मत समाप्त करें",
|
|
46
98
|
"Enforce unique vote is enabled": "अनोखा वोट सक्षम है",
|
|
99
|
+
"Error": "त्रुटि",
|
|
100
|
+
"Error · Unsent": "फेल",
|
|
47
101
|
"Error adding flag": "ध्वज जोड़ने में त्रुटि",
|
|
48
102
|
"Error connecting to chat, refresh the page to try again.": "चैट से कनेक्ट करने में त्रुटि, पेज को रिफ्रेश करें",
|
|
49
103
|
"Error deleting message": "संदेश हटाने में त्रुटि",
|
|
@@ -59,7 +113,6 @@
|
|
|
59
113
|
"Error uploading attachment": "अटैचमेंट अपलोड करते समय त्रुटि",
|
|
60
114
|
"Error uploading file": "फ़ाइल अपलोड करने में त्रुटि",
|
|
61
115
|
"Error uploading image": "छवि अपलोड करने में त्रुटि",
|
|
62
|
-
"Error · Unsent": "फेल",
|
|
63
116
|
"Error: {{ errorMessage }}": "फेल: {{ errorMessage }}",
|
|
64
117
|
"Failed to create the poll": "मतदान बनाने में विफल",
|
|
65
118
|
"Failed to create the poll due to {{reason}}": "मतदान {{reason}} के कारण नहीं बन सका",
|
|
@@ -72,7 +125,10 @@
|
|
|
72
125
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "फ़ाइल बहुत बड़ी है: {{ size }}, अधिकतम अपलोड साइज़ {{ limit }} है",
|
|
73
126
|
"Flag": "फ्लैग करे",
|
|
74
127
|
"Generating...": "बना रहा है...",
|
|
128
|
+
"giphy-command-args": "[पाठ]",
|
|
129
|
+
"giphy-command-description": "चैनल पर एक क्रॉफिल जीआइएफ पोस्ट करें",
|
|
75
130
|
"Latest Messages": "नवीनतम संदेश",
|
|
131
|
+
"live": "लाइव",
|
|
76
132
|
"Live for {{duration}}": "{{duration}} के लिए लाइव",
|
|
77
133
|
"Live location": "लाइव स्थान",
|
|
78
134
|
"Live until {{ timestamp }}": "{{ timestamp }} तक लाइव",
|
|
@@ -82,9 +138,9 @@
|
|
|
82
138
|
"Mark as unread": "अपठित चिह्नित करें",
|
|
83
139
|
"Maximum number of votes (from 2 to 10)": "अधिकतम वोटों की संख्या (2 से 10)",
|
|
84
140
|
"Menu": "मेन्यू",
|
|
141
|
+
"Message deleted": "मैसेज हटा दिया गया",
|
|
85
142
|
"Message Failed · Click to try again": "मैसेज फ़ैल - पुनः कोशिश करें",
|
|
86
143
|
"Message Failed · Unauthorized": "मैसेज फ़ैल - अनधिकृत",
|
|
87
|
-
"Message deleted": "मैसेज हटा दिया गया",
|
|
88
144
|
"Message has been successfully flagged": "मैसेज को फ्लैग कर दिया गया है",
|
|
89
145
|
"Message pinned": "संदेश पिन किया गया",
|
|
90
146
|
"Message was blocked by moderation policies": "संदेश को मॉडरेशन नीतियों द्वारा ब्लॉक कर दिया गया है",
|
|
@@ -92,6 +148,9 @@
|
|
|
92
148
|
"Missing permissions to upload the attachment": "अटैचमेंट अपलोड करने के लिए अनुमतियां गायब",
|
|
93
149
|
"Multiple answers": "कई उत्तर",
|
|
94
150
|
"Mute": "म्यूट करे",
|
|
151
|
+
"mute-command-args": "[@उपयोगकर्तनाम]",
|
|
152
|
+
"mute-command-description": "एक उपयोगकर्ता को म्यूट करें",
|
|
153
|
+
"network error": "नेटवर्क त्रुटि",
|
|
95
154
|
"New": "नए",
|
|
96
155
|
"New Messages!": "नए मैसेज!",
|
|
97
156
|
"No chats here yet…": "यहां अभी तक कोई चैट नहीं...",
|
|
@@ -120,10 +179,18 @@
|
|
|
120
179
|
"Remove reminder": "रिमाइंडर हटाएं",
|
|
121
180
|
"Reply": "जवाब दे दो",
|
|
122
181
|
"Reply to Message": "संदेश का जवाब दें",
|
|
182
|
+
"replyCount_one": "1 रिप्लाई",
|
|
183
|
+
"replyCount_other": "{{ count }} रिप्लाई",
|
|
123
184
|
"Save for later": "बाद के लिए सहेजें",
|
|
124
185
|
"Saved for later": "बाद के लिए सहेजा गया",
|
|
125
186
|
"Search": "खोज",
|
|
187
|
+
"search-results-header-filter-source-button-label--channels": "चैनल्स",
|
|
188
|
+
"search-results-header-filter-source-button-label--messages": "संदेश",
|
|
189
|
+
"search-results-header-filter-source-button-label--users": "उपयोगकर्ता",
|
|
190
|
+
"Searching for {{ searchSourceType }}...": "{{ searchSourceType }} खोज रहे हैं...",
|
|
126
191
|
"Searching...": "खोज कर...",
|
|
192
|
+
"searchResultsCount_one": "1 परिणाम",
|
|
193
|
+
"searchResultsCount_other": "{{ count }} परिणाम",
|
|
127
194
|
"See all options ({{count}})_one": "सभी विकल्प देखें ({{count}})",
|
|
128
195
|
"See all options ({{count}})_other": "सभी विकल्प देखें ({{count}})",
|
|
129
196
|
"Select one": "एक चुनें",
|
|
@@ -136,11 +203,12 @@
|
|
|
136
203
|
"Sending...": "भेजा जा रहा है",
|
|
137
204
|
"Sent": "भेजा गया",
|
|
138
205
|
"Share": "साझा करें",
|
|
139
|
-
"Share Location": "स्थान साझा करें",
|
|
140
206
|
"Share live location for": "लाइव स्थान साझा करें",
|
|
207
|
+
"Share Location": "स्थान साझा करें",
|
|
141
208
|
"Shared live location": "साझा किया गया लाइव स्थान",
|
|
142
209
|
"Show all": "सभी दिखाएँ",
|
|
143
210
|
"Shuffle": "मिश्रित करें",
|
|
211
|
+
"size limit": "आकार सीमा",
|
|
144
212
|
"Slow Mode ON": "स्लो मोड ऑन",
|
|
145
213
|
"Some of the files will not be accepted": "कुछ फ़ाइलें स्वीकार नहीं की जाएंगी",
|
|
146
214
|
"Start typing to search": "खोजने के लिए टाइप करना शुरू करें",
|
|
@@ -148,114 +216,48 @@
|
|
|
148
216
|
"Submit": "जमा करें",
|
|
149
217
|
"Suggest an option": "एक विकल्प सुझाव दें",
|
|
150
218
|
"Thinking...": "सोच रहा है...",
|
|
219
|
+
"this content could not be displayed": "यह कॉन्टेंट लोड नहीं हो पाया",
|
|
151
220
|
"This field cannot be empty or contain only spaces": "यह फ़ील्ड खाली नहीं हो सकता या केवल रिक्त स्थान नहीं रख सकता",
|
|
152
221
|
"This message did not meet our content guidelines": "यह संदेश हमारे सामग्री दिशानिर्देशों के अनुरूप नहीं था",
|
|
153
222
|
"This message was deleted...": "मैसेज हटा दिया गया",
|
|
154
223
|
"Thread": "रिप्लाई थ्रेड",
|
|
155
224
|
"Thread has not been found": "थ्रेड नहीं मिला",
|
|
156
225
|
"Thread reply": "थ्रेड में उत्तर",
|
|
226
|
+
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
+
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
228
|
+
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
229
|
+
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
230
|
+
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
231
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
232
|
+
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
157
233
|
"To start recording, allow the camera access in your browser": "रिकॉर्डिंग शुरू करने के लिए, अपने ब्राउज़र में कैमरा तक पहुँच दें",
|
|
158
234
|
"To start recording, allow the microphone access in your browser": "रिकॉर्डिंग शुरू करने के लिए, अपने ब्राउज़र में माइक्रोफ़ोन तक पहुँच दें",
|
|
235
|
+
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
159
236
|
"Type a number from 2 to 10": "2 से 10 तक का एक नंबर टाइप करें",
|
|
160
237
|
"Type your message": "अपना मैसेज लिखे",
|
|
161
238
|
"Unarchive": "अनआर्काइव",
|
|
239
|
+
"unban-command-args": "[@उपयोगकर्तनाम]",
|
|
240
|
+
"unban-command-description": "एक उपयोगकर्ता को प्रतिषेध से मुक्त करें",
|
|
241
|
+
"unknown error": "अज्ञात त्रुटि",
|
|
162
242
|
"Unmute": "अनम्यूट",
|
|
243
|
+
"unmute-command-args": "[@उपयोगकर्तनाम]",
|
|
244
|
+
"unmute-command-description": "एक उपयोगकर्ता को अनम्यूट करें",
|
|
163
245
|
"Unpin": "अनपिन",
|
|
164
246
|
"Unread messages": "अपठित संदेश",
|
|
247
|
+
"unreadMessagesSeparatorText_one": "1 अपठित संदेश",
|
|
248
|
+
"unreadMessagesSeparatorText_other": "{{count}} अपठित संदेश",
|
|
165
249
|
"Unsupported attachment": "असमर्थित अटैचमेंट",
|
|
250
|
+
"unsupported file type": "असमर्थित फ़ाइल प्रकार",
|
|
166
251
|
"Update your comment": "अपने टिप्पणी को अपडेट करें",
|
|
167
252
|
"Upload type: \"{{ type }}\" is not allowed": "अपलोड प्रकार: \"{{ type }}\" की अनुमति नहीं है",
|
|
168
253
|
"User uploaded content": "उपयोगकर्ता अपलोड की गई सामग्री",
|
|
169
|
-
"View results": "परिणाम देखें",
|
|
170
254
|
"View {{count}} comments_one": "देखें {{count}} टिप्पणी",
|
|
171
255
|
"View {{count}} comments_other": "देखें {{count}} टिप्पणियाँ",
|
|
256
|
+
"View results": "परिणाम देखें",
|
|
172
257
|
"Voice message": "आवाज संदेश",
|
|
173
258
|
"Vote ended": "मतदान समाप्त",
|
|
174
259
|
"Wait until all attachments have uploaded": "सभी अटैचमेंट अपलोड होने तक प्रतीक्षा करें",
|
|
175
260
|
"You": "आप",
|
|
176
261
|
"You have no channels currently": "आपके पास कोई चैनल नहीं है",
|
|
177
|
-
"You've reached the maximum number of files": "आप अधिकतम फ़ाइलों तक पहुँच गए हैं"
|
|
178
|
-
"aria/Attachment": "अनुलग्नक",
|
|
179
|
-
"aria/Cancel Reply": "उत्तर रद्द करें",
|
|
180
|
-
"aria/Cancel upload": "अपलोड रद्द करें",
|
|
181
|
-
"aria/Channel list": "चैनल सूची",
|
|
182
|
-
"aria/Channel search results": "चैनल खोज परिणाम",
|
|
183
|
-
"aria/Close thread": "थ्रेड बंद करें",
|
|
184
|
-
"aria/Download attachment": "अनुलग्नक डाउनलोड करें",
|
|
185
|
-
"aria/Emoji picker": "इमोजी चुनने वाला",
|
|
186
|
-
"aria/File input": "फ़ाइल इनपुट",
|
|
187
|
-
"aria/File upload": "फ़ाइल अपलोड",
|
|
188
|
-
"aria/Image input": "छवि इनपुट",
|
|
189
|
-
"aria/Load More Channels": "और चैनल लोड करें",
|
|
190
|
-
"aria/Menu": "मेन्यू",
|
|
191
|
-
"aria/Message Options": "संदेश विकल्प",
|
|
192
|
-
"aria/Open Attachment Selector": "अटैचमेंट चयनकर्ता खोलें",
|
|
193
|
-
"aria/Open Menu": "मेन्यू खोलें",
|
|
194
|
-
"aria/Open Message Actions Menu": "संदेश क्रिया मेन्यू खोलें",
|
|
195
|
-
"aria/Open Reaction Selector": "प्रतिक्रिया चयनकर्ता खोलें",
|
|
196
|
-
"aria/Open Thread": "थ्रेड खोलें",
|
|
197
|
-
"aria/Reaction list": "प्रतिक्रिया सूची",
|
|
198
|
-
"aria/Remind Me Options": "रिमाइंडर विकल्प",
|
|
199
|
-
"aria/Remove attachment": "संलग्नक हटाएं",
|
|
200
|
-
"aria/Remove location attachment": "स्थान संलग्नक हटाएं",
|
|
201
|
-
"aria/Retry upload": "अपलोड पुनः प्रयास करें",
|
|
202
|
-
"aria/Search results": "खोज परिणाम",
|
|
203
|
-
"aria/Search results header filter button": "खोज परिणाम हेडर फ़िल्टर बटन",
|
|
204
|
-
"aria/Send": "भेजें",
|
|
205
|
-
"aria/Stop AI Generation": "एआई जनरेशन रोकें",
|
|
206
|
-
"ban-command-args": "[@उपयोगकर्तनाम] [पाठ]",
|
|
207
|
-
"ban-command-description": "एक उपयोगकर्ता को प्रतिषेधित करें",
|
|
208
|
-
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
209
|
-
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
210
|
-
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
211
|
-
"giphy-command-args": "[पाठ]",
|
|
212
|
-
"giphy-command-description": "चैनल पर एक क्रॉफिल जीआइएफ पोस्ट करें",
|
|
213
|
-
"live": "लाइव",
|
|
214
|
-
"mute-command-args": "[@उपयोगकर्तनाम]",
|
|
215
|
-
"mute-command-description": "एक उपयोगकर्ता को म्यूट करें",
|
|
216
|
-
"network error": "नेटवर्क त्रुटि",
|
|
217
|
-
"replyCount_one": "1 रिप्लाई",
|
|
218
|
-
"replyCount_other": "{{ count }} रिप्लाई",
|
|
219
|
-
"search-results-header-filter-source-button-label--channels": "चैनल्स",
|
|
220
|
-
"search-results-header-filter-source-button-label--messages": "संदेश",
|
|
221
|
-
"search-results-header-filter-source-button-label--users": "उपयोगकर्ता",
|
|
222
|
-
"searchResultsCount_one": "1 परिणाम",
|
|
223
|
-
"searchResultsCount_other": "{{ count }} परिणाम",
|
|
224
|
-
"size limit": "आकार सीमा",
|
|
225
|
-
"this content could not be displayed": "यह कॉन्टेंट लोड नहीं हो पाया",
|
|
226
|
-
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
-
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
228
|
-
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
229
|
-
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
230
|
-
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
231
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
232
|
-
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
233
|
-
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
234
|
-
"unban-command-args": "[@उपयोगकर्तनाम]",
|
|
235
|
-
"unban-command-description": "एक उपयोगकर्ता को प्रतिषेध से मुक्त करें",
|
|
236
|
-
"unknown error": "अज्ञात त्रुटि",
|
|
237
|
-
"unmute-command-args": "[@उपयोगकर्तनाम]",
|
|
238
|
-
"unmute-command-description": "एक उपयोगकर्ता को अनम्यूट करें",
|
|
239
|
-
"unreadMessagesSeparatorText_one": "1 अपठित संदेश",
|
|
240
|
-
"unreadMessagesSeparatorText_other": "{{count}} अपठित संदेश",
|
|
241
|
-
"unsupported file type": "असमर्थित फ़ाइल प्रकार",
|
|
242
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} और {{ moreCount }} और",
|
|
243
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} और {{ lastUser }}",
|
|
244
|
-
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} और {{ secondUser }}",
|
|
245
|
-
"{{ imageCount }} more": "{{ imageCount }} और",
|
|
246
|
-
"{{ memberCount }} members": "{{ memberCount }} मेंबर्स",
|
|
247
|
-
"{{ user }} has been muted": "{{ user }} को म्यूट कर दिया गया है",
|
|
248
|
-
"{{ user }} has been unmuted": "{{ user }} को अनम्यूट कर दिया गया है",
|
|
249
|
-
"{{ user }} is typing...": "{{ user }} टाइप कर रहा है...",
|
|
250
|
-
"{{ users }} and more are typing...": "{{ users }} और अधिक टाइप कर रहे हैं...",
|
|
251
|
-
"{{ users }} and {{ user }} are typing...": "{{ users }} और {{ user }} टाइप कर रहे हैं...",
|
|
252
|
-
"{{ watcherCount }} online": "{{ watcherCount }} ऑनलाइन",
|
|
253
|
-
"{{count}} unread_one": "{{count}} अपठित",
|
|
254
|
-
"{{count}} unread_other": "{{count}} अपठित",
|
|
255
|
-
"{{count}} votes_one": "{{count}} वोट",
|
|
256
|
-
"{{count}} votes_other": "{{count}} वोट",
|
|
257
|
-
"🏙 Attachment...": "🏙 अटैचमेंट",
|
|
258
|
-
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} ने बनाया: {{ pollName}}",
|
|
259
|
-
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} ने वोट दिया: {{pollOptionText}}",
|
|
260
|
-
"📍Shared location": "📍साझा किया गया स्थान"
|
|
262
|
+
"You've reached the maximum number of files": "आप अधिकतम फ़ाइलों तक पहुँच गए हैं"
|
|
261
263
|
}
|