diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-08-25 15:23:33 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-08-25 15:23:33 +0100 |
| commit | 87adf677527469c5c0fd8071f62b7d4d7baac351 (patch) | |
| tree | 7efe644b64fa138519236152c3fcf1e222e3e5c3 | |
| parent | placeholders for the missing bubble bits (diff) | |
| download | sharkey-87adf677527469c5c0fd8071f62b7d4d7baac351.tar.gz sharkey-87adf677527469c5c0fd8071f62b7d4d7baac351.tar.bz2 sharkey-87adf677527469c5c0fd8071f62b7d4d7baac351.zip | |
some maybe-not-terrible descriptions of the Bubble timeline
the Japanese entries are translated by machine
| -rw-r--r-- | locales/en-US.yml | 4 | ||||
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index d637b6c7a0..0be26079da 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1405,7 +1405,7 @@ _initialTutorial: home: "You can view notes from accounts you follow." local: "You can view notes from all users on this server." 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." 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}." @@ -1444,7 +1444,7 @@ _timelineDescription: 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." 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." _serverRules: description: "A set of rules to be displayed before registration. Setting a summary of the Terms of Service is recommended." diff --git a/locales/index.d.ts b/locales/index.d.ts index b51fb9ebfd..38fe0cd25b 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5616,7 +5616,7 @@ export interface Locale extends ILocale { */ "global": string; /** - * ???? + * 管理者が選択した他の接続サーバーの投稿を見ることができます。 */ "bubble": string; /** @@ -5753,7 +5753,7 @@ export interface Locale extends ILocale { */ "social": string; /** - * ???? + * バッッブルタイムラインでは、管理者が選択した接続サーバーからのメモを表示できます。 */ "bubble": string; /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 0137bcd3de..236aa2b6c3 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1411,7 +1411,7 @@ _initialTutorial: local: "このサーバーにいるユーザー全員の投稿を見られます。" social: "ホームタイムラインとローカルタイムラインの投稿が両方表示されます。" global: "接続している他のすべてのサーバーからの投稿を見られます。" - bubble: "????" + bubble: "管理者が選択した他の接続サーバーの投稿を見ることができます。" description2: "それぞれのタイムラインは、画面上部でいつでも切り替えられます。" description3: "その他にも、リストタイムラインやチャンネルタイムラインなどがあります。詳しくは{link}をご覧ください。" _postNote: @@ -1450,7 +1450,7 @@ _timelineDescription: home: "ホームタイムラインでは、あなたがフォローしているアカウントの投稿を見られます。" local: "ローカルタイムラインでは、このサーバーにいるユーザー全員の投稿を見られます。" social: "ソーシャルタイムラインには、ホームタイムラインとローカルタイムラインの投稿が両方表示されます。" - bubble: "????" + bubble: "バッッブルタイムラインでは、管理者が選択した接続サーバーからのメモを表示できます。" global: "グローバルタイムラインでは、接続している他のすべてのサーバーからの投稿を見られます。" _serverRules: |