<?php
$TRANSLATION = [
  ["term" => "addTerm", "translation" => "Ajouter une traduction"],
  ["term" => "cancel", "translation" => "Annuler"],
  ["term" => "confirm", "translation" => "Confirmer"],
  ["term" => "enterProjectName", "translation" => "Entrez le nom du projet"],
  ["term" => "helloWorld", "translation" => "Bonjour le monde"],
  ["term" => "hi", "translation" => "Bonjour"],
  ["term" => "selectLanguage", "translation" => "Choisir la langue"],
  ["term" => "settings", "translation" => "Paramètres"]
];
return $TRANSLATION;
?>
