Skip to content

Commit

Permalink
[Crowdin] Synchronize Localization Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot authored and KazWolfe committed Mar 12, 2024
1 parent 1e0ec9a commit 770304b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
9 changes: 9 additions & 0 deletions FFXIVPlugin/Resources/Localization/UIStrings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,13 @@ Cela ne réactivera pas le plugin.</value>
<data name="MultiboxNag_ChatWarning" xml:space="preserve">
<value>Multiboxing détecté. XIVDeck pourrait ne pas fonctionner correctement !</value>
</data>
<data name="SetupNag_MessageWillReturn" xml:space="preserve">
<value>Ce message reviendra à chaque lancement du jeu!</value>
</data>
<data name="SetupNag_BypassButton" xml:space="preserve">
<value>Ignorer pour le moment</value>
</data>
<data name="SetupNag_BypassHint" xml:space="preserve">
<value>Pas intéressé ? Maintenez CTRL pour passer cette boîte de dialogue !</value>
</data>
</root>
6 changes: 6 additions & 0 deletions FFXIVPlugin/Resources/Localization/UIStrings.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
<data name="SetupNag_ResolutionHelp" xml:space="preserve">
<value>まだインストールしていない場合は、GitHubから付属の XIVDeck Stream Deck プラグインをダウンロードしてインストールしてください。</value>
</data>
<data name="SetupNag_AlreadyInstalledHelp" xml:space="preserve">
<value>XIVDeck Stream Deck プラグインが既にインストールされている場合、設定からポートが正しく設定されていることを確認してください。また、少なくとも1つのボタンを作成してください。</value>
</data>
<data name="SetupNag_CurrentPort" xml:space="preserve">
<value>現在のポート: {0}</value>
</data>
Expand Down Expand Up @@ -282,4 +285,7 @@
<comment>Shown when the user is given the option to temporarily ignore the update error.</comment>
<value>今は無視する</value>
</data>
<data name="PortInUseNag_IgnoreForNow" xml:space="preserve">
<value>今は無視する</value>
</data>
</root>
6 changes: 5 additions & 1 deletion SDPlugin/assets/locales/de/frames.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"class": {
"default": "Klasse auswählen...",
"class": "Klasse",
"unknown": "Unbekannt"
"unknown": "Unbekannt",
"help": {
"title": "",
"body": ""
}
},
"action": {
"type": "Typ",
Expand Down
6 changes: 5 additions & 1 deletion SDPlugin/assets/locales/fr/frames.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"class": {
"default": "Sélectionner la classe...",
"class": "Classe",
"unknown": "Inconnu"
"unknown": "Inconnu",
"help": {
"title": "Aide sur les classes",
"body": "Lorsque ce bouton est pressé, XIVDeck prendra la première tenue correspondant à la classe choisie. Les classes sans tenues ne seront pas considérées comme utilisables."
}
},
"action": {
"type": "Type",
Expand Down
6 changes: 5 additions & 1 deletion SDPlugin/assets/locales/ja/frames.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"class": {
"default": "クラスを選択...",
"class": "クラス",
"unknown": "不明"
"unknown": "不明",
"help": {
"title": "",
"body": ""
}
},
"action": {
"type": "タイプ",
Expand Down

0 comments on commit 770304b

Please sign in to comment.