Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions app/lang/i18n.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,35 @@
"CC_CONJUNCTION": "Conjunction",
"CC_INTERJECTION": "Interjection",
"colorSchemeForCategories": "Color Scheme for Categories",
"predefinedSchemes": "Predefined Schemes",
"customSchemes": "Custom Schemes",
"createCustomScheme": "Create Custom",
"editScheme": "Edit",
"duplicateScheme": "Duplicate",
"editCurrentScheme": "Edit current scheme",
"cannotEditPredefinedScheme": "Cannot edit predefined schemes",
"createCustomColorScheme": "Create Custom Color Scheme",
"editCustomColorScheme": "Edit Custom Color Scheme",
"customSchemeDisplayName": "Scheme Name",
"enterSchemeName": "Enter scheme name",
"baseSchemeType": "Base Scheme Type",
"categoryColors": "Category Colors",
"save": "Save",
"updateScheme": "Update Scheme",
"resetToDefaults": "Reset to Defaults",
"cancel": "Cancel",
"deleteScheme": "Delete Scheme",
"schemeNameRequired": "Scheme name is required",
"schemeNameAlreadyExists": "A scheme with this name already exists",
"confirmDeleteScheme": "Are you sure you want to delete the scheme '{0}'?",
"errorSavingScheme": "Error saving custom color scheme",
"errorDeletingScheme": "Error deleting custom color scheme",
"errorDuplicatingScheme": "Error duplicating color scheme",
"customSchemeNameRequired": "Custom scheme name is required",
"invalidColorScheme": "Invalid color scheme",
"cannotDeletePredefinedScheme": "Cannot delete predefined color schemes",
"customSchemeNotFound": "Custom color scheme not found",
"sourceSchemeNotFound": "Source color scheme not found",
"CS_MODIFIED_FITZGERALD_KEY_VERY_LIGHT": "Modified Fitzgerald key (very light)",
"CS_MODIFIED_FITZGERALD_KEY_LIGHT": "Modified Fitzgerald key (light)",
"CS_MODIFIED_FITZGERALD_KEY_MEDIUM": "Modified Fitzgerald key (medium)",
Expand Down
Loading