diff options
| author | Marie <github@yuugi.dev> | 2024-10-03 17:30:01 +0000 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2024-10-03 17:30:01 +0000 |
| commit | 85b0dad84e3dddb5bbe881b7af052acdb67ba2e9 (patch) | |
| tree | d83d7233ca0547a72753ef837c8c59087cbdecd0 | |
| parent | merge: make MkAbuseReport more friendly for smaller screen sizes (!646) (diff) | |
| parent | fix Japanese "memo"→"note" (diff) | |
| download | sharkey-85b0dad84e3dddb5bbe881b7af052acdb67ba2e9.tar.gz sharkey-85b0dad84e3dddb5bbe881b7af052acdb67ba2e9.tar.bz2 sharkey-85b0dad84e3dddb5bbe881b7af052acdb67ba2e9.zip | |
merge: missing bubble timeline translations (!605)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/605
Approved-by: fEmber <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
| -rw-r--r-- | locales/en-US.yml | 2 | ||||
| -rw-r--r-- | locales/index.d.ts | 8 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 4 |
3 files changed, 13 insertions, 1 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 13ddcc4b5c..1f73b09325 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1409,6 +1409,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: "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}." @@ -1447,6 +1448,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: "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 0239da7071..ceda912d3f 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5632,6 +5632,10 @@ export interface Locale extends ILocale { */ "global": string; /** + * 管理者が選択した他の接続サーバーの投稿を見ることができます。 + */ + "bubble": string; + /** * それぞれのタイムラインは、画面上部でいつでも切り替えられます。 */ "description2": string; @@ -5765,6 +5769,10 @@ export interface Locale extends ILocale { */ "social": string; /** + * バッッブルタイムラインでは、管理者が選択した接続サーバーからのメモを表示できます。 + */ + "bubble": string; + /** * グローバルタイムラインでは、接続している他のすべてのサーバーからの投稿を見られます。 */ "global": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index caed03910f..9307e9e81e 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1415,6 +1415,7 @@ _initialTutorial: local: "このサーバーにいるユーザー全員の投稿を見られます。" social: "ホームタイムラインとローカルタイムラインの投稿が両方表示されます。" global: "接続している他のすべてのサーバーからの投稿を見られます。" + bubble: "管理者が選択した他の接続サーバーの投稿を見ることができます。" description2: "それぞれのタイムラインは、画面上部でいつでも切り替えられます。" description3: "その他にも、リストタイムラインやチャンネルタイムラインなどがあります。詳しくは{link}をご覧ください。" _postNote: @@ -1453,6 +1454,7 @@ _timelineDescription: home: "ホームタイムラインでは、あなたがフォローしているアカウントの投稿を見られます。" local: "ローカルタイムラインでは、このサーバーにいるユーザー全員の投稿を見られます。" social: "ソーシャルタイムラインには、ホームタイムラインとローカルタイムラインの投稿が両方表示されます。" + bubble: "バブルタイムラインでは、管理者が選択した接続サーバーからの投稿を表示できます。" global: "グローバルタイムラインでは、接続している他のすべてのサーバーからの投稿を見られます。" _serverRules: @@ -2402,7 +2404,7 @@ _timelines: local: "ローカル" social: "ソーシャル" global: "グローバル" - bubble: "バッッブル" + bubble: "バブル" _play: new: "Playの作成" |