2025-10-22 11:34:08 +02:00
|
|
|
|
|
|
|
|
## Translations
|
|
|
|
|
|
|
|
|
|
This documents the convention used for the text in the UI.
|
|
|
|
|
|
|
|
|
|
### Title Case
|
|
|
|
|
|
|
|
|
|
All words are capitalized.
|
|
|
|
|
|
|
|
|
|
In title case, articles (a/an/the) ,conjunctions (and/but/or/...) and prepositions (on/at/...)
|
|
|
|
|
inside a phrase are not capitalized.
|
|
|
|
|
|
|
|
|
|
Everything else is capitalized - noun, pronoun, verb, adverb.
|
|
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
|
|
* "Sign In to Your Account"
|
|
|
|
|
* "Terms and Conditions"
|
|
|
|
|
* "Getting Started with GraphQL"
|
|
|
|
|
* "Between You and Me"
|
|
|
|
|
|
|
|
|
|
### Sentence case
|
|
|
|
|
|
|
|
|
|
Only first word is capitalized.
|
|
|
|
|
|
|
|
|
|
### Convention
|
|
|
|
|
|
|
|
|
|
| Element | Recommended Style | Example |
|
|
|
|
|
| -------------- | ---------------------- | -------------------------------- |
|
|
|
|
|
| Headings | Title Case | Manage Account |
|
|
|
|
|
| Sub heading | Title Case | Create Admin Account |
|
|
|
|
|
| Form Labels | Title Case | Email Address |
|
2025-10-22 14:20:56 +02:00
|
|
|
| Buttons | Sentence Case | Save changes |
|
|
|
|
|
| Radio Buttons | Sentence Case | Option one / Option two |
|
|
|
|
|
| Menu action | Sentence Case | Select all |
|
|
|
|
|
| Switches | Sentence Case | Allow users to edit email |
|
2025-10-22 11:34:08 +02:00
|
|
|
| Descriptions | Sentence case | Enter your password to continue. |
|
|
|
|
|
| Tooltips | Sentence case | Click to edit. |
|
|
|
|
|
| Error Messages | Sentence case | Password is too short |
|
|
|
|
|
| Notifications | Sentence case | Settings saved successfully. |
|
2025-10-22 14:20:56 +02:00
|
|
|
| Legend (graph) | Sentence case | Docker volume, Box data. |
|
2025-10-22 11:34:08 +02:00
|
|
|
|
2025-10-22 14:20:56 +02:00
|
|
|
Hints in brackets are small case. Like "(comma separated)".
|
|
|
|
|
|
|
|
|
|
## Full stops
|
|
|
|
|
|
|
|
|
|
Sentence fragments like form hints and tooltips (which are always visible) do not need a full stop.
|
|
|
|
|
All other full sentences do.
|
|
|
|
|
|
|
|
|
|
description has a full stop unless it's a hint/phrase.
|
|
|
|
|
|
|
|
|
|
Checkbox labels do not have a full stop at the end
|
2025-10-22 11:34:08 +02:00
|
|
|
|