23 lines
682 B
JavaScript
23 lines
682 B
JavaScript
module.exports = {
|
|
// The localised name for the language
|
|
"language_name": "Nederlands",
|
|
|
|
// These are the buttons on the top bar.
|
|
"home_btn": "Homepagina",
|
|
"back_btn": "Terug",
|
|
"refresh_btn": "Ververs",
|
|
"me_btn": "Profiel/Instellingen",
|
|
// These are the page titles
|
|
"me_page_title": "Profiel/Instellingen",
|
|
"home_page_title": "Homepagina",
|
|
|
|
// These are all o the other translations
|
|
"log_out_btn": "Log Uit",
|
|
"copy_token_btn": "Kopieer Token",
|
|
"renew_lease_btn": "Vernieuw Token-lease",
|
|
|
|
"vaulturl_text": "Vault URL: {{text}}",
|
|
"password_generator_btn": "Wachtwoordgenerator",
|
|
"your_token_expires_in": "Uw token vervalt in {{date, until_date}}"
|
|
}
|