diff --git a/locales/en-US.yml b/locales/en-US.yml index e100aeaab..59e32cc8d 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1301,7 +1301,7 @@ lockdown: "Lockdown" pleaseSelectAccount: "Select an account" here: "here" credits: "Closing Credits" -timeWillCome: "Will this have your name on it someday?" +timeWillCome: "Wondering your name on here someday." thankYou: "Thank you for joining us!" privateMode: "Private Mode" hideSensitiveInformation: "Hide sensitive information" diff --git a/locales/index.d.ts b/locales/index.d.ts index f2b325b88..4ba2e3c1f 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5305,11 +5305,11 @@ export interface Locale extends ILocale { */ "credits": string; /** - * いつかこの欄にあなたの名前が書かれる日が来るのでしょうか? + * あなたの名前を刻む日が来ますように。 */ "timeWillCome": string; /** - * オスカーはあなたと一緒にサーフィンします。 いつまでも。 + * ご参加いただきありがとうございます! */ "thankYou": string; /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 3ccf5d597..0ebd00086 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1320,8 +1320,8 @@ blockThisUser: "このユーザーをブロックする" muteThisUser: "このユーザーをミュートする" here: "こちら" credits: "スタッフロール" -timeWillCome: "いつかこの欄にあなたの名前が書かれる日が来るのでしょうか?" -thankYou: "オスカーはあなたと一緒にサーフィンします。 いつまでも。" +timeWillCome: "あなたの名前を刻む日が来ますように。" +thankYou: "ご参加いただきありがとうございます!" privateMode: "プライベートモード" hideSensitiveInformation: "個人情報の非表示" youAreHidingSensitiveInformation: "「プライベートモード」で非表示になっています。" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index af62a5e79..63c4d7501 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -1303,8 +1303,8 @@ lockdown: "잠금" here: "여기" alwaysConfirmFollow: "팔로우할 때 항상 확인하기" credits: "엔딩 크레딧" -timeWillCome: "언젠가 당신의 이름이 쓰여지는 날이 올까요?" -thankYou: "함께 서핑해주셔서 감사합니다!" +timeWillCome: "당신의 이름을 새기는 날이 오길." +thankYou: "함께해주셔서 감사합니다!" privateMode: "프라이빗 모드" hideSensitiveInformation: "민감한 정보 숨기기" youAreHidingSensitiveInformation: "'프라이빗 모드'에 의해 숨겨졌습니다." diff --git a/package.json b/package.json index c75a91d8c..3f6e35cb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.5.0-oscar.19c", + "version": "2024.5.0-oscar.20", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/frontend/src/pages/about.vue b/packages/frontend/src/pages/about.vue index 3f79b14a8..e7a4bbcab 100644 --- a/packages/frontend/src/pages/about.vue +++ b/packages/frontend/src/pages/about.vue @@ -56,7 +56,6 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.sourceCode }} - {{ i18n.ts.sourceCodeIsNotYetProvided }} @@ -149,7 +148,7 @@ SPDX-License-Identifier: AGPL-3.0-only - Misskey default profile image + Misskey default profile image Explorer {{ i18n.ts.timeWillCome }} @@ -362,6 +361,11 @@ $bodyInfoHieght: 16px; height: ($bodyTitleHieght + $bodyInfoHieght); } +.contributorAvatarOrigin { + width: 30px; + border-radius: 100%; +} + .contributorUsername { margin-left: 12px; } diff --git a/packages/frontend/src/pages/welcome.entrance.a.vue b/packages/frontend/src/pages/welcome.entrance.a.vue index 9dd0b9fe7..d234d900a 100644 --- a/packages/frontend/src/pages/welcome.entrance.a.vue +++ b/packages/frontend/src/pages/welcome.entrance.a.vue @@ -5,8 +5,8 @@ SPDX-License-Identifier: AGPL-3.0-only