Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KC3Kai/kancolle-replay in…
Browse files Browse the repository at this point in the history
…to gh-pages
  • Loading branch information
fourinone41 committed Jul 10, 2024
2 parents 500bbc9 + 90fc766 commit 863ec8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/data/strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"reset_confirm": "Confirm",
"continue": "Continue",
"create_shared_link": "Create Shared Link (TinyURL)",
"create_shared_link_note": "TinyURL is a link shortening service. When opening other people's links, please be careful that the link is for KanColle Sortie Simulator (having \"+\" at the end of a TinyURL link allows you to preview before opening).",

"require_los_after_fcf": "Require LoS (after FCF)",
"require_on_node": "on Node {sel_node}",
Expand Down
1 change: 1 addition & 0 deletions js/data/strings_ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"reset_confirm": "確認",
"continue": "再試行",
"create_shared_link": "共有URLを生成(TinyURL)",
"create_shared_link_note": "",

"require_los_after_fcf": "退避後に必要な索敵値",
"require_on_node": "Node {sel_node} において",
Expand Down
2 changes: 2 additions & 0 deletions simulator.html
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,8 @@ <h3>
<div v-show="!isReplayImport">
<hr>
<input type="button" :value="$t('create_shared_link')" :disabled="shareURLLoading" @click="onclickShareURL"/>
<span v-show="$i18n.locale=='ja'">&nbsp;<a href="https://twitter.com/momemi_kc/status/1811049862663684576" target="_blank">(!)</a></span>
<span v-show="$i18n.locale!='ja'" style="color:darkorange">&nbsp;<span class="tooltip" :title="$t('create_shared_link_note')">(!)</span>
<span style="color:green" v-show="showShareURLCopied">&nbsp;{{$t('copied_to_clipboard')}}</span>
<span class="error" v-show="showShareURLError">&nbsp;{{$t('error')}}</span>
</div>
Expand Down

0 comments on commit 863ec8b

Please sign in to comment.