Skip to content

Commit 2236875

Browse files
committed
android: translations for popup customization (de, es, fr, pt)
1 parent d0da597 commit 2236875

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
2+
<string name="popup_animations">Popup-Animationen</string>
3+
<string name="show_bottom_sheet_popup">Popup unten</string>
4+
<string name="show_bottom_sheet_popup_description">Zeigt das Popup im iOS-Stil unten an, wenn AirPods sich verbinden.</string>
5+
<string name="show_island_popup">Dynamic Island Popup</string>
6+
<string name="show_island_popup_description">Zeigt das Popup im Dynamic-Island-Stil oben für Verbindungs- und Übergabe-Ereignisse.</string>
7+
</resources>

android/app/src/main/res/values-es/strings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,9 @@
210210
<string name="listening_mode_transparency_description">Deja entrar los sonidos externos</string>
211211
<string name="listening_mode_adaptive_description">Ajuste dinámico del ruido externo</string>
212212
<string name="listening_mode_noise_cancellation_description">Bloquea los sonidos externos</string>
213+
<string name="popup_animations">Animaciones emergentes</string>
214+
<string name="show_bottom_sheet_popup">Ventana emergente inferior</string>
215+
<string name="show_bottom_sheet_popup_description">Muestra la ventana emergente estilo iOS en la parte inferior cuando los AirPods se conectan.</string>
216+
<string name="show_island_popup">Ventana emergente Dynamic Island</string>
217+
<string name="show_island_popup_description">Muestra la ventana emergente estilo Dynamic Island en la parte superior para eventos de conexión y traspaso.</string>
213218
</resources>

android/app/src/main/res/values-fr/strings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,9 @@
210210
<string name="listening_mode_transparency_description">Laisser entrer les sons extérieurs</string>
211211
<string name="listening_mode_adaptive_description">Ajuster dynamiquement les sons extérieurs</string>
212212
<string name="listening_mode_noise_cancellation_description">Bloquer les sons extérieurs</string>
213+
<string name="popup_animations">Animations contextuelles</string>
214+
<string name="show_bottom_sheet_popup">Fenêtre contextuelle en bas</string>
215+
<string name="show_bottom_sheet_popup_description">Afficher la fenêtre contextuelle de style iOS en bas de l\'écran lors de la connexion des AirPods.</string>
216+
<string name="show_island_popup">Fenêtre Dynamic Island</string>
217+
<string name="show_island_popup_description">Afficher la fenêtre de style Dynamic Island en haut de l\'écran pour les événements de connexion et de transfert.</string>
213218
</resources>

android/app/src/main/res/values-pt/strings.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,9 @@
210210
<string name="listening_mode_transparency_description">Permite sons externos</string>
211211
<string name="listening_mode_adaptive_description">Ajusta dinamicamente o ruído externo</string>
212212
<string name="listening_mode_noise_cancellation_description">Bloqueia sons externos</string>
213+
<string name="popup_animations">Animações de pop-up</string>
214+
<string name="show_bottom_sheet_popup">Pop-up inferior</string>
215+
<string name="show_bottom_sheet_popup_description">Exibe o pop-up estilo iOS na parte inferior quando os AirPods se conectam.</string>
216+
<string name="show_island_popup">Pop-up Dynamic Island</string>
217+
<string name="show_island_popup_description">Exibe o pop-up estilo Dynamic Island no topo da tela em eventos de conexão e transferência.</string>
213218
</resources>

0 commit comments

Comments
 (0)