Merge pull request #244 from weblate/weblate-simple-mobile-tools-simple-calculator
Translations update from Hosted Weblate
This commit is contained in:
commit
b720228f78
|
@ -6,10 +6,10 @@
|
|||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">Erro: divisão por zero</string>
|
||||
<!-- History -->
|
||||
<string name="history">History</string>
|
||||
<string name="history_empty">History is empty</string>
|
||||
<string name="clear_history">Clear</string>
|
||||
<string name="history_cleared">History has been cleared</string>
|
||||
<string name="history">Histórico</string>
|
||||
<string name="history_empty">O histórico está vazio</string>
|
||||
<string name="clear_history">Apagar</string>
|
||||
<string name="history_cleared">O histórico foi apagado</string>
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">Vibrar ao pressionar um botão</string>
|
||||
<!-- FAQ -->
|
||||
|
@ -25,4 +25,4 @@
|
|||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
|
@ -19,31 +19,8 @@
|
|||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Simple Calculator - Calculadora</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Uma calculadora com interface simples e sem anúncios</string>
|
||||
<string name="app_long_description">
|
||||
This stylish modern calculator offers great user experience that you will love seeing. You can copy the result or formula to clipboard by long pressing it.
|
||||
|
||||
The app is a simple helper for fast calculations with many basic functions including multiplying, dividing, root and powers.
|
||||
|
||||
You can make it vibrate on button presses to make you confident during inserting your values.
|
||||
|
||||
There is an option to prevent the phone from sleeping while using the app for comfortable usage.
|
||||
|
||||
The text color of the resizable widget can be customized, as well as the color and the alpha of the background. Press the result or formula in the widget to open the app.
|
||||
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
|
||||
|
||||
Não contém anúncios nem permissões desnecessárias. Disponibiliza um tema escuro e é totalmente \'open source\'.
|
||||
|
||||
<b>Check out the full suite of Simple Tools here:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</string>
|
||||
<string name="app_short_description">Uma calculadora simples e sem anúncios</string>
|
||||
<string name="app_long_description"> Uma calculadora para operações simples, como multiplicar, dividir, obter a raíz quadrada ou elevar potências. Pode configurá-la para vibrar a cada entrada de um valor para evitar enganos. Prima longamente para copiar o resultado para a a Área de transferência. Tem também a opção de impedir que o ecrã se apague durante a sua utilização. Através de um widget altamente personalizável, desde a cor do texto à do fundo, aceda e controle a calculadora directamente a partir do ecrã inicial. Com design material num tema escuro por definição. Não requer acesso à internet o que lhe confere mais privacidade, segurança e estabilidade. Não contém anúncios nem permissões desnecessárias. É totalmente open source e oferece cores personalizáveis a gosto. <b>Consulte a gama completa de aplicações Simple Tools aqui:</b> https://www.simplemobiletools.com <b>Facebook:</b> https://www.facebook.com/simplemobiletools <b>Reddit:</b> https://www.reddit.com/r/SimpleMobileTools </string>
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
|
|
Loading…
Reference in New Issue