stream-chat-react-native-core 5.29.1-beta.3 → 5.29.1-beta.4

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.
Files changed (113) hide show
  1. package/lib/commonjs/components/Channel/Channel.js +14 -19
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js +9 -13
  4. package/lib/commonjs/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
  5. package/lib/commonjs/components/ChannelList/utils.js +2 -1
  6. package/lib/commonjs/components/ChannelList/utils.js.map +1 -1
  7. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js +1 -3
  8. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
  9. package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js +6 -4
  10. package/lib/commonjs/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
  11. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +25 -3
  12. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  13. package/lib/commonjs/hooks/useTranslatedMessage.js +1 -0
  14. package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
  15. package/lib/commonjs/i18n/en.json +1 -0
  16. package/lib/commonjs/i18n/es.json +26 -25
  17. package/lib/commonjs/i18n/fr.json +26 -25
  18. package/lib/commonjs/i18n/he.json +26 -25
  19. package/lib/commonjs/i18n/hi.json +29 -28
  20. package/lib/commonjs/i18n/it.json +29 -28
  21. package/lib/commonjs/i18n/ja.json +29 -28
  22. package/lib/commonjs/i18n/ko.json +29 -28
  23. package/lib/commonjs/i18n/nl.json +29 -28
  24. package/lib/commonjs/i18n/pt-BR.json +29 -28
  25. package/lib/commonjs/i18n/ru.json +29 -28
  26. package/lib/commonjs/i18n/tr.json +29 -28
  27. package/lib/commonjs/icons/ChatIcon.js +23 -0
  28. package/lib/commonjs/icons/ChatIcon.js.map +1 -0
  29. package/lib/commonjs/icons/index.js +11 -0
  30. package/lib/commonjs/icons/index.js.map +1 -1
  31. package/lib/commonjs/version.json +1 -1
  32. package/lib/module/components/Channel/Channel.js +14 -19
  33. package/lib/module/components/Channel/Channel.js.map +1 -1
  34. package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js +9 -13
  35. package/lib/module/components/ChannelList/hooks/listeners/useNewMessage.js.map +1 -1
  36. package/lib/module/components/ChannelList/utils.js +2 -1
  37. package/lib/module/components/ChannelList/utils.js.map +1 -1
  38. package/lib/module/components/ChannelPreview/ChannelPreview.js +1 -3
  39. package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
  40. package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js +6 -4
  41. package/lib/module/components/ChannelPreview/hooks/useLatestMessagePreview.js.map +1 -1
  42. package/lib/module/components/Indicators/EmptyStateIndicator.js +25 -3
  43. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  44. package/lib/module/hooks/useTranslatedMessage.js +1 -0
  45. package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
  46. package/lib/module/i18n/en.json +1 -0
  47. package/lib/module/i18n/es.json +26 -25
  48. package/lib/module/i18n/fr.json +26 -25
  49. package/lib/module/i18n/he.json +26 -25
  50. package/lib/module/i18n/hi.json +29 -28
  51. package/lib/module/i18n/it.json +29 -28
  52. package/lib/module/i18n/ja.json +29 -28
  53. package/lib/module/i18n/ko.json +29 -28
  54. package/lib/module/i18n/nl.json +29 -28
  55. package/lib/module/i18n/pt-BR.json +29 -28
  56. package/lib/module/i18n/ru.json +29 -28
  57. package/lib/module/i18n/tr.json +29 -28
  58. package/lib/module/icons/ChatIcon.js +23 -0
  59. package/lib/module/icons/ChatIcon.js.map +1 -0
  60. package/lib/module/icons/index.js +11 -0
  61. package/lib/module/icons/index.js.map +1 -1
  62. package/lib/module/version.json +1 -1
  63. package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts.map +1 -1
  64. package/lib/typescript/components/ChannelList/utils.d.ts.map +1 -1
  65. package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts.map +1 -1
  66. package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts +1 -1
  67. package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts.map +1 -1
  68. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts +1 -1
  69. package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts.map +1 -1
  70. package/lib/typescript/hooks/useTranslatedMessage.d.ts +1 -1
  71. package/lib/typescript/hooks/useTranslatedMessage.d.ts.map +1 -1
  72. package/lib/typescript/i18n/en.json +1 -0
  73. package/lib/typescript/i18n/es.json +26 -25
  74. package/lib/typescript/i18n/fr.json +26 -25
  75. package/lib/typescript/i18n/he.json +26 -25
  76. package/lib/typescript/i18n/hi.json +29 -28
  77. package/lib/typescript/i18n/it.json +29 -28
  78. package/lib/typescript/i18n/ja.json +29 -28
  79. package/lib/typescript/i18n/ko.json +29 -28
  80. package/lib/typescript/i18n/nl.json +29 -28
  81. package/lib/typescript/i18n/pt-BR.json +29 -28
  82. package/lib/typescript/i18n/ru.json +29 -28
  83. package/lib/typescript/i18n/tr.json +29 -28
  84. package/lib/typescript/icons/ChatIcon.d.ts +4 -0
  85. package/lib/typescript/icons/ChatIcon.d.ts.map +1 -0
  86. package/lib/typescript/icons/index.d.ts +1 -0
  87. package/lib/typescript/icons/index.d.ts.map +1 -1
  88. package/lib/typescript/utils/Streami18n.d.ts +1 -0
  89. package/lib/typescript/utils/Streami18n.d.ts.map +1 -1
  90. package/package.json +1 -1
  91. package/src/components/Channel/Channel.tsx +12 -12
  92. package/src/components/ChannelList/hooks/listeners/useNewMessage.ts +9 -14
  93. package/src/components/ChannelList/utils.ts +2 -1
  94. package/src/components/ChannelPreview/ChannelPreview.tsx +1 -6
  95. package/src/components/ChannelPreview/hooks/__tests__/useLatestMessagePreview.test.tsx +1 -1
  96. package/src/components/ChannelPreview/hooks/useLatestMessagePreview.ts +6 -13
  97. package/src/components/Indicators/EmptyStateIndicator.tsx +19 -2
  98. package/src/hooks/useTranslatedMessage.ts +3 -1
  99. package/src/i18n/en.json +1 -0
  100. package/src/i18n/es.json +26 -25
  101. package/src/i18n/fr.json +26 -25
  102. package/src/i18n/he.json +26 -25
  103. package/src/i18n/hi.json +29 -28
  104. package/src/i18n/it.json +29 -28
  105. package/src/i18n/ja.json +29 -28
  106. package/src/i18n/ko.json +29 -28
  107. package/src/i18n/nl.json +29 -28
  108. package/src/i18n/pt-BR.json +29 -28
  109. package/src/i18n/ru.json +29 -28
  110. package/src/i18n/tr.json +29 -28
  111. package/src/icons/ChatIcon.tsx +12 -0
  112. package/src/icons/index.ts +1 -0
  113. package/src/version.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"useNewMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChannelList/hooks/listeners/useNewMessage.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAIlD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAGzE,KAAK,UAAU,CAAC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9F;IACE,gBAAgB,EAAE,OAAO,CAAC;IAC1B,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;IACxF,YAAY,CAAC,EAAE,CACb,gBAAgB,EAAE,OAAO,EACzB,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,EACvF,KAAK,EAAE,KAAK,CAAC,kBAAkB,CAAC,KAC7B,IAAI,CAAC;CACX,CAAC;AAEJ,eAAO,MAAM,aAAa,8KA6CzB,CAAC"}
