Files
codeocean/config/locales/en/meta/application.yml
Sebastian Serth e551c8a699 Reorder translations and add missing prefixes
- files should be prefixed with code_ocean/
- the markdown editor is part of the application (helper)
2024-05-21 19:42:26 +02:00

15 lines
703 B
YAML

---
en:
application:
markdown_editor:
collapse: Collapse editor
expand: Expand editor
not_authorized: You are not authorized to perform this action.
not_found: The requested resource could not be found.
not_signed_in: You must be signed in to perform this action.
welcome:
text_signed_in_as_external_user: Please access %{application_name} from an e-learning platform.
text_signed_in_as_internal_user: Good to see you, %{user_name}!
text_signed_out: If you are a learner, please access %{application_name} from an e-learning platform. If you are an instructor, <a href="%{sign_in_path}">please sign in</a>.
title: Welcome to %{application_name}