@jjlmoya/utils-pets 1.22.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/en.ts +2 -2
- package/src/category/i18n/es.ts +1 -1
- package/src/category/i18n/fr.ts +1 -1
- package/src/category/i18n/pt.ts +1 -1
- package/src/category/i18n/tr.ts +1 -1
- package/src/category/index.ts +26 -26
- package/src/entries.ts +12 -12
- package/src/tests/bibliography_wellformed_export.test.ts +46 -0
- package/src/tests/category_seo_quality.test.ts +74 -0
- package/src/tests/faq_count.test.ts +22 -22
- package/src/tests/locale_completeness.test.ts +30 -30
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/pet_logic.test.ts +49 -0
- package/src/tests/seo_length.test.ts +54 -54
- package/src/tests/seo_parity.test.ts +2 -2
- package/src/tests/seo_wellformed_export.test.ts +65 -0
- package/src/tests/spanish_leakage.test.ts +175 -175
- package/src/tests/tool_validation.test.ts +137 -137
- package/src/tool/petAge/component.astro +3 -3
- package/src/tool/petAge/i18n/de.ts +184 -184
- package/src/tool/petAge/i18n/en.ts +184 -184
- package/src/tool/petAge/i18n/es.ts +184 -184
- package/src/tool/petAge/i18n/fr.ts +184 -184
- package/src/tool/petAge/i18n/id.ts +184 -184
- package/src/tool/petAge/i18n/it.ts +184 -184
- package/src/tool/petAge/i18n/ja.ts +184 -184
- package/src/tool/petAge/i18n/ko.ts +184 -184
- package/src/tool/petAge/i18n/nl.ts +184 -184
- package/src/tool/petAge/i18n/pl.ts +184 -184
- package/src/tool/petAge/i18n/pt.ts +184 -184
- package/src/tool/petAge/i18n/ru.ts +184 -184
- package/src/tool/petAge/i18n/sv.ts +184 -184
- package/src/tool/petAge/i18n/tr.ts +185 -185
- package/src/tool/petAge/i18n/zh.ts +184 -184
- package/src/tool/petAge/seo.astro +15 -15
- package/src/tool/petGestation/i18n/de.ts +0 -2
- package/src/tool/petGestation/i18n/en.ts +0 -2
- package/src/tool/petGestation/i18n/es.ts +0 -2
- package/src/tool/petGestation/i18n/fr.ts +0 -2
- package/src/tool/petGestation/i18n/id.ts +0 -2
- package/src/tool/petGestation/i18n/it.ts +0 -2
- package/src/tool/petGestation/i18n/ja.ts +0 -2
- package/src/tool/petGestation/i18n/ko.ts +0 -2
- package/src/tool/petGestation/i18n/nl.ts +0 -2
- package/src/tool/petGestation/i18n/pl.ts +0 -2
- package/src/tool/petGestation/i18n/pt.ts +0 -2
- package/src/tool/petGestation/i18n/ru.ts +0 -2
- package/src/tool/petGestation/i18n/sv.ts +0 -2
- package/src/tool/petGestation/i18n/tr.ts +0 -2
- package/src/tool/petGestation/i18n/zh.ts +0 -2
- package/src/tool/petGestation/ui.ts +0 -2
- package/src/tool/petRation/i18n/de.ts +181 -181
- package/src/tool/petRation/i18n/en.ts +181 -181
- package/src/tool/petRation/i18n/es.ts +181 -181
- package/src/tool/petRation/i18n/fr.ts +181 -181
- package/src/tool/petRation/i18n/id.ts +181 -181
- package/src/tool/petRation/i18n/it.ts +181 -181
- package/src/tool/petRation/i18n/ja.ts +181 -181
- package/src/tool/petRation/i18n/ko.ts +181 -181
- package/src/tool/petRation/i18n/nl.ts +181 -181
- package/src/tool/petRation/i18n/pl.ts +181 -181
- package/src/tool/petRation/i18n/pt.ts +181 -181
- package/src/tool/petRation/i18n/ru.ts +181 -181
- package/src/tool/petRation/i18n/sv.ts +181 -181
- package/src/tool/petRation/i18n/tr.ts +181 -181
- package/src/tool/petRation/i18n/zh.ts +181 -181
- package/src/tool/petRation/seo.astro +15 -15
- package/src/tool/petToxicity/i18n/de.ts +0 -2
- package/src/tool/petToxicity/i18n/en.ts +0 -2
- package/src/tool/petToxicity/i18n/es.ts +2 -4
- package/src/tool/petToxicity/i18n/fr.ts +0 -2
- package/src/tool/petToxicity/i18n/id.ts +0 -2
- package/src/tool/petToxicity/i18n/it.ts +0 -2
- package/src/tool/petToxicity/i18n/ja.ts +0 -2
- package/src/tool/petToxicity/i18n/ko.ts +0 -2
- package/src/tool/petToxicity/i18n/nl.ts +0 -2
- package/src/tool/petToxicity/i18n/pl.ts +0 -2
- package/src/tool/petToxicity/i18n/pt.ts +0 -2
- package/src/tool/petToxicity/i18n/ru.ts +0 -2
- package/src/tool/petToxicity/i18n/sv.ts +0 -2
- package/src/tool/petToxicity/i18n/tr.ts +0 -2
- package/src/tool/petToxicity/i18n/zh.ts +0 -2
- package/src/tool/petToxicity/ui.ts +0 -2
- package/src/tool/petWaterIntake/i18n/de.ts +0 -15
- package/src/tool/petWaterIntake/i18n/en.ts +0 -15
- package/src/tool/petWaterIntake/i18n/es.ts +2 -17
- package/src/tool/petWaterIntake/i18n/fr.ts +0 -15
- package/src/tool/petWaterIntake/i18n/id.ts +0 -15
- package/src/tool/petWaterIntake/i18n/it.ts +0 -15
- package/src/tool/petWaterIntake/i18n/ja.ts +0 -15
- package/src/tool/petWaterIntake/i18n/ko.ts +0 -15
- package/src/tool/petWaterIntake/i18n/nl.ts +0 -15
- package/src/tool/petWaterIntake/i18n/pl.ts +0 -15
- package/src/tool/petWaterIntake/i18n/pt.ts +0 -15
- package/src/tool/petWaterIntake/i18n/ru.ts +0 -15
- package/src/tool/petWaterIntake/i18n/sv.ts +0 -15
- package/src/tool/petWaterIntake/i18n/tr.ts +0 -15
- package/src/tool/petWaterIntake/i18n/zh.ts +0 -15
- package/src/tool/petWaterIntake/ui.ts +0 -15
- package/src/tools.ts +19 -19
|
@@ -8,26 +8,16 @@ const description = 'Estimate daily water needs for a dog or cat from body weigh
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
journeyHint: 'Choose the pet, enter body weight, then set the food and day around the water bowl.',
|
|
11
|
-
instantHint: 'Every choice moves the reservoir immediately. The result is a planning guide, not a diagnosis.',
|
|
12
|
-
unitLegend: 'Units',
|
|
13
|
-
metricUnit: 'Metric',
|
|
14
|
-
imperialUnit: 'Imperial',
|
|
15
11
|
speciesLegend: 'Who is the bowl for?',
|
|
16
12
|
speciesDog: 'Dog',
|
|
17
13
|
speciesCat: 'Cat',
|
|
18
|
-
speciesDogMeta: 'Maintenance guide 60 mL per kg',
|
|
19
|
-
speciesCatMeta: 'Maintenance guide 40 mL per kg',
|
|
20
14
|
weightLabel: 'Body weight',
|
|
21
15
|
weightHint: 'Use the current healthy weight when you know it.',
|
|
22
16
|
weightKg: 'kg',
|
|
23
|
-
weightLb: 'lb',
|
|
24
17
|
dietLegend: 'How much water comes from food?',
|
|
25
18
|
dietDry: 'Mostly dry',
|
|
26
|
-
dietDryMeta: 'Most water comes from the bowl',
|
|
27
19
|
dietMixed: 'Mixed food',
|
|
28
|
-
dietMixedMeta: 'Some water comes from meals',
|
|
29
20
|
dietWet: 'Mostly wet',
|
|
30
|
-
dietWetMeta: 'Meals contribute more water',
|
|
31
21
|
activityLegend: 'Typical activity today',
|
|
32
22
|
activityCalm: 'Calm',
|
|
33
23
|
activityTypical: 'Typical',
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
resultEmpty: 'The waterline will appear as soon as the weight is valid.',
|
|
53
43
|
sceneAria: 'Water reservoir for the selected pet',
|
|
54
44
|
sceneTotal: 'TOTAL WATER',
|
|
55
|
-
sceneBowl: 'the middle of the daily band',
|
|
56
|
-
methodTitle: 'Method',
|
|
57
|
-
methodText: 'The center profile follows AAHA maintenance guidance of 60 mL per kg for dogs and 40 mL per kg for cats. The visible band adds a transparent planning margin. Diet, activity, and heat are simplified context signals, so this tool cannot measure intake or assess health.',
|
|
58
45
|
noteTitle: 'Water bowls are not diagnostic instruments',
|
|
59
46
|
noteText: 'Keep clean, fresh water available. A sudden change in drinking or urination, repeated vomiting or diarrhea, weakness, dry gums, heat stress, or any concern about dehydration needs veterinary advice. Do not restrict water or use this estimate to replace an examination.',
|
|
60
|
-
invalidWeight: 'Please enter a valid body weight.',
|
|
61
|
-
weightRange: 'Weight must be between 0.5 kg and 100 kg.',
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Calcula las necesidades diarias de agua de tu perro o gato
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
journeyHint: 'Selecciona la mascota, indica su peso corporal y ajusta la dieta y el clima del día.',
|
|
11
|
-
instantHint: 'Cada opción actualiza la estimación al instante. Es una guía orientativa, no un diagnóstico.',
|
|
12
|
-
unitLegend: 'Unidades',
|
|
13
|
-
metricUnit: 'Métrico',
|
|
14
|
-
imperialUnit: 'Imperial',
|
|
15
11
|
speciesLegend: '¿Para quién es el bebedero?',
|
|
16
12
|
speciesDog: 'Perro',
|
|
17
13
|
speciesCat: 'Gato',
|
|
18
|
-
speciesDogMeta: 'Guía de mantenimiento 60 mL por kg',
|
|
19
|
-
speciesCatMeta: 'Guía de mantenimiento 40 mL por kg',
|
|
20
14
|
weightLabel: 'Peso corporal',
|
|
21
15
|
weightHint: 'Indica el peso sano actual de tu mascota.',
|
|
22
16
|
weightKg: 'kg',
|
|
23
|
-
weightLb: 'lb',
|
|
24
17
|
dietLegend: '¿Cuánta agua aporta la alimentación?',
|
|
25
18
|
dietDry: 'Principalmente pienso seco',
|
|
26
|
-
dietDryMeta: 'La gran mayoría del agua se bebe del cuenco',
|
|
27
19
|
dietMixed: 'Alimentación mixta',
|
|
28
|
-
dietMixedMeta: 'Una parte del agua proviene de la comida',
|
|
29
20
|
dietWet: 'Principalmente latas o comida húmeda',
|
|
30
|
-
dietWetMeta: 'La comida aporta la mayor parte de la humedad',
|
|
31
21
|
activityLegend: 'Actividad habitual hoy',
|
|
32
22
|
activityCalm: 'Tranquilo / Reposo',
|
|
33
23
|
activityTypical: 'Moderada / Normal',
|
|
@@ -46,19 +36,14 @@ const ui: PetWaterIntakeUI = {
|
|
|
46
36
|
statusWarm: 'Clima caluroso',
|
|
47
37
|
statusDemanding: 'Condiciones de alta exigencia',
|
|
48
38
|
statusDetailEveryday: 'Perfil de mantenimiento base sin factores extra de calor o esfuerzo.',
|
|
49
|
-
statusDetailActive: 'El ejercicio incrementa las pérdidas hídricas.
|
|
39
|
+
statusDetailActive: 'El ejercicio incrementa las pérdidas hídricas. Mantén agua fresca disponible.',
|
|
50
40
|
statusDetailWarm: 'El calor aumenta las pérdidas por jadeo. La sombra y el aire limpio son prioritarios.',
|
|
51
41
|
statusDetailDemanding: 'Alta actividad y calor combinados. Supervisa de cerca la hidratación de la mascota.',
|
|
52
42
|
resultEmpty: 'Introduce un peso válido para calcular el volumen de agua.',
|
|
53
43
|
sceneAria: 'Depósito de agua para la mascota seleccionada',
|
|
54
44
|
sceneTotal: 'AGUA TOTAL',
|
|
55
|
-
sceneBowl: 'zona media de ingesta estimada',
|
|
56
|
-
methodTitle: 'Método de cálculo',
|
|
57
|
-
methodText: 'El centro del cálculo sigue la guía de mantenimiento de la AAHA (60 mL/kg en perros y 40 mL/kg en gatos). La dieta, la actividad y el calor aplican factores de ajuste contextualmente.',
|
|
58
45
|
noteTitle: 'El cuenco de agua no es un instrumento de diagnóstico',
|
|
59
46
|
noteText: 'Mantén siempre agua limpia y fresca a libre disposición. Ante cualquier cambio brusco en la ingesta o micción, o sospecha de deshidratación, acude al veterinario.',
|
|
60
|
-
invalidWeight: 'Por favor, introduce un peso corporal válido.',
|
|
61
|
-
weightRange: 'El peso debe estar entre 0.5 kg y 100 kg.',
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -138,7 +123,7 @@ const seo: PetWaterIntakeLocaleContent['seo'] = [
|
|
|
138
123
|
},
|
|
139
124
|
{
|
|
140
125
|
type: 'paragraph',
|
|
141
|
-
html: 'Los tutores deben
|
|
126
|
+
html: 'Los tutores deben facilitar el acceso libre a agua limpia y renovada diariamente. En el caso de los gatos, usar fuentes de agua, recipientes anchos y varios puntos de bebida puede estimular la ingesta voluntaria.',
|
|
142
127
|
},
|
|
143
128
|
{
|
|
144
129
|
type: 'card',
|
|
@@ -8,26 +8,16 @@ const description = "Estimez les besoins quotidiens en eau d'un chien ou d'un ch
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
journeyHint: "Choisissez l'animal, entrez son poids corporel puis ajustez l'alimentation et le climat.",
|
|
11
|
-
instantHint: "Chaque choix modifie le niveau d'eau instantanément. C'est un guide d'orientation, pas un diagnostic.",
|
|
12
|
-
unitLegend: 'Unités',
|
|
13
|
-
metricUnit: 'Métrique',
|
|
14
|
-
imperialUnit: 'Impérial',
|
|
15
11
|
speciesLegend: 'Pour qui est la gamelle ?',
|
|
16
12
|
speciesDog: 'Chien',
|
|
17
13
|
speciesCat: 'Chat',
|
|
18
|
-
speciesDogMeta: 'Repère de maintien 60 mL par kg',
|
|
19
|
-
speciesCatMeta: 'Repère de maintien 40 mL par kg',
|
|
20
14
|
weightLabel: 'Poids corporel',
|
|
21
15
|
weightHint: 'Indiquez le poids actuel de votre animal en bonne santé.',
|
|
22
16
|
weightKg: 'kg',
|
|
23
|
-
weightLb: 'lb',
|
|
24
17
|
dietLegend: "Quelle quantité d'eau provient de la nourriture ?",
|
|
25
18
|
dietDry: 'Principalement croquettes sèches',
|
|
26
|
-
dietDryMeta: "La majorité de l'eau est bue au récipient",
|
|
27
19
|
dietMixed: 'Alimentation mixte',
|
|
28
|
-
dietMixedMeta: "Une partie de l'eau provient des repas",
|
|
29
20
|
dietWet: 'Principalement pâtée ou nourriture humide',
|
|
30
|
-
dietWetMeta: "La nourriture apporte la majeure partie de l'eau",
|
|
31
21
|
activityLegend: "Activité habituelle aujourd'hui",
|
|
32
22
|
activityCalm: 'Calme / Repos',
|
|
33
23
|
activityTypical: 'Modérée / Normale',
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
resultEmpty: 'Veuillez entrer un poids valide pour afficher le niveau.',
|
|
53
43
|
sceneAria: "Réservoir d'eau pour l'animal sélectionné",
|
|
54
44
|
sceneTotal: 'EAU TOTALE',
|
|
55
|
-
sceneBowl: 'milieu de la plage quotidienne',
|
|
56
|
-
methodTitle: 'Méthode de calcul',
|
|
57
|
-
methodText: "Suit les recommandations AAHA de 60 mL/kg chez le chien et 40 mL/kg chez le chat, adaptées à l'alimentation et au climat.",
|
|
58
45
|
noteTitle: 'La gamelle ne remplace pas un avis vétérinaire',
|
|
59
46
|
noteText: "Laissez toujours de l'eau propre à disposition. En cas de changement brutal de soif ou de symptômes de déshydratation, consultez un vétérinaire.",
|
|
60
|
-
invalidWeight: 'Veuillez saisir un poids corporel valide.',
|
|
61
|
-
weightRange: 'Le poids doit être compris entre 0,5 kg et 100 kg.',
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Hitung kebutuhan air harian untuk anjing atau kucing berdas
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Pilih hewan, masukkan berat badan, lalu atur makanan dan cuaca hari ini.",
|
|
11
|
-
"instantHint": "Setiap pilihan memperbarui batas air secara langsung. Ini adalah panduan orientasi.",
|
|
12
|
-
"unitLegend": "Satuan",
|
|
13
|
-
"metricUnit": "Metrik",
|
|
14
|
-
"imperialUnit": "Imperial",
|
|
15
11
|
"speciesLegend": "Untuk siapa mangkuk air ini?",
|
|
16
12
|
"speciesDog": "Anjing",
|
|
17
13
|
"speciesCat": "Kucing",
|
|
18
|
-
"speciesDogMeta": "Panduan pemeliharaan 60 mL per kg",
|
|
19
|
-
"speciesCatMeta": "Panduan pemeliharaan 40 mL per kg",
|
|
20
14
|
"weightLabel": "Berat badan",
|
|
21
15
|
"weightHint": "Masukkan berat badan sehat hewan Anda saat ini.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "Berapa banyak air yang berasal dari makanan?",
|
|
25
18
|
"dietDry": "Sebagian besar makanan kering (kibble)",
|
|
26
|
-
"dietDryMeta": "Sebagian besar air diminum dari mangkuk",
|
|
27
19
|
"dietMixed": "Makanan campuran",
|
|
28
|
-
"dietMixedMeta": "Sebagian air berasal dari porsi makanan",
|
|
29
20
|
"dietWet": "Sebagian besar makanan basah (kaleng)",
|
|
30
|
-
"dietWetMeta": "Makanan memberikan sebagian besar kelembapan",
|
|
31
21
|
"activityLegend": "Aktivitas hari ini",
|
|
32
22
|
"activityCalm": "Tenang / Istirahat",
|
|
33
23
|
"activityTypical": "Sedang / Normal",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Masukkan berat badan yang valid untuk melihat batas air.",
|
|
53
43
|
"sceneAria": "Wadah air untuk hewan yang dipilih",
|
|
54
44
|
"sceneTotal": "TOTAL AIR",
|
|
55
|
-
"sceneBowl": "tengah rentang harian",
|
|
56
|
-
"methodTitle": "Metode perhitungan",
|
|
57
|
-
"methodText": "Mengikuti panduan AAHA yaitu 60 mL/kg untuk anjing dan 40 mL/kg untuk kucing, disesuaikan dengan makanan dan cuaca.",
|
|
58
45
|
"noteTitle": "Mangkuk air bukan alat diagnosis",
|
|
59
46
|
"noteText": "Selalu sediakan air bersih dan segar. Jika ada perubahan mendadak pada rasa haus, hubungi dokter hewan.",
|
|
60
|
-
"invalidWeight": "Silakan masukkan berat badan yang valid.",
|
|
61
|
-
"weightRange": "Berat badan harus antara 0.5 kg dan 100 kg."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = "Stima il fabbisogno idrico giornaliero per cani e gatti in
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Scegli l'animale, inserisci il peso corporeo e imposta il cibo e il clima della giornata.",
|
|
11
|
-
"instantHint": "Ogni scelta aggiorna immediatamente il livello d'acqua. È una guida orientativa.",
|
|
12
|
-
"unitLegend": "Unità",
|
|
13
|
-
"metricUnit": "Metrico",
|
|
14
|
-
"imperialUnit": "Imperiale",
|
|
15
11
|
"speciesLegend": "Per chi è la ciotola dell'acqua?",
|
|
16
12
|
"speciesDog": "Cane",
|
|
17
13
|
"speciesCat": "Gatto",
|
|
18
|
-
"speciesDogMeta": "Guida di mantenimento 60 mL per kg",
|
|
19
|
-
"speciesCatMeta": "Guida di mantenimento 40 mL per kg",
|
|
20
14
|
"weightLabel": "Peso corporeo",
|
|
21
15
|
"weightHint": "Inserisci il peso sano attuale del tuo animale.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "Quanta acqua proviene dal cibo?",
|
|
25
18
|
"dietDry": "Prevalentemente cibo secco",
|
|
26
|
-
"dietDryMeta": "La maggior parte dell'acqua viene bevuta dalla ciotola",
|
|
27
19
|
"dietMixed": "Alimentazione mista",
|
|
28
|
-
"dietMixedMeta": "Una parte dell'acqua proviene dai pasti",
|
|
29
20
|
"dietWet": "Prevalentemente cibo umido",
|
|
30
|
-
"dietWetMeta": "Il cibo fornisce la maggior parte dell'umidità",
|
|
31
21
|
"activityLegend": "Attività odierna",
|
|
32
22
|
"activityCalm": "Tranquillo / Riposo",
|
|
33
23
|
"activityTypical": "Moderata / Normale",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Inserisci un peso valido per visualizzare il livello d'acqua.",
|
|
53
43
|
"sceneAria": "Serbatoio d'acqua per l'animale selezionato",
|
|
54
44
|
"sceneTotal": "ACQUA TOTALE",
|
|
55
|
-
"sceneBowl": "centro dell'intervallo giornaliero",
|
|
56
|
-
"methodTitle": "Metodo di calcolo",
|
|
57
|
-
"methodText": "Segue le linee guida AAHA di 60 mL/kg nei cani e 40 mL/kg nei gatti, adattate a cibo e clima.",
|
|
58
45
|
"noteTitle": "La ciotola dell'acqua non sostituisce la diagnosi",
|
|
59
46
|
"noteText": "Lascia sempre acqua pulita a disposizione. In caso di variazioni improvvise della sete, consulta un veterinario.",
|
|
60
|
-
"invalidWeight": "Inserisci un peso corporeo valido.",
|
|
61
|
-
"weightRange": "Il peso deve essere compreso tra 0.5 kg e 100 kg."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = '体重、フードの種類、活動量、気温から犬
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "ペットの種類を選択し、体重を入力して、フードと気温を設定してください。",
|
|
11
|
-
"instantHint": "選択を変えると水量が即座に更新されます。これは目安のガイドラインです。",
|
|
12
|
-
"unitLegend": "単位",
|
|
13
|
-
"metricUnit": "メートル法",
|
|
14
|
-
"imperialUnit": "ヤード・ポンド法",
|
|
15
11
|
"speciesLegend": "対象のペット",
|
|
16
12
|
"speciesDog": "犬",
|
|
17
13
|
"speciesCat": "猫",
|
|
18
|
-
"speciesDogMeta": "維持基準 1kgあたり60mL",
|
|
19
|
-
"speciesCatMeta": "維持基準 1kgあたり40mL",
|
|
20
14
|
"weightLabel": "体重",
|
|
21
15
|
"weightHint": "現在の適正体重を入力してください。",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "フードからの水分補給量",
|
|
25
18
|
"dietDry": "主にドライフード(カリカリ)",
|
|
26
|
-
"dietDryMeta": "必要な水分のほとんどを水飲み場から摂取",
|
|
27
19
|
"dietMixed": "ミックス食(ドライ+ウェット)",
|
|
28
|
-
"dietMixedMeta": "水分の一部を食事から摂取",
|
|
29
20
|
"dietWet": "主にウェットフード(缶詰・パウチ)",
|
|
30
|
-
"dietWetMeta": "食事が水分の大部分を供給",
|
|
31
21
|
"activityLegend": "今日の活動量",
|
|
32
22
|
"activityCalm": "おとなしい / 休息",
|
|
33
23
|
"activityTypical": "普通 / 標準的",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "正しい体重を入力すると推定量が表示されます。",
|
|
53
43
|
"sceneAria": "選択されたペットの給水量",
|
|
54
44
|
"sceneTotal": "必要総水量",
|
|
55
|
-
"sceneBowl": "1日目安の中央値",
|
|
56
|
-
"methodTitle": "計算方法",
|
|
57
|
-
"methodText": "AAHAガイドライン(犬60mL/kg、猫40mL/kg)に基づき、フードの種類と気温を考慮して算出しています。",
|
|
58
45
|
"noteTitle": "水飲みボウルは診断器具ではありません",
|
|
59
46
|
"noteText": "常に清潔な新鮮水を用意してください。飲水量や排尿量の急激な変化がある場合は獣医師にご相談ください。",
|
|
60
|
-
"invalidWeight": "正しい体重を入力してください。",
|
|
61
|
-
"weightRange": "体重は0.5kgから100kgの間で入力してください。"
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = '체중, 사료 종류, 활동량, 기온을 바탕으로
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "반려동물을 선택하고 체중을 입력한 후 사료와 기온을 설정하세요.",
|
|
11
|
-
"instantHint": "선택 항목을 변경하면 수분량이 즉시 업데이트됩니다. 참고용 가이드라인입니다.",
|
|
12
|
-
"unitLegend": "단위",
|
|
13
|
-
"metricUnit": "미터법",
|
|
14
|
-
"imperialUnit": "야드파운드법",
|
|
15
11
|
"speciesLegend": "물그릇의 주인은 누구인가요?",
|
|
16
12
|
"speciesDog": "강아지",
|
|
17
13
|
"speciesCat": "고양이",
|
|
18
|
-
"speciesDogMeta": "유지 기준 kg당 60 mL",
|
|
19
|
-
"speciesCatMeta": "유지 기준 kg당 40 mL",
|
|
20
14
|
"weightLabel": "체중",
|
|
21
15
|
"weightHint": "현재의 건강한 체중을 입력하세요.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "사료를 통한 수분 공급량",
|
|
25
18
|
"dietDry": "주로 건식 사료 (키블)",
|
|
26
|
-
"dietDryMeta": "수분의 대부분을 물그릇에서 섭취",
|
|
27
19
|
"dietMixed": "혼합 급여 (건식+습식)",
|
|
28
|
-
"dietMixedMeta": "수분의 일부를 식사에서 섭취",
|
|
29
20
|
"dietWet": "주로 습식 사료 (캔/파우치)",
|
|
30
|
-
"dietWetMeta": "식사가 수분의 대부분을 공급",
|
|
31
21
|
"activityLegend": "오늘의 활동량",
|
|
32
22
|
"activityCalm": "차분함 / 휴식",
|
|
33
23
|
"activityTypical": "보통 / 일반적",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "올바른 체중을 입력하면 수분량이 표시됩니다.",
|
|
53
43
|
"sceneAria": "선택한 반려동물의 수분 탱크",
|
|
54
44
|
"sceneTotal": "총 수분량",
|
|
55
|
-
"sceneBowl": "하루 권장 범위의 중간값",
|
|
56
|
-
"methodTitle": "계산 방법",
|
|
57
|
-
"methodText": "AAHA 가이드라인(강아지 60mL/kg, 고양이 40mL/kg)을 기준으로 사료와 기온을 반영하여 산출합니다.",
|
|
58
45
|
"noteTitle": "물그릇은 진단 도구가 아닙니다",
|
|
59
46
|
"noteText": "항상 깨끗하고 신선한 물을 마실 수 있게 해주세요. 음수량이나 배뇨량에 급격한 변화가 있으면 수의사와 상담하세요.",
|
|
60
|
-
"invalidWeight": "올바른 체중을 입력해 주세요.",
|
|
61
|
-
"weightRange": "체중은 0.5 kg에서 100 kg 사이여야 합니다."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Bereken de dagelijkse waterbehoefte van uw hond of kat op b
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Kies het dier, voer het lichaamsgewicht in en stel het voer en het weer van vandaag in.",
|
|
11
|
-
"instantHint": "Elke optie past de waterstand direct aan. Dit is een oriënterende richtlijn.",
|
|
12
|
-
"unitLegend": "Eenheden",
|
|
13
|
-
"metricUnit": "Metrisch",
|
|
14
|
-
"imperialUnit": "Imperiaal",
|
|
15
11
|
"speciesLegend": "Voor wie is de waterbak?",
|
|
16
12
|
"speciesDog": "Hond",
|
|
17
13
|
"speciesCat": "Kat",
|
|
18
|
-
"speciesDogMeta": "Richtlijn onderhoud 60 mL per kg",
|
|
19
|
-
"speciesCatMeta": "Richtlijn onderhoud 40 mL per kg",
|
|
20
14
|
"weightLabel": "Lichaamsgewicht",
|
|
21
15
|
"weightHint": "Voer het huidige gezonde gewicht in.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "Hoeveel water komt uit de voeding?",
|
|
25
18
|
"dietDry": "Voornamelijk droogvoer (brokken)",
|
|
26
|
-
"dietDryMeta": "Het meeste water wordt uit de bak gedronken",
|
|
27
19
|
"dietMixed": "Gemengde voeding",
|
|
28
|
-
"dietMixedMeta": "Een deel van het water komt uit de maaltijden",
|
|
29
20
|
"dietWet": "Voornamelijk natvoer (blik/zakjes)",
|
|
30
|
-
"dietWetMeta": "Voeding levert het grootste deel van het vocht",
|
|
31
21
|
"activityLegend": "Activiteit vandaag",
|
|
32
22
|
"activityCalm": "Rustig / Rust",
|
|
33
23
|
"activityTypical": "Matig / Normaal",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Voer een geldig gewicht in om de waterstand te zien.",
|
|
53
43
|
"sceneAria": "Waterreservoir voor het geselecteerde dier",
|
|
54
44
|
"sceneTotal": "TOTAAL WATER",
|
|
55
|
-
"sceneBowl": "midden van de dagelijkse marge",
|
|
56
|
-
"methodTitle": "Berekeningsmethode",
|
|
57
|
-
"methodText": "Volgens de AAHA-richtlijnen van 60 mL/kg voor honden en 40 mL/kg voor katten, aangepast aan voer en weer.",
|
|
58
45
|
"noteTitle": "Een drinkbak vervangt geen diagnose",
|
|
59
46
|
"noteText": "Zorg altijd voor schoon drinkwater. Raadpleeg een dierenarts bij plotselinge veranderingen in dorst.",
|
|
60
|
-
"invalidWeight": "Voer een geldig lichaamsgewicht in.",
|
|
61
|
-
"weightRange": "Het gewicht moet tussen 0.5 kg en 100 kg liggen."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Oblicz codzienne zapotrzebowanie na wodę dla psa lub kota
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Wybierz zwierzę, wprowadź masę ciała oraz ustaw karmę i temperaturę otoczenia.",
|
|
11
|
-
"instantHint": "Każdy wybór natychmiast zmienia poziom wody. To przewodnik orientacyjny.",
|
|
12
|
-
"unitLegend": "Jednostki",
|
|
13
|
-
"metricUnit": "Metryczne",
|
|
14
|
-
"imperialUnit": "Imperialne",
|
|
15
11
|
"speciesLegend": "Dla kogo jest miska z wodą?",
|
|
16
12
|
"speciesDog": "Pies",
|
|
17
13
|
"speciesCat": "Kot",
|
|
18
|
-
"speciesDogMeta": "Wskazówka 60 mL na kg",
|
|
19
|
-
"speciesCatMeta": "Wskazówka 40 mL na kg",
|
|
20
14
|
"weightLabel": "Masa ciała",
|
|
21
15
|
"weightHint": "Wprowadź aktualną zdrową wagę zwierzęcia.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "Ile wody pochodzi z karmy?",
|
|
25
18
|
"dietDry": "Głównie sucha karma",
|
|
26
|
-
"dietDryMeta": "Większość wody pobierana jest z miski",
|
|
27
19
|
"dietMixed": "Żywienie mieszane",
|
|
28
|
-
"dietMixedMeta": "Część wody pochodzi z posiłków",
|
|
29
20
|
"dietWet": "Głównie mokra karma",
|
|
30
|
-
"dietWetMeta": "Mokra karma dostarcza większość wilgoci",
|
|
31
21
|
"activityLegend": "Dzisiejsza aktywność",
|
|
32
22
|
"activityCalm": "Spokojny / Odpoczynek",
|
|
33
23
|
"activityTypical": "Umiarkowana / Normalna",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Wprowadź prawidłową wagę, aby zobaczyć poziom wody.",
|
|
53
43
|
"sceneAria": "Zbiornik na wodę dla wybranego zwierzęcia",
|
|
54
44
|
"sceneTotal": "WODA CAŁKOWITA",
|
|
55
|
-
"sceneBowl": "środek zakresu dziennego",
|
|
56
|
-
"methodTitle": "Metoda obliczeń",
|
|
57
|
-
"methodText": "Zgodnie z wytycznymi AAHA 60 mL/kg u psów i 40 mL/kg u kotów, dostosowane do karmy i pogody.",
|
|
58
45
|
"noteTitle": "Miska z wodą nie zastępuje diagnozy",
|
|
59
46
|
"noteText": "Zawsze zapewniaj czystą wodę. W przypadku nagłych zmian w piciu skonsultuj się z weterynarzem.",
|
|
60
|
-
"invalidWeight": "Proszę wprowadzić prawidłową masę ciała.",
|
|
61
|
-
"weightRange": "Waga musi mieścić się w przedziale od 0.5 kg do 100 kg."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Calcule a necessidade diária de água do seu cão ou gato
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Escolha o animal, introduza o peso corporal e ajuste a alimentação e o clima do dia.",
|
|
11
|
-
"instantHint": "Cada opção altera o nível de água instantaneamente. É um guia orientativo.",
|
|
12
|
-
"unitLegend": "Unidades",
|
|
13
|
-
"metricUnit": "Métrico",
|
|
14
|
-
"imperialUnit": "Imperial",
|
|
15
11
|
"speciesLegend": "Para quem é a taça de água?",
|
|
16
12
|
"speciesDog": "Cão",
|
|
17
13
|
"speciesCat": "Gato",
|
|
18
|
-
"speciesDogMeta": "Guia de manutenção 60 mL por kg",
|
|
19
|
-
"speciesCatMeta": "Guia de manutenção 40 mL por kg",
|
|
20
14
|
"weightLabel": "Peso corporal",
|
|
21
15
|
"weightHint": "Indique o peso saudável atual do seu animal.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "Quanta água vem da comida?",
|
|
25
18
|
"dietDry": "Principalmente comida seca",
|
|
26
|
-
"dietDryMeta": "A maioria da água é bebida na taça",
|
|
27
19
|
"dietMixed": "Alimentação mista",
|
|
28
|
-
"dietMixedMeta": "Uma parte da água vem das refeições",
|
|
29
20
|
"dietWet": "Principalmente comida húmida",
|
|
30
|
-
"dietWetMeta": "A comida fornece a maioria da humidade",
|
|
31
21
|
"activityLegend": "Atividade de hoje",
|
|
32
22
|
"activityCalm": "Calmo / Repouso",
|
|
33
23
|
"activityTypical": "Moderada / Normal",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Introduza um peso válido para ver o nível de água.",
|
|
53
43
|
"sceneAria": "Reservatório de água para o animal selecionado",
|
|
54
44
|
"sceneTotal": "ÁGUA TOTAL",
|
|
55
|
-
"sceneBowl": "meio do intervalo diário",
|
|
56
|
-
"methodTitle": "Método de cálculo",
|
|
57
|
-
"methodText": "Segue as orientações AAHA de 60 mL/kg em cães e 40 mL/kg em gatos, ajustadas à comida e clima.",
|
|
58
45
|
"noteTitle": "A taça de água não substitui um diagnóstico",
|
|
59
46
|
"noteText": "Mantenha sempre água limpa disponível. Em caso de alterações na sede, consulte um veterinário.",
|
|
60
|
-
"invalidWeight": "Por favor introduza um peso corporal válido.",
|
|
61
|
-
"weightRange": "O peso deve estar entre 0.5 kg e 100 kg."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Рассчитайте суточную потребнос
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Выберите животное, укажите массу тела и настройте рацион и погоду дня.",
|
|
11
|
-
"instantHint": "Каждая опция мгновенно обновляет уровень воды. Это ориентировочное руководство.",
|
|
12
|
-
"unitLegend": "Единицы",
|
|
13
|
-
"metricUnit": "Метрические",
|
|
14
|
-
"imperialUnit": "Имперские",
|
|
15
11
|
"speciesLegend": "Для кого миска с водой?",
|
|
16
12
|
"speciesDog": "Собака",
|
|
17
13
|
"speciesCat": "Кошка",
|
|
18
|
-
"speciesDogMeta": "Ориентир 60 мл на кг",
|
|
19
|
-
"speciesCatMeta": "Ориентир 40 мл на кг",
|
|
20
14
|
"weightLabel": "Масса тела",
|
|
21
15
|
"weightHint": "Укажите текущий здоровый вес животного.",
|
|
22
16
|
"weightKg": "кг",
|
|
23
|
-
"weightLb": "фунты",
|
|
24
17
|
"dietLegend": "Сколько воды поступает с кормом?",
|
|
25
18
|
"dietDry": "В основном сухой корм",
|
|
26
|
-
"dietDryMeta": "Большая часть воды пьется из миски",
|
|
27
19
|
"dietMixed": "Смешанное питание",
|
|
28
|
-
"dietMixedMeta": "Часть воды поступает с пищей",
|
|
29
20
|
"dietWet": "В основном влажный корм",
|
|
30
|
-
"dietWetMeta": "Корм обеспечивает большую часть влаги",
|
|
31
21
|
"activityLegend": "Активность сегодня",
|
|
32
22
|
"activityCalm": "Спокойный / Отдых",
|
|
33
23
|
"activityTypical": "Умеренная / Обычная",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Введите корректный вес, чтобы увидеть норматив воды.",
|
|
53
43
|
"sceneAria": "Резервуар с водой для выбранного питомца",
|
|
54
44
|
"sceneTotal": "ВСЕГО ВОДЫ",
|
|
55
|
-
"sceneBowl": "середина суточного диапазона",
|
|
56
|
-
"methodTitle": "Метод расчета",
|
|
57
|
-
"methodText": "Основано на рекомендациях AAHA: 60 мл/кг для собак и 40 мл/кг для кошек с поправкой на корм и погоду.",
|
|
58
45
|
"noteTitle": "Миска с водой не заменяет ветеринара",
|
|
59
46
|
"noteText": "Всегда держите чистую воду доступной. При резком изменении жажды обратитесь к ветеринару.",
|
|
60
|
-
"invalidWeight": "Пожалуйста, введите корректную массу тела.",
|
|
61
|
-
"weightRange": "Вес должен быть от 0.5 кг до 100 кг."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Beräkna det dagliga vattenbehovet för din hund eller katt
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Välj djur, ange kroppsvikt och ställ in foder och väder för dagen.",
|
|
11
|
-
"instantHint": "Varje val uppdaterar vattennivån direkt. Detta är en vägledande guideline.",
|
|
12
|
-
"unitLegend": "Enheter",
|
|
13
|
-
"metricUnit": "Metrisk",
|
|
14
|
-
"imperialUnit": "Imperial",
|
|
15
11
|
"speciesLegend": "Vem är vattenskålen till för?",
|
|
16
12
|
"speciesDog": "Hund",
|
|
17
13
|
"speciesCat": "Katt",
|
|
18
|
-
"speciesDogMeta": "Underhållsriktlinje 60 mL per kg",
|
|
19
|
-
"speciesCatMeta": "Underhållsriktlinje 40 mL per kg",
|
|
20
14
|
"weightLabel": "Kroppsvikt",
|
|
21
15
|
"weightHint": "Ange ditt djurs nuvarande hälsosamma vikt.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "Hur mycket vatten kommer från fodret?",
|
|
25
18
|
"dietDry": "Huvudsakligen torrfoder (kulor)",
|
|
26
|
-
"dietDryMeta": "Det mesta vattnet dricks från skålen",
|
|
27
19
|
"dietMixed": "Blandad utfodring",
|
|
28
|
-
"dietMixedMeta": "En del av vattnet kommer från måltiderna",
|
|
29
20
|
"dietWet": "Huvudsakligen våtfoder (burk/påse)",
|
|
30
|
-
"dietWetMeta": "Fodret ger det mesta av fukten",
|
|
31
21
|
"activityLegend": "Aktivitet idag",
|
|
32
22
|
"activityCalm": "Lugn / Vila",
|
|
33
23
|
"activityTypical": "Måttlig / Normal",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Ange en giltig vikt för att se vattennivån.",
|
|
53
43
|
"sceneAria": "Vattenbehållare för det valda djuret",
|
|
54
44
|
"sceneTotal": "TOTALT VATTEN",
|
|
55
|
-
"sceneBowl": "mitten av det dagliga intervallet",
|
|
56
|
-
"methodTitle": "Beräkningsmetod",
|
|
57
|
-
"methodText": "Enligt AAHA-riktlinjer på 60 mL/kg för hundar och 40 mL/kg för katter, anpassat efter foder och väder.",
|
|
58
45
|
"noteTitle": "Vattenskålen ersätter inte en diagnos",
|
|
59
46
|
"noteText": "Ha alltid rent färskt vatten tillgängligt. Kontakta veterinär vid plötsliga förändringar i törst.",
|
|
60
|
-
"invalidWeight": "Ange en giltig kroppsvikt.",
|
|
61
|
-
"weightRange": "Vikten måste vara mellan 0.5 kg och 100 kg."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = 'Vücut ağırlığı, mama türü, aktivite ve sıcaklığa
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "Evcil hayvanı seçin, vücut ağırlığını girin, ardından mamayı ve bugünün hava durumunu ayarlayın.",
|
|
11
|
-
"instantHint": "Her seçim su seviyesini anında günceller. Bu bir rehber kılavuzdur.",
|
|
12
|
-
"unitLegend": "Birimler",
|
|
13
|
-
"metricUnit": "Metrik",
|
|
14
|
-
"imperialUnit": "İngiliz (Imperial)",
|
|
15
11
|
"speciesLegend": "Su kabı kimin için?",
|
|
16
12
|
"speciesDog": "Köpek",
|
|
17
13
|
"speciesCat": "Kedi",
|
|
18
|
-
"speciesDogMeta": "Bakım kılavuzu kg başına 60 mL",
|
|
19
|
-
"speciesCatMeta": "Bakım kılavuzu kg başına 40 mL",
|
|
20
14
|
"weightLabel": "Vücut ağırlığı",
|
|
21
15
|
"weightHint": "Evcil hayvanınızın mevcut sağlıklı ağırlığını girin.",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "Mamanın su katkısı ne kadar?",
|
|
25
18
|
"dietDry": "Ağırlıklı olarak kuru mama (kibble)",
|
|
26
|
-
"dietDryMeta": "Suyun büyük kısmı kaptan içilir",
|
|
27
19
|
"dietMixed": "Karma beslenme",
|
|
28
|
-
"dietMixedMeta": "Suyun bir kısmı öğünlerden gelir",
|
|
29
20
|
"dietWet": "Ağırlıklı olarak yaş mama (konserve)",
|
|
30
|
-
"dietWetMeta": "Mama nemin büyük kısmını karşılar",
|
|
31
21
|
"activityLegend": "Bugünkü aktivite",
|
|
32
22
|
"activityCalm": "Sakin / Dinlenme",
|
|
33
23
|
"activityTypical": "Orta / Normal",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "Su seviyesini görmek için geçerli bir ağırlık girin.",
|
|
53
43
|
"sceneAria": "Seçilen evcil hayvan için su deposu",
|
|
54
44
|
"sceneTotal": "TOPLAM SU",
|
|
55
|
-
"sceneBowl": "günlük aralığın ortası",
|
|
56
|
-
"methodTitle": "Hesaplama yöntemi",
|
|
57
|
-
"methodText": "Köpeklerde 60 mL/kg ve kedilerde 40 mL/kg olan AAHA rehber ilkelerine göre mama ve havaya uyarlanmıştır.",
|
|
58
45
|
"noteTitle": "Su kabı bir teşhis aracı değildir",
|
|
59
46
|
"noteText": "Daima temiz taze su bulundurun. Susuzlukta ani değişiklikler görürseniz bir veterinere danışın.",
|
|
60
|
-
"invalidWeight": "Lütfen geçerli bir vücut ağırlığı girin.",
|
|
61
|
-
"weightRange": "Ağırlık 0.5 kg ile 100 kg arasında olmalıdır."
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -8,26 +8,16 @@ const description = '根据体重、饮食类型、活动量和环境温度,
|
|
|
8
8
|
|
|
9
9
|
const ui: PetWaterIntakeUI = {
|
|
10
10
|
"journeyHint": "选择宠物类型,输入体重,然后设置当天的食物与气候条件。",
|
|
11
|
-
"instantHint": "每一个选项都会实时更新水位。结果仅供参考,不能替代兽医诊断。",
|
|
12
|
-
"unitLegend": "单位",
|
|
13
|
-
"metricUnit": "公制",
|
|
14
|
-
"imperialUnit": "英制",
|
|
15
11
|
"speciesLegend": "这是谁的水碗?",
|
|
16
12
|
"speciesDog": "狗",
|
|
17
13
|
"speciesCat": "猫",
|
|
18
|
-
"speciesDogMeta": "维持量参考 每公斤 60 mL",
|
|
19
|
-
"speciesCatMeta": "维持量参考 每公斤 40 mL",
|
|
20
14
|
"weightLabel": "体重",
|
|
21
15
|
"weightHint": "请填写宠物目前的健康体重。",
|
|
22
16
|
"weightKg": "kg",
|
|
23
|
-
"weightLb": "lb",
|
|
24
17
|
"dietLegend": "食物能提供多少水分?",
|
|
25
18
|
"dietDry": "以干粮为主",
|
|
26
|
-
"dietDryMeta": "绝大部分水分需要从水碗中饮用",
|
|
27
19
|
"dietMixed": "干湿混合喂养",
|
|
28
|
-
"dietMixedMeta": "一部分水分来自日常餐食",
|
|
29
20
|
"dietWet": "以湿粮(罐头)为主",
|
|
30
|
-
"dietWetMeta": "餐食提供了绝大部分水分",
|
|
31
21
|
"activityLegend": "今天的活动量",
|
|
32
22
|
"activityCalm": "安静 / 休息",
|
|
33
23
|
"activityTypical": "适中 / 正常",
|
|
@@ -52,13 +42,8 @@ const ui: PetWaterIntakeUI = {
|
|
|
52
42
|
"resultEmpty": "请输入有效的体重以显示饮水量估计。",
|
|
53
43
|
"sceneAria": "所选宠物的储水容器",
|
|
54
44
|
"sceneTotal": "总水量",
|
|
55
|
-
"sceneBowl": "每日建议范围中值",
|
|
56
|
-
"methodTitle": "计算方法",
|
|
57
|
-
"methodText": "基于 AAHA 官方指引(犬 60 mL/kg,猫 40 mL/kg),并结合食物水分与气温系数调整。",
|
|
58
45
|
"noteTitle": "水碗不能替代兽医诊断",
|
|
59
46
|
"noteText": "请保持清洁新鲜的水随时可用。若发现饮水量或排尿量突然异常变化,请及时就医。",
|
|
60
|
-
"invalidWeight": "请输入有效的体重数值。",
|
|
61
|
-
"weightRange": "体重必须在 0.5 kg 至 100 kg 之间。"
|
|
62
47
|
};
|
|
63
48
|
|
|
64
49
|
const faq: PetWaterIntakeLocaleContent['faq'] = [
|
|
@@ -1,26 +1,16 @@
|
|
|
1
1
|
export interface PetWaterIntakeUI {
|
|
2
2
|
[key: string]: string;
|
|
3
3
|
journeyHint: string;
|
|
4
|
-
instantHint: string;
|
|
5
|
-
unitLegend: string;
|
|
6
|
-
metricUnit: string;
|
|
7
|
-
imperialUnit: string;
|
|
8
4
|
speciesLegend: string;
|
|
9
5
|
speciesDog: string;
|
|
10
6
|
speciesCat: string;
|
|
11
|
-
speciesDogMeta: string;
|
|
12
|
-
speciesCatMeta: string;
|
|
13
7
|
weightLabel: string;
|
|
14
8
|
weightHint: string;
|
|
15
9
|
weightKg: string;
|
|
16
|
-
weightLb: string;
|
|
17
10
|
dietLegend: string;
|
|
18
11
|
dietDry: string;
|
|
19
|
-
dietDryMeta: string;
|
|
20
12
|
dietMixed: string;
|
|
21
|
-
dietMixedMeta: string;
|
|
22
13
|
dietWet: string;
|
|
23
|
-
dietWetMeta: string;
|
|
24
14
|
activityLegend: string;
|
|
25
15
|
activityCalm: string;
|
|
26
16
|
activityTypical: string;
|
|
@@ -45,11 +35,6 @@ export interface PetWaterIntakeUI {
|
|
|
45
35
|
resultEmpty: string;
|
|
46
36
|
sceneAria: string;
|
|
47
37
|
sceneTotal: string;
|
|
48
|
-
sceneBowl: string;
|
|
49
|
-
methodTitle: string;
|
|
50
|
-
methodText: string;
|
|
51
38
|
noteTitle: string;
|
|
52
39
|
noteText: string;
|
|
53
|
-
invalidWeight: string;
|
|
54
|
-
weightRange: string;
|
|
55
40
|
}
|