@bubblewrap/cli
Version:
CLI tool to Generate TWA projects from a Web Manifest
67 lines (66 loc) • 2.64 kB
TypeScript
declare type Messages = {
errorAssetLinksGeneration: string;
errorFailedToRunQualityCriteria: string;
errorMaxLength: (maxLength: number, actualLength: number) => string;
errorMinLength: (minLength: number, actualLength: number) => string;
errorRequireHttps: string;
errorInvalidUrl: (url: string) => string;
errorInvalidColor: (color: string) => string;
errorInvalidDisplayMode: (displayMode: string) => string;
errorUrlMustBeImage: (mimeType: string) => string;
errorUrlMustNotBeSvg: string;
messageInitializingWebManifest: (manifestUrl: string) => string;
messageAndroidAppDetails: string;
messageAndroidAppDetailsDesc: string;
messageApkSucess: (filename: string) => string;
messageAppBundleSuccess: (filename: string) => string;
messageBuildingApp: string;
messageDigitalAssetLinksSuccess: (filename: string) => string;
messageEnterPasswords: (keypath: string, keyalias: string) => string;
messageGeneratedNewVersion: (appVersionName: string, appVersionCode: number) => string;
messageGeneratingAndroidProject: string;
messageInstallingBuildTools: string;
messageLauncherIconAndSplash: string;
messageLauncherIconAndSplashDesc: string;
messageOptionFeatures: string;
messageOptionalFeaturesDesc: string;
messageProjectGeneratedSuccess: string;
messageSha256FingerprintNotFound: string;
messageSigningKeyCreation: string;
messageSigningKeyInformation: string;
messageSigningKeyInformationDesc: string;
messageSigningKeyNotFound: (path: string) => string;
messageUsingPasswordsFromEnv: string;
messageWebAppDetails: string;
messageWebAppDetailsDesc: string;
promptHostMessage: string;
promptName: string;
promptLauncherName: string;
promptDisplayMode: string;
promptThemeColor: string;
promptBackgroundColor: string;
promptStartUrl: string;
promptIconUrl: string;
promptMaskableIconUrl: string;
promptMonochromeIconUrl: string;
promptShortcuts: string;
promptPackageId: string;
promptKeyPath: string;
promptKeyAlias: string;
promptCreateKey: string;
promptKeyFullName: string;
promptKeyOrganizationalUnit: string;
promptKeyOrganization: string;
promptKeyCountry: string;
promptKeystorePassword: string;
promptKeyPassword: string;
promptNewAppVersionName: string;
warnPwaFailedQuality: string;
updateConfigUsage: string;
jdkPathIsNotCorrect: string;
jdkIsNotSupported: string;
androidSdkPathIsNotCorrect: string;
bothPathsAreValid: string;
};
export declare const enUS: Messages;
export {};