You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/ui.ts
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,19 @@ export const ui = {
11
11
"header": "Today is your| day to grow| in ideas.",
12
12
13
13
"aboutUrl": "about",
14
-
"contactUrl": "contact",
14
+
"contactUrl": "#formSection",
15
+
16
+
"name": "Name",
17
+
"surname": "Surname",
18
+
"phone": "123 456 789",
19
+
"subject": "Subject",
20
+
"email": "E-mail",
21
+
"company": "Company",
22
+
"content": "Content",
23
+
"send": "Send",
24
+
25
+
"formTitle": "Achieve Your Business Goals with Vitresoft",
26
+
"formDesc": "You will receive a response at the provided email address within 24 hours. We will answer all your questions and propose solutions tailored to your budget."
15
27
},
16
28
"pl-PL": {
17
29
"example": "test po polsku",
@@ -23,6 +35,17 @@ export const ui = {
23
35
"header": "Dziś jest Twój| dzień, aby urosnąć| w ideach.",
24
36
25
37
"aboutUrl": "o-nas",
26
-
"contactUrl": "kontakt",
38
+
"contactUrl": "#formSection",
39
+
40
+
"name": "Imię",
41
+
"surname": "Nazwisko",
42
+
"phone": "123 456 789",
43
+
"subject": "Temat",
44
+
"email": "E-mail",
45
+
"company": "Firma",
46
+
"content": "Treść",
47
+
"send": "Wyślij",
48
+
"formTitle": "Ukończ cele swojej firmy z Vitresoft",
49
+
"formDesc": "Otrzymasz odpowiedź na podany adres email w przeciągu 24 godzin. Odpowiemy na wszystkie nurtujące pytania i zaproponujemy rozwiązania do przedstawionego budżetu"
0 commit comments