mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 22:39:14 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
"app": {
|
||||
"import_dialog": {
|
||||
"title": "Import CSV File",
|
||||
"description": "Import a CSV file containing your items, labels, and locations. See documentation for more information on the\n required format.",
|
||||
"change_warning": "Behavior for imports with existing import_refs has changed. If an import_ref is present in the CSV file, the\n item will be updated with the values in the CSV file.",
|
||||
"description": "Import a CSV file containing your items, labels, and locations. See documentation for more information on the \nrequired format.",
|
||||
"change_warning": "Behavior for imports with existing import_refs has changed. If an import_ref is present in the CSV file, the \nitem will be updated with the values in the CSV file.",
|
||||
"upload": "Upload"
|
||||
}
|
||||
},
|
||||
|
||||
1
frontend/locales/it.json
Normal file
1
frontend/locales/it.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
69
frontend/locales/nl.json
Normal file
69
frontend/locales/nl.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"global": {
|
||||
"version": "Versie: { version }",
|
||||
"github": "GitHub Project",
|
||||
"join_discord": "Sluit je aan bij de Discord",
|
||||
"follow_dev": "Volg de ontwikkelaar",
|
||||
"read_docs": "Lees de documentatie",
|
||||
"email": "E-mail",
|
||||
"submit": "Indienen",
|
||||
"confirm": "Bevestigen",
|
||||
"create": "Maken",
|
||||
"create_and_add": "Maak en voeg nog een toe",
|
||||
"password": "Wachtwoord",
|
||||
"build": "Bouw: { build }"
|
||||
},
|
||||
"index": {
|
||||
"disabled_registration": "Registratie uitgeschakeld",
|
||||
"login": "Log in",
|
||||
"register": "Registreer",
|
||||
"remember_me": "Onthoud mij",
|
||||
"set_email": "Wat is je mailadres?",
|
||||
"set_password": "Stel je wachtwoord in",
|
||||
"set_name": "Wat is je naam?",
|
||||
"joining_group": "Je neemt deel aan een bestaande groep!",
|
||||
"tagline": "Volg, Organiseer en beheer je dingen.",
|
||||
"dont_join_group": "Wil je niet aan een groep deelnemen?"
|
||||
},
|
||||
"components": {
|
||||
"global": {
|
||||
"password_score": {
|
||||
"password_strength": "Wachtwoord sterkte"
|
||||
},
|
||||
"page_qr_code": {
|
||||
"page_url": "Pagina URL"
|
||||
}
|
||||
},
|
||||
"app": {
|
||||
"import_dialog": {
|
||||
"title": "Importeer CSV bestand",
|
||||
"change_warning": "Gedrag voor importeren met bestaande import_refs is veranderd. Als een import_refs reeds bestaat in het CSV bestand, het\nobject zal worden aangepast met de waardes van het CSV bestand.",
|
||||
"upload": "Upload",
|
||||
"description": "Importeer een CSV bestand met je objecten, labels en locaties. Zie documentatie voor meer informatie m.b.t.\n vereist formaat."
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"create_modal": {
|
||||
"title": "Maak object"
|
||||
},
|
||||
"view": {
|
||||
"selectable": {
|
||||
"items": "Objecten",
|
||||
"card": "Kaart",
|
||||
"table": "Tabel",
|
||||
"no_items": "Geen objecten om te tonen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"create_modal": {
|
||||
"title": "Maak label"
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"create_modal": {
|
||||
"title": "Maak locatie"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user