mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add i18n support for projectSettings.js
This commit is contained in:
		@@ -467,8 +467,47 @@
 | 
			
		||||
            "description": "Description",
 | 
			
		||||
            "dependencies": "Dependencies",
 | 
			
		||||
            "settings": "Settings",
 | 
			
		||||
            "noSummaryAvailable": "No summary available",
 | 
			
		||||
            "editDescription": "Edit project description",
 | 
			
		||||
            "editDependencies": "Edit project dependencies",
 | 
			
		||||
            "editReadme": "Edit README.md",
 | 
			
		||||
            "projectSettings": {
 | 
			
		||||
                "edit": "edit",
 | 
			
		||||
                "none": "None",
 | 
			
		||||
                "install": "install",
 | 
			
		||||
                "removeFromProject": "remove from project",
 | 
			
		||||
                "addToProject": "add to project",
 | 
			
		||||
                "none": "None",
 | 
			
		||||
                "files": "Files",
 | 
			
		||||
                "flow": "Flow",
 | 
			
		||||
                "credentials": "Credentials",
 | 
			
		||||
                "invalidEncryptionKey": "Invalid encryption key",
 | 
			
		||||
                "encryptionEnabled": "Encryption enabled",
 | 
			
		||||
                "encryptionDisabled": "Encryption disabled",
 | 
			
		||||
                "resetTheEncryptionKey": "Reset the encryption key:",
 | 
			
		||||
                "setTheEncryptionKey": "Set the encryption key:",
 | 
			
		||||
                "changeTheEncryptionKey": "Change the encryption key:",
 | 
			
		||||
                "currentKey": "Current key",
 | 
			
		||||
                "newKey": "New key",
 | 
			
		||||
                "credentialsAlert": "This will delete all existing credentials",
 | 
			
		||||
                "versionControl": "Version Control",
 | 
			
		||||
                "branches": "Branches",
 | 
			
		||||
                "noBranches": "No branches",
 | 
			
		||||
                "deleteConfirm": "Are you sure you want to delete the local branch '__name__'? This cannot be undone.",
 | 
			
		||||
                "unmergedConfirm": "The local branch '__name__' has unmerged changes that will be lost. Are you sure you want to delete it?",
 | 
			
		||||
                "deleteUnmergedBranch": "Delete unmerged branch",
 | 
			
		||||
                "gitRemotes": "Git remotes",
 | 
			
		||||
                "addRemote": "add remote",
 | 
			
		||||
                "addRemote2": "Add remote",
 | 
			
		||||
                "remoteName": "Remote name",
 | 
			
		||||
                "nameRule": "Must contain only A-Z 0-9 _ -",
 | 
			
		||||
                "url": "URL",
 | 
			
		||||
                "urlRule": "https://, ssh:// or file://",
 | 
			
		||||
                "urlRule2": "Do not include the username/password in the URL",
 | 
			
		||||
                "noRemotes": "No remotes",
 | 
			
		||||
                "deleteRemoteConfrim": "Are you sure you want to delete the remote '__name__'?",
 | 
			
		||||
                "deleteRemote": "Delete remote"
 | 
			
		||||
            },
 | 
			
		||||
            "userSettings": {
 | 
			
		||||
                "committerDetail": "Committer Details",
 | 
			
		||||
                "committerTip": "Leave blank to use system default",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user