mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Merge pull request #1926 from Imperadeiro98/master
Internationalized more stuff
This commit is contained in:
commit
25b91f900d
7 changed files with 39 additions and 25 deletions
|
@ -146,9 +146,13 @@
|
|||
fork: "Fork"
|
||||
play: "Play" # When used as an action verb, like "Play next level"
|
||||
retry: "Retry"
|
||||
actions: "Actions"
|
||||
info: "Info"
|
||||
help: "Help"
|
||||
watch: "Watch"
|
||||
unwatch: "Unwatch"
|
||||
submit_patch: "Submit Patch"
|
||||
submit_changes: "Submit Changes"
|
||||
|
||||
general:
|
||||
and: "and"
|
||||
|
@ -156,9 +160,16 @@
|
|||
date: "Date"
|
||||
body: "Body"
|
||||
version: "Version"
|
||||
submitter: "Submitter"
|
||||
submitted: "Submitted"
|
||||
commit_msg: "Commit Message"
|
||||
review: "Review"
|
||||
version_history: "Version History"
|
||||
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"
|
||||
results: "Results"
|
||||
description: "Description"
|
||||
|
@ -582,6 +593,9 @@
|
|||
more: "More"
|
||||
wiki: "Wiki"
|
||||
live_chat: "Live Chat"
|
||||
thang_main: "Main"
|
||||
thang_spritesheets: "Spritesheets"
|
||||
thang_colors: "Colors"
|
||||
level_some_options: "Some Options?"
|
||||
level_tab_thangs: "Thangs"
|
||||
level_tab_scripts: "Scripts"
|
||||
|
|
|
@ -23,7 +23,7 @@ block content
|
|||
|
||||
#article-view
|
||||
|
||||
h3 Patches
|
||||
h3(data-i18n="resources.patches") Patches
|
||||
.patches-view
|
||||
|
||||
hr
|
||||
|
|
|
@ -44,10 +44,10 @@ block header
|
|||
span.navbar-brand #{level.attributes.name}
|
||||
|
||||
ul.nav.navbar-nav.navbar-right
|
||||
li#undo-button(title="Undo (Ctrl+Z)")
|
||||
li#undo-button(data-i18n="[title]general.undo", title="Undo (Ctrl+Z)")
|
||||
a
|
||||
span.glyphicon-arrow-left.glyphicon
|
||||
li#redo-button(title="Redo (Ctrl+Shift+Z)")
|
||||
li#redo-button(data-i18n="[title]general.redo", title="Redo (Ctrl+Shift+Z)")
|
||||
a
|
||||
span.glyphicon-arrow-right.glyphicon
|
||||
if authorized
|
||||
|
@ -72,14 +72,14 @@ block header
|
|||
a.play-with-team-button(data-team=match.yourTeam, data-opponent=match.opponentSessionID)= match.yourTeam + ' vs. ' + match.opponentName
|
||||
|
||||
else
|
||||
li(title="⌃↩ or ⌘↩: Play preview of current level")#play-button
|
||||
li(data-i18n="[title]general.play_preview", title="Play preview of current level")#play-button
|
||||
a
|
||||
span.glyphicon-play.glyphicon
|
||||
li.dropdown
|
||||
a(data-toggle='dropdown')
|
||||
span.glyphicon-chevron-down.glyphicon
|
||||
ul.dropdown-menu
|
||||
li.dropdown-header Actions
|
||||
li.dropdown-header(data-i18n="common.actions") Actions
|
||||
li
|
||||
a#level-watch-button
|
||||
span.watch
|
||||
|
@ -98,11 +98,11 @@ block header
|
|||
li(class=anonymous ? "disabled": "")
|
||||
a(data-i18n="editor.pop_i18n")#pop-level-i18n-button Populate i18n
|
||||
li.divider
|
||||
li.dropdown-header Info
|
||||
li.dropdown-header(data-i18n="common.info") Info
|
||||
li#level-history-button
|
||||
a(href='#', data-i18n="general.version_history") Version History
|
||||
li.divider
|
||||
li.dropdown-header Help
|
||||
li.dropdown-header(data-i18n="common.help") Help
|
||||
li
|
||||
a(href='https://github.com/codecombat/codecombat/wiki/Artisan-Home', data-i18n="editor.wiki", target="_blank") Wiki
|
||||
li
|
||||
|
|
|
@ -5,7 +5,7 @@ block modal-header-content
|
|||
h3
|
||||
span(data-i18n="general.version_history_for") Version History for:
|
||||
|"#{dataList[0].name}"
|
||||
p
|
||||
p(data-i18n="general.select_changes")
|
||||
|Select two changes below to see the difference.
|
||||
|
||||
div.delta-container
|
||||
|
@ -30,4 +30,4 @@ block modal-body-content
|
|||
td= data.creator
|
||||
td #{data.commitMessage}
|
||||
|
||||
block modal-footer-content
|
||||
block modal-footer-content
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
| Withdrawn
|
||||
|
||||
if patches.loading
|
||||
p Loading
|
||||
p(data-i18n="common.loading") Loading...
|
||||
else
|
||||
table.table.table-condensed.table-bordered
|
||||
tr
|
||||
th Submitter
|
||||
th Submitted
|
||||
th Commit Message
|
||||
th Review
|
||||
th(data-i18n="general.submitter") Submitter
|
||||
th(data-i18n="general.submitted") Submitted
|
||||
th(data-i18n="general.commit_msg") Commit Message
|
||||
th(data-i18n="general.review") Review
|
||||
for patch in patches
|
||||
tr
|
||||
td= patch.userName
|
||||
|
|
|
@ -15,13 +15,13 @@ block header
|
|||
span.glyphicon-home.glyphicon
|
||||
ul.nav.navbar-nav.nav-tabs
|
||||
li.active
|
||||
a(href="#editor-thang-main-tab-view", data-toggle="tab") Main
|
||||
a(href="#editor-thang-main-tab-view", data-toggle="tab", data-i18n="editor.thang_main") Main
|
||||
li
|
||||
a(href="#editor-thang-components-tab-view", data-toggle="tab") Components
|
||||
a(href="#editor-thang-components-tab-view", data-toggle="tab", data-i18n="editor.level_tab_components") Components
|
||||
li
|
||||
a(href="#editor-thang-spritesheets-view", data-toggle="tab") Spritesheets
|
||||
a(href="#editor-thang-spritesheets-view", data-toggle="tab", data-i18n="editor.thang_spritesheets") Spritesheets
|
||||
li
|
||||
a(href="#editor-thang-colors-tab-view", data-toggle="tab")#color-tab Colors
|
||||
a(href="#editor-thang-colors-tab-view", data-toggle="tab", data-i18n="editor.thang_colors")#color-tab Colors
|
||||
li
|
||||
a(href="#editor-thang-patches-view", data-toggle="tab")#patches-tab
|
||||
span(data-i18n="resources.patches").spr Patches
|
||||
|
@ -51,7 +51,7 @@ block header
|
|||
a(data-toggle='dropdown')
|
||||
span.glyphicon-chevron-down.glyphicon
|
||||
ul.dropdown-menu
|
||||
li.dropdown-header Actions
|
||||
li.dropdown-header(data-i18n="common.actions") Actions
|
||||
li(class=anonymous ? "disabled": "")
|
||||
a(data-i18n="common.fork")#fork-start-button Fork
|
||||
li(class=anonymous ? "disabled": "")
|
||||
|
@ -59,11 +59,11 @@ block header
|
|||
li(class=anonymous ? "disabled": "")
|
||||
a(data-i18n="editor.pop_i18n")#pop-level-i18n-button Populate i18n
|
||||
li.divider
|
||||
li.dropdown-header Info
|
||||
li.dropdown-header(data-i18n="common.info") Info
|
||||
li#history-button
|
||||
a(href='#', data-i18n="general.version_history") Version History
|
||||
li.divider
|
||||
li.dropdown-header Help
|
||||
li.dropdown-header(data-i18n="common.help") Help
|
||||
li
|
||||
a(href='https://github.com/codecombat/codecombat/wiki/Artisan-Home', data-i18n="editor.wiki", target="_blank") Wiki
|
||||
li
|
||||
|
|
|
@ -21,7 +21,7 @@ block header
|
|||
|
||||
ul.nav.navbar-nav.navbar-right
|
||||
li
|
||||
button.btn.btn-info.btn-sm.pull-right#patch-submit(disabled=model.hasLocalChanges() ? null : 'disabled', value=model.id) Submit Changes
|
||||
button.btn.btn-info.btn-sm.pull-right#patch-submit(disabled=model.hasLocalChanges() ? null : 'disabled', value=model.id, data-i18n="common.submit_changes") Submit Changes
|
||||
|
||||
li.dropdown
|
||||
|
||||
|
@ -29,17 +29,17 @@ block header
|
|||
span.glyphicon-chevron-down.glyphicon
|
||||
|
||||
ul.dropdown-menu
|
||||
li.dropdown-header Actions
|
||||
li.dropdown-header(data-i18n="common.actions") Actions
|
||||
|
||||
li(class=anonymous ? "disabled": "")
|
||||
a(data-toggle="coco-modal", data-target="modal/RevertModal", data-i18n="editor.revert")#revert-button Revert
|
||||
|
||||
li.divider
|
||||
li.dropdown-header Info
|
||||
li.dropdown-header(data-i18n="common.info") Info
|
||||
li#history-button
|
||||
a(href='#', data-i18n="general.version_history") Version History
|
||||
li.divider
|
||||
li.dropdown-header Help
|
||||
li.dropdown-header(data-i18n="common.help") Help
|
||||
li
|
||||
a(href='https://github.com/codecombat/codecombat/wiki', data-i18n="editor.wiki", target="_blank") Wiki
|
||||
li
|
||||
|
|
Loading…
Reference in a new issue