🌐 add crowdin translations
This commit is contained in:
14
public/locales/nl/settings/common.json
Normal file
14
public/locales/nl/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Instellingen",
|
||||
"tooltip": "Instellingen",
|
||||
"tabs": {
|
||||
"common": "",
|
||||
"customizations": ""
|
||||
},
|
||||
"tips": {
|
||||
"configTip": ""
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": ""
|
||||
}
|
||||
}
|
||||
3
public/locales/nl/settings/customization/app-width.json
Normal file
3
public/locales/nl/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Applicatie breedte"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "{{color}} kleur"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "App Ondoorzichtigheid"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Paginatitel",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
},
|
||||
"background": {
|
||||
"label": "Achtergrond",
|
||||
"placeholder": "/img/background.png"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Indienen"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Tint"
|
||||
}
|
||||
3
public/locales/nl/settings/general/color-schema.json
Normal file
3
public/locales/nl/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Overschakelen naar {{scheme}} modus"
|
||||
}
|
||||
55
public/locales/nl/settings/general/config-changer.json
Normal file
55
public/locales/nl/settings/general/config-changer.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Configuratie lader"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Kies de naam van uw nieuwe configuratie",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Configuratie naam",
|
||||
"placeholder": "Uw nieuwe configuratienaam"
|
||||
},
|
||||
"submitButton": "Bevestig"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Configuratie opgeslagen",
|
||||
"message": "Configuratie opgeslagen als {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Sla op als een kopie"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "Kan configuratie niet laden",
|
||||
"message": "Kon uw configuratie niet laden. Ongeldig JSON formaat."
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": "Configuratie {{configName}} succesvol geladen"
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"text": "Sleep bestanden hierheen om een configuratie te uploaden. Alleen ondersteuning voor JSON."
|
||||
},
|
||||
"reject": {
|
||||
"text": "Dit bestandsformaat wordt niet ondersteund. Upload a.u.b. alleen JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Taal"
|
||||
}
|
||||
3
public/locales/nl/settings/general/module-enabler.json
Normal file
3
public/locales/nl/settings/general/module-enabler.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Module Inschakeler"
|
||||
}
|
||||
11
public/locales/nl/settings/general/search-engine.json
Normal file
11
public/locales/nl/settings/general/search-engine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Zoekmachine",
|
||||
"tips": {
|
||||
"generalTip": "Gebruik de voorvoegsels !yt en !t voor uw zoekopdracht om te zoeken op YouTube of naar een Torrent respectievelijk.",
|
||||
"placeholderTip": "%s kan worden gebruikt als plaatshouder voor de query."
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "Query URL",
|
||||
"placeholder": "Eigen query URL"
|
||||
}
|
||||
}
|
||||
3
public/locales/nl/settings/general/theme-selector.json
Normal file
3
public/locales/nl/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Overschakelen naar {{theme}} modus"
|
||||
}
|
||||
3
public/locales/nl/settings/general/widget-positions.json
Normal file
3
public/locales/nl/settings/general/widget-positions.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Plaats widgets aan de linkerkant"
|
||||
}
|
||||
Reference in New Issue
Block a user