diff --git a/docker/docker-compose.yml.default b/docker/docker-compose.yml.default index 475cabbe0e..f618063e37 100644 --- a/docker/docker-compose.yml.default +++ b/docker/docker-compose.yml.default @@ -35,7 +35,7 @@ services: bc-smtp: container_name: bc-smtp - image: schickling/mailcatcher + image: sj26/mailcatcher:latest ports: - "1080:1080" - "1025:1025" diff --git a/plugins/baser-core/resources/locales/baser_core.pot b/plugins/baser-core/resources/locales/baser_core.pot index f616a79745..a0774a65e1 100644 --- a/plugins/baser-core/resources/locales/baser_core.pot +++ b/plugins/baser-core/resources/locales/baser_core.pot @@ -7529,6 +7529,7 @@ msgstr "" #: ./plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomFields/form.php:60 #: ./plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomLinks/form.php:118 +#: ./plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php:87 msgid "半角小文字英数字とアンダースコア( _ )のみ利用可能です。" msgstr "" @@ -7844,10 +7845,6 @@ msgstr "" msgid "識別名" msgstr "" -#: ./plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php:87 -msgid "半角英数字とアンダースコアのみ利用できます。" -msgstr "" - #: ./plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php:106 msgid "表示名称フィールド" msgstr "" @@ -10529,7 +10526,7 @@ msgid "識別名を入力してください。" msgstr "" #: ./plugins/bc-custom-content/src/Model/Table/CustomTablesTable.php:101 -msgid "識別名は半角英数字とアンダースコアのみで入力してください。" +msgid "識別名は半角英数小文字とアンダースコアのみで入力してください。" msgstr "" #: ./plugins/bc-custom-content/src/Model/Table/CustomTablesTable.php:106 diff --git a/plugins/baser-core/resources/locales/en/baser_core.po b/plugins/baser-core/resources/locales/en/baser_core.po index f79065315a..f851a03e4c 100755 --- a/plugins/baser-core/resources/locales/en/baser_core.po +++ b/plugins/baser-core/resources/locales/en/baser_core.po @@ -8684,6 +8684,7 @@ msgstr "Field Name" #: plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomFields/form.php:60 #: plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomLinks/form.php:118 +#: plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php:87 msgid "半角小文字英数字とアンダースコア( _ )のみ利用可能です。" msgstr "" "Only half-width alphanumeric characters and underscores (_ ) are allowed." @@ -9088,13 +9089,6 @@ msgstr "" msgid "識別名" msgstr "Distinguished Name" -#: plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php:87 -#, fuzzy -#| msgid "半角小文字英数字とアンダースコア( _ )のみ利用可能です。" -msgid "半角英数字とアンダースコアのみ利用できます。" -msgstr "" -"Only half-width alphanumeric characters and underscores (_ ) are allowed." - #: plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php:106 msgid "表示名称フィールド" msgstr "Display Name Field" @@ -12312,9 +12306,9 @@ msgid "識別名を入力してください。" msgstr "Please enter a distinguished name." #: plugins/bc-custom-content/src/Model/Table/CustomTablesTable.php:101 -msgid "識別名は半角英数字とアンダースコアのみで入力してください。" +msgid "識別名は半角英数小文字とアンダースコアのみで入力してください。" msgstr "" -"Please enter the distinguished name only with single-byte alphanumeric " +"Please enter the distinguished name only with single-byte lowercase alphanumeric " "characters and underscores." #: plugins/bc-custom-content/src/Model/Table/CustomTablesTable.php:106 diff --git a/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php b/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php index e2ba768372..bf077b4517 100644 --- a/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php +++ b/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomTables/form.php @@ -84,7 +84,7 @@ BcAdminForm->control('name', ['type' => 'text', 'size' => 40, 'maxlength' => 255]) ?>