Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Jan 17, 2025
2 parents 7f83f1d + caf982d commit fd2a598
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
3 changes: 3 additions & 0 deletions core/resources/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1537,4 +1537,7 @@
<string name="export_fonts">Lettertypen exporteren</string>
<string name="filename_is_not_set">Geen bestandsnaam</string>
<string name="error_while_saving">Fout tijdens poging tot opslaan, probeer de uitvoermap te wijzigen</string>
<string name="custom_pages">Aangepaste pagina\'s</string>
<string name="pages_selection">Selectie van pagina\'s</string>
<string name="none">Geen</string>
</resources>
5 changes: 5 additions & 0 deletions core/resources/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1537,4 +1537,9 @@
<string name="imported_fonts">Zaimportowane czcionki</string>
<string name="filename_is_not_set">Nazwa pliku nie została ustawiona</string>
<string name="error_while_saving">Błąd podczas próby zapisu, spróbuj zmienić folder wyjściowy</string>
<string name="none">Brak</string>
<string name="custom_pages">Własne strony</string>
<string name="pages_selection">Wybór stron</string>
<string name="tool_exit_confirmation">Potwierdzenie wychodzenia z narzędzi</string>
<string name="tool_exit_confirmation_sub">Jeśli masz niezapisane zmiany podczas korzystania z określonych narzędzi i spróbujesz je zamknąć, zostanie wyświetlone okno dialogowe potwierdzenia</string>
</resources>
9 changes: 7 additions & 2 deletions core/resources/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<string name="draw_on_background_sub">Escolha a cor de fundo e desenhe sobre ela</string>
<string name="background_color">Cor de fundo</string>
<string name="cipher">Criptografia</string>
<string name="cipher_sub">Criptografe e descriptografe qualquer arquivo (não apenas a imagem) com base no algoritmo de criptografia AES</string>
<string name="cipher_sub">Criptografe e descriptografe qualquer arquivo (não apenas a imagem) com base em vários algoritmos de criptografia</string>
<string name="pick_file">Escolher arquivo</string>
<string name="encrypt">Criptografar</string>
<string name="decrypt">Descriptografar</string>
Expand All @@ -269,7 +269,7 @@
<string name="implementation">Implementação</string>
<string name="compatibility">Compatibilidade</string>
<string name="features_sub">Criptografia de arquivos baseada em senha. Os arquivos processados podem ser armazenados no diretório selecionado ou compartilhados. Os arquivos descriptografados também podem ser abertos diretamente.</string>
<string name="implementation_sub">AES-256, modo GCM, sem preenchimento, IVs aleatórios de 12 bytes. As chaves são usadas como hashes SHA-3 (256 bits).</string>
<string name="implementation_sub">AES-256, modo GCM, sem preenchimento, IVs aleatórios de 12 bytes (por padrão, mas você pode selecionar o algoritmo necessário). As chaves são usadas como hashes SHA-3 (256 bits).</string>
<string name="file_size">Tamanho do arquivo</string>
<string name="file_size_sub">O tamanho máximo do arquivo é restrito pelo sistema operacional Android e pela memória disponível, que depende do dispositivo.
\nObserve: memória não é armazenamento.</string>
Expand Down Expand Up @@ -1536,4 +1536,9 @@
<string name="checksum_as_filename">Checksum como nome de arquivo</string>
<string name="checksum_as_filename_sub">As imagens de saída terão o nome correspondente à soma de verificação de seus dados</string>
<string name="center_align_dialog_buttons_sub">Os botões das caixas de diálogo serão posicionados no centro em vez de no lado esquerdo, se possível</string>
<string name="none">Nenhum</string>
<string name="custom_pages">Páginas Personalizadas</string>
<string name="pages_selection">Seleção de Páginas</string>
<string name="tool_exit_confirmation">Confirmação ao Sair da Ferramenta</string>
<string name="tool_exit_confirmation_sub">Se você tiver alterações não salvas ao usar determinadas ferramentas e tentar fechá-las, será exibida uma caixa de diálogo de confirmação</string>
</resources>
5 changes: 5 additions & 0 deletions core/resources/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1537,4 +1537,9 @@
<string name="export_fonts">导出字体</string>
<string name="filename_is_not_set">未设置文件名</string>
<string name="error_while_saving">尝试保存时出错,请尝试更改输出文件夹</string>
<string name="none">无</string>
<string name="custom_pages">自定义页面</string>
<string name="tool_exit_confirmation">工具退出确认</string>
<string name="tool_exit_confirmation_sub">如果在使用特定工具时存在未保存的更改,而您尝试关闭该工具,系统将弹出确认对话框</string>
<string name="pages_selection">页面选择</string>
</resources>
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ appUpdateKtx = "2.1.0"
appUpdate = "2.1.0"
shadowGadgets = "2.3.1"
fadingEdges = "1.0.4"
firebaseCrashlyticsKtx = "19.3.0"
firebaseCrashlyticsKtx = "19.4.0"
konfettiCompose = "2.0.5"
shadowsPlus = "1.0.4"
exifinterface = "1.4.0-beta01"
firebaseAnalyticsKtx = "22.1.2"
firebaseAnalyticsKtx = "22.2.0"
firebaseCrashlyticsGradle = "3.0.2"
google-segmentationSelfie = "16.0.0-beta6"
google-subjectSegmentation = "16.0.0-beta1"
Expand Down

0 comments on commit fd2a598

Please sign in to comment.