5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 04:36:21 +00:00

feat: agregadas traducción inglés botones de moderación
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-01-22 15:35:19 -03:00
parent d895b9c808
commit 9fa45b01ac
4 changed files with 13 additions and 5 deletions

View file

@ -3,6 +3,7 @@ $white: white;
$grey: grey;
$cyan: #13fefe;
$magenta: #f206f9;
$blue: blue;
$colors: (
"black": $black,
@ -14,6 +15,7 @@ $colors: (
// Redefinir variables de Bootstrap
$primary: $magenta;
$secondary: $black;
$info: $blue;
$jumbotron-bg: transparent;
$enable-rounded: false;
$form-feedback-valid-color: $black;

View file

@ -1,3 +1,3 @@
-# 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}

View file

@ -1,10 +1,10 @@
-# Componente Botonera de Moderación
.d-flex.py-2.justify-content-center
.d-inline-flex.py-2.justify-content-center
-# parámetros de botones
-# text, class, href
- @btn_box_params = [[t('.text_pause'), 'bg-outline-light', 'https://sutty.nl/'],
[t('.text_reject'), 'btn-outline-info blue', 'https://sutty.nl/'],
- @btn_box_params = [[t('.text_pause'), 'btn-outline-secondary disabled', ''],
[t('.text_reject'), 'btn-outline-info', 'https://sutty.nl/'],
[t('.text_accept'), 'bg-blue white', 'https://sutty.nl/'],
[t('.text_reply'), 'btn-outline-dark', 'https://sutty.nl/'],
[t('.text_report'), 'btn-outline-danger', 'https://sutty.nl/']]

View file

@ -2,6 +2,12 @@ en:
moderation_queue:
remote_profile:
user: Username
button_box:
text_pause: Pause
text_reject: Reject
text_accept: Accept Publication
text_reply: Reply
text_report: Report
dark: Dark
dir: ltr
en: English