Initial commit

This commit is contained in:
Torsten Schulz
2024-07-17 22:24:56 +02:00
commit 3880a265eb
126 changed files with 10959 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"randomchat": {
"title": "Random Chat",
"close": "Close",
"age": "Age",
"gender": {
"title": "Gender",
"female": "Female",
"male": "Male"
},
"agerange": "Age Range",
"gendersearch": "Gender Search",
"camonly": "Cam Only",
"showcam": "Show Cam",
"addfriend": "Add Friend",
"autosearch": "Auto Search",
"input": "Input",
"start": "Start",
"waitingForMatch": "Waiting for a match..."
}
}

View File

@@ -0,0 +1,9 @@
{
"welcome": "Welcome to YourPart",
"imprint": {
"title": "Imprint"
},
"dataPrivacy": {
"title": "Data Privacy Policy"
}
}

View File

@@ -0,0 +1,5 @@
{
"logo": "Logo",
"title": "YourPart",
"advertisement": "Advertisement"
}

View File

@@ -0,0 +1,10 @@
{
"home": {
"nologin": {
"welcome": "Welcome at yourPart",
"description": "<platzhalter>",
"randomchat": "Random chat",
"startrandomchat": "Start random chat"
}
}
}

View File

@@ -0,0 +1,11 @@
{
"home": "Home",
"about": "About",
"services": "Services",
"team": "Team",
"company": "Company",
"consulting": "Consulting",
"development": "Development",
"mailbox": "Mailbox",
"logout": "Logout"
}