-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d567e57
commit 089cdb5
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
|
||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "L'appareil est déjà configuré", | ||
"already_in_progress": "L'appareil est en attente de configuration.", | ||
"reauth_successful": "La réauthentification a réussi." | ||
}, | ||
"error": { | ||
"cannot_connect": "La connexion a échoué", | ||
"invalid_auth": "Authentification invalide.", | ||
"unknown": "Erreur inattendue" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"npsso": "Code NPSSO" | ||
} | ||
}, | ||
"reauth_confirm": { | ||
"data": { | ||
"npsso": "Code NPSSO" | ||
}, | ||
"title": "Réauthentification avec un nouveau code de l'ONSSP" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"entities": { | ||
"title": "Option Playstation Network", | ||
"data": { | ||
"attributes_as_entities": "Créer des attributs supplémentaires en tant qu'entités" | ||
} | ||
} | ||
} | ||
} | ||
} |