diff --git a/l10n/ast.js b/l10n/ast.js index 375834c..e9bfa3d 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -1,11 +1,13 @@ OC.L10N.register( "bbb", { + "Save" : "Guardar", "Let's go!" : "¡Vamos!", "Password" : "Contraseña", "Hello %s" : "Hola, %s", "Name" : "Nome", "You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.", + "Edit" : "Editar", "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], "Delete" : "Desaniciar", "Error" : "Error", diff --git a/l10n/ast.json b/l10n/ast.json index 0510953..d2e5f5c 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -1,9 +1,11 @@ { "translations": { + "Save" : "Guardar", "Let's go!" : "¡Vamos!", "Password" : "Contraseña", "Hello %s" : "Hola, %s", "Name" : "Nome", "You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.", + "Edit" : "Editar", "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], "Delete" : "Desaniciar", "Error" : "Error",