mirror of https://github.com/langgenius/dify.git
fix: translate 'back' to '戻る' in Japanese plugin localization (#18444)
This commit is contained in:
parent
2157d9e17e
commit
e0e8667a0b
|
|
@ -134,7 +134,7 @@ const translation = {
|
|||
install: 'インストール',
|
||||
dropPluginToInstall: 'プラグインパッケージをここにドロップしてインストールします',
|
||||
installPlugin: 'プラグインをインストールする',
|
||||
back: 'バック',
|
||||
back: '戻る',
|
||||
uploadingPackage: '{{packageName}}をアップロード中...',
|
||||
},
|
||||
installFromGitHub: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue