|
13 | 13 | <system:String x:Key="plugin_pluginsmanager_installing_plugin">Installing Plugin</system:String> |
14 | 14 | <system:String x:Key="plugin_pluginsmanager_install_from_web">다운로드 및 설치 {0}</system:String> |
15 | 15 | <system:String x:Key="plugin_pluginsmanager_uninstall_title">플러그인 제거</system:String> |
| 16 | + <system:String x:Key="plugin_pluginsmanager_keep_plugin_settings_title">Keep plugin settings</system:String> |
| 17 | + <system:String x:Key="plugin_pluginsmanager_keep_plugin_settings_subtitle">Do you want to keep the settings of the plugin for the next usage?</system:String> |
16 | 18 | <system:String x:Key="plugin_pluginsmanager_install_success_restart">플러그인 설치 성공. Flow를 재시작합니다, 잠시 기다려주세요...</system:String> |
17 | 19 | <system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String> |
18 | 20 | <system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Error: A plugin which has the same or greater version with {0} already exists.</system:String> |
|
35 | 37 | <system:String x:Key="plugin_pluginsmanager_update_success_restart">Plugin {0} successfully updated. Restarting Flow, please wait...</system:String> |
36 | 38 | <system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String> |
37 | 39 | <system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String> |
38 | | - |
| 40 | + |
39 | 41 | <system:String x:Key="plugin_pluginsmanager_install_success_no_restart">Plugin {0} successfully installed. Please restart Flow.</system:String> |
40 | 42 | <system:String x:Key="plugin_pluginsmanager_uninstall_success_no_restart">Plugin {0} successfully uninstalled. Please restart Flow.</system:String> |
41 | 43 | <system:String x:Key="plugin_pluginsmanager_update_success_no_restart">Plugin {0} successfully updated. Please restart Flow.</system:String> |
42 | 44 | <system:String x:Key="plugin_pluginsmanager_update_all_success_no_restart">{0} plugins successfully updated. Please restart Flow.</system:String> |
43 | 45 | <system:String x:Key="plugin_pluginsmanager_plugin_modified_error">Plugin {0} has already been modified. Please restart Flow before making any further changes.</system:String> |
44 | | - |
| 46 | + |
45 | 47 | <!-- Plugin Infos --> |
46 | 48 | <system:String x:Key="plugin_pluginsmanager_plugin_name">플러그인 관리자</system:String> |
47 | 49 | <system:String x:Key="plugin_pluginsmanager_plugin_description">플러그인의 설치/삭제/업데이트를 관리하는 플러그인</system:String> |
|
0 commit comments