mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
Merge remote-tracking branch 'origin/main' into feature/llm
This commit is contained in:
commit
0728b76543
1
.github/actions/spelling/expect/74d92373e136649071b3c04dc8773f18deaf5e04.txt
vendored
Normal file
1
.github/actions/spelling/expect/74d92373e136649071b3c04dc8773f18deaf5e04.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
ftcs
|
||||
6
.github/actions/spelling/expect/expect.txt
vendored
6
.github/actions/spelling/expect/expect.txt
vendored
@ -540,7 +540,6 @@ EPres
|
||||
EQU
|
||||
ERASEBKGND
|
||||
ERRORONEXIT
|
||||
ESFCIB
|
||||
esrp
|
||||
ESV
|
||||
ETW
|
||||
@ -603,7 +602,6 @@ FONTSTRING
|
||||
FONTTYPE
|
||||
FONTWIDTH
|
||||
FONTWINDOW
|
||||
foob
|
||||
FORCEOFFFEEDBACK
|
||||
FORCEONFEEDBACK
|
||||
FRAMECHANGED
|
||||
@ -620,7 +618,6 @@ FUNCTIONCALL
|
||||
fuzzmain
|
||||
fuzzmap
|
||||
fuzzwrapper
|
||||
fuzzyfinder
|
||||
fwdecl
|
||||
fwe
|
||||
fwlink
|
||||
@ -961,7 +958,6 @@ lsb
|
||||
lsconfig
|
||||
lstatus
|
||||
lstrcmp
|
||||
lstrcmpi
|
||||
LTEXT
|
||||
lto
|
||||
ltsc
|
||||
@ -1125,7 +1121,6 @@ NOREPOSITION
|
||||
NORMALDISPLAY
|
||||
NOSCRATCH
|
||||
NOSEARCH
|
||||
noselect
|
||||
NOSELECTION
|
||||
NOSENDCHANGING
|
||||
NOSIZE
|
||||
@ -1183,7 +1178,6 @@ onecoreuuid
|
||||
ONECOREWINDOWS
|
||||
onehalf
|
||||
oneseq
|
||||
oob
|
||||
openbash
|
||||
opencode
|
||||
opencon
|
||||
|
||||
@ -169,10 +169,10 @@ The Portable ZIP distribution is a portable application. It will not automatical
|
||||
|
||||
| Distribution | Architecture | Link |
|
||||
|---------------|:---------------:|------------------------------------------------------|
|
||||
| App Installer | x64, arm64, x86 | [download](https://aka.ms/terminal-canary-installer) |
|
||||
| Portable ZIP | x64 | [download](https://aka.ms/terminal-canary-zip-x64) |
|
||||
| Portable ZIP | ARM64 | [download](https://aka.ms/terminal-canary-zip-arm64) |
|
||||
| Portable ZIP | x86 | [download](https://aka.ms/terminal-canary-zip-x86) |
|
||||
| App Installer | x64, arm64, x86 | [Download](https://aka.ms/terminal-canary-installer) |
|
||||
| Portable ZIP | x64 | [Download](https://aka.ms/terminal-canary-zip-x64) |
|
||||
| Portable ZIP | ARM64 | [Download](https://aka.ms/terminal-canary-zip-arm64) |
|
||||
| Portable ZIP | x86 | [Download](https://aka.ms/terminal-canary-zip-x86) |
|
||||
|
||||
_Learn more about the [types of Windows Terminal distributions](https://learn.microsoft.com/windows/terminal/distributions)._
|
||||
|
||||
|
||||
@ -111,7 +111,7 @@ not understanding these sequences originally.
|
||||
The relevant FinalTerm sequences for marking up the prompt are as follows.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
* **FTCS_PROMPT**: `OSC 133 ; A ST`
|
||||
- The start of a prompt. Internally, this sets a marker in the buffer
|
||||
|
||||
120
src/cascadia/Remoting/Resources/sr-Cyrl-RS/Resources.resw
Normal file
120
src/cascadia/Remoting/Resources/sr-Cyrl-RS/Resources.resw
Normal file
@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@ -185,7 +185,7 @@
|
||||
<value>終了</value>
|
||||
</data>
|
||||
<data name="MultiplePanes" xml:space="preserve">
|
||||
<value>複数ウィンドウ</value>
|
||||
<value>複数ペイン</value>
|
||||
</data>
|
||||
<data name="TabCloseSubMenu" xml:space="preserve">
|
||||
<value>閉じる</value>
|
||||
@ -203,13 +203,13 @@
|
||||
<value>タブを閉じる</value>
|
||||
</data>
|
||||
<data name="PaneClose" xml:space="preserve">
|
||||
<value>ウィンドウを閉じる</value>
|
||||
<value>ペインを閉じる</value>
|
||||
</data>
|
||||
<data name="SplitTabText" xml:space="preserve">
|
||||
<value>タブを分割</value>
|
||||
</data>
|
||||
<data name="SplitPaneText" xml:space="preserve">
|
||||
<value>ウィンドウを分割する</value>
|
||||
<value>ペインを分割する</value>
|
||||
</data>
|
||||
<data name="SplitPaneToolTipText" xml:space="preserve">
|
||||
<value>分割する方向を右クリック - 右/下/上/左</value>
|
||||
@ -230,7 +230,7 @@
|
||||
<value>複製</value>
|
||||
</data>
|
||||
<data name="SwapPaneText" xml:space="preserve">
|
||||
<value>ウィンドウを入れ替える</value>
|
||||
<value>ペインを入れ替える</value>
|
||||
</data>
|
||||
<data name="SwapPaneDownText" xml:space="preserve">
|
||||
<value>下とペインを入れ替え</value>
|
||||
@ -245,10 +245,10 @@
|
||||
<value>左とペインを入れ替え</value>
|
||||
</data>
|
||||
<data name="TogglePaneZoomText" xml:space="preserve">
|
||||
<value>ウィンドウのズームの切り替え</value>
|
||||
<value>ペインのズームの切り替え</value>
|
||||
</data>
|
||||
<data name="CloseOtherPanesText" xml:space="preserve">
|
||||
<value>他のウィンドウを閉じる</value>
|
||||
<value>他のペインを閉じる</value>
|
||||
</data>
|
||||
<data name="SearchWebText" xml:space="preserve">
|
||||
<value>Web 検索</value>
|
||||
@ -345,17 +345,17 @@
|
||||
<value>指定されたインデックスのタブにフォーカスを移動する</value>
|
||||
</data>
|
||||
<data name="CmdMovePaneTabArgDesc" xml:space="preserve">
|
||||
<value>フォーカスされたウィンドウを指定されたインデックスのタブに移動する</value>
|
||||
<value>フォーカスされたペインを指定されたインデックスのタブに移動する</value>
|
||||
</data>
|
||||
<data name="CmdMovePaneDesc" xml:space="preserve">
|
||||
<value>フォーカスされたウィンドウを別のタブに移動する</value>
|
||||
<value>フォーカスされたペインを別のタブに移動する</value>
|
||||
</data>
|
||||
<data name="CmdMPDesc" xml:space="preserve">
|
||||
<value>"move-pane" サブコマンドのエイリアス。</value>
|
||||
<comment>{Locked="\"move-pane\""}</comment>
|
||||
</data>
|
||||
<data name="CmdSplitPaneSizeArgDesc" xml:space="preserve">
|
||||
<value>サイズを親ウィンドウに対する割合として指定します。有効な値は (0,1) の間で、排他的です。</value>
|
||||
<value>サイズを親ペインに対する割合として指定します。有効な値は (0,1) の間で、排他的です。</value>
|
||||
</data>
|
||||
<data name="CmdNewTabDesc" xml:space="preserve">
|
||||
<value>新しいタブの作成</value>
|
||||
@ -365,14 +365,14 @@
|
||||
<comment>{Locked="\"new-tab\""}</comment>
|
||||
</data>
|
||||
<data name="CmdFocusPaneDesc" xml:space="preserve">
|
||||
<value>別のウィンドウにフォーカスを移動する</value>
|
||||
<value>別のペインにフォーカスを移動する</value>
|
||||
</data>
|
||||
<data name="CmdFPDesc" xml:space="preserve">
|
||||
<value>"focus-pane" サブコマンドのエイリアス。</value>
|
||||
<comment>{Locked="\"focus-pane\""}</comment>
|
||||
</data>
|
||||
<data name="CmdFocusPaneTargetArgDesc" xml:space="preserve">
|
||||
<value>指定されたインデックスのウィンドウをフォーカスする</value>
|
||||
<value>指定されたインデックスのペインをフォーカスする</value>
|
||||
</data>
|
||||
<data name="CmdProfileArgDesc" xml:space="preserve">
|
||||
<value>指定されたプロファイルで開きます。プロファイルの名前または GUID を指定できます</value>
|
||||
@ -381,20 +381,20 @@
|
||||
<value>WT_SESSION 変数を設定します; GUID である必要があります</value>
|
||||
</data>
|
||||
<data name="CmdSplitPaneDesc" xml:space="preserve">
|
||||
<value>新しい分割ウィンドウの作成</value>
|
||||
<value>新しい分割ペインの作成</value>
|
||||
</data>
|
||||
<data name="CmdSPDesc" xml:space="preserve">
|
||||
<value>"split-pane" サブコマンドのエイリアス。</value>
|
||||
<comment>{Locked="\"split-pane\""}</comment>
|
||||
</data>
|
||||
<data name="CmdSplitPaneHorizontalArgDesc" xml:space="preserve">
|
||||
<value>新しいウィンドウを水平方向に分割して作成します ([-]と考えてください)</value>
|
||||
<value>新しいペインを水平方向に分割して作成します ([-]と考えてください)</value>
|
||||
</data>
|
||||
<data name="CmdSplitPaneVerticalArgDesc" xml:space="preserve">
|
||||
<value>新しいウィンドウを垂直方向に分割して作成します ([|]と考えてください)</value>
|
||||
<value>新しいペインを垂直方向に分割して作成します ([|]と考えてください)</value>
|
||||
</data>
|
||||
<data name="CmdSplitPaneDuplicateArgDesc" xml:space="preserve">
|
||||
<value>フォーカスされたウィンドウのプロファイルを複製して、新しいウィンドウを作成します</value>
|
||||
<value>フォーカスされたペインのプロファイルを複製して、新しいペインを作成します</value>
|
||||
</data>
|
||||
<data name="CmdStartingDirArgDesc" xml:space="preserve">
|
||||
<value>プロファイルの "startingDirectory" の設定ではなく、指定されたディレクトリで開きます</value>
|
||||
@ -439,10 +439,10 @@
|
||||
<value>フォーカスを移動する方向</value>
|
||||
</data>
|
||||
<data name="CmdSwapPaneDesc" xml:space="preserve">
|
||||
<value>フォーカスされたウィンドウを、指定された方向の隣接するウィンドウと入れ替える</value>
|
||||
<value>フォーカスされたペインを、指定された方向の隣接するペインと入れ替える</value>
|
||||
</data>
|
||||
<data name="CmdSwapPaneDirectionArgDesc" xml:space="preserve">
|
||||
<value>フォーカスされたウィンドウを移動する方向</value>
|
||||
<value>フォーカスされたペインを移動する方向</value>
|
||||
</data>
|
||||
<data name="CmdFocusDesc" xml:space="preserve">
|
||||
<value>ウィンドウをフォーカス モードで起動</value>
|
||||
@ -872,10 +872,10 @@
|
||||
<value>なし</value>
|
||||
</data>
|
||||
<data name="ClosePaneText" xml:space="preserve">
|
||||
<value>ウィンドウを閉じる</value>
|
||||
<value>ペインを閉じる</value>
|
||||
</data>
|
||||
<data name="ClosePaneToolTip" xml:space="preserve">
|
||||
<value>複数のウィンドウが存在する場合は、アクティブなウィンドウを閉じます</value>
|
||||
<value>複数のペインが存在する場合は、アクティブなペインを閉じます</value>
|
||||
</data>
|
||||
<data name="TabColorClearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.FullDescription" xml:space="preserve">
|
||||
<value>タブの色をリセット</value>
|
||||
@ -892,7 +892,7 @@
|
||||
<comment>This text is displayed on context menu for profile entries in add new tab button.</comment>
|
||||
</data>
|
||||
<data name="TerminalPage_PaneMovedAnnouncement_ExistingTab" xml:space="preserve">
|
||||
<value>アクティブなウィンドウを [{0}] タブに移動しました</value>
|
||||
<value>アクティブなペインを [{0}] タブに移動しました</value>
|
||||
<comment>{Locked="{0}"}This text is read out by screen readers upon a successful pane movement. {0} is the name of the tab the pane was moved to.</comment>
|
||||
</data>
|
||||
<data name="TerminalPage_TabMovedAnnouncement_Default" xml:space="preserve">
|
||||
@ -908,19 +908,19 @@
|
||||
<comment>{Locked="{0}"}{Locked="{1}"}This text is read out by screen readers upon a successful tab movement. {0} is the name of the tab. {1} is the new tab index in the tab row.</comment>
|
||||
</data>
|
||||
<data name="TerminalPage_PaneMovedAnnouncement_ExistingWindow" xml:space="preserve">
|
||||
<value>アクティブなウィンドウを "{1}" ウィンドウの [{0}] タブに移動しました</value>
|
||||
<value>アクティブなペインを "{1}" ウィンドウの [{0}] タブに移動しました</value>
|
||||
<comment>{Locked="{0}"}{Locked="{1}"}This text is read out by screen readers upon a successful pane movement. {0} is the name of the tab the pane was moved to. {1} is the name of the window the pane was moved to. Replaced in 1.19 by TerminalPage_PaneMovedAnnouncement_ExistingWindow2</comment>
|
||||
</data>
|
||||
<data name="TerminalPage_PaneMovedAnnouncement_ExistingWindow2" xml:space="preserve">
|
||||
<value>アクティブなウィンドウを "{0}" ウィンドウに移動しました</value>
|
||||
<value>アクティブなペインを "{0}" ウィンドウに移動しました</value>
|
||||
<comment>{Locked="{0}"}This text is read out by screen readers upon a successful pane movement. {0} is the name of the window the pane was moved to.</comment>
|
||||
</data>
|
||||
<data name="TerminalPage_PaneMovedAnnouncement_NewWindow" xml:space="preserve">
|
||||
<value>アクティブなウィンドウを新しいウィンドウに移動しました</value>
|
||||
<value>アクティブなペインを新しいウィンドウに移動しました</value>
|
||||
<comment>This text is read out by screen readers upon a successful pane movement to a new window.</comment>
|
||||
</data>
|
||||
<data name="TerminalPage_PaneMovedAnnouncement_NewTab" xml:space="preserve">
|
||||
<value>アクティブなウィンドウを新しいタブに移動しました</value>
|
||||
<value>アクティブなペインを新しいタブに移動しました</value>
|
||||
<comment>This text is read out by screen readers upon a successful pane movement to a new tab within the existing window.</comment>
|
||||
</data>
|
||||
<data name="CmdAppendCommandLineDesc" xml:space="preserve">
|
||||
@ -961,10 +961,10 @@
|
||||
<value>操作の保存に失敗しました</value>
|
||||
</data>
|
||||
<data name="CloseSnippetsPaneButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>ウィンドウを閉じる</value>
|
||||
<value>ペインを閉じる</value>
|
||||
</data>
|
||||
<data name="CloseSnippetsPaneButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>ウィンドウを閉じる</value>
|
||||
<value>ペインを閉じる</value>
|
||||
</data>
|
||||
<data name="TabMoveLeft" xml:space="preserve">
|
||||
<value>左へ移動</value>
|
||||
|
||||
@ -0,0 +1,229 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AzureCodeExpiry" xml:space="preserve">
|
||||
<value>Овај код ће да истекне за 15 минута.</value>
|
||||
</data>
|
||||
<data name="AzureEnterTenant" xml:space="preserve">
|
||||
<value>Молимо вас да унесете број жељеног станара.</value>
|
||||
</data>
|
||||
<data name="AzureNewLogin" xml:space="preserve">
|
||||
<value>Унесите {0} да се пријавите са новим налогом</value>
|
||||
<comment>{0} will be replaced with the resource from AzureUserEntry_NewLogin; it is intended to be a single-character shorthand for "new account"</comment>
|
||||
</data>
|
||||
<data name="AzureRemoveStored" xml:space="preserve">
|
||||
<value>Унесите {0} да обришете горе сачувана подешавања везе.</value>
|
||||
<comment>{0} will be replaced with the resource from AzureUserEntry_RemoveStored; it is intended to be a single-character shorthand for "remove stored"</comment>
|
||||
</data>
|
||||
<data name="AzureInvalidAccessInput" xml:space="preserve">
|
||||
<value>Молимо вас да унесете исправан број за приступ сачуваним подешавањима везе, {0} да се пријавите са новим налогом, или {1} да обришете сачувана подешавања везе.</value>
|
||||
<comment>{0} will be replaced with the resource from AzureUserEntry_NewLogin, and {1} will be replaced with AzureUserEntry_RemoveStored. This is an error message, used after AzureNewLogin/AzureRemoveStored if the user enters an invalid value.</comment>
|
||||
</data>
|
||||
<data name="AzureNonNumberError" xml:space="preserve">
|
||||
<value>Молимо вас да унесете број.</value>
|
||||
</data>
|
||||
<data name="AzureNumOutOfBoundsError" xml:space="preserve">
|
||||
<value>Број је ван опсега. Молимо вас да унесете исправан број.</value>
|
||||
</data>
|
||||
<data name="AzureNoTenants" xml:space="preserve">
|
||||
<value>Не може да се пронађе ниједан станар.</value>
|
||||
</data>
|
||||
<data name="AzureNoCloudAccount" xml:space="preserve">
|
||||
<value>Још увек нисте подесили ваш налог љуске облака. Посетите https://shell.azure.com да га подесите.</value>
|
||||
<comment>{Locked="https://shell.azure.com"} This URL should not be localized. Everything else should.</comment>
|
||||
</data>
|
||||
<data name="AzureStorePrompt" xml:space="preserve">
|
||||
<value>Желите ли да сачувате ова подешавања везе за будуће пријаве? [{0}/{1}]</value>
|
||||
<comment>{0} and {1} will be replaced with AzureUserEntry_Yes and AzureUserEntry_No. They are single-character shorthands for "yes" and "no" in this language.</comment>
|
||||
</data>
|
||||
<data name="AzureInvalidStoreInput" xml:space="preserve">
|
||||
<value>Молимо вас да унесете {0} или {1}</value>
|
||||
<comment>{0} and {1} will be replaced with AzureUserEntry_Yes and AzureUserEntry_No. This resource will be used as an error response after AzureStorePrompt.</comment>
|
||||
</data>
|
||||
<data name="AzureRequestingCloud" xml:space="preserve">
|
||||
<value>Захтева се инстанца љуске облака...</value>
|
||||
</data>
|
||||
<data name="AzureSuccess" xml:space="preserve">
|
||||
<value>Успешно.</value>
|
||||
</data>
|
||||
<data name="AzureRequestingTerminal" xml:space="preserve">
|
||||
<value>Захтева се терминал (ово може да потраје)...</value>
|
||||
</data>
|
||||
<data name="AzureTokensStored" xml:space="preserve">
|
||||
<value>Ваша подешавања везе су сачувана за будуће пријаве.</value>
|
||||
</data>
|
||||
<data name="AzureNoTokens" xml:space="preserve">
|
||||
<value>Нема токена који могу да се уклоне.</value>
|
||||
</data>
|
||||
<data name="AzureTokensRemoved" xml:space="preserve">
|
||||
<value>Обрисана су сачувана подешавања везе.</value>
|
||||
</data>
|
||||
<data name="AzureOldCredentialsFlushedMessage" xml:space="preserve">
|
||||
<value>Измењени су параметри потврде идентитета. Мораћете поново да се пријавите.</value>
|
||||
</data>
|
||||
<data name="AzureUnknownTenantName" xml:space="preserve">
|
||||
<value><непознато име станара></value>
|
||||
</data>
|
||||
<data name="AzureIthTenant" xml:space="preserve">
|
||||
<value>Станар {0}: {1} ({2})</value>
|
||||
<comment>{0} is the tenant's number, which the user will enter to connect to the tenant. {1} is the tenant's display name, which will be meaningful for the user. {2} is the tenant's internal ID number.</comment>
|
||||
</data>
|
||||
<data name="AzureSuccessfullyAuthenticated" xml:space="preserve">
|
||||
<value>Идентитет је потврђен.</value>
|
||||
</data>
|
||||
<data name="AzureUserEntry_NewLogin" xml:space="preserve">
|
||||
<value>н</value>
|
||||
<comment>This is shorthand for "new login". The user must enter this character to activate the New Login feature (AzureInvalidAccessInput, AzureNewLogin)</comment>
|
||||
</data>
|
||||
<data name="AzureUserEntry_RemoveStored" xml:space="preserve">
|
||||
<value>о</value>
|
||||
<comment>This is shorthand for "remove saved connections". The user must enter this character to activate the Remove Saved Logins feature (AzureRemoveStored, AzureInvalidAccessInput)</comment>
|
||||
</data>
|
||||
<data name="AzureUserEntry_Yes" xml:space="preserve">
|
||||
<value>д</value>
|
||||
<comment>This is shorthand for "yes". The user must enter this character to CONFIRM a prompt.</comment>
|
||||
</data>
|
||||
<data name="AzureUserEntry_No" xml:space="preserve">
|
||||
<value>н</value>
|
||||
<comment>This is shorthand for "no". The user must enter this character to DECLINE a prompt.</comment>
|
||||
</data>
|
||||
<data name="ProcessExited" xml:space="preserve">
|
||||
<value>[процес је вратио код {0}]</value>
|
||||
<comment>The first argument {0} is the error code of the process. When there is no error, the number ZERO will be displayed. </comment>
|
||||
</data>
|
||||
<data name="CtrlDToClose" xml:space="preserve">
|
||||
<value>Сада можете да затворите овај терминал са Ctrl+D, или да притиснете Ентер да га поново покренете.</value>
|
||||
<comment>"Ctrl+D" and "Enter" represent keys the user will press (control+D and Enter).</comment>
|
||||
</data>
|
||||
<data name="ProcessFailedToLaunch" xml:space="preserve">
|
||||
<value>[грешка {0} приликом покретања `{1}']</value>
|
||||
<comment>The first argument {0} is the error code. The second argument {1} is the user-specified path to a program.
|
||||
If this string is broken to multiple lines, it will not be displayed properly.</comment>
|
||||
</data>
|
||||
<data name="BadPathText" xml:space="preserve">
|
||||
<value>Не може да се приступи почетном директоријуму „{0}”</value>
|
||||
<comment>The first argument {0} is a path to a directory on the filesystem, as provided by the user.</comment>
|
||||
</data>
|
||||
<data name="ElevationRequired" xml:space="preserve">
|
||||
<value>Тражена операција захтева веће привилегије.</value>
|
||||
</data>
|
||||
<data name="FileNotFound" xml:space="preserve">
|
||||
<value>Систем не може да пронађе наведени фајл.</value>
|
||||
</data>
|
||||
</root>
|
||||
345
src/cascadia/TerminalControl/Resources/sr-Cyrl-RS/Resources.resw
Normal file
345
src/cascadia/TerminalControl/Resources/sr-Cyrl-RS/Resources.resw
Normal file
@ -0,0 +1,345 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="SearchBox_CaseSensitivity.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Разликовање величине слова</value>
|
||||
<comment>The tooltip text for the case sensitivity button on the search box control.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_Close.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Затвори</value>
|
||||
<comment>The tooltip text for the close button on the search box control.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_SearchBackwards.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Пронађи навише</value>
|
||||
<comment>The tooltip text for the search backward button.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_SearchForwards.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Пронађи наниже</value>
|
||||
<comment>The tooltip text for the search forward button.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_TextBox.PlaceholderText" xml:space="preserve">
|
||||
<value>Пронађи</value>
|
||||
<comment>The placeholder text in the search box control.</comment>
|
||||
</data>
|
||||
<data name="DragFileCaption" xml:space="preserve">
|
||||
<value>Налепи путању у фајл</value>
|
||||
<comment>The displayed caption for dragging a file onto a terminal.</comment>
|
||||
</data>
|
||||
<data name="DragTextCaption" xml:space="preserve">
|
||||
<value>Налепи текст</value>
|
||||
<comment>The displayed caption for dragging text onto a terminal.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_CaseSensitivity.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Разликовање величине слова</value>
|
||||
<comment>The name of the case sensitivity button on the search box control for accessibility.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_SearchForwards.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Тражи унапред</value>
|
||||
<comment>The name of the search forward button for accessibility.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_SearchBackwards.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Тражи уназад</value>
|
||||
<comment>The name of the search backward button for accessibility.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_TextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Пронађи</value>
|
||||
<comment>The name of the text box on the search box control for accessibility. This should match "SearchBox_TextBox.PlaceholderText"</comment>
|
||||
</data>
|
||||
<data name="TerminalControl_ControlType" xml:space="preserve">
|
||||
<value>terminal</value>
|
||||
<comment>The type of control that the terminal adheres to. Used to identify how a user can interact with this kind of control.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_Close.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Затвори поље за претрагу</value>
|
||||
<comment>The explanation of the search box close button used by Narrator and other screen readers.</comment>
|
||||
</data>
|
||||
<data name="TermControl_RendererFailedTextBlock.Text" xml:space="preserve">
|
||||
<value>Овај терминал је наишао на проблем са графичким драјвером и нијем могао да се опорави на време. Суспендован је.</value>
|
||||
</data>
|
||||
<data name="TermControl_RendererRetryButton.Content" xml:space="preserve">
|
||||
<value>Настави</value>
|
||||
</data>
|
||||
<data name="HowToOpenRun.Text" xml:space="preserve">
|
||||
<value>Ctrl+Клик за отварање линка</value>
|
||||
</data>
|
||||
<data name="TermControl_NoMatch" xml:space="preserve">
|
||||
<value>Нема резултата</value>
|
||||
<comment>Will be presented near the search box when Find operation returned no results.</comment>
|
||||
</data>
|
||||
<data name="TermControl_Searching" xml:space="preserve">
|
||||
<value>Тражи се...</value>
|
||||
<comment>Will be presented near the search box when Find operation is running.</comment>
|
||||
</data>
|
||||
<data name="TermControl_NumResults" xml:space="preserve">
|
||||
<value>{0}/{1}</value>
|
||||
<comment>Will be displayed to indicate what result the user has selected, of how many total results. {0} will be replaced with the index of the current result. {1} will be replaced with the total number of results.</comment>
|
||||
</data>
|
||||
<data name="InvalidUri" xml:space="preserve">
|
||||
<value>Неисправан URI</value>
|
||||
<comment>Whenever we encounter an invalid URI or URL we show this string as a warning.</comment>
|
||||
</data>
|
||||
<data name="NoticeFontNotFound" xml:space="preserve">
|
||||
<value>Не може да се пронађе изабрани фонт „{0}”.
|
||||
|
||||
Уместо њега је изабран „{1}”.
|
||||
|
||||
Молимо вас да или инсталирате фонт који недостаје, или да изаберете неки други.</value>
|
||||
<comment>0 and 1 are names of fonts provided by the user and system respectively.</comment>
|
||||
</data>
|
||||
<data name="PixelShaderNotFound" xml:space="preserve">
|
||||
<value>Не може да се пронађе наведена метода сенчења „{0}”.</value>
|
||||
<comment>{0} is a file name</comment>
|
||||
</data>
|
||||
<data name="PixelShaderCompileFailed" xml:space="preserve">
|
||||
<value>Метода сенчења пиксела није могла да се компајлира: {0}</value>
|
||||
<comment>{0} is the error message generated by the compiler</comment>
|
||||
</data>
|
||||
<data name="UnexpectedRendererError" xml:space="preserve">
|
||||
<value>Исцртавач је наишао на неочекивану грешку: {0}</value>
|
||||
<comment>{0} is an error code.</comment>
|
||||
</data>
|
||||
<data name="RendererErrorFontNotFound" xml:space="preserve">
|
||||
<value>Не могу да се пронађу следећи фонтови: {0}. Молимо вас или да их инсталирате, или да изаберете друге.</value>
|
||||
<comment>{Locked="{0}"} This is a warning dialog shown when the user selects a font that isn't installed.</comment>
|
||||
</data>
|
||||
<data name="RendererErrorMacType" xml:space="preserve">
|
||||
<value>Ваша MacType верзија није компатибилна са овом апликацијом. Молимо вас да извршите ажурирање на верзију 2023.5.31 или новију.</value>
|
||||
<comment>{Locked="2023.5.31","MacType"}</comment>
|
||||
</data>
|
||||
<data name="RendererErrorOther" xml:space="preserve">
|
||||
<value>Исцртавач је наишао на неочекивану грешку: {0:#010x} {1}</value>
|
||||
<comment>{Locked="{0:#010x}","{1}"} {0:#010x} is a placeholder for a Windows error code (e.g. 0x88985002). {1} is the corresponding message. {2} is the filename.</comment>
|
||||
</data>
|
||||
<data name="TermControlReadOnly" xml:space="preserve">
|
||||
<value>Укључен је режим само-за-читање.</value>
|
||||
</data>
|
||||
<data name="SearchBox_MatchesAvailable" xml:space="preserve">
|
||||
<value>Пронађени су резултати</value>
|
||||
<comment>Announced to a screen reader when the user searches for some text and there are matches for that text in the terminal.</comment>
|
||||
</data>
|
||||
<data name="SearchBox_NoMatches" xml:space="preserve">
|
||||
<value>Није пронађен ниједан резултат</value>
|
||||
<comment>Announced to a screen reader when the user searches for some text and there are no matches for that text in the terminal.</comment>
|
||||
</data>
|
||||
<data name="PasteCommandButton.Label" xml:space="preserve">
|
||||
<value>Налепи</value>
|
||||
<comment>The label of a button for pasting the contents of the clipboard.</comment>
|
||||
</data>
|
||||
<data name="PasteCommandButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Налепи</value>
|
||||
<comment>The tooltip for a paste button</comment>
|
||||
</data>
|
||||
<data name="CopyCommandButton.Label" xml:space="preserve">
|
||||
<value>Копирај</value>
|
||||
<comment>The label of a button for copying the selected text to the clipboard.</comment>
|
||||
</data>
|
||||
<data name="CopyCommandButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Копирај</value>
|
||||
<comment>The tooltip for a copy button</comment>
|
||||
</data>
|
||||
<data name="PasteWithSelectionCommandButton.Label" xml:space="preserve">
|
||||
<value>Налепи</value>
|
||||
<comment>The label of a button for pasting the contents of the clipboard.</comment>
|
||||
</data>
|
||||
<data name="PasteWithSelectionCommandButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Налепи</value>
|
||||
<comment>The tooltip for a paste button</comment>
|
||||
</data>
|
||||
<data name="SearchCommandButton.Label" xml:space="preserve">
|
||||
<value>Пронађи...</value>
|
||||
<comment>The label of a button for searching for the text</comment>
|
||||
</data>
|
||||
<data name="SearchCommandSelectionButton.Label" xml:space="preserve">
|
||||
<value>Пронађи...</value>
|
||||
<comment>The label of a button for searching for the selected text</comment>
|
||||
</data>
|
||||
<data name="SearchCommandButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Пронађи</value>
|
||||
<comment>The tooltip for a button for searching for the text</comment>
|
||||
</data>
|
||||
<data name="SearchCommandSelectionButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Пронађи</value>
|
||||
<comment>The tooltip for a button for searching for the selected text</comment>
|
||||
</data>
|
||||
<data name="SelectCommandButton.Label" xml:space="preserve">
|
||||
<value>Изабери команду</value>
|
||||
<comment>The label of a button for selecting all of the text of a command</comment>
|
||||
</data>
|
||||
<data name="SelectCommandButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Изабери команду</value>
|
||||
<comment>The tooltip for a button for selecting all of the text of a command</comment>
|
||||
</data>
|
||||
<data name="SelectOutputButton.Label" xml:space="preserve">
|
||||
<value>Изабери излаз</value>
|
||||
<comment>The label of a button for selecting all of a command's output</comment>
|
||||
</data>
|
||||
<data name="SelectOutputButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Изабери излаз</value>
|
||||
<comment>The tooltip for a button for selecting all of a command's output</comment>
|
||||
</data>
|
||||
<data name="SelectCommandWithSelectionButton.Label" xml:space="preserve">
|
||||
<value>Изабери команду</value>
|
||||
<comment>The label of a button for selecting all of the text of a command</comment>
|
||||
</data>
|
||||
<data name="SelectCommandWithSelectionButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Изабери команду</value>
|
||||
<comment>The tooltip for a button for selecting all of the text of a command</comment>
|
||||
</data>
|
||||
<data name="SelectOutputWithSelectionButton.Label" xml:space="preserve">
|
||||
<value>Изабери излаз</value>
|
||||
<comment>The label of a button for selecting all of a command's output</comment>
|
||||
</data>
|
||||
<data name="SelectOutputWithSelectionButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Изабери излаз</value>
|
||||
<comment>The tooltip for a button for selecting all of a command's output</comment>
|
||||
</data>
|
||||
<data name="QuickFixButton.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Quick fix</value>
|
||||
</data>
|
||||
<data name="QuickFixButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Quick fix</value>
|
||||
</data>
|
||||
<data name="SessionRestoreMessage" xml:space="preserve">
|
||||
<value>Обновљено</value>
|
||||
<comment>"Restored" as in "This content was restored"</comment>
|
||||
</data>
|
||||
<data name="SearchBox_RegularExpression.ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>Регуларни израз</value>
|
||||
<comment>The tooltip text for the button on the search box control governing the use of "regular expressions" ("regex").</comment>
|
||||
</data>
|
||||
<data name="SearchBox_RegularExpression.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Претрага регуларним изразом</value>
|
||||
<comment>The accessibility description text for the button on the search box control governing the use of "regular expressions" ("regex").</comment>
|
||||
</data>
|
||||
<data name="SearchRegexInvalid" xml:space="preserve">
|
||||
<value>неисправан</value>
|
||||
<comment>This brief message is displayed when a regular expression is invalid.</comment>
|
||||
</data>
|
||||
<data name="QuickFixAvailable" xml:space="preserve">
|
||||
<value>Quick fix је доступан</value>
|
||||
<comment>"Quick fix" is referencing the same feature as "QuickFixButton.ToolTipService.ToolTip".</comment>
|
||||
</data>
|
||||
<data name="QuickFixMenu.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Quick fix</value>
|
||||
</data>
|
||||
<data name="PreviewTextAnnouncement" xml:space="preserve">
|
||||
<value>Сугерисани унос {0}</value>
|
||||
<comment>{Locked="{0}"} {0} will be replaced with a string of input that is suggested for the user to input</comment>
|
||||
</data>
|
||||
</root>
|
||||
File diff suppressed because it is too large
Load Diff
@ -335,7 +335,7 @@
|
||||
<comment>This text is shown next to a list of choices.</comment>
|
||||
</data>
|
||||
<data name="Globals_GraphicsAPI.HelpText" xml:space="preserve">
|
||||
<value>Direct3D 11 提供更具效能且功能更豐富的體驗,而 Direct2D 則較穩定。默認選項 [自動] 會挑選最適合您圖形硬體的 API。如果您遇到重大問題,請考慮使用 Direct2D。</value>
|
||||
<value>Direct3D 11 提供更具效能且功能更豐富的體驗,而 Direct2D 則較穩定。預設選項 [自動] 會挑選最適合您圖形硬體的 API。如果您遇到重大問題,請考慮使用 Direct2D。</value>
|
||||
</data>
|
||||
<data name="Globals_GraphicsAPI_Automatic.Text" xml:space="preserve">
|
||||
<value>自動</value>
|
||||
@ -1018,7 +1018,7 @@
|
||||
<comment>A description for what the "line height" setting does. Presented near "Profile_LineHeight".</comment>
|
||||
</data>
|
||||
<data name="Profile_CellWidth.HelpText" xml:space="preserve">
|
||||
<value>覆寫終端機的單元格寬度。以字型大小的倍數表示。默認值取決於您的字型,通常大約是0.6。</value>
|
||||
<value>覆寫終端機的單元格寬度。以字型大小的倍數表示。預設值取決於您的字型,通常大約是0.6。</value>
|
||||
<comment>A description for what the "cell width" setting does. Presented near "Profile_CellWidth".</comment>
|
||||
</data>
|
||||
<data name="Profile_LineHeightBox.PlaceholderText" xml:space="preserve">
|
||||
|
||||
@ -0,0 +1,979 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="SetColorSchemeParentCommandName" xml:space="preserve">
|
||||
<value>Изаберите шему боја...</value>
|
||||
</data>
|
||||
<data name="NewTabParentCommandName" xml:space="preserve">
|
||||
<value>Нова картица...</value>
|
||||
</data>
|
||||
<data name="SplitPaneParentCommandName" xml:space="preserve">
|
||||
<value>Подели панел...</value>
|
||||
</data>
|
||||
<data name="SnippetsPaneCommandName" xml:space="preserve">
|
||||
<value>Отвори панел са одломцима кода</value>
|
||||
<comment>This will open a pane with a list of the users's saved commands ("snippets") in it</comment>
|
||||
</data>
|
||||
<data name="ApplicationDisplayNamePortable" xml:space="preserve">
|
||||
<value>Терминал (преносни)</value>
|
||||
<comment>This display name is used when the Terminal application is running in a "portable" mode, where settings are not stored in a shared location.</comment>
|
||||
</data>
|
||||
<data name="ApplicationDisplayNameUnpackaged" xml:space="preserve">
|
||||
<value>Терминал (незапаковани)</value>
|
||||
<comment>This display name is used when the application's name cannot be determined</comment>
|
||||
</data>
|
||||
<data name="ApplicationVersionUnknown" xml:space="preserve">
|
||||
<value>Непознато</value>
|
||||
<comment>This is displayed when the version of the application cannot be determined</comment>
|
||||
</data>
|
||||
<data name="AdjustFontSizeCommandKey" xml:space="preserve">
|
||||
<value>Подеси величину фонта</value>
|
||||
</data>
|
||||
<data name="CloseOtherTabsCommandKey" xml:space="preserve">
|
||||
<value>Затвори све картице осим оне са индексом {0}</value>
|
||||
<comment>{0} will be replaced with a number</comment>
|
||||
</data>
|
||||
<data name="CloseOtherTabsDefaultCommandKey" xml:space="preserve">
|
||||
<value>Затвори све остале картице</value>
|
||||
</data>
|
||||
<data name="ClosePaneCommandKey" xml:space="preserve">
|
||||
<value>Затвори панел</value>
|
||||
</data>
|
||||
<data name="CloseTabAtIndexCommandKey" xml:space="preserve">
|
||||
<value>Затвори картицу са индексом {0}</value>
|
||||
<comment>{0} will be replaced with a number</comment>
|
||||
</data>
|
||||
<data name="CloseTabCommandKey" xml:space="preserve">
|
||||
<value>Затвори картицу</value>
|
||||
</data>
|
||||
<data name="CloseTabsAfterCommandKey" xml:space="preserve">
|
||||
<value>Затвори све картице након индекса {0}</value>
|
||||
<comment>{0} will be replaced with a number</comment>
|
||||
</data>
|
||||
<data name="CopySuffix" xml:space="preserve">
|
||||
<value>Копирај</value>
|
||||
<comment>The suffix we add to the name of a duplicated profile.</comment>
|
||||
</data>
|
||||
<data name="MoveTabCommandKey" xml:space="preserve">
|
||||
<value>Премести картицу {0}</value>
|
||||
<comment>{0} will be replaced with a "forward" / "backward"</comment>
|
||||
</data>
|
||||
<data name="MoveTabToWindowCommandKey" xml:space="preserve">
|
||||
<value>Премести картицу у прозор „{0}”</value>
|
||||
<comment>{0} will be replaced with a user-specified name of a window</comment>
|
||||
</data>
|
||||
<data name="MoveTabToNewWindowCommandKey" xml:space="preserve">
|
||||
<value>Премести картицу у нови прозор</value>
|
||||
</data>
|
||||
<data name="MoveTabDirectionForward" xml:space="preserve">
|
||||
<value>унапред</value>
|
||||
</data>
|
||||
<data name="MoveTabDirectionBackward" xml:space="preserve">
|
||||
<value>уназад</value>
|
||||
</data>
|
||||
<data name="CloseTabsAfterDefaultCommandKey" xml:space="preserve">
|
||||
<value>Затвори све картице након текуће картице</value>
|
||||
</data>
|
||||
<data name="CloseWindowCommandKey" xml:space="preserve">
|
||||
<value>Затвори прозор</value>
|
||||
</data>
|
||||
<data name="OpenSystemMenuCommandKey" xml:space="preserve">
|
||||
<value>Отвори системски мени</value>
|
||||
</data>
|
||||
<data name="CommandPromptDisplayName" xml:space="preserve">
|
||||
<value>Командна линија</value>
|
||||
<comment>This is the name of "Command Prompt", as localized in Windows. The localization here should match the one in the Windows product for "Command Prompt"</comment>
|
||||
</data>
|
||||
<data name="CopyTextAsSingleLineCommandKey" xml:space="preserve">
|
||||
<value>Копирај текст као једну линију</value>
|
||||
</data>
|
||||
<data name="CopyTextCommandKey" xml:space="preserve">
|
||||
<value>Копирај текст</value>
|
||||
</data>
|
||||
<data name="DecreaseFontSizeCommandKey" xml:space="preserve">
|
||||
<value>Умањи величину фонта</value>
|
||||
</data>
|
||||
<data name="DecreaseFontSizeWithAmountCommandKey" xml:space="preserve">
|
||||
<value>Умањи величину фонта, износ: {0}</value>
|
||||
<comment>{0} will be replaced with a positive number</comment>
|
||||
</data>
|
||||
<data name="DirectionDown" xml:space="preserve">
|
||||
<value>доле</value>
|
||||
</data>
|
||||
<data name="DirectionLeft" xml:space="preserve">
|
||||
<value>лево</value>
|
||||
</data>
|
||||
<data name="DirectionRight" xml:space="preserve">
|
||||
<value>десно</value>
|
||||
</data>
|
||||
<data name="DirectionUp" xml:space="preserve">
|
||||
<value>горе</value>
|
||||
</data>
|
||||
<data name="DirectionPrevious" xml:space="preserve">
|
||||
<value>претходно</value>
|
||||
</data>
|
||||
<data name="DuplicatePaneCommandKey" xml:space="preserve">
|
||||
<value>Дуплирај панел</value>
|
||||
</data>
|
||||
<data name="DuplicateTabCommandKey" xml:space="preserve">
|
||||
<value>Дуплирај картицу</value>
|
||||
</data>
|
||||
<data name="ExecuteCommandlineCommandKey" xml:space="preserve">
|
||||
<value>Покрени командну линију „{0}” у овом прозору</value>
|
||||
<comment>{0} will be replaced with a user-defined commandline</comment>
|
||||
</data>
|
||||
<data name="FindCommandKey" xml:space="preserve">
|
||||
<value>Пронађи</value>
|
||||
</data>
|
||||
<data name="FindNextCommandKey" xml:space="preserve">
|
||||
<value>Пронађи наредно подударање</value>
|
||||
</data>
|
||||
<data name="FindPrevCommandKey" xml:space="preserve">
|
||||
<value>Пронађи претходно подударање</value>
|
||||
</data>
|
||||
<data name="IncreaseFontSizeCommandKey" xml:space="preserve">
|
||||
<value>Увећај величину фонта</value>
|
||||
</data>
|
||||
<data name="IncreaseFontSizeWithAmountCommandKey" xml:space="preserve">
|
||||
<value>Увећај величину фонта, износ: {0}</value>
|
||||
<comment>{0} will be replaced with a positive number</comment>
|
||||
</data>
|
||||
<data name="MoveFocusCommandKey" xml:space="preserve">
|
||||
<value>Помери фокус</value>
|
||||
</data>
|
||||
<data name="MoveFocusWithArgCommandKey" xml:space="preserve">
|
||||
<value>Помери фокус {0}</value>
|
||||
<comment>{0} will be replaced with one of the four directions "DirectionLeft", "DirectionRight", "DirectionUp", "DirectionDown"</comment>
|
||||
</data>
|
||||
<data name="MoveFocusToLastUsedPane" xml:space="preserve">
|
||||
<value>Помери фокус на последње коришћени панел</value>
|
||||
</data>
|
||||
<data name="MoveFocusNextInOrder" xml:space="preserve">
|
||||
<value>Помери фокус на наредни панел у редоследу</value>
|
||||
</data>
|
||||
<data name="MoveFocusPreviousInOrder" xml:space="preserve">
|
||||
<value>Помери фокус на претходни панел у редоследу</value>
|
||||
</data>
|
||||
<data name="MoveFocusFirstPane" xml:space="preserve">
|
||||
<value>Помери фокус на први панел</value>
|
||||
</data>
|
||||
<data name="MoveFocusParentPane" xml:space="preserve">
|
||||
<value>Помери фокус на родитељски панел</value>
|
||||
</data>
|
||||
<data name="MoveFocusChildPane" xml:space="preserve">
|
||||
<value>Помери фокус на панел дете</value>
|
||||
</data>
|
||||
<data name="SwapPaneCommandKey" xml:space="preserve">
|
||||
<value>Замени панел</value>
|
||||
</data>
|
||||
<data name="SwapPaneWithArgCommandKey" xml:space="preserve">
|
||||
<value>Замени панел {0}</value>
|
||||
<comment>{0} will be replaced with one of the four directions "DirectionLeft", "DirectionRight", "DirectionUp", "DirectionDown"</comment>
|
||||
</data>
|
||||
<data name="SwapPaneToLastUsedPane" xml:space="preserve">
|
||||
<value>Замени панел са последње коришћеним панелом</value>
|
||||
</data>
|
||||
<data name="SwapPaneNextInOrder" xml:space="preserve">
|
||||
<value>Замени панел са наредним панелом у редоследу</value>
|
||||
</data>
|
||||
<data name="SwapPanePreviousInOrder" xml:space="preserve">
|
||||
<value>Замени панел са претходним панелом у редоследу</value>
|
||||
</data>
|
||||
<data name="SwapPaneFirstPane" xml:space="preserve">
|
||||
<value>Замени панел са првим панелом</value>
|
||||
</data>
|
||||
<data name="NewTabCommandKey" xml:space="preserve">
|
||||
<value>Нова картица</value>
|
||||
</data>
|
||||
<data name="NewWindowCommandKey" xml:space="preserve">
|
||||
<value>Нови прозор</value>
|
||||
</data>
|
||||
<data name="IdentifyWindowCommandKey" xml:space="preserve">
|
||||
<value>Идентификуј прозор</value>
|
||||
</data>
|
||||
<data name="IdentifyWindowsCommandKey" xml:space="preserve">
|
||||
<value>Идентификуј прозоре</value>
|
||||
</data>
|
||||
<data name="NextTabCommandKey" xml:space="preserve">
|
||||
<value>Наредна картица</value>
|
||||
</data>
|
||||
<data name="OpenBothSettingsFilesCommandKey" xml:space="preserve">
|
||||
<value>Отвара и settings и default (JSON) фајлове подешавања</value>
|
||||
<comment>{Locked="JSON"}. "JSON" is the extension of the file that will be opened.</comment>
|
||||
</data>
|
||||
<data name="OpenDefaultSettingsCommandKey" xml:space="preserve">
|
||||
<value>Отвара default (JSON) фајл подешавања</value>
|
||||
<comment>{Locked="JSON"}. "JSON" is the extension of the file that will be opened.</comment>
|
||||
</data>
|
||||
<data name="OpenNewTabDropdownCommandKey" xml:space="preserve">
|
||||
<value>Отвори падајућу листу за нову картицу</value>
|
||||
</data>
|
||||
<data name="OpenSettingsCommandKey" xml:space="preserve">
|
||||
<value>Отвори settings (JSON) фајл подешавања</value>
|
||||
<comment>{Locked="JSON"}. "JSON" is the extension of the file that will be opened.</comment>
|
||||
</data>
|
||||
<data name="SettingsFileOpenInExplorerCommandKey" xml:space="preserve">
|
||||
<value>Отвори директоријум settings фајла</value>
|
||||
</data>
|
||||
<data name="OpenTabColorPickerCommandKey" xml:space="preserve">
|
||||
<value>Постави боју картице...</value>
|
||||
</data>
|
||||
<data name="PasteTextCommandKey" xml:space="preserve">
|
||||
<value>Налепи</value>
|
||||
</data>
|
||||
<data name="PrevTabCommandKey" xml:space="preserve">
|
||||
<value>Претходна картица</value>
|
||||
</data>
|
||||
<data name="RenameTabCommandKey" xml:space="preserve">
|
||||
<value>Промени име картице на „{0}”</value>
|
||||
<comment>{0} will be replaced with a user-defined string</comment>
|
||||
</data>
|
||||
<data name="ResetFontSizeCommandKey" xml:space="preserve">
|
||||
<value>Ресетуј величину фонта</value>
|
||||
</data>
|
||||
<data name="ResetTabColorCommandKey" xml:space="preserve">
|
||||
<value>Ресетуј боју картице</value>
|
||||
</data>
|
||||
<data name="ResetTabNameCommandKey" xml:space="preserve">
|
||||
<value>Ресетуј наслов картице</value>
|
||||
</data>
|
||||
<data name="OpenTabRenamerCommandKey" xml:space="preserve">
|
||||
<value>Промени име картице</value>
|
||||
</data>
|
||||
<data name="ResizePaneCommandKey" xml:space="preserve">
|
||||
<value>Промени величину панела</value>
|
||||
</data>
|
||||
<data name="ResizePaneWithArgCommandKey" xml:space="preserve">
|
||||
<value>Промени величину панела {0}</value>
|
||||
<comment>{0} will be replaced with one of the four directions "DirectionLeft", "DirectionRight", "DirectionUp", or "DirectionDown"</comment>
|
||||
</data>
|
||||
<data name="ScrollDownCommandKey" xml:space="preserve">
|
||||
<value>Скролуј наниже</value>
|
||||
</data>
|
||||
<data name="ScrollDownSeveralRowsCommandKey" xml:space="preserve">
|
||||
<value>Скролуј наниже {0} линија</value>
|
||||
<comment>{0} will be replaced with the number of lines to scroll"</comment>
|
||||
</data>
|
||||
<data name="ScrollDownPageCommandKey" xml:space="preserve">
|
||||
<value>Скролуј једну страницу наниже</value>
|
||||
</data>
|
||||
<data name="ScrollUpCommandKey" xml:space="preserve">
|
||||
<value>Скролуј навише</value>
|
||||
</data>
|
||||
<data name="ScrollUpSeveralRowsCommandKey" xml:space="preserve">
|
||||
<value> Скролуј навише {0} линија</value>
|
||||
<comment>{0} will be replaced with the number of lines to scroll"</comment>
|
||||
</data>
|
||||
<data name="ScrollUpPageCommandKey" xml:space="preserve">
|
||||
<value>Скролуј једну страницу навише</value>
|
||||
</data>
|
||||
<data name="ScrollToTopCommandKey" xml:space="preserve">
|
||||
<value>Скролуј на врх историје</value>
|
||||
</data>
|
||||
<data name="ScrollToBottomCommandKey" xml:space="preserve">
|
||||
<value>Скролуј на дно историје</value>
|
||||
</data>
|
||||
<data name="ScrollToPreviousMarkCommandKey" xml:space="preserve">
|
||||
<value>Скролуј на претходни маркер</value>
|
||||
</data>
|
||||
<data name="ScrollToNextMarkCommandKey" xml:space="preserve">
|
||||
<value>Скролуј на наредни маркер</value>
|
||||
</data>
|
||||
<data name="ScrollToFirstMarkCommandKey" xml:space="preserve">
|
||||
<value>Скролуј на први маркер</value>
|
||||
</data>
|
||||
<data name="ScrollToLastMarkCommandKey" xml:space="preserve">
|
||||
<value>Скролуј на последњи маркер</value>
|
||||
</data>
|
||||
<data name="AddMarkCommandKey" xml:space="preserve">
|
||||
<value>Додај скрол маркер</value>
|
||||
</data>
|
||||
<data name="AddMarkWithColorCommandKey" xml:space="preserve">
|
||||
<value>Додај скрол маркер, color:{0}</value>
|
||||
<comment>{Locked="color"}. "color" is a literal parameter name that shouldn't be translated. {0} will be replaced with a color in hexadecimal format, like `#123456`</comment>
|
||||
</data>
|
||||
<data name="ClearMarkCommandKey" xml:space="preserve">
|
||||
<value>Обриши маркер</value>
|
||||
</data>
|
||||
<data name="ClearAllMarksCommandKey" xml:space="preserve">
|
||||
<value>Обриши све маркере</value>
|
||||
</data>
|
||||
<data name="SendInputCommandKey" xml:space="preserve">
|
||||
<value>Пошаљи унос: „{0}”</value>
|
||||
<comment>{0} will be replaced with a string of input as defined by the user</comment>
|
||||
</data>
|
||||
<data name="SetColorSchemeCommandKey" xml:space="preserve">
|
||||
<value>Постави шему боја на {0}</value>
|
||||
<comment>{0} will be replaced with the name of a color scheme as defined by the user.</comment>
|
||||
</data>
|
||||
<data name="SetTabColorCommandKey" xml:space="preserve">
|
||||
<value>Постави боју картице на {0}</value>
|
||||
<comment>{0} will be replaced with a color, displayed in hexadecimal (#RRGGBB) notation.</comment>
|
||||
</data>
|
||||
<data name="SplitHorizontalCommandKey" xml:space="preserve">
|
||||
<value>Подели панел хоризонтално</value>
|
||||
</data>
|
||||
<data name="MovePaneCommandKey" xml:space="preserve">
|
||||
<value>Премести панел</value>
|
||||
</data>
|
||||
<data name="MovePaneToNewWindowCommandKey" xml:space="preserve">
|
||||
<value>Премести панел у нови прозор</value>
|
||||
</data>
|
||||
<data name="SplitPaneCommandKey" xml:space="preserve">
|
||||
<value>Подели панел</value>
|
||||
</data>
|
||||
<data name="SplitVerticalCommandKey" xml:space="preserve">
|
||||
<value>Подели панел вертикално</value>
|
||||
</data>
|
||||
<data name="SwitchToTabCommandKey" xml:space="preserve">
|
||||
<value>Пређи на картицу</value>
|
||||
</data>
|
||||
<data name="SwitchToLastTabCommandKey" xml:space="preserve">
|
||||
<value>Пређи на последњу картицу</value>
|
||||
</data>
|
||||
<data name="TabSearchCommandKey" xml:space="preserve">
|
||||
<value>Претрага картица...</value>
|
||||
</data>
|
||||
<data name="ToggleAlwaysOnTopCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. режим увек на врху</value>
|
||||
</data>
|
||||
<data name="ToggleCommandPaletteCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. палету команди</value>
|
||||
</data>
|
||||
<data name="SuggestionsCommandKey" xml:space="preserve">
|
||||
<value>Отвори сугестије</value>
|
||||
</data>
|
||||
<data name="ToggleCommandPaletteCommandLineModeCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. палету команди у режиму командне линије</value>
|
||||
</data>
|
||||
<data name="ToggleFocusModeCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. режим фокуса</value>
|
||||
<comment>"Focus mode" is a mode with minimal UI elements, for a distraction-free experience</comment>
|
||||
</data>
|
||||
<data name="EnableFocusModeCommandKey" xml:space="preserve">
|
||||
<value>Укључи режим фокуса</value>
|
||||
</data>
|
||||
<data name="DisableFocusModeCommandKey" xml:space="preserve">
|
||||
<value>Искључи режим фокуса</value>
|
||||
</data>
|
||||
<data name="ToggleFullscreenCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. пун екран</value>
|
||||
</data>
|
||||
<data name="EnableFullScreenCommandKey" xml:space="preserve">
|
||||
<value>Укључи пун екран</value>
|
||||
</data>
|
||||
<data name="DisableFullScreenCommandKey" xml:space="preserve">
|
||||
<value>Искључи пун екран</value>
|
||||
</data>
|
||||
<data name="EnableMaximizedCommandKey" xml:space="preserve">
|
||||
<value>Максимизуј прозор</value>
|
||||
</data>
|
||||
<data name="DisableMaximizedCommandKey" xml:space="preserve">
|
||||
<value>Врати величину максимизованог прозор</value>
|
||||
</data>
|
||||
<data name="ToggleSplitOrientationCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. оријентацију поделе панела</value>
|
||||
</data>
|
||||
<data name="TogglePaneZoomCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. зумирање панела</value>
|
||||
</data>
|
||||
<data name="TogglePaneReadOnlyCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. режим панела само-за-читање</value>
|
||||
</data>
|
||||
<data name="EnablePaneReadOnlyCommandKey" xml:space="preserve">
|
||||
<value>Укључи режим панела само-за-читање</value>
|
||||
</data>
|
||||
<data name="DisablePaneReadOnlyCommandKey" xml:space="preserve">
|
||||
<value>Искључи режим панела само-за-читање</value>
|
||||
</data>
|
||||
<data name="ToggleShaderEffectsCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. визуелне ефекте терминала</value>
|
||||
</data>
|
||||
<data name="BreakIntoDebuggerCommandKey" xml:space="preserve">
|
||||
<value>Преломи у дибагер</value>
|
||||
</data>
|
||||
<data name="OpenSettingsUICommandKey" xml:space="preserve">
|
||||
<value>Отвори подешавања</value>
|
||||
</data>
|
||||
<data name="RenameWindowCommandKey" xml:space="preserve">
|
||||
<value>Да променим име прозора на „{0}”</value>
|
||||
<comment>{0} will be replaced with a user-defined string</comment>
|
||||
</data>
|
||||
<data name="ResetWindowNameCommandKey" xml:space="preserve">
|
||||
<value>Ресетуј име прозора</value>
|
||||
</data>
|
||||
<data name="OpenWindowRenamerCommandKey" xml:space="preserve">
|
||||
<value>Промена имена прозора...</value>
|
||||
</data>
|
||||
<data name="DisplayWorkingDirectoryCommandKey" xml:space="preserve">
|
||||
<value>Прикажи текући радни директоријум Терминала</value>
|
||||
</data>
|
||||
<data name="GlobalSummonCommandKey" xml:space="preserve">
|
||||
<value>Прикажи/Сакриј прозор Терминала</value>
|
||||
</data>
|
||||
<data name="QuakeModeCommandKey" xml:space="preserve">
|
||||
<value>Прикажи/Сакриј Quake прозор</value>
|
||||
<comment>Quake is a well-known computer game and isn't related to earthquakes, etc. See https://en.wikipedia.org/wiki/Quake_(video_game)</comment>
|
||||
</data>
|
||||
<data name="FocusPaneCommandKey" xml:space="preserve">
|
||||
<value>Фокусирај панел {0}</value>
|
||||
<comment>{0} will be replaced with a user-specified number</comment>
|
||||
</data>
|
||||
<data name="ExportBufferToPathCommandKey" xml:space="preserve">
|
||||
<value>Извези текст у {0}</value>
|
||||
<comment>{0} will be replaced with a user-specified file path</comment>
|
||||
</data>
|
||||
<data name="ExportBufferCommandKey" xml:space="preserve">
|
||||
<value>Извоз текста</value>
|
||||
</data>
|
||||
<data name="ClearAllCommandKey" xml:space="preserve">
|
||||
<value>Очисти бафер</value>
|
||||
<comment>A command to clear the entirety of the Terminal output buffer</comment>
|
||||
</data>
|
||||
<data name="ClearViewportCommandKey" xml:space="preserve">
|
||||
<value>Очисти поглед</value>
|
||||
<comment>A command to clear the active viewport of the Terminal</comment>
|
||||
</data>
|
||||
<data name="ClearScrollbackCommandKey" xml:space="preserve">
|
||||
<value>Очисти део бафера изнад погледа</value>
|
||||
<comment>A command to clear the part of the buffer above the viewport</comment>
|
||||
</data>
|
||||
<data name="DefaultWindowsConsoleName" xml:space="preserve">
|
||||
<value>Нека Windows одлучи</value>
|
||||
<comment>This is the default option if a user doesn't choose to override Microsoft's choice of a Terminal.</comment>
|
||||
</data>
|
||||
<data name="InboxWindowsConsoleAuthor" xml:space="preserve">
|
||||
<value>Microsoft Corporation</value>
|
||||
<comment>Paired with `InboxWindowsConsoleName`, this is the application author... which is us: Microsoft.</comment>
|
||||
</data>
|
||||
<data name="InboxWindowsConsoleName" xml:space="preserve">
|
||||
<value>Windows Console Host</value>
|
||||
<comment>Name describing the usage of the classic windows console as the terminal UI. (`conhost.exe`)</comment>
|
||||
</data>
|
||||
<data name="QuitCommandKey" xml:space="preserve">
|
||||
<value>Напусти Терминал</value>
|
||||
</data>
|
||||
<data name="SetOpacityParentCommandName" xml:space="preserve">
|
||||
<value>Постављање непрозирности позадине...</value>
|
||||
</data>
|
||||
<data name="IncreaseOpacityCommandKey" xml:space="preserve">
|
||||
<value>Увећај непрозирност позадине за {0}%</value>
|
||||
<comment>A command to change how transparent the background of the window is</comment>
|
||||
</data>
|
||||
<data name="DecreaseOpacityCommandKey" xml:space="preserve">
|
||||
<value>Умањи непрозирност позадине за {0}%</value>
|
||||
<comment>A command to change how transparent the background of the window is</comment>
|
||||
</data>
|
||||
<data name="AdjustOpacityCommandKey" xml:space="preserve">
|
||||
<value>Постави непрозирност позадине на {0}%</value>
|
||||
<comment>A command to change how transparent the background of the window is</comment>
|
||||
</data>
|
||||
<data name="RestoreLastClosedCommandKey" xml:space="preserve">
|
||||
<value>Опорави последње затворени панел или картицу</value>
|
||||
</data>
|
||||
<data name="SelectAllCommandKey" xml:space="preserve">
|
||||
<value>Изабери сав текст</value>
|
||||
</data>
|
||||
<data name="MarkModeCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. режим маркирања</value>
|
||||
<comment>A command that will toggle "mark mode". This is a mode in the application where the user can mark the text by selecting portions of the text.</comment>
|
||||
</data>
|
||||
<data name="ToggleBlockSelectionCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. избор блока</value>
|
||||
</data>
|
||||
<data name="SwitchSelectionEndpointCommandKey" xml:space="preserve">
|
||||
<value>Пребаци крајњу тачку избора</value>
|
||||
</data>
|
||||
<data name="ColorSelection_allMatches" xml:space="preserve">
|
||||
<value>сва подударања</value>
|
||||
<comment>This is used in the description of an action which changes the color of selected text, to indicate that not only the selected text will be colored, but also all matching text.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_fg_action" xml:space="preserve">
|
||||
<value>Избор боје, предњи план: {0}{1}</value>
|
||||
<comment>This is the description of an action which changes the color of selected text. {0}: the color. {1}: empty string OR a clause indicating that all matching text will be colored (ColorSelection_allMatches).</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_bg_action" xml:space="preserve">
|
||||
<value>Избор боје, позадина: {0}{1}</value>
|
||||
<comment>This is the description of an action which changes the background color of selected text. {0}: the color. {1}: empty string OR a clause indicating that all matching text will be colored (ColorSelection_allMatches).</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_fg_bg_action" xml:space="preserve">
|
||||
<value>Избор боје, предњи план: {0}, позадина: {1}{2}</value>
|
||||
<comment>This is the description of an action which changes the color of selected text and the background. {0}: the foreground color. {1}: the background color. {2}: empty string OR a clause indicating that all matching text will be colored (ColorSelection_allMatches).</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_default_action" xml:space="preserve">
|
||||
<value>Избор боје, (подразумевани предњи план/позадина){0}</value>
|
||||
<comment>This is the description of an action which changes the color of selected text and the background to the default colors. {0}: empty string OR a clause indicating that all matching text will be colored (ColorSelection_allMatches).</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_defaultColor" xml:space="preserve">
|
||||
<value>[подразумевано]</value>
|
||||
<comment>This is used in the description of an action which changes the color of selected text, as a placeholder for a color, to indicate that the default (foreground or background) color will be used.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_Black" xml:space="preserve">
|
||||
<value>црна</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_Red" xml:space="preserve">
|
||||
<value>црвена</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_Green" xml:space="preserve">
|
||||
<value>зелена</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_Yellow" xml:space="preserve">
|
||||
<value>жута</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_Blue" xml:space="preserve">
|
||||
<value>плава</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_Purple" xml:space="preserve">
|
||||
<value>пурпурна</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_Cyan" xml:space="preserve">
|
||||
<value>цијан</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_White" xml:space="preserve">
|
||||
<value>бела</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightBlack" xml:space="preserve">
|
||||
<value>светлоцрна</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightRed" xml:space="preserve">
|
||||
<value>светлоцрвена</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightGreen" xml:space="preserve">
|
||||
<value>светлозелена</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightYellow" xml:space="preserve">
|
||||
<value>светложута</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightBlue" xml:space="preserve">
|
||||
<value>светлоплава</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightPurple" xml:space="preserve">
|
||||
<value>светлопурпурна</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightCyan" xml:space="preserve">
|
||||
<value>светлоцијан</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ColorSelection_BrightWhite" xml:space="preserve">
|
||||
<value>светлобела</value>
|
||||
<comment>A color used in the "ColorSelection" action.</comment>
|
||||
</data>
|
||||
<data name="ExpandSelectionToWordCommandKey" xml:space="preserve">
|
||||
<value>Прошири избор на реч</value>
|
||||
</data>
|
||||
<data name="ShowContextMenuCommandKey" xml:space="preserve">
|
||||
<value>Прикажи контекстни мени</value>
|
||||
</data>
|
||||
<data name="CloseOtherPanesCommandKey" xml:space="preserve">
|
||||
<value>Затвори све остале панеле</value>
|
||||
</data>
|
||||
<data name="ToggleBroadcastInputCommandKey" xml:space="preserve">
|
||||
<value>Укљ./искљ. емитовање уноса у све панеле</value>
|
||||
<comment>When enabled, input will go to all panes in this tab simultaneously</comment>
|
||||
</data>
|
||||
<data name="RestartConnectionKey" xml:space="preserve">
|
||||
<value>Поново успостави везу</value>
|
||||
</data>
|
||||
<data name="OpenScratchpadKey" xml:space="preserve">
|
||||
<value>Отвори простор за скицирање</value>
|
||||
</data>
|
||||
<data name="SelectOutputNextCommandKey" xml:space="preserve">
|
||||
<value>Изабери излаз наредне команде</value>
|
||||
</data>
|
||||
<data name="SelectOutputPreviousCommandKey" xml:space="preserve">
|
||||
<value>Изабери излаз претходне команде</value>
|
||||
</data>
|
||||
<data name="SelectCommandNextCommandKey" xml:space="preserve">
|
||||
<value>Изабери наредну команду</value>
|
||||
</data>
|
||||
<data name="SelectCommandPreviousCommandKey" xml:space="preserve">
|
||||
<value>Изабери претходну команду</value>
|
||||
</data>
|
||||
<data name="SearchForTextCommandKey" xml:space="preserve">
|
||||
<value>Претражи {0}</value>
|
||||
<comment>{0} will be replaced with a user-specified URL to a web page</comment>
|
||||
</data>
|
||||
<data name="SearchWebCommandKey" xml:space="preserve">
|
||||
<value>Претражи веб на изабрани текст</value>
|
||||
<comment>This will open a web browser to search for some user-selected text</comment>
|
||||
</data>
|
||||
<data name="OpenAboutCommandKey" xml:space="preserve">
|
||||
<value>Отвори дијалог О програму</value>
|
||||
<comment>This will open the "about" dialog, to display version info and other documentation</comment>
|
||||
</data>
|
||||
<data name="SaveSnippetNamePrefix" xml:space="preserve">
|
||||
<value>Сачувај одломак</value>
|
||||
</data>
|
||||
<data name="QuickFixCommandKey" xml:space="preserve">
|
||||
<value>Отвори quick fix мени</value>
|
||||
</data>
|
||||
<data name="OpenCWDCommandKey" xml:space="preserve">
|
||||
<value>Отвори текући радни директоријум</value>
|
||||
</data>
|
||||
<data name="CloseTab" xml:space="preserve">
|
||||
<value>Затвори картицу</value>
|
||||
</data>
|
||||
<data name="SendInput" xml:space="preserve">
|
||||
<value>Пошаљи унос</value>
|
||||
</data>
|
||||
<data name="SetFocusMode" xml:space="preserve">
|
||||
<value>Постави режим фокуса</value>
|
||||
</data>
|
||||
<data name="SetFullScreen" xml:space="preserve">
|
||||
<value>Постави пун екран</value>
|
||||
</data>
|
||||
<data name="SetMaximized" xml:space="preserve">
|
||||
<value>Постави увећано</value>
|
||||
</data>
|
||||
<data name="SetColorScheme" xml:space="preserve">
|
||||
<value>Постави шему боја</value>
|
||||
</data>
|
||||
<data name="CloseOtherTabs" xml:space="preserve">
|
||||
<value>Затвори остале картице</value>
|
||||
</data>
|
||||
<data name="CloseTabsAfter" xml:space="preserve">
|
||||
<value>Затвори картице након</value>
|
||||
</data>
|
||||
<data name="MoveTab" xml:space="preserve">
|
||||
<value>Премести картицу</value>
|
||||
</data>
|
||||
<data name="FindMatch" xml:space="preserve">
|
||||
<value>Пронађи подударање</value>
|
||||
</data>
|
||||
<data name="SearchForText" xml:space="preserve">
|
||||
<value>Претражи текст</value>
|
||||
</data>
|
||||
<data name="FocusPane" xml:space="preserve">
|
||||
<value>Фокусирај панел</value>
|
||||
</data>
|
||||
<data name="ExportBuffer" xml:space="preserve">
|
||||
<value>Извези бафер</value>
|
||||
</data>
|
||||
<data name="ClearBuffer" xml:space="preserve">
|
||||
<value>Очисти бафер</value>
|
||||
</data>
|
||||
<data name="MultipleActions" xml:space="preserve">
|
||||
<value>Више акција</value>
|
||||
</data>
|
||||
<data name="AdjustOpacity" xml:space="preserve">
|
||||
<value>Подеси непрозирност</value>
|
||||
</data>
|
||||
<data name="SelectCommand" xml:space="preserve">
|
||||
<value>Изабери команду</value>
|
||||
</data>
|
||||
<data name="SelectOutput" xml:space="preserve">
|
||||
<value>Изабери излаз</value>
|
||||
</data>
|
||||
<data name="Suggestions" xml:space="preserve">
|
||||
<value>Предлози</value>
|
||||
</data>
|
||||
<data name="ColorSelection" xml:space="preserve">
|
||||
<value>Избор боје</value>
|
||||
</data>
|
||||
<data name="WslDistroGeneratorDisplayName" xml:space="preserve">
|
||||
<value>Генератор профила WSL дистрибуције</value>
|
||||
<comment>The display name of a dynamic profile generator for WSL distros</comment>
|
||||
</data>
|
||||
<data name="PowershellCoreProfileGeneratorDisplayName" xml:space="preserve">
|
||||
<value>Генератор PowerShell профила</value>
|
||||
<comment>The display name of a dynamic profile generator for PowerShell</comment>
|
||||
</data>
|
||||
<data name="AzureCloudShellGeneratorDisplayName" xml:space="preserve">
|
||||
<value>Генератор Azure Cloud Shell профила</value>
|
||||
<comment>The display name of a dynamic profile generator for Azure Cloud Shell</comment>
|
||||
</data>
|
||||
<data name="VisualStudioGeneratorDisplayName" xml:space="preserve">
|
||||
<value>Генератор Visual Studio профила</value>
|
||||
<comment>The display name of a dynamic profile generator for Visual Studio</comment>
|
||||
</data>
|
||||
<data name="SshHostGeneratorDisplayName" xml:space="preserve">
|
||||
<value>Генератор SSH хост профила</value>
|
||||
<comment>The display name of a dynamic profile generator for SSH hosts</comment>
|
||||
</data>
|
||||
<data name="DismissSelectionActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Одбаци избор</value>
|
||||
</data>
|
||||
<data name="SingleLineActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Једна линија</value>
|
||||
</data>
|
||||
<data name="WithControlSequencesActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Са контролним низовима</value>
|
||||
</data>
|
||||
<data name="CopyFormattingActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Копирај форматирање</value>
|
||||
</data>
|
||||
<data name="TabIndexActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Индекс картице</value>
|
||||
</data>
|
||||
<data name="WindowActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Прозор</value>
|
||||
</data>
|
||||
<data name="ResizeDirectionActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Смер промене величине</value>
|
||||
</data>
|
||||
<data name="FocusDirectionActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Смер фокуса</value>
|
||||
</data>
|
||||
<data name="DirectionActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Смер</value>
|
||||
</data>
|
||||
<data name="DeltaActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Делта</value>
|
||||
</data>
|
||||
<data name="InputActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Унос</value>
|
||||
</data>
|
||||
<data name="TargetActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Циљ</value>
|
||||
</data>
|
||||
<data name="IsFocusModeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>је Фокус режим</value>
|
||||
</data>
|
||||
<data name="IsMaximizedActionArgumentLocalized" xml:space="preserve">
|
||||
<value>је Увећано</value>
|
||||
</data>
|
||||
<data name="IsFullScreenActionArgumentLocalized" xml:space="preserve">
|
||||
<value>је Пун екран</value>
|
||||
</data>
|
||||
<data name="SchemeNameActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Име шеме</value>
|
||||
</data>
|
||||
<data name="TabColorActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Боја картице</value>
|
||||
</data>
|
||||
<data name="TitleActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Наслов</value>
|
||||
</data>
|
||||
<data name="CommandlineActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Командна линија</value>
|
||||
</data>
|
||||
<data name="IndexActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Индекс</value>
|
||||
</data>
|
||||
<data name="RowsToScrollActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Редова који се скролују</value>
|
||||
</data>
|
||||
<data name="ColorActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Боја</value>
|
||||
</data>
|
||||
<data name="LaunchModeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Режим покретања</value>
|
||||
</data>
|
||||
<data name="NameActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Назив</value>
|
||||
</data>
|
||||
<data name="KeyChordActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Акорд тастера</value>
|
||||
</data>
|
||||
<data name="SourceActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Извор</value>
|
||||
</data>
|
||||
<data name="UseCommandlineActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Користи Командну линију</value>
|
||||
</data>
|
||||
<data name="SwitcherModeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Режим пребацивачае</value>
|
||||
</data>
|
||||
<data name="QueryUrlActionArgumentLocalized" xml:space="preserve">
|
||||
<value>URL за упит</value>
|
||||
</data>
|
||||
<data name="DesktopActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Десктоп</value>
|
||||
</data>
|
||||
<data name="MonitorActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Монитор</value>
|
||||
</data>
|
||||
<data name="ToggleVisibilityActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Укљ./Искљ. видљивост</value>
|
||||
</data>
|
||||
<data name="DropdownDurationActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Трајање падајуће листе</value>
|
||||
</data>
|
||||
<data name="IdActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Ид</value>
|
||||
</data>
|
||||
<data name="PathActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Путања</value>
|
||||
</data>
|
||||
<data name="ClearActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Очисти</value>
|
||||
</data>
|
||||
<data name="OpacityActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Непрозирност</value>
|
||||
</data>
|
||||
<data name="RelativeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Релативно</value>
|
||||
</data>
|
||||
<data name="ForegroundActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Предњи план</value>
|
||||
</data>
|
||||
<data name="BackgroundActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Позадина</value>
|
||||
</data>
|
||||
<data name="MatchModeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Режим упаривања</value>
|
||||
</data>
|
||||
<data name="StartingDirectoryActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Почетни директоријум</value>
|
||||
</data>
|
||||
<data name="TabTitleActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Наслов картице</value>
|
||||
</data>
|
||||
<data name="ProfileIndexActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Индекс профила</value>
|
||||
</data>
|
||||
<data name="ProfileActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Профил</value>
|
||||
</data>
|
||||
<data name="SuppressApplicationTitleActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Потисни назив апликације</value>
|
||||
</data>
|
||||
<data name="ColorSchemeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Шема боја</value>
|
||||
</data>
|
||||
<data name="ElevateActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Подигни привилегије</value>
|
||||
</data>
|
||||
<data name="ReloadEnvironmentVariablesActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Поново учитај променљиве окружења</value>
|
||||
</data>
|
||||
<data name="SplitDirectionActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Смер поделе</value>
|
||||
</data>
|
||||
<data name="SplitModeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Режим поделе</value>
|
||||
</data>
|
||||
<data name="SplitSizeActionArgumentLocalized" xml:space="preserve">
|
||||
<value>Величина поделе</value>
|
||||
</data>
|
||||
</root>
|
||||
136
src/cascadia/UIHelpers/Resources/sr-Cyrl-RS/Resources.resw
Normal file
136
src/cascadia/UIHelpers/Resources/sr-Cyrl-RS/Resources.resw
Normal file
@ -0,0 +1,136 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Cut" xml:space="preserve">
|
||||
<value>Исеци</value>
|
||||
<comment>"Cut" as contained in a Cut/Copy/Paste menu</comment>
|
||||
</data>
|
||||
<data name="Copy" xml:space="preserve">
|
||||
<value>Копирај</value>
|
||||
<comment>"Copy" as contained in a Cut/Copy/Paste menu</comment>
|
||||
</data>
|
||||
<data name="Paste" xml:space="preserve">
|
||||
<value>Налепи</value>
|
||||
<comment>"Paste" as contained in a Cut/Copy/Paste menu</comment>
|
||||
</data>
|
||||
<data name="SelectAll" xml:space="preserve">
|
||||
<value>Изабери све</value>
|
||||
<comment>"Select All" as contained in a Cut/Copy/Paste menu</comment>
|
||||
</data>
|
||||
</root>
|
||||
@ -86,4 +86,5 @@
|
||||
<Import Project="$(OpenConsoleDir)src\cppwinrt.build.post.props" />
|
||||
<!-- This -must- go after cppwinrt.build.post.props because that includes many VS-provided props including appcontainer.common.props, which stomps on what cppwinrt.targets did. -->
|
||||
<Import Project="$(OpenConsoleDir)src\common.nugetversions.targets" />
|
||||
<Import Project="$(OpenConsoleDir)build\rules\CollectWildcardResources.targets" />
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user