mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 06:56:22 +00:00
feat: agregada botonera instancias #15081
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
da1f7f7754
commit
cfae99ca7b
2 changed files with 9 additions and 0 deletions
|
@ -54,6 +54,11 @@ class ApplicationController < ActionController::Base
|
||||||
[t('moderation_queue.profile_button_box.text_check'), 'btn-outline-success', ''],
|
[t('moderation_queue.profile_button_box.text_check'), 'btn-outline-success', ''],
|
||||||
[t('moderation_queue.profile_button_box.text_deny'), 'bg-blue white', ''],
|
[t('moderation_queue.profile_button_box.text_deny'), 'bg-blue white', ''],
|
||||||
[t('moderation_queue.profile_button_box.text_report'), 'btn-danger', '']]
|
[t('moderation_queue.profile_button_box.text_report'), 'btn-danger', '']]
|
||||||
|
|
||||||
|
#botones de instances (instancias)
|
||||||
|
@instances_btn_params = [[t('moderation_queue.instances_button_box.text_check'), 'btn-outline-success', ''],
|
||||||
|
[t('moderation_queue.instances_button_box.text_allow'), 'btn-success', ''],
|
||||||
|
[t('moderation_queue.instances_button_box.text_deny'), 'btn-danger', '']]
|
||||||
end
|
end
|
||||||
|
|
||||||
def notify_unconfirmed_email
|
def notify_unconfirmed_email
|
||||||
|
|
|
@ -28,6 +28,10 @@ es:
|
||||||
text_order: Ordenar por
|
text_order: Ordenar por
|
||||||
text_show: Ver
|
text_show: Ver
|
||||||
text_checked: Con los marcados
|
text_checked: Con los marcados
|
||||||
|
instances_button_box:
|
||||||
|
text_check: Moderar caso por caso
|
||||||
|
text_allow: Permitir todo
|
||||||
|
text_deny: Bloquear instancia
|
||||||
dark: Oscuro
|
dark: Oscuro
|
||||||
es: Castellano
|
es: Castellano
|
||||||
en: English
|
en: English
|
||||||
|
|
Loading…
Reference in a new issue