forked from FoundKeyGang/FoundKey
Fully translated settings.profile.vue
Added relevant translation lines
This commit is contained in:
parent
460a4edb13
commit
0a8213b851
3 changed files with 5 additions and 1 deletions
|
@ -577,6 +577,8 @@ desktop/views/components/settings.profile.vue:
|
|||
other: "Other"
|
||||
is-bot: "This account is a Bot"
|
||||
is-cat: "This account is a Cat"
|
||||
profile-update: "Profile updated"
|
||||
|
||||
desktop/views/components/sub-note-content.vue:
|
||||
private: "This post is private"
|
||||
deleted: "This post has been deleted"
|
||||
|
@ -887,6 +889,7 @@ mobile/views/pages/settings/settings.profile.vue:
|
|||
saved: "Profile updated"
|
||||
uploading: "Uploading"
|
||||
upload-failed: "Failed to upload"
|
||||
|
||||
mobile/views/pages/search.vue:
|
||||
search: "Search"
|
||||
empty: "No posts were found for '{}'"
|
||||
|
|
|
@ -661,6 +661,7 @@ desktop/views/components/settings.profile.vue:
|
|||
other: "その他"
|
||||
is-bot: "このアカウントはBotです"
|
||||
is-cat: "このアカウントはCatです"
|
||||
profile-updated: "プロフィールを更新しました"
|
||||
|
||||
desktop/views/components/sub-note-content.vue:
|
||||
private: "この投稿は非公開です"
|
||||
|
|
|
@ -63,7 +63,7 @@ export default Vue.extend({
|
|||
description: this.description || null,
|
||||
birthday: this.birthday || null
|
||||
}).then(() => {
|
||||
(this as any).apis.notify('プロフィールを更新しました');
|
||||
(this as any).apis.notify('%i18n:@profile-updated%');
|
||||
});
|
||||
},
|
||||
onChangeIsLocked() {
|
||||
|
|
Loading…
Reference in a new issue