generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 v0.10.1 : Bugfixes and performance improvements
v0.10.1
- Loading branch information
Showing
160 changed files
with
1,192 additions
and
686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
"enabled": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const REPO_URL = 'ajnart/homarr'; | ||
export const CURRENT_VERSION = 'v0.10.0'; | ||
export const CURRENT_VERSION = 'v0.10.1'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ module.exports = { | |
'sl', | ||
'sv', | ||
'uk', | ||
'zh', | ||
], | ||
fallbackLng: 'en', | ||
localeDetection: true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"title": "Willkommen zurück!", | ||
"text": "Bitte geben Sie das Passwort ein", | ||
"form": { | ||
"fields": { | ||
"password": { | ||
"label": "Passwort", | ||
"placeholder": "Ihr Passwort" | ||
} | ||
}, | ||
"buttons": { | ||
"submit": "Anmelden" | ||
} | ||
}, | ||
"notifications": { | ||
"checking": { | ||
"title": "Ihr Passwort wird überprüft", | ||
"message": "Ihr Passwort wird geprüft..." | ||
}, | ||
"correct": { | ||
"title": "Passwort korrekt, sie werden weitergeleitet..." | ||
}, | ||
"wrong": { | ||
"title": "Das Passwort ist falsch, bitte versuchen Sie es erneut." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"label": "Shatten" | ||
"label": "Schatten" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"title": "Welcome back!", | ||
"text": "Please enter the Password", | ||
"form": { | ||
"fields": { | ||
"password": { | ||
"label": "Password", | ||
"placeholder": "Your password" | ||
} | ||
}, | ||
"buttons": { | ||
"submit": "Sign in" | ||
} | ||
}, | ||
"notifications": { | ||
"checking": { | ||
"title": "Checking your password", | ||
"message": "Your password is being checked..." | ||
}, | ||
"correct": { | ||
"title": "Password correct, redirecting you..." | ||
}, | ||
"wrong": { | ||
"title": "Password is wrong, please try again." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"title": "", | ||
"text": "", | ||
"form": { | ||
"fields": { | ||
"password": { | ||
"label": "Contraseña", | ||
"placeholder": "" | ||
} | ||
}, | ||
"buttons": { | ||
"submit": "" | ||
} | ||
}, | ||
"notifications": { | ||
"checking": { | ||
"title": "", | ||
"message": "" | ||
}, | ||
"correct": { | ||
"title": "" | ||
}, | ||
"wrong": { | ||
"title": "" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.