Updated language translations.

This commit is contained in:
Greyson Parrelli
2023-01-26 19:17:35 -05:00
parent fe40e37da4
commit db81a5be04
66 changed files with 4345 additions and 688 deletions

View File

@@ -225,7 +225,7 @@
<string name="ContactsCursorLoader_contacts">Contacten</string>
<string name="ContactsCursorLoader_groups">Groepen</string>
<!-- Contact search header for individuals who the user has not started a conversation with but is in a group with -->
<string name="ContactsCursorLoader_group_members">Group members</string>
<string name="ContactsCursorLoader_group_members">Groepsleden</string>
<string name="ContactsCursorLoader_phone_number_search">Zoeken op telefoonnummer</string>
<!-- Header for username search -->
<string name="ContactsCursorLoader_find_by_username">Zoeken op gebruikersnaam</string>
@@ -234,9 +234,9 @@
<!-- Text for a button that brings up a bottom sheet to create a new story. -->
<string name="ContactsCursorLoader_new">Nieuw</string>
<!-- Header for conversation search section labeled "Chats" -->
<string name="ContactsCursorLoader__chats">Chats</string>
<string name="ContactsCursorLoader__chats">Gesprekken</string>
<!-- Header for conversation search section labeled "Messages" -->
<string name="ContactsCursorLoader__messages">Messages</string>
<string name="ContactsCursorLoader__messages">Berichten</string>
<!-- ContactsDatabase -->
<string name="ContactsDatabase_message_s">Bericht sturen naar %1$s</string>
@@ -630,6 +630,50 @@
<string name="DateUtils_minutes_ago">%1$d min</string>
<string name="DateUtils_today">Vandaag</string>
<string name="DateUtils_yesterday">Gisteren</string>
<!-- When scheduling a message, %1$s replaced with either today, tonight, or tomorrow. %2$s replaced with the time. e.g. Tonight at 9:00pm -->
<string name="DateUtils_schedule_at">%1$s om %2$s</string>
<!-- Used when getting a time in the future. For example, Tomorrow at 9:00pm -->
<string name="DateUtils_tomorrow">Tomorrow</string>
<!-- Used in the context: Tonight at 9:00pm for example. Specifically this is after 7pm -->
<string name="DateUtils_tonight">Tonight</string>
<!-- Scheduled Messages -->
<!-- Title for dialog that shows all the users scheduled messages for a chat -->
<string name="ScheduledMessagesBottomSheet__schedules_messages">Scheduled messages</string>
<!-- Option when scheduling a message to select a specific date and time to send a message -->
<string name="ScheduledMessages_pick_time">Pick Date &amp; Time</string>
<!-- Title for dialog explaining to users how the scheduled messages work -->
<string name="ScheduleMessageFTUXBottomSheet__title">Scheduled messages</string>
<!-- Disclaimer text for scheduled messages explaining to users that the scheduled messages will only send if connected to the internet -->
<string name="ScheduleMessageFTUXBottomSheet__disclaimer">When you send a scheduled message, make sure your device will be on and connected to the internet at the time of sending. If not, your message will send when your device reconnects.</string>
<!-- Confirmation button text acknowledging the user understands the disclaimer -->
<string name="ScheduleMessageFTUXBottomSheet__okay">Oké</string>
<!-- Title for section asking users to allow alarm permissions for scheduled messages -->
<string name="ScheduleMessageFTUXBottomSheet_enable_title">To enable message scheduling:</string>
<!-- Title for dialog asking users to allow alarm permissions for scheduled messages -->
<string name="ReenableScheduleMessagesDialogFragment_reenable_title">To re-enable message scheduling:</string>
<!-- Title of dialog with a calendar to select the date the user wants to schedule a message. -->
<string name="ScheduleMessageTimePickerBottomSheet__select_date_title">Select date</string>
<!-- Title of dialog with a clock to select the time at which the user wants to schedule a message. -->
<string name="ScheduleMessageTimePickerBottomSheet__select_time_title">Select time</string>
<!-- Title of dialog that allows user to set the time and day that their message will be sent -->
<string name="ScheduleMessageTimePickerBottomSheet__dialog_title">Schedule message</string>
<!-- Text for confirmation button when scheduling messages that allows the user to confirm and schedule the sending time -->
<string name="ScheduleMessageTimePickerBottomSheet__schedule_send">Schedule send</string>
<!-- Disclaimer in message scheduling dialog. %1$s replaced with a GMT offset (e.g. GMT-05:00), and %2$s is replaced with the time zone name (e.g. Eastern Standard Time) -->
<string name="ScheduleMessageTimePickerBottomSheet__timezone_disclaimer">All times in (%1$s) %2$s</string>
<!-- Context menu option to send a scheduled message now -->
<string name="ScheduledMessagesBottomSheet_menu_send_now">Send now</string>
<!-- Context menu option to reschedule a selected message -->
<string name="ScheduledMessagesBottomSheet_menu_reschedule">Reschedule</string>
<!-- Button in dialog asking user if they are sure they want to delete the selected scheduled message -->
<string name="ScheduledMessagesBottomSheet_delete_dialog_action">Wissen</string>
<!-- Button in dialog asking user if they are sure they want to delete the selected scheduled message -->
<string name="ScheduledMessagesBottomSheet_delete_dialog_message">Delete selected scheduled message?</string>
<!-- Progress message shown while deleting selected scheduled message -->
<string name="ScheduledMessagesBottomSheet_deleting_progress_message">Deleting scheduled message…</string>
<!-- DecryptionFailedDialog -->
<string name="DecryptionFailedDialog_chat_session_refreshed">Gesprekssessie vernieuwd</string>
@@ -1375,7 +1419,7 @@
<!-- Update item message shown when we merge two threads together and we don\'t know the phone number of the other thread. The placeholder is a person\'s name. -->
<string name="MessageRecord_your_message_history_with_s_and_another_chat_has_been_merged">Je berichtengeschiedenis met %1$s en een andere chat met hen zijn samengevoegd.</string>
<!-- Update item message shown when you find out a phone number belongs to a person you had a conversation with. First placeholder is a phone number, second placeholder is a name. -->
<string name="MessageRecord_s_belongs_to_s">%1$s belongs to %2$s</string>
<string name="MessageRecord_s_belongs_to_s">%1$s is van %2$s</string>
<!-- Message to notify sender that activate payments request has been sent to the recipient -->
<string name="MessageRecord_you_sent_request">Je hebt %1$s een verzoek gestuurd om Betalingen te activeren</string>
<!-- Request message from recipient to activate payments -->
@@ -1704,7 +1748,7 @@
<string name="RegistrationActivity_select_your_country">Selecteer je land</string>
<string name="RegistrationActivity_you_must_specify_your_country_code">Je moet je landcode invoeren
</string>
<string name="RegistrationActivity_please_enter_a_valid_phone_number_to_register">Please enter a valid phone number to register.</string>
<string name="RegistrationActivity_please_enter_a_valid_phone_number_to_register">Vul een geldig telefoonnummer in om je te registreren.</string>
<string name="RegistrationActivity_invalid_number">Ongeldig nummer</string>
<string name="RegistrationActivity_the_number_you_specified_s_is_invalid">Het nummer dat je hebt ingevoerd (%1$s) is ongeldig.
</string>
@@ -1735,16 +1779,16 @@
<string name="RegistrationActivity_continue">Doorgaan</string>
<string name="RegistrationActivity_take_privacy_with_you_be_yourself_in_every_message">Neem je privacy met je mee.\nWees jezelf in elk bericht.</string>
<string name="RegistrationActivity_enter_your_phone_number">Voer je telefoonnummer in</string>
<string name="RegistrationActivity_you_will_receive_a_verification_code">You will receive a verification code.\nCarrier rates may apply.</string>
<string name="RegistrationActivity_you_will_receive_a_verification_code">Je zult een verificatiecode ontvangen.</string>
<string name="RegistrationActivity_enter_the_code_we_sent_to_s">Vul de code in die we per sms naar %1$s hebben verzonden</string>
<string name="RegistrationActivity_make_sure_your_phone_has_a_cellular_signal">Verzeker je ervan dat je telefoon netwerkbereik heeft zodat je een sms of oproep kunt ontvangen</string>
<string name="RegistrationActivity_phone_number_description">Telefoonnummer</string>
<string name="RegistrationActivity_country_code_description">Landcode</string>
<string name="RegistrationActivity_country_code_hint">Country</string>
<string name="RegistrationActivity_country_code_hint">Land</string>
<string name="RegistrationActivity_call">Bel me</string>
<string name="RegistrationActivity_verification_code">Verification Code</string>
<string name="RegistrationActivity_resend_code">Resend Code</string>
<string name="RegistrationActivity_verification_code">Verificatiecode</string>
<string name="RegistrationActivity_resend_code">Stuur code opnieuw</string>
<!-- RegistrationLockV2Dialog -->
<string name="RegistrationLockV2Dialog_turn_on_registration_lock">Registratievergrendeling inschakelen?</string>
@@ -2208,6 +2252,8 @@
<string name="conversation_activity__type_message_push">Signal-bericht</string>
<string name="conversation_activity__type_message_sms_insecure">Onbeveiligde sms</string>
<string name="conversation_activity__type_message_mms_insecure">Onbeveiligde mms</string>
<!-- Option in send button context menu to schedule the message instead of sending it directly -->
<string name="conversation_activity__option_schedule_message">Schedule message</string>
<string name="conversation_activity__from_sim_name">Van %1$s</string>
<string name="conversation_activity__sim_n">SIM %1$d</string>
<string name="conversation_activity__send">Verzenden</string>
@@ -3096,6 +3142,16 @@
<!-- conversation_callable_insecure -->
<string name="conversation_add_to_contacts__menu_add_to_contacts">Aan contactenlijst toevoegen</string>
<!-- conversation scheduled messages bar -->
<!-- Label for button in a banner to show all messages currently scheduled -->
<string name="conversation_scheduled_messages_bar__see_all">Alles weergeven</string>
<!-- Body text for banner to show all scheduled messages for the chat that tells the user how many scheduled messages there are -->
<plurals name="conversation_scheduled_messages_bar__number_of_messages">
<item quantity="one">%1$d message scheduled</item>
<item quantity="other">%1$d messages scheduled</item>
</plurals>
<!-- conversation_group_options -->
<string name="convesation_group_options__recipients_list">Lijst met ontvangers</string>
<string name="conversation_group_options__delivery">Verzending</string>
@@ -3334,7 +3390,7 @@
<!-- Error message shown if a very large attachment is encountered during the backup creation and causes the backup to fail -->
<string name="LocalBackupJobApi29_your_backup_contains_a_very_large_file">Je back-up bevat een erg groot bestand dat niet opgeslagen kan worden. Wis het en probeer het opnieuw.</string>
<string name="LocalBackupJobApi29_tap_to_manage_backups">Tik hier om het maken van back-upbestanden in te stellen.</string>
<string name="RegistrationActivity_wrong_number">Wrong number?</string>
<string name="RegistrationActivity_wrong_number">Verkeerd telefoon­nummer?</string>
<string name="RegistrationActivity_call_me_instead_available_in">Bel me \n (beschik­baar over %1$02d:%2$02d)</string>
<string name="RegistrationActivity_contact_signal_support">Contact opnemen met Signal-ondersteuning</string>
<string name="RegistrationActivity_code_support_subject">Signal-registratie - Verificatiecode voor Android</string>
@@ -5508,7 +5564,7 @@
<!-- Text Formatting -->
<!-- Popup menu label for applying bold style -->
<string name="TextFormatting_bold">Bold</string>
<string name="TextFormatting_bold">Vet</string>
<!-- Popup menu label for applying italic style -->
<string name="TextFormatting_italic">Italic</string>
<!-- Popup menu label for applying strikethrough style -->