Skip to content

Commit 09bad90

Browse files
committed
feat: Add and update translations for Dutch and Mexican Spanish
1 parent 3485660 commit 09bad90

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<string name="settings_support_description">Si necesitas ayuda.</string>
7777
<string name="issue_tracker_label">Seguidor de problemas</string>
7878
<string name="issue_tracker_description">Un seguidor público de problemas para reportes de errores y solicitudes de funciones (solo en inglés).</string>
79-
<string name="discord_label">En español</string>
79+
<string name="discord_label">Discord</string>
8080
<string name="discord_description">Un lugar para pasar el rato y hacer preguntas.</string>
8181
<string name="changelog_label">Registro de cambios</string>
8282
<string name="settings_label">Ajustes</string>
@@ -98,7 +98,7 @@
9898
<string name="help_translate_label">Traducción</string>
9999
<string name="help_translate_description">Ayuda a traducir esta aplicación a tu idioma favorito.</string>
100100
<string name="translators_thanks_title">Traductores</string>
101-
<string name="translators_thanks_description">español</string>
101+
<string name="translators_thanks_description">Jaime Muñoz(jmmartin_5@outlook.com)</string>
102102
<string name="widget_description">Un widget que muestra el último estado conocido del dispositivo.</string>
103103
<string name="widget_configuration_title">Selecciona el dispositivo</string>
104104
<string name="widget_configuration_description">Elige qué perfil del dispositivo debe mostrar este complemento.</string>

app/src/main/res/values-nl/strings.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<string name="settings_autopause_description">Pauzeer de muziek wanneer u het apparaat van uw oor haalt.</string>
2929
<string name="settings_autopplay_label">Automatisch afspelen</string>
3030
<string name="settings_autoplay_description">Start audioweergave wanneer het apparaat wordt gedragen.</string>
31+
<string name="settings_eardetection_info_label">Oordetectienotitie</string>
32+
<string name="settings_eardetection_info_description">Als oordetectie slechts voor één pod werkt, is dit een beperking van Apple. Alleen de \"primaire pod\" (gebruikt voor de microfoon) wordt gedetecteerd. Configureer op Apple-apparaten: Instellingen → Bluetooth → AirPods → Microfoon.</string>
3133
<string name="settings_fake_data_label">Nep gegevens</string>
3234
<string name="settings_fake_data_description">Toon nepgegevens, d.w.z. simuleer apparaten die niet bestaan.</string>
3335
<string name="settings_debug_label">Foutopsporingsinstellingen</string>
@@ -98,6 +100,10 @@
98100
<string name="translators_thanks_title">Vertalers</string>
99101
<string name="translators_thanks_description">darken</string>
100102
<string name="widget_description">Een widget dat de laatst gekende apparaatstatus toont.</string>
103+
<string name="widget_configuration_title">Selecteer Apparaat</string>
104+
<string name="widget_configuration_description">Kies welk apparaatprofiel deze widget moet weergeven.</string>
105+
<string name="common_feature_requires_pro_msg">Voor deze functie is CAPod Pro vereist.</string>
106+
<string name="widget_no_data_label">Geen data</string>
101107
<string name="settings_compat_indirectcallback_title">Onrechtstreekse data aflevering</string>
102108
<string name="settings_compat_indirectcallback_summary">Gebruik een alternatieve methode om BLE data van het systeem (broadcast inplaats van callback).</string>
103109
<string name="troubleshooter_title">Probleemoplossing</string>
@@ -134,6 +140,10 @@
134140
<string name="overview_monitoring_active_label">Monitoring voor apparaten</string>
135141
<string name="overview_monitoring_active_description">Zorg ervoor dat je apparaat in de buurt is en actief is.</string>
136142
<string name="overview_unmatched_devices_label">Niet overeenkomende apparaten</string>
143+
<plurals name="overview_unmatched_devices_count">
144+
<item quantity="one">%d apparaat zonder overeenkomend profiel</item>
145+
<item quantity="other">%d apparaten zonder overeenkomend profiel</item>
146+
</plurals>
137147
<string name="permission_bluetooth_connect_label">Bluetooth-verbinding</string>
138148
<string name="permission_bluetooth_connect_description">Deze app heeft de toestemming voor \'Bluetooth verbinden\' nodig om met gekoppelde apparaten te communiceren en verbindingen tot stand te brengen.</string>
139149
<string name="permission_bluetooth_scan_label">Bluetooth-scannen</string>
@@ -159,6 +169,17 @@
159169
<string name="settings_reaction_autoconnect_caseopen_label">Zaak is geopend</string>
160170
<string name="settings_reaction_autoconnect_inear_label">In oor</string>
161171
<string name="pods_dual_left_label">Linker pod</string>
172+
<string name="pods_dual_right_label">Rechter pod</string>
173+
<string name="pods_case_label">Geval</string>
174+
<string name="pods_case_status_open_label">Open</string>
175+
<string name="pods_case_status_closed_label">Gesloten</string>
176+
<string name="pods_connection_state_disconnected_label">Niet verbonden met een apparaat</string>
177+
<string name="pods_connection_state_idle_label">Aangesloten op een apparaat, maar inactief</string>
178+
<string name="pods_connection_state_music_label">In muziekmodus</string>
179+
<string name="pods_connection_state_call_label">In oproepmodus</string>
180+
<string name="pods_connection_state_ringing_label">Rinkelen</string>
181+
<string name="pods_connection_state_hanging_up_label">Ophangen</string>
182+
<string name="pods_connection_state_unknown_label">Onbekende verbindingsstatus</string>
162183
<!-- Device profiles -->
163184
<string name="profiles_maindevice_encryptionkey_explanation">AirPods sturen een statusbericht, waarvan een deel versleuteld is. De encryptiesleutel stelt CAPod in staat het volledige bericht te ontsleutelen. Je hebt hiervoor eenmalige toegang tot een MacBook nodig.</string>
164185
<string name="profiles_key_invalid_format">Ongeldige sleutelindeling</string>

0 commit comments

Comments
 (0)