diff options
| author | Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> | 2020-03-22 10:51:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-22 10:51:40 +0900 |
| commit | 903e93ae01f3cf0dfbcb7bfb4b01167f5c03db25 (patch) | |
| tree | 8abf048d54b14d66443ccd46e743e8e9b4828e36 /src/client/components/drive.file.vue | |
| parent | Update ja-JP.yml (diff) | |
| download | misskey-903e93ae01f3cf0dfbcb7bfb4b01167f5c03db25.tar.gz misskey-903e93ae01f3cf0dfbcb7bfb4b01167f5c03db25.tar.bz2 misskey-903e93ae01f3cf0dfbcb7bfb4b01167f5c03db25.zip | |
i18n (#6171)
* i18n
Resolve #6155
* i18n for drive
* :v:
* Extract doc
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Diffstat (limited to 'src/client/components/drive.file.vue')
| -rw-r--r-- | src/client/components/drive.file.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/drive.file.vue b/src/client/components/drive.file.vue index 2ef3fd38e4..014e1a6ca5 100644 --- a/src/client/components/drive.file.vue +++ b/src/client/components/drive.file.vue @@ -139,9 +139,9 @@ export default Vue.extend({ rename() { this.$root.dialog({ - title: this.$t('contextmenu.rename-file'), + title: this.$t('renameFile'), input: { - placeholder: this.$t('contextmenu.input-new-file-name'), + placeholder: this.$t('inputNewFileName'), default: this.file.name, allowEmpty: false } |