Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<string name="stream_chat_notification_empty_username">"Usuario sin nombre"</string>
<string name="stream_chat_notification_group_summary_content_text">"Has recibido un nuevo mensaje"</string>
<string name="stream_chat_notification_read">"Marcar como leído"</string>
<string name="stream_chat_notification_reminder_due_title">"Pediste que te recordáramos este mensaje"</string>
<string name="stream_chat_notification_reply">"Responder"</string>
<string name="stream_chat_notification_title">"Mensaje de Chat"</string>
<string name="stream_chat_notification_type_hint">"Escribe un mensaje"</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<string name="stream_chat_notification_empty_username">"Utilisateur sans nom"</string>
<string name="stream_chat_notification_group_summary_content_text">"Vous avez reçu de nouveaux messages"</string>
<string name="stream_chat_notification_read">"Marquer comme lu"</string>
<string name="stream_chat_notification_reminder_due_title">"Vous avez demandé un rappel pour ce message"</string>
<string name="stream_chat_notification_reply">"Réponse"</string>
<string name="stream_chat_notification_title">"Message de discussion"</string>
<string name="stream_chat_notification_type_hint">"Tapez votre message"</string>
<string name="stream_chat_other_notifications_channel_name">"Autres notifications"</string>
<string name="stream_ui_message_input_permission_notifications_message">"Notifications bloquées"</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="stream_chat_error_notification_group_summary_content_text">"आपको नए मैसेज प्राप्त हुए हैं"</string>
<string name="stream_chat_error_notification_group_summary_title">"चैट मैसेज"</string>
<string name="stream_chat_load_notification_data_title">"नोटिफ़िकेशन डेटा लोड हो रहा है"</string>
<string name="stream_chat_load_notification_data_title">"नोटिफ़िकेशन डेटा लोड हो रहा है"</string>
<string name="stream_chat_notification_channel_name">"नए चैट मैसेज"</string>
<string name="stream_chat_notification_content">"आपको नया मैसेज प्राप्त हुआ है"</string>
<string name="stream_chat_notification_empty_username">"अनाम यूजर"</string>
<string name="stream_chat_notification_group_summary_content_text">"आपको नए मैसेज प्राप्त हुए हैं"</string>
<string name="stream_chat_notification_read">"पढ़ा मार्क करें"</string>
<string name="stream_chat_notification_read">"पढ़ा मार्क करें"</string>
<string name="stream_chat_notification_reminder_due_title">"आपने इस मैसेज के लिए रिमाइंडर सेट किया था"</string>
<string name="stream_chat_notification_reply">"जवाब दें"</string>
<string name="stream_chat_notification_title">"चैट मैसेज"</string>
<string name="stream_chat_notification_type_hint">"मैसेज लिखें"</string>
<string name="stream_chat_other_notifications_channel_name">"अन्य नोटिफ़िकेशन्स"</string>
</resources>
<string name="stream_ui_message_input_permission_notifications_message">"नोटिफ़िकेशन ब्लॉक हैं"</string>
</resources>
30 changes: 0 additions & 30 deletions stream-chat-android-client/src/main/res/values-id/strings.xml

This file was deleted.

30 changes: 15 additions & 15 deletions stream-chat-android-client/src/main/res/values-in/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>

