Skip to content

Commit

Permalink
🐛 Update localization strings in Portuguese and English
Browse files Browse the repository at this point in the history
Strings related to THC concentration have been edited in both the
Portuguese and English localization files. The changes include
correcting the way percentages are displayed and ensuring the formatting
 compatibility for two THC concentration related strings. These
 modifications are minor in nature but improve application correctness.

Signed-off-by: Leonardo Colman Lopes <dev@leonardo.colman.com.br>
  • Loading branch information
LeoColman committed Mar 11, 2024
1 parent ffcb227 commit c4fd94d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<string name="reset">Reiniciar</string>
<string name="symptoms">Sintomas</string>
<string name="symptoms_introduction">Um estudo de Budney et al. da Universidade de Vermont estabelece como sintomas de abstinência afetam usuários de cannabis. Abaixo você verá uma estimativa da sua situação baseado no seu último uso</string>
<string name="_355thc">3.55% THC</string>
<string name="_175thc">1.75% THC</string>
<string name="_355thc" formatted="false">3.55% THC</string>
<string name="_175thc" formatted="false">1.75% THC</string>
<string name="breathhold_duration">Tempo Segurando (segundos)</string>
<string name="subjectve_high">\"Brisa\" subjetiva</string>
<string name="hittimer_why_ten_secs">Por que 10 segundos?</string>
Expand Down Expand Up @@ -67,7 +67,7 @@
<string name="change_period">Mudar período</string>
<string name="grams">Gramas</string>
<string name="grams_distribution_per_hour_of_day">Distribuição de gramas por hora do dia</string>
<string name="current_thc_concentration">Concentração atual de THC: %s %</string>
<string name="current_thc_concentration">Concentração atual de THC: %s %%</string>
<string name="thc_concentration">Concentração de THC (%)</string>
<string name="current_withdrawal_discomfort">Desconforto atual de abstinência: %s</string>
<string name="discomfort_strength">Intensidade de desconforto</string>
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<string name="hittimer_why_ten_secs">Why 10 seconds?</string>
<string name="subjectve_high">Subjective \"High\"</string>
<string name="breathhold_duration">Breathhold Duration (seconds)</string>
<string name="_175thc">1.75% THC</string>
<string name="_355thc">3.55% THC</string>
<string name="_175thc" formatted="false">1.75% THC</string>
<string name="_355thc" formatted="false">3.55% THC</string>
<string name="add_use">Add Use</string>
<string name="amount_grams_title">Amount (g)</string>
<string name="cost_per_gram_title">Cost per gram</string>
Expand Down Expand Up @@ -70,8 +70,8 @@
<string name="change_period">Change period</string>
<string name="grams">Grams</string>
<string name="grams_distribution_per_hour_of_day">Grams distribution per hour of day</string>
<string name="current_thc_concentration">Current THC concentration: %s \%%</string>
<string name="thc_concentration">THC Concentration(%)</string>
<string name="current_thc_concentration">Current THC concentration: %s %%</string>
<string name="thc_concentration">THC Concentration(%%)</string>
<string name="current_withdrawal_discomfort">Current withdrawal discomfort: %s</string>
<string name="discomfort_strength">Discomfort strength</string>
<string name="date_at_time">%1$s at %2$s</string>
Expand Down

0 comments on commit c4fd94d

Please sign in to comment.