Skip to content

Commit be0e667

Browse files
committed
Link to migration instruction
1 parent 9e24a6f commit be0e667

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

webextensions/_locales/en/messages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@
165165
"migration.configsFailed.notification.message": { "message": "Migration process is aborted due to unexpected problem." },
166166

167167
"config.importedTreeStructureFromLegacy.label": { "message": "Migration of Old Tree" },
168+
"config.migrateSessionStore.before": { "message": "See" },
169+
"config.migrateSessionStore.link.label": { "message": "the instruction for manual migration of tree information" },
170+
"config.migrateSessionStore.link.uri": { "message": "https://github.com/piroor/treestyletab/wiki/How-to-convert-session-information-from-old-TST-0.19.x-to-new-TST-2.x" },
171+
"config.migrateSessionStore.after": { "message": "also." },
168172
"config.migrateLegacyTreeStructure.label": { "message": "Migrate tree of tabs at the next startup" },
169173
"config.importedTreeStructureFromLegacy.placeholder": { "message": "Paste migration data for old tree here" },
170174
"migration.tree.notification.title": { "message": "Tree Style Tab: Tree of tabs are successfully migrated" },

webextensions/_locales/ja/messages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@
164164
"migration.configsFailed.notification.message": { "message": "設定の移行中に想定外の問題が発生したため、移行処理を中断しました。" },
165165

166166
"config.importedTreeStructureFromLegacy.label": { "message": "旧バージョンからのツリー情報の移行" },
167+
"config.migrateSessionStore.before": { "message": "" },
168+
"config.migrateSessionStore.link.label": { "message": "ツリー情報の手動での移行手順" },
169+
"config.migrateSessionStore.link.uri": { "message": "https://github.com/piroor/treestyletab/wiki/How-to-convert-session-information-from-old-TST-0.19.x-to-new-TST-2.x" },
170+
"config.migrateSessionStore.after": { "message": "も参照して下さい。" },
167171
"config.migrateLegacyTreeStructure.label": { "message": "次回初期化時にツリー情報を復元する" },
168172
"config.importedTreeStructureFromLegacy.placeholder": { "message": "旧バージョンからのツリー情報移行用データをここに貼り付けてください" },
169173
"migration.tree.notification.title": { "message": "ツリー型タブ:ツリー情報の移行に成功しました" },

webextensions/options/options.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ <h1>__MSG_config.advanced.caption__</h1>
255255
</fieldset>
256256
<fieldset>
257257
<legend>__MSG_config.importedTreeStructureFromLegacy.label__</legend>
258+
<p>__MSG_config.migrateSessionStore.before__
259+
<a href="__MSG_config.migrateSessionStore.link.uri__">__MSG_config.migrateSessionStore.link.label__</a>
260+
__MSG_config.migrateSessionStore.after__</p>
258261
<p><label><input id="migrateLegacyTreeStructure"
259262
type="checkbox">
260263
__MSG_config.migrateLegacyTreeStructure.label__</label></p>

0 commit comments

Comments
 (0)