forked from qt-creator/qt-creator
LSProtocol: Merge orphaned .ts contexts into "::LanguageServerProtocol"
Following orphaned context is merged into ::LanguageServerProtocol JsonRpcMessageHandler Change-Id: If6a2e6e52bfc0b2348d25d3a28ee27baee8c870d Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -10716,9 +10716,6 @@ will also disable the following plugins:
|
|||||||
<source>Expected type %1 but value contained %2</source>
|
<source>Expected type %1 but value contained %2</source>
|
||||||
<translation>Očekivana vrsta %1, ali vrijednost je sadržavala %2</translation>
|
<translation>Očekivana vrsta %1, ali vrijednost je sadržavala %2</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>JsonRpcMessageHandler</name>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Could not parse JSON message "%1".</source>
|
<source>Could not parse JSON message "%1".</source>
|
||||||
<translation>Nije moguće obraditi JSON poruku "%1".</translation>
|
<translation>Nije moguće obraditi JSON poruku "%1".</translation>
|
||||||
@@ -10727,9 +10724,6 @@ will also disable the following plugins:
|
|||||||
<source>Expected a JSON object, but got a JSON "%1".</source>
|
<source>Expected a JSON object, but got a JSON "%1".</source>
|
||||||
<translation>Očekivan JSON objekt, ali je dobiven JSON "%1".</translation>
|
<translation>Očekivan JSON objekt, ali je dobiven JSON "%1".</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>::LanguageServerProtocol</name>
|
|
||||||
<message>
|
<message>
|
||||||
<source>No parameters in "%1".</source>
|
<source>No parameters in "%1".</source>
|
||||||
<translation>Nema parametara u "%1".</translation>
|
<translation>Nema parametara u "%1".</translation>
|
||||||
|
@@ -43177,9 +43177,6 @@ Output:
|
|||||||
<source>None of the following variants could be correctly parsed:</source>
|
<source>None of the following variants could be correctly parsed:</source>
|
||||||
<translation>以下のデータのいずれも正しく解析できませんでした:</translation>
|
<translation>以下のデータのいずれも正しく解析できませんでした:</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>JsonRpcMessageHandler</name>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Could not parse JSON message "%1".</source>
|
<source>Could not parse JSON message "%1".</source>
|
||||||
<translation>JSON メッセージ "%1" を解析できませんでした。</translation>
|
<translation>JSON メッセージ "%1" を解析できませんでした。</translation>
|
||||||
@@ -43188,9 +43185,6 @@ Output:
|
|||||||
<source>Expected a JSON object, but got a JSON "%1".</source>
|
<source>Expected a JSON object, but got a JSON "%1".</source>
|
||||||
<translation>読み込まれた JSON "%1" は JSON オブジェクトではありませんでした。</translation>
|
<translation>読み込まれた JSON "%1" は JSON オブジェクトではありませんでした。</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>::LanguageServerProtocol</name>
|
|
||||||
<message>
|
<message>
|
||||||
<source>No parameters in "%1".</source>
|
<source>No parameters in "%1".</source>
|
||||||
<translation>"%1" にはパラメータがありません。</translation>
|
<translation>"%1" にはパラメータがありません。</translation>
|
||||||
|
@@ -23284,7 +23284,7 @@ Error: %5</translation>
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>JsonRpcMessageHandler</name>
|
<name>::LanguageServerProtocol</name>
|
||||||
<message>
|
<message>
|
||||||
<source>Could not parse JSON message "%1".</source>
|
<source>Could not parse JSON message "%1".</source>
|
||||||
<translation>Не удалось разобрать сообщение JSON «%1».</translation>
|
<translation>Не удалось разобрать сообщение JSON «%1».</translation>
|
||||||
|
Reference in New Issue
Block a user