Skip to content

Commit

Permalink
Task #449 done
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Jun 6, 2024
1 parent 1a22ba1 commit 01342db
Show file tree
Hide file tree
Showing 12 changed files with 380 additions and 434 deletions.
1 change: 1 addition & 0 deletions src/IronyModManager.Shared/LocalizationResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ public static class Mod_App_Actions
public const string OpenInSteam = Prefix + "OpenInSteam";
public const string Open = Prefix + "Open";
public const string Copy = Prefix + "Copy";
public const string CopyPath = Prefix + "CopyPath";
public const string OpenInAssociatedApp = Prefix + "OpenInAssociatedApp";
}
public static class Descriptor_Actions
Expand Down
1 change: 1 addition & 0 deletions src/IronyModManager/Localization/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"OpenInSteam": "In Steam Öffnen",
"Open": "Mod-URL Öffnen",
"Copy": "Mod-URL Kopieren",
"CopyPath": "Mod-Pfad kopieren",
"OpenInAssociatedApp": "Mod-Ordner/Mod-Datei Öffnen"
},
"Descriptor_Actions": {
Expand Down
1 change: 1 addition & 0 deletions src/IronyModManager/Localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"OpenInSteam": "Open In Steam",
"Open": "Open Mod Url",
"Copy": "Copy Mod Url",
"CopyPath": "Copy Mod Path",
"OpenInAssociatedApp": "Open Mod Folder/File"
},
"Descriptor_Actions": {
Expand Down
1 change: 1 addition & 0 deletions src/IronyModManager/Localization/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"OpenInSteam": "Abrir en Steam",
"Open": "Abrir Mod Url",
"Copy": "Copiar Mod Url",
"CopyPath": "Copiar Ruta Mod",
"OpenInAssociatedApp": "Abrir Mod Folder/Archivo"
},
"Descriptor_Actions": {
Expand Down
1 change: 1 addition & 0 deletions src/IronyModManager/Localization/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"OpenInSteam": "Ouvrir dans Steam",
"Open": "Ouvrir l'URL du mod",
"Copy": "Copier l'URL du mod",
"CopyPath": "Copier le chemin du module",
"OpenInAssociatedApp": "Ouvrir le dossier/fichier de mod"
},
"Descriptor_Actions": {
Expand Down
1 change: 1 addition & 0 deletions src/IronyModManager/Localization/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"OpenInSteam": "Otvori u steamu",
"Open": "Otvori adresu moda",
"Copy": "Kopiraj adresu moda",
"CopyPath": "Kopiraj putanju moda",
"OpenInAssociatedApp": "Otvorite Mod mapu/datoteku"
},
"Descriptor_Actions": {
Expand Down
1 change: 1 addition & 0 deletions src/IronyModManager/Localization/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"OpenInSteam": "Открыть в Steam",
"Open": "Открыть ссылку на мод",
"Copy": "Копировать ссылку на мод",
"CopyPath": "Копирование пути к модулю",
"OpenInAssociatedApp": "Открыть папку/файл мода"
},
"Descriptor_Actions": {
Expand Down
1 change: 1 addition & 0 deletions src/IronyModManager/Localization/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"OpenInSteam": "在 Steam 中打开",
"Open": "打开模组链接",
"Copy": "复制模组链接",
"CopyPath": "复制模块路径",
"OpenInAssociatedApp": "打开模组目录或文件"
},
"Descriptor_Actions": {
Expand Down
293 changes: 186 additions & 107 deletions src/IronyModManager/ViewModels/Controls/CollectionModsControlViewModel.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 01342db

Please sign in to comment.