mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-31 14:47:13 +00:00
fix(web): improve backend retry and sidebar scrolling
This commit is contained in:
@@ -9,6 +9,7 @@ const jaJP = {
|
||||
pluginPages: 'プラグインページ',
|
||||
pluginPagesTooltip: 'インストール済みプラグインが提供するビジュアルページ',
|
||||
quickStart: 'クイックスタート',
|
||||
scrollToBottom: '一番下までスクロール',
|
||||
},
|
||||
common: {
|
||||
login: 'ログイン',
|
||||
@@ -1454,6 +1455,9 @@ const jaJP = {
|
||||
goBack: '戻る',
|
||||
backToHome: 'ホームに戻る',
|
||||
backToLogin: 'ログインに戻る',
|
||||
retrying: '再試行中',
|
||||
retryFailed:
|
||||
'バックエンドにまだ接続できません。サービスを起動してからもう一度お試しください。',
|
||||
},
|
||||
pluginPages: {
|
||||
selectFromSidebar: 'サイドバーからプラグインページを選択してください',
|
||||
|
||||
Reference in New Issue
Block a user