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

15 lines
752 B
JavaScript

OC.L10N.register(
"recommendations",
{
"Recommended files" : "Archivos recomendados",
"Recommendations" : "Recomendaciones",
"Shows recommended files" : "Mostrar archivos recomendados",
"Shows recommended files for quick access of files and folders with recent activity" : "Mostrar archivos recomendados para acceder rápidamente a archivos y carpetas con actividad reciente",
"No recommendations yet" : "Todavía no hay recomendaciones",
"Show recommendations" : "Mostrar recomendaciones",
"Recently commented" : "Recientemente comentado",
"Recently edited" : "Editado recientemente",
"Recently shared" : "Compartido recientemente"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");