@parvineyvazov/json-translator
Version:
Translate your JSON file or object into another languages with Google Translate API
47 lines (46 loc) • 1.44 kB
TypeScript
export declare function success(message: string): void;
export declare function error(message: string): void;
export declare function info(message: string): void;
export declare function warn(message: string): void;
export declare const commands: {
help1: string;
help2: string;
};
export declare const supportedLanguagesUrl: string;
export declare const messages: {
cli: {
welcome: string;
description: string;
usage: string;
usage_with_proxy: string;
usage_by_ops: string;
paths: string;
module: string;
from: string;
to: string;
new_file_name: string;
cache_enabled: string;
fallback: string;
concurrency_limit: string;
select_module_message: string;
from_message: string;
to_message: string;
new_file_name_message: string;
fallback_message: string;
concurrency_limit_message: string;
module_not_available: string;
from_not_available: string;
to_not_available: string;
no_selected_language: string;
fallback_not_available: string;
proxy_file_notValid_or_not_empty_options: string;
creation_done: string;
};
object: {};
file: {
no_path: string;
no_file_in_path: string;
cannot_translate: string;
cannot_save_file: string;
};
};