Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
backups
first final iteration
  • Loading branch information
giordanidev committed May 22, 2023
1 parent 53f6e38 commit e753bb7
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 475 deletions.
147 changes: 78 additions & 69 deletions app_functions.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions config/config.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[app]
theme = System
color = Blue
region = 3
napath = E:\JOGOS\AION_CLASSIC
eupath = E:\JOGOS\aionclassic
region =
napath =
eupath =

42 changes: 32 additions & 10 deletions config/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,35 @@
"app_title": "Aion Classic 'Mods' by Load",
"app_info_label": "Please choose an option to begin.",

"app_voice": "KR voices",
"app_filter": "Chat Filter",
"app_font": "JP fonts",
"voice": "KR voices",
"filter": "Chat Filter",
"font": "JP fonts",

"app_voice_label": "KR Voices:",
"app_filter_label": "Chat Filter:",
"app_font_label": "JP Fonts:",

"app_return_label_waiting": "Waiting...",
"app_return_label_verifying": "Verifying '{_file_type_}' files, please wait!",
"app_return_label_uptodate": "There are no new '{_file_type_}' files to update.",
"app_return_label_verifying": "Verifying files, please wait!",
"app_return_label_uptodate": "There are no new files to update.",
"app_return_label_install": "Success! Files have been installed.",
"app_return_label_restore": "Success! Files have been restored.",
"app_return_label_generated": "Success! Backup files generated.",
"app_return_label_deleted": "Success! Backup files deleted.",
"app_return_label_uptodate_backup": "There are no new files to backup.",

"app_return_label_backup_ready": "'{_file_type_}' files are ready to be backed up.",
"app_return_label_backup_found": "'{_file_type_}' backups found.",
"app_return_label_backup_ready": "Files are ready to be backed up.",
"app_return_label_backup_found": "Backup found.",

"app_button_check_all": "Verify All",
"app_button_check_all_backups": "Verify Backups",
"app_button_verifying": "Verifying",
"app_button_verifying": "Verifying..",
"app_button_install": "Install",
"app_button_create": "Create",
"app_button_restore": "Restore",
"app_button_delete": "Delete",
"app_button_uptodate": "Up to date",
"app_button_uptodate": "Up to date!",


"config_theme_label": "Theme:",
"config_color_label": "Color:",
Expand All @@ -44,5 +50,21 @@
"config_region_radio_eu": "Classic EU",
"config_region_radio_both": "Both",

"config_select_folder_button": "Select Folder"
"config_select_folder_button": "Select Folder",


"functions_wrong_directory": "Selected folder is not the correct {VERSION} game folder. Please select the root {VERSION} game folder.",

"functions_show_game_region": "You need to select a game region to proceed.",
"functions_show_restore": "You are about to replace the current files with the backup files.\n\nThis action CANNOT be undone. Do you wish to continue?",
"functions_show_delete": "You are about to delete the backup files.\n\nThis action CANNOT be undone. Do you wish to continue?",
"functions_show_critical_error": "A critical error occurred. Please, send the log file to the creator of this app for verification.",

"functions_alert_info": "Information:",
"functions_alert_warning": "Attention!",
"functions_alert_error": "ERROR!",
"functions_alert_question": "What would you like to do?",
"functions_alert_okcancel": "Would you like to cancel?",
"functions_alert_yesno": "Are you sure?"

}
42 changes: 31 additions & 11 deletions config/lang/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,34 @@
"app_title": "Aion Classic 'Mods' por Load",
"app_info_label": "Por favor, escolha uma ação para começar!",

"app_voice": "Vozes KR",
"app_filter": "Filtro de Bate-papo",
"app_font": "Letras JP",
"voice": "Vozes KR",
"filter": "Filtro de 'Chat'",
"font": "Letras JP",

"app_voice_label": "Vozes KR:",
"app_filter_label": "Filtro de Bate-papo:",
"app_filter_label": "Filtro de 'Chat':",
"app_font_label": "Letras JP:",

