File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 849
849
"noIngredientsDefined": "Henüz malzeme tanımlanmadı",
850
850
"@noIngredientsDefined": {},
851
851
"settingsIngredientCacheDescription": "Malzeme önbelleği",
852
- "@settingsIngredientCacheDescription": {}
852
+ "@settingsIngredientCacheDescription": {},
853
+ "chartAllTimeTitle": "tüm zamanlar {name}",
854
+ "@chartAllTimeTitle": {
855
+ "description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)",
856
+ "type": "text",
857
+ "placeholders": {
858
+ "name": {}
859
+ }
860
+ },
861
+ "chart30DaysTitle": "son 30 gün {name}",
862
+ "@chart30DaysTitle": {
863
+ "description": "last 30 days chart of 'name' (e.g. 'weight', 'body fat' etc.)",
864
+ "type": "text",
865
+ "placeholders": {
866
+ "name": {}
867
+ }
868
+ },
869
+ "chartDuringPlanTitle": "{planName} beslenme planı boyunca {chartName}",
870
+ "@chartDuringPlanTitle": {
871
+ "description": "chart of 'chartName' (e.g. 'weight', 'body fat' etc.) logged during plan",
872
+ "type": "text",
873
+ "placeholders": {
874
+ "chartName": {},
875
+ "planName": {}
876
+ }
877
+ }
853
878
}
You can’t perform that action at this time.
0 commit comments