Skip to content

Commit

Permalink
Merge branch 'origin/master' into Weblate.
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 28, 2024
2 parents 446995c + 51d19d3 commit c342b13
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
14 changes: 7 additions & 7 deletions android_app/app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<string name="title_statistics">Estatísticas</string>
<string name="title_table">Tabela</string>
<string name="title_graph">Gráfico</string>
<string name="title_overview">Visão geral</string>
<string name="title_overview">Visão Geral</string>
<string name="app_intro_next_button">Próximo</string>
<string name="permission_bluetooth_info">Permissão de Localização necessária para buscar aparelhos Bluetooth. Pode ser revogada após encontrar aparelho.</string>
<string name="customactivityoncrash_error_activity_error_occurred_explanation">Um erro inesperado ocorreu.
Expand Down Expand Up @@ -281,17 +281,17 @@
\n
\nMelhoramos constantemente e alargamos o conjunto de balanças suportadas. Pode encontrar a lista completa e o nível de apoio para cada uma em <a href="https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale">GitHub</a>.</string>
<string name="label_simple_moving_average">Média Móvel Simples</string>
<string name="label_time_period_set_custom_range">definir intervalo personalizado</string>
<string name="label_time_period_set_custom_range">Definir intervalo personalizado</string>
<string name="label_with">com</string>
<string name="label_abbr_min">min.</string>
<string name="label_abbr_max">máx.</string>
<string name="label_time_period">Período de tempo</string>
<string name="label_time_period_all_days">todos os dias</string>
<string name="label_time_period_last_7_days">últimos 7 dias</string>
<string name="label_time_period_last_30_days">últimos 30 dias</string>
<string name="label_time_period_set_reference_day">definir dia de referência</string>
<string name="label_time_period_all_days">Todos os dias</string>
<string name="label_time_period_last_7_days">Últimos 7 dias</string>
<string name="label_time_period_last_30_days">Últimos 30 dias</string>
<string name="label_time_period_set_reference_day">Definir dia de referência</string>
<string name="label_abbr_avg">méd.</string>
<string name="label_goal_enabled">Meta definida</string>
<string name="label_goal_enabled">Objetivo definido</string>
<string name="label_measurements">medidas</string>
<string name="label_exponentially_smoothed_moving_average">Média Móvel Exponencial</string>
<string name="info_select_auto_backup_export_dir">Escolher pasta de exportação do backup automático</string>
Expand Down
14 changes: 12 additions & 2 deletions android_app/app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="title_graph">图标</string>
<string name="title_graph">图表</string>
<string name="title_overview">概览</string>
<string name="label_measurement_bar">测量杆</string>
<string name="label_bluetooth_searching">正在搜索你的蓝牙磅秤</string>
Expand Down Expand Up @@ -256,7 +256,7 @@
<string name="label_weight">重量</string>
<string name="label_share_subject">openScale 数据导出(%s)</string>
<string name="label_share">分享</string>
<string name="label_add_measurement">添加量度</string>
<string name="label_add_measurement">添加测量值</string>
<string name="label_add_user">添加用户</string>
<string name="label_empty">空白</string>
<string name="label_delete">删除</string>
Expand All @@ -281,4 +281,14 @@
<string name="info_enter_consent_code_for_scale_user">输入 scale 用户 %s 的 PIN/同意码</string>
<string name="info_create_new_user_on_scale">创建 scale 新用户。</string>
<string name="label_is_sticky">粘性标签</string>
<string name="label_time_period">时间间隔</string>
<string name="label_time_period_all_days">所有时间</string>
<string name="label_time_period_last_7_days">最近7天</string>
<string name="label_time_period_last_30_days">最近30天</string>
<string name="label_with">和</string>
<string name="label_abbr_min">最小值</string>
<string name="label_abbr_max">最大值</string>
<string name="label_abbr_avg">平均值</string>
<string name="label_measurements">测量值</string>
<string name="label_time_period_set_custom_range">设置自定义范围</string>
</resources>

0 comments on commit c342b13

Please sign in to comment.