upd: ja-JP translation for expand/collapseAllCws. machine translated
This commit is contained in:
parent
c8df61ed04
commit
1a9e94a554
2 changed files with 4 additions and 0 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -462,6 +462,8 @@ export interface Locale {
|
||||||
"next": string;
|
"next": string;
|
||||||
"retype": string;
|
"retype": string;
|
||||||
"noteOf": string;
|
"noteOf": string;
|
||||||
|
"expandAllCws": string;
|
||||||
|
"collapseAllCws": string;
|
||||||
"quoteAttached": string;
|
"quoteAttached": string;
|
||||||
"quoteQuestion": string;
|
"quoteQuestion": string;
|
||||||
"noMessagesYet": string;
|
"noMessagesYet": string;
|
||||||
|
|
|
@ -459,6 +459,8 @@ enable: "有効にする"
|
||||||
next: "次"
|
next: "次"
|
||||||
retype: "再入力"
|
retype: "再入力"
|
||||||
noteOf: "{user}のノート"
|
noteOf: "{user}のノート"
|
||||||
|
expandAllCws: "すべての返信の内容を表示する"
|
||||||
|
collapseAllCws: "すべての返信の内容を隠す"
|
||||||
quoteAttached: "引用付き"
|
quoteAttached: "引用付き"
|
||||||
quoteQuestion: "引用として添付しますか?"
|
quoteQuestion: "引用として添付しますか?"
|
||||||
noMessagesYet: "まだチャットはありません"
|
noMessagesYet: "まだチャットはありません"
|
||||||
|
|
Loading…
Reference in a new issue