New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -2,9 +2,8 @@
|
|||
# Pull requests for translations outside of Crowdin will not be accepted.
|
||||
# Read this forum post for more instructions on submitting translations: https://obsproject.com/forum/threads/how-to-contribute-translations-for-obs.16327/
|
||||
|
||||
# Language and language region of this file
|
||||
# Language of this file
|
||||
Language="English"
|
||||
Region="United States"
|
||||
|
||||
# commonly shared locale
|
||||
OK="OK"
|
||||
|
|
@ -43,6 +42,7 @@ SceneWindow="Windowed Projector (Scene)"
|
|||
SourceWindow="Windowed Projector (Source)"
|
||||
MultiviewProjector="Multiview (Fullscreen)"
|
||||
MultiviewWindowed="Multiview (Windowed)"
|
||||
ResizeProjectorWindowToContent="Fit window to content"
|
||||
Clear="Clear"
|
||||
Revert="Revert"
|
||||
Show="Show"
|
||||
|
|
@ -92,14 +92,22 @@ Calculating="Calculating..."
|
|||
Fullscreen="Fullscreen"
|
||||
Windowed="Windowed"
|
||||
Percent="Percent"
|
||||
RefreshBrowser="Refresh"
|
||||
AspectRatio="Aspect Ratio <b>%1:%2</b>"
|
||||
LockVolume="Lock Volume"
|
||||
LogViewer="Log Viewer"
|
||||
ShowOnStartup="Show on startup"
|
||||
OpenFile="Open file"
|
||||
AddValue="Add %1"
|
||||
|
||||
# warning if program already open
|
||||
AlreadyRunning.Title="OBS is already running"
|
||||
AlreadyRunning.Text="OBS is already running! Unless you meant to do this, please shut down any existing instances of OBS before trying to run a new instance. If you have OBS set to minimize to the system tray, please check to see if it's still running there."
|
||||
AlreadyRunning.LaunchAnyway="Launch Anyway"
|
||||
|
||||
ChromeOS.Title="Unsupported Platform"
|
||||
ChromeOS.Text="OBS appears to be running inside a ChromeOS container. This platform is unsupported"
|
||||
|
||||
# warning when closing docks. it's frustrating that we actually need this.
|
||||
DockCloseWarning.Title="Closing Dockable Window"
|
||||
DockCloseWarning.Text="You just closed a dockable window. If you'd like to show it again, use the View → Docks menu on the menu bar."
|
||||
|
|
@ -143,10 +151,6 @@ BandwidthTest.Region.EU="Europe"
|
|||
BandwidthTest.Region.Asia="Asia"
|
||||
BandwidthTest.Region.Other="Other"
|
||||
|
||||
# first time startup
|
||||
Basic.FirstStartup.RunWizard="Would you like to run the auto-configuration wizard? You can also manually configure your settings by clicking the Settings button in the main window."
|
||||
Basic.FirstStartup.RunWizard.NoClicked="If you change your mind, you can run the auto-configuration wizard any time again from the Tools menu."
|
||||
|
||||
# auto config wizard
|
||||
Basic.AutoConfig="Auto-Configuration Wizard"
|
||||
Basic.AutoConfig.ApplySettings="Apply Settings"
|
||||
|
|
@ -154,8 +158,9 @@ Basic.AutoConfig.StartPage="Usage Information"
|
|||
Basic.AutoConfig.StartPage.SubTitle="Specify what you want to use the program for"
|
||||
Basic.AutoConfig.StartPage.PrioritizeStreaming="Optimize for streaming, recording is secondary"
|
||||
Basic.AutoConfig.StartPage.PrioritizeRecording="Optimize just for recording, I will not be streaming"
|
||||
Basic.AutoConfig.StartPage.PrioritizeVirtualCam="I will only be using the virtual camera"
|
||||
Basic.AutoConfig.VideoPage="Video Settings"
|
||||
Basic.AutoConfig.VideoPage.SubTitle="Specify the desired video settings you would like to use"
|
||||
Basic.AutoConfig.VideoPage.SubTitle="Specify the video settings you would like to use"
|
||||
Basic.AutoConfig.VideoPage.BaseResolution.UseCurrent="Use Current (%1x%2)"
|
||||
Basic.AutoConfig.VideoPage.BaseResolution.Display="Display %1 (%2x%3)"
|
||||
Basic.AutoConfig.VideoPage.FPS.UseCurrent="Use Current (%1)"
|
||||
|
|
@ -197,6 +202,8 @@ Basic.AutoConfig.TestPage.Result.StreamingEncoder="Streaming Encoder"
|
|||
Basic.AutoConfig.TestPage.Result.RecordingEncoder="Recording Encoder"
|
||||
Basic.AutoConfig.TestPage.Result.Header="The program has determined that these estimated settings are the most ideal for you:"
|
||||
Basic.AutoConfig.TestPage.Result.Footer="To use these settings, click Apply Settings. To reconfigure the wizard and try again, click Back. To manually configure settings yourself, click Cancel and open Settings."
|
||||
Basic.AutoConfig.Info="The auto-configuration wizard will determine the best settings based on your computer specs and internet speed."
|
||||
Basic.AutoConfig.RunAnytime="This can be run at any time by going to the Tools menu."
|
||||
|
||||
# stats
|
||||
Basic.Stats="Stats"
|
||||
|
|
@ -331,7 +338,10 @@ Output.BadPath.Text="The configured file output path is invalid. Please check yo
|
|||
|
||||
# log upload dialog text and messages
|
||||
LogReturnDialog="Log Upload Successful"
|
||||
LogReturnDialog.Description="Your log file has been uploaded. You can now share the URL for debugging or support purposes."
|
||||
LogReturnDialog.Description.Crash="Your crash report has been uploaded. You can now share the URL for debugging purposes."
|
||||
LogReturnDialog.CopyURL="Copy URL"
|
||||
LogReturnDialog.AnalyzeURL="Analyze"
|
||||
LogReturnDialog.ErrorUploadingLog="Error uploading log file"
|
||||
|
||||
# remux dialog
|
||||
|
|
@ -521,6 +531,7 @@ Basic.Main.StartRecording="Start Recording"
|
|||
Basic.Main.StartReplayBuffer="Start Replay Buffer"
|
||||
Basic.Main.SaveReplay="Save Replay"
|
||||
Basic.Main.StartStreaming="Start Streaming"
|
||||
Basic.Main.StartVirtualCam="Start Virtual Camera"
|
||||
Basic.Main.StopRecording="Stop Recording"
|
||||
Basic.Main.PauseRecording="Pause Recording"
|
||||
Basic.Main.UnpauseRecording="Unpause Recording"
|
||||
|
|
@ -530,6 +541,9 @@ Basic.Main.StoppingReplayBuffer="Stopping Replay Buffer..."
|
|||
Basic.Main.StopStreaming="Stop Streaming"
|
||||
Basic.Main.StoppingStreaming="Stopping Stream..."
|
||||
Basic.Main.ForceStopStreaming="Stop Streaming (discard delay)"
|
||||
Basic.Main.ShowContextBar="Show Source Toolbar"
|
||||
Basic.Main.HideContextBar="Hide Source Toolbar"
|
||||
Basic.Main.StopVirtualCam="Stop Virtual Camera"
|
||||
Basic.Main.Group="Group %1"
|
||||
Basic.Main.GroupItems="Group Selected Items"
|
||||
Basic.Main.Ungroup="Ungroup"
|
||||
|
|
@ -588,7 +602,8 @@ Basic.MainMenu.View.Docks="Docks"
|
|||
Basic.MainMenu.View.Docks.ResetUI="Reset UI"
|
||||
Basic.MainMenu.View.Docks.LockUI="Lock UI"
|
||||
Basic.MainMenu.View.Docks.CustomBrowserDocks="Custom Browser Docks..."
|
||||
Basic.MainMenu.View.Toolbars.Listboxes="&Listboxes"
|
||||
Basic.MainMenu.View.ListboxToolbars="Scene/Source List Buttons"
|
||||
Basic.MainMenu.View.ContextBar="Source Toolbar"
|
||||
Basic.MainMenu.View.SceneTransitions="S&cene Transitions"
|
||||
Basic.MainMenu.View.SourceIcons="Source &Icons"
|
||||
Basic.MainMenu.View.StatusBar="&Status Bar"
|
||||
|
|
@ -685,9 +700,6 @@ Basic.Settings.Stream.TTVAddon.None="None"
|
|||
Basic.Settings.Stream.TTVAddon.BTTV="BetterTTV"
|
||||
Basic.Settings.Stream.TTVAddon.FFZ="FrankerFaceZ"
|
||||
Basic.Settings.Stream.TTVAddon.Both="BetterTTV and FrankerFaceZ"
|
||||
Basic.Settings.Stream.MixerAddon="Mixer Chat Add-Ons"
|
||||
Basic.Settings.Stream.MixerAddon.None="None"
|
||||
Basic.Settings.Stream.MixerAddon.MEE="MixrElixr Emotes"
|
||||
Basic.Settings.Stream.MissingSettingAlert="Missing Stream Setup"
|
||||
Basic.Settings.Stream.StreamSettingsWarning="Open Settings"
|
||||
Basic.Settings.Stream.MissingUrlAndApiKey="URL and Stream Key are missing.\n\nOpen settings to enter the URL and Stream Key in the 'stream' tab."
|
||||
|
|
@ -786,6 +798,14 @@ Basic.Settings.Output.Adv.FFmpeg.MuxerSettings="Muxer Settings (if any)"
|
|||
Basic.Settings.Output.Adv.FFmpeg.GOPSize="Keyframe interval (frames)"
|
||||
Basic.Settings.Output.Adv.FFmpeg.IgnoreCodecCompat="Show all codecs (even if potentially incompatible)"
|
||||
|
||||
# Screenshot
|
||||
Screenshot="Screenshot Output"
|
||||
Screenshot.SourceHotkey="Screenshot Selected Source"
|
||||
Screenshot.StudioProgram="Screenshot (Program)"
|
||||
Screenshot.Preview="Screenshot (Preview)"
|
||||
Screenshot.Scene="Screenshot (Scene)"
|
||||
Screenshot.Source="Screenshot (Source)"
|
||||
|
||||
# basic mode 'output' settings - advanced section - recording subsection - completer
|
||||
FilenameFormatting.completer="%CCYY-%MM-%DD %hh-%mm-%ss\n%YY-%MM-%DD %hh-%mm-%ss\n%Y-%m-%d %H-%M-%S\n%y-%m-%d %H-%M-%S\n%a %Y-%m-%d %H-%M-%S\n%A %Y-%m-%d %H-%M-%S\n%Y-%b-%d %H-%M-%S\n%Y-%B-%d %H-%M-%S\n%Y-%m-%d %I-%M-%S-%p\n%Y-%m-%d %H-%M-%S-%z\n%Y-%m-%d %H-%M-%S-%Z\n%FPS\n%CRES\n%ORES\n%VF"
|
||||
|
||||
|
|
@ -829,10 +849,10 @@ Basic.Settings.Audio.PeakMeterType="Peak Meter Type"
|
|||
Basic.Settings.Audio.PeakMeterType.SamplePeak="Sample Peak"
|
||||
Basic.Settings.Audio.PeakMeterType.TruePeak="True Peak (Higher CPU usage)"
|
||||
Basic.Settings.Audio.MultiChannelWarning.Enabled="WARNING: Surround sound audio is enabled."
|
||||
Basic.Settings.Audio.MultichannelWarning="If streaming, check to see if your streaming service supports both surround sound ingest and surround sound playback. Facebook 360 Live, Mixer RTMP, Smashcast are examples where surround sound is fully supported. Although Facebook Live and YouTube Live both accept surround ingest, Facebook Live downmixes to stereo, and YouTube Live plays only two channels.\n\nOBS audio filters are compatible with surround sound, though VST plugin support isn't guaranteed."
|
||||
Basic.Settings.Audio.MultichannelWarning="If streaming, check to see if your streaming service supports both surround sound ingest and surround sound playback. Facebook 360 Live is one example where surround sound is fully supported. Although Facebook Live and YouTube Live both accept surround ingest, Facebook Live downmixes to stereo, and YouTube Live plays only two channels.\n\nOBS audio filters are compatible with surround sound, though VST plugin support isn't guaranteed."
|
||||
Basic.Settings.Audio.MultichannelWarning.Title="Enable surround sound audio?"
|
||||
Basic.Settings.Audio.MultichannelWarning.Confirm="Are you sure you want to enable surround sound audio?"
|
||||
Basic.Settings.Audio.Devices="Devices"
|
||||
Basic.Settings.Audio.Devices="Global Audio Devices"
|
||||
Basic.Settings.Audio.DesktopDevice="Desktop Audio"
|
||||
Basic.Settings.Audio.DesktopDevice2="Desktop Audio 2"
|
||||
Basic.Settings.Audio.AuxDevice="Mic/Auxiliary Audio"
|
||||
|
|
@ -1019,3 +1039,18 @@ XSplitBroadcaster="XSplit Broadcaster"
|
|||
# OBS restart
|
||||
Restart="Restart"
|
||||
NeedsRestart="OBS Studio needs to be restarted. Do you want to restart now?"
|
||||
|
||||
# Context Bar
|
||||
ContextBar.NoSelectedSource="No source selected"
|
||||
ContextBar.ResetTransform="Reset Transform"
|
||||
ContextBar.FitToCanvas="Fit to Canvas"
|
||||
|
||||
# Context Bar Media Controls
|
||||
ContextBar.MediaControls.PlayMedia="Play Media"
|
||||
ContextBar.MediaControls.PauseMedia="Pause Media"
|
||||
ContextBar.MediaControls.StopMedia="Stop Media"
|
||||
ContextBar.MediaControls.RestartMedia="Restart Media"
|
||||
ContextBar.MediaControls.PlaylistNext="Next in Playlist"
|
||||
ContextBar.MediaControls.PlaylistPrevious="Previous in Playlist"
|
||||
ContextBar.MediaControls.MediaProperties="Media Properties"
|
||||
ContextBar.MediaControls.BlindSeek="Media Seek Widget"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue