mirror of https://github.com/sualko/cloud_bbb
Compare commits
1 Commits
edfbc4b867
...
167625985f
Author | SHA1 | Date |
---|---|---|
|
167625985f |
|
@ -1,13 +1,11 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
"Save" : "Guardar",
|
|
||||||
"Let's go!" : "¡Vamos!",
|
"Let's go!" : "¡Vamos!",
|
||||||
"Password" : "Contraseña",
|
"Password" : "Contraseña",
|
||||||
"Hello %s" : "Hola, %s",
|
"Hello %s" : "Hola, %s",
|
||||||
"Name" : "Nome",
|
"Name" : "Nome",
|
||||||
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
"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"],
|
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||||
"Delete" : "Desaniciar",
|
"Delete" : "Desaniciar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Save" : "Guardar",
|
|
||||||
"Let's go!" : "¡Vamos!",
|
"Let's go!" : "¡Vamos!",
|
||||||
"Password" : "Contraseña",
|
"Password" : "Contraseña",
|
||||||
"Hello %s" : "Hola, %s",
|
"Hello %s" : "Hola, %s",
|
||||||
"Name" : "Nome",
|
"Name" : "Nome",
|
||||||
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
"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"],
|
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||||
"Delete" : "Desaniciar",
|
"Delete" : "Desaniciar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
|
Loading…
Reference in New Issue