Skip to content

Commit

Permalink
Change: #805 概要画面の「kmyblue capabilities」を「サーバーの機能」に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Aug 19, 2024
1 parent 2c914d5 commit 96784b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/about/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const messages = defineMessages({
emojiReaction: { id: 'status.emoji_reaction', defaultMessage: 'Emoji reaction' },
enabled: { id: 'about.enabled', defaultMessage: 'Enabled' },
disabled: { id: 'about.disabled', defaultMessage: 'Disabled' },
capabilities: { id: 'about.kmyblue_capabilities', defaultMessage: 'kmyblue capabilities' },
capabilities: { id: 'about.kmyblue_capabilities', defaultMessage: 'Features available in this server' },
});

const severityMessages = {
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/mastodon/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"about.domain_blocks.suspended.title": "Suspended",
"about.enabled": "Enabled",
"about.full_text_search": "Full text search",
"about.kmyblue_capabilities": "kmyblue capabilities",
"about.kmyblue_capabilities": "Features available in this server",
"about.kmyblue_capability": "This server is using kmyblue, a fork of Mastodon. On this server, kmyblues unique features are configured as follows.",
"about.not_available": "This information has not been made available on this server.",
"about.powered_by": "Decentralized social media powered by {mastodon}",
Expand Down
1 change: 1 addition & 0 deletions app/javascript/mastodon/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"about.domain_blocks.suspended.title": "停止中",
"about.enabled": "有効",
"about.full_text_search": "全文検索",
"about.kmyblue_capabilities": "このサーバーで利用可能な機能",
"about.kmyblue_capability": "このサーバーは、kmyblueというMastodonフォークを利用しています。kmyblue独自機能の一部は、サーバー管理者によって有効・無効を切り替えることができます。",
"about.not_available": "この情報はこのサーバーでは利用できません。",
"about.powered_by": "{mastodon}による分散型ソーシャルメディア",
Expand Down

0 comments on commit 96784b6

Please sign in to comment.