aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorHenry <spam@hjkos.com>2018-09-07 16:37:24 +0000
committerHenry <spam@hjkos.com>2018-09-07 16:37:24 +0000
commit2eab0cb1150dd6dc2c5c34bc350ac07869d6edd4 (patch)
tree96d3b0aa200cfa5763a33de15ccca3b35c263efb /src/i18n/messages.js
parent385484566aa8a524ead77b3841be9af301bf0e5d (diff)
parent8b94ea28eceb33e1f3f594f5d99ec0f4111b21ab (diff)
Merge branch 'feature/features-panel' into 'develop'
Features panel See merge request pleroma/pleroma-fe!331
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 42e7e9d4..f1dcfa46 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -419,6 +419,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'
}
}
@@ -943,6 +952,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: 'もじのかず'
}
}