🚧 wip migrate to next-i18n

This commit is contained in:
Manuel Ruwe
2022-08-22 09:50:54 +02:00
parent ac4dc23e08
commit 6d0a31f79e
61 changed files with 817 additions and 753 deletions

View File

@@ -0,0 +1,11 @@
{
"title": "Settings",
"tooltip": "Settings",
"tabs": {
"common": "Common",
"customizations": "Customizations"
},
"credits": {
"madeWithLove": "Made with ❤️ by @"
}
}

View File

@@ -0,0 +1,3 @@
{
"suffix": "{{color}} color"
}

View File

@@ -0,0 +1,3 @@
{
"label": "App Opacity"
}

View File

@@ -0,0 +1,18 @@
{
"pageTitle": {
"label": "Page Title",
"placeholder": "Homarr 🦞"
},
"logo": {
"label": "Logo",
"placeholder": "/img/logo.png"
},
"favicon": {
"label": "Favicon",
"placeholder": "/favicon.png"
},
"background": {
"label": "Background",
"placeholder": "/img/background.png"
}
}

View File

@@ -0,0 +1,3 @@
{
"label": "Shade"
}

View File

@@ -0,0 +1,3 @@
{
"label": "Switch to {{scheme}} mode"
}

View File

@@ -0,0 +1,35 @@
{
"configSelect": {
"label": "Config loader"
},
"modal": {
"title": "Choose the name of your new config",
"form": {
"configName": {
"label": "Config name",
"placeholder": "Your new config name"
},
"buttons:": {
"submit": "Confirm"
}
}
},
"buttons": {
"download": "Download config",
"delete": {
"text": "Delete config",
"notifications": {
"deleted": {
"title": "Config deleted",
"message": "Config deleted"
},
"deleteFailed": {
"title": "Config delete failed",
"message": "Config delete failed"
}
}
},
"saveCopy": "Save a copy"
},
"configTip": "Upload your config file by dragging and dropping it onto the page!"
}

View File

@@ -0,0 +1,3 @@
{
"label": "Language"
}

View File

@@ -0,0 +1,3 @@
{
"title": "Module enabler"
}

View File

@@ -0,0 +1,11 @@
{
"title": "Search engine",
"tips": {
"generalTip": "Use the prefixes !yt and !t in front of your query to search on YouTube or for a Torrent respectively.",
"placeholderTip": "%s can be used as a placeholder for the query."
},
"customEngine": {
"label": "Query URL",
"placeholder": "Custom query URL"
}
}

View File

@@ -0,0 +1,3 @@
{
"label": "Switch to {{theme}} mode"
}

View File

@@ -0,0 +1,3 @@
{
"label": "Position widgets on left"
}