Skip to content

[#150] add Dutch translation #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Simple ticketing bundle for any project.
Available translations for:
* Dutch
* English
* French
* German
Expand Down
211 changes: 211 additions & 0 deletions Resources/translations/HackzillaTicketBundle.nl.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="nl" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="status_open">
<source>STATUS_OPEN</source>
<target>open</target>
</trans-unit>
<trans-unit id="status_in_progress">
<source>STATUS_IN_PROGRESS</source>
<target>in behandeling</target>
</trans-unit>
<trans-unit id="status_information_requested">
<source>STATUS_INFORMATION_REQUESTED</source>
<target>informatie opgevraagd</target>
</trans-unit>
<trans-unit id="status_on_hold">
<source>STATUS_ON_HOLD</source>
<target>gepauzeerd</target>
</trans-unit>
<trans-unit id="status_resolved">
<source>STATUS_RESOLVED</source>
<target>opgelost</target>
</trans-unit>
<trans-unit id="status_closed">
<source>STATUS_CLOSED</source>
<target>gesloten</target>
</trans-unit>
<trans-unit id="priority_low">
<source>PRIORITY_LOW</source>
<target>laag</target>
</trans-unit>
<trans-unit id="priority_medium">
<source>PRIORITY_MEDIUM</source>
<target>medium</target>
</trans-unit>
<trans-unit id="priority_high">
<source>PRIORITY_HIGH</source>
<target>hoog</target>
</trans-unit>
<trans-unit id="status_invalid">
<source>STATUS_INVALID</source>
<target>ongeldig</target>
</trans-unit>
<trans-unit id="priority_invalid">
<source>PRIORITY_INVALID</source>
<target>ongeldig</target>
</trans-unit>
<trans-unit id="heading_subject">
<source>HEADING_SUBJECT</source>
<target>Onderwerp</target>
</trans-unit>
<trans-unit id="heading_status">
<source>HEADING_STATUS</source>
<target>Status</target>
</trans-unit>
<trans-unit id="heading_priority">
<source>HEADING_PRIORITY</source>
<target>Prioriteit</target>
</trans-unit>
<trans-unit id="heading_modified">
<source>HEADING_MODIFIED</source>
<target>Gewijzigd</target>
</trans-unit>
<trans-unit id="heading_created">
<source>HEADING_CREATED</source>
<target>Aangemaakt</target>
</trans-unit>
<trans-unit id="heading_ticket_list">
<source>HEADING_TICKET_LIST</source>
<target>Ticket lijst</target>
</trans-unit>
<trans-unit id="heading_ticket">
<source>HEADING_TICKET</source>
<target>Ticket</target>
</trans-unit>
<trans-unit id="heading_new_ticket">
<source>HEADING_NEW_TICKET</source>
<target>Nieuw Ticket</target>
</trans-unit>
<trans-unit id="heading_ticket_id">
<source>HEADING_TICKET_ID</source>
<target>Ticket #%id%</target>
</trans-unit>
<trans-unit id="heading_ticket_thread">
<source>HEADING_TICKET_THREAD</source>
<target>Ticket Thread</target>
</trans-unit>
<trans-unit id="heading_last_message_by">
<source>HEADING_LAST_MESSAGE_BY</source>
<target>Laatste bericht van</target>
</trans-unit>
<trans-unit id="heading_last_modified">
<source>HEADING_LAST_MODIFIED</source>
<target>Laatst aangepast</target>
</trans-unit>
<trans-unit id="heading_author">
<source>HEADING_AUTHOR</source>
<target>Auteur</target>
</trans-unit>
<trans-unit id="button_delete">
<source>BUTTON_DELETE</source>
<target>Delete</target>
</trans-unit>
<trans-unit id="button_back_to_list">
<source>BUTTON_BACK_TO_LIST</source>
<target>Terug naar lijst</target>
</trans-unit>
<trans-unit id="button_update">
<source>BUTTON_UPDATE</source>
<target>Update</target>
</trans-unit>
<trans-unit id="button_create">
<source>BUTTON_CREATE</source>
<target>Aanmaken</target>
</trans-unit>
<trans-unit id="button_new">
<source>BUTTON_NEW</source>
<target>Nieuw Ticket</target>
</trans-unit>
<trans-unit id="button_toggle_state">
<source>BUTTON_TOGGLE_STATE</source>
<target>Toon %state% tickets</target>
</trans-unit>
<trans-unit id="label_author">
<source>LABEL_AUTHOR</source>
<target>Auteur</target>
</trans-unit>
<trans-unit id="label_date">
<source>LABEL_DATE</source>
<target>Datum</target>
</trans-unit>
<trans-unit id="label_priority">
<source>LABEL_PRIORITY</source>
<target>Prioriteit</target>
</trans-unit>
<trans-unit id="label_status">
<source>LABEL_STATUS</source>
<target>Status</target>
</trans-unit>
<trans-unit id="label_message">
<source>LABEL_MESSAGE</source>
<target>Bericht</target>
</trans-unit>
<trans-unit id="label_created">
<source>LABEL_CREATED</source>
<target>Aangemaakt</target>
</trans-unit>
<trans-unit id="label_created_by">
<source>LABEL_CREATED_BY</source>
<target>Aangemaakt door</target>
</trans-unit>
<trans-unit id="label_admin">
<source>LABEL_ADMIN</source>
<target>Beheerder</target>
</trans-unit>
<trans-unit id="label_mark_solved">
<source>LABEL_MARK_SOLVED</source>
<target>Mark opgelost</target>
</trans-unit>
<trans-unit id="label_enter_details">
<source>LABEL_ENTER_DETAILS</source>
<target>Voer details in</target>
</trans-unit>
<trans-unit id="label_enter_subject">
<source>LABEL_ENTER_SUBJECT</source>
<target>Voer onderwerp in</target>
</trans-unit>
<trans-unit id="label_subject">
<source>LABEL_SUBJECT</source>
<target>Onderwerp</target>
</trans-unit>
<trans-unit id="label_date_format">
<source>LABEL_DATE_FORMAT</source>
<target>m/d/Y</target>
</trans-unit>
<trans-unit id="label_date_time_format">
<source>LABEL_DATE_TIME_FORMAT</source>
<target>m/d/Y H:i:s</target>
</trans-unit>
<trans-unit id="message_no_tickets">
<source>MESSAGE_NO_TICKETS</source>
<target>Geen tickets gevonden</target>
</trans-unit>
<trans-unit id="message_empty">
<source>MESSAGE_EMPTY</source>
<target>-- Bericht was leeg --</target>
</trans-unit>
<trans-unit id="message_ticket_opened">
<source>MESSAGE_TICKET_OPENED</source>
<target>Ticket geopend met prioriteit: %priority%.</target>
</trans-unit>
<trans-unit id="message_status_changed">
<source>MESSAGE_STATUS_CHANGED</source>
<target>Status was gewijzigd naar %status%.</target>
</trans-unit>
<trans-unit id="message_priority_changed">
<source>MESSAGE_PRIORITY_CHANGED</source>
<target>Prioriteit is gewijzigd naar %priority%.</target>
</trans-unit>
<trans-unit id="error_find_ticket_entity">
<source>ERROR_FIND_TICKET_ENTITY</source>
<target>Kan Ticket niet vinden.</target>
</trans-unit>
<trans-unit id="label_ticket_attachment">
<source>LABEL_ATTACHMENT</source>
<target>Bijlage</target>
</trans-unit>
</body>
</file>
</xliff>
Loading