-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
60 lines (60 loc) · 2.17 KB
/
data.json
File metadata and controls
60 lines (60 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": {
"gujarati": "તમારું નામ",
"english": "Your Name"
},
"tagline": {
"gujarati": "તમારી ટેગલાઇન",
"english": "Your Tagline"
},
"profilePhoto": "path/to/your/photo.jpg",
"about": {
"gujarati": "તમારા વિશે સંક્ષિપ્ત વર્ણન અહીં લખો. તમે તમારી રુચિઓ, જુસ્સો અને તમને વિશિષ્ટ બનાવે છે તે સમાવેશ કરી શકો છો.",
"english": "Write a brief description about yourself here. You can include your interests, passions, and what makes you unique."
},
"favorites": {
"song": {
"gujarati": "તમારું પ્રિય ગીત",
"english": "Your favorite song name"
},
"movie": {
"gujarati": "તમારી પ્રિય ફિલ્મ",
"english": "Your favorite movie title"
},
"tvShow": {
"gujarati": "તમારો પ્રિય ટીવી શો",
"english": "Your favorite TV show"
},
"game": {
"gujarati": "તમારી પ્રિય ગેમ",
"english": "Your favorite game"
},
"sport": {
"gujarati": "તમારી પ્રિય રમત",
"english": "Your favorite sport"
}
},
"photos": [
{
"url": "path/to/photo1.jpg",
"description": {
"gujarati": "ફોટો 1 નું વર્ણન",
"english": "Description of photo 1"
}
},
{
"url": "path/to/photo2.jpg",
"description": {
"gujarati": "ફોટો 2 નું વર્ણન",
"english": "Description of photo 2"
}
},
{
"url": "path/to/photo3.jpg",
"description": {
"gujarati": "ફોટો 3 નું વર્ણન",
"english": "Description of photo 3"
}
}
]
}