Update translations and other static files.

This commit is contained in:
Greyson Parrelli
2024-04-02 15:29:14 -04:00
parent de520036a9
commit 9da4513694
41 changed files with 488 additions and 488 deletions

View File

@@ -2934,7 +2934,7 @@
<!-- The title of a dialog informing the user that they cannot use this app feature when they are unregistered. -->
<string name="EditProfileFragment_unregistered_dialog_title">Toestel niet geregistreerd</string>
<!-- The body of a dialog informing the user that they cannot use this app feature when they are unregistered. -->
<string name="EditProfileFragment_unregistered_dialog_body">This device is no longer registered. Re-register to make changes to your account.</string>
<string name="EditProfileFragment_unregistered_dialog_body">Dit apparaat is niet meer geregistreerd. Registreer je opnieuw om wijzigingen in je account aan te brengen.</string>
<!-- The button on a dialog informing the user that they cannot use this app feature when they are unregistered. When clicked, the user will be taken to a screen to help them re-register. -->
<string name="EditProfileFragment_unregistered_dialog_reregister_button">Opnieuw registreren</string>
@@ -6666,44 +6666,44 @@
<string name="FindByActivity__network_error_dialog">Er is een netwerkfout opgetreden. Probeer het later opnieuw.</string>
<!-- Title for an alert letting someone know that one of their linked devices is inactive. -->
<string name="LinkedDeviceInactiveMegaphone_title">Inactive linked device</string>
<string name="LinkedDeviceInactiveMegaphone_title">Inactief gekoppeld apparaat</string>
<!-- Body for an alert letting someone know that one of their linked devices is inactive. The string placeholder is the name of the device, and the number placeholder is the number of days before device is unlinked. -->
<plurals name="LinkedDeviceInactiveMegaphone_body">
<item quantity="one">To keep \"%1$s\" linked, open Signal on that device within %2$d day.</item>
<item quantity="other">To keep \"%1$s\" linked, open Signal on that device within %2$d days.</item>
<item quantity="one">Om %1$s gekoppeld te houden, open Signal binnen %2$d dag op het betreffende apparaat.</item>
<item quantity="other">Om %1$s gekoppeld te houden, open Signal binnen %2$d dagen op het betreffende apparaat.</item>
</plurals>
<!-- Button label for an alert letting someone know that one of their linked devices is inactive. When clicked, the user will opt out of all future alerts. -->
<string name="LinkedDeviceInactiveMegaphone_dont_remind_button_label">Don\'t remind me</string>
<string name="LinkedDeviceInactiveMegaphone_dont_remind_button_label">Herinnering is niet nodig</string>
<!-- Button label for an alert letting someone know that one of their linked devices is inactive. When clicked, the alert will be dismissed. -->
<string name="LinkedDeviceInactiveMegaphone_got_it_button_label">Begrepen</string>
<!-- NicknameFragment -->
<!-- Title displayed at the top of the screen -->
<string name="NicknameActivity__nickname">Nickname</string>
<string name="NicknameActivity__nickname">Bijnaam</string>
<!-- Subtitle displayed under title -->
<string name="NicknameActivity__nicknames_amp_notes">Nicknames &amp; notes are stored using Signal\'s end-to-end encrypted storage service. They are only visible to you.</string>
<string name="NicknameActivity__nicknames_amp_notes">Bijnamen en notities worden opgeslagen met de end-to-end versleutelde opslagservice van Signal. Ze zijn alleen voor jou zichtbaar.</string>
<!-- Field label for given name -->
<string name="NicknameActivity__first_name">Voornaam</string>
<!-- Content description for first name clear button -->
<string name="NicknameActivity__clear_first_name">Clear first name</string>
<string name="NicknameActivity__clear_first_name">Voornaam wissen</string>
<!-- Field label for family name -->
<string name="NicknameActivity__last_name">Achternaam</string>
<!-- Content description for last name clear button -->
<string name="NicknameActivity__clear_last_name">Clear last name</string>
<string name="NicknameActivity__clear_last_name">Achternaam wissen</string>
<!-- Field label for note -->
<string name="NicknameActivity__note">Notitie</string>
<!-- Button label to save -->
<string name="NicknameActivity__save">Opslaan</string>
<!-- Dialog title for note and name deletion -->
<string name="NicknameActivity__delete_nickname">Delete nickname?</string>
<string name="NicknameActivity__delete_nickname">Bijnaam verwijderen?</string>
<!-- Dialog message for note and name deletion -->
<string name="NicknameActivity__this_will_permanently_delete_this_nickname_and_note">This will permanently delete this nickname and note.</string>
<string name="NicknameActivity__this_will_permanently_delete_this_nickname_and_note">Hiermee worden deze bijnaam en notitie permanent verwijderd.</string>
<!-- ViewNoteBottomSheetDialogFragment -->
<!-- Sheet title -->
<string name="ViewNoteSheet__note">Notitie</string>
<!-- Content description for opening the note editor -->
<string name="ViewNoteSheet__edit_note">Edit note</string>
<string name="ViewNoteSheet__edit_note">Notitie bewerken</string>
<!-- EOF -->
</resources>