Browse Source

Pull request #906: 11.0.26 插件改动合并

Merge in PG/plugin-repository-s3 from release/11.0 to persist/11.0

* commit '8981a0fecf017d500b6376b94ab80cf7c3491b06':
  Update plugin.xml
  Update plugin.xml
  Translated using Weblate (English)
  Translated using Weblate (Chinese (Traditional))
  s3_en.properties edited online with Bitbucket
  s3_zh.properties edited online with Bitbucket
  Update src/main/resources/com/fanruan/fs/s3/repository/locale/s3_zh_CN.properties
  Update src/main/resources/com/fanruan/fs/s3/repository/locale/s3_en_US.properties
  Update src/main/resources/com/fanruan/fs/s3/repository/locale/s3_ko_KR.properties
  Update src/main/resources/com/fanruan/fs/s3/repository/locale/s3_zh_TW.properties
  Update plugin.xml
persist/11.0
LyKay-王积凯 10 months ago
parent
commit
b9e346241f
  1. 9
      plugin.xml
  2. 12
      src/main/resources/com/fanruan/fs/s3/repository/locale/s3_en.properties
  3. 9
      src/main/resources/com/fanruan/fs/s3/repository/locale/s3_en_US.properties
  4. 5
      src/main/resources/com/fanruan/fs/s3/repository/locale/s3_ko_KR.properties
  5. 5
      src/main/resources/com/fanruan/fs/s3/repository/locale/s3_zh.properties
  6. 7
      src/main/resources/com/fanruan/fs/s3/repository/locale/s3_zh_TW.properties

9
plugin.xml

@ -5,12 +5,14 @@
<main-package>com.fanruan.fs</main-package>
<active>yes</active>
<hidden>no</hidden>
<version>1.4.2</version>
<version>1.4.4</version>
<env-version>11.0~11.0</env-version>
<jartime>2023-03-14</jartime>
<vendor>richie</vendor>
<description><![CDATA[使用支持S3协议的云存储文件系统作为文件服务器。]]></description>
<change-notes><![CDATA[
[2024-03-13]国际化更新 <br/>
[2024-03-13]国际化更新 <br/>
[2023-11-21]小文件不使用分片上传, 新增preserveMetadata后台配置。 <br/>
[2023-08-08]分片上传逻辑优化,模板保存问题修复。 <br/>
[2023-07-24]支持大文件分片上传。 <br/>
@ -55,4 +57,9 @@
</extra-core>
<!--功能记录点类-->
<function-recorder class="com.fanruan.fs.s3.repository.S3FactoryProvider"/>
<plugin-xml-i18n resource="fr-plugin-s3-repository-*.jar" location="com.fanruan.fs.s3.repository.locale">
<name key="Plugin-Xml-I18n-S3repository_Name"/>
<description key="Plugin-Xml-I18n-S3repository_Description"/>
<change-notes key="Plugin-Xml-I18n-S3repository_Change_Notes"/>
</plugin-xml-i18n>
</plugin>

12
src/main/resources/com/fanruan/fs/s3/repository/locale/s3_en.properties

@ -0,0 +1,12 @@
Dec-Error_Start_With_Slash_Or_End_Without_Slash=The path cannot start with slashes (/) and must end with slashes (/).
Plugin-S3_Access_Key_Id=Access Key ID
Plugin-S3_Access_Key_Secret=Access Key Secret
Plugin-S3_Bucket=Bucket
Plugin-S3_End_Point=Endpoint
Plugin-S3_Input=Enter a value here.
Plugin-S3_Region=Region
Plugin-S3_Other_Config=More Settings
Plugin-S3_EnablePathStyleAccess_Error_Tip=Enter true or false.
Plugin-Xml-I18n-S3repository_Name=S3 Resource Warehouse
Plugin-Xml-I18n-S3repository_Description=This plugin allows you to use a cloud storage file system that supports the S3 protocol as a file server.
Plugin-Xml-I18n-S3repository_Change_Notes=\u0020

9
src/main/resources/com/fanruan/fs/s3/repository/locale/s3_en_US.properties

@ -1,9 +0,0 @@
Dec-Error_Start_With_Slash_Or_End_Without_Slash=The path cannot start with "/", but must end with "/"
Plugin-S3_Access_Key_Id=AccessKeyId
Plugin-S3_Access_Key_Secret=AccessKeySecret
Plugin-S3_Bucket=Bucket
Plugin-S3_End_Point=Endpoint
Plugin-S3_Input=Please input
Plugin-S3_Region=Region
Plugin-S3_Other_Config=
Plugin-S3_EnablePathStyleAccess_Error_Tip=

5
src/main/resources/com/fanruan/fs/s3/repository/locale/s3_ko_KR.properties

@ -6,4 +6,7 @@ Plugin-S3_End_Point=
Plugin-S3_Input=
Plugin-S3_Region=
Plugin-S3_Other_Config=
Plugin-S3_EnablePathStyleAccess_Error_Tip=
Plugin-S3_EnablePathStyleAccess_Error_Tip=
Plugin-Xml-I18n-S3repository_Name=
Plugin-Xml-I18n-S3repository_Description=
Plugin-Xml-I18n-S3repository_Change_Notes=\u0020

5
src/main/resources/com/fanruan/fs/s3/repository/locale/s3_zh_CN.properties → src/main/resources/com/fanruan/fs/s3/repository/locale/s3_zh.properties

@ -6,4 +6,7 @@ Plugin-S3_End_Point=Endpoint
Plugin-S3_Input=\u8BF7\u8F93\u5165
Plugin-S3_Region=Region
Plugin-S3_Other_Config=\u66f4\u591a\u8bbe\u7f6e
Plugin-S3_EnablePathStyleAccess_Error_Tip=\u8bf7\u8f93\u5165true\u6216false
Plugin-S3_EnablePathStyleAccess_Error_Tip=\u8bf7\u8f93\u5165true\u6216false
Plugin-Xml-I18n-S3repository_Name=S3\u8d44\u6e90\u4ed3\u5e93
Plugin-Xml-I18n-S3repository_Description=\u4f7f\u7528\u652f\u6301s3\u534f\u8bae\u7684\u4e91\u5b58\u50a8\u6587\u4ef6\u7cfb\u7edf\u4f5c\u4e3a\u6587\u4ef6\u670d\u52a1\u5668\u3002
Plugin-Xml-I18n-S3repository_Change_Notes=\u0020

7
src/main/resources/com/fanruan/fs/s3/repository/locale/s3_zh_TW.properties

@ -5,5 +5,8 @@ Plugin-S3_Bucket=Bucket
Plugin-S3_End_Point=Endpoint
Plugin-S3_Input=\u8ACB\u8F38\u5165
Plugin-S3_Region=Region
Plugin-S3_Other_Config=
Plugin-S3_EnablePathStyleAccess_Error_Tip=
Plugin-S3_Other_Config=\u66F4\u591A\u8A2D\u5B9A
Plugin-S3_EnablePathStyleAccess_Error_Tip=\u8ACB\u8F38\u5165true\u6216false
Plugin-Xml-I18n-S3repository_Name=S3\u8CC7\u6E90\u5009\u5EAB
Plugin-Xml-I18n-S3repository_Description=\u4F7F\u7528\u652F\u63F4s3\u5354\u5B9A\u7684\u96F2\u5132\u5B58\u6A94\u6848\u7CFB\u7D71\u4F5C\u70BA\u6A94\u6848\u4F3A\u670D\u5668\u3002
Plugin-Xml-I18n-S3repository_Change_Notes=\u0020

Loading…
Cancel
Save