Compare commits

...

6 Commits

Author SHA1 Message Date
Jérôme Herbinet 45d3ab20b1
Merge afbaf2dc0e into 8f08f38acf 2024-01-12 10:14:34 +01:00
Nextcloud bot 8f08f38acf
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-12 02:23:44 +00:00
Nextcloud bot 96de31f1f6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-04 02:27:44 +00:00
Nextcloud bot 038221f415
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-24 02:32:45 +00:00
Nextcloud bot 82185869dd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-23 02:28:22 +00:00
Jérôme Herbinet afbaf2dc0e
Add light separation line in the rooms' list
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-10-27 08:59:02 +02:00
9 changed files with 64 additions and 0 deletions

View File

@ -1,6 +1,7 @@
OC.L10N.register(
"bbb",
{
"Public" : "İctimai",
"Save" : "Saxla",
"Password" : "Şifrə",
"Hello %s" : "Salam %s",

View File

@ -1,4 +1,5 @@
{ "translations": {
"Public" : "İctimai",
"Save" : "Saxla",
"Password" : "Şifrə",
"Hello %s" : "Salam %s",

28
l10n/ka.js Normal file
View File

@ -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);");

26
l10n/ka.json Normal file
View File

@ -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);"
}

View File

@ -20,6 +20,7 @@ OC.L10N.register(
"Recordings" : "Ieraksta",
"Edit" : "Rediģēt",
"Welcome" : "Laipni lūdzam!",
"Miscellaneous" : "Dažādi",
"Room name" : "Sapulču telpas nosaukums",
"Create" : "Izveidot",
"Copy to clipboard" : "Kopēt starpliktuvē",

View File

@ -18,6 +18,7 @@
"Recordings" : "Ieraksta",
"Edit" : "Rediģēt",
"Welcome" : "Laipni lūdzam!",
"Miscellaneous" : "Dažādi",
"Room name" : "Sapulču telpas nosaukums",
"Create" : "Izveidot",
"Copy to clipboard" : "Kopēt starpliktuvē",

View File

@ -22,6 +22,7 @@ OC.L10N.register(
"Recordings" : "Enregistraments",
"Edit" : "Modificar",
"Welcome" : "Benvengut",
"Recording" : "Enregistrament",
"Room name" : "Nom de la sala",
"Create" : "Crear",
"Copy to clipboard" : "Copiar dins lo quichapapièrs",

View File

@ -20,6 +20,7 @@
"Recordings" : "Enregistraments",
"Edit" : "Modificar",
"Welcome" : "Benvengut",
"Recording" : "Enregistrament",
"Room name" : "Nom de la sala",
"Create" : "Crear",
"Copy to clipboard" : "Copiar dins lo quichapapièrs",

View File

@ -95,6 +95,10 @@ pre {
}
}
#bbb-react-root table tbody tr td {
border-bottom: 1px solid var(--color-border-dark);
}
#bbb-react-root,
#bbb-restrictions {
#bbb-warning,