mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 23:38:40 +08:00
fix: add placeholders
This commit is contained in:
parent
b2afeb162a
commit
2c86240399
@ -353,23 +353,20 @@ const es = {
|
|||||||
login2fa_recovery_back: 'Atras',
|
login2fa_recovery_back: 'Atras',
|
||||||
login2fa_recovery_placeholder: 'XXXXXXXX',
|
login2fa_recovery_placeholder: 'XXXXXXXX',
|
||||||
|
|
||||||
// ***********************************
|
"change": "cambiar", // In English: "Change"
|
||||||
// Missing translations
|
"clock_visibility": "visibilidadReloj", // In English: "Clock Visibility"
|
||||||
// ***********************************
|
"reading": "lectura %strong%", // In English: "Reading %strong%"
|
||||||
"change": 'cambiar', // In English: "Change"
|
"writing": "escribiendo %strong%", // In English: "Writing %strong%"
|
||||||
"clock_visibility": 'visibilidad_reloj', // In English: "Clock Visibility"
|
"unzipping": "descomprimiendo %strong%", // In English: "Unzipping %strong%"
|
||||||
"reading": 'lectura', // In English: "Reading %strong%"
|
"sequencing": "secuenciación %strong%", // In English: "Sequencing %strong%"
|
||||||
"writing": 'escribiendo', // In English: "Writing %strong%"
|
"zipping": "comprimiendo %strong%", // In English: "Zipping %strong%"
|
||||||
"unzipping": 'descomprimiendo', // In English: "Unzipping %strong%"
|
"Editor": "Editor", // In English: "Editor"
|
||||||
"sequencing": 'secuenciación', // In English: "Sequencing %strong%"
|
"Viewer": "Espectador", // In English: "Viewer"
|
||||||
"zipping": 'comprimir', // In English: "Zipping %strong%"
|
"People with access": "Personas con acceso", // In English: "People with access"
|
||||||
"Editor": 'Editor', // In English: "Editor"
|
"Share With…": "Compartir con…", // In English: "Share With…"
|
||||||
"Viewer": 'Espectador', // In English: "Viewer"
|
"Owner": "Propietario", // In English: "Owner"
|
||||||
"People with access": 'personas con acceso', // In English: "People with access"
|
"You can't share with yourself.": "No puedes compartir contigo mismo.", // In English: "You can't share with yourself."
|
||||||
"Share With…": 'Compartir con…', // In English: "Share With…"
|
"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"
|
||||||
"Owner": 'Dueño', // 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"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user