Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 166 additions & 0 deletions assets/translations/af.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
{
"navigation": {
"chat": "xxx",
"settings": "xxx",
"sessions": "xxx",
"worlds": "xxx",
"inventory": "xxx",
"findUsers": "xxx",
"myProfile": "xxx"
},
"settings": {
"title": "xxx",
"notifications": {
"title": "xxx",
"enabled": "xxx",
"showusernames": "xxx"
},
"appearance": {
"title": "xxx",
"theme": "xxx"
},
"other": {
"title": "xxx",
"signout": "xxx",
"signout.confirm": "xxx",
"about": "xxx",
"error": "xxx"
}
},
"general": {
"yes": "xxx",
"no": "xxx",
"confirm": "xxx",
"cancel": "xxx",
"retry": "xxx",
"search": "xxx",
"enabled": "xxx",
"disabled": "xxx"
},
"contacts": {
"status": {
"sociable": "xxx",
"online": "xxx",
"away": "xxx",
"busy": "xxx",
"invisible": "xxx",
"offline": "xxx"
},
"headlessHost": "xxx",
"inWorld": "xxx",
"inWorldNoDetails": "xxx",
"onVersion": "xxx",
"bot": "xxx"
},
"messaging": {
"placeholder": "xxx",
"noMessages": "xxx",
"failedSend": "xxx",
"recording": "xxx",
"cancelRecording": "xxx",
"removeAttachments": "xxx",
"removeAttachments.description": "xxx",
"invite": {
"requestedSelf": "xxx",
"granted": "xxx",
"addAsContact": "xxx",
"requested": "xxx",
"unknownResponse": "xxx",
"requestForwarded": "xxx",
"requestToYou": "xxx",
"requestGeneric": "xxx",
"hostedBy": "xxx"
},
"send": "xxx",
"copiedToClipboard": "xxx"
},
"sessions": {
"title": "xxx",
"headless": "xxx",
"access": "xxx",
"users": "xxx",
"sessionUsers": "xxx",
"noSessionsFound": "xxx",
"noSessionsFound.description": "xxx",
"noLongerValid": "xxx",
"accessLevel": {
"unknown": "xxx",
"private": "xxx",
"lan": "xxx",
"contacts": "xxx",
"contactsPlus": "xxx",
"registeredUsers": "xxx",
"anyone": "xxx"
}
},
"worlds": {
"title": "xxx",
"preview": "xxx",
"search": "xxx",
"inputTags": "xxx",
"failedToLoad": "xxx",
"noWorldsFound": "xxx",
"noWorldsFound.description": "xxx",
"description": "xxx",
"noDescription": "xxx",
"details": "xxx",
"tags": "xxx",
"noTags": "xxx",
"createdAt": "xxx",
"lastModified": "xxx",
"visits": "xxx",
"rating": "xxx",
"sorting": {
"ascending": "xxx",
"descending": "xxx",
"creationDate": "xxx",
"lastUpdateDate": "xxx",
"firstPublishTime": "xxx",
"totalVisits": "xxx",
"name": "xxx",
"random": "xxx"
}
},
"inventory": {
"title": "xxx",
"selection": "xxx",
"sorting": {
"ascending": "xxx",
"descending": "xxx",
"name": "xxx",
"date": "xxx",
"resonite": "xxx"
},
"download": {
"title": "xxx",
"selectionAborted": "xxx",
"selectionInvalid": "xxx",
"downloadSuccess": "xxx",
"downloadFailed": "xxx",
"downloadError": "xxx"
}
},
"login": {
"title": "xxx",
"signin": "xxx",
"username": "xxx",
"password": "xxx",
"totp": "xxx",
"invalidCredentials": "xxx",
"invalidServerResponse": "xxx",
"totpRequired": "xxx",
"invalidTotp": "xxx",
"unsuccessful": "xxx"
},
"update": {
"title": "xxx",
"description": "xxx",
"localVersion": "xxx",
"remoteVersion": "xxx",
"openDownload": "xxx",
"dismiss": "xxx"
},
"uncategorized": {
"featureUnavailable": "xxx"
}
}
8 changes: 8 additions & 0 deletions assets/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"general": {
"yes": "Ja",
"no": "Nein",
"confirm": "Bestätigen",
"cancel": "Abbrechen"
}
}
166 changes: 166 additions & 0 deletions assets/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
{
"navigation": {
"chat": "Chat",
"settings": "@:settings.title",
"sessions": "@:sessions.title",
"worlds": "@:worlds.title",
"inventory": "@:inventory.title",
"findUsers": "Find Users",
"myProfile": "My Profile"
},
"settings": {
"title": "Settings",
"notifications": {
"title": "Notifications",
"enabled": "Enable Notifications",
"showusernames": "Show Usernames"
},
"appearance": {
"title": "Appearance",
"theme": "Theme Mode"
},
"other": {
"title": "Other",
"signout": "Sign out",
"signout.confirm": "Are you sure you want to sign out?",
"about": "About ReCon",
"error": "Failed to open link."
}
},
"general": {
"yes": "Yes",
"no": "No",
"confirm": "Confirm",
"cancel": "Cancel",
"retry": "Retry",
"search": "Search",
"enabled": "Enabled",
"disabled": "Disabled"
},
"contacts": {
"status": {
"sociable": "Sociable",
"online": "Online",
"away": "Away",
"busy": "Busy",
"invisible": "Invisible",
"offline": "Offline"
},
"headlessHost": "Headless Host",
"inWorld": "{} in ",
"inWorldNoDetails": "{} in {} World",
"onVersion": "{} on version {}",
"bot": "Bot"
},
"messaging": {
"placeholder": "Message {}...",
"noMessages": "There are no messages here\nWhy not say hello?",
"failedSend": "Failed to send a message: {}",
"recording": "Recording: {}",
"cancelRecording": "Cancel Recording",
"removeAttachments": "Remove all attachments",
"removeAttachments.description": "This will remove all attachments, are you sure?",
"invite": {
"requestedSelf": "Requested invite",
"granted": "Granted {} invite to session {}",
"addAsContact": "Adding {} as a contact of the headless",
"unknownResponse": "Unknown response: {} for invite request",
"requestForwarded": "{} wants to invite {} to {}",
"requestToYou": "{} would like to join you in '{}'",
"requestGeneric": "{} would like to join you",
"hostedBy": "Hosted by {}"
},
"send": "Send",
"copiedToClipboard": "Copied to clipboard"
},
"sessions": {
"title": "Sessions",
"preview": "Session Preview",
"headless": "Headless:",
"access": "Access:",
"users": "Users:",
"sessionUsers": "{} / {} Online",
"noSessionsFound": "No Sessions Found",
"noSessionsFound.description": "Try to adjust your filters",
"noLongerValid": "Session is no longer valid",
"accessLevel": {
"unknown": "Unknown",
"private": "Private",
"lan": "LAN",
"contacts": "Contacts",
"contactsPlus": "Contacts+",
"registeredUsers": "Registered users",
"anyone": "Public"
}
},
"worlds": {
"title": "Worlds",
"preview": "World Preview",
"search": "Search for worlds",
"inputTags": "Enter tags",
"failedToLoad": "Failed to load Worlds",
"noWorldsFound": "No Worlds Found",
"noWorldsFound.description": "Try to adjust your filters",
"description": "Description:",
"noDescription": "No description",
"details": "Details:",
"tags": "Tags:",
"noTags": "None",
"createdAt": "Created at:",
"lastModified": "Last modified:",
"visits": "Visits:",
"rating": "Rating:",
"sorting": {
"ascending": "Ascending",
"descending": "Descending",
"creationDate": "Created",
"lastUpdateDate": "Last Updated",
"firstPublishTime": "First Published",
"totalVisits": "Total Visits",
"name": "Name",
"random": "Random"
}
},
"inventory": {
"title": "Inventory",
"selection": "{} Selected",
"sorting": {
"ascending": "Ascending",
"descending": "Descending",
"name": "Name",
"date": "Date",
"resonite": "Resonite"
},
"download": {
"title": "What would you like to download?",
"selectionAborted": "Selection aborted",
"selectionInvalid": "Selected directory is invalid",
"downloadSuccess": "Downloaded {}",
"downloadFailed": "Failed to download {} : {}",
"downloadError": "Unknown Error"
}
},
"login": {
"title": "Login",
"signin": "Sign In",
"username": "Username",
"password": "Password",
"totp": "2FA Code",
"invalidCredentials": "Please enter a valid username/password combination.",
"invalidServerResponse":"Login unsuccessful: Server sent invalid response.",
"totpRequired": "Please enter your 2FA-Code",
"invalidTotp": "The given 2FA code is not valid.",
"unsuccessful": "Login unsuccessful: {}"
},
"update": {
"title": "Update Available",
"description": "There is a new version available for download!",
"localVersion": "Your version: {}",
"remoteVersion": "New version: {}",
"openDownload": "Get it on Github",
"dismiss": "I'll do it later."
},
"uncategorized": {
"featureUnavailable": "Sorry, this feature is not yet available"
}
}
Loading