Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Mar 25, 2024
1 parent e07db97 commit ef35833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/app/locales/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,9 @@
"unsupported_source_and_target": "The string could not be translated: Unsupported source {source} and target {target}"
},
"correct_error": "The string could not be marked as reviewed",
"correct_success": "The string as been marked as reviewed with success"
"correct_success": "The string as been marked as reviewed with success",
"update_error": "The string could not be updated",
"update_success": "The string has been updated with success"
}
},
"edit": {
Expand Down
2 changes: 2 additions & 0 deletions webapp/app/locales/fr-ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,8 @@
"revision_correct_error": "Une erreur s’est produite lors du marquage de toutes les chaînes dans cette langue comme révisées",
"correct_error": "Impossible de marquer la chaîne comme vérifiée",
"correct_success": "La chaîne a été marquée comme révisée avec succès",
"update_error": "La chaîne n’a pas pu être mise à jour",
"update_success": "La chaîne a été mise à jour avec succès",
"translate_provider_error": "La chaîne n’a pas pu être traduite : {provider}",
"translate_error": {
"unsupported_target": "La chaîne n’a pas pu être traduite : Langue non prise en charge {target}",
Expand Down

0 comments on commit ef35833

Please sign in to comment.