mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Update en.coffee
This commit is contained in:
parent
f98469122a
commit
a6653501e5
1 changed files with 14 additions and 0 deletions
|
@ -146,9 +146,13 @@
|
||||||
fork: "Fork"
|
fork: "Fork"
|
||||||
play: "Play" # When used as an action verb, like "Play next level"
|
play: "Play" # When used as an action verb, like "Play next level"
|
||||||
retry: "Retry"
|
retry: "Retry"
|
||||||
|
actions: "Actions"
|
||||||
|
info: "Info"
|
||||||
|
help: "Help"
|
||||||
watch: "Watch"
|
watch: "Watch"
|
||||||
unwatch: "Unwatch"
|
unwatch: "Unwatch"
|
||||||
submit_patch: "Submit Patch"
|
submit_patch: "Submit Patch"
|
||||||
|
submit_changes: "Submit Changes"
|
||||||
|
|
||||||
general:
|
general:
|
||||||
and: "and"
|
and: "and"
|
||||||
|
@ -156,9 +160,16 @@
|
||||||
date: "Date"
|
date: "Date"
|
||||||
body: "Body"
|
body: "Body"
|
||||||
version: "Version"
|
version: "Version"
|
||||||
|
submitter: "Submitter"
|
||||||
|
submitted: "Submitted"
|
||||||
commit_msg: "Commit Message"
|
commit_msg: "Commit Message"
|
||||||
|
review: "Review"
|
||||||
version_history: "Version History"
|
version_history: "Version History"
|
||||||
version_history_for: "Version History for: "
|
version_history_for: "Version History for: "
|
||||||
|
select_changes: "Select two changes below to see the difference."
|
||||||
|
undo: "Undo (Ctrl+Z)"
|
||||||
|
redo: "Redo (Ctrl+Shift+Z)"
|
||||||
|
play_preview: "Play preview of current level"
|
||||||
result: "Result"
|
result: "Result"
|
||||||
results: "Results"
|
results: "Results"
|
||||||
description: "Description"
|
description: "Description"
|
||||||
|
@ -581,6 +592,9 @@
|
||||||
more: "More"
|
more: "More"
|
||||||
wiki: "Wiki"
|
wiki: "Wiki"
|
||||||
live_chat: "Live Chat"
|
live_chat: "Live Chat"
|
||||||
|
thang_main: "Main"
|
||||||
|
thang_spritesheets: "Spritesheets"
|
||||||
|
thang_colors: "Colors"
|
||||||
level_some_options: "Some Options?"
|
level_some_options: "Some Options?"
|
||||||
level_tab_thangs: "Thangs"
|
level_tab_thangs: "Thangs"
|
||||||
level_tab_scripts: "Scripts"
|
level_tab_scripts: "Scripts"
|
||||||
|
|
Loading…
Reference in a new issue