Skip to content

Commit

Permalink
bump to 0.3.19, update translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe committed Jul 1, 2024
1 parent a0135e9 commit a57af7a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
13 changes: 13 additions & 0 deletions FFXIVPlugin/Resources/Localization/UIStrings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,17 @@ Cela ne réactivera pas le plugin.</value>
<data name="SetupNag_BypassHint" xml:space="preserve">
<value>Pas intéressé ? Maintenez CTRL pour passer cette boîte de dialogue !</value>
</data>
<data name="WSInitOpcode_PluginUpdateAvailableNotificationTitle" xml:space="preserve">
<value>Mise à jour du plugin disponible</value>
</data>
<data name="WSInitOpcode_SDPluginUpdateBody" xml:space="preserve">
<value>Certaines fonctionnalités peuvent ne pas être disponibles ou fonctionner correctement.

Cliquez sur cette notification pour </value>
</data>
<data name="WSInitOpcode_SDPluginUpdateNotificationBody" xml:space="preserve">
<value>La version {0} du plugin XIVDeck Stream Deck est obsolète. Certaines fonctionnalités peuvent ne pas être disponibles ou fonctionner correctement.

Cliquez sur cette notification pour aller à la page de téléchargement de la version {1}.</value>
</data>
</root>
5 changes: 3 additions & 2 deletions SDPlugin/assets/locales/de/actiontypes.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"Collection": "Kuriositäten",
"Emote": "Emote",
"ExtraCommand": "Zusatzbefehle",
"GearSet": "Ausrüstungsset",
"GeneralAction": "Allgemeine Aktionen",
"Glasses": "Gesichtsaccessoire",
"PerformanceInstrument": "Performance-Instrument",
"MainCommand": "Hauptbefehl",
"Marker": "Feindmarkierung",
"McGuffin": "Kuriositäten",
"Minion": "Begleiter",
"Mount": "Reittier",
"FashionAccessory": "Modeaccessoires",
"FieldMarker": "Geländemarkierung"
}
}
5 changes: 3 additions & 2 deletions SDPlugin/assets/locales/fr/actiontypes.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"Collection": "Objet précieux",
"Emote": "Emote",
"ExtraCommand": "Autres Commandes",
"GearSet": "Tenue",
"GeneralAction": "Action",
"Glasses": "Accessoire de visage",
"PerformanceInstrument": "Instrument d'Interprétation",
"MainCommand": "Commande Générale",
"Marker": "Signe",
"McGuffin": "Objet précieux",
"Minion": "Mascotte",
"Mount": "Monture",
"FashionAccessory": "Accessoire de mode",
"FieldMarker": "Marque au sol"
}
}
5 changes: 3 additions & 2 deletions SDPlugin/assets/locales/ja/actiontypes.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"Collection": "コレクション",
"Emote": "エモート",
"ExtraCommand": "エクストラコマンド",
"GearSet": "ギアセット",
"GeneralAction": "ジェネラルアクション",
"Glasses": "フェイスアクセサリー",
"PerformanceInstrument": "楽器演奏",
"MainCommand": "メイン コマンド",
"Marker": "マーカー",
"McGuffin": "コレクション",
"Minion": "ミニオン",
"Mount": "マウント",
"FashionAccessory": "ファッションアクセサリー",
"FieldMarker": "フィールドマーカー"
}
}
2 changes: 1 addition & 1 deletion SDPlugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kazwolfe/xivdeck-sdplugin",
"version": "0.3.18",
"version": "0.3.19",
"private": true,
"license": "MPL",
"scripts": {
Expand Down

0 comments on commit a57af7a

Please sign in to comment.