Skip to content

Commit

Permalink
Update Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo Torres Ruiz committed Dec 3, 2020
1 parent 8db9f2a commit 1668df5
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 27 deletions.
5 changes: 4 additions & 1 deletion src/ILLink.RoslynAnalyzer/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,14 @@
<value>Calling '{0}' which has `RequiresUnreferencedCodeAttribute` can break functionality when trimming application code. {1}.</value>
</data>
<data name="AvoidAssemblyLocationInSingleFileTitle" xml:space="preserve">
<value>Avoid using accessing Assembly file path when publishing as a single-file</value>
<value>Avoid accessing Assembly file path when publishing as a single file</value>
</data>
<data name="AvoidAssemblyLocationInSingleFileMessage" xml:space="preserve">
<value>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</value>
</data>
<data name="AvoidAssemblyGetFilesInSingleFileTitle" xml:space="preserve">
<value>Avoid accessing Assembly file path when publishing as a single file</value>
</data>
<data name="AvoidAssemblyGetFilesInSingleFileMessage" xml:space="preserve">
<value>'{0}' will throw for assemblies embedded in a single-file app</value>
</data>
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.tr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
9 changes: 7 additions & 2 deletions src/ILLink.RoslynAnalyzer/xlf/Resources.zh-Hans.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
<target state="new">'{0}' will throw for assemblies embedded in a single-file app</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyGetFilesInSingleFileTitle">
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileMessage">
<source>'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</source>
<target state="new">'{0}' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.</target>
<note />
</trans-unit>
<trans-unit id="AvoidAssemblyLocationInSingleFileTitle">
<source>Avoid using accessing Assembly file path when publishing as a single-file</source>
<target state="new">Avoid using accessing Assembly file path when publishing as a single-file</target>
<source>Avoid accessing Assembly file path when publishing as a single file</source>
<target state="new">Avoid accessing Assembly file path when publishing as a single file</target>
<note />
</trans-unit>
<trans-unit id="RequiresUnreferencedCodeAnalyzerMessage">
Expand Down
Loading

0 comments on commit 1668df5

Please sign in to comment.