* New translations date.json (French) * New translations calendar.json (French) * New translations docker.json (French) * New translations about.json (French) * New translations calendar.json (Spanish) * New translations common.json (Spanish) * New translations dashdot.json (Spanish) * New translations date.json (Spanish) * New translations docker.json (Danish) * New translations ping.json (Danish) * New translations docker.json (German) * New translations ping.json (German) * New translations docker.json (Hebrew) * New translations ping.json (Hebrew) * New translations docker.json (Italian) * New translations ping.json (Italian) * New translations docker.json (Dutch) * New translations ping.json (Dutch) * New translations docker.json (Swedish) * New translations ping.json (Swedish) * New translations docker.json (LOLCAT) * New translations ping.json (LOLCAT) * New translations config-changer.json (French) * New translations docker.json (Italian) * New translations ping.json (Italian) * New translations config-changer.json (Italian) * New translations docker.json (Dutch) * New translations ping.json (Dutch) * New translations config-changer.json (Dutch) * New translations calendar.json (Ukrainian) * New translations common.json (Ukrainian) * New translations dashdot.json (Ukrainian) * New translations date.json (Ukrainian) * New translations dlspeed.json (Ukrainian) * New translations docker.json (Ukrainian) * New translations overseerr.json (Ukrainian) * New translations ping.json (Ukrainian) * New translations search.json (Ukrainian) * New translations weather.json (Ukrainian) * New translations common.json (Ukrainian) * New translations page-appearance.json (Ukrainian) * New translations config-changer.json (Ukrainian) * New translations search-engine.json (Ukrainian) * New translations widget-positions.json (Ukrainian) * New translations usenet.json (Ukrainian) * New translations login.json (Ukrainian) * New translations selector.json (Ukrainian) * New translations toggle-edit-mode.json (Ukrainian) * New translations add-app.json (Ukrainian) * New translations about.json (Ukrainian) * New translations torrents-status.json (Ukrainian) * New translations add-app.json (Spanish) * New translations date.json (Spanish) * New translations dlspeed.json (Spanish) * New translations docker.json (Spanish) * New translations overseerr.json (Spanish) * New translations ping.json (Spanish) * New translations search.json (Spanish) * New translations weather.json (Spanish) * New translations page-appearance.json (Spanish) * New translations config-changer.json (Spanish) * New translations usenet.json (Spanish) * New translations add-app.json (Spanish) * New translations about.json (Spanish) * New translations torrents-status.json (Spanish) * New translations docker.json (Hebrew) * New translations ping.json (Hebrew) * New translations calendar.json (French) * New translations dashdot.json (French) * New translations dlspeed.json (French) * New translations docker.json (French) * New translations overseerr.json (French) * New translations ping.json (French) * New translations config-changer.json (French) * New translations add-app.json (French) * New translations common.json (Spanish) * New translations config-changer.json (Spanish) * New translations search-engine.json (Spanish) * New translations widget-positions.json (Spanish)
87 lines
3.0 KiB
JSON
87 lines
3.0 KiB
JSON
{
|
|
"configSelect": {
|
|
"label": "Configuratiewisselaar",
|
|
"description": "{{configCount}} configuraties zijn beschikbaar",
|
|
"loadingNew": "Uw configuratie wordt geladen...",
|
|
"pleaseWait": "Wacht tot uw nieuwe configuratie is geladen!"
|
|
},
|
|
"modal": {
|
|
"copy": {
|
|
"title": "Kies de naam van uw nieuwe configuratie",
|
|
"form": {
|
|
"configName": {
|
|
"label": "Configuratie naam",
|
|
"validation": {
|
|
"required": "Configuratienaam is vereist",
|
|
"notUnique": "Configuratienaam is al in gebruik"
|
|
},
|
|
"placeholder": "Uw nieuwe configuratienaam"
|
|
},
|
|
"submitButton": "Bevestig"
|
|
},
|
|
"events": {
|
|
"configSaved": {
|
|
"title": "Configuratie opgeslagen",
|
|
"message": "Configuratie opgeslagen als {{configName}}"
|
|
},
|
|
"configCopied": {
|
|
"title": "Configuratie gekopieerd",
|
|
"message": "Configuratie gekopieerd als {{configName}}"
|
|
},
|
|
"configNotCopied": {
|
|
"title": "Kan configuratie niet kopiëren",
|
|
"message": "Uw configuratie werd niet gekopieerd als {{configName}}"
|
|
}
|
|
}
|
|
},
|
|
"confirmDeletion": {
|
|
"title": "Bevestig de verwijdering van uw configuratie",
|
|
"warningText": "Je staat op het punt om '<b>{{configName}}</b>' te verwijderen",
|
|
"text": "Houd er rekening mee dat de verwijdering niet onomkeerbaar is en dat uw gegevens permanent verloren gaan. Na het klikken op deze knop wordt het bestand permanent van uw schijf verwijderd. Zorg voor een adequate back-up van uw configuratie.",
|
|
"buttons": {
|
|
"confirm": "Ja, verwijder '<b>{{configName}}</b>'"
|
|
}
|
|
}
|
|
},
|
|
"buttons": {
|
|
"download": "Download configuratie",
|
|
"delete": {
|
|
"text": "Verwijder configuratie",
|
|
"notifications": {
|
|
"deleted": {
|
|
"title": "Configuratie verwijderd",
|
|
"message": "Configuratie verwijderd"
|
|
},
|
|
"deleteFailed": {
|
|
"title": "Configuratie verwijderen mislukt",
|
|
"message": "Configuratie verwijderen mislukt"
|
|
},
|
|
"deleteFailedDefaultConfig": {
|
|
"title": "Standaardconfiguratie kan niet worden verwijderd",
|
|
"message": "Configuratie is niet verwijderd uit het bestandssysteem"
|
|
}
|
|
}
|
|
},
|
|
"saveCopy": "Kopie opslaan"
|
|
},
|
|
"dropzone": {
|
|
"notifications": {
|
|
"invalidConfig": {
|
|
"title": "Kan configuratie niet laden",
|
|
"message": "Kon uw configuratie niet laden. Ongeldige JSON-indeling."
|
|
},
|
|
"loadedSuccessfully": {
|
|
"title": "Configuratie {{configName}} succesvol geladen"
|
|
}
|
|
},
|
|
"accept": {
|
|
"title": "Configuratie Upload",
|
|
"text": "Sleep bestanden hierheen om een configuratie te uploaden. Alleen ondersteuning voor JSON-bestanden."
|
|
},
|
|
"reject": {
|
|
"title": "Drag & Drop Upload afgewezen",
|
|
"text": "Dit bestandsformaat wordt niet ondersteund. Upload alleen JSON-bestanden."
|
|
}
|
|
}
|
|
}
|