Init WebCG
This commit is contained in:
@@ -0,0 +1,251 @@
|
||||
{
|
||||
"general": {
|
||||
"hello": "Howdy",
|
||||
"slogan": "Manage and control graphics for live broadcast, live streaming and live events.",
|
||||
"folder": "Folder",
|
||||
"file": "File",
|
||||
"up": "Up",
|
||||
"field": "Field",
|
||||
"pcs": "pcs",
|
||||
"help": "Help",
|
||||
"home": "Home",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"none": "None",
|
||||
"all": "All",
|
||||
"fromFolder": "from folder"
|
||||
},
|
||||
"color": {
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"grey": "Gray",
|
||||
"orange": "Orange",
|
||||
"blue": "Blue",
|
||||
"black": "Black",
|
||||
"light": "Light",
|
||||
"white": "White",
|
||||
"transparent": "Transparent"
|
||||
},
|
||||
"button": {
|
||||
"add": "New",
|
||||
"addplaylist": "Add rundown",
|
||||
"addRow": "Add row",
|
||||
"back": "◂ Back",
|
||||
"cancel": "Cancel",
|
||||
"config": "Application config",
|
||||
"continue": "Continue ►",
|
||||
"delete": "Delete",
|
||||
"deletetemplate": "Remove template",
|
||||
"deletebutton": "Remove button",
|
||||
"docs": "Documentation",
|
||||
"duplicate": "Duplicate",
|
||||
"help": "Help",
|
||||
"edit": "Edit",
|
||||
"edittemplates": "Edit templates",
|
||||
"exploredataroot": "Explore dataroot folder",
|
||||
"exploretemplates": "Explore templates folder",
|
||||
"filterprojects": "Start typing to filter projects...",
|
||||
"launch": "Projects",
|
||||
"overlayon": "FX PLAY",
|
||||
"overlayoff": "FX STOP",
|
||||
"open": "Open rundown",
|
||||
"play": "Play ►",
|
||||
"playmaster": "Play ►",
|
||||
"rename": "Rename",
|
||||
"replacetemplate": "Re-import",
|
||||
"selectemplate": "Select",
|
||||
"select": "Open project",
|
||||
"settings": "Project settings",
|
||||
"shortcuts": "Keyboard shortcuts",
|
||||
"showwebrenderer": "Open output window...",
|
||||
"stop": "Stop ■",
|
||||
"stopmaster": "Stop ■",
|
||||
"update": "Update ► F5",
|
||||
"save": "Save"
|
||||
},
|
||||
"headline": {
|
||||
"createrundowntip": "Create a new rundown to this project",
|
||||
"edit": "Edit rundown",
|
||||
"select": "Choose a project",
|
||||
"selectfile": "Choose a rundown"
|
||||
},
|
||||
"pagetitle": {
|
||||
"admin": "Admin",
|
||||
"authpolicy": "Configure user access",
|
||||
"home": "Welcome",
|
||||
"login": "Login",
|
||||
"pickAllTemplates": "Add all templates to the rundown",
|
||||
"picktemplate": "Add template to rundown",
|
||||
"selectshow": "Choose a project",
|
||||
"select": "Choose a rundown",
|
||||
"selectshowextra": "Add extra control to the project",
|
||||
"selectemplate": "Choose a template",
|
||||
"selectfile": "Choose a file",
|
||||
"shortcuts": "Keyboard shortcuts",
|
||||
"controller": "Controller",
|
||||
"configapp": "Application configuration",
|
||||
"configshow": "Project settings",
|
||||
"shows": "Projects",
|
||||
"f1ShortcutTip" : "This help screen",
|
||||
"upDownShortcutTip" : "Focus previous / next item",
|
||||
"homeEndShortcutTip" : "Focus first / last item",
|
||||
"enterShortcutTip" : "Open / close focused item for editing",
|
||||
"spaceShortcutTip" : "Play / continue / stop focused playlist item",
|
||||
"tipContinue" : "Support for next -command must be implemented in the template",
|
||||
"ctrlDShortcutTip" : "Duplicate a template item",
|
||||
"shiftSpaceShortcutTip" : "Play / stop focused playlist item",
|
||||
"f5ShortcutTip" : "Send an instant update to the template (to fix typos, for instance).",
|
||||
"supportUpdateCommandTip" : "Support for update command must be implemented in the template.",
|
||||
"capsShortcutTip" : "Show item overlays for quick info and for copying API commands quickly.",
|
||||
"escShortcutTip": "Stop all layers used by current rundown."
|
||||
},
|
||||
"config": {
|
||||
"addnewtip": "Add new item by filling in and saving",
|
||||
"addfirsttemplate": "Click + to add a template to this project",
|
||||
"addfirstextra": "Click + to add an extra control to this project",
|
||||
"audioplayer": "Audioplayer",
|
||||
"authpolicy": "User access configuration. Should username and password be used?",
|
||||
"authinfo": "This dialog will be shown if a username is set without a password in config-file.",
|
||||
"authnone": "Application does not require username or password.",
|
||||
"backgroundImage": "Static background image (usually transparent)",
|
||||
"playerflags": "Player parameters",
|
||||
"preview": "Preview action",
|
||||
"buttoncolor": "Button color",
|
||||
"buttontext": "Button caption",
|
||||
"buttontexts": "Button captions",
|
||||
"buttontype": "Button type",
|
||||
"casparcg": "CasparCG settings",
|
||||
"ccgtemplates": "template-folder (casparcg.config)",
|
||||
"ccgplayout": "CasparCG playout",
|
||||
"ccgservers": "CasparCG servers",
|
||||
"coloraccent": "Accent color",
|
||||
"dataformat": "Data format",
|
||||
"dataroot": "Data folder",
|
||||
"defaultvalue": "Default value",
|
||||
"description": "Description",
|
||||
"extrabutton": "Button",
|
||||
"extrabuttondescription": "Simple push button which executes a function",
|
||||
"extratoggle": "Toggle button",
|
||||
"extratoggledescription": "Button with separate functions for on and off states",
|
||||
"extraselectbutton": "Selection dropdown with a button",
|
||||
"extraselectdescription": "Dropdown selector with multiple options",
|
||||
"functionlibrary": "Function library (/js/myFunctions.js)",
|
||||
"functiondescription": "Function description",
|
||||
"functionhandler": "Handler function",
|
||||
"general": "General settings",
|
||||
"globalbuttons": "Global extras",
|
||||
"inputfields": "Template fields",
|
||||
"javascriptfile": "Javascript file (/js/...)",
|
||||
"language": "User interface language",
|
||||
"logfolder": "Log folder",
|
||||
"loglevel": "Log level",
|
||||
"openchrome": "Open Chrome at restart",
|
||||
"options": "Dropdown options (text, value)",
|
||||
"optionalBgImage": "Optional background image from folder",
|
||||
"projectvariables": "Project variables",
|
||||
"resolution": "Output resolution",
|
||||
"resolutioninfo": "Please note, most templates are designed for HD by default and may need changes to support other resolutions.",
|
||||
"restartinfo": "SPX process will need to restart for changes to have effect",
|
||||
"serverport": "Port",
|
||||
"showextras": "Project extras",
|
||||
"stopmode": "Stop animation",
|
||||
"templatefile": "Template file",
|
||||
"templates": "Templates assigned to this project",
|
||||
"templatepathinfo": "Note, templates must be available to both CasparCG- and SPX-applications. Configure this to be the CasparCG template folder or copy templatefiles to both applications if necessary.",
|
||||
"templateroot": "HTML template-folder",
|
||||
"text": "Visible text",
|
||||
"updated": "Updated",
|
||||
"value": "Value",
|
||||
"webplayout": "Web playout layer",
|
||||
"webplayurl": "Browser URL",
|
||||
"autoplay": "Autoplay active layers on load"
|
||||
},
|
||||
"error": {
|
||||
"fileExisted": "File existed, please try again.",
|
||||
"preventBrowseUp": "This is the root template folder.",
|
||||
"templateDefinitionMissing": "SPXGCTemplateDefinition{} missing from chosen file. Refer to section templates in documentation."
|
||||
},
|
||||
"warning": {
|
||||
"notemplates": "There are no templates linked to this project yet",
|
||||
"showprofilebackup": "It is recommended to make a backup copy of profile file before making changes.",
|
||||
"severalControllers": "Several controllers are connected to the SPX server! Only one recommended."
|
||||
},
|
||||
"hover": {
|
||||
"accent": "Template accent color on rundowns.",
|
||||
"addrundownitem": "Add item to rundown",
|
||||
"addshow": "Create new project",
|
||||
"addrundown": "Add new rundown to project",
|
||||
"addccgserver": "Add new CasparCG -server by entering NAME, IP and PORT -info",
|
||||
"buttontype": "Type of an extra control.",
|
||||
"browsetemplate": "Browse for a new template to assign to this project",
|
||||
"browseextras": "Browse for a new extra control to assign to this project",
|
||||
"browseglobalextras": "Add a global extra control",
|
||||
"cancelconfig": "Close config without saving changes",
|
||||
"ccgserver": "CasparCG server name in SPX",
|
||||
"ccgchannel": "CasparCG playout channel",
|
||||
"ccglayer": "CasparCG playout layer",
|
||||
"ccgtemplatepath": "template-folder value from casparcg.config -file",
|
||||
"ccghost": "CasparCG server network name or IP-address",
|
||||
"ccgport": "CasparCG server port (usually 5250)",
|
||||
"colors": "Extra control color in user interface",
|
||||
"config": "Open application configuration",
|
||||
"confitem": "Templaten settings",
|
||||
"confjsfile": "Javascript -library of global extras",
|
||||
"dataformat": "Data format to send to template",
|
||||
"dataroot": "Data folder for storing project- and rundown files?",
|
||||
"defaultvalue": "Default must be one of the available option values",
|
||||
"delete": "Remove item",
|
||||
"deletethis": "Remove this item from the rundown",
|
||||
"deletepisode": "Delete selected rundown including all items",
|
||||
"deleteshow": "Delete selected project including settings and all rundowns",
|
||||
"docs": "Open documentation",
|
||||
"duplicateitem": "Duplicate this item",
|
||||
"duplicaterundown": "Creates a duplicate of the selected rundown",
|
||||
"epslist": "Select or doubleclick rundown to open it",
|
||||
"extradescr": "Extra function description",
|
||||
"fcall": "Event handler function in function library (for example helloWorld)",
|
||||
"fields": "Scanned SPXGCTemplateDefinition fields",
|
||||
"github": "Open SPX project page in GitHub",
|
||||
"help": "Open help about this section",
|
||||
"htmlfolder": "Absolute folder path to CasparCG template folder?",
|
||||
"item": "Double click (or Enter) to open / close item editor. Drag to sort items.",
|
||||
"lang": "User interface language? (You can create new language files to locales-folder as needed)",
|
||||
"logfolder": "Folder for log files",
|
||||
"loglevel": "Logging level? Default level: info. Most log information: debug.",
|
||||
"masterplay": "Play / stop selected item (Space)",
|
||||
"masterupdate": "Update texts from selected item (F5)",
|
||||
"mastercontinue": "Continue animation to next step (Shift + Space)",
|
||||
"navishows": "Projects",
|
||||
"navishow": "Rundowns",
|
||||
"newversavailable": "A newer version is available. Click to read more.",
|
||||
"openbrowser": "Should Chrome browser launch at server startup?",
|
||||
"openrundown": "Open selected rundown in controller",
|
||||
"options": "Dropdown settings",
|
||||
"outmode": "Out animation of the graphic",
|
||||
"port": "Application port to use? (For instance 3000 5000...) Please note: THIS PAGES ADDRESS will also change!",
|
||||
"profile": "Open settings of this project",
|
||||
"playthis": "Play or stop this item",
|
||||
"playouturl": "Web playout URL for streaming graphics applications.",
|
||||
"preview": "Control when graphics are rendered to the preview channel",
|
||||
"removeglobalextra": "Remove this extra from all projects",
|
||||
"removetemplate": "Remove this template from this project",
|
||||
"remoteplayouturl": "Webrender installed to en external server. (Note, public IP addresses required)",
|
||||
"replacetemplate": "Re-import template if changes made to source code.",
|
||||
"resolution": "Output resolution. The default is HD (1920x1080).",
|
||||
"saveconfig": "Save configurations to a config file",
|
||||
"saveprofile": "Save project settings",
|
||||
"showjsfile": "Javascript function library of this project",
|
||||
"showlist": "Select or doubleclick project to open it",
|
||||
"submitthis": "Save and close editor",
|
||||
"templatepath": "HTML-templates relative filepath",
|
||||
"templatedescr": "Short description of the item for the GUI",
|
||||
"text": "Button text",
|
||||
"text1": "Button text when active",
|
||||
"updated": "Timestamp when template was last imported",
|
||||
"updatethis": "Update this item",
|
||||
"weblayer": "Webplayout layer",
|
||||
"exportitem": "Create a CSV file from fields of this template ",
|
||||
"importitems": "Create rundown items from a CSV file",
|
||||
"renameepisode": "Rename selected rundown"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user