diff --git a/locales/en.yml b/locales/en.yml
index a888e58a60..23a3942dd4 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -261,6 +261,34 @@ common/views/widgets/slideshow.vue:
   folder-customize-mode: "To specify a folder, please exit customize mode"
   folder: "Please click and specify a folder"
   no-image: "There is no image in this folder"
+  
+common/views/widgets/tips.vue:
+  tips-line1: "You can focus on the timeline with <kbd>t</kbd>."
+  tips-line2: "Open posting form with <kbd>p</kbd> or <kbd>n</kbd>."
+  tips-line3: "You can drag and drop files on the post form."
+  tips-line4: "You can paste an image from the clipboard into the submission form."
+  tips-line5: "You can upload files by dragging and dropping them to Drive."
+  tips-line6: "You can move a folder by dragging it within the Drive."
+  tips-line7: "You can move folders by dragging them within the Drive"
+  tips-line8: "Home can be customized from the settings widget."
+  tips-line9: "Misskey is licensed under AGPLv3."
+  tips-line10: "Using the Time Machine widget makes it easy to trace back to the past timeline."
+  tips-line11: "You can pin posts to user page by clicking on \"...\""
+  tips-line12: "Drive capacity is 1 GB (by default)"
+  tips-line13: "All the files attached to the post are saved to Drive."
+  tips-line14: "While customizing the home, you can right click on the widget and change the design."
+  tips-line15: "You can also place widgets at the top of the timeline."
+  tips-line16: "Double click on a post to see details."
+  tips-line17: "Surrounding the text with ** ** will highlight it."
+  tips-line18: "By using the channel widget, you can quickly check frequently used channels."
+  tips-line19: "Several windows can be detached outside the browser."
+  tips-line20: "The percentage of the calendar widget shows the percentage of time elapsed."
+  tips-line21: "You can also use the API to develop bots."
+  tips-line22: "Misskey is also available via LINE."
+  tips-line23: "Mayu is so cute with its eyebrows."
+  tips-line24: "Misskey started in 2014."
+  tips-line25: "You can receive notification even if Misskey is not open in a compatible browser."
+
 common/views/pages/follow.vue:
   signed-in-as: "Signed in as {}"
   following: "Following"
diff --git a/locales/ja.yml b/locales/ja.yml
index 8113695f5b..1f76c9604c 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -298,6 +298,33 @@ common/views/widgets/slideshow.vue:
   folder: "クリックしてフォルダを指定してください"
   no-image: "このフォルダには画像がありません"
 
+common/views/widgets/tips.vue:
+  tips-line1: "<kbd>t</kbd>でタイムラインにフォーカスできます"
+  tips-line2: "<kbd>p</kbd>または<kbd>n</kbd>で投稿フォームを開きます"
+  tips-line3: "投稿フォームにはファイルをドラッグ&ドロップできます"
+  tips-line4: "投稿フォームにクリップボードにある画像データをペーストできます"
+  tips-line5: "ドライブにファイルをドラッグ&ドロップしてアップロードできます"
+  tips-line6: "ドライブでファイルをドラッグしてフォルダ移動できます"
+  tips-line7: "ドライブでフォルダをドラッグしてフォルダ移動できます"
+  tips-line8: "ホームは設定からカスタマイズできます"
+  tips-line9: "MisskeyはAGPLv3です"
+  tips-line10: "タイムマシンウィジェットを利用すると、簡単に過去のタイムラインに遡れます"
+  tips-line11: "投稿の ... をクリックして、投稿をユーザーページにピン留めできます"
+  tips-line12: "ドライブの容量は(デフォルトで)1GBです"
+  tips-line13: "投稿に添付したファイルは全てドライブに保存されます"
+  tips-line14: "ホームのカスタマイズ中、ウィジェットを右クリックしてデザインを変更できます"
+  tips-line15: "タイムライン上部にもウィジェットを設置できます"
+  tips-line16: "投稿をダブルクリックすると詳細が見れます"
+  tips-line17: "「**」でテキストを囲むと**強調表示**されます"
+  tips-line18: "チャンネルウィジェットを利用すると、よく利用するチャンネルを素早く確認できます"
+  tips-line19: "いくつかのウィンドウはブラウザの外に切り離すことができます"
+  tips-line20: "カレンダーウィジェットのパーセンテージは、経過の割合を示しています"
+  tips-line21: "APIを利用してbotの開発なども行えます"
+  tips-line22: "MisskeyはLINEを通じてでも利用できます"
+  tips-line23: "まゆかわいいよまゆ"
+  tips-line24: "Misskeyは2014年にサービスを開始しました"
+  tips-line25: "対応ブラウザではMisskeyを開いていなくても通知を受け取れます"
+
 common/views/pages/follow.vue:
   signed-in-as: "{}としてサインイン中"
   following: "フォロー中"
