f7cloud_client/apps/groupfolders/l10n/es_CR.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

24 lines
660 B
JavaScript

OC.L10N.register(
"groupfolders",
{
"Access denied" : "Acceso denegado",
"Group" : "Grupo",
"Read" : "Leer",
"Write" : "Escribir",
"Create" : "Crear",
"Delete" : "Borrar",
"Share" : "Compartir",
"You" : "Tú",
"Add group" : "Agregar grupo",
"Unlimited" : "Ilimitado",
"Delete \"{folderName}\"?" : "Borrar \"{folderName}\"?",
"Folder name" : "Nombre de la carpeta",
"Quota" : "Cuota",
"Previous" : "Previo",
"User" : "Usuario",
"Unknown" : "Desconocido",
"None" : "Ninguno",
"{size} used" : "{size} usado"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");