refs #821 Update translations for toot padding

This commit is contained in:
AkiraFukushima 2019-06-05 22:36:19 +09:00
parent 96e297225c
commit de7fad73f6
8 changed files with 22 additions and 1 deletions

View File

@ -40,6 +40,9 @@
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
}
},
"appearance": {
"toot_padding": "Padding around toot"
}
},
"follow_requests": {

View File

@ -155,6 +155,7 @@
},
"font_size": "Font size",
"font_family": "Font family",
"toot_padding": "Padding around toots",
"display_style": {
"title": "Display style of username",
"display_name_and_username": "Display name and username",

View File

@ -6,6 +6,11 @@
"follow_requests": "Follow Requests",
"direct_messages": "Direct Messages"
},
"preferences": {
"appearance": {
"toot_padding": "Padding around toot"
}
},
"follow_requests": {
"accept": "Accept",
"reject": "Reject"

View File

@ -6,6 +6,11 @@
"follow_requests": "Follow Requests",
"direct_messages": "Direct Messages"
},
"preferences": {
"appearance": {
"toot_padding": "Padding around toot"
}
},
"follow_requests": {
"accept": "Accept",
"reject": "Reject"

View File

@ -152,6 +152,7 @@
},
"font_size": "フォントサイズ",
"font_family": "フォント",
"toot_padding": "トゥート周りの空白",
"display_style": {
"title": "ユーザ名の表示形式",
"display_name_and_username": "表示名+ユーザー名",

View File

@ -8,6 +8,9 @@
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
}
},
"appearance": {
"toot_padding": "Padding around toot"
}
},
"side_menu": {

View File

@ -40,6 +40,9 @@
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
}
},
"appearance": {
"toot_padding": "Padding around toot"
}
},
"follow_requests": {

View File

@ -27,7 +27,7 @@
</el-form-item>
</el-form>
<el-form class="toot-padding section" size="small" label-position="top">
<el-form-item for="toot-padding" :label="$t('preferences.appearance.too_padding.title')">
<el-form-item for="toot-padding" :label="$t('preferences.appearance.toot_padding')">
<el-input-number id="toot-padding" :value="tootPadding" :min="0" :max="24" @change="updateTootPadding"></el-input-number>
</el-form-item>
</el-form>