9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +00:00

host 本地化

This commit is contained in:
XiaoMoMi
2025-04-22 21:33:51 +08:00
parent bd21bae8c1
commit 4037e08dcf
8 changed files with 57 additions and 27 deletions

View File

@@ -116,6 +116,26 @@ warning.config.emoji.lack_keywords: "<yellow>Issue found in file <arg:0> - The e
warning.config.emoji.duplicated: "<yellow>Issue found in file <arg:0> - Duplicated emoji '<arg:1>'.</yellow>"
warning.config.emoji.invalid_image: "<yellow>Issue found in file <arg:0> - The emoji '<arg:1>' has an invalid 'image' argument '<arg:2>'.</yellow>"
warning.config.advancement.duplicated: "<yellow>Issue found in file <arg:0> - Duplicated advancement '<arg:1>'.</yellow>"
warning.config.host.lack_type: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'type' for host."
warning.config.host.invalid_type: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Host 'type' [<arg:0>] is invalid. Please read https://mo-mi.gitbook.io/xiaomomi-plugins/craftengine/plugin-wiki/craftengine/resource-pack/host"
warning.config.host.external.lack_url: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'url' for external host."
warning.config.host.lack_type: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'type' for host.</yellow>"
warning.config.host.invalid_type: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Host 'type' [<arg:0>] is invalid. Please read https://mo-mi.gitbook.io/xiaomomi-plugins/craftengine/plugin-wiki/craftengine/resource-pack/host</yellow>"
warning.config.host.external.lack_url: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'url' for external host.</yellow>"
warning.config.host.alist.lack_api_url: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'api-url' for alist host.</yellow>"
warning.config.host.alist.lack_username: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'username' or environment variable 'CE_ALIST_USERNAME' for alist host.</yellow>"
warning.config.host.alist.lack_password: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'password' or environment variable 'CE_ALIST_PASSWORD' for alist host.</yellow>"
warning.config.host.alist.lack_upload_path: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'upload-path' for alist host.</yellow>"
warning.config.host.dropbox.lack_app_key: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'app-key' or environment variable 'CE_DROPBOX_APP_KEY' for dropbox host.</yellow>"
warning.config.host.dropbox.lack_app_secret: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'app-secret' or environment variable 'CE_DROPBOX_APP_SECRET' for dropbox host.</yellow>"
warning.config.host.dropbox.lack_refresh_token: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'refresh-token' or environment variable 'CE_DROPBOX_REFRESH_TOKEN' for dropbox host.</yellow>"
warning.config.host.dropbox.lack_upload_path: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'upload-path' for dropbox host.</yellow>"
warning.config.host.lobfile.lack_api_key: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'api-key' for lobfile host.</yellow>"
warning.config.host.onedrive.lack_client_id: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'client-id' or environment variable 'CE_ONEDRIVE_CLIENT_ID' for onedrive host.</yellow>"
warning.config.host.onedrive.lack_client_secret: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'client-secret' or environment variable 'CE_ONEDRIVE_CLIENT_SECRET' for onedrive host.</yellow>"
warning.config.host.onedrive.lack_refresh_token: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'refresh-token' or environment variable 'CE_ONEDRIVE_REFRESH_TOKEN' for onedrive host.</yellow>"
warning.config.host.onedrive.lack_upload_path: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'upload-path' for onedrive host.</yellow>"
warning.config.host.s3.lack_endpoint: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'endpoint' for s3 host.</yellow>"
warning.config.host.s3.lack_bucket: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'bucket' for s3 host.</yellow>"
warning.config.host.s3.lack_access_key_id: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'access-key-id' or environment variable 'CE_S3_ACCESS_KEY_ID' for s3 host.</yellow>"
warning.config.host.s3.lack_access_key_secret: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'access-key-secret' or environment variable 'CE_S3_ACCESS_KEY_SECRET' for s3 host.</yellow>"
warning.config.host.s3.lack_upload_path: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'upload-path' for s3 host.</yellow>"
warning.config.host.self.lack_ip: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Missing require argument 'ip' for self host.</yellow>"
warning.config.host.self.invalid_port: "<yellow>Issue found in config.yml at 'resource-pack.delivery.hosting' - Invalid 'port' [<arg:0>] for self host.</yellow>"