mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 08:26:21 +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
|
|
@ -52,7 +52,7 @@ en:
|
||||||
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
|
||||||
|
@ -61,8 +61,8 @@ en:
|
||||||
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
|
||||||
|
@ -74,7 +74,7 @@ en:
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue