Art/add media timeline (#11)
This commit is contained in:
parent
dff11f8aa9
commit
ca1a9d1505
13 changed files with 64 additions and 2 deletions
|
|
@ -1482,6 +1482,8 @@ _aboutMisskey:
|
|||
contributors: "Main contributors"
|
||||
allContributors: "All contributors"
|
||||
source: "Source code"
|
||||
originalSource: "Original source code"
|
||||
ioSource: "Misskey.io's source code"
|
||||
translation: "Translate Misskey"
|
||||
donate: "Donate to Misskey"
|
||||
morePatrons: "We also appreciate the support of many other helpers not listed here. Thank you! 🥰"
|
||||
|
|
@ -1847,6 +1849,7 @@ _instanceCharts:
|
|||
_timelines:
|
||||
home: "Home"
|
||||
local: "Local"
|
||||
media: "Media"
|
||||
social: "Social"
|
||||
global: "Global"
|
||||
_play:
|
||||
|
|
|
|||
3
locales/index.d.ts
vendored
3
locales/index.d.ts
vendored
|
|
@ -1583,6 +1583,8 @@ export interface Locale {
|
|||
"contributors": string;
|
||||
"allContributors": string;
|
||||
"source": string;
|
||||
"originalSource": string;
|
||||
"ioSource": string;
|
||||
"translation": string;
|
||||
"donate": string;
|
||||
"morePatrons": string;
|
||||
|
|
@ -1978,6 +1980,7 @@ export interface Locale {
|
|||
"_timelines": {
|
||||
"home": string;
|
||||
"local": string;
|
||||
"media": string;
|
||||
"social": string;
|
||||
"global": string;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1501,6 +1501,8 @@ _aboutMisskey:
|
|||
contributors: "主なコントリビューター"
|
||||
allContributors: "全てのコントリビューター"
|
||||
source: "ソースコード"
|
||||
originalSource: "本家のソースコード"
|
||||
ioSource: "Misskey.ioのソースコード"
|
||||
translation: "Misskeyを翻訳"
|
||||
donate: "Misskeyに寄付"
|
||||
morePatrons: "他にも多くの方が支援してくれています。ありがとうございます🥰"
|
||||
|
|
@ -1894,6 +1896,7 @@ _instanceCharts:
|
|||
_timelines:
|
||||
home: "ホーム"
|
||||
local: "ローカル"
|
||||
media: "メディア"
|
||||
social: "ソーシャル"
|
||||
global: "グローバル"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue