Skip to content

Commit

Permalink
Fix format error (reported by Chunk7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jul 9, 2020
1 parent cb1c3ed commit ab7557c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion help/en_US/config_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blockbuster.config.comments:
record_sync_rate: How often a recording is going to synchronize with the server?
record_attack_on_swipe: Does attack action get recorded with swipe action?
record_commands: Does command action get recorded during recording?
record_chat_prefix: Prefix which will get prepended to the actual message in the chat action (%NAME% wild card supported for current actor's name)
record_chat_prefix: Prefix which will get prepended to the actual message in the chat action (%%NAME%% wild card supported for current actor's name)

actor:
actor_fall_damage: Do actors receive fall damage?
Expand Down
2 changes: 1 addition & 1 deletion help/fr_FR/config_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ blockbuster.config.comments:
record_sync_rate: À quelle fréquence un enregistrement va-t-il se synchroniser avec le serveur ?
record_attack_on_swipe: Does attack action get recorded with swipe action?
record_commands: Does command action get recorded during recording?
record_chat_prefix: Prefix which will get prepended to the actual message in the chat action (%NAME% wild card supported for current actor's name)
record_chat_prefix: Prefix which will get prepended to the actual message in the chat action (%%NAME%% wild card supported for current actor's name)

actor:
actor_fall_damage: Les acteurs peuvent-ils subir des dommages ?
Expand Down
2 changes: 1 addition & 1 deletion help/ru_RU/config_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blockbuster.config.comments:
record_sync_rate: Насколько часто запись должна синхронизироваться с сервером?
record_attack_on_swipe: Записывается ли атака вместе с действием взмаха?
record_commands: Записываются ли команды?
record_chat_prefix: Префикс который будет добавлен к сообщению о действии в чате (карточка %NAME% поддерживается для имени текущего актёра)
record_chat_prefix: Префикс который будет добавлен к сообщению о действии в чате (карточка %%NAME%% поддерживается для имени текущего актёра)

actor:
actor_fall_damage: Получают ли актёры урон от падения?
Expand Down
2 changes: 1 addition & 1 deletion help/uk_UA/config_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blockbuster.config.comments:
record_sync_rate: Як часто запис буде синхронізуватися з сервером?
record_attack_on_swipe: Чи додається дія атаки до виконання дії змаху?
record_commands: Чи записуються дії команд під час процесу записування?
record_chat_prefix: Префікс, котрий буде ставитися до повідомлення, створенного внаслідок виконання дії чату (підтримується також картка %NAME% для назви поточного актору)
record_chat_prefix: Префікс, котрий буде ставитися до повідомлення, створенного внаслідок виконання дії чату (підтримується також картка %%NAME%% для назви поточного актору)

actor:
actor_fall_damage: Чи отримують актори пошкодження від падіння?
Expand Down
2 changes: 1 addition & 1 deletion help/zh_CN/config_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blockbuster.config.comments:
record_sync_rate: 与服务器同步一个回放的频率是?
record_attack_on_swipe: 是否录制挥手时对实体造成到的伤害?
record_commands: 是否录制玩家输入命令的动作?
record_chat_prefix: 将会在确切要执行的命令之前预先用的前缀 (%NAME% 通配符可用于指向演员的名称)
record_chat_prefix: 将会在确切要执行的命令之前预先用的前缀 (%%NAME%% 通配符可用于指向演员的名称)

actor:
actor_fall_damage: 演员是否会受到跌落伤害?
Expand Down
2 changes: 1 addition & 1 deletion help/zh_TW/config_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blockbuster.config.comments:
record_sync_rate: 與服務器同步壹個回放的頻率是?
record_attack_on_swipe: 是否錄制揮手時對實體造成到的傷害?
record_commands: 是否錄制玩家輸入命令的動作?
record_chat_prefix: 將會在確切要執行的命令之前預先用的前綴 (%NAME% 通配符可用於指向演員的名稱)
record_chat_prefix: 將會在確切要執行的命令之前預先用的前綴 (%%NAME%% 通配符可用於指向演員的名稱)

actor:
actor_fall_damage: 演員是否會受到跌落傷害?
Expand Down

0 comments on commit ab7557c

Please sign in to comment.