<!--Notification-->
<string name="stream_chat_notification_title">Pesan Obrolan</string>
<string name="stream_chat_notification_content">Anda mendapat pesan baru</string>
<string name="stream_chat_notification_reply">Balas</string>
<string name="stream_chat_notification_type_hint">Ketik pesan</string>
<string name="stream_chat_notification_read">Tandai telah dibaca</string>
<string name="stream_chat_notification_channel_name">Pesan baru</string>
<string name="stream_chat_other_notifications_channel_name">Notifikasi lainnya</string>
<string name="stream_chat_load_notification_data_title">Memuat data notifikasi</string>
<string name="stream_chat_notification_group_summary_content_text">Anda mendapat pesan baru</string>
<string name="stream_chat_error_notification_group_summary_title">Pesan obrolan</string>
<string name="stream_chat_error_notification_group_summary_content_text">Anda mendapat pesan baru</string>
<string name="stream_chat_notification_empty_username">Pengguna anonim</string>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="stream_chat_error_notification_group_summary_content_text">"Anda mendapat pesan baru"</string>
<string name="stream_chat_error_notification_group_summary_title">"Pesan obrolan"</string>
<string name="stream_chat_load_notification_data_title">"Memuat data notifikasi"</string>
<string name="stream_chat_notification_channel_name">"Pesan baru"</string>
<string name="stream_chat_notification_content">"Anda mendapat pesan baru"</string>
<string name="stream_chat_notification_empty_username">"Pengguna anonim"</string>
<string name="stream_chat_notification_group_summary_content_text">"Anda mendapat pesan baru"</string>
<string name="stream_chat_notification_read">"Tandai telah dibaca"</string>
<string name="stream_chat_notification_reminder_due_title">"Anda meminta saya mengingatkan Anda tentang pesan ini"</string>
<string name="stream_chat_notification_reply">"Balas"</string>
<string name="stream_chat_notification_title">"Pesan Obrolan"</string>
<string name="stream_chat_notification_type_hint">"Ketik pesan"</string>
<string name="stream_chat_other_notifications_channel_name">"Notifikasi lainnya"</string>
<string name="stream_ui_message_input_permission_notifications_message">"Notifikasi diblokir"</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<string name="stream_chat_notification_empty_username">"Utente senza nome"</string>
<string name="stream_chat_notification_group_summary_content_text">"Hai ricevuto nuovi messaggi"</string>
<string name="stream_chat_notification_read">"Segna come letto"</string>
<string name="stream_chat_notification_reminder_due_title">"Hai chiesto di ricevere un promemoria per questo messaggio"</string>
<string name="stream_chat_notification_reply">"Rispondi"</string>
<string name="stream_chat_notification_title">"Messaggio"</string>
<string name="stream_chat_notification_type_hint">"Digita il messaggio"</string>
<string name="stream_chat_other_notifications_channel_name">"Altre notifiche"</string>
<string name="stream_ui_message_input_permission_notifications_message">"Notifiche bloccate"</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<string name="stream_chat_notification_empty_username">"名前のないユーザー"</string>
<string name="stream_chat_notification_group_summary_content_text">"新しいメッセージを受け取りました"</string>
<string name="stream_chat_notification_read">"既読にする"</string>
<string name="stream_chat_notification_reminder_due_title">"このメッセージについてリマインドするよう依頼されました"</string>
<string name="stream_chat_notification_reply">"返信"</string>
<string name="stream_chat_notification_title">"チャットメッセージ"</string>
<string name="stream_chat_notification_type_hint">"メッセージを入力する"</string>
<string name="stream_chat_other_notifications_channel_name">"その他の通知"</string>
<string name="stream_ui_message_input_permission_notifications_message">"通知がブロックされています"</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<string name="stream_chat_notification_empty_username">"익명의 사용자"</string>
<string name="stream_chat_notification_group_summary_content_text">"새 메시지를 받았습니다"</string>
<string name="stream_chat_notification_read">"읽은 상태로 표시"</string>
<string name="stream_chat_notification_reminder_due_title">"이 메시지에 대해 리마인더를 요청하셨습니다"</string>
<string name="stream_chat_notification_reply">"답글"</string>
<string name="stream_chat_notification_title">"채팅 메시지"</string>
<string name="stream_chat_notification_type_hint">"메시지 입력"</string>
<string name="stream_chat_other_notifications_channel_name">"기타 알림"</string>
<string name="stream_ui_message_input_permission_notifications_message">"알림이 차단되었습니다"</string>
</resources>
Loading
Loading