Files
yourpart3/frontend/src/i18n/locales/en/chat.json

160 lines
6.5 KiB
JSON

{
"chat": {
"multichat": {
"title": "Multi Chat",
"eroticTitle": "Erotic chat",
"autoscroll": "Auto scroll",
"options": "Options",
"send": "Send",
"shout": "Shout",
"action": "Action",
"roll": "Roll",
"colorpicker": "Pick color",
"colorpicker_preview": "Preview: This message uses the chosen color.",
"hex": "HEX",
"invalid_hex": "Invalid hex value",
"hue": "Hue",
"saturation": "Saturation",
"lightness": "Lightness",
"ok": "Ok",
"cancel": "Cancel",
"placeholder": "Type a message…",
"action_select_user": "Please select a user",
"action_to": "Action to {to}",
"action_phrases": {
"left_room": "switches to room",
"leaves_room": "leaves room",
"left_chat": "has left the chat."
},
"system": {
"room_entered": "You entered the room \"{room}\".",
"user_entered_room": "{user} has entered the room.",
"user_left_room": "{user} has left the room."
,
"color_changed_self": "You changed your color to {color}.",
"color_changed_user": "{user} changed their color to {color}."
},
"status": {
"connecting": "Connecting…",
"connected": "Connected",
"disconnected": "Disconnected",
"error": "Connection error"
},
"reloadRooms": "Reload rooms",
"createRoom": {
"toggleShowChat": "Show chat",
"toggleCreateRoom": "Create room",
"title": "Create new room",
"commandPrefix": "Command",
"labels": {
"roomName": "Room name",
"visibility": "Visibility",
"gender": "Gender",
"minAge": "Minimum age",
"maxAge": "Maximum age",
"password": "Password",
"rightId": "Required right",
"typeId": "Room type",
"friendsOnly": "friends_only=true"
},
"placeholders": {
"roomName": "e.g. Lounge",
"password": "without spaces"
},
"options": {
"none": "(none)",
"visibilityPublic": "Public",
"visibilityPrivate": "Private",
"genderMale": "Male",
"genderFemale": "Female",
"genderAny": "Any / No restriction"
},
"actions": {
"create": "Create room",
"reset": "Reset"
},
"validation": {
"roomNameRequired": "Room name is required.",
"minAgeInvalid": "min_age must be >= 0.",
"maxAgeInvalid": "max_age must be >= 0.",
"ageRangeInvalid": "min_age must not be greater than max_age.",
"passwordSpaces": "Password must not contain spaces.",
"rightIdInvalid": "right_id must be > 0.",
"typeIdInvalid": "type_id must be > 0."
},
"messages": {
"noConnection": "No connection to chat server.",
"invalidForm": "Please correct the room form inputs.",
"roomNameMissing": "Please enter a room name.",
"sent": "Room creation sent: {command}",
"created": "Room \"{room}\" was created successfully.",
"createNotConfirmed": "Room \"{room}\" is not confirmed yet. Please check room list."
},
"ownedRooms": {
"title": "My created rooms",
"hint": "Delete via daemon command: /dr <roomname> (alias: /delete_room <roomname>)",
"empty": "You have no own rooms yet.",
"public": "public",
"private": "private",
"confirmDelete": "Do you really want to delete room \"{room}\"?",
"deleteSent": "Delete command sent: /dr {room}",
"deleteError": "Could not delete room."
},
"rights": {
"mainadmin": "Main administrator",
"contactrequests": "Contact requests",
"users": "Users",
"userrights": "User rights",
"forum": "Forum",
"interests": "Interests",
"falukant": "Falukant",
"minigames": "Mini games",
"match3": "Match3",
"taxiTools": "Taxi tools",
"chatrooms": "Chat rooms",
"servicesStatus": "Service status"
},
"types": {}
},
"password": {
"title": "Password required",
"inputLabel": "Enter password",
"submit": "Join room",
"cancel": "Cancel",
"requiredPrompt": "Room \"{room}\" is password-protected. Please enter password:",
"invalidPrompt": "Wrong password for \"{room}\". Please try again:",
"cancelled": "Join to \"{room}\" was cancelled.",
"empty": "Password must not be empty."
}
},
"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...",
"chatpartner": "You are now chatting with a <gender> person aged <age> years.",
"partnergenderm": "male",
"partnergenderf": "female",
"self": "You",
"partner": "Partner",
"jumptonext": "End this chat",
"userleftchat": "The chat partner has left the chat.",
"startsearch": "Search next conversation",
"selfstopped": "You left the conversation."
}
}
}