mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 08:46:22 +00:00
fix: yaml roto
This commit is contained in:
parent
b489b713ac
commit
1b8685b7ca
2 changed files with 52 additions and 52 deletions
|
@ -6,5 +6,5 @@
|
||||||
= render 'comment', comment: comment, profile: comment['attributedTo']
|
= render 'comment', comment: comment, profile: comment['attributedTo']
|
||||||
|
|
||||||
-# Botones moderación
|
-# Botones moderación
|
||||||
.d-flex.justify-content-between
|
.d-flex.justify-content-center
|
||||||
= render 'components/comments_btn_box', comment: comment
|
= render 'components/comments_btn_box', comment: comment
|
|
@ -50,57 +50,57 @@ en:
|
||||||
pm: pm
|
pm: pm
|
||||||
format: '%-I:%M %p'
|
format: '%-I:%M %p'
|
||||||
components:
|
components:
|
||||||
instances_filters:
|
instances_filters:
|
||||||
text_show: Show
|
text_show: Show
|
||||||
text_checked: With the checked
|
text_checked: With selected
|
||||||
instances_checked_submenu:
|
instances_checked_submenu:
|
||||||
submenu_case: Check case by case
|
submenu_case: Check case by case
|
||||||
submenu_allow: Allow everything
|
submenu_allow: Allow everything
|
||||||
submenu_reject: Reject
|
submenu_reject: Reject
|
||||||
instances_show_submenu:
|
instances_show_submenu:
|
||||||
submenu_allow: Allow
|
submenu_allow: Allow
|
||||||
submenu_reject: Reject
|
submenu_reject: Reject
|
||||||
comments_filters:
|
comments_filters:
|
||||||
text_show: Sho
|
text_show: Show
|
||||||
text_checked: With the checked
|
text_checked: With selected
|
||||||
comments_checked_submenu:
|
comments_checked_submenu:
|
||||||
submenu_pause: Pause
|
submenu_pause: Pause
|
||||||
submenu_accept: Accept
|
submenu_accept: Accept
|
||||||
submenu_reject: Reject
|
submenu_reject: Reject
|
||||||
comments_show_submenu:
|
comments_show_submenu:
|
||||||
submenu_pause: Pause
|
submenu_pause: Pause
|
||||||
submenu_accept: Accept
|
submenu_accept: Accept
|
||||||
submenu_report: Report
|
submenu_report: Report
|
||||||
submenu_reject: Reject
|
submenu_reject: Reject
|
||||||
profiles_filters:
|
profiles_filters:
|
||||||
text_show: Show
|
text_show: Show
|
||||||
text_checked: With the checked
|
text_checked: With selected
|
||||||
profiles_checked_submenu:
|
profiles_checked_submenu:
|
||||||
submenu_pause: Pause
|
submenu_pause: Pause
|
||||||
submenu_accept: Accept
|
submenu_accept: Accept
|
||||||
submenu_reject: Reject
|
submenu_reject: Reject
|
||||||
submenu_block: Block
|
submenu_block: Block
|
||||||
profiles_show_submenu:
|
profiles_show_submenu:
|
||||||
submenu_accept: Accept
|
submenu_accept: Accept
|
||||||
submenu_block: Block
|
submenu_block: Block
|
||||||
submenu_reject: Reject
|
submenu_reject: Reject
|
||||||
block_lists:
|
block_lists:
|
||||||
title: Block lists
|
title: Block lists
|
||||||
comments_btn_box:
|
comments_btn_box:
|
||||||
text_pause: Pause
|
text_pause: Pause
|
||||||
text_reject: Reject
|
text_reject: Reject
|
||||||
text_accept: Accept
|
text_accept: Accept
|
||||||
text_reply: Reply
|
text_reply: Reply
|
||||||
text_report: Report
|
text_report: Report
|
||||||
instances_btn_box:
|
instances_btn_box:
|
||||||
text_check: Check case by case
|
text_check: Check case by case
|
||||||
text_allow: Allow everything
|
text_allow: Allow everything
|
||||||
text_deny: Block instance
|
text_deny: Block instance
|
||||||
profiles_btn_box:
|
profiles_btn_box:
|
||||||
text_approve: Always approve
|
text_approve: Always approve
|
||||||
text_check: Always check
|
text_check: Always check
|
||||||
text_deny: Block
|
text_deny: Block
|
||||||
text_report: Report
|
text_report: Report
|
||||||
moderation_queue:
|
moderation_queue:
|
||||||
index:
|
index:
|
||||||
title: Moderation
|
title: Moderation
|
||||||
|
|
Loading…
Reference in a new issue