mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
placeholders for the missing bubble bits
This commit is contained in:
parent
971795c3b8
commit
a99f99d798
3 changed files with 12 additions and 0 deletions
|
@ -1405,6 +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: "???"
|
||||
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}."
|
||||
|
@ -1443,6 +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: "????"
|
||||
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."
|
||||
|
|
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
@ -5615,6 +5615,10 @@ export interface Locale extends ILocale {
|
|||
* 接続している他のすべてのサーバーからの投稿を見られます。
|
||||
*/
|
||||
"global": string;
|
||||
/**
|
||||
* ????
|
||||
*/
|
||||
"bubble": string;
|
||||
/**
|
||||
* それぞれのタイムラインは、画面上部でいつでも切り替えられます。
|
||||
*/
|
||||
|
@ -5748,6 +5752,10 @@ export interface Locale extends ILocale {
|
|||
* ソーシャルタイムラインには、ホームタイムラインとローカルタイムラインの投稿が両方表示されます。
|
||||
*/
|
||||
"social": string;
|
||||
/**
|
||||
* ????
|
||||
*/
|
||||
"bubble": string;
|
||||
/**
|
||||
* グローバルタイムラインでは、接続している他のすべてのサーバーからの投稿を見られます。
|
||||
*/
|
||||
|
|
|
@ -1411,6 +1411,7 @@ _initialTutorial:
|
|||
local: "このサーバーにいるユーザー全員の投稿を見られます。"
|
||||
social: "ホームタイムラインとローカルタイムラインの投稿が両方表示されます。"
|
||||
global: "接続している他のすべてのサーバーからの投稿を見られます。"
|
||||
bubble: "????"
|
||||
description2: "それぞれのタイムラインは、画面上部でいつでも切り替えられます。"
|
||||
description3: "その他にも、リストタイムラインやチャンネルタイムラインなどがあります。詳しくは{link}をご覧ください。"
|
||||
_postNote:
|
||||
|
@ -1449,6 +1450,7 @@ _timelineDescription:
|
|||
home: "ホームタイムラインでは、あなたがフォローしているアカウントの投稿を見られます。"
|
||||
local: "ローカルタイムラインでは、このサーバーにいるユーザー全員の投稿を見られます。"
|
||||
social: "ソーシャルタイムラインには、ホームタイムラインとローカルタイムラインの投稿が両方表示されます。"
|
||||
bubble: "????"
|
||||
global: "グローバルタイムラインでは、接続している他のすべてのサーバーからの投稿を見られます。"
|
||||
|
||||
_serverRules:
|
||||
|
|
Loading…
Reference in a new issue