Translated using Weblate (Russian)

Currently translated at 98.1% (156 of 159 strings)

Translation: wger Workout Manager/Mobile App
Translate-URL: https://hosted.weblate.org/projects/wger/mobile/ru/
This commit is contained in:
Nikita Epifanov
2022-02-05 14:53:41 +00:00
committed by Hosted Weblate
parent f0195ab235
commit 9f20241efd

View File

@@ -520,5 +520,41 @@
"carbohydrates": "Углеводы",
"@carbohydrates": {},
"fat": "Жиры",
"@fat": {}
"@fat": {},
"productNotFound": "Продукт не найден",
"@productNotFound": {
"description": "Header label for dialog when product is not found with barcode"
},
"productNotFoundDescription": "Продукт со отсканированным штрихкодом {barcode} не найден в базе данных wger",
"@productNotFoundDescription": {
"description": "Dialog info when product is not found with barcode",
"type": "text",
"placeholders": {
"barcode": {}
}
},
"scanBarcode": "Сканировать штрихкод",
"@scanBarcode": {
"description": "Label for scan barcode button"
},
"close": "Закрыть",
"@close": {
"description": "Translation for close"
},
"weekAverage": "В среднем за 7 дней",
"@weekAverage": {
"description": "Header for the column of '7 day average' nutritional values, i.e. what was logged last week"
},
"productFound": "Продукт найден",
"@productFound": {
"description": "Header label for dialog when product is found with barcode"
},
"productFoundDescription": "Штрихкод соответствует этому продукту: {productName}. Вы хотите продолжить?",
"@productFoundDescription": {
"description": "Dialog info when product is found with barcode",
"type": "text",
"placeholders": {
"productName": {}
}
}
}