Initial commit
This commit is contained in:
21
frontend/src/i18n/locales/en/chat.json
Normal file
21
frontend/src/i18n/locales/en/chat.json
Normal 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..."
|
||||
}
|
||||
}
|
||||
9
frontend/src/i18n/locales/en/general.json
Normal file
9
frontend/src/i18n/locales/en/general.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"welcome": "Welcome to YourPart",
|
||||
"imprint": {
|
||||
"title": "Imprint"
|
||||
},
|
||||
"dataPrivacy": {
|
||||
"title": "Data Privacy Policy"
|
||||
}
|
||||
}
|
||||
5
frontend/src/i18n/locales/en/header.json
Normal file
5
frontend/src/i18n/locales/en/header.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"logo": "Logo",
|
||||
"title": "YourPart",
|
||||
"advertisement": "Advertisement"
|
||||
}
|
||||
10
frontend/src/i18n/locales/en/home.json
Normal file
10
frontend/src/i18n/locales/en/home.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"home": {
|
||||
"nologin": {
|
||||
"welcome": "Welcome at yourPart",
|
||||
"description": "<platzhalter>",
|
||||
"randomchat": "Random chat",
|
||||
"startrandomchat": "Start random chat"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
frontend/src/i18n/locales/en/navigation.json
Normal file
11
frontend/src/i18n/locales/en/navigation.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"home": "Home",
|
||||
"about": "About",
|
||||
"services": "Services",
|
||||
"team": "Team",
|
||||
"company": "Company",
|
||||
"consulting": "Consulting",
|
||||
"development": "Development",
|
||||
"mailbox": "Mailbox",
|
||||
"logout": "Logout"
|
||||
}
|
||||
Reference in New Issue
Block a user