Harmonize JSON API error messages
This commit is contained in:
+11
-1
@@ -68,8 +68,10 @@
|
||||
},
|
||||
"error": {
|
||||
"commit_db": "Erreur lors de la requête SQL",
|
||||
"file_missing": "Le fichier $0 \"$1\" est manquant",
|
||||
"impossible_value": "La valeur \"$0\" n'est pas possible pour le champ \"$1\"",
|
||||
"no_auth": "Pas d'autorisation",
|
||||
"not_found": "Action inconnue",
|
||||
"unknown_field": "Champ \"$0\" inconnu"
|
||||
},
|
||||
"feed": {
|
||||
@@ -185,8 +187,16 @@
|
||||
},
|
||||
"mode_archived": "Le projet \"$0\" a été archivé. Aucun téléversement possible.",
|
||||
"position": {
|
||||
"determining": "Détermination de la position…",
|
||||
"error": "Impossible de déterminer la position",
|
||||
"new": "Nouvelle position",
|
||||
"title": "Position supplémentaire"
|
||||
"permission_denied": "L’autorisation d’accéder à la position a été refusée",
|
||||
"sending": "Envoi de la position…",
|
||||
"success": "Position téléversée avec succès",
|
||||
"timeout": "La demande de position a expiré",
|
||||
"title": "Position supplémentaire",
|
||||
"unavailable": "La position n’est pas disponible",
|
||||
"unsupported": "Ce navigateur ne prend pas en charge la géolocalisation"
|
||||
},
|
||||
"success": "$0 a été téléversé"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user