SenY commited on
Commit
16861d2
·
verified ·
1 Parent(s): ff8ad3e

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -5
index.html CHANGED
@@ -22,7 +22,9 @@
22
  #query {
23
  min-height: 40vh;
24
  }
25
- #promptEn, #promptMyLanguage {
 
 
26
  min-height: 20vh;
27
  }
28
  </style>
@@ -81,9 +83,9 @@
81
  </div>
82
  <div class="card-body">
83
  <div class="form-group mb-3">
84
- <label for="apiKey" class="form-label" id="apiKeyLabel"><a
85
- href="https://aistudio.google.com/app/apikey?hl=ja"
86
- target="_blank">APIキー</a></label>
87
  <input type="text" class="form-control" id="apiKey" placeholder="APIキーを入力してください">
88
  </div>
89
  <div class="form-group">
@@ -274,7 +276,7 @@
274
  document.getElementById('splitStrings').textContent = i18next.t('splitStrings');
275
  document.getElementById('outputPromptTitle').textContent = i18next.t('outputPromptTitle');
276
  document.getElementById('settingsTitle').textContent = i18next.t('settingsTitle');
277
- document.getElementById('apiKeyLabel').textContent = i18next.t('apiKeyLabel');
278
  document.getElementById('characterCountLabel').textContent = i18next.t('characterCountLabel');
279
  document.getElementById('languageSelectLabel').textContent = i18next.t('languageSelectLabel');
280
 
 
22
  #query {
23
  min-height: 40vh;
24
  }
25
+
26
+ #promptEn,
27
+ #promptMyLanguage {
28
  min-height: 20vh;
29
  }
30
  </style>
 
83
  </div>
84
  <div class="card-body">
85
  <div class="form-group mb-3">
86
+ <label for="apiKey" class="form-label" id="apiKeyLabel">
87
+ <a href="https://aistudio.google.com/app/apikey?hl=ja" target="_blank">APIキー</a>
88
+ </label>
89
  <input type="text" class="form-control" id="apiKey" placeholder="APIキーを入力してください">
90
  </div>
91
  <div class="form-group">
 
276
  document.getElementById('splitStrings').textContent = i18next.t('splitStrings');
277
  document.getElementById('outputPromptTitle').textContent = i18next.t('outputPromptTitle');
278
  document.getElementById('settingsTitle').textContent = i18next.t('settingsTitle');
279
+ document.querySelector('#apiKeyLabel > a').textContent = i18next.t('apiKeyLabel');
280
  document.getElementById('characterCountLabel').textContent = i18next.t('characterCountLabel');
281
  document.getElementById('languageSelectLabel').textContent = i18next.t('languageSelectLabel');
282