Sync Strings from Localazy

This commit is contained in:
bmarty 2024-07-29 00:26:27 +00:00 committed by github-actions[bot]
parent ff3253dcf1
commit d288ace4bd
84 changed files with 1774 additions and 608 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">"Upewnij się, że Firebase jest dostępny."</string>
<string name="troubleshoot_notifications_test_firebase_availability_failure">"Baza Firebase jest niedostępna."</string>
<string name="troubleshoot_notifications_test_firebase_availability_success">"Baza Firebase jest dostępna."</string>
<string name="troubleshoot_notifications_test_firebase_availability_title">"Sprawdź Firebase"</string>
<string name="troubleshoot_notifications_test_firebase_token_description">"Upewnij się, że token Firebase jest dostępny."</string>
<string name="troubleshoot_notifications_test_firebase_token_failure">"Token Firebase nie jest znany."</string>
<string name="troubleshoot_notifications_test_firebase_token_success">"Token Firebase: %1$s."</string>
<string name="troubleshoot_notifications_test_firebase_token_title">"Sprawdź token Firebase"</string>
</resources>