1
0
Fork 0
VaultUI/src/translations/nl.js

24 lines
683 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}}"
}