Move action locales to vocabulary

This commit is contained in:
Andreas Nedbal 2022-11-18 21:49:27 +01:00 committed by Andreas Nedbal
parent 9048a3e7d8
commit 9a96010530
2 changed files with 2 additions and 3 deletions

View File

@ -409,9 +409,6 @@ en:
body: "Muting words (or longer phrases) will prevent questions containing those to appear in your inbox." body: "Muting words (or longer phrases) will prevent questions containing those to appear in your inbox."
note: "Note: Filtered questions are discarded completely from your inbox, and won't reappear if you remove a filter later on." note: "Note: Filtered questions are discarded completely from your inbox, and won't reappear if you remove a filter later on."
placeholder: "Add a new muted term…" placeholder: "Add a new muted term…"
actions:
add: "Add"
remove: "Remove"
privacy: privacy:
edit: edit:
title: "Privacy Settings" title: "Privacy Settings"

View File

@ -1,5 +1,6 @@
en: en:
voc: voc:
add: "Add"
answer: "Answer" answer: "Answer"
block: "Block" block: "Block"
block_site_wide: "Block user site-wide" block_site_wide: "Block user site-wide"
@ -17,6 +18,7 @@ en:
subscribe: "Subscribe" subscribe: "Subscribe"
unsubscribe: "Unsubscribe" unsubscribe: "Unsubscribe"
register: "Sign up" register: "Sign up"
remove: "Remove"
report: "Report" report: "Report"
terms: "Terms of Service" terms: "Terms of Service"
unblock: "Unblock" unblock: "Unblock"