style
This commit is contained in:
parent
f3ef935cd3
commit
4ff47f5cf2
|
@ -3582,18 +3582,10 @@ export interface Locale extends ILocale {
|
|||
* 翻訳
|
||||
*/
|
||||
"translate": string;
|
||||
/**
|
||||
* 変換
|
||||
*/
|
||||
"converting": string;
|
||||
/**
|
||||
* {x}から翻訳
|
||||
*/
|
||||
"translatedFrom": ParameterizedString<"x">;
|
||||
/**
|
||||
* {x}から変換
|
||||
*/
|
||||
"convertedFrom": ParameterizedString<"x">;
|
||||
/**
|
||||
* アカウントの削除が進行中です
|
||||
*/
|
||||
|
|
|
@ -891,9 +891,7 @@ learnMore: "詳しく"
|
|||
misskeyUpdated: "Misskeyが更新されました!"
|
||||
whatIsNew: "更新情報を見る"
|
||||
translate: "翻訳"
|
||||
converting: "変換"
|
||||
translatedFrom: "{x}から翻訳"
|
||||
convertedFrom: "{x}から変換"
|
||||
accountDeletionInProgress: "アカウントの削除が進行中です"
|
||||
usernameInfo: "サーバー上であなたのアカウントを一意に識別するための名前。アルファベット(a~z, A~Z)、数字(0~9)、およびアンダーバー(_)が使用できます。ユーザー名は後から変更することは出来ません。"
|
||||
aiChanMode: "藍モード"
|
||||
|
|
Loading…
Reference in New Issue