|
165 | 165 | "@planned": {
|
166 | 166 | "description": "Header for the column of 'planned' nutritional values, i.e. what should be eaten"
|
167 | 167 | },
|
168 |
| - "weekAverage": "média dos 7 dias", |
| 168 | + "weekAverage": "Média dos 7 dias", |
169 | 169 | "@weekAverage": {
|
170 | 170 | "description": "Header for the column of '7 day average' nutritional values, i.e. what was logged last week"
|
171 | 171 | },
|
|
783 | 783 | "aboutDonateTitle": "Doar",
|
784 | 784 | "@aboutDonateTitle": {},
|
785 | 785 | "aboutDonateText": "Nos compre um café para ajudar o projeto, pagar os custos do servidor e nos manter energizados",
|
786 |
| - "@aboutDonateText": {} |
| 786 | + "@aboutDonateText": {}, |
| 787 | + "onlyLogging": "Só controlar calorias", |
| 788 | + "@onlyLogging": {}, |
| 789 | + "goalEnergy": "Meta energética", |
| 790 | + "@goalEnergy": {}, |
| 791 | + "goalProtein": "Meta proteica", |
| 792 | + "@goalProtein": {}, |
| 793 | + "goalCarbohydrates": "Meta de carboidratos", |
| 794 | + "@goalCarbohydrates": {}, |
| 795 | + "goalFat": "Meta de gordura", |
| 796 | + "@goalFat": {}, |
| 797 | + "today": "Hoje", |
| 798 | + "@today": {}, |
| 799 | + "kcalValue": "{value} kcal", |
| 800 | + "@kcalValue": { |
| 801 | + "description": "A value in kcal, e.g. 500 kcal", |
| 802 | + "type": "text", |
| 803 | + "placeholders": { |
| 804 | + "value": {} |
| 805 | + } |
| 806 | + }, |
| 807 | + "gValue": "{value} g", |
| 808 | + "@gValue": { |
| 809 | + "description": "A value in grams, e.g. 5 g", |
| 810 | + "type": "text", |
| 811 | + "placeholders": { |
| 812 | + "value": {} |
| 813 | + } |
| 814 | + }, |
| 815 | + "percentValue": "{value} %", |
| 816 | + "@percentValue": { |
| 817 | + "description": "A value in percent, e.g. 10 %", |
| 818 | + "type": "text", |
| 819 | + "placeholders": { |
| 820 | + "value": {} |
| 821 | + } |
| 822 | + }, |
| 823 | + "noIngredientsDefined": "Sem ingredientes definido ainda", |
| 824 | + "@noIngredientsDefined": {}, |
| 825 | + "ingredientLogged": "Ingrediente ativo registrado diariamente", |
| 826 | + "@ingredientLogged": {}, |
| 827 | + "onlyLoggingHelpText": "Marque a caixa se você desejar apenas o seu registo de calorias e não quer a configuração de um detalhado plano nutricional com refeições", |
| 828 | + "@onlyLoggingHelpText": {}, |
| 829 | + "goalMacro": "Macro objetivos", |
| 830 | + "@goalMacro": { |
| 831 | + "description": "The goal for macronutrients" |
| 832 | + }, |
| 833 | + "selectMealToLog": "Selecione uma refeição para entrar no diário", |
| 834 | + "@selectMealToLog": {}, |
| 835 | + "goalFiber": "Meta de fibra", |
| 836 | + "@goalFiber": {}, |
| 837 | + "deficit": "Défice", |
| 838 | + "@deficit": { |
| 839 | + "description": "Caloric deficit (either planned or unplanned)" |
| 840 | + }, |
| 841 | + "surplus": "Excedente", |
| 842 | + "@surplus": { |
| 843 | + "description": "Caloric surplus (either planned or unplanned)" |
| 844 | + }, |
| 845 | + "chart30DaysTitle": "{name} Ultimos 30 dias", |
| 846 | + "@chart30DaysTitle": { |
| 847 | + "description": "last 30 days chart of 'name' (e.g. 'weight', 'body fat' etc.)", |
| 848 | + "type": "text", |
| 849 | + "placeholders": { |
| 850 | + "name": {} |
| 851 | + } |
| 852 | + }, |
| 853 | + "chartDuringPlanTitle": "{chartName} Durante o plano nutricional {planName}", |
| 854 | + "@chartDuringPlanTitle": { |
| 855 | + "description": "chart of 'chartName' (e.g. 'weight', 'body fat' etc.) logged during plan", |
| 856 | + "type": "text", |
| 857 | + "placeholders": { |
| 858 | + "chartName": {}, |
| 859 | + "planName": {} |
| 860 | + } |
| 861 | + }, |
| 862 | + "loggedToday": "Registrado hoje", |
| 863 | + "@loggedToday": {}, |
| 864 | + "chartAllTimeTitle": "{name} de todo o tempo", |
| 865 | + "@chartAllTimeTitle": { |
| 866 | + "description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)", |
| 867 | + "type": "text", |
| 868 | + "placeholders": { |
| 869 | + "name": {} |
| 870 | + } |
| 871 | + } |
787 | 872 | }
|
0 commit comments