Commit 48265243 authored by nanahira's avatar nanahira

add english i18n for retry

parent 6227f5bd
...@@ -83,8 +83,8 @@ ...@@ -83,8 +83,8 @@
"enabled": false "enabled": false
}, },
"retry_handle": { "retry_handle": {
"enabled": false, "enabled": true,
"max_retry_count": 3 "max_retry_count": false
}, },
"mycard": { "mycard": {
"enabled": false, "enabled": false,
......
...@@ -122,6 +122,14 @@ ...@@ -122,6 +122,14 @@
"color_not_found_part1": "Color ", "color_not_found_part1": "Color ",
"color_not_found_part2": " is not available, enter /color help to list all available color.", "color_not_found_part2": " is not available, enter /color help to list all available color.",
"show_color_list": "Available chat colors: ", "show_color_list": "Available chat colors: ",
"retry_not_counted": "Your operation is beyond the rules.",
"retry_part1": "You have broken the rules for ",
"retry_part2": " times. You will be kicked from the room if you break the rules for ",
"retry_part3": " times.",
"retry_too_much_part1": "You are kicked from the room for having broken the rules for ",
"retry_too_much_part2": " times.",
"retry_too_much_room_part1": " is kicked from the room for having broken the rules for ",
"retry_too_much_room_part2": " times.",
"athletic_arena_tip": "During an athletic match, a game quit behavior is regarded as a surrender." "athletic_arena_tip": "During an athletic match, a game quit behavior is regarded as a surrender."
}, },
"es-es": { "es-es": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment