Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sorted stringtable #366

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions addons/main/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6952,28 +6952,6 @@
<Chinese>完成後執行的代碼。傳遞的參數是:\nparams ["_target", "_caller", "_actionId", "_arguments"];</Chinese>
<Chinesesimp>完成后执行的代码。传递的参数是:\nparams ["_target", "_caller", "_actionId", "_arguments"];</Chinesesimp>
</Key>
<Key ID="STR_ENH_MAIN_HOLDACTION_REMOVEONUSE_DISPLAYNAME">
<English>Remove when used</English>
<French>Retirer en cas d'utilisation</French>
<Spanish>Retirar cuando se utilice</Spanish>
<Italian>Rimuovere quando viene utilizzato</Italian>
<Polish>Usunąć po użyciu</Polish>
<Russian>Удалите после использования</Russian>
<German>Entfernen wenn ausgeführt</German>
<Chinese>使用時移除</Chinese>
<Chinesesimp>使用时取下</Chinesesimp>
</Key>
<Key ID="STR_ENH_MAIN_HOLDACTION_REMOVEONUSE_TOOLTIP">
<English>Removes the action from all players once it was executed by any player.</English>
<French>Supprime l'action de tous les joueurs dès qu'elle a été effectuée par n'importe quel joueur.</French>
<Spanish>Elimina la acción de todos los jugadores tan pronto como la haya realizado cualquier jugador.</Spanish>
<Italian>Rimuove l'azione da tutti i giocatori non appena è stata eseguita da un giocatore qualsiasi.</Italian>
<Polish>Usuwa akcję ze wszystkich graczy, gdy tylko zostanie ona wykonana przez któregokolwiek z nich.</Polish>
<Russian>Удаляет действие со всех игроков, как только оно было выполнено любым игроком.</Russian>
<German>Entfernt die Aktion von allen Spielern, sobald sie von einem beliebigen Spieler ausgeführt wurde.</German>
<Chinese>只要任何玩家執行了動作,就會移除所有玩家的動作。</Chinese>
<Chinesesimp>一旦任何玩家执行了该操作,就会从所有玩家身上删除该操作。</Chinesesimp>
</Key>
<Key ID="STR_ENH_MAIN_HOLDACTION_CODEINTERRUPT_DISPLAYNAME">
<English>Code Interrupt</English>
<French>Code d'interruption</French>
Expand Down Expand Up @@ -7161,6 +7139,28 @@
<Chinese>優先級</Chinese>
<Chinesesimp>优先级</Chinesesimp>
</Key>
<Key ID="STR_ENH_MAIN_HOLDACTION_REMOVEONUSE_DISPLAYNAME">
<English>Remove when used</English>
<French>Retirer en cas d'utilisation</French>
<Spanish>Retirar cuando se utilice</Spanish>
<Italian>Rimuovere quando viene utilizzato</Italian>
<Polish>Usunąć po użyciu</Polish>
<Russian>Удалите после использования</Russian>
<German>Entfernen wenn ausgeführt</German>
<Chinese>使用時移除</Chinese>
<Chinesesimp>使用时取下</Chinesesimp>
</Key>
<Key ID="STR_ENH_MAIN_HOLDACTION_REMOVEONUSE_TOOLTIP">
<English>Removes the action from all players once it was executed by any player.</English>
<French>Supprime l'action de tous les joueurs dès qu'elle a été effectuée par n'importe quel joueur.</French>
<Spanish>Elimina la acción de todos los jugadores tan pronto como la haya realizado cualquier jugador.</Spanish>
<Italian>Rimuove l'azione da tutti i giocatori non appena è stata eseguita da un giocatore qualsiasi.</Italian>
<Polish>Usuwa akcję ze wszystkich graczy, gdy tylko zostanie ona wykonana przez któregokolwiek z nich.</Polish>
<Russian>Удаляет действие со всех игроков, как только оно было выполнено любым игроком.</Russian>
<German>Entfernt die Aktion von allen Spielern, sobald sie von einem beliebigen Spieler ausgeführt wurde.</German>
<Chinese>只要任何玩家執行了動作,就會移除所有玩家的動作。</Chinese>
<Chinesesimp>一旦任何玩家执行了该操作,就会从所有玩家身上删除该操作。</Chinesesimp>
</Key>
<Key ID="STR_ENH_MAIN_HOLDACTION_SHOWUNCONSCIOUSY_DISPLAYNAME">
<English>Show when Unconscious?</English>
<French>Afficher lorsqu'inconscient ?</French>
Expand Down
Loading