diff --git a/l10n/es.js b/l10n/es.js index ba6df27..36919f7 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -1,6 +1,9 @@ OC.L10N.register( "bbb", { + "You created the room %s." : "Has creado la sala %s.", + "You deleted the room %s." : "Has eliminado la sala %s.", + "{user} deleted the room %s." : "{user} ha eliminado la sala %s.", "API URL or secret not configured. Please contact your administrator." : "URL de la API o secreto no configurado. Por favor, contacta con tu administrador.", "BigBlueButton Integration" : "Integración BigBlueButton", "BigBlueButton integration for Nextcloud" : "Integración BigBlueButton para Nextcloud", diff --git a/l10n/es.json b/l10n/es.json index 2c73d73..406c7d7 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,4 +1,7 @@ { "translations": { + "You created the room %s." : "Has creado la sala %s.", + "You deleted the room %s." : "Has eliminado la sala %s.", + "{user} deleted the room %s." : "{user} ha eliminado la sala %s.", "API URL or secret not configured. Please contact your administrator." : "URL de la API o secreto no configurado. Por favor, contacta con tu administrador.", "BigBlueButton Integration" : "Integración BigBlueButton", "BigBlueButton integration for Nextcloud" : "Integración BigBlueButton para Nextcloud",