Compare commits

...

4 Commits

Author SHA1 Message Date
Jérôme Herbinet 20d313b9a3 feat(ui): better join button contrast
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

feat(ui): better join button contrast

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2026-04-29 16:23:03 +02:00
Nextcloud bot f9456b2830
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-04-27 02:30:32 +00:00
Nextcloud bot a458d11928
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-04-18 02:26:40 +00:00
Nextcloud bot 577d5c55da
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-04-17 02:31:27 +00:00
5 changed files with 11 additions and 3 deletions

View File

@ -4,6 +4,7 @@ OC.L10N.register(
"Public" : "Público",
"Close" : "Cerrar",
"Save" : "Guardar",
"Community" : "Comunidad",
"Display name" : "Nombre a desplegar",
"Password" : "Contraseña",
"Hello %s" : "Hola %s",

View File

@ -2,6 +2,7 @@
"Public" : "Público",
"Close" : "Cerrar",
"Save" : "Guardar",
"Community" : "Comunidad",
"Display name" : "Nombre a desplegar",
"Password" : "Contraseña",
"Hello %s" : "Hola %s",

View File

@ -8,6 +8,7 @@ OC.L10N.register(
"Internal" : "Vidinis",
"BigBlueButton Integration" : "BigBlueButton integracija",
"Loading…" : "Įkeliama…",
"Send to" : "Siųsti",
"Close" : "Užverti",
"Room not found" : "Kambarys nerastas",
"The room could not be found. Maybe it was deleted?" : "Nepavyko rasti kambario. Galbūt, jis buvo ištrintas?",
@ -30,11 +31,13 @@ OC.L10N.register(
"Server error" : "Serverio klaida",
"Name" : "Pavadinimas",
"Access" : "Prieiga",
"Max" : "Max",
"You are not permitted to create a room." : "Jums neleidžiama sukurti kambario.",
"Edit" : "Taisyti",
"Welcome" : "Sveiki",
"Sharing" : "Bendrinimas",
"Miscellaneous" : "Įvairūs",
"Recording" : "Įrašymas",
"Room name" : "Kambario pavadinimas",
"Create" : "Sukurti",
"Published" : "Paskelbtas",

View File

@ -6,6 +6,7 @@
"Internal" : "Vidinis",
"BigBlueButton Integration" : "BigBlueButton integracija",
"Loading…" : "Įkeliama…",
"Send to" : "Siųsti",
"Close" : "Užverti",
"Room not found" : "Kambarys nerastas",
"The room could not be found. Maybe it was deleted?" : "Nepavyko rasti kambario. Galbūt, jis buvo ištrintas?",
@ -28,11 +29,13 @@
"Server error" : "Serverio klaida",
"Name" : "Pavadinimas",
"Access" : "Prieiga",
"Max" : "Max",
"You are not permitted to create a room." : "Jums neleidžiama sukurti kambario.",
"Edit" : "Taisyti",
"Welcome" : "Sveiki",
"Sharing" : "Bendrinimas",
"Miscellaneous" : "Įvairūs",
"Recording" : "Įrašymas",
"Room name" : "Kambario pavadinimas",
"Create" : "Sukurti",
"Published" : "Paskelbtas",

View File

@ -152,12 +152,12 @@ pre {
}
.button.success {
background-color: var(--color-success);
border-color: var(--color-success-hover);
background-color: var(--color-element-success);
border-color: var(--color-success-text);
color: var(--color-primary-text);
&:hover {
background-color: var(--color-success-hover);
background-color: var(--color-text-success);
}
}