summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-11-19 14:11:29 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-11-19 14:11:29 +0900
commitc2690fff47df8aee8b6f370099cd65297045b4e0 (patch)
tree4359d5a91448f5c4a51a44936ab8a6acc7854c1a
parent12.59.0 (diff)
downloadsharkey-c2690fff47df8aee8b6f370099cd65297045b4e0.tar.gz
sharkey-c2690fff47df8aee8b6f370099cd65297045b4e0.tar.bz2
sharkey-c2690fff47df8aee8b6f370099cd65297045b4e0.zip
:v:
-rw-r--r--locales/ja-JP.yml1
-rw-r--r--src/client/components/ui/radios.vue3
2 files changed, 1 insertions, 3 deletions
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 3454ea58e7..8a4d346bc2 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -125,6 +125,7 @@ settingGuide: "おすすめ設定"
cacheRemoteFiles: "リモートのファイルをキャッシュする"
cacheRemoteFilesDescription: "この設定を無効にすると、リモートファイルをキャッシュせず直リンクするようになります。サーバーのストレージを節約できますが、サムネイルが生成されないので通信量が増加します。"
flagAsBot: "Botとして設定"
+flagAsBotDescription: "このアカウントがプログラムによって運用される場合は、このフラグをオンにします。オンにすると、反応の連鎖を防ぐためのフラグとして他の開発者に役立ったり、Misskeyのシステム上での扱いがBotに合ったものになります。"
flagAsCat: "Catとして設定"
autoAcceptFollowed: "フォロー中ユーザーからのフォロリクを自動承認"
addAcount: "アカウント追加"
diff --git a/src/client/components/ui/radios.vue b/src/client/components/ui/radios.vue
index 556790dafd..ea40ba47b4 100644
--- a/src/client/components/ui/radios.vue
+++ b/src/client/components/ui/radios.vue
@@ -7,9 +7,6 @@ export default defineComponent({
MkRadio
},
props: {
- defs: {
- required: true
- },
modelValue: {
required: false
},