diff --git a/src/client/app/common/views/widgets/tips.vue b/src/client/app/common/views/widgets/tips.vue
index 08e665f92f..9df1201297 100644
--- a/src/client/app/common/views/widgets/tips.vue
+++ b/src/client/app/common/views/widgets/tips.vue
@@ -9,31 +9,31 @@ import * as anime from 'animejs';
 import define from '../../../common/define-widget';
 
 const tips = [
-	'<kbd>t</kbd>でタイムラインにフォーカスできます',
-	'<kbd>p</kbd>または<kbd>n</kbd>で投稿フォームを開きます',
-	'投稿フォームにはファイルをドラッグ&ドロップできます',
-	'投稿フォームにクリップボードにある画像データをペーストできます',
-	'ドライブにファイルをドラッグ&ドロップしてアップロードできます',
-	'ドライブでファイルをドラッグしてフォルダ移動できます',
-	'ドライブでフォルダをドラッグしてフォルダ移動できます',
-	'ホームは設定からカスタマイズできます',
-	'MisskeyはAGPLv3です',
-	'タイムマシンウィジェットを利用すると、簡単に過去のタイムラインに遡れます',
-	'投稿の ... をクリックして、投稿をユーザーページにピン留めできます',
-	'ドライブの容量は(デフォルトで)1GBです',
-	'投稿に添付したファイルは全てドライブに保存されます',
-	'ホームのカスタマイズ中、ウィジェットを右クリックしてデザインを変更できます',
-	'タイムライン上部にもウィジェットを設置できます',
-	'投稿をダブルクリックすると詳細が見れます',
-	'「**」でテキストを囲むと**強調表示**されます',
-	'チャンネルウィジェットを利用すると、よく利用するチャンネルを素早く確認できます',
-	'いくつかのウィンドウはブラウザの外に切り離すことができます',
-	'カレンダーウィジェットのパーセンテージは、経過の割合を示しています',
-	'APIを利用してbotの開発なども行えます',
-	'MisskeyはLINEを通じてでも利用できます',
-	'まゆかわいいよまゆ',
-	'Misskeyは2014年にサービスを開始しました',
-	'対応ブラウザではMisskeyを開いていなくても通知を受け取れます'
+	'%i18n:@tips-line1%',
+	'%i18n:@tips-line2%',
+	'%i18n:@tips-line3%',
+	'%i18n:@tips-line4%',
+	'%i18n:@tips-line5%',
+	'%i18n:@tips-line6%',
+	'%i18n:@tips-line7%',
+	'%i18n:@tips-line8%',
+	'%i18n:@tips-line9%',
+	'%i18n:@tips-line10%',
+	'%i18n:@tips-line11%',
+	'%i18n:@tips-line12%',
+	'%i18n:@tips-line13%',
+	'%i18n:@tips-line14%',
+	'%i18n:@tips-line15%',
+	'%i18n:@tips-line16%',
+	'%i18n:@tips-line17%',
+	'%i18n:@tips-line18%',
+	'%i18n:@tips-line19%',
+	'%i18n:@tips-line20%',
+	'%i18n:@tips-line21%',
+	'%i18n:@tips-line22%',
+	'%i18n:@tips-line23%',
+	'%i18n:@tips-line24%',
+	'%i18n:@tips-line25%'
 ]
 
 export default define({