Skip to content

Commit 5f0fb37

Browse files
authored
New Crowdin updates (#347)
2 parents dd11cf5 + b4a3dc2 commit 5f0fb37

File tree

30 files changed

+213
-123
lines changed

30 files changed

+213
-123
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">lakony AI</string>
5555
<string name="action_take_screenshot">Kwany cal me cim</string>
5656
<string name="action_cycle_sound_modes">Kit me dwan ma ki lwongo ni Cycle</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">calo wer ma tye i kare ni</string>
5859
<string name="like_song_settings_title">calo kit ma ki yubu kwede wer</string>
5960
<string name="like_song_settings_desc">Gin man mito ni ki mi ngec me neno gin ma tye ka tuko i kare ni ki me cako tic ma kit meno. Wakwayi ni iket piny kany.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Nen ni keto i tic jami eni twero cung i kom OEM ki mogo twero bedo ni pe tiyo.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Mukene</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">KI assistent</string>
5555
<string name="action_take_screenshot">Neem skermskoot</string>
5656
<string name="action_cycle_sound_modes">Skakel klankmodusse</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">Soos huidige liedjie</string>
5859
<string name="like_song_settings_title">Soos liedjie instellings</string>
5960
<string name="like_song_settings_desc">Hierdie kenmerk vereis kennisgewingtoegang om die media wat tans speel op te spoor en die soortgelyke aksie te aktiveer. Aktiveer dit asseblief hieronder.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Neem asseblief kennis dat die implementering van hierdie opsies van die OEM kan afhang en dat sommige glad nie funksioneel sal wees nie.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Ander</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">مساعد الذكاء الاصطناعي</string>
5555
<string name="action_take_screenshot">خذ لقطة للشاشة</string>
5656
<string name="action_cycle_sound_modes">أنماط دورة صوت</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">تفضيل الأغنية الحالية </string>
5859
<string name="like_song_settings_title">تفضيل إعدادات الأغنية</string>
5960
<string name="like_song_settings_desc">تتطلب هذه الميزة الوصول إلى الإشعارات لاكتشاف الوسائط التي يتم تشغيلها حاليًا وتشغيل الإجراء المماثل. يرجى تمكينه أدناه.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">يرجى ملاحظة أن تنفيذ هذه الخيارات قد يعتمد على الشركة المصنعة للمعدات الأصلية وقد لا يعمل بعضها على الإطلاق.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">آخر</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">Assistent d\'IA</string>
5555
<string name="action_take_screenshot">Fes una captura de pantalla</string>
5656
<string name="action_cycle_sound_modes">Cicle els modes de so</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">Com la cançó actual</string>
5859
<string name="like_song_settings_title">Com la configuració de cançons</string>
5960
<string name="like_song_settings_desc">Aquesta funció requereix accés a notificacions per detectar els mitjans que es reprodueixen actualment i activar l\'acció semblant. Si us plau, activeu-lo a continuació.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Tingueu en compte que la implementació d\'aquestes opcions pot dependre de l\'OEM i algunes poden no ser funcionals en absolut.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Altres</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">Asistent AI</string>
5555
<string name="action_take_screenshot">Udělejte snímek obrazovky</string>
5656
<string name="action_cycle_sound_modes">Cyklování zvukových režimů</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">Jako aktuální píseň</string>
5859
<string name="like_song_settings_title">Stejně jako nastavení skladeb</string>
5960
<string name="like_song_settings_desc">Tato funkce vyžaduje přístup k oznámení, aby bylo možné zjistit aktuálně přehrávané médium a spustit podobnou akci. Aktivujte jej prosím níže.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Upozorňujeme, že implementace těchto možností může záviset na OEM a některé nemusí být funkční vůbec.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Ostatní</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">AI assistent</string>
5555
<string name="action_take_screenshot">Tag et skærmbillede</string>
5656
<string name="action_cycle_sound_modes">Skift lydtilstande</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">Ligesom den aktuelle sang</string>
5859
<string name="like_song_settings_title">Ligesom sangindstillinger</string>
5960
<string name="like_song_settings_desc">Denne funktion kræver meddelelsesadgang for at registrere det aktuelt afspillede medie og udløse lignende handling. Aktiver det venligst nedenfor.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Bemærk venligst, at implementeringen af ​​disse muligheder kan afhænge af OEM\'en, og nogle er muligvis slet ikke funktionelle.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Andre</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">KI-Assistent</string>
5555
<string name="action_take_screenshot">Bildschirmfoto machen</string>
5656
<string name="action_cycle_sound_modes">Tonmodus durchschalten</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">Aktuellen Song liken</string>
5859
<string name="like_song_settings_title">Song liken-Einstellungen</string>
5960
<string name="like_song_settings_desc">Diese Funktion erfordert Zugriff auf Benachrichtigungen, um die aktuell wiedergegebenen Medien zu erkennen und die entsprechende Aktion auszulösen. Bitte aktiviere diese Funktion unten.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Bitte beachte, dass die Implementierung dieser Optionen vom OEM abhängen kann und einige möglicherweise überhaupt nicht funktionsfähig sind.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Weitere</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">Βοηθός AI</string>
5555
<string name="action_take_screenshot">Λήψη στιγμιότυπου οθόνης</string>
5656
<string name="action_cycle_sound_modes">Λειτουργίες ήχου κύκλου</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">Όπως το τρέχον τραγούδι</string>
5859
<string name="like_song_settings_title">Όπως ρυθμίσεις τραγουδιού</string>
5960
<string name="like_song_settings_desc">Αυτή η λειτουργία απαιτεί πρόσβαση στις ειδοποιήσεις για τον εντοπισμό των μέσων που αναπαράγονται αυτήν τη στιγμή και την ενεργοποίηση της παρόμοιας ενέργειας. Ενεργοποιήστε το παρακάτω.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Λάβετε υπόψη ότι η υλοποίηση αυτών των επιλογών μπορεί να εξαρτάται από τον OEM και ορισμένες μπορεί να μην είναι καθόλου λειτουργικές.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Αλλος</string>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<string name="action_ai_assistant">AI assistant</string>
5555
<string name="action_take_screenshot">Take screenshot</string>
5656
<string name="action_cycle_sound_modes">Cycle sound modes</string>
57+
<string name="action_circle_to_search">Circle to Search</string>
5758
<string name="action_like_song">Like current song</string>
5859
<string name="like_song_settings_title">Like song settings</string>
5960
<string name="like_song_settings_desc">This feature requires notification access to detect the currently playing media and trigger the like action. Please enable it below.</string>
@@ -338,9 +339,11 @@
338339
<string name="hide_notification_icons_title">Hide notifications</string>
339340
<string name="hide_notification_icons_desc">Hide all incoming notification icons</string>
340341
<string name="feat_hide_gesture_bar_title">Hide gesture bar</string>
342+
<string name="feat_hide_gesture_bar_desc">Hide the navigation pill at the bottom</string>
343+
<string name="feat_circle_to_search_gesture_title">Circle to Search gesture</string>
344+
<string name="feat_circle_to_search_gesture_desc">Long-press the bottom area to trigger Circle to Search</string>
341345
<string name="feat_other_customizations_title">Other customizations</string>
342346
<string name="feat_other_customizations_desc">Additional system tweaks and modifications</string>
343-
<string name="feat_hide_gesture_bar_desc">In gesture navigation</string>
344347
<string name="status_bar_icons_disclaimer">Please note that the implementation of these options may depend on the OEM and some may not be functional at all.</string>
345348
<!-- Network Type Picker -->
346349
<string name="network_type_other">Other</string>

0 commit comments

Comments
 (0)