some maybe-not-terrible descriptions of the Bubble timeline

the Japanese entries are translated by machine
This commit is contained in:
dakkar 2024-08-25 15:23:33 +01:00
parent a99f99d798
commit 87adf67752
3 changed files with 6 additions and 6 deletions

View file

@ -1405,7 +1405,7 @@ _initialTutorial:
home: "You can view notes from accounts you follow." home: "You can view notes from accounts you follow."
local: "You can view notes from all users on this server." local: "You can view notes from all users on this server."
social: "Notes from the Home and Local timelines will be displayed." social: "Notes from the Home and Local timelines will be displayed."
bubble: "???" bubble: "You can view notes from connected servers picked by your admins."
global: "You can view notes from all connected servers." global: "You can view notes from all connected servers."
description2: "You can switch between timelines at the top of the screen at any time." description2: "You can switch between timelines at the top of the screen at any time."
description3: "Additionally, there are list timelines and channel timelines. For more details, please refer to {link}." description3: "Additionally, there are list timelines and channel timelines. For more details, please refer to {link}."
@ -1444,7 +1444,7 @@ _timelineDescription:
home: "In the Home timeline, you can see notes from accounts you follow." home: "In the Home timeline, you can see notes from accounts you follow."
local: "In the Local timeline, you can see notes from all users on this server." local: "In the Local timeline, you can see notes from all users on this server."
social: "The Social timeline displays notes from both the Home and Local timelines." social: "The Social timeline displays notes from both the Home and Local timelines."
bubble: "????" bubble: "In the Bubble timeline, you can see notes from connected servers picked by your admins."
global: "In the Global timeline, you can see notes from all connected servers." global: "In the Global timeline, you can see notes from all connected servers."
_serverRules: _serverRules:
description: "A set of rules to be displayed before registration. Setting a summary of the Terms of Service is recommended." description: "A set of rules to be displayed before registration. Setting a summary of the Terms of Service is recommended."

4
locales/index.d.ts vendored
View file

@ -5616,7 +5616,7 @@ export interface Locale extends ILocale {
*/ */
"global": string; "global": string;
/** /**
* ???? * 稿
*/ */
"bubble": string; "bubble": string;
/** /**
@ -5753,7 +5753,7 @@ export interface Locale extends ILocale {
*/ */
"social": string; "social": string;
/** /**
* ???? *
*/ */
"bubble": string; "bubble": string;
/** /**

View file

@ -1411,7 +1411,7 @@ _initialTutorial:
local: "このサーバーにいるユーザー全員の投稿を見られます。" local: "このサーバーにいるユーザー全員の投稿を見られます。"
social: "ホームタイムラインとローカルタイムラインの投稿が両方表示されます。" social: "ホームタイムラインとローカルタイムラインの投稿が両方表示されます。"
global: "接続している他のすべてのサーバーからの投稿を見られます。" global: "接続している他のすべてのサーバーからの投稿を見られます。"
bubble: "????" bubble: "管理者が選択した他の接続サーバーの投稿を見ることができます。"
description2: "それぞれのタイムラインは、画面上部でいつでも切り替えられます。" description2: "それぞれのタイムラインは、画面上部でいつでも切り替えられます。"
description3: "その他にも、リストタイムラインやチャンネルタイムラインなどがあります。詳しくは{link}をご覧ください。" description3: "その他にも、リストタイムラインやチャンネルタイムラインなどがあります。詳しくは{link}をご覧ください。"
_postNote: _postNote:
@ -1450,7 +1450,7 @@ _timelineDescription:
home: "ホームタイムラインでは、あなたがフォローしているアカウントの投稿を見られます。" home: "ホームタイムラインでは、あなたがフォローしているアカウントの投稿を見られます。"
local: "ローカルタイムラインでは、このサーバーにいるユーザー全員の投稿を見られます。" local: "ローカルタイムラインでは、このサーバーにいるユーザー全員の投稿を見られます。"
social: "ソーシャルタイムラインには、ホームタイムラインとローカルタイムラインの投稿が両方表示されます。" social: "ソーシャルタイムラインには、ホームタイムラインとローカルタイムラインの投稿が両方表示されます。"
bubble: "????" bubble: "バッッブルタイムラインでは、管理者が選択した接続サーバーからのメモを表示できます。"
global: "グローバルタイムラインでは、接続している他のすべてのサーバーからの投稿を見られます。" global: "グローバルタイムラインでは、接続している他のすべてのサーバーからの投稿を見られます。"
_serverRules: _serverRules: