1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 22:38:34 +09:00

Merge pull request #10628 from misskey-dev

This commit is contained in:
NoriDev 2023-08-28 17:29:08 +09:00
commit 47f4443c92
5 changed files with 2 additions and 10 deletions

View File

@ -1243,7 +1243,6 @@ _initialAccountSetting:
_serverRules:
description: "A set of rules to be displayed before registration. Setting a summary of the Terms of Service is recommended."
_event:
title: "Title"
startDateTime: "Start date time"
endDateTime: "End date time"
startDate: "Start date"
@ -1253,7 +1252,6 @@ _event:
detailName: "Details"
detailValue: "value"
location: "Location"
url: "URL"
doorTime: "Door Time"
organizer: "Organizer"
organizerLink: "Organizer Link"

2
locales/index.d.ts vendored
View File

@ -1255,7 +1255,6 @@ export interface Locale {
"description": string;
};
"_event": {
"title": string;
"startDateTime": string;
"endDateTime": string;
"startDate": string;
@ -1265,7 +1264,6 @@ export interface Locale {
"detailName": string;
"detailValue": string;
"location": string;
"url": string;
"doorTime": string;
"organizer": string;
"organizerLink": string;

View File

@ -1253,7 +1253,6 @@ _serverRules:
description: "新規登録前に表示する、サーバーの簡潔なルールを設定します。内容は利用規約の要約とすることを推奨します。"
_event:
title: "題名"
startDateTime: "開始日時"
endDateTime: "終了日時"
startDate: "開始日"
@ -1263,7 +1262,6 @@ _event:
detailName: "属性"
detailValue: "値"
location: "所在地"
url: "URL"
doorTime: "ドアタイム"
organizer: "主催者"
organizerLink: "主催者リンク"

View File

@ -1244,7 +1244,6 @@ _initialAccountSetting:
_serverRules:
description: "회원 가입 이전에 간단하게 표시할 서버 규칙이에요. 이용 약관의 요약으로 구성하는 것을 추천해요."
_event:
title: "제목"
startDateTime: "시작 일시"
endDateTime: "종료 일시"
startDate: "시작일"
@ -1254,7 +1253,6 @@ _event:
detailName: "속성"
detailValue: "값"
location: "위치"
url: "URL"
doorTime: "출입 가능 시간"
organizer: "주최자"
organizerLink: "주최자 링크"

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div class="zmdxowut">
<MkInput v-model="title" small type="text" class="input">
<template #label>*{{ i18n.ts._event.title }}</template>
<template #label>*{{ i18n.ts.title }}</template>
</MkInput>
<section>
<div>
@ -37,7 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</section>
<section>
<MkInput v-model="url" small type="url" class="input">
<template #label>{{ i18n.ts._event.url }}</template>
<template #label>URL</template>
</MkInput>
</section>
</div>