"app_return_label_waiting": "Esperando...",
"app_return_label_verifying": "Verificando arquivos '{_file_type_}', por favor aguarde!",
"app_return_label_uptodate": "Não há novos arquivos de '{_file_type_}' para atualizar.",
"app_return_label_verifying": "Verificando arquivos'...",
"app_return_label_uptodate": "Não há novos arquivos para atualizar.",
"app_return_label_install": "Successo! Arquivos instalados.",
"app_return_label_restore": "Successo! Arquivos restaurados.",
"app_return_label_generated": "Successo! 'Backup' gerado.",
"app_return_label_deleted": "Successo! 'Backup' deletado.",
"app_return_label_uptodate_backup": "Não há novos arquivos de 'backup' para gerar.",

"app_return_label_backup_ready": "Arquivos de '{_file_type_}' estão prontos para 'backup'.",
"app_return_label_backup_found": "'Backups' de '{_file_type_}' encontrados.",
"app_return_label_backup_ready": "Arquivos estão prontos para 'backup'.",
"app_return_label_backup_found": "'Backup' encontrado.",

"app_button_check_all": "Verificar Todos",
"app_button_check_all_backups": "Verificar Backups",
"app_button_verifying": "Verificando",
"app_button_verifying": "Verificando..",
"app_button_install": "Instalar",
"app_button_create": "Criar",
"app_button_restore": "Restaurar",
"app_button_delete": "Deletar",
"app_button_uptodate": "Atualizado",
"app_button_uptodate": "Atualizado!",

"config_theme_label": "Tema:",
"config_color_label": "Cor:",
Expand All @@ -44,5 +49,20 @@
"config_region_radio_eu": "Clássico EU",
"config_region_radio_both": "Ambos",

"config_select_folder_button": "Selecionar Pasta"
"config_select_folder_button": "Selecionar Pasta",


"functions_wrong_directory": "A pasta selecionada não é a correta para a versão {VERSION}. Por favor, selecione a pasta principal do jogo.",

"functions_show_game_region": "Você precisa selecionar ao menos uma versão do jogo para prosseguir.",
"functions_show_restore": "Você está prestes a substituir os arquivos do jogo pelos arquivos de 'backup'.\n\nEsta ação NÃO PODE ser desfeita. Tem certeza que deseja continuar?",
"functions_show_delete": "Você está prestes a deletar os arquivos de 'backup'.\n\nEsta ação NÃO PODE ser desfeita. Tem certeza que deseja continuar?",
"functions_show_critical_error": "Erro crítico! Por favor, envie o arquivo de log para o criador do aplicativo para verificação.",

"functions_alert_info": "Informação:",
"functions_alert_warning": "Atenção!",
"functions_alert_error": "ERRO!",
"functions_alert_question": "O que você quer fazer?",
"functions_alert_okcancel": "Você gostaria de cancelar?",
"functions_alert_yesno": "Você tem certeza?"
}
19 changes: 1 addition & 18 deletions config/lists/font_backup.json
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
[
[
"E:\\JOGOS\\AION_CLASSIC\\l10n\\enu\\textures\\ui\\hit_number.pak",
"E:\\JOGOS\\AION_CLASSIC\\l10n\\enu\\textures\\ui\\hit_number.pak.bkp"
],
[
"E:\\JOGOS\\aionclassic\\l10n\\eng\\textures\\ui\\hit_number.pak",
"E:\\JOGOS\\aionclassic\\l10n\\eng\\textures\\ui\\hit_number.pak.bkp"
],
[
"E:\\JOGOS\\aionclassic\\l10n\\fra\\textures\\ui\\hit_number.pak",
"E:\\JOGOS\\aionclassic\\l10n\\fra\\textures\\ui\\hit_number.pak.bkp"
],
[
"E:\\JOGOS\\aionclassic\\l10n\\deu\\textures\\ui\\hit_number.pak",
"E:\\JOGOS\\aionclassic\\l10n\\deu\\textures\\ui\\hit_number.pak.bkp"
]
]
{}
Loading

0 comments on commit e753bb7

Please sign in to comment.