picgo
Version:
A tool for picture uploading
98 lines (97 loc) • 3.91 kB
TypeScript
export declare const ZH_CN: {
UPLOAD_FAILED: string;
CHECK_SETTINGS: string;
CHECK_SETTINGS_AND_NETWORK: string;
UPLOAD_FAILED_REASON: string;
SERVER_ERROR: string;
AUTH_FAILED: string;
PICBED_SMMS: string;
PICBED_SMMS_TOKEN: string;
PICBED_SMMS_BACKUP_DOMAIN: string;
PICBED_SMMS_MESSAGE_BACKUP_DOMAIN: string;
PICBED_ALICLOUD: string;
PICBED_ALICLOUD_ACCESSKEYID: string;
PICBED_ALICLOUD_ACCESSKEYSECRET: string;
PICBED_ALICLOUD_BUCKET: string;
PICBED_ALICLOUD_AREA: string;
PICBED_ALICLOUD_PATH: string;
PICBED_ALICLOUD_CUSTOMURL: string;
PICBED_ALICLOUD_OPTIONS: string;
PICBED_ALICLOUD_MESSAGE_AREA: string;
PICBED_ALICLOUD_MESSAGE_PATH: string;
PICBED_ALICLOUD_MESSAGE_OPTIONS: string;
PICBED_ALICLOUD_MESSAGE_CUSTOMURL: string;
PICBED_TENCENTCLOUD: string;
PICBED_TENCENTCLOUD_VERSION: string;
PICBED_TENCENTCLOUD_SECRETID: string;
PICBED_TENCENTCLOUD_SECRETKEY: string;
PICBED_TENCENTCLOUD_APPID: string;
PICBED_TENCENTCLOUD_BUCKET: string;
PICBED_TENCENTCLOUD_AREA: string;
PICBED_TENCENTCLOUD_ENDPOINT: string;
PICBED_TENCENTCLOUD_PATH: string;
PICBED_TENCENTCLOUD_OPTIONS: string;
PICBED_TENCENTCLOUD_CUSTOMURL: string;
PICBED_TENCENTCLOUD_SLIM: string;
PICBED_TENCENTCLOUD_SLIM_TIP: string;
PICBED_TENCENTCLOUD_SLIM_CONFIRM: string;
PICBED_TENCENTCLOUD_SLIM_CANCEL: string;
PICBED_TENCENTCLOUD_MESSAGE_APPID: string;
PICBED_TENCENTCLOUD_MESSAGE_AREA: string;
PICBED_TENCENTCLOUD_MESSAGE_ENDPOINT: string;
PICBED_TENCENTCLOUD_MESSAGE_PATH: string;
PICBED_TENCENTCLOUD_MESSAGE_CUSTOMURL: string;
PICBED_TENCENTCLOUD_MESSAGE_OPTIONS: string;
PICBED_GITHUB: string;
PICBED_GITHUB_TOKEN: string;
PICBED_GITHUB_REPO: string;
PICBED_GITHUB_PATH: string;
PICBED_GITHUB_BRANCH: string;
PICBED_GITHUB_CUSTOMURL: string;
PICBED_GITHUB_MESSAGE_REPO: string;
PICBED_GITHUB_MESSAGE_BRANCH: string;
PICBED_GITHUB_MESSAGE_PATH: string;
PICBED_GITHUB_MESSAGE_CUSTOMURL: string;
PICBED_QINIU: string;
PICBED_QINIU_ACCESSKEY: string;
PICBED_QINIU_SECRETKEY: string;
PICBED_QINIU_BUCKET: string;
PICBED_QINIU_PATH: string;
PICBED_QINIU_URL: string;
PICBED_QINIU_OPTIONS: string;
PICBED_QINIU_AREA: string;
PICBED_QINIU_MESSAGE_PATH: string;
PICBED_QINIU_MESSAGE_AREA: string;
PICBED_QINIU_MESSAGE_OPTIONS: string;
PICBED_QINIU_MESSAGE_URL: string;
PICBED_IMGUR: string;
PICBED_IMGUR_CLIENTID: string;
PICBED_IMGUR_PROXY: string;
PICBED_IMGUR_MESSAGE_PROXY: string;
PICBED_UPYUN: string;
PICBED_UPYUN_BUCKET: string;
PICBED_UPYUN_OPERATOR: string;
PICBED_UPYUN_PASSWORD: string;
PICBED_UPYUN_PATH: string;
PICBED_UPYUN_URL: string;
PICBED_UPYUN_OPTIONS: string;
PICBED_UPYUN_MESSAGE_OPERATOR: string;
PICBED_UPYUN_MESSAGE_PASSWORD: string;
PICBED_UPYUN_MESSAGE_URL: string;
PICBED_UPYUN_MESSAGE_OPTIONS: string;
PICBED_UPYUN_MESSAGE_PATH: string;
PLUGIN_HANDLER_PLUGIN_INSTALL_SUCCESS: string;
PLUGIN_HANDLER_PLUGIN_INSTALL_FAILED: string;
PLUGIN_HANDLER_PLUGIN_INSTALL_FAILED_REASON: string;
PLUGIN_HANDLER_PLUGIN_INSTALL_FAILED_PATH: string;
PLUGIN_HANDLER_PLUGIN_UNINSTALL_SUCCESS: string;
PLUGIN_HANDLER_PLUGIN_UNINSTALL_FAILED: string;
PLUGIN_HANDLER_PLUGIN_UNINSTALL_FAILED_REASON: string;
PLUGIN_HANDLER_PLUGIN_UNINSTALL_FAILED_VALID: string;
PLUGIN_HANDLER_PLUGIN_UPDATE_SUCCESS: string;
PLUGIN_HANDLER_PLUGIN_UPDATE_FAILED: string;
PLUGIN_HANDLER_PLUGIN_UPDATE_FAILED_REASON: string;
PLUGIN_HANDLER_PLUGIN_UPDATE_FAILED_VALID: string;
};
export declare type ILocalesKey = keyof typeof ZH_CN;
export declare type ILocales = typeof ZH_CN;