mirror of https://github.com/sualko/cloud_bbb
Compare commits
2 Commits
2a2e3740ad
...
2b35277fe8
Author | SHA1 | Date |
---|---|---|
|
2b35277fe8 | |
|
583f759e37 |
|
@ -1,11 +1,13 @@
|
||||||
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,9 +1,11 @@
|
||||||
{ "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