Add en-US translations
This commit is contained in:
parent
31b92da6ce
commit
bd01a35cc6
45 changed files with 539 additions and 158 deletions
8
front/translations/en-US/audio.en-US.json
Normal file
8
front/translations/en-US/audio.en-US.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"audio": {
|
||||
"manager": {
|
||||
"reduce": "reduce in conversations"
|
||||
},
|
||||
"message": "Audio message"
|
||||
}
|
||||
}
|
19
front/translations/en-US/camera.en-US.json
Normal file
19
front/translations/en-US/camera.en-US.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"camera": {
|
||||
"enable": {
|
||||
"title": "Turn on your camera and microphone",
|
||||
"start": "Let's go!"
|
||||
},
|
||||
"help": {
|
||||
"title": "Camera / Microphone access needed",
|
||||
"permission-denied": "Permission denied",
|
||||
"content": "You must allow camera and microphone access in your browser.",
|
||||
"firefox-content": "Please click the \"Remember this decision\" checkbox, if you don't want Firefox to keep asking you the authorization.",
|
||||
"refresh": "Refresh",
|
||||
"continue": "Continue without webcam"
|
||||
},
|
||||
"my": {
|
||||
"silent-zone": "Silent zone"
|
||||
}
|
||||
}
|
||||
}
|
10
front/translations/en-US/chat.en-US.json
Normal file
10
front/translations/en-US/chat.en-US.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"chat": {
|
||||
"intro": "Here is your chat history:",
|
||||
"enter": "Enter your message...",
|
||||
"menu": {
|
||||
"visit-card": "Visit card",
|
||||
"add-friend": "Add friend"
|
||||
}
|
||||
}
|
||||
}
|
9
front/translations/en-US/companion.en-US.json
Normal file
9
front/translations/en-US/companion.en-US.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"companion": {
|
||||
"select": {
|
||||
"title": "Select your companion",
|
||||
"any": "No companion",
|
||||
"continue": "Continue"
|
||||
}
|
||||
}
|
||||
}
|
16
front/translations/en-US/custom-character.en-US.json
Normal file
16
front/translations/en-US/custom-character.en-US.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"custom-character": {
|
||||
"title": "Customize your WOKA",
|
||||
"navigation": {
|
||||
"return": "Return",
|
||||
"back": "Back",
|
||||
"finish": "Finish",
|
||||
"next": "Next"
|
||||
}
|
||||
},
|
||||
"select-woka": {
|
||||
"title": "Select your WOKA",
|
||||
"continue": "Continue",
|
||||
"customize": "Customize your WOKA"
|
||||
}
|
||||
}
|
14
front/translations/en-US/error.en-US.json
Normal file
14
front/translations/en-US/error.en-US.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"error": {
|
||||
"access-link": {
|
||||
"title": "Access link incorrect",
|
||||
"sub-title": "Could not find map. Please check your access link.",
|
||||
"details": "If you want more information, you may contact administrator or contact us at: hello@workadventu.re"
|
||||
},
|
||||
"connection-rejected": {
|
||||
"title": "Connection rejected",
|
||||
"sub-title": "You cannot join the World. Try again later {{error}}.",
|
||||
"details": "If you want more information, you may contact administrator or contact us at: hello@workadventu.re"
|
||||
}
|
||||
}
|
||||
}
|
25
front/translations/en-US/follow.en-US.json
Normal file
25
front/translations/en-US/follow.en-US.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"follow": {
|
||||
"interact-status": {
|
||||
"following": "Following {{leader}}",
|
||||
"waiting-followers": "Waiting for followers confirmation",
|
||||
"followed": {
|
||||
"one": "{{follower}} is following you",
|
||||
"two": "{{firstFollower}} and {{secondFollower}} are following you",
|
||||
"many": "{{followers}} and {{lastFollower}} are following you"
|
||||
}
|
||||
},
|
||||
"interact-menu": {
|
||||
"title": {
|
||||
"interact": "Interaction",
|
||||
"follow": "Do you want to follow {{leader}}?"
|
||||
},
|
||||
"stop": {
|
||||
"leader": "Do you want to stop leading the way?",
|
||||
"follower": "Do you want to stop following {{leader}}?"
|
||||
},
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
}
|
12
front/translations/en-US/login.en-US.json
Normal file
12
front/translations/en-US/login.en-US.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"login": {
|
||||
"input": {
|
||||
"name": {
|
||||
"placeholder": "Enter your name",
|
||||
"empty": "The name is empty"
|
||||
}
|
||||
},
|
||||
"terms": "By continuing, you are agreeing our <a href=\"https://workadventu.re/terms-of-use\" target=\"_blank\">terms of use</a>, <a href=\"https://workadventu.re/privacy-policy\" target=\"_blank\">privacy policy</a> and <a href=\"https://workadventu.re/cookie-policy\" target=\"_blank\">cookie policy</a>.",
|
||||
"continue": "Continue"
|
||||
}
|
||||
}
|
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"
|
||||
}
|
||||
}
|
||||
}
|
23
front/translations/en-US/report.en-US.json
Normal file
23
front/translations/en-US/report.en-US.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"report": {
|
||||
"block": {
|
||||
"title": "Block",
|
||||
"content": "Block any communication from and to {{userName}}. This can be reverted.",
|
||||
"unblock": "Unblock this user",
|
||||
"block": "Block this user"
|
||||
},
|
||||
"title": "Report",
|
||||
"content": "Send a report message to the administrators of this room. They may later ban this user.",
|
||||
"message": {
|
||||
"title": "Your message: ",
|
||||
"empty": "Report message cannot to be empty."
|
||||
},
|
||||
"submit": "Report this user"
|
||||
},
|
||||
"moderate": {
|
||||
"title": "Moderate {{userName}}",
|
||||
"block": "Block",
|
||||
"report": "Report",
|
||||
"no-select": "ERROR : There is no action selected."
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"test": {
|
||||
"nolway": "Too mutch cofee"
|
||||
}
|
||||
}
|
13
front/translations/en-US/warning.en-US.json
Normal file
13
front/translations/en-US/warning.en-US.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"warning": {
|
||||
"title": "Warning!",
|
||||
"content": "This world is close to its limit!. You can upgrade its capacity <a href={{upgradeLink}} target=\"_blank\">here</a>",
|
||||
"limit": "This world is close to its limit!",
|
||||
"access-denied": {
|
||||
"camera": "Camera access denied. Click here and check your browser permissions.",
|
||||
"screen-sharing": "Screen sharing denied. Click here and check your browser permissions."
|
||||
}
|
||||
},
|
||||
"important-message": "Important message",
|
||||
"connection-lost": "Connection lost. Reconnecting..."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue