Merge pull request #882 from Abhinav-Bansal751/main
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

Update es.js
This commit is contained in:
Nariman Jelveh
2024-11-19 21:45:34 -08:00
committed by GitHub
+16 -19
View File
@@ -353,25 +353,22 @@ const es = {
login2fa_recovery_back: 'Atras',
login2fa_recovery_placeholder: 'XXXXXXXX',
// ***********************************
// Missing translations
// ***********************************
"change": undefined, // In English: "Change"
"clock_visibility": undefined, // In English: "Clock Visibility"
"reading": undefined, // In English: "Reading %strong%"
"writing": undefined, // In English: "Writing %strong%"
"unzipping": undefined, // In English: "Unzipping %strong%"
"sequencing": undefined, // In English: "Sequencing %strong%"
"zipping": undefined, // In English: "Zipping %strong%"
"Editor": undefined, // In English: "Editor"
"Viewer": undefined, // In English: "Viewer"
"People with access": undefined, // In English: "People with access"
"Share With…": undefined, // In English: "Share With…"
"Owner": undefined, // In English: "Owner"
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
"change": "cambiar", // In English: "Change"
"clock_visibility": "visibilidadReloj", // In English: "Clock Visibility"
"reading": "lectura %strong%", // In English: "Reading %strong%"
"writing": "escribiendo %strong%", // In English: "Writing %strong%"
"unzipping": "descomprimiendo %strong%", // In English: "Unzipping %strong%"
"sequencing": "secuenciación %strong%", // In English: "Sequencing %strong%"
"zipping": "comprimiendo %strong%", // In English: "Zipping %strong%"
"Editor": "Editor", // In English: "Editor"
"Viewer": "Espectador", // In English: "Viewer"
"People with access": "Personas con acceso", // In English: "People with access"
"Share With…": "Compartir con…", // In English: "Share With…"
"Owner": "Propietario", // In English: "Owner"
"You can't share with yourself.": "No puedes compartir contigo mismo.", // In English: "You can't share with yourself."
"This user already has access to this item": "Este usuario ya tiene acceso a este elemento." // In English: "This user already has access to this item"
}
};
export default es;
export default es;