forked from qt-creator/qt-creator
System settings: Fix translations after context change
The context unnecessarily changed from Core::Internal::SystemSettings to Core::Internal::SystemSettingsWidget. Change it back. Some translation were partially updated inbetween, remove duplicates by prefering the new translations. Amendsdae9cb13cf
andb0847af740
Change-Id: If604c5fa0f40d8f5ac273f01c189ffaf45b67811 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -45411,7 +45411,7 @@ Wenn Sie noch keinen privaten Schlüssel besitzen, können Sie hier auch einen e
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Core::Internal::SystemSettingsWidget</name>
|
||||
<name>Core::Internal::SystemSettings</name>
|
||||
<message>
|
||||
<source>Command line arguments used for "%1".</source>
|
||||
<translation>Kommandozeilenargumente für "%1".</translation>
|
||||
@@ -45444,10 +45444,6 @@ Wenn Sie noch keinen privaten Schlüssel besitzen, können Sie hier auch einen e
|
||||
<source>Variables</source>
|
||||
<translation>Variablen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>System</source>
|
||||
<translation>System</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Core::ListItemDelegate</name>
|
||||
|
@@ -35870,10 +35870,6 @@ Android 5 ではローカルの Qt ライブラリをデプロイできません
|
||||
</context>
|
||||
<context>
|
||||
<name>Core::Internal::SystemSettings</name>
|
||||
<message>
|
||||
<source>System</source>
|
||||
<translation>システム</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Terminal:</source>
|
||||
<translation>ターミナル:</translation>
|
||||
@@ -35941,30 +35937,6 @@ Android 5 ではローカルの Qt ライブラリをデプロイできません
|
||||
<comment>Terminal</comment>
|
||||
<translation>既定に戻します。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Command used for reverting diff chunks.</source>
|
||||
<translation>差分チャンクを元に戻す際に使用するコマンドです。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Case Sensitive (Default)</source>
|
||||
<translation>区別する (既定)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Case Sensitive</source>
|
||||
<translation>区別する</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Case Insensitive (Default)</source>
|
||||
<translation>区別しない (既定)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Case Insensitive</source>
|
||||
<translation>区別しない</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Variables</source>
|
||||
<translation>変数</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Warn before opening text files greater than</source>
|
||||
<translation>右記より大きなテキストファイルを開く際には警告する</translation>
|
||||
@@ -48174,7 +48146,7 @@ Continue?</source>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Core::Internal::SystemSettingsWidget</name>
|
||||
<name>Core::Internal::SystemSettings</name>
|
||||
<message>
|
||||
<source>Command line arguments used for "%1".</source>
|
||||
<translation>"%1" に使用するコマンドライン引数。</translation>
|
||||
|
@@ -11187,7 +11187,7 @@ Do you want to kill it?</source>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Core::Internal::SystemSettingsWidget</name>
|
||||
<name>Core::Internal::SystemSettings</name>
|
||||
<message>
|
||||
<source>Command line arguments used for "%1".</source>
|
||||
<translation>Параметры командной строки для «%1».</translation>
|
||||
@@ -11220,10 +11220,6 @@ Do you want to kill it?</source>
|
||||
<source>Variables</source>
|
||||
<translation>Переменные</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>System</source>
|
||||
<translation>Система</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Core::Internal::ThemeChooser</name>
|
||||
|
@@ -65,7 +65,7 @@ static QString formatSize(qint64 size)
|
||||
|
||||
class SystemSettingsWidget : public IOptionsPageWidget
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Core::Internal::SystemSettingsWidget)
|
||||
Q_DECLARE_TR_FUNCTIONS(Core::Internal::SystemSettings)
|
||||
|
||||
public:
|
||||
SystemSettingsWidget()
|
||||
|
Reference in New Issue
Block a user