Skip to content

Commit

Permalink
New translations en.json (English)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 23, 2024
1 parent f6cb738 commit ea96c03
Showing 1 changed file with 34 additions and 33 deletions.
67 changes: 34 additions & 33 deletions frontend/dashboard/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"send": "Send",
"next": "Next",
"previous": "Previous",
"reset": "Reset"
"reset": "Reset",
"popout": "Popout in new window"
},
"sharedTexts": {
"saved": "Saved",
Expand Down Expand Up @@ -56,7 +57,7 @@
"userSelected": "{count} users selected",
"userSelectPlaceholder": "Select user|Select users",
"userNotFound": "No users found",
"settings": "Settings"
"settings": "Settings"
},
"sidebar": {
"dashboard": "Dashboard",
Expand Down Expand Up @@ -653,10 +654,10 @@
},
"keywords": {
"title": "Keywords",
"info": {
"text": "Keywords helps you to trigger chat message on certain words matching."
},
"create": "Create keyword",
"info": {
"text": "Keywords help you to trigger chat message on certain words matching."
},
"create": "Create keyword",
"triggerText": "Trigger Text",
"usages": "Usage Count",
"isRegular": "Is a Regular Expression?",
Expand Down Expand Up @@ -710,7 +711,7 @@
"greetings": "Greeting Trigger"
},
"select": {
"audio": "Confugure an audio",
"audio": "Configure an audio",
"image": "Configure an image",
"text": "Configure text"
},
Expand Down Expand Up @@ -774,28 +775,28 @@
"bothDiePercent": "Percent of chance both users die"
}
},
"seppuku": {
"description": "Seppuku, is a form of Japanese ritualistic suicide by disembowelment.",
"message": "Message",
"timeoutModerators": "Enable seppuku for moderators",
"messageModerators": "Message when moderator used seppuku",
"timeoutSeconds": "Timeout seconds"
},
"voteban": {
"description": "Commence jury trial of the guilty chatterer!",
"banMessage": "Message on ban",
"banMessageModerators": "Message for ban moderator",
"surviveMessage": "Survive message",
"surviveMessageModerators": "Survive message for moderators",
"initialMessage": "Init message",
"neededVotes": "Needed votes",
"banDuration": "Duration of ban",
"voteMode": "Mode of vote",
"voteDuration": "Duration of vote in seconds",
"wordsNegative": "Words for vote to \"no\" option",
"wordsPositive": "Words for vote to \"yes\" option",
"timeoutModerators": "Enable voteban on moderators"
}
"seppuku": {
"description": "Seppuku is a form of Japanese ritualistic suicide by disembowelment.",
"message": "Message",
"timeoutModerators": "Enable seppuku for moderators",
"messageModerators": "Message when moderator used seppuku",
"timeoutSeconds": "Timeout duration (seconds)"
},
"voteban": {
"description": "Commence jury trial of the guilty chatterer!",
"banMessage": "Message on ban",
"banMessageModerators": "Message for banned moderators",
"surviveMessage": "Survive message",
"surviveMessageModerators": "Survive message for moderators",
"initialMessage": "Initial message",
"neededVotes": "Needed votes",
"banDuration": "Ban duration (seconds)",
"voteMode": "Voting mode",
"voteDuration": "Voting duration (seconds)",
"wordsNegative": "Words to vote for \"no\" option",
"wordsPositive": "Words to vote for \"yes\" option",
"timeoutModerators": "Enable voteban on moderators"
}
},
"community": {
"title": "Community",
Expand All @@ -817,18 +818,18 @@
}
},
"emotesStatistic": {
"title": "Emotes statistics",
"title": "Emote Statistics",
"searchPlaceholder": "Search emotes...",
"table": {
"emote": "Emote",
"usages": "Total usages",
"usages": "Total usage",
"users": "Users",
"empty": "No emotes",
"chart": "Usages chart",
"chart": "Usage chart",
"lastDay": "Day",
"lastWeek": "Week",
"lastMonth": "Month",
"lastThreeMonth": "3 months",
"lastThreeMonth": "3 Months",
"lastYear": "Year"
},
"total": "Total emotes: {total}",
Expand Down

0 comments on commit ea96c03

Please sign in to comment.