Fix casing in translations
dashboard/README.md has information of the casing style
This commit is contained in:
+15
-1
@@ -30,10 +30,24 @@ Only first word is capitalized.
|
||||
| Headings | Title Case | Manage Account |
|
||||
| Sub heading | Title Case | Create Admin Account |
|
||||
| Form Labels | Title Case | Email Address |
|
||||
| Buttons | Title Case | Save Changes |
|
||||
| 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 |
|
||||
| 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. |
|
||||
| Legend (graph) | Sentence case | Docker volume, Box data. |
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user