mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 07:46:21 +00:00
feat: agregadas traducción inglés botones de moderación
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d895b9c808
commit
9fa45b01ac
4 changed files with 13 additions and 5 deletions
|
@ -3,6 +3,7 @@ $white: white;
|
||||||
$grey: grey;
|
$grey: grey;
|
||||||
$cyan: #13fefe;
|
$cyan: #13fefe;
|
||||||
$magenta: #f206f9;
|
$magenta: #f206f9;
|
||||||
|
$blue: blue;
|
||||||
|
|
||||||
$colors: (
|
$colors: (
|
||||||
"black": $black,
|
"black": $black,
|
||||||
|
@ -14,6 +15,7 @@ $colors: (
|
||||||
// Redefinir variables de Bootstrap
|
// Redefinir variables de Bootstrap
|
||||||
$primary: $magenta;
|
$primary: $magenta;
|
||||||
$secondary: $black;
|
$secondary: $black;
|
||||||
|
$info: $blue;
|
||||||
$jumbotron-bg: transparent;
|
$jumbotron-bg: transparent;
|
||||||
$enable-rounded: false;
|
$enable-rounded: false;
|
||||||
$form-feedback-valid-color: $black;
|
$form-feedback-valid-color: $black;
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
-# Componente Botón general Moderación
|
-# Componente Botón general Moderación
|
||||||
|
|
||||||
%a.btn.rounded.mx-2{role: "button", href: href, class: @class} #{text}
|
%a.btn.btn-lg.rounded.mx-2{role: "button", href: href, class: @class} #{text}
|
|
@ -1,10 +1,10 @@
|
||||||
-# Componente Botonera de Moderación
|
-# Componente Botonera de Moderación
|
||||||
|
|
||||||
.d-flex.py-2.justify-content-center
|
.d-inline-flex.py-2.justify-content-center
|
||||||
-# parámetros de botones
|
-# parámetros de botones
|
||||||
-# text, class, href
|
-# text, class, href
|
||||||
- @btn_box_params = [[t('.text_pause'), 'bg-outline-light', 'https://sutty.nl/'],
|
- @btn_box_params = [[t('.text_pause'), 'btn-outline-secondary disabled', ''],
|
||||||
[t('.text_reject'), 'btn-outline-info blue', 'https://sutty.nl/'],
|
[t('.text_reject'), 'btn-outline-info', 'https://sutty.nl/'],
|
||||||
[t('.text_accept'), 'bg-blue white', 'https://sutty.nl/'],
|
[t('.text_accept'), 'bg-blue white', 'https://sutty.nl/'],
|
||||||
[t('.text_reply'), 'btn-outline-dark', 'https://sutty.nl/'],
|
[t('.text_reply'), 'btn-outline-dark', 'https://sutty.nl/'],
|
||||||
[t('.text_report'), 'btn-outline-danger', 'https://sutty.nl/']]
|
[t('.text_report'), 'btn-outline-danger', 'https://sutty.nl/']]
|
||||||
|
|
|
@ -2,6 +2,12 @@ en:
|
||||||
moderation_queue:
|
moderation_queue:
|
||||||
remote_profile:
|
remote_profile:
|
||||||
user: Username
|
user: Username
|
||||||
|
button_box:
|
||||||
|
text_pause: Pause
|
||||||
|
text_reject: Reject
|
||||||
|
text_accept: Accept Publication
|
||||||
|
text_reply: Reply
|
||||||
|
text_report: Report
|
||||||
dark: Dark
|
dark: Dark
|
||||||
dir: ltr
|
dir: ltr
|
||||||
en: English
|
en: English
|
||||||
|
|
Loading…
Reference in a new issue