Art/add media timeline (#11)

This commit is contained in:
Ced 2023-08-12 00:11:13 +09:00 committed by GitHub
parent dff11f8aa9
commit ca1a9d1505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 64 additions and 2 deletions

View file

@ -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
View file

@ -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;
};

View file

@ -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: "グローバル"