mirror of
https://github.com/claunia/marechai.git
synced 2026-07-08 17:57:08 +00:00
Add Consultant role and localization support in SoftwareRoles and related services
This commit is contained in:
@@ -62,7 +62,8 @@ public static class SoftwareRoles
|
||||
new() { Id = "des", Name = "Design", Enabled = true },
|
||||
new() { Id = "wri", Name = "Writing", Enabled = true },
|
||||
new() { Id = "hwr", Name = "Hardware", Enabled = true },
|
||||
new() { Id = "mrc", Name = "Music Recording", Enabled = true }
|
||||
new() { Id = "mrc", Name = "Music Recording", Enabled = true },
|
||||
new() { Id = "cns", Name = "Consultant", Enabled = true }
|
||||
];
|
||||
|
||||
foreach(SoftwareRole role in roles)
|
||||
|
||||
@@ -1823,6 +1823,7 @@ public class ImportService
|
||||
"Package Design by" => "pkg",
|
||||
"Voice Recording by" => "vrc",
|
||||
"Music Recording by" => "mrc",
|
||||
"Consulted by" => "cns",
|
||||
"Game Engine by" => "eng",
|
||||
"Graphic Engine by" => "eng",
|
||||
"Sound Engine by" => "eng",
|
||||
|
||||
@@ -354,6 +354,10 @@
|
||||
<value>Musikaufnahme</value>
|
||||
<comment>Music Recording</comment>
|
||||
</data>
|
||||
<data name="Consultant" xml:space="preserve">
|
||||
<value>Berater</value>
|
||||
<comment>Consultant</comment>
|
||||
</data>
|
||||
<data name="Release date" xml:space="preserve">
|
||||
<value>Veröffentlichungsdatum</value>
|
||||
<comment>Release date</comment>
|
||||
|
||||
@@ -295,6 +295,9 @@
|
||||
<data name="Music Recording" xml:space="preserve">
|
||||
<value>Music Recording</value>
|
||||
</data>
|
||||
<data name="Consultant" xml:space="preserve">
|
||||
<value>Consultant</value>
|
||||
</data>
|
||||
<data name="Release date" xml:space="preserve">
|
||||
<value>Release date</value>
|
||||
</data>
|
||||
|
||||
@@ -356,6 +356,10 @@
|
||||
<value>Grabación de música</value>
|
||||
<comment>Music Recording</comment>
|
||||
</data>
|
||||
<data name="Consultant" xml:space="preserve">
|
||||
<value>Consultor</value>
|
||||
<comment>Consultant</comment>
|
||||
</data>
|
||||
<data name="Release date" xml:space="preserve">
|
||||
<value>Fecha de lanzamiento</value>
|
||||
<comment>Release date</comment>
|
||||
|
||||
@@ -354,6 +354,10 @@
|
||||
<value>Enregistrement musical</value>
|
||||
<comment>Music Recording</comment>
|
||||
</data>
|
||||
<data name="Consultant" xml:space="preserve">
|
||||
<value>Consultant</value>
|
||||
<comment>Consultant</comment>
|
||||
</data>
|
||||
<data name="Release date" xml:space="preserve">
|
||||
<value>Date de publication</value>
|
||||
<comment>Release date</comment>
|
||||
|
||||
@@ -358,6 +358,10 @@
|
||||
<value>Registrazione musicale</value>
|
||||
<comment>Music Recording</comment>
|
||||
</data>
|
||||
<data name="Consultant" xml:space="preserve">
|
||||
<value>Consulente</value>
|
||||
<comment>Consultant</comment>
|
||||
</data>
|
||||
<data name="Release date" xml:space="preserve">
|
||||
<value>Data di pubblicazione</value>
|
||||
<comment>Release date</comment>
|
||||
|
||||
@@ -1585,6 +1585,9 @@
|
||||
<data name="Music Recording" xml:space="preserve">
|
||||
<value>Muziekopname</value>
|
||||
</data>
|
||||
<data name="Consultant" xml:space="preserve">
|
||||
<value>Consultant</value>
|
||||
</data>
|
||||
<data name="Software Duplicates" xml:space="preserve">
|
||||
<value>Software-duplicaten</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user