|
122 | 122 | "EmailAddress": "[email protected]",
|
123 | 123 | "Socials": "Socials",
|
124 | 124 | "LinkDescriptions": {
|
125 |
| - "Home": "Learn more about p5.js and our community.", |
| 125 | + "Home": "Learn more about p5.js and our community.", |
126 | 126 | "Examples": "Explore the possibilities of p5.js with short examples.",
|
127 | 127 | "CodeOfConduct": "Read our Community State and Code of Conduct.",
|
128 | 128 | "Libraries": "Expand the possibilities of p5.js with community-created libraries.",
|
|
143 | 143 | "SettingsSaved": "Settings saved.",
|
144 | 144 | "EmptyCurrentPass": "Current password field is empty",
|
145 | 145 | "IncorrectCurrentPass": "Current password is incorrect",
|
146 |
| - "DefaultError":"Something went wrong", |
| 146 | + "DefaultError": "Something went wrong", |
147 | 147 | "UserNotFound": "User not found",
|
148 | 148 | "NetworkError": "Network error"
|
149 | 149 | },
|
|
295 | 295 | "SubmitFeedback": "Submit Feedback",
|
296 | 296 | "SubmitFeedbackARIA": "submit-feedback",
|
297 | 297 | "AddCollectionTitle": "Add to collection",
|
298 |
| - "AddCollectionARIA":"add to collection", |
| 298 | + "AddCollectionARIA": "add to collection", |
299 | 299 | "ShareTitle": "Share",
|
300 |
| - "ShareARIA":"share" |
| 300 | + "ShareARIA": "share" |
301 | 301 | },
|
302 | 302 | "NewFileModal": {
|
303 | 303 | "Title": "Create File",
|
|
342 | 342 | "errorShortPassword": "Password must be at least 6 characters",
|
343 | 343 | "errorConfirmPassword": "Please confirm your password",
|
344 | 344 | "errorNewPassword": "Please enter a new password or leave the current password empty.",
|
345 |
| - "errorNewPasswordRepeat":"Your New Password must differ from the current one.", |
| 345 | + "errorNewPasswordRepeat": "Your New Password must differ from the current one.", |
346 | 346 | "errorEmptyUsername": "Please enter a username.",
|
347 | 347 | "errorLongUsername": "Username must be less than 20 characters.",
|
348 | 348 | "errorValidUsername": "Username must only consist of numbers, letters, periods, dashes, and underscores."
|
|
498 | 498 | "Description": "description",
|
499 | 499 | "NumSketches": "{{count}} sketch",
|
500 | 500 | "NumSketches_plural": "{{count}} sketches",
|
501 |
| - "By":"Collection by ", |
| 501 | + "By": "Collection by ", |
502 | 502 | "NoSketches": "No sketches in collection",
|
503 | 503 | "TableSummary": "table containing all collections",
|
504 | 504 | "HeaderName": "Name",
|
|
562 | 562 | "Overlay": {
|
563 | 563 | "AriaLabel": "Close {{title}} overlay"
|
564 | 564 | },
|
565 |
| - "QuickAddList":{ |
| 565 | + "QuickAddList": { |
566 | 566 | "ButtonRemoveARIA": "Remove from collection",
|
567 | 567 | "ButtonAddToCollectionARIA": "Add to collection",
|
568 | 568 | "View": "View"
|
|
644 | 644 | "UsedScreenReader": "Used with screen reader",
|
645 | 645 | "PlainText": "Plain-text",
|
646 | 646 | "TableText": "Table-text",
|
647 |
| - "Sound": "Sound" |
| 647 | + "Sound": "Sound", |
| 648 | + "Preferences": "Preferences", |
| 649 | + "Language": "Language" |
648 | 650 | },
|
649 | 651 | "PreferenceCreators": {
|
650 | 652 | "On": "On",
|
|
675 | 677 | },
|
676 | 678 | "SkipLink": {
|
677 | 679 | "PlaySketch": "Skip to Play Sketch"
|
| 680 | + }, |
| 681 | + "Visibility": { |
| 682 | + "Label": "Visibility", |
| 683 | + "Public": { |
| 684 | + "Description": "Anyone can see this sketch.", |
| 685 | + "Label": "Public" |
| 686 | + }, |
| 687 | + "Private": { |
| 688 | + "Description": "Only you can see this sketch.", |
| 689 | + "Label": "Private" |
| 690 | + } |
678 | 691 | }
|
679 | 692 | }
|
0 commit comments