mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 03:23:08 +02:00
wip #313
This commit is contained in:
parent
d2e9628456
commit
34e9a8a77e
4 changed files with 12 additions and 2 deletions
|
@ -19,6 +19,11 @@
|
||||||
"hmm": "Hmm...?",
|
"hmm": "Hmm...?",
|
||||||
"surprise": "Wow",
|
"surprise": "Wow",
|
||||||
"congrats": "Congrats!"
|
"congrats": "Congrats!"
|
||||||
|
},
|
||||||
|
"tags": {
|
||||||
|
"mk-reaction-picker": {
|
||||||
|
"choose-reaction": "Pick your reaction"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"desktop": {
|
"desktop": {
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
"hmm": "ふぅ~む",
|
"hmm": "ふぅ~む",
|
||||||
"surprise": "わお",
|
"surprise": "わお",
|
||||||
"congrats": "おめでとう"
|
"congrats": "おめでとう"
|
||||||
|
},
|
||||||
|
"tags": {
|
||||||
|
"mk-reaction-picker": {
|
||||||
|
"choose-reaction": "リアクションを選択"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"desktop": {
|
"desktop": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "0.0.1464",
|
"version": "0.0.1470",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "A miniblog-based SNS",
|
"description": "A miniblog-based SNS",
|
||||||
"bugs": "https://github.com/syuilo/misskey/issues",
|
"bugs": "https://github.com/syuilo/misskey/issues",
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
this.post = this.opts.post;
|
this.post = this.opts.post;
|
||||||
this.source = this.opts.source;
|
this.source = this.opts.source;
|
||||||
|
|
||||||
const placeholder = 'リアクションを選択';
|
const placeholder = '%i18n:common.tags.mk-reaction-picker.choose-reaction%';
|
||||||
|
|
||||||
this.title = placeholder;
|
this.title = placeholder;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue