aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 8a902127..ad8a6b6a 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -418,6 +418,15 @@ const en = {
who_to_follow: {
who_to_follow: 'Who to follow',
more: 'More'
+ },
+ features_panel: {
+ title: 'Features',
+ chat: 'Chat',
+ gopher: 'Gopher',
+ who_to_follow: 'Who to follow',
+ media_proxy: 'Media proxy',
+ scope_options: 'Scope options',
+ text_limit: 'Text limit'
}
}
@@ -942,6 +951,15 @@ const ja = {
who_to_follow: {
who_to_follow: 'おすすめユーザー',
more: 'くわしく'
+ },
+ features_panel: {
+ title: 'ゆうこうなきのう',
+ chat: 'チャット',
+ gopher: 'Gopher',
+ who_to_follow: 'おすすめユーザー',
+ media_proxy: 'メディアプロクシ',
+ scope_options: 'こうかいはんい',
+ text_limit: 'もじのかず'
}
}