Skip to content

Commit

Permalink
add locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Aug 11, 2024
1 parent 6bc0898 commit b9a43d6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,14 @@ block: "Block"
unblock: "Unblock"
suspend: "Suspend"
unsuspend: "Unsuspend"
setAsSensitive: "Set as sensitive user"
unsetAsSensitive: "Unset as sensitive user"
blockConfirm: "Are you sure that you want to block this account?"
unblockConfirm: "Are you sure that you want to unblock this account?"
suspendConfirm: "Are you sure that you want to suspend this account?"
unsuspendConfirm: "Are you sure that you want to unsuspend this account?"
setSensitiveConfirm: "Are you sure that you want to set this account as sensitive?"
unsetSensitiveConfirm: "Are you sure that you want to unset this account as sensitive?"
selectList: "Select a list"
editList: "Edit list"
selectChannel: "Select a channel"
Expand Down
16 changes: 16 additions & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,14 @@ export interface Locale extends ILocale {
* 解凍
*/
"unsuspend": string;
/**
* センシティブとして設定
*/
"setAsSensitive": string;
/**
* センシティブを解除
*/
"unsetAsSensitive": string;
/**
* ブロックしますか?
*/
Expand All @@ -946,6 +954,14 @@ export interface Locale extends ILocale {
* 解凍しますか?
*/
"unsuspendConfirm": string;
/**
* センシティブとして設定しますか?
*/
"setSensitiveConfirm": string;
/**
* センシティブを解除しますか?
*/
"unsetSensitiveConfirm": string;
/**
* リストを選択
*/
Expand Down
4 changes: 4 additions & 0 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,14 @@ block: "ブロック"
unblock: "ブロック解除"
suspend: "凍結"
unsuspend: "解凍"
setAsSensitive: "センシティブとして設定"
unsetAsSensitive: "センシティブを解除"
blockConfirm: "ブロックしますか?"
unblockConfirm: "ブロック解除しますか?"
suspendConfirm: "凍結しますか?"
unsuspendConfirm: "解凍しますか?"
setSensitiveConfirm: "センシティブとして設定しますか?"
unsetSensitiveConfirm: "センシティブを解除しますか?"
selectList: "リストを選択"
editList: "リストを編集"
selectChannel: "チャンネルを選択"
Expand Down

0 comments on commit b9a43d6

Please sign in to comment.