-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
101 additions
and
74 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 +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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import typescriptEslint from "@typescript-eslint/eslint-plugin"; | ||
import react from "eslint-plugin-react"; | ||
import reactNative from "eslint-plugin-react-native"; | ||
import tsParser from "@typescript-eslint/parser"; | ||
import path from "node:path"; | ||
import { fileURLToPath } from "node:url"; | ||
import js from "@eslint/js"; | ||
import { FlatCompat } from "@eslint/eslintrc"; | ||
|
||
const __filename = fileURLToPath(import.meta.url); | ||
const __dirname = path.dirname(__filename); | ||
const compat = new FlatCompat({ | ||
baseDirectory: __dirname, | ||
recommendedConfig: js.configs.recommended, | ||
allConfig: js.configs.all, | ||
}); | ||
|
||
export default [ | ||
{ | ||
ignores: ["android", "ios"], | ||
}, | ||
...compat.extends("plugin:@typescript-eslint/recommended"), | ||
{ | ||
plugins: { | ||
"@typescript-eslint": typescriptEslint, | ||
react, | ||
"react-native": reactNative, | ||
}, | ||
languageOptions: { | ||
parser: tsParser, | ||
}, | ||
rules: { | ||
"@typescript-eslint/no-require-imports": "off", | ||
}, | ||
}, | ||
]; |
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 |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
"select": "Auswählen", | ||
"useDemo": "Testinstanz verwenden" | ||
} | ||
} | ||
} |
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,30 +1,30 @@ | ||
{ | ||
"main": { | ||
"title": "Setup server", | ||
"description": "Search your network to find your evcc installation." | ||
"description": "Search your network to find your evcc installation.", | ||
"title": "Setup server" | ||
}, | ||
"servers": { | ||
"search": { | ||
"start": "Start search", | ||
"notAvailable": "The search is not possible on this device. Use the manual input.", | ||
"nothingFound": "No evcc server was found.", | ||
"searching": "Search for connection ..." | ||
}, | ||
"changeServer": "Change server", | ||
"manually": { | ||
"specify": "Enter address manually", | ||
"user": "User", | ||
"password": "Password", | ||
"missingOrWrongAuthentication": "Missing or incorrect authentication", | ||
"authenticationRequired": "Authentication required", | ||
"checkAdress": "The server does not appear to be an evcc instance. Please check the address.", | ||
"checkAndSave": "Check and save", | ||
"enterUrl": "Enter URL", | ||
"missingOrWrongAuthentication": "Missing or incorrect authentication", | ||
"password": "Password", | ||
"serverIncompatible": "The evcc instance is not yet app-compatible. Update your installation.", | ||
"serverNotAvailable": "Server not available. Please check the address.", | ||
"checkAdress": "The server does not appear to be an evcc instance. Please check the address.", | ||
"serverIncompatible": "The evcc instance is not yet app-compatible. Update your installation." | ||
"specify": "Enter address manually", | ||
"user": "User" | ||
}, | ||
"changeServer": "Change server", | ||
"removeServer": "Remove server", | ||
"search": { | ||
"notAvailable": "The search is not possible on this device. Use the manual input.", | ||
"nothingFound": "No evcc server was found.", | ||
"searching": "Search for connection ...", | ||
"start": "Start search" | ||
}, | ||
"select": "Select", | ||
"useDemo": "Use Demo" | ||
} | ||
} | ||
} |
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,30 +1,30 @@ | ||
{ | ||
"servers": { | ||
"search": { | ||
"start": "Pradėti paiešką", | ||
"nothingFound": "Neradome evcc serverio.", | ||
"searching": "Ieškoti sąsajos ...", | ||
"notAvailable": "Paieška šiame įrenginyje negalima. Suveskite rankomis." | ||
}, | ||
"manually": { | ||
"enterUrl": "Įveskite URL", | ||
"specify": "Įveskite adresą", | ||
"user": "Vartotojas", | ||
"password": "Slaptažodis", | ||
"authenticationRequired": "Reikalingas autentifikavimas", | ||
"checkAndSave": "Patikrinti ir išsaugoti", | ||
"serverNotAvailable": "Serveris nepasiekiamas. Patikrinkite adresą.", | ||
"missingOrWrongAuthentication": "Nėra autentifikavimo arba jis neteisingas", | ||
"checkAdress": "Atrodo, kad serveris nėra evcc serveris. Patikrinkite adresą.", | ||
"serverIncompatible": "Evcc egzempliorius dar nesuderinamas su programa. Atnaujinkite įdiegimą." | ||
}, | ||
"changeServer": "Keisti serverį", | ||
"removeServer": "Pašalinti serverį", | ||
"select": "Pasirinkite", | ||
"useDemo": "Naudokite demonstracinę versiją" | ||
"main": { | ||
"description": "Ieškokite savo tinkle, kad rastumėte įdiegtą evcc.", | ||
"title": "Nustatykite serverį" | ||
}, | ||
"servers": { | ||
"changeServer": "Keisti serverį", | ||
"manually": { | ||
"authenticationRequired": "Reikalingas autentifikavimas", | ||
"checkAdress": "Atrodo, kad serveris nėra evcc serveris. Patikrinkite adresą.", | ||
"checkAndSave": "Patikrinti ir išsaugoti", | ||
"enterUrl": "Įveskite URL", | ||
"missingOrWrongAuthentication": "Nėra autentifikavimo arba jis neteisingas", | ||
"password": "Slaptažodis", | ||
"serverIncompatible": "Evcc egzempliorius dar nesuderinamas su programa. Atnaujinkite įdiegimą.", | ||
"serverNotAvailable": "Serveris nepasiekiamas. Patikrinkite adresą.", | ||
"specify": "Įveskite adresą", | ||
"user": "Vartotojas" | ||
}, | ||
"main": { | ||
"title": "Nustatykite serverį", | ||
"description": "Ieškokite savo tinkle, kad rastumėte įdiegtą evcc." | ||
} | ||
} | ||
"removeServer": "Pašalinti serverį", | ||
"search": { | ||
"notAvailable": "Paieška šiame įrenginyje negalima. Suveskite rankomis.", | ||
"nothingFound": "Neradome evcc serverio.", | ||
"searching": "Ieškoti sąsajos ...", | ||
"start": "Pradėti paiešką" | ||
}, | ||
"select": "Pasirinkite", | ||
"useDemo": "Naudokite demonstracinę versiją" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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