stream-chat-react 10.16.1 → 10.16.2
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/browser.full-bundle.js +13 -15
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +2 -2
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/components/MessageInput/hooks/useCommandTrigger.d.ts.map +1 -1
- package/dist/components/MessageInput/hooks/useCommandTrigger.js +1 -3
- package/dist/i18n/de.json +0 -5
- package/dist/i18n/es.json +0 -5
- package/dist/i18n/fr.json +0 -5
- package/dist/i18n/hi.json +0 -5
- package/dist/i18n/it.json +0 -5
- package/dist/i18n/ja.json +0 -5
- package/dist/i18n/ko.json +0 -5
- package/dist/i18n/nl.json +0 -5
- package/dist/i18n/pt.json +0 -5
- package/dist/i18n/ru.json +0 -5
- package/dist/i18n/tr.json +0 -5
- package/dist/index.cjs.js +13 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCommandTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/hooks/useCommandTrigger.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAOtE,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"useCommandTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/hooks/useCommandTrigger.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAOtE,eAAO,MAAM,iBAAiB,mIA2E7B,CAAC"}
|
|
@@ -44,9 +44,7 @@ export var useCommandTrigger = function () {
|
|
|
44
44
|
})
|
|
45
45
|
.map(function (commandData) {
|
|
46
46
|
var translatedCommandData = {
|
|
47
|
-
name:
|
|
48
|
-
defaultValue: commandData.name,
|
|
49
|
-
}),
|
|
47
|
+
name: commandData.name,
|
|
50
48
|
};
|
|
51
49
|
if (commandData.args)
|
|
52
50
|
translatedCommandData.args = t("".concat(commandData.name, "-command-args"), {
|
package/dist/i18n/de.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Die maximale Dateianzahl ist erreicht",
|
|
64
64
|
"ban-command-args": "[@Benutzername] [Text]",
|
|
65
65
|
"ban-command-description": "Einen Benutzer verbannen",
|
|
66
|
-
"ban-command-name": "Verbannen",
|
|
67
66
|
"giphy-command-args": "[Text]",
|
|
68
67
|
"giphy-command-description": "Poste ein zufälliges Gif in den Kanal",
|
|
69
|
-
"giphy-command-name": "Giphy",
|
|
70
68
|
"live": "live",
|
|
71
69
|
"mute-command-args": "[@Benutzername]",
|
|
72
70
|
"mute-command-description": "Stummschalten eines Benutzers",
|
|
73
|
-
"mute-command-name": "Stumm schalten",
|
|
74
71
|
"replyCount_one": "1 Antwort",
|
|
75
72
|
"replyCount_other": "{{ count }} Antworten",
|
|
76
73
|
"searchResultsCount_one": "1 Ergebnis",
|
|
@@ -78,10 +75,8 @@
|
|
|
78
75
|
"this content could not be displayed": "Dieser Inhalt konnte nicht angezeigt werden",
|
|
79
76
|
"unban-command-args": "[@Benutzername]",
|
|
80
77
|
"unban-command-description": "Einen Benutzer entbannen",
|
|
81
|
-
"unban-command-name": "Entbannen",
|
|
82
78
|
"unmute-command-args": "[@Benutzername]",
|
|
83
79
|
"unmute-command-description": "Stummschaltung eines Benutzers aufheben",
|
|
84
|
-
"unmute-command-name": "Stummschaltung aufheben",
|
|
85
80
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} und {{moreCount}} Mehr",
|
|
86
81
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} und {{ lastUser }}",
|
|
87
82
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} und {{ secondUser }}",
|
package/dist/i18n/es.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Has alcanzado el número máximo de archivos",
|
|
64
64
|
"ban-command-args": "[@usuario] [texto]",
|
|
65
65
|
"ban-command-description": "Prohibir a un usuario",
|
|
66
|
-
"ban-command-name": "prohibir",
|
|
67
66
|
"giphy-command-args": "[texto]",
|
|
68
67
|
"giphy-command-description": "Publicar un gif aleatorio en el canal",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
68
|
"live": "En Vivo",
|
|
71
69
|
"mute-command-args": "[@usuario]",
|
|
72
70
|
"mute-command-description": "Silenciar a un usuario",
|
|
73
|
-
"mute-command-name": "silenciar",
|
|
74
71
|
"replyCount_many": "{{ count }} respuestas",
|
|
75
72
|
"replyCount_one": "1 respuesta",
|
|
76
73
|
"replyCount_other": "{{ count }} respuestas",
|
|
@@ -80,10 +77,8 @@
|
|
|
80
77
|
"this content could not be displayed": "este contenido no se pudo mostrar",
|
|
81
78
|
"unban-command-args": "[@usuario]",
|
|
82
79
|
"unban-command-description": "Quitar la prohibición a un usuario",
|
|
83
|
-
"unban-command-name": "quitar la prohibición",
|
|
84
80
|
"unmute-command-args": "[@usuario]",
|
|
85
81
|
"unmute-command-description": "Anular el silencio de un usuario",
|
|
86
|
-
"unmute-command-name": "quitar el silencio",
|
|
87
82
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} y {{ moreCount }} más",
|
|
88
83
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} y {{ lastUser }}",
|
|
89
84
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} y {{ secondUser }}",
|
package/dist/i18n/fr.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Vous avez atteint le nombre maximum de fichiers",
|
|
64
64
|
"ban-command-args": "[@nomdutilisateur] [texte]",
|
|
65
65
|
"ban-command-description": "Bannir un utilisateur",
|
|
66
|
-
"ban-command-name": "bannir",
|
|
67
66
|
"giphy-command-args": "[texte]",
|
|
68
67
|
"giphy-command-description": "Poster un GIF aléatoire dans le canal",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
68
|
"live": "en direct",
|
|
71
69
|
"mute-command-args": "[@nomdutilisateur]",
|
|
72
70
|
"mute-command-description": "Muter un utilisateur",
|
|
73
|
-
"mute-command-name": "muter",
|
|
74
71
|
"replyCount_many": "{{ count }} réponses",
|
|
75
72
|
"replyCount_one": "1 réponse",
|
|
76
73
|
"replyCount_other": "{{ count }} réponses",
|
|
@@ -80,10 +77,8 @@
|
|
|
80
77
|
"this content could not be displayed": "ce contenu n'a pu être affiché",
|
|
81
78
|
"unban-command-args": "[@nomdutilisateur]",
|
|
82
79
|
"unban-command-description": "Débannir un utilisateur",
|
|
83
|
-
"unban-command-name": "débannir",
|
|
84
80
|
"unmute-command-args": "[@nomdutilisateur]",
|
|
85
81
|
"unmute-command-description": "Démuter un utilisateur",
|
|
86
|
-
"unmute-command-name": "démuter",
|
|
87
82
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} et {{ moreCount }} autres",
|
|
88
83
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} et {{ lastUser }}",
|
|
89
84
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} et {{ secondUser }}",
|
package/dist/i18n/hi.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "आप अधिकतम फ़ाइलों तक पहुँच गए हैं",
|
|
64
64
|
"ban-command-args": "[@उपयोगकर्तनाम] [पाठ]",
|
|
65
65
|
"ban-command-description": "एक उपयोगकर्ता को प्रतिषेधित करें",
|
|
66
|
-
"ban-command-name": "प्रतिषेधित करें",
|
|
67
66
|
"giphy-command-args": "[पाठ]",
|
|
68
67
|
"giphy-command-description": "चैनल पर एक क्रॉफिल जीआइएफ पोस्ट करें",
|
|
69
|
-
"giphy-command-name": "गिफी",
|
|
70
68
|
"live": "लाइव",
|
|
71
69
|
"mute-command-args": "[@उपयोगकर्तनाम]",
|
|
72
70
|
"mute-command-description": "एक उपयोगकर्ता को म्यूट करें",
|
|
73
|
-
"mute-command-name": "म्यूट करें",
|
|
74
71
|
"replyCount_one": "1 रिप्लाई",
|
|
75
72
|
"replyCount_other": "{{ count }} रिप्लाई",
|
|
76
73
|
"searchResultsCount_one": "1 परिणाम",
|
|
@@ -78,10 +75,8 @@
|
|
|
78
75
|
"this content could not be displayed": "यह कॉन्टेंट लोड नहीं हो पाया",
|
|
79
76
|
"unban-command-args": "[@उपयोगकर्तनाम]",
|
|
80
77
|
"unban-command-description": "एक उपयोगकर्ता को प्रतिषेध से मुक्त करें",
|
|
81
|
-
"unban-command-name": "प्रतिषेध से मुक्त करें",
|
|
82
78
|
"unmute-command-args": "[@उपयोगकर्तनाम]",
|
|
83
79
|
"unmute-command-description": "एक उपयोगकर्ता को अनम्यूट करें",
|
|
84
|
-
"unmute-command-name": "म्यूट हटाएं",
|
|
85
80
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} और {{ moreCount }} और",
|
|
86
81
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} और {{ lastUser }}",
|
|
87
82
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} और {{ secondUser }}",
|
package/dist/i18n/it.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Hai raggiunto il numero massimo di file",
|
|
64
64
|
"ban-command-args": "[@nomeutente] [testo]",
|
|
65
65
|
"ban-command-description": "Vietare un utente",
|
|
66
|
-
"ban-command-name": "vietare",
|
|
67
66
|
"giphy-command-args": "[testo]",
|
|
68
67
|
"giphy-command-description": "Pubblica un gif casuale sul canale",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
68
|
"live": "live",
|
|
71
69
|
"mute-command-args": "[@nomeutente]",
|
|
72
70
|
"mute-command-description": "Silenzia un utente",
|
|
73
|
-
"mute-command-name": "silenzia",
|
|
74
71
|
"replyCount_many": "{{ count }} risposte",
|
|
75
72
|
"replyCount_one": "Una risposta",
|
|
76
73
|
"replyCount_other": "{{ count }} risposte",
|
|
@@ -80,10 +77,8 @@
|
|
|
80
77
|
"this content could not be displayed": "questo contenuto non puó essere mostrato",
|
|
81
78
|
"unban-command-args": "[@nomeutente]",
|
|
82
79
|
"unban-command-description": "Togliere il divieto a un utente",
|
|
83
|
-
"unban-command-name": "rimuovere il divieto",
|
|
84
80
|
"unmute-command-args": "[@nomeutente]",
|
|
85
81
|
"unmute-command-description": "Togliere il silenzio a un utente",
|
|
86
|
-
"unmute-command-name": "rimuovi il silenzio",
|
|
87
82
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e altri {{ moreCount }}",
|
|
88
83
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
|
|
89
84
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
|
package/dist/i18n/ja.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "ファイルの最大数に達しました",
|
|
64
64
|
"ban-command-args": "[@ユーザ名] [テキスト]",
|
|
65
65
|
"ban-command-description": "ユーザーを禁止する",
|
|
66
|
-
"ban-command-name": "禁止",
|
|
67
66
|
"giphy-command-args": "[テキスト]",
|
|
68
67
|
"giphy-command-description": "チャンネルにランダムなGIFを投稿する",
|
|
69
|
-
"giphy-command-name": "ギフィ",
|
|
70
68
|
"live": "ライブ",
|
|
71
69
|
"mute-command-args": "[@ユーザ名]",
|
|
72
70
|
"mute-command-description": "ユーザーをミュートする",
|
|
73
|
-
"mute-command-name": "ミュート",
|
|
74
71
|
"replyCount_one": "1件の返信",
|
|
75
72
|
"replyCount_other": "{{ count }} 返信",
|
|
76
73
|
"searchResultsCount_one": "1件の結果",
|
|
@@ -78,10 +75,8 @@
|
|
|
78
75
|
"this content could not be displayed": "このコンテンツは表示できませんでした",
|
|
79
76
|
"unban-command-args": "[@ユーザ名]",
|
|
80
77
|
"unban-command-description": "ユーザーの禁止を解除する",
|
|
81
|
-
"unban-command-name": "禁止解除",
|
|
82
78
|
"unmute-command-args": "[@ユーザ名]",
|
|
83
79
|
"unmute-command-description": "ユーザーのミュートを解除する",
|
|
84
|
-
"unmute-command-name": "ミュート解除",
|
|
85
80
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} と {{ moreCount }} 他人",
|
|
86
81
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} と {{ lastUser }}",
|
|
87
82
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} と {{ secondUser }}",
|
package/dist/i18n/ko.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "최대 파일 수에 도달했습니다.",
|
|
64
64
|
"ban-command-args": "[@사용자이름] [텍스트]",
|
|
65
65
|
"ban-command-description": "사용자를 차단",
|
|
66
|
-
"ban-command-name": "차단",
|
|
67
66
|
"giphy-command-args": "[텍스트]",
|
|
68
67
|
"giphy-command-description": "채널에 무작위 GIF 게시",
|
|
69
|
-
"giphy-command-name": "지피",
|
|
70
68
|
"live": "라이브",
|
|
71
69
|
"mute-command-args": "[@사용자이름]",
|
|
72
70
|
"mute-command-description": "사용자 음소거",
|
|
73
|
-
"mute-command-name": "음소거",
|
|
74
71
|
"replyCount_one": "답장 1개",
|
|
75
72
|
"replyCount_other": "{{ count }} 답장",
|
|
76
73
|
"searchResultsCount_one": "1개의 결과",
|
|
@@ -78,10 +75,8 @@
|
|
|
78
75
|
"this content could not be displayed": "이 콘텐츠를 표시할 수 없습니다",
|
|
79
76
|
"unban-command-args": "[@사용자이름]",
|
|
80
77
|
"unban-command-description": "사용자 차단 해제",
|
|
81
|
-
"unban-command-name": "차단 해제",
|
|
82
78
|
"unmute-command-args": "[@사용자이름]",
|
|
83
79
|
"unmute-command-description": "사용자 음소거 해제",
|
|
84
|
-
"unmute-command-name": "음소거 해제",
|
|
85
80
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} 그리고 {{ moreCount }}명 더",
|
|
86
81
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} 그리고 {{ lastUser }}",
|
|
87
82
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} 그리고 {{ secondUser }}",
|
package/dist/i18n/nl.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Je hebt het maximale aantal bestanden bereikt",
|
|
64
64
|
"ban-command-args": "[@gebruikersnaam] [tekst]",
|
|
65
65
|
"ban-command-description": "Een gebruiker verbannen",
|
|
66
|
-
"ban-command-name": "verbieden",
|
|
67
66
|
"giphy-command-args": "[tekst]",
|
|
68
67
|
"giphy-command-description": "Plaats een willekeurige gif in het kanaal",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
68
|
"live": "live",
|
|
71
69
|
"mute-command-args": "[@gebruikersnaam]",
|
|
72
70
|
"mute-command-description": "Een gebruiker dempen",
|
|
73
|
-
"mute-command-name": "demp",
|
|
74
71
|
"replyCount_one": "1 antwoord",
|
|
75
72
|
"replyCount_other": "{{ count }} antwoorden",
|
|
76
73
|
"searchResultsCount_one": "1 resultaat",
|
|
@@ -78,10 +75,8 @@
|
|
|
78
75
|
"this content could not be displayed": "Deze inhoud kan niet weergegeven worden",
|
|
79
76
|
"unban-command-args": "[@gebruikersnaam]",
|
|
80
77
|
"unban-command-description": "Een gebruiker debannen",
|
|
81
|
-
"unban-command-name": "verbod opheffen",
|
|
82
78
|
"unmute-command-args": "[@gebruikersnaam]",
|
|
83
79
|
"unmute-command-description": "Een gebruiker niet meer dempen",
|
|
84
|
-
"unmute-command-name": "dempen opheffen",
|
|
85
80
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} en {{ moreCount }} meer",
|
|
86
81
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} en {{ lastUser }}",
|
|
87
82
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} en {{ secondUser }}",
|
package/dist/i18n/pt.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Você atingiu o número máximo de arquivos",
|
|
64
64
|
"ban-command-args": "[@nomedeusuário] [texto]",
|
|
65
65
|
"ban-command-description": "Banir um usuário",
|
|
66
|
-
"ban-command-name": "banir",
|
|
67
66
|
"giphy-command-args": "[texto]",
|
|
68
67
|
"giphy-command-description": "Postar um gif aleatório no canal",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
68
|
"live": "ao vivo",
|
|
71
69
|
"mute-command-args": "[@nomedeusuário]",
|
|
72
70
|
"mute-command-description": "Silenciar um usuário",
|
|
73
|
-
"mute-command-name": "silenciar",
|
|
74
71
|
"replyCount_many": "{{ count }} respostas",
|
|
75
72
|
"replyCount_one": "1 resposta",
|
|
76
73
|
"replyCount_other": "{{ count }} respostas",
|
|
@@ -80,10 +77,8 @@
|
|
|
80
77
|
"this content could not be displayed": "este conteúdo não pôde ser exibido",
|
|
81
78
|
"unban-command-args": "[@nomedeusuário]",
|
|
82
79
|
"unban-command-description": "Desbanir um usuário",
|
|
83
|
-
"unban-command-name": "retirar o banimento",
|
|
84
80
|
"unmute-command-args": "[@nomedeusuário]",
|
|
85
81
|
"unmute-command-description": "Retirar o silenciamento de um usuário",
|
|
86
|
-
"unmute-command-name": "retirar o silêncio",
|
|
87
82
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} e mais {{ moreCount }}",
|
|
88
83
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} e {{ lastUser }}",
|
|
89
84
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} e {{ secondUser }}",
|
package/dist/i18n/ru.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Вы достигли максимального количества файлов",
|
|
64
64
|
"ban-command-args": "[@имяпользователя] [текст]",
|
|
65
65
|
"ban-command-description": "Заблокировать пользователя",
|
|
66
|
-
"ban-command-name": "заблокировать",
|
|
67
66
|
"giphy-command-args": "[текст]",
|
|
68
67
|
"giphy-command-description": "Опубликовать случайную GIF-анимацию в канале",
|
|
69
|
-
"giphy-command-name": "гиф",
|
|
70
68
|
"live": "В прямом эфире",
|
|
71
69
|
"mute-command-args": "[@имяпользователя]",
|
|
72
70
|
"mute-command-description": "Выключить микрофон у пользователя",
|
|
73
|
-
"mute-command-name": "выключить микрофон",
|
|
74
71
|
"replyCount_few": "{{ count }} ответов",
|
|
75
72
|
"replyCount_many": "{{ count }} ответов",
|
|
76
73
|
"replyCount_one": "1 ответ",
|
|
@@ -82,10 +79,8 @@
|
|
|
82
79
|
"this content could not be displayed": "Этот контент не может быть отображен в данный момент",
|
|
83
80
|
"unban-command-args": "[@имяпользователя]",
|
|
84
81
|
"unban-command-description": "Разблокировать пользователя",
|
|
85
|
-
"unban-command-name": "разблокировать",
|
|
86
82
|
"unmute-command-args": "[@имяпользователя]",
|
|
87
83
|
"unmute-command-description": "Включить микрофон у пользователя",
|
|
88
|
-
"unmute-command-name": "включить микрофон",
|
|
89
84
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} и {{ moreCount }} еще",
|
|
90
85
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }} и {{ lastUser }}",
|
|
91
86
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} и {{ secondUser }}",
|
package/dist/i18n/tr.json
CHANGED
|
@@ -63,14 +63,11 @@
|
|
|
63
63
|
"You've reached the maximum number of files": "Maksimum dosya sayısına ulaştınız",
|
|
64
64
|
"ban-command-args": "[@kullanıcıadı] [metin]",
|
|
65
65
|
"ban-command-description": "Bir kullanıcıyı yasakla",
|
|
66
|
-
"ban-command-name": "yasaklamak",
|
|
67
66
|
"giphy-command-args": "[metin]",
|
|
68
67
|
"giphy-command-description": "Rastgele bir gif'i kanala gönder",
|
|
69
|
-
"giphy-command-name": "giphy",
|
|
70
68
|
"live": "canlı",
|
|
71
69
|
"mute-command-args": "[@kullanıcıadı]",
|
|
72
70
|
"mute-command-description": "Bir kullanıcının sesini kapat",
|
|
73
|
-
"mute-command-name": "sessizleştirmek",
|
|
74
71
|
"replyCount_one": "1 cevap",
|
|
75
72
|
"replyCount_other": "{{ count }} cevaplar",
|
|
76
73
|
"searchResultsCount_one": "1 sonuç",
|
|
@@ -78,10 +75,8 @@
|
|
|
78
75
|
"this content could not be displayed": "bu içerik gösterilemiyor",
|
|
79
76
|
"unban-command-args": "[@kullanıcıadı]",
|
|
80
77
|
"unban-command-description": "Bir kullanıcının yasağını kaldır",
|
|
81
|
-
"unban-command-name": "yasak kaldırmak",
|
|
82
78
|
"unmute-command-args": "[@kullanıcıadı]",
|
|
83
79
|
"unmute-command-description": "Bir kullanıcının sesini aç",
|
|
84
|
-
"unmute-command-name": "sessizliği kaldırmak",
|
|
85
80
|
"{{ commaSeparatedUsers }} and {{ moreCount }} more": "{{ commaSeparatedUsers }} ve {{ moreCount }} daha",
|
|
86
81
|
"{{ commaSeparatedUsers }}, and {{ lastUser }}": "{{ commaSeparatedUsers }}, ve {{ lastUser }}",
|
|
87
82
|
"{{ firstUser }} and {{ secondUser }}": "{{ firstUser }} ve {{ secondUser }}",
|