Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonize comment menu wording #5057

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/assets/javascripts/i18n/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"user_annotation": {
"anonymous_message": "This comment is part of an evaluation",
"cancel": "Cancel",
"delete": "Delete",
"delete": "Delete comment",
"delete_confirm": "Are you sure you want to delete this comment?",
"edit": "Edit comment",
"fields": {
Expand Down Expand Up @@ -950,7 +950,7 @@
"user_annotation": {
"anonymous_message": "Deze opmerking maakt deel uit van een evaluatie",
"cancel": "Annuleren",
"delete": "Verwijderen",
"delete": "Opmerking verwijderen",
"delete_confirm": "Ben je zeker dat je deze opmerking wil verwijderen?",
"edit": "Opmerking bewerken",
"fields": {
Expand Down
3 changes: 1 addition & 2 deletions config/locales/js/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ en:
reply: 'Reply'
update: 'Update'
cancel: 'Cancel'
delete: 'Delete'
delete: 'Delete comment'
edit: 'Edit comment'
save: 'Save comment'
help: 'Press Shift + Enter to send. <a href="https://docs.dodona.be/en/references/exercise-description/#markdown" target="_blank">Markdown</a> is supported.'
Expand Down Expand Up @@ -324,4 +324,3 @@ en:
dark: Dark
system: System
theme: Theme

4 changes: 1 addition & 3 deletions config/locales/js/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ nl:
reply: 'Reageer'
update: 'Updaten'
cancel: 'Annuleren'
delete: 'Verwijderen'
delete: 'Opmerking verwijderen'
edit: 'Opmerking bewerken'
save: 'Opmerking opslaan'
help: 'Druk Shift + Enter om te verzenden. <a href="https://docs.dodona.be/nl/references/exercise-description/#markdown" target="_blank">Markdown</a> wordt ondersteund.'
Expand Down Expand Up @@ -324,5 +324,3 @@ nl:
dark: Donker
system: Systeem
theme: Stijl