Skip to content

Commit

Permalink
Add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Mar 21, 2023
1 parent f263872 commit f81ccbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions gem/lib/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ en:
DeclaresClass_like: '%{binding} %{must} declare a class similar to %{target}'
DeclaresClass_named: '%{binding} %{must} declare a class %{target}'
DeclaresClass: '%{binding} %{must} declare classes'
DeclaresComputation_except: '%{binding} %{must} declare computations distinct from %{target}'
DeclaresComputation_like: '%{binding} %{must} declare a computation similar to %{target}'
DeclaresComputation_named: '%{binding} %{must} declare a computation %{target}'
DeclaresComputation: '%{binding} %{must} declare computations'
DeclaresComputation_except: '%{binding} %{must} declare computations distinct from %{target}%{matching}'
DeclaresComputation_like: '%{binding} %{must} declare a computation similar to %{target}%{matching}'
DeclaresComputation_named: '%{binding} %{must} declare a computation %{target}%{matching}'
DeclaresComputation: '%{binding} %{must} declare computations%{matching}'
DeclaresComputationWithArity0_named: '%{target} %{must} have zero parameters'
DeclaresComputationWithArity1_named: '%{target} %{must} have one parameter'
DeclaresComputationWithArity2_named: '%{target} %{must} have 2 parameters'
Expand Down
8 changes: 4 additions & 4 deletions gem/lib/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ es:
DeclaresClass_like: '%{binding} %{must} declarar una clase parecida a %{target}'
DeclaresClass_named: '%{binding} %{must} declarar una clase %{target}'
DeclaresClass: '%{binding} %{must} declarar clases'
DeclaresComputation_except: '%{binding} %{must} declarar computaciones diferentes a %{target}'
DeclaresComputation_like: '%{binding} %{must} declarar una computación parecida a %{target}'
DeclaresComputation_named: '%{binding} %{must} declarar una computación %{target}'
DeclaresComputation: '%{binding} %{must} declarar computaciones'
DeclaresComputation_except: '%{binding} %{must} declarar computaciones diferentes a %{target}%{matching}'
DeclaresComputation_like: '%{binding} %{must} declarar una computación parecida a %{target}%{matching}'
DeclaresComputation_named: '%{binding} %{must} declarar una computación %{target}%{matching}'
DeclaresComputation: '%{binding} %{must} declarar computaciones%{matching}'
DeclaresComputationWithArity0_named: '%{target} %{must} declarar cero parametros'
DeclaresComputationWithArity1_named: '%{target} %{must} tener un parámetro'
DeclaresComputationWithArity2_named: '%{target} %{must} tener dos parámetros'
Expand Down
8 changes: 4 additions & 4 deletions gem/lib/locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ pt:
DeclaresClass_like: '%{binding} %{must} declarar uma classe semelhante a %{target}'
DeclaresClass_named: '%{binding} %{must} declarar uma classe %{target}'
DeclaresClass: '%{binding} %{must} declarar classes'
DeclaresComputation_except: '%{binding} %{must} declarar cálculos diferentes de %{target}'
DeclaresComputation_like: '%{binding} %{must} declarar uma computação semelhante a %{target}'
DeclaresComputation_named: '%{binding} %{must} declarar uma computação %{target}'
DeclaresComputation: '%{binding} %{must} declarar cálculos'
DeclaresComputation_except: '%{binding} %{must} declarar cálculos diferentes de %{target}%{matching}'
DeclaresComputation_like: '%{binding} %{must} declarar uma computação semelhante a %{target}%{matching}'
DeclaresComputation_named: '%{binding} %{must} declarar uma computação %{target}%{matching}'
DeclaresComputation: '%{binding} %{must} declarar cálculos%{matching}'
DeclaresComputationWithArity0_named: '%{target} %{must} declarar parâmetros zero'
DeclaresComputationWithArity1_named: '%{target} %{must} ter um parâmetro'
DeclaresComputationWithArity2_named: '%{target} %{must} ter dois parâmetros'
Expand Down

0 comments on commit f81ccbc

Please sign in to comment.