mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 00:13:09 +02:00
Added Japanese Translations
This commit is contained in:
parent
2024030ebb
commit
0c28bfdb63
2 changed files with 6 additions and 6 deletions
6
locales/index.d.ts
vendored
6
locales/index.d.ts
vendored
|
@ -4222,15 +4222,15 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"thisPostMayBeAnnoyingIgnore": string;
|
"thisPostMayBeAnnoyingIgnore": string;
|
||||||
/**
|
/**
|
||||||
* Cancel
|
* やめる
|
||||||
*/
|
*/
|
||||||
"thisPostIsMissingAltTextCancel": string;
|
"thisPostIsMissingAltTextCancel": string;
|
||||||
/**
|
/**
|
||||||
* Post anyway
|
* このまま投稿
|
||||||
*/
|
*/
|
||||||
"thisPostIsMissingAltTextIgnore": string;
|
"thisPostIsMissingAltTextIgnore": string;
|
||||||
/**
|
/**
|
||||||
* One of the files attached to this post is missing alt text. Please ensure all the attachments have alt text.
|
* この投稿に添付されたファイルの 1 つに代替テキストがありません。すべての添付ファイルに代替テキストが含まれていることを確認してください。
|
||||||
*/
|
*/
|
||||||
"thisPostIsMissingAltText": string;
|
"thisPostIsMissingAltText": string;
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1051,9 +1051,9 @@ thisPostMayBeAnnoying: "この投稿は迷惑になる可能性があります
|
||||||
thisPostMayBeAnnoyingHome: "ホームに投稿"
|
thisPostMayBeAnnoyingHome: "ホームに投稿"
|
||||||
thisPostMayBeAnnoyingCancel: "やめる"
|
thisPostMayBeAnnoyingCancel: "やめる"
|
||||||
thisPostMayBeAnnoyingIgnore: "このまま投稿"
|
thisPostMayBeAnnoyingIgnore: "このまま投稿"
|
||||||
thisPostIsMissingAltTextCancel: "Cancel"
|
thisPostIsMissingAltTextCancel: "やめる"
|
||||||
thisPostIsMissingAltTextIgnore: "Post anyway"
|
thisPostIsMissingAltTextIgnore: "このまま投稿"
|
||||||
thisPostIsMissingAltText: "One of the files attached to this post is missing alt text. Please ensure all the attachments have alt text."
|
thisPostIsMissingAltText: "この投稿に添付されたファイルの 1 つに代替テキストがありません。すべての添付ファイルに代替テキストが含まれていることを確認してください。"
|
||||||
collapseRenotes: "見たことのあるブーストを省略して表示"
|
collapseRenotes: "見たことのあるブーストを省略して表示"
|
||||||
collapseFiles: "ファイルを折りたたむ"
|
collapseFiles: "ファイルを折りたたむ"
|
||||||
autoloadConversation: "返信に会話を読み込む"
|
autoloadConversation: "返信に会話を読み込む"
|
||||||
|
|
Loading…
Reference in a new issue