CSP: Extract RfC JS from view to assets

Relates to CODEOCEAN-CP
This commit is contained in:
Sebastian Serth
2022-11-16 18:15:03 +01:00
parent b9f3126f21
commit a9c642a116
4 changed files with 395 additions and 390 deletions

View File

@ -801,8 +801,8 @@ de:
send_thank_you_note: "Senden"
cancel_thank_you_note: "Nichts senden"
comment_edited: "bearbeitet"
modal_title: "Einen Kommentar in Zeile ${line} hinzufügen"
click_for_more_comments: "Klicken um ${numComments} weitere Kommentare zu sehen..."
modal_title: "Einen Kommentar in Zeile %{line} hinzufügen"
click_for_more_comments: "Klicken um %{numComments} weitere Kommentare zu sehen..."
subscribe_to_author: "Bei neuen Kommentaren des Autors per E-Mail benachrichtigt werden"
no_output: "Keine Ausgabe."
runtime_output: "Programmausgabe"

View File

@ -801,8 +801,8 @@ en:
send_thank_you_note: "Send"
cancel_thank_you_note: "Don't send"
comment_edited: "edited"
modal_title: "Add a comment to line ${line}"
click_for_more_comments: "Click to view ${numComments} more comments..."
modal_title: "Add a comment to line %{line}"
click_for_more_comments: "Click to view %{numComments} more comments..."
subscribe_to_author: "Receive E-Mail notifications for new comments of the original author"
no_output: "No output."
runtime_output: "Runtime Output"