Skip to content

Commit 7bd9860

Browse files
Dependency (transifex/language): Updates for project NETworkManager (#3178)
* Dependency (transifex/language): Translate Strings.resx in zh_TW 99% of minimum 50% translated source file: 'Strings.resx' on 'zh_TW'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in es_ES 73% of minimum 50% translated source file: 'Strings.resx' on 'es_ES'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in pt_BR 99% of minimum 50% translated source file: 'Strings.resx' on 'pt_BR'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in sv_SE 72% of minimum 50% translated source file: 'Strings.resx' on 'sv_SE'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in it_IT 99% of minimum 50% translated source file: 'Strings.resx' on 'it_IT'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in pl_PL 71% of minimum 50% translated source file: 'Strings.resx' on 'pl_PL'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in sl_SI 93% of minimum 50% translated source file: 'Strings.resx' on 'sl_SI'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in ru_RU 70% of minimum 50% translated source file: 'Strings.resx' on 'ru_RU'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in zh_CN 95% of minimum 50% translated source file: 'Strings.resx' on 'zh_CN'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in hu_HU 70% of minimum 50% translated source file: 'Strings.resx' on 'hu_HU'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in fr_FR 99% of minimum 50% translated source file: 'Strings.resx' on 'fr_FR'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in de_DE 99% of minimum 50% translated source file: 'Strings.resx' on 'de_DE'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in cs_CZ 70% of minimum 50% translated source file: 'Strings.resx' on 'cs_CZ'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in ja_JP 95% of minimum 50% translated source file: 'Strings.resx' on 'ja_JP'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in ko_KR 99% of minimum 50% translated source file: 'Strings.resx' on 'ko_KR'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in nl_NL 70% of minimum 50% translated source file: 'Strings.resx' on 'nl_NL'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Dependency (transifex/language): Translate Strings.resx in pt_BR 100% translated source file: 'Strings.resx' on 'pt_BR'. * Dependency (transifex/language): Translate Strings.resx in zh_TW 100% translated source file: 'Strings.resx' on 'zh_TW'. --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
1 parent 9ad9721 commit 7bd9860

16 files changed

+105
-9
lines changed

Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,4 +3987,10 @@ Right-click for more options.</value>
39873987
<data name="AddGroupDots" xml:space="preserve">
39883988
<value>Add group...</value>
39893989
</data>
3990+
<data name="ExpandAll" xml:space="preserve">
3991+
<value>Expand all</value>
3992+
</data>
3993+
<data name="CollapseAll" xml:space="preserve">
3994+
<value>Collapse all</value>
3995+
</data>
39903996
</root>

Source/NETworkManager.Localization/Resources/Strings.de-DE.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,4 +3987,10 @@ Rechtsklick für weitere Optionen.</value>
39873987
<data name="AddGroupDots" xml:space="preserve">
39883988
<value>Gruppe hinzufügen...</value>
39893989
</data>
3990+
<data name="ExpandAll" xml:space="preserve">
3991+
<value>Expand all</value>
3992+
</data>
3993+
<data name="CollapseAll" xml:space="preserve">
3994+
<value>Collapse all</value>
3995+
</data>
39903996
</root>

Source/NETworkManager.Localization/Resources/Strings.es-ES.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,4 +3984,10 @@ Right-click for more options.</value>
39843984
<data name="AddGroupDots" xml:space="preserve">
39853985
<value>Add group...</value>
39863986
</data>
3987+
<data name="ExpandAll" xml:space="preserve">
3988+
<value>Expand all</value>
3989+
</data>
3990+
<data name="CollapseAll" xml:space="preserve">
3991+
<value>Collapse all</value>
3992+
</data>
39873993
</root>

Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,4 +3987,10 @@ Clic droit pour plus d'options.</value>
39873987
<data name="AddGroupDots" xml:space="preserve">
39883988
<value>Add group...</value>
39893989
</data>
3990+
<data name="ExpandAll" xml:space="preserve">
3991+
<value>Expand all</value>
3992+
</data>
3993+
<data name="CollapseAll" xml:space="preserve">
3994+
<value>Collapse all</value>
3995+
</data>
39903996
</root>

Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,4 +3987,10 @@ Right-click for more options.</value>
39873987
<data name="AddGroupDots" xml:space="preserve">
39883988
<value>Add group...</value>
39893989
</data>
3990+
<data name="ExpandAll" xml:space="preserve">
3991+
<value>Expand all</value>
3992+
</data>
3993+
<data name="CollapseAll" xml:space="preserve">
3994+
<value>Collapse all</value>
3995+
</data>
39903996
</root>

Source/NETworkManager.Localization/Resources/Strings.it-IT.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4090,4 +4090,10 @@ Per maggiori dettagli consulta il file registro.</value>
40904090
<data name="AddGroupDots" xml:space="preserve">
40914091
<value>Aggiungi gruppo...</value>
40924092
</data>
4093+
<data name="ExpandAll" xml:space="preserve">
4094+
<value>Expand all</value>
4095+
</data>
4096+
<data name="CollapseAll" xml:space="preserve">
4097+
<value>Collapse all</value>
4098+
</data>
40934099
</root>

Source/NETworkManager.Localization/Resources/Strings.ja-JP.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,4 +3987,10 @@ Open Windows Settings &gt; Privacy &amp; security &gt; Location, enable access f
39873987
<data name="AddGroupDots" xml:space="preserve">
39883988
<value>Add group...</value>
39893989
</data>
3990+
<data name="ExpandAll" xml:space="preserve">
3991+
<value>Expand all</value>
3992+
</data>
3993+
<data name="CollapseAll" xml:space="preserve">
3994+
<value>Collapse all</value>
3995+
</data>
39903996
</root>

Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,4 +3984,10 @@ Open Windows Settings &gt; Privacy &amp; security &gt; Location, enable access f
39843984
<data name="AddGroupDots" xml:space="preserve">
39853985
<value>Add group...</value>
39863986
</data>
3987+
<data name="ExpandAll" xml:space="preserve">
3988+
<value>Expand all</value>
3989+
</data>
3990+
<data name="CollapseAll" xml:space="preserve">
3991+
<value>Collapse all</value>
3992+
</data>
39873993
</root>

Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,4 +3984,10 @@ Right-click for more options.</value>
39843984
<data name="AddGroupDots" xml:space="preserve">
39853985
<value>Add group...</value>
39863986
</data>
3987+
<data name="ExpandAll" xml:space="preserve">
3988+
<value>Expand all</value>
3989+
</data>
3990+
<data name="CollapseAll" xml:space="preserve">
3991+
<value>Collapse all</value>
3992+
</data>
39873993
</root>

Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,4 +3984,10 @@ Right-click for more options.</value>
39843984
<data name="AddGroupDots" xml:space="preserve">
39853985
<value>Add group...</value>
39863986
</data>
3987+
<data name="ExpandAll" xml:space="preserve">
3988+
<value>Expand all</value>
3989+
</data>
3990+
<data name="CollapseAll" xml:space="preserve">
3991+
<value>Collapse all</value>
3992+
</data>
39873993
</root>

0 commit comments

Comments
 (0)