1
+ {"version":3,"file":"useNewMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChannelList/hooks/listeners/useNewMessage.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAIlD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAGzE,KAAK,UAAU,CAAC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9F;IACE,gBAAgB,EAAE,OAAO,CAAC;IAC1B,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;IACxF,YAAY,CAAC,EAAE,CACb,gBAAgB,EAAE,OAAO,EACzB,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,EACvF,KAAK,EAAE,KAAK,CAAC,kBAAkB,CAAC,KAC7B,IAAI,CAAC;CACX,CAAC;AAEJ,eAAO,MAAM,aAAa,8KAwCzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,KAAK,cAAc,CACjB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,QAAQ,EAAE,OAAO,CAAC,kBAAkB,CAAC,EAAE,CAAC;IACxC,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,aAAa,6KAgBzB,CAAC;AAEF,KAAK,aAAa,CAChB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,MAAM,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAAC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,UAAU,sLAUtB,CAAC;AAEF,eAAO,MAAM,4BAA4B,KAAK,CAAC;AAC/C,eAAO,MAAM,wBAAwB,KAAK,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelList/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,KAAK,cAAc,CACjB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,QAAQ,EAAE,OAAO,CAAC,kBAAkB,CAAC,EAAE,CAAC;IACxC,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,aAAa,6KAgBzB,CAAC;AAEF,KAAK,aAAa,CAChB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,MAAM,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAAC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,UAAU,sLAUtB,CAAC;AAEF,eAAO,MAAM,4BAA4B,KAAK,CAAC;AAC/C,eAAO,MAAM,wBAAwB,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChannelPreview.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,OAAO,EAAwC,MAAM,aAAa,CAAC;AAIjF,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAkB,MAAM,wCAAwC,CAAC;AAG1F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,8BAA8B,CACxC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,QAAQ,CAAC,GACtD,IAAI,CAAC,oBAAoB,CAAC,kBAAkB,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC,GAAG;IAC1E;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC,kBAAkB,CAAC,CAAC;CACtC,CAAC;AA8FJ,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,IAAI,CAAC,8BAA8B,CAAC,kBAAkB,CAAC,EAAE,SAAS,CAAC,CAAC,GAC9E,IAAI,CAAC,8BAA8B,CAAC,kBAAkB,CAAC,EAAE,SAAS,CAAC,CAAC;AAEtE,eAAO,MAAM,cAAc,yJAS1B,CAAC"}
1
+ {"version":3,"file":"ChannelPreview.d.ts","sourceRoot":"","sources":["../../../../src/components/ChannelPreview/ChannelPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,OAAO,EAAwC,MAAM,aAAa,CAAC;AAIjF,OAAO,EACL,oBAAoB,EAErB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAkB,MAAM,wCAAwC,CAAC;AAE1F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,MAAM,MAAM,8BAA8B,CACxC,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,QAAQ,CAAC,GACtD,IAAI,CAAC,oBAAoB,CAAC,kBAAkB,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC,GAAG;IAC1E;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC,kBAAkB,CAAC,CAAC;CACtC,CAAC;AA0FJ,MAAM,MAAM,mBAAmB,CAC7B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E,OAAO,CAAC,IAAI,CAAC,8BAA8B,CAAC,kBAAkB,CAAC,EAAE,SAAS,CAAC,CAAC,GAC9E,IAAI,CAAC,8BAA8B,CAAC,kBAAkB,CAAC,EAAE,SAAS,CAAC,CAAC;AAEtE,eAAO,MAAM,cAAc,yJAS1B,CAAC"}
@@ -22,6 +22,6 @@ export declare enum MessageReadStatus {
22
22
  *
23
23
  * @returns {object} latest message preview e.g.. { text: 'this was last message ...', created_at: '11/12/2020', messageObject: { originalMessageObject } }
24
24
  */
25
- export declare const useLatestMessagePreview: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(channel: Channel<StreamChatGenerics>, forceUpdate: number, lastMessage?: MessageResponse<StreamChatGenerics> | import("stream-chat").FormatMessageResponse<StreamChatGenerics> | undefined) => LatestMessagePreview<StreamChatGenerics>;
25
+ export declare const useLatestMessagePreview: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(channel: Channel<StreamChatGenerics>, forceUpdate: number) => LatestMessagePreview<StreamChatGenerics>;
26
26
  export {};
27
27
  //# sourceMappingURL=useLatestMessagePreview.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLatestMessagePreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelPreview/hooks/useLatestMessagePreview.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,eAAe,EAA4B,MAAM,aAAa,CAAC;AASpG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEtE,KAAK,aAAa,CAChB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAE9E,UAAU,CAAC,YAAY,CAAC,kBAAkB,CAAC,CAAC,eAAe,CAAC,CAAC,GAC7D,eAAe,CAAC,kBAAkB,CAAC,CAAC;AAExC,MAAM,MAAM,oBAAoB,CAC9B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACnC,aAAa,EAAE,aAAa,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC;IAC7D,QAAQ,EAAE;QACR,IAAI,EAAE,OAAO,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,EAAE,CAAC;IACJ,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAuHF,oBAAY,iBAAiB;IAC3B,wBAAwB,IAAI;IAC5B,MAAM,IAAI;IACV,IAAI,IAAI;CACT;AA2ED;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,wIAIrB,MAAM,8KAgEpB,CAAC"}
1
+ {"version":3,"file":"useLatestMessagePreview.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChannelPreview/hooks/useLatestMessagePreview.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,eAAe,EAA4B,MAAM,aAAa,CAAC;AAUpG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEtE,KAAK,aAAa,CAChB,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAE9E,UAAU,CAAC,YAAY,CAAC,kBAAkB,CAAC,CAAC,eAAe,CAAC,CAAC,GAC7D,eAAe,CAAC,kBAAkB,CAAC,CAAC;AAExC,MAAM,MAAM,oBAAoB,CAC9B,kBAAkB,SAAS,yBAAyB,GAAG,yBAAyB,IAC9E;IACF,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACnC,aAAa,EAAE,aAAa,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC;IAC7D,QAAQ,EAAE;QACR,IAAI,EAAE,OAAO,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,EAAE,CAAC;IACJ,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAuHF,oBAAY,iBAAiB;IAC3B,wBAAwB,IAAI;IAC5B,MAAM,IAAI;IACV,IAAI,IAAI;CACT;AA2ED;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,wIAIrB,MAAM,6CAwDpB,CAAC"}
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export type EmptyStateProps = {
3
3
  listType?: 'channel' | 'message' | 'default';
4
4
  };
5
- export declare const EmptyStateIndicator: ({ listType }: EmptyStateProps) => React.JSX.Element | null;
5
+ export declare const EmptyStateIndicator: ({ listType }: EmptyStateProps) => React.JSX.Element;
6
6
  //# sourceMappingURL=EmptyStateIndicator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EmptyStateIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/Indicators/EmptyStateIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,mBAAmB,iBAAkB,eAAe,6BAmChE,CAAC"}
1
+ {"version":3,"file":"EmptyStateIndicator.d.ts","sourceRoot":"","sources":["../../../../src/components/Indicators/EmptyStateIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmC1B,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,mBAAmB,iBAAkB,eAAe,sBA0ChE,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { FormatMessageResponse, MessageResponse } from 'stream-chat';
2
2
  import type { DefaultStreamChatGenerics } from '../types/types';
3
- export declare const useTranslatedMessage: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(message: MessageResponse<StreamChatGenerics> | FormatMessageResponse<StreamChatGenerics>) => MessageResponse<StreamChatGenerics> | FormatMessageResponse<StreamChatGenerics>;
3
+ export declare const useTranslatedMessage: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(message?: MessageResponse<StreamChatGenerics> | FormatMessageResponse<StreamChatGenerics> | undefined) => MessageResponse<StreamChatGenerics> | FormatMessageResponse<StreamChatGenerics> | undefined;
4
4
  //# sourceMappingURL=useTranslatedMessage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useTranslatedMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTranslatedMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,eAAe,EAAwB,MAAM,aAAa,CAAC;AAIhG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAIhE,eAAO,MAAM,oBAAoB,iQAqBhC,CAAC"}
1
+ {"version":3,"file":"useTranslatedMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTranslatedMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,eAAe,EAAwB,MAAM,aAAa,CAAC;AAIhG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAIhE,eAAO,MAAM,oBAAoB,0RAuBhC,CAAC"}
@@ -40,6 +40,7 @@
40
40
  "Message deleted": "Message deleted",
41
41
  "Message flagged": "Message flagged",
42
42
  "Mute User": "Mute User",
43
+ "No chats here yet…": "No chats here yet…",
43
44
  "Not supported": "Not supported",
44
45
  "Nothing yet...": "Nothing yet...",
45
46
  "Ok": "Ok",
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 respuesta",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1 respuesta de hilo",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "También enviar al canal",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "¿Estás seguro?",
8
+ "Are you sure?": "",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considera cómo tu comentario podría hacer sentir a los demás y asegúrate de seguir nuestras Normas de la Comunidad",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -18,19 +18,19 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "Mensaje vacío...",
22
- "Error loading": "Error al cargar",
23
- "Error loading channel list...": "Error al cargar la lista de canales...",
24
- "Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
25
- "Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
26
- "File type not supported": "",
21
+ "Empty message...": "",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Tipo de archivo no admitido",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "¡Empecemos a charlar!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -40,25 +40,26 @@
40
40
  "Message deleted": "Mensaje eliminado",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
- "Nothing yet...": "Aún no hay nada...",
45
+ "Nothing yet...": "",
45
46
  "Ok": "",
46
47
  "Only visible to you": "Solo visible para ti",
47
48
  "Open Settings": "",
48
- "Photo": "Foto",
49
+ "Photo": "",
49
50
  "Photos and Videos": "",
50
51
  "Pin to Conversation": "",
51
52
  "Pinned by": "",
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "Reconectando...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
58
  "Reply to Message": "",
58
59
  "Resend": "",
59
60
  "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "Enviar de todos modos",
62
+ "Send Anyway": "",
62
63
  "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
65
  "Slow mode ON": "",
@@ -69,13 +70,13 @@
69
70
  "Unmute User": "",
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "Mensajes no leídos",
72
- "Video": "Video",
73
- "You": "",
74
- "You can't send messages in this channel": "No puedes enviar mensajes en este canal",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} y {{ nonSelfUserLength }} más están escribiendo",
73
+ "Video": "",
74
+ "You": "",
75
+ "You can't send messages in this channel": "",
76
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "{{ replyCount }} Respuestas",
78
- "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "{{ user }} está escribiendo",
80
- "🏙 Attachment...": "🏙 Adjunto..."
78
+ "{{ replyCount }} Replies": "",
79
+ "{{ replyCount }} Thread Replies": "{{ replyCount }} respuestas de hilo",
80
+ "{{ user }} is typing": "",
81
+ "🏙 Attachment...": ""
81
82
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 Réponse",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "Réponse à 1 fil",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "Envoyer également à la chaîne",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "Es-tu sûr ?",
8
+ "Are you sure?": "",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -18,19 +18,19 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "Message vide...",
22
- "Error loading": "Erreur lors du chargement",
23
- "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
24
- "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
25
- "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
26
- "File type not supported": "",
21
+ "Empty message...": "",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Le type de fichier n'est pas pris en charge",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "Commençons à discuter !",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -40,25 +40,26 @@
40
40
  "Message deleted": "Message supprimé",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
- "Nothing yet...": "Aucun message...",
45
+ "Nothing yet...": "",
45
46
  "Ok": "",
46
47
  "Only visible to you": "Seulement visible par vous",
47
48
  "Open Settings": "",
48
- "Photo": "Photo",
49
+ "Photo": "",
49
50
  "Photos and Videos": "",
50
51
  "Pin to Conversation": "",
51
52
  "Pinned by": "",
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "Se Reconnecter...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
58
  "Reply to Message": "",
58
59
  "Resend": "",
59
60
  "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "Envoyer quand même",
62
+ "Send Anyway": "",
62
63
  "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
65
  "Slow mode ON": "",
@@ -69,13 +70,13 @@
69
70
  "Unmute User": "",
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "Messages non lus",
72
- "Video": "Vidéo",
73
- "You": "Toi",
74
- "You can't send messages in this channel": "You can't send messages in this channel",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
73
+ "Video": "",
74
+ "You": "",
75
+ "You can't send messages in this channel": "",
76
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
78
- "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "{{ user }} est en train d'écrire",
80
- "🏙 Attachment...": "🏙 Pièce jointe..."
78
+ "{{ replyCount }} Replies": "",
79
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
80
+ "{{ user }} is typing": "",
81
+ "🏙 Attachment...": ""
81
82
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "תגובה אחת",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "תגובה אחת לשרשור",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "שלח/י הודעה לשיחה",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "האם אתה בטוח?",
8
+ "Are you sure?": "",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "שקול איך התגובה שלך עשויה להשפיע על אחרים ווודא שאתה עוקב אחר ההנחיות של הקהילה שלנו",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -18,19 +18,19 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "הודעה ריקה...",
22
- "Error loading": "שגיאה ארעה בעת הטעינה",
23
- "Error loading channel list...": "שגיאה ארעה בטעינת השיחות...",
24
- "Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
25
- "Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
26
- "File type not supported": "",
21
+ "Empty message...": "",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "סוג הקובץ אינו נתמך",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "בואו נתחיל לשוחח!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -40,25 +40,26 @@
40
40
  "Message deleted": "ההודעה נמחקה",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
- "Nothing yet...": "אינפורמציה תתקבל בהמשך...",
45
+ "Nothing yet...": "",
45
46
  "Ok": "",
46
47
  "Only visible to you": "גלוי רק לך",
47
48
  "Open Settings": "",
48
- "Photo": "תמונה",
49
+ "Photo": "",
49
50
  "Photos and Videos": "",
50
51
  "Pin to Conversation": "",
51
52
  "Pinned by": "",
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "מתחבר מחדש...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
58
  "Reply to Message": "",
58
59
  "Resend": "",
59
60
  "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "שלח בכל זאת",
62
+ "Send Anyway": "",
62
63
  "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
65
  "Slow mode ON": "",
@@ -69,13 +70,13 @@
69
70
  "Unmute User": "",
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "הודעות שטרם נקרו",
72
- "Video": "וִידֵאוֹ",
73
- "You": "את/ה",
74
- "You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ו-{{ nonSelfUserLength }} משתמש/ים אחר/ים מקלידים",
73
+ "Video": "",
74
+ "You": "",
75
+ "You can't send messages in this channel": "",
76
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "{{ replyCount }} תגובות",
78
- "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "{{ user }} מקליד/ה",
80
- "🏙 Attachment...": "🏙 קובץ מצורף..."
78
+ "{{ replyCount }} Replies": "",
79
+ "{{ replyCount }} Thread Replies": "{{ replyCount }} תגובות שרשור",
80
+ "{{ user }} is typing": "",
81
+ "🏙 Attachment...": ""
81
82
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 रिप्लाई",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1 धागा उत्तर",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "चैनल को भी भेजें",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "क्या आप सुनिश्चित हैं?",
8
+ "Are you sure?": "",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "ध्यान दें कि आपका संदेश दूसरों को कैसा लगा सकता है और सुनिश्चित हों कि आप हमारी सामुदायिक अनुशासन का पालन कर रहे हैं",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -18,19 +18,19 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "खाली संदेश...",
22
- "Error loading": "लोड होने मे त्रुटि",
23
- "Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
24
- "Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
25
- "Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
26
- "File type not supported": "",
21
+ "Empty message...": "",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "किसी मित्र को अपना पहला संदेश भेजने के बारे में क्या ख़याल है?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "आइए चैट करना शुरू करें!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -40,28 +40,29 @@
40
40
  "Message deleted": "मैसेज हटा दिया गया",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
- "Nothing yet...": "कोई मैसेज नहीं है...",
45
+ "Nothing yet...": "",
45
46
  "Ok": "",
46
47
  "Only visible to you": "केवल आपको दिखाई दे रहा है",
47
48
  "Open Settings": "",
48
- "Photo": "तस्वीर",
49
+ "Photo": "",
49
50
  "Photos and Videos": "",
50
51
  "Pin to Conversation": "",
51
52
  "Pinned by": "",
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "पुनः कनेक्ट हो...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
58
  "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "GIF खोजें",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "फिर भी भेजें",
62
- "Send a message": "एक संदेश भेजें",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "स्लो मोड चालू",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -69,13 +70,13 @@
69
70
  "Unmute User": "",
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "अपठित संदेश",
72
- "Video": "वीडियो",
73
- "You": "आप",
74
- "You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
73
+ "Video": "",
74
+ "You": "",
75
+ "You can't send messages in this channel": "",
76
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
78
- "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
80
- "🏙 Attachment...": "🏙 अटैचमेंट..."
78
+ "{{ replyCount }} Replies": "",
79
+ "{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
80
+ "{{ user }} is typing": "",
81
+ "🏙 Attachment...": ""
81
82
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "1 Reply": "1 Risposta",
3
- "1 Thread Reply": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "1 Risposta alla Discussione",
4
4
  "Allow access to your Gallery": "",
5
5
  "Allow camera access in device settings": "",
6
- "Also send to channel": "Invia anche al canale",
6
+ "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
- "Are you sure?": "Sei sicuro?",
8
+ "Are you sure?": "",
9
9
  "Block User": "",
10
10
  "Cancel": "",
11
11
  "Cannot Flag Message": "",
12
- "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considera come il tuo commento potrebbe far sentire gli altri e assicurati di seguire le nostre Linee guida della community",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
@@ -18,19 +18,19 @@
18
18
  "Edit Message": "",
19
19
  "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "Message vuoto...",
22
- "Error loading": "Errore di caricamento",
23
- "Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
24
- "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
25
- "Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
26
- "File type not supported": "",
21
+ "Empty message...": "",
22
+ "Error loading": "",
23
+ "Error loading channel list...": "",
24
+ "Error loading messages for this channel...": "",
25
+ "Error while loading, please reload/refresh": "",
26
+ "File type not supported": "Tipo di file non supportato",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
30
  "Hold to start recording.": "",
31
- "How about sending your first message to a friend?": "Che ne dici di inviare il tuo primo messaggio ad un amico?",
31
+ "How about sending your first message to a friend?": "",
32
32
  "Instant Commands": "",
33
- "Let's start chatting!": "Iniziamo a chattare!",
33
+ "Let's start chatting!": "",
34
34
  "Links are disabled": "",
35
35
  "Loading channels...": "",
36
36
  "Loading messages...": "",
@@ -40,28 +40,29 @@
40
40
  "Message deleted": "Messaggio cancellato",
41
41
  "Message flagged": "",
42
42
  "Mute User": "",
43
+ "No chats here yet…": "",
43
44
  "Not supported": "",
44
- "Nothing yet...": "Ancora niente...",
45
+ "Nothing yet...": "",
45
46
  "Ok": "",
46
47
  "Only visible to you": "Visibile solo a te",
47
48
  "Open Settings": "",
48
- "Photo": "Foto",
49
+ "Photo": "",
49
50
  "Photos and Videos": "",
50
51
  "Pin to Conversation": "",
51
52
  "Pinned by": "",
52
53
  "Please allow Audio permissions in settings.": "",
53
54
  "Please enable access to your photos and videos so you can share them.": "",
54
55
  "Please select a channel first": "",
55
- "Reconnecting...": "Ricollegarsi...",
56
+ "Reconnecting...": "",
56
57
  "Reply": "",
57
58
  "Reply to Message": "",
58
59
  "Resend": "",
59
- "Search GIFs": "Cerca GIF",
60
+ "Search GIFs": "",
60
61
  "Select More Photos": "",
61
- "Send Anyway": "Invia comunque",
62
- "Send a message": "Mandare un messaggio",
62
+ "Send Anyway": "",
63
+ "Send a message": "",
63
64
  "Sending links is not allowed in this conversation": "",
64
- "Slow mode ON": "Slowmode attiva",
65
+ "Slow mode ON": "",
65
66
  "The message has been reported to a moderator.": "",
66
67
  "Thread Reply": "",
67
68
  "Unblock User": "",
@@ -69,13 +70,13 @@
69
70
  "Unmute User": "",
70
71
  "Unpin from Conversation": "",
71
72
  "Unread Messages": "Messaggi non letti",
72
- "Video": "Video",
73
- "You": "Tu",
74
- "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
75
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
73
+ "Video": "",
74
+ "You": "",
75
+ "You can't send messages in this channel": "",
76
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
76
77
  "{{ index }} of {{ photoLength }}": "",
77
- "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
78
- "{{ replyCount }} Thread Replies": "",
79
- "{{ user }} is typing": "{{ user }} sta scrivendo",
80
- "🏙 Attachment...": "🏙 Allegato..."
78
+ "{{ replyCount }} Replies": "",
79
+ "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
80
+ "{{ user }} is typing": "",
81
+ "🏙 Attachment...": ""
81
82
  }