New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@locokit/i18n

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locokit/i18n - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

141

en.json

@@ -38,8 +38,8 @@ {

"passwordMismatch": "Passwords mismatch",
"prompt": "@:components.password.prompt",
"rules": "@:components.password.rules",
"prompt": "@:locokit.components.password.prompt",
"rules": "@:locokit.components.password.rules",
"passwordStrength": {
"weak": "@:components.password.passwordStrength.weak",
"medium": "@:components.password.passwordStrength.medium",
"strong": "@:components.password.passwordStrength.strong"
"weak": "@:locokit.components.password.passwordStrength.weak",
"medium": "@:locokit.components.password.passwordStrength.medium",
"strong": "@:locokit.components.password.passwordStrength.strong"
}

@@ -83,5 +83,5 @@ },

"submit": "Submit",
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member"
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member"
},

@@ -98,8 +98,8 @@ "updateEmailForm": {

"newPassword": "New password",
"prompt": "@:components.password.prompt",
"rules": "@:components.password.rules",
"prompt": "@:locokit.components.password.prompt",
"rules": "@:locokit.components.password.rules",
"passwordStrength": {
"weak": "@:components.password.passwordStrength.weak",
"medium": "@:components.password.passwordStrength.medium",
"strong": "@:components.password.passwordStrength.strong"
"weak": "@:locokit.components.password.passwordStrength.weak",
"medium": "@:locokit.components.password.passwordStrength.medium",
"strong": "@:locokit.components.password.passwordStrength.strong"
},

@@ -266,11 +266,11 @@ "confirmPassword": "Confirm new password",

"updateGeneral": {
"title": "@:pages.profile.general",
"title": "@:locokit.pages.profile.general",
"userNotFound": "Unable to retrieve user record."
},
"updateEmail": {
"title": "@:pages.profile.updateEmail",
"title": "@:locokit.pages.profile.updateEmail",
"userNotFound": "Unable to retrieve user record."
},
"updatePassword": {
"title": "@:pages.profile.updatePassword",
"title": "@:locokit.pages.profile.updatePassword",
"userNotFound": "Unable to retrieve user record."

@@ -284,3 +284,3 @@ },

"adminUsers": {
"title": "@:pages.admin.users",
"title": "@:locokit.pages.admin.users",
"addUser": "Add a user",

@@ -296,8 +296,8 @@ "emptyResult": "No result found",

},
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member"
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member"
},
"aboutUsers": {
"title": "@:pages.admin.users",
"title": "@:locokit.pages.admin.users",
"manual": {

@@ -318,5 +318,5 @@ "intro": "From this page it is possible to:",

"profile": "Profile",
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member"
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member"
},

@@ -335,5 +335,5 @@ "recordUser": {

"profile": "Profile",
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member",
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member",
"isVerified": "Full registration?",

@@ -362,3 +362,3 @@ "isBlocked": "Is blocked?",

"adminGroups": {
"title": "@:pages.admin.groups",
"title": "@:locokit.pages.admin.groups",
"addGroup": "Add a group",

@@ -374,3 +374,3 @@ "emptyResult": "No result found",

"aboutGroups": {
"title": "@:pages.admin.groups",
"title": "@:locokit.pages.admin.groups",
"manual": {

@@ -421,6 +421,6 @@ "intro": "From this page it is possible to:",

"dashboard": {
"title": "@:pages.workspace.dashboard"
"title": "@:locokit.pages.workspace.dashboard"
},
"datasource": {
"title": "@:pages.workspace.datasource",
"title": "@:locokit.pages.workspace.datasource",
"subtitle": "Tables",

@@ -433,7 +433,7 @@ "schema": "Schema",

"settingsWorkspace": {
"title": "@:pages.workspace.settings"
"title": "@:locokit.pages.workspace.settings"
},
"aboutDatasource": {
"title": "@:pages.workspace.datasource",
"explainDatasource": "First thing to do, it is create or import a database to stock your data through the ” @:pages.datasource.addDatasource ” button.",
"title": "@:locokit.pages.workspace.datasource",
"explainDatasource": "First thing to do, it is create or import a database to stock your data through the ” @:locokit.pages.datasource.addDatasource ” button.",
"explainTable": "Then, it is possible to display database diagram or to display details of a table."

@@ -448,7 +448,7 @@ },

"client": "Client",
"pg": "@:commons.clientDatasource.pg",
"sqlite3": "@:commons.clientDatasource.sqlite3",
"pg": "@:locokit.commons.clientDatasource.pg",
"sqlite3": "@:locokit.commons.clientDatasource.sqlite3",
"type": "Type",
"local": "@:commons.typeDatasource.local",
"remote": "@:commons.typeDatasource.remote",
"local": "@:locokit.commons.typeDatasource.local",
"remote": "@:locokit.commons.typeDatasource.remote",
"connection": "Connection",

@@ -463,7 +463,7 @@ "noWorkspace": "Unable to access workspace. Please select (again) the desired workspace."

"client": "Client",
"pg": "@:commons.clientDatasource.pg",
"sqlite3": "@:commons.clientDatasource.sqlite3",
"pg": "@:locokit.commons.clientDatasource.pg",
"sqlite3": "@:locokit.commons.clientDatasource.sqlite3",
"type": "Type",
"local": "@:commons.typeDatasource.local",
"remote": "@:commons.typeDatasource.remote",
"local": "@:locokit.commons.typeDatasource.local",
"remote": "@:locokit.commons.typeDatasource.remote",
"connection": "Connection",

@@ -597,2 +597,3 @@ "noDatasource": "Unable to access datasource."

"dateFormat": "mm/dd/yy",
"dateTimeFormat": "mm/dd/yy HH:MM",
"weekHeader": "Wk",

@@ -607,54 +608,54 @@ "weak": "Weak",

"signInForm": {
"email": "@:components.signInForm.email",
"password": "@:components.signInForm.password"
"email": "@:locokit.components.signInForm.email",
"password": "@:locokit.components.signInForm.password"
},
"lostPasswordForm": {
"email": "@:components.lostPasswordForm.email"
"email": "@:locokit.components.lostPasswordForm.email"
},
"passwordForm": {
"password": "@:components.passwordForm.password",
"passwordCheck": "@:components.passwordForm.passwordCheck"
"password": "@:locokit.components.passwordForm.password",
"passwordCheck": "@:locokit.components.passwordForm.passwordCheck"
},
"signUpForm": {
"email": "@:components.signUpForm.email",
"username": "@:components.signUpForm.username"
"email": "@:locokit.components.signUpForm.email",
"username": "@:locokit.components.signUpForm.username"
},
"workspaceForm": {
"name": "@:components.workspaceForm.name"
"name": "@:locokit.components.workspaceForm.name"
},
"updateGeneralForm": {
"lastName": "@:components.updateGeneralForm.lastName",
"firstName": "@:components.updateGeneralForm.firstName",
"username": "@:components.updateGeneralForm.username"
"lastName": "@:locokit.components.updateGeneralForm.lastName",
"firstName": "@:locokit.components.updateGeneralForm.firstName",
"username": "@:locokit.components.updateGeneralForm.username"
},
"updateEmailForm": {
"newEmail": "@:components.updateEmailForm.newEmail",
"password": "@:components.updateEmailForm.password"
"newEmail": "@:locokit.components.updateEmailForm.newEmail",
"password": "@:locokit.components.updateEmailForm.password"
},
"updatePasswordForm": {
"currentPassword": "@:components.updatePasswordForm.currentPassword",
"newPassword": "@:components.updatePasswordForm.newPassword",
"confirmPassword": "@:components.updatePasswordForm.confirmPassword"
"currentPassword": "@:locokit.components.updatePasswordForm.currentPassword",
"newPassword": "@:locokit.components.updatePasswordForm.newPassword",
"confirmPassword": "@:locokit.components.updatePasswordForm.confirmPassword"
},
"createUser": {
"username": "@:pages.createUser.username",
"email": "@:pages.createUser.username"
"username": "@:locokit.pages.createUser.username",
"email": "@:locokit.pages.createUser.username"
},
"recordUser": {
"username": "@:pages.recordUser.username",
"email": "@:pages.recordUser.username"
"username": "@:locokit.pages.recordUser.username",
"email": "@:locokit.pages.recordUser.username"
},
"createGroup": {
"name": "@:pages.createGroup.name",
"workspace": "@:pages.createGroup.workspace",
"policy": "@:pages.createGroup.policy"
"name": "@:locokit.pages.createGroup.name",
"workspace": "@:locokit.pages.createGroup.workspace",
"policy": "@:locokit.pages.createGroup.policy"
},
"createDatasource": {
"name": "@:pages.createDatasource.name",
"client": "@:pages.createDatasource.client",
"connection": "@:pages.createDatasource.connection"
"name": "@:locokit.pages.createDatasource.name",
"client": "@:locokit.pages.createDatasource.client",
"connection": "@:locokit.pages.createDatasource.connection"
},
"updateDatasource": {
"client": "@:pages.updateDatasource.client",
"connection": "@:pages.updateDatasource.connection"
"client": "@:locokit.pages.updateDatasource.client",
"connection": "@:locokit.pages.updateDatasource.connection"
}

@@ -661,0 +662,0 @@ },

@@ -38,8 +38,8 @@ {

"passwordMismatch": "Les mots de passe ne sont pas identiques.",
"prompt": "@:components.password.prompt",
"rules": "@:components.password.rules",
"prompt": "@:locokit.components.password.prompt",
"rules": "@:locokit.components.password.rules",
"passwordStrength": {
"weak": "@:components.password.passwordStrength.weak",
"medium": "@:components.password.passwordStrength.medium",
"strong": "@:components.password.passwordStrength.strong"
"weak": "@:locokit.components.password.passwordStrength.weak",
"medium": "@:locokit.components.password.passwordStrength.medium",
"strong": "@:locokit.components.password.passwordStrength.strong"
}

@@ -83,5 +83,5 @@ },

"submit": "Enregistrer",
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member"
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member"
},

@@ -98,8 +98,8 @@ "updateEmailForm": {

"newPassword": "Nouveau mot de passe",
"prompt": "@:components.password.prompt",
"rules": "@:components.password.rules",
"prompt": "@:locokit.components.password.prompt",
"rules": "@:locokit.components.password.rules",
"passwordStrength": {
"weak": "@:components.password.passwordStrength.weak",
"medium": "@:components.password.passwordStrength.medium",
"strong": "@:components.password.passwordStrength.strong"
"weak": "@:locokit.components.password.passwordStrength.weak",
"medium": "@:locokit.components.password.passwordStrength.medium",
"strong": "@:locokit.components.password.passwordStrength.strong"
},

@@ -266,11 +266,11 @@ "confirmPassword": "Confirmation du nouveau mot de passe",

"updateGeneral": {
"title": "@:pages.profile.general",
"title": "@:locokit.pages.profile.general",
"userNotFound": "Impossible de récupérer les informations de l'utilisateur."
},
"updateEmail": {
"title": "@:pages.profile.updateEmail",
"title": "@:locokit.pages.profile.updateEmail",
"userNotFound": "Impossible de récupérer les informations de l'utilisateur."
},
"updatePassword": {
"title": "@:pages.profile.updatePassword",
"title": "@:locokit.pages.profile.updatePassword",
"userNotFound": "Impossible de récupérer les informations de l'utilisateur."

@@ -284,3 +284,3 @@ },

"adminUsers": {
"title": "@:pages.admin.users",
"title": "@:locokit.pages.admin.users",
"addUser": "Ajouter un⋅e utilisateur⋅rice",

@@ -296,5 +296,5 @@ "emptyResult": "Aucun résultat trouvé",

},
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member"
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member"
},

@@ -318,5 +318,5 @@ "aboutUsers": {

"profile": "Profil",
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member"
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member"
},

@@ -335,5 +335,5 @@ "recordUser": {

"profile": "Profil",
"admin": "@:commons.userProfile.admin",
"creator": "@:commons.userProfile.creator",
"member": "@:commons.userProfile.member",
"admin": "@:locokit.commons.userProfile.admin",
"creator": "@:locokit.commons.userProfile.creator",
"member": "@:locokit.commons.userProfile.member",
"isVerified": "Inscription complète ?",

@@ -362,3 +362,3 @@ "isBlocked": "Personne bloquée ?",

"adminGroups": {
"title": "@:pages.admin.groups",
"title": "@:locokit.pages.admin.groups",
"addGroup": "Ajouter un groupe",

@@ -374,3 +374,3 @@ "emptyResult": "Aucun résultat trouvé",

"aboutGroups": {
"title": "@:pages.admin.groups",
"title": "@:locokit.pages.admin.groups",
"manual": {

@@ -421,6 +421,6 @@ "intro": "À partir de cette page, il est possible de :",

"dashboard": {
"title": "@:pages.workspace.dashboard"
"title": "@:locokit.pages.workspace.dashboard"
},
"datasource": {
"title": "@:pages.workspace.datasource",
"title": "@:locokit.pages.workspace.datasource",
"subtitle": "Tables",

@@ -433,7 +433,7 @@ "schema": "Schéma",

"settingsWorkspace": {
"title": "@:pages.workspace.settings"
"title": "@:locokit.pages.workspace.settings"
},
"aboutDatasource": {
"title": "@:pages.workspace.datasource",
"explainDatasource": "Pour commencer, il est nécessaire de créer ou d'importer une base de données pour stocker vos données via le bouton « @:pages.datasource.addDatasource ».",
"title": "@:locokit.pages.workspace.datasource",
"explainDatasource": "Pour commencer, il est nécessaire de créer ou d'importer une base de données pour stocker vos données via le bouton « @:locokit.pages.datasource.addDatasource ».",
"explainTable": "Dès lors, il est possible d'afficher une base de données sous forme de schéma ou d'afficher le détail d'une table."

@@ -448,7 +448,7 @@ },

"client": "Client",
"pg": "@:commons.clientDatasource.pg",
"sqlite3": "@:commons.clientDatasource.sqlite3",
"pg": "@:locokit.commons.clientDatasource.pg",
"sqlite3": "@:locokit.commons.clientDatasource.sqlite3",
"type": "Type",
"local": "@:commons.typeDatasource.local",
"remote": "@:commons.typeDatasource.remote",
"local": "@:locokit.commons.typeDatasource.local",
"remote": "@:locokit.commons.typeDatasource.remote",
"connection": "Connexion",

@@ -463,7 +463,7 @@ "noWorkspace": "Impossible d'accéder à l'espace de travail. Veuillez sélectionner (à nouveau) l'espace de travail souhaité."

"client": "Client",
"pg": "@:commons.clientDatasource.pg",
"sqlite3": "@:commons.clientDatasource.sqlite3",
"pg": "@:locokit.commons.clientDatasource.pg",
"sqlite3": "@:locokit.commons.clientDatasource.sqlite3",
"type": "Type",
"local": "@:commons.typeDatasource.local",
"remote": "@:commons.typeDatasource.remote",
"local": "@:locokit.commons.typeDatasource.local",
"remote": "@:locokit.commons.typeDatasource.remote",
"connection": "Connexion",

@@ -597,2 +597,3 @@ "noDatasource": "Impossible d'accéder à la source de données."

"dateFormat": "dd/mm/yy",
"dateTimeFormat": "dd/mm/yy HH:MM",
"weekHeader": "Sm",

@@ -607,54 +608,54 @@ "weak": "Faible",

"signInForm": {
"email": "@:components.signInForm.email",
"password": "@:components.signInForm.password"
"email": "@:locokit.components.signInForm.email",
"password": "@:locokit.components.signInForm.password"
},
"lostPasswordForm": {
"email": "@:components.lostPasswordForm.email"
"email": "@:locokit.components.lostPasswordForm.email"
},
"passwordForm": {
"password": "@:components.passwordForm.password",
"passwordCheck": "@:components.passwordForm.passwordCheck"
"password": "@:locokit.components.passwordForm.password",
"passwordCheck": "@:locokit.components.passwordForm.passwordCheck"
},
"signUpForm": {
"email": "@:components.signUpForm.email",
"username": "@:components.signUpForm.username"
"email": "@:locokit.components.signUpForm.email",
"username": "@:locokit.components.signUpForm.username"
},
"workspaceForm": {
"name": "@:components.workspaceForm.email"
"name": "@:locokit.components.workspaceForm.email"
},
"updateGeneralForm": {
"lastName": "@:components.updateGeneralForm.lastName",
"firstName": "@:components.updateGeneralForm.firstName",
"username": "@:components.updateGeneralForm.username"
"lastName": "@:locokit.components.updateGeneralForm.lastName",
"firstName": "@:locokit.components.updateGeneralForm.firstName",
"username": "@:locokit.components.updateGeneralForm.username"
},
"updateEmailForm": {
"newEmail": "@:components.updateEmailForm.newEmail",
"password": "@:components.updateEmailForm.password"
"newEmail": "@:locokit.components.updateEmailForm.newEmail",
"password": "@:locokit.components.updateEmailForm.password"
},
"updatePasswordForm": {
"currentPassword": "@:components.updatePasswordForm.currentPassword",
"newPassword": "@:components.updatePasswordForm.newPassword",
"confirmPassword": "@:components.updatePasswordForm.confirmPassword"
"currentPassword": "@:locokit.components.updatePasswordForm.currentPassword",
"newPassword": "@:locokit.components.updatePasswordForm.newPassword",
"confirmPassword": "@:locokit.components.updatePasswordForm.confirmPassword"
},
"createUser": {
"username": "@:pages.createUser.username",
"email": "@:pages.createUser.username"
"username": "@:locokit.pages.createUser.username",
"email": "@:locokit.pages.createUser.username"
},
"recordUser": {
"username": "@:pages.recordUser.username",
"email": "@:pages.recordUser.username"
"username": "@:locokit.pages.recordUser.username",
"email": "@:locokit.pages.recordUser.username"
},
"createGroup": {
"name": "@:pages.createGroup.name",
"workspace": "@:pages.createGroup.workspace",
"policy": "@:pages.createGroup.policy"
"name": "@:locokit.pages.createGroup.name",
"workspace": "@:locokit.pages.createGroup.workspace",
"policy": "@:locokit.pages.createGroup.policy"
},
"createDatasource": {
"name": "@:pages.createDatasource.name",
"client": "@:pages.createDatasource.client",
"connection": "@:pages.createDatasource.connection"
"name": "@:locokit.pages.createDatasource.name",
"client": "@:locokit.pages.createDatasource.client",
"connection": "@:locokit.pages.createDatasource.connection"
},
"updateDatasource": {
"client": "@:pages.updateDatasource.client",
"connection": "@:pages.updateDatasource.connection"
"client": "@:locokit.pages.updateDatasource.client",
"connection": "@:locokit.pages.updateDatasource.connection"
}

@@ -661,0 +662,0 @@ },

{
"name": "@locokit/i18n",
"version": "0.0.3",
"version": "0.0.4",
"description": "LocoKit internationalisation files",

@@ -5,0 +5,0 @@ "author": "Mathieu Dartigues",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc