export default {
  matched: "Coincidencia",
  other: "Otro",
  associated: "Asociado",
  foundFromServer: "Resultados de {appName}"
};

// @key: @#@"matched"@#@ @source: @#@"Matched"@#@
// @key: @#@"other"@#@ @source: @#@"Other"@#@
// @key: @#@"associated"@#@ @source: @#@"Associated"@#@
// @key: @#@"foundFromServer"@#@ @source: @#@"Founds from {appName}"@#@
