Updating and extending Dutch strings (#2930)
* Update nl * Update nl * Update nl * Create confirmation_instructions.nl.html.erb * Create confirmation_instructions.nl.text.erb * Create password_change.nl.html.erb * Create password_change.nl.text.erb * Create reset_password_instructions.nl.html.erb * Create reset_password_instructions.nl.text.erb
This commit is contained in:
parent
7a7d12d27f
commit
406229d927
9 changed files with 76 additions and 12 deletions
|
@ -63,6 +63,9 @@
|
|||
"getting_started.appsshort": "Apps",
|
||||
"getting_started.faq": "FAQ",
|
||||
"getting_started.heading": "Beginnen",
|
||||
"getting_started.faq": "FAQ",
|
||||
"getting_started.userguide": "Gebruikersgids",
|
||||
"getting_started.appsshort": "Apps",
|
||||
"getting_started.open_source_notice": "Mastodon is open-sourcesoftware. Je kunt bijdragen of problemen melden op GitHub via {github}.",
|
||||
"getting_started.support": "{faq} • {userguide} • {apps}",
|
||||
"getting_started.userguide": "User Guide",
|
||||
|
@ -140,7 +143,7 @@
|
|||
"status.favourite": "Favoriet",
|
||||
"status.load_more": "Load more",
|
||||
"status.media_hidden": "Media hidden",
|
||||
"status.mention": "@{name} vermelden",
|
||||
"status.mention": "Vermeld @{name}",
|
||||
"status.open": "Expand this status",
|
||||
"status.reblog": "Boost",
|
||||
"status.reblogged_by": "{name} boostte",
|
||||
|
|
12
app/views/user_mailer/confirmation_instructions.nl.html.erb
Normal file
12
app/views/user_mailer/confirmation_instructions.nl.html.erb
Normal file
|
@ -0,0 +1,12 @@
|
|||
<p>Welkom <%= @resource.email %> !</p>
|
||||
|
||||
<p>Je hebt zojuist een account aangemaakt op <%= @instance %>.</p>
|
||||
|
||||
<p>Klik op de volgende link om jouw registratie te bevestigen :<br />
|
||||
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %> </p>
|
||||
|
||||
<p>Lees ook onze gebruikersvoorwaarden op <%= link_to 'terms and conditions', terms_url %>.</p>
|
||||
|
||||
<p>Vriendelijke groet,</p>
|
||||
|
||||
<p>De beheerder(s) van <%= @instance %></p>
|
12
app/views/user_mailer/confirmation_instructions.nl.text.erb
Normal file
12
app/views/user_mailer/confirmation_instructions.nl.text.erb
Normal file
|
@ -0,0 +1,12 @@
|
|||
Welkom <%= @resource.email %> !
|
||||
|
||||
Je hebt zojuist een account aangemaakt op <%= @instance %>.
|
||||
|
||||
Klik op de volgende link om jouw registratie te bevestigen :
|
||||
<%= confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
Lees ook onze gebruikersvoorwaarden op <%= terms_url %>
|
||||
|
||||
Vriendelijke groet,
|
||||
|
||||
De beheerder(s) van <%= @instance %>
|
3
app/views/user_mailer/password_change.nl.html.erb
Normal file
3
app/views/user_mailer/password_change.nl.html.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<p>Hallo <%= @resource.email %>!</p>
|
||||
|
||||
<p>Hierbij laten we jou weten dat jouw wachtwoord op Mastodon is veranderd.</p>
|
3
app/views/user_mailer/password_change.nl.text.erb
Normal file
3
app/views/user_mailer/password_change.nl.text.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
Hallo <%= @resource.email %>!
|
||||
|
||||
Hierbij laten we jou weten dat jouw wachtwoord op Mastodon is veranderd.
|
|
@ -0,0 +1,9 @@
|
|||
<p>Hallo <%= @resource.email %>!</p>
|
||||
|
||||
<p>Er heeft iemand een nieuw wachtwoord aangevraagd voor Mastodon. Je kan op de link hieronder klikken om jouw wach
|
||||
twoord te veranderen.</p>
|
||||
|
||||
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
|
||||
|
||||
<p>Je kan deze e-mail negeren wanneer jij dit niet hebt aangevraagd.</p>
|
||||
<p>Jouw wachtwoord blijft onveranderd wanneer je niet op bovenstaande link klikt.</p>
|
|
@ -0,0 +1,9 @@
|
|||
Hallo <%= @resource.email %>!
|
||||
|
||||
Er heeft iemand een nieuw wachtwoord aangevraagd voor Mastodon. Je kan op de link hieronder klikken om jouw wachtwo
|
||||
ord te veranderen.
|
||||
|
||||
<%= edit_password_url(@resource, reset_password_token: @token) %>
|
||||
|
||||
Je kan deze e-mail negeren wanneer jij dit niet hebt aangevraagd.
|
||||
Jouw wachtwoord blijft onveranderd wanneer je niet op bovenstaande link klikt.
|
Loading…
Add table
Add a link
Reference in a new issue