Files
cloudron-box/dashboard/README.md
2025-10-22 11:34:08 +02:00

40 lines
1.3 KiB
Markdown

## 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 |
| Buttons | Title Case | Save Changes |
| 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. |