|
469 | 469 | "link": "Se déconnecter" |
470 | 470 | } |
471 | 471 | }, |
| 472 | + "importProject": { |
| 473 | + "validation": { |
| 474 | + "nameMax": "Le nom ne doit pas dépasser 100 caractères", |
| 475 | + "nameRegex": "Le nom de l'organisation doit contenir uniquement des lettres, des chiffres et les caractères : - _ .", |
| 476 | + "nameNoSpaces": "Le nom ne peut pas contenir d'espaces", |
| 477 | + "descriptionMax": "La description ne doit pas dépasser 1024 caractères", |
| 478 | + "organizationNameMax": "Le nom de l'organisation ne doit pas dépasser 100 caractères", |
| 479 | + "noSpaces": "Le nom de l'organisation ne peut pas contenir d'espaces", |
| 480 | + "hostUrlRequired": "L'URL du référentiel est requis", |
| 481 | + "hostUrlInvalid": "URL invalide" |
| 482 | + }, |
| 483 | + "title": "Importer un projet", |
| 484 | + "gitProviderPlaceholder": "Sélectionner un fournisseur", |
| 485 | + "gitProviderLabel": "Fournisseur Git", |
| 486 | + "hostUrlLabel": "URL d'hôte", |
| 487 | + "hostUrlPlaceholder": "Entrer l'URL d'hôte", |
| 488 | + "tokenLabel": "Jeton", |
| 489 | + "tokenPlaceholder": "Entrer votre jeton d'accès", |
| 490 | + "organizationLabel": "Organisation", |
| 491 | + "organizationPlaceholder": "Entrer le nom de l'organisation", |
| 492 | + "repositoriesLabel": "Référentiels", |
| 493 | + "pipelinesLabel": "Importer des pipelines", |
| 494 | + "projectNameLabel": "Nom", |
| 495 | + "projectNamePlaceholder": "Entrer le nom du référentiel", |
| 496 | + "descriptionLabel": "Description", |
| 497 | + "descriptionPlaceholder": "Entrer une description", |
| 498 | + "importButton": { |
| 499 | + "default": "Importer le projet", |
| 500 | + "importing": "Importation du projet..." |
| 501 | + }, |
| 502 | + "cancelButton": "Annuler" |
| 503 | + }, |
472 | 504 | "forms": { |
473 | 505 | "selectMember": "", |
474 | 506 | "selectRole": "", |
|
0 commit comments