-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved entry descriptions in contexts.json.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"Insert code block": "A label of the button that allows inserting a new code block into the editor content.", | ||
"Plain text": "A language of the code block in the editor content when no specific programming language is associated with it.", | ||
"Leaving %0 code snippet": "Assistive technologies label for leaving the code block with specified programming language.", | ||
"Entering %0 code snippet": "Assistive technologies label for entering the code block with specified programming language.", | ||
"Entering code snippet": "Assistive technologies label for entering the code block with not specified programming language.", | ||
"Leaving code snippet": "Assistive technologies label for leaving the code block with not specified programming language." | ||
"Leaving %0 code snippet": "Assistive technologies label for leaving the code block with a specified programming language. Example: 'Leaving JavaScript code snippet'", | ||
"Entering %0 code snippet": "Assistive technologies label for entering the code block with a specified programming language. Example: 'Entering JavaScript code snippet'", | ||
"Entering code snippet": "Assistive technologies label for entering the code block with unspecified programming language.", | ||
"Leaving code snippet": "Assistive technologies label for leaving the code block with unspecified programming language." | ||
} |