mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-30 23:56:50 -05:00
* YouTube lite embed + CSS bundled import * Migration initial * New VoD page initial functioning * Table changes + add TODOs * New structure for add vod page * WIP add new VoD backend * Merge branch 'rewrite' of https://github.com/Sendouc/sendou.ink into vods * Fix when leaderboard appears * Function new vod form * Single vod page initial * Different YouTubeEmbed * Scroll to top when going to timestamp * Vod match weapon/mode icons * Vod page user * Add date to vod page * Adjust migration order * Vod page many weapons * Add title to vod page * New vods page cast many weapons * Add player index to order by * Vods new more validation * Vod listing page initial * Vods page with filters * Show message if no vods * Fix not being to unset filters * Fix seed sometimes throwing errors * User page VoDs * Vods nullable weapon combobox * Link directly to user custom url from vod page * Make video adder admin action * Can add video checks * i18n * New VoD form tests * VoD operates filters test * Vods behind flag * Remove from config
24 lines
912 B
JSON
24 lines
912 B
JSON
{
|
|
"type.SCRIM": "Scrim",
|
|
"type.TOURNAMENT": "Tournament (PoV)",
|
|
"type.MATCHMAKING": "Anarchy/X Battle/Turf War",
|
|
"type.CAST": "Tournament (Cast)",
|
|
"gameCount": "Game {{count}}",
|
|
"minShort": "min",
|
|
"secShort": "sec",
|
|
"forms.title.youtubeUrl": "YouTube URL",
|
|
"forms.title.videoTitle": "Video title",
|
|
"forms.title.videoDate": "Video date",
|
|
"forms.title.type": "Type",
|
|
"forms.title.pov": "Player (PoV)",
|
|
"forms.title.startTimestamp": "Start timestamp",
|
|
"forms.title.mode": "Mode",
|
|
"forms.title.stage": "Stage",
|
|
"forms.title.weaponsTeamOne": "Weapons (Team 1)",
|
|
"forms.title.weaponsTeamTwo": "Weapons (Team 2)",
|
|
"forms.title.weapon": "Weapon",
|
|
"forms.action.addMatch": "Add match",
|
|
"forms.action.deleteMatch": "Delete match",
|
|
"noVods": "No videos found matching this filter. Are we missing something? Message Sendou on Discord to get YouTube video submission permissions."
|
|
}
|