Sync Strings from Localazy

This commit is contained in:
bmarty 2025-06-30 00:33:54 +00:00 committed by github-actions[bot]
parent 4db2b4433a
commit 2e8f8ec057
311 changed files with 3428 additions and 1292 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">"Sørg for, at Firebase er tilgængelig."</string>
<string name="troubleshoot_notifications_test_firebase_availability_failure">"Firebase er ikke tilgængelig."</string>
<string name="troubleshoot_notifications_test_firebase_availability_success">"Firebase er tilgængelig."</string>
<string name="troubleshoot_notifications_test_firebase_availability_title">"Tjek Firebase"</string>
<string name="troubleshoot_notifications_test_firebase_token_description">"Sørg for, at Firebase-tokenet er tilgængeligt."</string>
<string name="troubleshoot_notifications_test_firebase_token_failure">"Firebase-tokenet er ikke kendt."</string>
<string name="troubleshoot_notifications_test_firebase_token_success">"Firebase-token: %1$s."</string>
<string name="troubleshoot_notifications_test_firebase_token_title">"Tjek Firebase-token"</string>
</resources>