Merge remote-tracking branch 'mi-dev/develop' into emoji
# Conflicts: # CHANGELOG.md # packages/misskey-js/etc/misskey-js.api.md
This commit is contained in:
commit
b511ab2199
26 changed files with 323 additions and 57 deletions
5
locales/index.d.ts
vendored
5
locales/index.d.ts
vendored
|
|
@ -1154,6 +1154,11 @@ export interface Locale {
|
|||
"privacyPolicyUrl": string;
|
||||
"tosAndPrivacyPolicy": string;
|
||||
"avatarDecorations": string;
|
||||
"attach": string;
|
||||
"detach": string;
|
||||
"angle": string;
|
||||
"flip": string;
|
||||
"showAvatarDecorations": string;
|
||||
"_announcement": {
|
||||
"forExistingUsers": string;
|
||||
"forExistingUsersDescription": string;
|
||||
|
|
|
|||
|
|
@ -1151,6 +1151,11 @@ privacyPolicy: "プライバシーポリシー"
|
|||
privacyPolicyUrl: "プライバシーポリシーURL"
|
||||
tosAndPrivacyPolicy: "利用規約・プライバシーポリシー"
|
||||
avatarDecorations: "アイコンデコレーション"
|
||||
attach: "付ける"
|
||||
detach: "外す"
|
||||
angle: "角度"
|
||||
flip: "反転"
|
||||
showAvatarDecorations: "アイコンのデコレーションを表示"
|
||||
|
||||
_announcement:
|
||||
forExistingUsers: "既存ユーザーのみ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue