1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-17 22:11:35 +02:00

Merge branch 'origin/master' into Weblate.

This commit is contained in:
Hosted Weblate
2019-02-12 09:05:07 +01:00
3 changed files with 19 additions and 10 deletions

View File

@@ -40,11 +40,11 @@
<string name="label_smartUserAssign">הקצאת משתמש חכמה</string>
<plurals name="label_days">
<item quantity="one">יום אחד</item>
<item quantity="two">יומיים</item>
<item quantity="many">%d ימים</item>
<item quantity="other">%d ימים</item>
</plurals>
<item quantity="one">יום</item>
<item quantity="two">יומיים</item>
<item quantity="many">%d ימים</item>
<item quantity="other">%d ימים</item>
</plurals>
<string name="label_last_week">ממוצע בשבוע הקודם</string>
<string name="label_last_month">ממוצע בחודש הקודם</string>
<string name="label_weight_difference">הבדל בגובה</string>
@@ -256,4 +256,5 @@
<string name="info_bluetooth_connection_disconnected">חיבור ה־Bluetooth נסגר</string>
<string name="info_step_on_scale">נא לעלות על המשקל ברגליים יחפות</string>
<string name="label_calories">קלוריות</string>
<string name="permission_location_service_info">יש להעניק גישה למיקום בהגדרות Android כדי לחפש התקני Bluetooth. אפשר לכבות את ההרשאה הזאת לאחר החיפוש.</string>
</resources>

View File

@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="title_overview">Przegląd</string>
<string name="title_graph">Wykresy</string>
@@ -230,4 +230,8 @@
<string name="label_caliper1_female">Fałd skórny tricepsa</string>
<string name="label_caliper2_female">Fałd skórny brzucha</string>
<string name="label_caliper3_female">Fałd skórny biodra</string>
</resources>
<string name="label_add_measurement">Dodaj pomiar</string>
<string name="label_tdee">Całkowity dzienny wydatek energii (TDEE)</string>
<string name="info_step_on_scale">Proszę stanąć boso na wadze</string>
<string name="label_click_measurement_configure">Kliknij pomiar aby skonfigurować</string>
</resources>

View File

@@ -53,9 +53,9 @@
<string name="label_comment">Comentário</string>
<string name="label_date">Data</string>
<plurals name="label_days">
<item quantity="one">%d dia</item>
<item quantity="other">%d dias</item>
</plurals>
<item quantity="one">"dia %d "</item>
<item quantity="other">"dias %d "</item>
</plurals>
<string name="label_days_left">Dias restantes</string>
<string name="label_delete">Apagar</string>
<string name="label_delete_all">Apagar tudo</string>
@@ -188,4 +188,8 @@
<string name="label_estimated">Estimada</string>
<string name="label_estimate_measurement_summary">Baseado no peso, altura, idade, sexo, etc.</string>
<string name="label_add_measurement">Adicionar medição</string>
<string name="label_tdee">Energia Diária Consumida Total</string>
<string name="info_bluetooth_no_device_retrying">Não é possível estabelecer ligação, tentando novamente…</string>
<string name="info_bluetooth_connection_disconnected">Conexão Bluetooth terminada</string>
<string name="info_step_on_scale">Por favor suba descalço para a balança</string>
</resources>