opticore-webapp 1.0.54 → 1.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"serverRunning": "The server is running in",
|
|
3
|
-
"webServerListening": "[OK] Web server listening",
|
|
4
|
-
"webServerUsingNodeVersion": "The Web server is using Node.js version {nodeVersion}",
|
|
5
|
-
"startTime": "Startup time : {startTime}",
|
|
6
|
-
"serverRunningAt": "Server is running at : {server}",
|
|
7
|
-
"serverRunningTitle": "Server running",
|
|
8
|
-
"opticoreServerTypeName": "OptiCore server",
|
|
9
|
-
"runningModeDev": "development",
|
|
10
|
-
"runningModeProd": "production",
|
|
11
|
-
"totalMemoryAllocated": "Resident Set Size - total memory allocated for the process execution",
|
|
12
|
-
"sizeAllocatedHeap": "Total size of the allocated heap",
|
|
13
|
-
"memoryUsedExecution": "Actual memory used during the execution",
|
|
14
|
-
"externalMemory":"V8 external memory",
|
|
15
|
-
"memoryUsageUser": "Memory usage user",
|
|
16
|
-
"memoryUsageSystem": "Memory usage system",
|
|
17
|
-
"dbConnection": "DataBase connection",
|
|
18
|
-
"dbConnectionClosed": "MySQL connection is closed",
|
|
19
|
-
"mysqlErrorCon": "MysqlError connection",
|
|
20
|
-
"mySQLError": "MysqlError",
|
|
21
|
-
"mySqlCloseConnection": "MySql close connection",
|
|
22
|
-
"verifyExistingKey": "Verify Existing Key",
|
|
23
|
-
"invalidRequest": "Invalid request",
|
|
24
|
-
"tokenNotProvided": "No token provided.",
|
|
25
|
-
"ExpiresToken": "Expires Token. You're not authorize",
|
|
26
|
-
"privateKeyNotExist": "A private key doesn't exist.",
|
|
27
|
-
"publicKeyNotExist": "A public key doesn't exist.",
|
|
28
|
-
"errorNamePublicKeyNotExist": "No public key",
|
|
29
|
-
"errorAuthorPublicKeyNotExist": "PublicKey not existing",
|
|
30
|
-
"errorDecryption": "Error decryption with private key",
|
|
31
|
-
"rsaKeyNotFound": "RSA key provided is not found.",
|
|
32
|
-
"notVerifyingRSAKey": "Not verify RSA Key",
|
|
33
|
-
"errorNameNotVerifyingRSAKey": "Error Verify RSA Key",
|
|
34
|
-
"errorEncryptionPublicKey": "Error encryption with public key",
|
|
35
|
-
"errorEncryptionPrivateKey": "Error encryption with private key",
|
|
36
|
-
"errorNameRsaVerifyExistingKey": "Verify existing key",
|
|
37
|
-
"signatureRSAKeyFailed": "Signature verification failed.",
|
|
38
|
-
"encryptionWithPrivateKeyFailed": "Encryption With PrivateKey",
|
|
39
|
-
"encryptionFailed": "Encryption failed",
|
|
40
|
-
"decryptionWithPublicKeyFailed": "Decryption With PublicKey",
|
|
41
|
-
"decryptionFailed": "Decryption failed",
|
|
42
|
-
"verifyRSAKey": "Verify RSA Keys",
|
|
43
|
-
"verifyRSAKeyFailed": "Verify RSA Keys Failed",
|
|
44
|
-
"notVerifying": "Verification failed",
|
|
45
|
-
"signatureRSAKeysError": "Signature RSA Keys Error",
|
|
46
|
-
"encryptionWithPublicKey": "Encryption error",
|
|
47
|
-
"errorDecryptionWithPrivateKey": "Error Decryption With PrivateKey",
|
|
48
|
-
"verifyPublicRSAKey": "Verify Public RSA Key",
|
|
49
|
-
"PostgresDBConnectionChecker": "PostgresDB Connection Checker",
|
|
50
|
-
"PostgresConnection": "connection",
|
|
51
|
-
"MongoDBConnectionChecker": "MongoDB Connection Checker",
|
|
52
|
-
"MongoConnection": "connection",
|
|
53
|
-
"mongoDBAuthentication": "authentication",
|
|
54
|
-
"mongoDBConnection": "MongoDB connection",
|
|
55
|
-
"mongoDBAuthenticationFailed": "failed",
|
|
56
|
-
"mongoDBUnableParsingUrl": "unable to parse",
|
|
57
|
-
"mongoDBConnectionUrl": "url",
|
|
58
|
-
"mongoDBServerSelection": "MongoServer selection error",
|
|
59
|
-
"mongoDBServer": "MongoServer",
|
|
60
|
-
"mongoDBConnectionError": "connection error",
|
|
61
|
-
"mongoDBError": "error",
|
|
62
|
-
"loadedModules": "Loading core modules",
|
|
63
|
-
"kernel": "Kernel",
|
|
64
|
-
"loadKernel": "load kernel",
|
|
65
|
-
"moduleAppLoaded": "Modules app have been successfully loaded",
|
|
66
|
-
"content": "content",
|
|
67
|
-
"serverSide": "server side",
|
|
68
|
-
"hasBeenLoadedSuccessfully": "has been loaded successfully",
|
|
69
|
-
"routerService": "Routers service",
|
|
70
|
-
"registerRoutes": "Register routes",
|
|
71
|
-
"fail": "fail",
|
|
72
|
-
"loading": "loading",
|
|
73
|
-
"routers": "routers",
|
|
74
|
-
"registerLoadingFailed": "The route register failed to load",
|
|
75
|
-
"dbConnChecker": "database checker connection",
|
|
76
|
-
"loadedModulesError": "Required core modules are not loaded properly",
|
|
77
|
-
"dbConnexionSuccess": "The database connection was successful 🚀",
|
|
78
|
-
"mongoConnectionSuccess": "Connection to database is successfully.",
|
|
79
|
-
"PostgresConnectionSuccess": "Connection to database is successfully.",
|
|
80
|
-
"verifyExistingKeyError": "The provided key is not found",
|
|
81
|
-
"webServer": "Web server",
|
|
82
|
-
"listening": "listening",
|
|
83
|
-
"webHost": "host",
|
|
84
|
-
"badHost": "bad host",
|
|
85
|
-
"hostNotFound": "not found",
|
|
86
|
-
"errorHostUrl": "The host is not define, please define them in .env",
|
|
87
|
-
"badPort": "bad port",
|
|
88
|
-
"errorPort": "The port is not correct. Please define a right port with number port.",
|
|
89
|
-
"errorHost": "The host can't be empty or blank. Please define a string host in .env",
|
|
90
|
-
"accessDeniedToDBCon": "Access denied for user {user}. Database credentials in .env file are User: {user} and Password: {password}. {user}''{password}'@'localhost'. Try to set user and password in .env file",
|
|
91
|
-
"unknownDB": "Database {database} is unknown. Please try to use Database CLI to create your database, or do it manually in your Database Management System",
|
|
92
|
-
"errorDBHost": "A database host {host} does not allow connection. Please either set the host like this: {localhost} in your .env file",
|
|
93
|
-
"serverPortKill": "Server which started on port {port} has been stopped successfully.",
|
|
94
|
-
"pidOnPortNotFound": "No process found on port {port}.",
|
|
95
|
-
"noProcessRunningOnPort": "Error: No process running on port {port}",
|
|
96
|
-
"noDefaultLocalLang": "A default local language is not define. Please define it into .env file at the key : DEFAULT_LOCAL_LANG",
|
|
97
|
-
"noLocalLang": "Local lang missing",
|
|
98
|
-
"localLangMissing": "DEFAULT_LOCAL_LANG missing",
|
|
99
|
-
"ENOENT:NoSuchFileOrDir": "ENOENT:NoSuchFileOrDir"
|
|
100
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"serverRunning": "Le serveur est en cours d'exécution en",
|
|
3
|
-
"webServerListening": "[OK] Le serveur web écoute",
|
|
4
|
-
"webServerUsingNodeVersion": "Le serveur Web utilise la version Node.js {nodeVersion}",
|
|
5
|
-
"startTime": "Temps de démarrage : {startTime}",
|
|
6
|
-
"serverRunningAt": "Le serveur est en cours d'exécution sur : {server}",
|
|
7
|
-
"serverRunningTitle": "Serveur est en cours d'exécution",
|
|
8
|
-
"opticoreServerTypeName": "Serveur OptiCore",
|
|
9
|
-
"runningModeDev": "développement",
|
|
10
|
-
"runningModeProd": "production",
|
|
11
|
-
"totalMemoryAllocated": "Taille de l'ensemble résident - mémoire totale allouée à l'exécution du processus",
|
|
12
|
-
"sizeAllocatedHeap": "Taille totale du segment alloué",
|
|
13
|
-
"memoryUsedExecution": "Mémoire réelle utilisée lors de l'exécution",
|
|
14
|
-
"externalMemory":"Mémoire externe V8",
|
|
15
|
-
"memoryUsageUser": "Utilisation de la mémoire par l'utilisateur",
|
|
16
|
-
"memoryUsageSystem": "Système d'usage de la mémoire",
|
|
17
|
-
"dbConnection": "Connexion à la base de données",
|
|
18
|
-
"dbConnectionClosed": "La connexion MySQL est fermée",
|
|
19
|
-
"mysqlErrorCon": "MysqlError connection",
|
|
20
|
-
"mySQLError": "MysqlError",
|
|
21
|
-
"mySqlCloseConnection": "Connexion MySql fermée",
|
|
22
|
-
"verifyExistingKey": "Vérifier la clé existante",
|
|
23
|
-
"invalidRequest": "Demande invalide",
|
|
24
|
-
"tokenNotProvided": "Aucun jeton fourni.",
|
|
25
|
-
"ExpiresToken": "Jeton expiré. Vous n'êtes pas autorisé",
|
|
26
|
-
"privateKeyNotExist": "Il n'existe pas de clé privée.",
|
|
27
|
-
"publicKeyNotExist": "Il n'existe pas de clé public.",
|
|
28
|
-
"errorNamePublicKeyNotExist": "Aucune clé public.",
|
|
29
|
-
"errorAuthorPublicKeyNotExist": "Clé publique inexistante",
|
|
30
|
-
"errorDecryption": "Erreur de décryptage avec la clé privée",
|
|
31
|
-
"rsaKeyNotFound": "La clé RSA fournie n'est pas trouvée.",
|
|
32
|
-
"notVerifyingRSAKey": "Pas de vérification de la clé RSA",
|
|
33
|
-
"errorNameNotVerifyingRSAKey": "Erreur lors de la vérification de la clé RSA",
|
|
34
|
-
"errorEncryptionPublicKey": "Erreur de chiffrement avec la clé publique",
|
|
35
|
-
"errorEncryptionPrivateKey": "Erreur de chiffrement avec la clé privée",
|
|
36
|
-
"errorNameRsaVerifyExistingKey": "Vérification de la clé existante",
|
|
37
|
-
"signatureRSAKeyFailed": "La vérification de la signature a échoué.",
|
|
38
|
-
"encryptionWithPrivateKeyFailed": "Chiffrement avec clé privée",
|
|
39
|
-
"encryptionFailed": "Le cryptage a échoué",
|
|
40
|
-
"decryptionWithPublicKeyFailed": "Décryptage avec la clé publique",
|
|
41
|
-
"decryptionFailed": "Le décryptage a échoué",
|
|
42
|
-
"verifyRSAKey": "Vérification des clés RSA",
|
|
43
|
-
"verifyRSAKeyFailed": "Échec de la vérification des clés RSA",
|
|
44
|
-
"notVerifying": "La vérification a échoué",
|
|
45
|
-
"signatureRSAKeysError": "Erreur de clé de signature RSA",
|
|
46
|
-
"encryptionWithPublicKey": "Erreur de cryptage",
|
|
47
|
-
"errorDecryptionWithPrivateKey": "Erreur de décryptage avec la clé privée",
|
|
48
|
-
"verifyPublicRSAKey": "Vérifier la clé publique RSA",
|
|
49
|
-
"PostgresDBConnectionChecker": "Vérificateur de la connexion a la base de donnée Postgres",
|
|
50
|
-
"PostgresConnection": "connection",
|
|
51
|
-
"MongoDBConnectionChecker": "Vérificateur de la connexion a la base de donnée connexion MongoDB",
|
|
52
|
-
"MongoConnection": "connection",
|
|
53
|
-
"mongoDBAuthentication": "authentication",
|
|
54
|
-
"mongoDBConnection": "Connexion à la base de données Mongo",
|
|
55
|
-
"mongoDBAuthenticationFailed": "échoué",
|
|
56
|
-
"mongoDBUnableParsingUrl": "impossible d'analyser",
|
|
57
|
-
"mongoDBConnectionUrl": "url",
|
|
58
|
-
"mongoDBServerSelection": "Erreur de sélection du serveur Mongo",
|
|
59
|
-
"mongoDBServer": "Serveur Mongo",
|
|
60
|
-
"mongoDBConnectionError": "Erreur de connection",
|
|
61
|
-
"mongoDBError": "erreur",
|
|
62
|
-
"loadedModules": "Chargement des modules de base",
|
|
63
|
-
"kernel": "Noyau",
|
|
64
|
-
"loadKernel": "charger le kernel",
|
|
65
|
-
"moduleAppLoaded": "Les modules de l'application ont été chargés avec succès",
|
|
66
|
-
"content": "contenu",
|
|
67
|
-
"serverSide": "côté serveur",
|
|
68
|
-
"hasBeenLoadedSuccessfully": "a été chargé avec succès",
|
|
69
|
-
"routerService": "Service de routeurs",
|
|
70
|
-
"registerRoutes": "Registre des routes",
|
|
71
|
-
"fail": "échec",
|
|
72
|
-
"loading": "Chargement",
|
|
73
|
-
"routers": "routes",
|
|
74
|
-
"registerLoadingFailed": "Le registre des routes n'a pas pu être chargé",
|
|
75
|
-
"dbConnChecker": "vérificateur a la connexion de base de données",
|
|
76
|
-
"loadedModulesError": "Les modules de base requis ne sont pas chargés correctement",
|
|
77
|
-
"dbConnexionSuccess": "La connexion à la base de données a réussi 🚀",
|
|
78
|
-
"mongoConnectionSuccess": "La connexion à la base de données est réussie.",
|
|
79
|
-
"PostgresConnectionSuccess": "La connexion à la base de données est réussie.",
|
|
80
|
-
"verifyExistingKeyError": "La clé fournie est introuvable",
|
|
81
|
-
"webServer": "Serveur Web",
|
|
82
|
-
"listening": "écoute",
|
|
83
|
-
"webHost": "hôte",
|
|
84
|
-
"badHost": "mauvais hôte",
|
|
85
|
-
"hostNotFound": "introuvable",
|
|
86
|
-
"errorHostUrl": "L'hôte et le port ne sont pas définis, veuillez les définir dans .env",
|
|
87
|
-
"badPort": "mauvais port",
|
|
88
|
-
"errorPort": "Le port est incorrect. Veuillez définir un port correct avec le numéro port.",
|
|
89
|
-
"errorHost": "L'hôte ne peut être vide. Veuillez définir une chaîne d'hôte dans .env.",
|
|
90
|
-
"accessDeniedToDBCon": "Accès refusé pour l'utilisateur {user}. Les identifiants de la base de données dans le fichier .env sont : utilisateur : {user} et le mot de passe : {password}. {user}''{password}'@'localhost'. Essayez de définir l'utilisateur et le mot de passe dans le fichier .env",
|
|
91
|
-
"unknownDB": "La base de données {database} est inconnue. Veuillez utiliser l'interface de ligne de commande de la base de données pour la créer, ou le faire manuellement dans votre système de gestion de bases de données.",
|
|
92
|
-
"errorDBHost": "L'hôte de la base de données {host} n'autorise pas la connexion. Veuillez définir l'hôte comme suit : {localhost} dans votre fichier .env",
|
|
93
|
-
"serverPortKill": "Serveur qui a démarré sur le port {port} a été arrêté avec succès.",
|
|
94
|
-
"pidOnPortNotFound": "Aucun processus trouvé sur le port {port}.",
|
|
95
|
-
"noProcessRunningOnPort": "Erreur : Aucun processus en cours sur le port {port}.",
|
|
96
|
-
"noDefaultLocalLang": "La langue locale par défaut n'est pas définie. Veuillez le définir dans le fichier .env a la clé: DEFAULT_LOCAL_LANG",
|
|
97
|
-
"noLocalLang": "Langue local manquante",
|
|
98
|
-
"localLangMissing": "DEFAULT_LOCAL_LANG manquante",
|
|
99
|
-
"ENOENT:NoSuchFileOrDir": "ENOENT:NoSuchFileOrDir"
|
|
100
|
-
}
|