Skip to content

Commit dd3f08f

Browse files
authored
AUTOMATION: Update translations
1 parent 6df56f5 commit dd3f08f

File tree

13 files changed

+146
-6
lines changed

13 files changed

+146
-6
lines changed

stream-chat-android-compose/src/main/res/values-es/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<string name="stream_compose_resend_message">"Reenviar"</string>
119119
<string name="stream_compose_scroll_to_bottom">"Deslizar hasta el final"</string>
120120
<string name="stream_compose_search_input_cancel">"Cancelar"</string>
121-
<string name="stream_compose_search_input_hint">"Buscar"</string>
121+
<string name="stream_compose_search_input_hint">"Buscar canales por nombre"</string>
122122
<string name="stream_compose_selected_channel_menu_delete_conversation">"Eliminar conversación"</string>
123123
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_message">"¿Quieres eliminar el canal %1$s?"</string>
124124
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_title">"Eliminar conversación"</string>

stream-chat-android-compose/src/main/res/values-fr/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<string name="stream_compose_ok">"OK"</string>
6161
<string name="stream_compose_reply">"Réponse"</string>
6262
<string name="stream_compose_search_input_cancel">"Annuler"</string>
63-
<string name="stream_compose_search_input_hint">"Recherche"</string>
63+
<string name="stream_compose_search_input_hint">"Rechercher des chaînes par nom"</string>
6464
<string name="stream_compose_selected_channel_menu_delete_conversation">"Supprimer la conversation"</string>
6565
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_message">"Voulez-vous quitter le groupe %1$s?"</string>
6666
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_title">"Supprimer la conversation"</string>

stream-chat-android-compose/src/main/res/values-hi/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<string name="stream_compose_reply_to_message">"मैसेज का जवाब दें"</string>
9595
<string name="stream_compose_scroll_to_bottom">"नीचे तक स्क्रॉल करें"</string>
9696
<string name="stream_compose_search_input_cancel">"रद्द करें"</string>
97-
<string name="stream_compose_search_input_hint">"खोजें"</string>
97+
<string name="stream_compose_search_input_hint">"नाम से चैनल खोजें"</string>
9898
<string name="stream_compose_selected_channel_menu_delete_conversation">"बातचीत मिटायें"</string>
9999
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_message">"क्या आप %1$s . चैनल को हटाना चाहते हैं"</string>
100100
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_title">"बातचीत मिटायें"</string>

stream-chat-android-compose/src/main/res/values-it/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<string name="stream_compose_ok">"OK"</string>
6161
<string name="stream_compose_reply">"Rispondi"</string>
6262
<string name="stream_compose_search_input_cancel">"Annulla"</string>
63-
<string name="stream_compose_search_input_hint">"Cerca"</string>
63+
<string name="stream_compose_search_input_hint">"Cerca i canali per nome"</string>
6464
<string name="stream_compose_selected_channel_menu_delete_conversation">"Elimina canale"</string>
6565
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_message">"Vuoi eliminare il canale% 1$s?"</string>
6666
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_title">"Elimina canale"</string>

stream-chat-android-compose/src/main/res/values-ja/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<string name="stream_compose_ok">"よし"</string>
4949
<string name="stream_compose_reply">"返信"</string>
5050
<string name="stream_compose_search_input_cancel">"キャンセル"</string>
51-
<string name="stream_compose_search_input_hint">"検索"</string>
51+
<string name="stream_compose_search_input_hint">"名前でチャンネルを検索"</string>
5252
<string name="stream_compose_selected_channel_menu_delete_conversation">"会話を削除する"</string>
5353
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_message">"チャネル %1$s を削除しますか"</string>
5454
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_title">"会話を削除する"</string>

stream-chat-android-compose/src/main/res/values-ko/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<string name="stream_compose_ok">"확인"</string>
5252
<string name="stream_compose_reply">"답장"</string>
5353
<string name="stream_compose_search_input_cancel">"취소"</string>
54-
<string name="stream_compose_search_input_hint">"검색"</string>
54+
<string name="stream_compose_search_input_hint">"이름으로 채널 검색"</string>
5555
<string name="stream_compose_selected_channel_menu_delete_conversation">"대화 삭제하기"</string>
5656
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_message">"%1$s 채널을 삭제하시겠습니까"</string>
5757
<string name="stream_compose_selected_channel_menu_delete_conversation_confirmation_title">"대화 삭제하기"</string>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<string name="stream_ui_mention_list_empty">"No hay menciones todavía…"</string>
19+
<string name="stream_ui_mention_list_error">"Ocurrió un error"</string>
20+
</resources>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<string name="stream_ui_mention_list_empty">"Aucune mention n\'existe encore…"</string>
19+
<string name="stream_ui_mention_list_error">"Une erreur est survenue"</string>
20+
</resources>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<string name="stream_ui_mention_list_empty">"अभी तक कोई उल्लेख मौजूद नहीं है…"</string>
19+
<string name="stream_ui_mention_list_error">"एक त्रुटि पाई गई"</string>
20+
</resources>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<string name="stream_ui_mention_list_empty">"Belum ada mention…"</string>
19+
<string name="stream_ui_mention_list_error">"Terjadi kesalahan"</string>
20+
</resources>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<string name="stream_ui_mention_list_empty">"Non esistono ancora menzioni…"</string>
19+
<string name="stream_ui_mention_list_error">"Si è verificato un errore"</string>
20+
</resources>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<string name="stream_ui_mention_list_empty">"言及はまだありません。。。"</string>
19+
<string name="stream_ui_mention_list_error">"エラーが発生しました"</string>
20+
</resources>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
4+
5+
Licensed under the Stream License;
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
https://github.com/GetStream/stream-chat-android/blob/main/LICENSE
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<string name="stream_ui_mention_list_empty">"아직 언급이 없습니다."</string>
19+
<string name="stream_ui_mention_list_error">"오류가 발생하였습니다."</string>
20+
</resources>

0 commit comments

Comments
 (0)