458458 "generalTab" : " General" ,
459459 "keysTab" : " Keys and Tokens"
460460 },
461+ "importProject" : {
462+ "validation" : {
463+ "nameMax" : " Name must be no longer than 100 characters" ,
464+ "nameRegex" : " Organization name must contain only letters, numbers, and the characters: - _ ." ,
465+ "nameNoSpaces" : " Name cannot contain spaces" ,
466+ "descriptionMax" : " Description must be no longer than 1024 characters" ,
467+ "organizationNameMax" : " Organization name must be no longer than 100 characters" ,
468+ "noSpaces" : " Organization name cannot contain spaces" ,
469+ "hostUrlRequired" : " Repository URL is required" ,
470+ "hostUrlInvalid" : " Invalid URL"
471+ },
472+ "title" : " Import a project" ,
473+ "gitProviderPlaceholder" : " Select provider" ,
474+ "gitProviderLabel" : " Git provider" ,
475+ "hostUrlLabel" : " Host URL" ,
476+ "hostUrlPlaceholder" : " Enter the host URL" ,
477+ "tokenLabel" : " Token" ,
478+ "tokenPlaceholder" : " Enter your access token" ,
479+ "organizationLabel" : " Organization" ,
480+ "organizationPLaceholder" : " Enter the organization name" ,
481+ "repositoriesLabel" : " Repositories" ,
482+ "pipelinesLabel" : " Import Pipelines" ,
483+ "projectNameLabel" : " Name" ,
484+ "projectNamePlaceholder" : " Enter repository name" ,
485+ "descriptionLabel" : " Description" ,
486+ "descriptionPlaceholder" : " Enter a description" ,
487+ "importButton" : {
488+ "default" : " Import project" ,
489+ "importing" : " Importing project..."
490+ },
491+ "cancelButton" : " Cancel"
492+ },
461493 "forms" : {
462494 "selectMember" : " Select member" ,
463495 "selectRole" : " Select role" ,
520552 "secrets" : {
521553 "secretsTitle" : " Secrets"
522554 }
523- }
555+ }
0 commit comments