stream-chat-react 13.13.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/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/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 +1607 -1518
- package/dist/index.browser.cjs.map +2 -2
- package/dist/index.node.cjs +1607 -1518
- 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/it.json
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
+
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e altri {{ moreCount }}",
|
|
3
|
+
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
|
|
4
|
+
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
|
|
5
|
+
"{{ imageCount }} more": "+ {{ imageCount }}",
|
|
6
|
+
"{{ memberCount }} members": "{{ memberCount }} membri",
|
|
7
|
+
"{{ user }} has been muted": "{{ user }} è stato silenziato",
|
|
8
|
+
"{{ user }} has been unmuted": "Notifiche riattivate per {{ user }}",
|
|
9
|
+
"{{ user }} is typing...": "{{ user }} sta digitando...",
|
|
10
|
+
"{{ users }} and {{ user }} are typing...": "{{ users }} e {{ user }} stanno digitando...",
|
|
11
|
+
"{{ users }} and more are typing...": "{{ users }} e altri stanno digitando...",
|
|
12
|
+
"{{ watcherCount }} online": "{{ watcherCount }} online",
|
|
13
|
+
"{{count}} unread_one": "{{count}} non letto",
|
|
14
|
+
"{{count}} unread_many": "{{count}} non letti",
|
|
15
|
+
"{{count}} unread_other": "{{count}} non letti",
|
|
16
|
+
"{{count}} votes_one": "{{count}} voto",
|
|
17
|
+
"{{count}} votes_many": "{{count}} voti",
|
|
18
|
+
"{{count}} votes_other": "{{count}} voti",
|
|
19
|
+
"🏙 Attachment...": "🏙 Allegato...",
|
|
20
|
+
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} ha creato: {{ pollName}}",
|
|
21
|
+
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} ha votato: {{pollOptionText}}",
|
|
22
|
+
"📍Shared location": "📍Posizione condivisa",
|
|
2
23
|
"Add a comment": "Aggiungi un commento",
|
|
3
24
|
"Add an option": "Aggiungi un'opzione",
|
|
4
25
|
"All results loaded": "Tutti i risultati caricati",
|
|
@@ -13,11 +34,41 @@
|
|
|
13
34
|
"Anonymous": "Anonimo",
|
|
14
35
|
"Anonymous poll": "Sondaggio anonimo",
|
|
15
36
|
"Archive": "Archivia",
|
|
37
|
+
"aria/Attachment": "Allegato",
|
|
38
|
+
"aria/Cancel Reply": "Annulla risposta",
|
|
39
|
+
"aria/Cancel upload": "Annulla caricamento",
|
|
40
|
+
"aria/Channel list": "Elenco dei canali",
|
|
41
|
+
"aria/Channel search results": "Risultati della ricerca dei canali",
|
|
42
|
+
"aria/Close thread": "Chiudi discussione",
|
|
43
|
+
"aria/Download attachment": "Scarica l'allegato",
|
|
44
|
+
"aria/Emoji picker": "Selettore di emoji",
|
|
45
|
+
"aria/File input": "Input di file",
|
|
46
|
+
"aria/File upload": "Caricamento di file",
|
|
47
|
+
"aria/Image input": "Input di immagine",
|
|
48
|
+
"aria/Load More Channels": "Carica altri canali",
|
|
49
|
+
"aria/Menu": "Menu",
|
|
50
|
+
"aria/Message Options": "Opzioni di messaggio",
|
|
51
|
+
"aria/Open Attachment Selector": "Apri selettore allegati",
|
|
52
|
+
"aria/Open Menu": "Apri menu",
|
|
53
|
+
"aria/Open Message Actions Menu": "Apri il menu delle azioni di messaggio",
|
|
54
|
+
"aria/Open Reaction Selector": "Apri il selettore di reazione",
|
|
55
|
+
"aria/Open Thread": "Apri discussione",
|
|
56
|
+
"aria/Reaction list": "Elenco delle reazioni",
|
|
57
|
+
"aria/Remind Me Options": "Opzioni promemoria",
|
|
58
|
+
"aria/Remove attachment": "Rimuovi allegato",
|
|
59
|
+
"aria/Remove location attachment": "Rimuovi allegato posizione",
|
|
60
|
+
"aria/Retry upload": "Riprova caricamento",
|
|
61
|
+
"aria/Search results": "Risultati della ricerca",
|
|
62
|
+
"aria/Search results header filter button": "Pulsante filtro intestazione risultati ricerca",
|
|
63
|
+
"aria/Send": "Invia",
|
|
64
|
+
"aria/Stop AI Generation": "Interrompi generazione IA",
|
|
16
65
|
"Ask a question": "Fai una domanda",
|
|
17
66
|
"Attach": "Allega",
|
|
18
67
|
"Attach files": "Allega file",
|
|
19
68
|
"Attachment upload blocked due to {{reason}}": "Caricamento allegato bloccato a causa di {{reason}}",
|
|
20
69
|
"Attachment upload failed due to {{reason}}": "Caricamento allegato fallito a causa di {{reason}}",
|
|
70
|
+
"ban-command-args": "[@nomeutente] [testo]",
|
|
71
|
+
"ban-command-description": "Vietare un utente",
|
|
21
72
|
"Cancel": "Annulla",
|
|
22
73
|
"Cannot seek in the recording": "Impossibile cercare nella registrazione",
|
|
23
74
|
"Channel Missing": "Il canale non esiste",
|
|
@@ -34,8 +85,11 @@
|
|
|
34
85
|
"Download attachment {{ name }}": "Scarica l'allegato {{ name }}",
|
|
35
86
|
"Drag your files here": "Trascina i tuoi file qui",
|
|
36
87
|
"Drag your files here to add to your post": "Trascina i tuoi file qui per aggiungerli al tuo post",
|
|
37
|
-
"Due since {{ dueSince }}": "Scaduto dal {{ dueSince }}",
|
|
38
88
|
"Due {{ timeLeft }}": "Scadenza tra {{ timeLeft }}",
|
|
89
|
+
"Due since {{ dueSince }}": "Scaduto dal {{ 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": "Modifica messaggio",
|
|
40
94
|
"Edit message request failed": "Richiesta di modifica del messaggio non riuscita",
|
|
41
95
|
"Edited": "Modificato",
|
|
@@ -44,6 +98,8 @@
|
|
|
44
98
|
"End": "Fine",
|
|
45
99
|
"End vote": "Termina il voto",
|
|
46
100
|
"Enforce unique vote is enabled": "Il voto unico è abilitato",
|
|
101
|
+
"Error": "Errore",
|
|
102
|
+
"Error · Unsent": "Errore · Non inviato",
|
|
47
103
|
"Error adding flag": "Errore durante l'aggiunta del flag",
|
|
48
104
|
"Error connecting to chat, refresh the page to try again.": "Errore di connessione alla chat, aggiorna la pagina per riprovare.",
|
|
49
105
|
"Error deleting message": "Errore durante l'eliminazione del messaggio",
|
|
@@ -58,7 +114,6 @@
|
|
|
58
114
|
"Error uploading attachment": "Errore durante il caricamento dell'allegato",
|
|
59
115
|
"Error uploading file": "Errore durante il caricamento del file",
|
|
60
116
|
"Error uploading image": "Errore durante il caricamento dell'immagine",
|
|
61
|
-
"Error · Unsent": "Errore · Non inviato",
|
|
62
117
|
"Error: {{ errorMessage }}": "Errore: {{ errorMessage }}",
|
|
63
118
|
"Failed to create the poll": "Impossibile creare il sondaggio",
|
|
64
119
|
"Failed to create the poll due to {{reason}}": "Impossibile creare il sondaggio a causa di {{reason}}",
|
|
@@ -71,7 +126,10 @@
|
|
|
71
126
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Il file è troppo grande: {{ size }}, la dimensione massima di caricamento è {{ limit }}",
|
|
72
127
|
"Flag": "Segnala",
|
|
73
128
|
"Generating...": "Generando...",
|
|
129
|
+
"giphy-command-args": "[testo]",
|
|
130
|
+
"giphy-command-description": "Pubblica un gif casuale sul canale",
|
|
74
131
|
"Latest Messages": "Ultimi messaggi",
|
|
132
|
+
"live": "live",
|
|
75
133
|
"Live for {{duration}}": "Live per {{duration}}",
|
|
76
134
|
"Live location": "Posizione live",
|
|
77
135
|
"Live until {{ timestamp }}": "Live fino a {{ timestamp }}",
|
|
@@ -81,9 +139,9 @@
|
|
|
81
139
|
"Mark as unread": "Contrassegna come non letto",
|
|
82
140
|
"Maximum number of votes (from 2 to 10)": "Numero massimo di voti (da 2 a 10)",
|
|
83
141
|
"Menu": "Menù",
|
|
142
|
+
"Message deleted": "Messaggio cancellato",
|
|
84
143
|
"Message Failed · Click to try again": "Invio messaggio fallito · Clicca per riprovare",
|
|
85
144
|
"Message Failed · Unauthorized": "Invio messaggio fallito · Non autorizzato",
|
|
86
|
-
"Message deleted": "Messaggio cancellato",
|
|
87
145
|
"Message has been successfully flagged": "Il messaggio è stato segnalato con successo",
|
|
88
146
|
"Message pinned": "Messaggio bloccato",
|
|
89
147
|
"Message was blocked by moderation policies": "Il messaggio è stato bloccato dalle politiche di moderazione",
|
|
@@ -91,6 +149,9 @@
|
|
|
91
149
|
"Missing permissions to upload the attachment": "Autorizzazioni mancanti per caricare l'allegato",
|
|
92
150
|
"Multiple answers": "Risposte multiple",
|
|
93
151
|
"Mute": "Silenzia",
|
|
152
|
+
"mute-command-args": "[@nomeutente]",
|
|
153
|
+
"mute-command-description": "Silenzia un utente",
|
|
154
|
+
"network error": "errore di rete",
|
|
94
155
|
"New": "Nuovo",
|
|
95
156
|
"New Messages!": "Nuovi messaggi!",
|
|
96
157
|
"No chats here yet…": "Non ci sono ancora messaggi qui...",
|
|
@@ -119,17 +180,27 @@
|
|
|
119
180
|
"Remove reminder": "Rimuovi promemoria",
|
|
120
181
|
"Reply": "Rispondi",
|
|
121
182
|
"Reply to Message": "Rispondi al messaggio",
|
|
183
|
+
"replyCount_one": "Una risposta",
|
|
184
|
+
"replyCount_many": "{{ count }} risposte",
|
|
185
|
+
"replyCount_other": "{{ count }} risposte",
|
|
122
186
|
"Save for later": "Salva per dopo",
|
|
123
187
|
"Saved for later": "Salvato per dopo",
|
|
124
188
|
"Search": "Cerca",
|
|
189
|
+
"search-results-header-filter-source-button-label--channels": "canali",
|
|
190
|
+
"search-results-header-filter-source-button-label--messages": "messaggi",
|
|
191
|
+
"search-results-header-filter-source-button-label--users": "utenti",
|
|
192
|
+
"Searching for {{ searchSourceType }}...": "Ricerca di {{ searchSourceType }}...",
|
|
125
193
|
"Searching...": "Ricerca in corso...",
|
|
126
|
-
"
|
|
194
|
+
"searchResultsCount_one": "1 risultato",
|
|
195
|
+
"searchResultsCount_many": "{{ count }} risultati",
|
|
196
|
+
"searchResultsCount_other": "{{ count }} risultati",
|
|
127
197
|
"See all options ({{count}})_one": "Vedi tutte le opzioni ({{count}})",
|
|
198
|
+
"See all options ({{count}})_many": "Vedi tutte le opzioni ({{count}})",
|
|
128
199
|
"See all options ({{count}})_other": "Vedi tutte le opzioni ({{count}})",
|
|
129
200
|
"Select one": "Seleziona uno",
|
|
130
201
|
"Select one or more": "Seleziona uno o più",
|
|
131
|
-
"Select up to {{count}}_many": "Seleziona fino a {{count}}",
|
|
132
202
|
"Select up to {{count}}_one": "Seleziona fino a {{count}}",
|
|
203
|
+
"Select up to {{count}}_many": "Seleziona fino a {{count}}",
|
|
133
204
|
"Select up to {{count}}_other": "Seleziona fino a {{count}}",
|
|
134
205
|
"Send": "Invia",
|
|
135
206
|
"Send Anyway": "Invia comunque",
|
|
@@ -137,11 +208,12 @@
|
|
|
137
208
|
"Sending...": "Invio in corso...",
|
|
138
209
|
"Sent": "Inviato",
|
|
139
210
|
"Share": "Condividi",
|
|
140
|
-
"Share Location": "Condividi posizione",
|
|
141
211
|
"Share live location for": "Condividi posizione live per",
|
|
212
|
+
"Share Location": "Condividi posizione",
|
|
142
213
|
"Shared live location": "Posizione live condivisa",
|
|
143
214
|
"Show all": "Mostra tutto",
|
|
144
215
|
"Shuffle": "Mescolare",
|
|
216
|
+
"size limit": "limite di dimensione",
|
|
145
217
|
"Slow Mode ON": "Modalità lenta attivata",
|
|
146
218
|
"Some of the files will not be accepted": "Alcuni dei file non saranno accettati",
|
|
147
219
|
"Start typing to search": "Inizia a digitare per cercare",
|
|
@@ -149,120 +221,50 @@
|
|
|
149
221
|
"Submit": "Invia",
|
|
150
222
|
"Suggest an option": "Suggerisci un'opzione",
|
|
151
223
|
"Thinking...": "Pensando...",
|
|
224
|
+
"this content could not be displayed": "questo contenuto non può essere mostrato",
|
|
152
225
|
"This field cannot be empty or contain only spaces": "Questo campo non può essere vuoto o contenere solo spazi",
|
|
153
226
|
"This message did not meet our content guidelines": "Questo messaggio non soddisfa le nostre linee guida sui contenuti",
|
|
154
227
|
"This message was deleted...": "Questo messaggio è stato cancellato...",
|
|
155
228
|
"Thread": "Discussione",
|
|
156
229
|
"Thread has not been found": "Discussione non trovata",
|
|
157
230
|
"Thread reply": "Risposta nella discussione",
|
|
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": "Per iniziare a registrare, consenti l'accesso alla fotocamera nel tuo browser",
|
|
159
239
|
"To start recording, allow the microphone access in your browser": "Per iniziare a registrare, consenti l'accesso al microfono nel tuo browser",
|
|
240
|
+
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
160
241
|
"Type a number from 2 to 10": "Digita un numero da 2 a 10",
|
|
161
242
|
"Type your message": "Scrivi il tuo messaggio",
|
|
162
243
|
"Unarchive": "Ripristina",
|
|
244
|
+
"unban-command-args": "[@nomeutente]",
|
|
245
|
+
"unban-command-description": "Togliere il divieto a un utente",
|
|
246
|
+
"unknown error": "errore sconosciuto",
|
|
163
247
|
"Unmute": "Riattiva il notifiche",
|
|
248
|
+
"unmute-command-args": "[@nomeutente]",
|
|
249
|
+
"unmute-command-description": "Togliere il silenzio a un utente",
|
|
164
250
|
"Unpin": "Sblocca",
|
|
165
251
|
"Unread messages": "Messaggi non letti",
|
|
252
|
+
"unreadMessagesSeparatorText_one": "1 messaggio non letto",
|
|
253
|
+
"unreadMessagesSeparatorText_many": "{{count}} messaggi non letti",
|
|
254
|
+
"unreadMessagesSeparatorText_other": "{{count}} messaggi non letti",
|
|
166
255
|
"Unsupported attachment": "Allegato non supportato",
|
|
256
|
+
"unsupported file type": "tipo di file non supportato",
|
|
167
257
|
"Update your comment": "Aggiorna il tuo commento",
|
|
168
258
|
"Upload type: \"{{ type }}\" is not allowed": "Tipo di caricamento: \"{{ type }}\" non è consentito",
|
|
169
259
|
"User uploaded content": "Contenuto caricato dall'utente",
|
|
170
|
-
"View results": "Vedi risultati",
|
|
171
|
-
"View {{count}} comments_many": "Visualizza {{count}} commenti",
|
|
172
260
|
"View {{count}} comments_one": "Visualizza {{count}} commento",
|
|
261
|
+
"View {{count}} comments_many": "Visualizza {{count}} commenti",
|
|
173
262
|
"View {{count}} comments_other": "Visualizza {{count}} commenti",
|
|
263
|
+
"View results": "Vedi risultati",
|
|
174
264
|
"Voice message": "Messaggio vocale",
|
|
175
265
|
"Vote ended": "Voto terminato",
|
|
176
266
|
"Wait until all attachments have uploaded": "Attendi il caricamento di tutti gli allegati",
|
|
177
267
|
"You": "Tu",
|
|
178
268
|
"You have no channels currently": "Al momento non sono presenti canali",
|
|
179
|
-
"You've reached the maximum number of files": "Hai raggiunto il numero massimo di file"
|
|
180
|
-
"aria/Attachment": "Allegato",
|
|
181
|
-
"aria/Cancel Reply": "Annulla risposta",
|
|
182
|
-
"aria/Cancel upload": "Annulla caricamento",
|
|
183
|
-
"aria/Channel list": "Elenco dei canali",
|
|
184
|
-
"aria/Channel search results": "Risultati della ricerca dei canali",
|
|
185
|
-
"aria/Close thread": "Chiudi discussione",
|
|
186
|
-
"aria/Download attachment": "Scarica l'allegato",
|
|
187
|
-
"aria/Emoji picker": "Selettore di emoji",
|
|
188
|
-
"aria/File input": "Input di file",
|
|
189
|
-
"aria/File upload": "Caricamento di file",
|
|
190
|
-
"aria/Image input": "Input di immagine",
|
|
191
|
-
"aria/Load More Channels": "Carica altri canali",
|
|
192
|
-
"aria/Menu": "Menu",
|
|
193
|
-
"aria/Message Options": "Opzioni di messaggio",
|
|
194
|
-
"aria/Open Attachment Selector": "Apri selettore allegati",
|
|
195
|
-
"aria/Open Menu": "Apri menu",
|
|
196
|
-
"aria/Open Message Actions Menu": "Apri il menu delle azioni di messaggio",
|
|
197
|
-
"aria/Open Reaction Selector": "Apri il selettore di reazione",
|
|
198
|
-
"aria/Open Thread": "Apri discussione",
|
|
199
|
-
"aria/Reaction list": "Elenco delle reazioni",
|
|
200
|
-
"aria/Remind Me Options": "Opzioni promemoria",
|
|
201
|
-
"aria/Remove attachment": "Rimuovi allegato",
|
|
202
|
-
"aria/Remove location attachment": "Rimuovi allegato posizione",
|
|
203
|
-
"aria/Retry upload": "Riprova caricamento",
|
|
204
|
-
"aria/Search results": "Risultati della ricerca",
|
|
205
|
-
"aria/Search results header filter button": "Pulsante filtro intestazione risultati ricerca",
|
|
206
|
-
"aria/Send": "Invia",
|
|
207
|
-
"aria/Stop AI Generation": "Interrompi generazione IA",
|
|
208
|
-
"ban-command-args": "[@nomeutente] [testo]",
|
|
209
|
-
"ban-command-description": "Vietare un utente",
|
|
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": "[testo]",
|
|
214
|
-
"giphy-command-description": "Pubblica un gif casuale sul canale",
|
|
215
|
-
"live": "live",
|
|
216
|
-
"mute-command-args": "[@nomeutente]",
|
|
217
|
-
"mute-command-description": "Silenzia un utente",
|
|
218
|
-
"network error": "errore di rete",
|
|
219
|
-
"replyCount_many": "{{ count }} risposte",
|
|
220
|
-
"replyCount_one": "Una risposta",
|
|
221
|
-
"replyCount_other": "{{ count }} risposte",
|
|
222
|
-
"search-results-header-filter-source-button-label--channels": "canali",
|
|
223
|
-
"search-results-header-filter-source-button-label--messages": "messaggi",
|
|
224
|
-
"search-results-header-filter-source-button-label--users": "utenti",
|
|
225
|
-
"searchResultsCount_many": "{{ count }} risultati",
|
|
226
|
-
"searchResultsCount_one": "1 risultato",
|
|
227
|
-
"searchResultsCount_other": "{{ count }} risultati",
|
|
228
|
-
"size limit": "limite di dimensione",
|
|
229
|
-
"this content could not be displayed": "questo contenuto non può essere mostrato",
|
|
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": "[@nomeutente]",
|
|
239
|
-
"unban-command-description": "Togliere il divieto a un utente",
|
|
240
|
-
"unknown error": "errore sconosciuto",
|
|
241
|
-
"unmute-command-args": "[@nomeutente]",
|
|
242
|
-
"unmute-command-description": "Togliere il silenzio a un utente",
|
|
243
|
-
"unreadMessagesSeparatorText_many": "{{count}} messaggi non letti",
|
|
244
|
-
"unreadMessagesSeparatorText_one": "1 messaggio non letto",
|
|
245
|
-
"unreadMessagesSeparatorText_other": "{{count}} messaggi non letti",
|
|
246
|
-
"unsupported file type": "tipo di file non supportato",
|
|
247
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e altri {{ moreCount }}",
|
|
248
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
|
|
249
|
-
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
|
|
250
|
-
"{{ imageCount }} more": "+ {{ imageCount }}",
|
|
251
|
-
"{{ memberCount }} members": "{{ memberCount }} membri",
|
|
252
|
-
"{{ user }} has been muted": "{{ user }} è stato silenziato",
|
|
253
|
-
"{{ user }} has been unmuted": "Notifiche riattivate per {{ user }}",
|
|
254
|
-
"{{ user }} is typing...": "{{ user }} sta digitando...",
|
|
255
|
-
"{{ users }} and more are typing...": "{{ users }} e altri stanno digitando...",
|
|
256
|
-
"{{ users }} and {{ user }} are typing...": "{{ users }} e {{ user }} stanno digitando...",
|
|
257
|
-
"{{ watcherCount }} online": "{{ watcherCount }} online",
|
|
258
|
-
"{{count}} unread_many": "{{count}} non letti",
|
|
259
|
-
"{{count}} unread_one": "{{count}} non letto",
|
|
260
|
-
"{{count}} unread_other": "{{count}} non letti",
|
|
261
|
-
"{{count}} votes_many": "{{count}} voti",
|
|
262
|
-
"{{count}} votes_one": "{{count}} voto",
|
|
263
|
-
"{{count}} votes_other": "{{count}} voti",
|
|
264
|
-
"🏙 Attachment...": "🏙 Allegato...",
|
|
265
|
-
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} ha creato: {{ pollName}}",
|
|
266
|
-
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} ha votato: {{pollOptionText}}",
|
|
267
|
-
"📍Shared location": "📍Posizione condivisa"
|
|
269
|
+
"You've reached the maximum number of files": "Hai raggiunto il numero massimo di file"
|
|
268
270
|
}
|
package/dist/i18n/ja.json
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
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_other": "{{count}} 未読",
|
|
14
|
+
"{{count}} votes_other": "{{count}} 票",
|
|
15
|
+
"🏙 Attachment...": "🏙 アタッチメント...",
|
|
16
|
+
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} が作成: {{ pollName}}",
|
|
17
|
+
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} が投票: {{pollOptionText}}",
|
|
18
|
+
"📍Shared location": "📍共有された位置情報",
|
|
2
19
|
"Add a comment": "コメントを追加",
|
|
3
20
|
"Add an option": "オプションを追加",
|
|
4
21
|
"All results loaded": "すべての結果が読み込まれました",
|
|
@@ -13,11 +30,41 @@
|
|
|
13
30
|
"Anonymous": "匿名",
|
|
14
31
|
"Anonymous poll": "匿名投票",
|
|
15
32
|
"Archive": "アーカイブ",
|
|
33
|
+
"aria/Attachment": "添付ファイル",
|
|
34
|
+
"aria/Cancel Reply": "返信をキャンセル",
|
|
35
|
+
"aria/Cancel upload": "アップロードをキャンセル",
|
|
36
|
+
"aria/Channel list": "チャンネル一覧",
|
|
37
|
+
"aria/Channel search results": "チャンネル検索結果",
|
|
38
|
+
"aria/Close thread": "スレッドを閉じる",
|
|
39
|
+
"aria/Download attachment": "添付ファイルをダウンロード",
|
|
40
|
+
"aria/Emoji picker": "絵文字ピッカー",
|
|
41
|
+
"aria/File input": "ファイル入力",
|
|
42
|
+
"aria/File upload": "ファイルアップロード",
|
|
43
|
+
"aria/Image input": "画像入力",
|
|
44
|
+
"aria/Load More Channels": "さらにチャンネルを読み込む",
|
|
45
|
+
"aria/Menu": "メニュー",
|
|
46
|
+
"aria/Message Options": "メッセージオプション",
|
|
47
|
+
"aria/Open Attachment Selector": "添付ファイル選択を開く",
|
|
48
|
+
"aria/Open Menu": "メニューを開く",
|
|
49
|
+
"aria/Open Message Actions Menu": "メッセージアクションメニューを開く",
|
|
50
|
+
"aria/Open Reaction Selector": "リアクションセレクターを開く",
|
|
51
|
+
"aria/Open Thread": "スレッドを開く",
|
|
52
|
+
"aria/Reaction list": "リアクション一覧",
|
|
53
|
+
"aria/Remind Me Options": "リマインダーオプション",
|
|
54
|
+
"aria/Remove attachment": "添付ファイルを削除",
|
|
55
|
+
"aria/Remove location attachment": "位置情報の添付ファイルを削除",
|
|
56
|
+
"aria/Retry upload": "アップロードを再試行",
|
|
57
|
+
"aria/Search results": "検索結果",
|
|
58
|
+
"aria/Search results header filter button": "検索結果ヘッダーフィルターボタン",
|
|
59
|
+
"aria/Send": "送信",
|
|
60
|
+
"aria/Stop AI Generation": "AI生成を停止",
|
|
16
61
|
"Ask a question": "質問する",
|
|
17
62
|
"Attach": "添付",
|
|
18
63
|
"Attach files": "ファイルを添付する",
|
|
19
64
|
"Attachment upload blocked due to {{reason}}": "{{reason}}のため添付ファイルのアップロードがブロックされました",
|
|
20
65
|
"Attachment upload failed due to {{reason}}": "{{reason}}のため添付ファイルのアップロードに失敗しました",
|
|
66
|
+
"ban-command-args": "[@ユーザ名] [テキスト]",
|
|
67
|
+
"ban-command-description": "ユーザーを禁止する",
|
|
21
68
|
"Cancel": "キャンセル",
|
|
22
69
|
"Cannot seek in the recording": "録音中にシークできません",
|
|
23
70
|
"Channel Missing": "チャネルがありません",
|
|
@@ -34,8 +81,11 @@
|
|
|
34
81
|
"Download attachment {{ name }}": "添付ファイル {{ name }} をダウンロード",
|
|
35
82
|
"Drag your files here": "ここにファイルをドラッグ",
|
|
36
83
|
"Drag your files here to add to your post": "投稿に追加するためにここにファイルをドラッグ",
|
|
37
|
-
"Due since {{ dueSince }}": "{{ dueSince }}から期限切れ",
|
|
38
84
|
"Due {{ timeLeft }}": "{{ timeLeft }}に期限切れ",
|
|
85
|
+
"Due since {{ dueSince }}": "{{ dueSince }}から期限切れ",
|
|
86
|
+
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
87
|
+
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
88
|
+
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
39
89
|
"Edit Message": "メッセージを編集",
|
|
40
90
|
"Edit message request failed": "メッセージの編集要求が失敗しました",
|
|
41
91
|
"Edited": "編集済み",
|
|
@@ -44,6 +94,8 @@
|
|
|
44
94
|
"End": "終了",
|
|
45
95
|
"End vote": "投票を終了",
|
|
46
96
|
"Enforce unique vote is enabled": "一意の投票が有効になっています",
|
|
97
|
+
"Error": "エラー",
|
|
98
|
+
"Error · Unsent": "エラー・未送信",
|
|
47
99
|
"Error adding flag": "フラグを追加のエラーが発生しました",
|
|
48
100
|
"Error connecting to chat, refresh the page to try again.": "チャットへの接続ができませんでした。ページを更新してください。",
|
|
49
101
|
"Error deleting message": "メッセージを削除するエラーが発生しました",
|
|
@@ -58,7 +110,6 @@
|
|
|
58
110
|
"Error uploading attachment": "添付ファイルのアップロード中にエラーが発生しました",
|
|
59
111
|
"Error uploading file": "ファイルをアップロードのエラーが発生しました",
|
|
60
112
|
"Error uploading image": "画像をアップロードのエラーが発生しました",
|
|
61
|
-
"Error · Unsent": "エラー・未送信",
|
|
62
113
|
"Error: {{ errorMessage }}": "エラー: {{ errorMessage }}",
|
|
63
114
|
"Failed to create the poll": "投票の作成に失敗しました",
|
|
64
115
|
"Failed to create the poll due to {{reason}}": "{{reason}} のため投票の作成に失敗しました",
|
|
@@ -71,7 +122,10 @@
|
|
|
71
122
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "ファイルが大きすぎます:{{ size }}、最大アップロードサイズは{{ limit }}です",
|
|
72
123
|
"Flag": "フラグ",
|
|
73
124
|
"Generating...": "生成中...",
|
|
125
|
+
"giphy-command-args": "[テキスト]",
|
|
126
|
+
"giphy-command-description": "チャンネルにランダムなGIFを投稿する",
|
|
74
127
|
"Latest Messages": "最新のメッセージ",
|
|
128
|
+
"live": "ライブ",
|
|
75
129
|
"Live for {{duration}}": "{{duration}}間ライブ",
|
|
76
130
|
"Live location": "ライブ位置情報",
|
|
77
131
|
"Live until {{ timestamp }}": "{{ timestamp }}までライブ",
|
|
@@ -81,9 +135,9 @@
|
|
|
81
135
|
"Mark as unread": "未読としてマーク",
|
|
82
136
|
"Maximum number of votes (from 2 to 10)": "最大投票数(2から10まで)",
|
|
83
137
|
"Menu": "メニュー",
|
|
138
|
+
"Message deleted": "メッセージが削除されました",
|
|
84
139
|
"Message Failed · Click to try again": "メッセージが失敗しました · クリックして再試行してください",
|
|
85
140
|
"Message Failed · Unauthorized": "メッセージが失敗しました · 許可されていません",
|
|
86
|
-
"Message deleted": "メッセージが削除されました",
|
|
87
141
|
"Message has been successfully flagged": "メッセージに正常にフラグが付けられました",
|
|
88
142
|
"Message pinned": "メッセージにピンが付けられました",
|
|
89
143
|
"Message was blocked by moderation policies": "メッセージはモデレーションポリシーによってブロックされました",
|
|
@@ -91,6 +145,9 @@
|
|
|
91
145
|
"Missing permissions to upload the attachment": "添付ファイルをアップロードするための許可がありません",
|
|
92
146
|
"Multiple answers": "複数回答",
|
|
93
147
|
"Mute": "無音",
|
|
148
|
+
"mute-command-args": "[@ユーザ名]",
|
|
149
|
+
"mute-command-description": "ユーザーをミュートする",
|
|
150
|
+
"network error": "ネットワークエラー",
|
|
94
151
|
"New": "新しい",
|
|
95
152
|
"New Messages!": "新しいメッセージ!",
|
|
96
153
|
"No chats here yet…": "ここにはまだチャットはありません…",
|
|
@@ -119,10 +176,18 @@
|
|
|
119
176
|
"Remove reminder": "リマインダーを削除",
|
|
120
177
|
"Reply": "返事",
|
|
121
178
|
"Reply to Message": "メッセージに返信",
|
|
179
|
+
"replyCount_one": "1件の返信",
|
|
180
|
+
"replyCount_other": "{{ count }} 返信",
|
|
122
181
|
"Save for later": "後で保存",
|
|
123
182
|
"Saved for later": "後で保存済み",
|
|
124
183
|
"Search": "探す",
|
|
184
|
+
"search-results-header-filter-source-button-label--channels": "チャンネル",
|
|
185
|
+
"search-results-header-filter-source-button-label--messages": "メッセージ",
|
|
186
|
+
"search-results-header-filter-source-button-label--users": "ユーザー",
|
|
187
|
+
"Searching for {{ searchSourceType }}...": "{{ searchSourceType }}を検索中...",
|
|
125
188
|
"Searching...": "検索中...",
|
|
189
|
+
"searchResultsCount_one": "1件の結果",
|
|
190
|
+
"searchResultsCount_other": "{{ count }}件の結果",
|
|
126
191
|
"See all options ({{count}})_other": "すべてのオプションを見る ({{count}})",
|
|
127
192
|
"Select one": "1つ選択",
|
|
128
193
|
"Select one or more": "1つ以上選択",
|
|
@@ -133,11 +198,12 @@
|
|
|
133
198
|
"Sending...": "送信中...",
|
|
134
199
|
"Sent": "送信済み",
|
|
135
200
|
"Share": "共有",
|
|
136
|
-
"Share Location": "位置情報を共有",
|
|
137
201
|
"Share live location for": "ライブ位置情報を共有",
|
|
202
|
+
"Share Location": "位置情報を共有",
|
|
138
203
|
"Shared live location": "共有されたライブ位置情報",
|
|
139
204
|
"Show all": "すべて表示",
|
|
140
205
|
"Shuffle": "シャッフル",
|
|
206
|
+
"size limit": "サイズ制限",
|
|
141
207
|
"Slow Mode ON": "スローモードオン",
|
|
142
208
|
"Some of the files will not be accepted": "一部のファイルは受け付けられません",
|
|
143
209
|
"Start typing to search": "検索するには入力を開始してください",
|
|
@@ -145,110 +211,46 @@
|
|
|
145
211
|
"Submit": "送信",
|
|
146
212
|
"Suggest an option": "オプションを提案",
|
|
147
213
|
"Thinking...": "考え中...",
|
|
214
|
+
"this content could not be displayed": "このコンテンツは表示できませんでした",
|
|
148
215
|
"This field cannot be empty or contain only spaces": "このフィールドは空にすることはできません。また、空白文字のみを含むこともできません",
|
|
149
216
|
"This message did not meet our content guidelines": "このメッセージはコンテンツガイドラインに適合していません",
|
|
150
217
|
"This message was deleted...": "このメッセージは削除されました...",
|
|
151
218
|
"Thread": "スレッド",
|
|
152
219
|
"Thread has not been found": "スレッドが見つかりませんでした",
|
|
153
220
|
"Thread reply": "スレッドの返信",
|
|
221
|
+
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
222
|
+
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
223
|
+
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
224
|
+
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
225
|
+
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
226
|
+
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
+
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
154
228
|
"To start recording, allow the camera access in your browser": "録音を開始するには、ブラウザーでカメラへのアクセスを許可してください",
|
|
155
229
|
"To start recording, allow the microphone access in your browser": "録音を開始するには、ブラウザーでマイクロフォンへのアクセスを許可してください",
|
|
230
|
+
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
156
231
|
"Type a number from 2 to 10": "2から10までの数字を入力してください",
|
|
157
232
|
"Type your message": "メッセージを入力してください",
|
|
158
233
|
"Unarchive": "アーカイブ解除",
|
|
234
|
+
"unban-command-args": "[@ユーザ名]",
|
|
235
|
+
"unban-command-description": "ユーザーの禁止を解除する",
|
|
236
|
+
"unknown error": "不明なエラー",
|
|
159
237
|
"Unmute": "無音を解除する",
|
|
238
|
+
"unmute-command-args": "[@ユーザ名]",
|
|
239
|
+
"unmute-command-description": "ユーザーのミュートを解除する",
|
|
160
240
|
"Unpin": "ピンを解除する",
|
|
161
241
|
"Unread messages": "未読メッセージ",
|
|
242
|
+
"unreadMessagesSeparatorText_other": "未読メッセージ {{count}} 件",
|
|
162
243
|
"Unsupported attachment": "サポートされていない添付ファイル",
|
|
244
|
+
"unsupported file type": "サポートされていないファイル形式",
|
|
163
245
|
"Update your comment": "コメントを更新",
|
|
164
246
|
"Upload type: \"{{ type }}\" is not allowed": "アップロードタイプ:\"{{ type }}\"は許可されていません",
|
|
165
247
|
"User uploaded content": "ユーザーがアップロードしたコンテンツ",
|
|
166
|
-
"View results": "結果を表示",
|
|
167
248
|
"View {{count}} comments_other": "{{count}} コメントを表示",
|
|
249
|
+
"View results": "結果を表示",
|
|
168
250
|
"Voice message": "ボイスメッセージ",
|
|
169
251
|
"Vote ended": "投票が終了しました",
|
|
170
252
|
"Wait until all attachments have uploaded": "すべての添付ファイルがアップロードされるまでお待ちください",
|
|
171
253
|
"You": "あなた",
|
|
172
254
|
"You have no channels currently": "現在チャンネルはありません",
|
|
173
|
-
"You've reached the maximum number of files": "ファイルの最大数に達しました"
|
|
174
|
-
"aria/Attachment": "添付ファイル",
|
|
175
|
-
"aria/Cancel Reply": "返信をキャンセル",
|
|
176
|
-
"aria/Cancel upload": "アップロードをキャンセル",
|
|
177
|
-
"aria/Channel list": "チャンネル一覧",
|
|
178
|
-
"aria/Channel search results": "チャンネル検索結果",
|
|
179
|
-
"aria/Close thread": "スレッドを閉じる",
|
|
180
|
-
"aria/Download attachment": "添付ファイルをダウンロード",
|
|
181
|
-
"aria/Emoji picker": "絵文字ピッカー",
|
|
182
|
-
"aria/File input": "ファイル入力",
|
|
183
|
-
"aria/File upload": "ファイルアップロード",
|
|
184
|
-
"aria/Image input": "画像入力",
|
|
185
|
-
"aria/Load More Channels": "さらにチャンネルを読み込む",
|
|
186
|
-
"aria/Menu": "メニュー",
|
|
187
|
-
"aria/Message Options": "メッセージオプション",
|
|
188
|
-
"aria/Open Attachment Selector": "添付ファイル選択を開く",
|
|
189
|
-
"aria/Open Menu": "メニューを開く",
|
|
190
|
-
"aria/Open Message Actions Menu": "メッセージアクションメニューを開く",
|
|
191
|
-
"aria/Open Reaction Selector": "リアクションセレクターを開く",
|
|
192
|
-
"aria/Open Thread": "スレッドを開く",
|
|
193
|
-
"aria/Reaction list": "リアクション一覧",
|
|
194
|
-
"aria/Remind Me Options": "リマインダーオプション",
|
|
195
|
-
"aria/Remove attachment": "添付ファイルを削除",
|
|
196
|
-
"aria/Remove location attachment": "位置情報の添付ファイルを削除",
|
|
197
|
-
"aria/Retry upload": "アップロードを再試行",
|
|
198
|
-
"aria/Search results": "検索結果",
|
|
199
|
-
"aria/Search results header filter button": "検索結果ヘッダーフィルターボタン",
|
|
200
|
-
"aria/Send": "送信",
|
|
201
|
-
"aria/Stop AI Generation": "AI生成を停止",
|
|
202
|
-
"ban-command-args": "[@ユーザ名] [テキスト]",
|
|
203
|
-
"ban-command-description": "ユーザーを禁止する",
|
|
204
|
-
"duration/Message reminder": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
205
|
-
"duration/Remind Me": "{{ milliseconds | durationFormatter(withSuffix: true) }}",
|
|
206
|
-
"duration/Share Location": "{{ milliseconds | durationFormatter }}",
|
|
207
|
-
"giphy-command-args": "[テキスト]",
|
|
208
|
-
"giphy-command-description": "チャンネルにランダムなGIFを投稿する",
|
|
209
|
-
"live": "ライブ",
|
|
210
|
-
"mute-command-args": "[@ユーザ名]",
|
|
211
|
-
"mute-command-description": "ユーザーをミュートする",
|
|
212
|
-
"network error": "ネットワークエラー",
|
|
213
|
-
"replyCount_one": "1件の返信",
|
|
214
|
-
"replyCount_other": "{{ count }} 返信",
|
|
215
|
-
"search-results-header-filter-source-button-label--channels": "チャンネル",
|
|
216
|
-
"search-results-header-filter-source-button-label--messages": "メッセージ",
|
|
217
|
-
"search-results-header-filter-source-button-label--users": "ユーザー",
|
|
218
|
-
"searchResultsCount_one": "1件の結果",
|
|
219
|
-
"searchResultsCount_other": "{{ count }}件の結果",
|
|
220
|
-
"size limit": "サイズ制限",
|
|
221
|
-
"this content could not be displayed": "このコンテンツは表示できませんでした",
|
|
222
|
-
"timestamp/DateSeparator": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
223
|
-
"timestamp/LiveLocation": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
224
|
-
"timestamp/MessageTimestamp": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
225
|
-
"timestamp/PollVote": "{{ timestamp | timestampFormatter(format: MMM D [at] HH:mm) }}",
|
|
226
|
-
"timestamp/PollVoteTooltip": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
227
|
-
"timestamp/ReminderNotification": "{{ timestamp | timestampFormatter(calendar: true) }}",
|
|
228
|
-
"timestamp/SystemMessage": "{{ timestamp | timestampFormatter(format: dddd L) }}",
|
|
229
|
-
"translationBuilderTopic/notification": "{{value, notification}}",
|
|
230
|
-
"unban-command-args": "[@ユーザ名]",
|
|
231
|
-
"unban-command-description": "ユーザーの禁止を解除する",
|
|
232
|
-
"unknown error": "不明なエラー",
|
|
233
|
-
"unmute-command-args": "[@ユーザ名]",
|
|
234
|
-
"unmute-command-description": "ユーザーのミュートを解除する",
|
|
235
|
-
"unreadMessagesSeparatorText_other": "未読メッセージ {{count}} 件",
|
|
236
|
-
"unsupported file type": "サポートされていないファイル形式",
|
|
237
|
-
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} と {{ moreCount }} 他人",
|
|
238
|
-
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} と {{ lastUser }}",
|
|
239
|
-
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} と {{ secondUser }}",
|
|
240
|
-
"{{ imageCount }} more": "{{ imageCount }} イメージ",
|
|
241
|
-
"{{ memberCount }} members": "{{ memberCount }} メンバー",
|
|
242
|
-
"{{ user }} has been muted": "{{ user }} 無音されています",
|
|
243
|
-
"{{ user }} has been unmuted": "{{ user }} 無音されていません",
|
|
244
|
-
"{{ user }} is typing...": "{{ user }} が入力中...",
|
|
245
|
-
"{{ users }} and more are typing...": "{{ users }} とその他が入力中...",
|
|
246
|
-
"{{ users }} and {{ user }} are typing...": "{{ users }} と {{ user }} が入力中...",
|
|
247
|
-
"{{ watcherCount }} online": "{{ watcherCount }} オンライン",
|
|
248
|
-
"{{count}} unread_other": "{{count}} 未読",
|
|
249
|
-
"{{count}} votes_other": "{{count}} 票",
|
|
250
|
-
"🏙 Attachment...": "🏙 アタッチメント...",
|
|
251
|
-
"📊 {{createdBy}} created: {{ pollName}}": "📊 {{createdBy}} が作成: {{ pollName}}",
|
|
252
|
-
"📊 {{votedBy}} voted: {{pollOptionText}}": "📊 {{votedBy}} が投票: {{pollOptionText}}",
|
|
253
|
-
"📍Shared location": "📍共有された位置情報"
|
|
255
|
+
"You've reached the maximum number of files": "ファイルの最大数に達しました"
|
|
254
256
|
}
|