Merge branch 'master' into 'master'

Master

See merge request onny/nextcloud-app-radio!1
This commit is contained in:
onny 2019-05-13 14:22:33 +00:00
commit cf9bb99941
2 changed files with 16 additions and 0 deletions

9
l10n/es_ES.js Normal file
View File

@ -0,0 +1,9 @@
OC.L10N.register(
"radio",
{
"Top" : "Top",
"Recent" : "Añadido recientemente",
"Favorites" : "Favoritos",
"Categories" : "Categorías"
},
"nplurals=2; plural=(n != 1);");

7
l10n/es_ES.json Normal file
View File

@ -0,0 +1,7 @@
{ "translations": {
"Top" : "Top",
"Recent" : "Añadido recientemente",
"Favorites" : "Favoritos",
"Categories" : "Categorías"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}