66( function ( ) {
77 angular . module ( 'FileManagerApp' ) . config ( function ( $translateProvider ) {
88 $translateProvider . translations ( 'en' , {
9+ filemanager : "File Manager" ,
910 language : "Language" ,
1011 english : "English" ,
1112 spanish : "Spanish" ,
6970 error_compressing : "An error occurred compressing the file or folder" ,
7071 error_extracting : "An error occurred extracting the file" ,
7172 error_creating_folder : "An error occurred creating the folder" ,
72- error_getting_content : "An error occurred getting the content of the file"
73+ error_getting_content : "An error occurred getting the content of the file" ,
74+ sure_to_start_compression_with : "Are you sure to compress"
7375 } ) ;
7476
7577 $translateProvider . translations ( 'pt' , {
78+ filemanager : "Gerenciador de arquivos" ,
7679 language : "Língua" ,
7780 english : "Inglês" ,
7881 spanish : "Espanhol" ,
136139 error_compressing : "Ocorreu um erro ao comprimir o arquivo ou pasta" ,
137140 error_extracting : "Ocorreu um erro ao extrair o arquivo" ,
138141 error_creating_folder : "Ocorreu um erro ao criar a pasta" ,
139- error_getting_content : "Ocorreu um erro ao obter o conteúdo do arquivo"
142+ error_getting_content : "Ocorreu um erro ao obter o conteúdo do arquivo" ,
143+ sure_to_start_compression_with : "Tem certeza que deseja comprimir"
140144 } ) ;
141145
142146 $translateProvider . translations ( 'es' , {
147+ filemanager : "Administrador de archivos" ,
143148 language : "Idioma" ,
144149 english : "Ingles" ,
145150 spanish : "Español" ,
203208 error_compressing : "Ocurrio un error al intentar comprimir el archivo" ,
204209 error_extracting : "Ocurrio un error al intentar extraer el archivo" ,
205210 error_creating_folder : "Ocurrio un error al intentar crear la carpeta" ,
206- error_getting_content : "Ocurrio un error al obtener el contenido del archivo"
211+ error_getting_content : "Ocurrio un error al obtener el contenido del archivo" ,
212+ sure_to_start_compression_with : "Esta seguro que desea comprimir"
207213 } ) ;
208214 } ) ;
209215} ) ( ) ;
0 commit comments