i18n (#6171)
* i18n Resolve #6155 * i18n for drive * ✌️ * Extract doc Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user