RfCs: Allow filtering for any states
We want to differentiate between those RfCs explicitly marked as solved, those potentially solved since the author reached the maximum score, and those being unsolved where the author has not yet reached the full score yet.
This commit is contained in:

committed by
Dominic Sauer

parent
d72139cf04
commit
7cc4fb00c6
@ -857,6 +857,7 @@ de:
|
||||
mark_as_solved: "Diese Frage als beantwortet markieren"
|
||||
show_all: "Alle Anfragen anzeigen"
|
||||
show_solved: "Nur gelöste Anfragen anzeigen"
|
||||
show_soft_solved: "Nur potenziell gelöste Anfragen anzeigen"
|
||||
show_unsolved: "Nur ungelöste Anfragen anzeigen"
|
||||
solved: "Diese Frage wurde erfolgreich beantwortet"
|
||||
comment_exercise: "Ich möchte die Aufgabenstellung kommentieren"
|
||||
|
@ -856,8 +856,9 @@ en:
|
||||
no_question: "The author did not enter a question for this request."
|
||||
mark_as_solved: "Mark this question as answered"
|
||||
show_all: "All requests"
|
||||
show_solved: "Solved requests"
|
||||
show_unsolved: "Unvsolved requests"
|
||||
show_solved: "Show only solved requests"
|
||||
show_soft_solved: "Show only requests presumably solved"
|
||||
show_unsolved: "Show only unsolved requests"
|
||||
solved: "This question has been answered"
|
||||
comment_exercise: "I would like to give feedback for this exercise"
|
||||
write_a_thank_you_node: "If you want, you can write a thank you note to all your commenters:"
|
||||
|
Reference in New Issue
Block a user