Sync Strings (#4775)

This commit is contained in:
ElementBot 2025-05-30 10:47:39 +02:00 committed by GitHub
parent 7e4b1eab22
commit e8f29a38bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
234 changed files with 3061 additions and 1086 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="troubleshoot_notifications_test_firebase_availability_description">"Certifique-se de que o Firebase esteja disponível."</string>
<string name="troubleshoot_notifications_test_firebase_availability_failure">"O Firebase não está disponível."</string>
<string name="troubleshoot_notifications_test_firebase_availability_success">"O Firebase está disponível."</string>
<string name="troubleshoot_notifications_test_firebase_availability_title">"Verifique o Firebase"</string>
<string name="troubleshoot_notifications_test_firebase_token_description">"Certifique-se de que o token do Firebase esteja disponível."</string>
<string name="troubleshoot_notifications_test_firebase_token_failure">"O token do Firebase não é conhecido."</string>
<string name="troubleshoot_notifications_test_firebase_token_success">"Token do Firebase: %1$s."</string>
<string name="troubleshoot_notifications_test_firebase_token_title">"Verifique o token do Firebase"</string>
</resources>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="troubleshoot_notifications_test_firebase_availability_description">"یقینی بنائیں کہ Firebase دستیاب ہے۔"</string>
<string name="troubleshoot_notifications_test_firebase_availability_failure">"Firebase دستیاب نہیں ہے۔"</string>
<string name="troubleshoot_notifications_test_firebase_availability_success">"Firebase دستیاب ہے۔"</string>
<string name="troubleshoot_notifications_test_firebase_availability_title">"Firebase کی پڑتال کریں"</string>
<string name="troubleshoot_notifications_test_firebase_token_description">"یقینی بنائیں کہ Firebase رمزِ ممیز دستیاب ہے۔"</string>
<string name="troubleshoot_notifications_test_firebase_token_failure">"Firebase رمزِ ممیز معلوم نہیں ہے۔"</string>
<string name="troubleshoot_notifications_test_firebase_token_success">"Firebase رمزِ ممیز:%1$s۔"</string>
<string name="troubleshoot_notifications_test_firebase_token_title">"Firebase رمزِ ممیز کی پڑتال کریں"</string>
</resources>