Skip to content

Commit

Permalink
update locales (#7462)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 authored Dec 7, 2022
1 parent 08ca43e commit d482d09
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
14 changes: 10 additions & 4 deletions src/locale/Portuguese, Brazilian-pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"sending_feedback_failed": "Falha ao enviar comentário",
"critical_error_warning": "Aviso: Ocorreu um erro crítico!",
"unknown_networking_error": "${app_name} encontrou um erro de comunicação desconhecido. Se esse problema persistir, por favor, envie \"${user_feedback}\" que é uma opção no botão \"${actions}\".",
"pre_release": "Pre-Release",
"pre_release": "Pré-lançamento",
"updates": {
"organization": "Organização",
"resource": "Recurso",
Expand Down Expand Up @@ -239,9 +239,13 @@
"project_locked": "O projeto está travado em:<br/>'${file_path}'. Por favor, reinicie o computador e tente novamente.",
"known_download_networking_error": "O download do projeto ${project_url} falhou: ${error_message}",
"load_view_usfm_url": "Carregar Recurso Bíblico",
"load_view_usfm_url_error": "The download of USFM \"${project_url}\" failed: ${error_message}",
"load_view_usfm_url_error": "O download do USFM \"${project_url}\" falhou: ${error_message}",
"enter_resource_url": "Entre com a URL do recurso",
"loading_usfm_url": "Carregando : ${usfm_url}"
"loading_usfm_url": "Carregando : ${usfm_url}",
"print_preview": "Print Preview",
"print_progress": "Progress: ${progress_percent}%",
"print_preview_option_scale": "Change Preview Scale: ",
"print_preview_option_font_size": "Change Preview Font Size: "
},
"project_validation": {
"language_mismatch": "O Nome de Idioma não é válido para esse Código",
Expand Down Expand Up @@ -463,7 +467,9 @@
"update_version": "Atualizar versão",
"ignore_button": "Ignorar",
"feedback_button": "Enviar comentário",
"delete": "Excluir"
"delete": "Excluir",
"update_preview": "Update Preview",
"print_to_pdf": "Print to PDF"
},
"tool_card_categories": {
"kt": "Termos-Chave",
Expand Down
10 changes: 8 additions & 2 deletions src/locale/Russian-ru_RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@
"load_view_usfm_url": "Загрузить Библейский Ресурс (USFM)",
"load_view_usfm_url_error": "Загрузка USFM \"${project_url}\" не удалась: ${error_message}",
"enter_resource_url": "Введите URL ресурса",
"loading_usfm_url": "Загрузка: ${usfm_url}"
"loading_usfm_url": "Загрузка: ${usfm_url}",
"print_preview": "Print Preview",
"print_progress": "Progress: ${progress_percent}%",
"print_preview_option_scale": "Change Preview Scale: ",
"print_preview_option_font_size": "Change Preview Font Size: "
},
"project_validation": {
"language_mismatch": "Не действительный код для языка",
Expand Down Expand Up @@ -463,7 +467,9 @@
"update_version": "Update Version",
"ignore_button": "Игнорировать",
"feedback_button": "Отправить отзыв",
"delete": "Удалить"
"delete": "Удалить",
"update_preview": "Update Preview",
"print_to_pdf": "Print to PDF"
},
"tool_card_categories": {
"kt": "Ключевые термины",
Expand Down
10 changes: 8 additions & 2 deletions src/locale/Spanish-es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@
"load_view_usfm_url": "Cargar Recurso Bíblico (USFM)",
"load_view_usfm_url_error": "La descarga del USFM \"${project_url}\" ha fallado: ${error_message}",
"enter_resource_url": "Introduzca la URL del recurso",
"loading_usfm_url": "Cargando: ${usfm_url}"
"loading_usfm_url": "Cargando: ${usfm_url}",
"print_preview": "Print Preview",
"print_progress": "Progress: ${progress_percent}%",
"print_preview_option_scale": "Change Preview Scale: ",
"print_preview_option_font_size": "Change Preview Font Size: "
},
"project_validation": {
"language_mismatch": "Código no valido para nombre de idioma",
Expand Down Expand Up @@ -463,7 +467,9 @@
"update_version": "Update Version",
"ignore_button": "Ignorar",
"feedback_button": "Enviar comentarios",
"delete": "Borrar"
"delete": "Borrar",
"update_preview": "Update Preview",
"print_to_pdf": "Print to PDF"
},
"tool_card_categories": {
"kt": "Términos Claves",
Expand Down

0 comments on commit d482d09

Please sign in to comment.