Add en-US translations
This commit is contained in:
parent
31b92da6ce
commit
bd01a35cc6
45 changed files with 539 additions and 158 deletions
118
front/translations/en-US/menu.en-US.json
Normal file
118
front/translations/en-US/menu.en-US.json
Normal file
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"menu": {
|
||||
"title": "Menu",
|
||||
"icon": {
|
||||
"open": {
|
||||
"menu": "Open menu",
|
||||
"invite": "Show invite",
|
||||
"register": "Register",
|
||||
"chat": "Open chat"
|
||||
}
|
||||
},
|
||||
"visit-card": {
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"edit": {
|
||||
"name": "Edit your name",
|
||||
"woka": "Edit your WOKA",
|
||||
"companion": "Edit your companion",
|
||||
"camera": "Edit your camera"
|
||||
},
|
||||
"login": "Sign in",
|
||||
"logout": "Log out"
|
||||
},
|
||||
"settings": {
|
||||
"game-quality": {
|
||||
"title": "Game quality",
|
||||
"short": {
|
||||
"high": "High (120 fps)",
|
||||
"medium": "Medium (60 fps)",
|
||||
"minimum": "Minimum (40 fps)",
|
||||
"small": "Small (20 fps)"
|
||||
},
|
||||
"long": {
|
||||
"high": "High video quality (120 fps)",
|
||||
"medium": "Medium video quality (60 fps, recommended)",
|
||||
"minimum": "Minimum video quality (40 fps)",
|
||||
"small": "Small video quality (20 fps)"
|
||||
}
|
||||
},
|
||||
"video-quality": {
|
||||
"title": "Video quality",
|
||||
"short": {
|
||||
"high": "High (30 fps)",
|
||||
"medium": "Medium (20 fps)",
|
||||
"minimum": "Minimum (10 fps)",
|
||||
"small": "Small (5 fps)"
|
||||
},
|
||||
"long": {
|
||||
"high": "High video quality (30 fps)",
|
||||
"medium": "Medium video quality (20 fps, recommended)",
|
||||
"minimum": "Minimum video quality (10 fps)",
|
||||
"small": "Small video quality (5 fps)"
|
||||
}
|
||||
},
|
||||
"save": {
|
||||
"warning": "(Saving these settings will restart the game)",
|
||||
"button": "Save"
|
||||
},
|
||||
"fullscreen": "Fullscreen",
|
||||
"notifications": "Notifications",
|
||||
"cowebsite-trigger": "Always ask before opening websites and Jitsi Meet rooms",
|
||||
"ignore-follow-request": "Ignore requests to follow other users"
|
||||
},
|
||||
"invite": {
|
||||
"description": "Share the link of the room!",
|
||||
"copy": "Copy",
|
||||
"share": "Share"
|
||||
},
|
||||
"global-message": {
|
||||
"text": "Text",
|
||||
"audio": "Audio",
|
||||
"warning": "Broadcast to all rooms of the world",
|
||||
"enter": "Enter your message here...",
|
||||
"send": "Send"
|
||||
},
|
||||
"global-audio": {
|
||||
"upload-info": "Upload a file",
|
||||
"error": "No file selected. You need to upload a file before sending it."
|
||||
},
|
||||
"contact": {
|
||||
"getting-started": {
|
||||
"title": "Getting started",
|
||||
"description": "WorkAdventure allows you to create an online space to communicate spontaneously with others. And it all starts with creating your own space. Choose from a large selection of prefabricated maps by our team."
|
||||
},
|
||||
"create-map": {
|
||||
"title": "Create your map",
|
||||
"description": "You can also create your own custom map by following the step of the documentation."
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
"map-info": "Information on the map",
|
||||
"map-link": "link to this map",
|
||||
"copyrights": {
|
||||
"map": {
|
||||
"title": "Copyrights of the map",
|
||||
"empty": "The map creator did not declare a copyright for the map."
|
||||
},
|
||||
"tileset": {
|
||||
"title": "Copyrights of the tilesets",
|
||||
"empty": "The map creator did not declare a copyright for the tilesets. This doesn't mean that those tilesets have no license."
|
||||
},
|
||||
"audio": {
|
||||
"title": "Copyrights of audio files",
|
||||
"empty": "The map creator did not declare a copyright for audio files. This doesn't mean that those audio files have no license."
|
||||
}
|
||||
}
|
||||
},
|
||||
"sub": {
|
||||
"profile": "Profile",
|
||||
"settings": "Settings",
|
||||
"invite": "Invite",
|
||||
"credit": "Credit",
|
||||
"global-message": "Global Messages",
|
||||
"contact": "Contact"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue