mirror of https://github.com/sualko/cloud_bbb
Compare commits
4 Commits
6486abd927
...
eb8caaf1dd
Author | SHA1 | Date |
---|---|---|
|
eb8caaf1dd | |
|
96de31f1f6 | |
|
038221f415 | |
|
82185869dd |
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
|
"Public" : "İctimai",
|
||||||
"Save" : "Saxla",
|
"Save" : "Saxla",
|
||||||
"Password" : "Şifrə",
|
"Password" : "Şifrə",
|
||||||
"Hello %s" : "Salam %s",
|
"Hello %s" : "Salam %s",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Public" : "İctimai",
|
||||||
"Save" : "Saxla",
|
"Save" : "Saxla",
|
||||||
"Password" : "Şifrə",
|
"Password" : "Şifrə",
|
||||||
"Hello %s" : "Salam %s",
|
"Hello %s" : "Salam %s",
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
OC.L10N.register(
|
||||||
|
"bbb",
|
||||||
|
{
|
||||||
|
"Public" : "Public",
|
||||||
|
"Back to %s" : "Back to %s",
|
||||||
|
"Save" : "Save",
|
||||||
|
"Community" : "Community",
|
||||||
|
"Display name" : "Display name",
|
||||||
|
"Password" : "პაროლი",
|
||||||
|
"Join" : "Join",
|
||||||
|
"Hello %s" : "Hello %s",
|
||||||
|
"Group" : "Group",
|
||||||
|
"No matches" : "No matches",
|
||||||
|
"Name" : "Name",
|
||||||
|
"Edit" : "Edit",
|
||||||
|
"Welcome" : "Welcome",
|
||||||
|
"Miscellaneous" : "Miscellaneous",
|
||||||
|
"Recording" : "Recording",
|
||||||
|
"Create" : "Create",
|
||||||
|
"Copy to clipboard" : "Copy to clipboard",
|
||||||
|
"Delete" : "Delete",
|
||||||
|
"Error" : "Error",
|
||||||
|
"moderator" : "moderator",
|
||||||
|
"Share" : "Share",
|
||||||
|
"Loading" : "Loading",
|
||||||
|
"Settings saved" : "Settings saved"
|
||||||
|
},
|
||||||
|
"nplurals=2; plural=(n!=1);");
|
|
@ -0,0 +1,26 @@
|
||||||
|
{ "translations": {
|
||||||
|
"Public" : "Public",
|
||||||
|
"Back to %s" : "Back to %s",
|
||||||
|
"Save" : "Save",
|
||||||
|
"Community" : "Community",
|
||||||
|
"Display name" : "Display name",
|
||||||
|
"Password" : "პაროლი",
|
||||||
|
"Join" : "Join",
|
||||||
|
"Hello %s" : "Hello %s",
|
||||||
|
"Group" : "Group",
|
||||||
|
"No matches" : "No matches",
|
||||||
|
"Name" : "Name",
|
||||||
|
"Edit" : "Edit",
|
||||||
|
"Welcome" : "Welcome",
|
||||||
|
"Miscellaneous" : "Miscellaneous",
|
||||||
|
"Recording" : "Recording",
|
||||||
|
"Create" : "Create",
|
||||||
|
"Copy to clipboard" : "Copy to clipboard",
|
||||||
|
"Delete" : "Delete",
|
||||||
|
"Error" : "Error",
|
||||||
|
"moderator" : "moderator",
|
||||||
|
"Share" : "Share",
|
||||||
|
"Loading" : "Loading",
|
||||||
|
"Settings saved" : "Settings saved"
|
||||||
|
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||||
|
}
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
||||||
"Recordings" : "Enregistraments",
|
"Recordings" : "Enregistraments",
|
||||||
"Edit" : "Modificar",
|
"Edit" : "Modificar",
|
||||||
"Welcome" : "Benvengut",
|
"Welcome" : "Benvengut",
|
||||||
|
"Recording" : "Enregistrament",
|
||||||
"Room name" : "Nom de la sala",
|
"Room name" : "Nom de la sala",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar dins lo quichapapièrs",
|
"Copy to clipboard" : "Copiar dins lo quichapapièrs",
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"Recordings" : "Enregistraments",
|
"Recordings" : "Enregistraments",
|
||||||
"Edit" : "Modificar",
|
"Edit" : "Modificar",
|
||||||
"Welcome" : "Benvengut",
|
"Welcome" : "Benvengut",
|
||||||
|
"Recording" : "Enregistrament",
|
||||||
"Room name" : "Nom de la sala",
|
"Room name" : "Nom de la sala",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar dins lo quichapapièrs",
|
"Copy to clipboard" : "Copiar dins lo quichapapièrs",
|
||||||
|
|
Loading…
Reference in New Issue