refs #821 Update translations for toot padding
This commit is contained in:
parent
96e297225c
commit
de7fad73f6
|
@ -40,6 +40,9 @@
|
||||||
"nfsw": "Always ignore NFSW of medias",
|
"nfsw": "Always ignore NFSW of medias",
|
||||||
"hideAllAttachments": "Hide all medias"
|
"hideAllAttachments": "Hide all medias"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"appearance": {
|
||||||
|
"toot_padding": "Padding around toot"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"follow_requests": {
|
"follow_requests": {
|
||||||
|
|
|
@ -155,6 +155,7 @@
|
||||||
},
|
},
|
||||||
"font_size": "Font size",
|
"font_size": "Font size",
|
||||||
"font_family": "Font family",
|
"font_family": "Font family",
|
||||||
|
"toot_padding": "Padding around toots",
|
||||||
"display_style": {
|
"display_style": {
|
||||||
"title": "Display style of username",
|
"title": "Display style of username",
|
||||||
"display_name_and_username": "Display name and username",
|
"display_name_and_username": "Display name and username",
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
"follow_requests": "Follow Requests",
|
"follow_requests": "Follow Requests",
|
||||||
"direct_messages": "Direct Messages"
|
"direct_messages": "Direct Messages"
|
||||||
},
|
},
|
||||||
|
"preferences": {
|
||||||
|
"appearance": {
|
||||||
|
"toot_padding": "Padding around toot"
|
||||||
|
}
|
||||||
|
},
|
||||||
"follow_requests": {
|
"follow_requests": {
|
||||||
"accept": "Accept",
|
"accept": "Accept",
|
||||||
"reject": "Reject"
|
"reject": "Reject"
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
"follow_requests": "Follow Requests",
|
"follow_requests": "Follow Requests",
|
||||||
"direct_messages": "Direct Messages"
|
"direct_messages": "Direct Messages"
|
||||||
},
|
},
|
||||||
|
"preferences": {
|
||||||
|
"appearance": {
|
||||||
|
"toot_padding": "Padding around toot"
|
||||||
|
}
|
||||||
|
},
|
||||||
"follow_requests": {
|
"follow_requests": {
|
||||||
"accept": "Accept",
|
"accept": "Accept",
|
||||||
"reject": "Reject"
|
"reject": "Reject"
|
||||||
|
|
|
@ -152,6 +152,7 @@
|
||||||
},
|
},
|
||||||
"font_size": "フォントサイズ",
|
"font_size": "フォントサイズ",
|
||||||
"font_family": "フォント",
|
"font_family": "フォント",
|
||||||
|
"toot_padding": "トゥート周りの空白",
|
||||||
"display_style": {
|
"display_style": {
|
||||||
"title": "ユーザ名の表示形式",
|
"title": "ユーザ名の表示形式",
|
||||||
"display_name_and_username": "表示名+ユーザー名",
|
"display_name_and_username": "表示名+ユーザー名",
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
"nfsw": "Always ignore NFSW of medias",
|
"nfsw": "Always ignore NFSW of medias",
|
||||||
"hideAllAttachments": "Hide all medias"
|
"hideAllAttachments": "Hide all medias"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"appearance": {
|
||||||
|
"toot_padding": "Padding around toot"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"side_menu": {
|
"side_menu": {
|
||||||
|
|
|
@ -40,6 +40,9 @@
|
||||||
"nfsw": "Always ignore NFSW of medias",
|
"nfsw": "Always ignore NFSW of medias",
|
||||||
"hideAllAttachments": "Hide all medias"
|
"hideAllAttachments": "Hide all medias"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"appearance": {
|
||||||
|
"toot_padding": "Padding around toot"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"follow_requests": {
|
"follow_requests": {
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<el-form class="toot-padding section" size="small" label-position="top">
|
<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-input-number id="toot-padding" :value="tootPadding" :min="0" :max="24" @change="updateTootPadding"></el-input-number>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
Loading…
Reference in New Issue