Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calculator
This commit is contained in:
commit
314d9b511d
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simple Calculator</string>
|
||||
<string name="app_launcher_name">Калкулатор</string>
|
||||
<string name="scientific_calculator">Научен калкулатор</string>
|
||||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">Грешка: деление на нула</string>
|
||||
<!-- History -->
|
||||
<string name="history">История</string>
|
||||
<string name="history_empty">Историята е празна</string>
|
||||
<string name="clear_history">Изчистване</string>
|
||||
<string name="history_cleared">Историята беше изчистена</string>
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">Вибрация при натискане на бутон</string>
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Как работи бутонът C (Clear)\?</string>
|
||||
<string name="faq_1_text">Натискането му ще премахва по един символ. Дълго натискане ще изчисти наведнъж всички полета.</string>
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- 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 - бърз калкулатор</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Просто kалкулатор без реклами, с приятен интерфейс</string>
|
||||
<string name="app_long_description">
|
||||
Този стилен модерен калкулатор предлага страхотно потребителско изживяване, което вие ще обичате да гледате. Можете да копирате резултатът от фомула в клипборда чрез дълго натискане. Това е проста помощна програма за бързи пресмятания с много основни функции включително умножение, деление, коренуване и степенуване. Можете да я накарате да вибрира при натискане на бутони за да сте уверени при въвеждане на вашите стойности. Има опция за предотвратяване на заспиване на телефона докато програмата се използва, за удобство при употребата. Цветът на оразмеряемия widget може да бъде променян, както и цветът и алфа стойността на фона. Натиснете резултатът или формулата в widget, за да отворите програмата. Идва с material дизайн и тъмна тема по подразбиране, осигуряващи страхотно потребителско изживяване на лесна употреба. Липсата на интернет достъпване осигурява повече поверителност, сигурност и стабилност от други приложения. Не съдържа реклами и ненужни разрешения. Напълно с отворен код е, има сменяеми цветове. <b>Вижте пълната колекция на Simple Tools тук:</b> https://www.simplemobiletools.com <b>Фейсбук:</b> https://www.facebook.com/simplemobiletools <b>Редит:</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
|
||||
-->
|
||||
</resources>
|
|
@ -1,56 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Jednoduchá kalkulačka</string>
|
||||
<string name="app_launcher_name">Kalkulačka</string>
|
||||
<string name="scientific_calculator">Vědecká kalkulačka</string>
|
||||
|
||||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">Chyba: dělení nulou</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">Historie</string>
|
||||
<string name="history_empty">Historie je prázdná</string>
|
||||
<string name="clear_history">Vymazat</string>
|
||||
<string name="history_cleared">Historie byla vymazána</string>
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">Vibrovat při stisku tlačítka</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Jak funguje tlačítko C?</string>
|
||||
<string name="faq_1_text">Stisknutím odmažete jeden znak. Dlouhým podržením smažete naráz všechna pole.</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- 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 - Do your calculations quickly</string>
|
||||
<string name="app_title">jednoduchá kalkulačka - Udělejte vaše výpočty rychle</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">A calculator for quick simple calculations with a nice user interface and no ads</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.
|
||||
|
||||
Neobsahuje žádné reklamy ani nepotřebná oprávnění. Má otevřený zdrojový kód a možnost změny barev.
|
||||
|
||||
<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">Kalkulačka pro rychlé a jednoduché výpočty s přívětivým uživatelským rozhraním bez reklam</string>
|
||||
<string name="app_long_description"> Tato stylová moderní kalkulačka nabízí dobrý uživatelský zážitek, který rádi uvidíte. Výsledek nebo vzorec můžete zkopírovat do schránky dlouhým stisknutím. Aplikace je jednoduchý pomocník pro rychlé výpočty s mnoha základními funkcemi, včetně násobení, dělení, mocnin a odmocnin. 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. Neobsahuje žádné reklamy ani nepotřebná oprávnění. Má otevřený zdrojový kód a možnost změny barev. <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>
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
|
@ -20,7 +20,7 @@
|
|||
<string name="app_title">Semplice Calcolatrice - Fai i tuoi calcoli</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Una calcolatrice per fare rapidamente dei semplici calcoli senza pubblicità</string>
|
||||
<string name="app_long_description"> Questa calcolatrice curata e moderna offre un\'ottima esperienza utente che amerai. Puoi copiare il risultato la formula negli appunti tenendo premuto sopra. L\'app aiuta per dei rapidi calcoli con molte funzioni semplici, come la moltiplicazione, la divisione, la radice e le potenze. Puoi attivare la vibrazione al premere di un tasto per avere sicurezza quando inserisci i valori. Il colore del testo del widget ridimensionabile può essere personalizzato, come anche il colore e la trasparenza dello sfondo. Premi il risultato o la formula nel widget per aprire l\'applicazione. È costruita con il material designn e con un tema scuro predefinito, fornisce un\'ottima esperienza utente per un semplice utilizzo. Il fatto che non si connette a Internet da maggiore riservatezza, sicurezza e stabilità rispetto ad altre applicazioni. L\'applicazione non contiene pubblicità o permessi non necessari; codice completamente aperto e la si può personalizzare con i propri colori preferiti. <b>Dai un\'occhiata alle altre applicazioni della serie Simple Tools:</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_long_description"> Questa elegante calcolatrice moderna offre una grande esperienza utente che vi piacerà. È possibile copiare il risultato o la formula negli appunti premendo a lungo. L\'applicazione è un semplice aiuto per i calcoli veloci con molte funzioni di base tra cui moltiplicazione, divisione, radice e potenze. Puoi farla vibrare quando premi il pulsante per renderti più sicuro durante l\'inserimento dei tuoi valori. C\'è un\'opzione per evitare che il telefono si addormenti mentre si usa l\'applicazione per un uso confortevole. Il colore del testo del widget ridimensionabile può essere personalizzato, così come il colore e l\'alfa dello sfondo. Premi il risultato o la formula nel widget per aprire l\'app. Viene fornito con material design e tema scuro per impostazione predefinita, fornisce una grande esperienza utente per un facile utilizzo. La mancanza di accesso a internet ti dà più privacy, sicurezza e stabilità rispetto ad altre app. Non contiene annunci o permessi inutili. È completamente opensource, fornisce colori personalizzabili. <b> Guarda la suite completa di Simple Tools qui:</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
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simple Calculator</string>
|
||||
<string name="app_launcher_name">Calculator</string>
|
||||
<string name="scientific_calculator">Calculator Ştiințific</string>
|
||||
|
||||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">Eroare: împărțire la 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">Istoric</string>
|
||||
<string name="history_empty">Istoricul este gol</string>
|
||||
<string name="clear_history">Curăţare</string>
|
||||
<string name="history_cleared">Istoricul a fost curățat</string>
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">Vibrează la apăsarea butoanelor</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">Cum funcționează butonul C (Curăță)?</string>
|
||||
<string name="faq_1_text">Dacă apăsați pe el, veți elimina câte un caracter pe rând. Apăsarea prelungită a acestuia va reseta toate câmpurile deodată.</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- 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 - Faceți calculele rapid</string>
|
||||
|
@ -48,9 +44,8 @@
|
|||
<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
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
|
@ -1,56 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simple Calculator</string>
|
||||
<string name="app_name">Simpel kalkylator</string>
|
||||
<string name="app_launcher_name">Kalkylator</string>
|
||||
<string name="scientific_calculator">Avancerad kalkylator</string>
|
||||
|
||||
<!-- Calculator field -->
|
||||
<string name="formula_divide_by_zero_error">Fel: delning med noll</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">Historik</string>
|
||||
<string name="history_empty">Historik är tom</string>
|
||||
<string name="clear_history">Rensa</string>
|
||||
<string name="history_cleared">Historia har blivit rensad</string>
|
||||
<!-- Settings -->
|
||||
<string name="vibrate_on_button_press">Vibrera när jag trycker på knapparna</string>
|
||||
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">How does the C (Clear) button work?</string>
|
||||
<string name="faq_1_text">Tapping on it will remove one character at a time. Long pressing it will reset all fields at once.</string>
|
||||
|
||||
<string name="faq_1_title">Hur funkar C (Rensa) knappen\?</string>
|
||||
<string name="faq_1_text">Om du trycker på den tar du bort ett tecken i taget. Om du trycker länge på den återställs alla fält på en gång.</string>
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- 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 - Do your calculations quickly</string>
|
||||
<string name="app_title">Simpel kalkylator - Gör dina beräkningar snabbt</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">A calculator for quick simple calculations with a nice user interface and no ads</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.
|
||||
|
||||
Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och anpassningsbara färger.
|
||||
|
||||
<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">En kalkylator för snabba enkla beräkningar med ett trevligt användargränssnitt och utan annonser.</string>
|
||||
<string name="app_long_description"> Den här snygga moderna kalkylatorn erbjuder en fantastisk användarupplevelse som du kommer att älska att se. Du kan kopiera resultatet eller formeln till urklipp genom att trycka länge på den. Appen är en enkel hjälpreda för snabba beräkningar med många grundläggande funktioner som multiplicering, division, rot och potenser. Du kan få den att vibrera vid knapptryckningar för att göra dig säker när du lägger in dina värden. Det finns ett alternativ för att förhindra att telefonen sover när du använder appen för bekväm användning. Textfärgen på den omställbara widgeten kan anpassas, liksom bakgrundens färg och alfa. Tryck på resultatet eller formeln i widgeten för att öppna appen. Den levereras med materialdesign och mörkt tema som standard, vilket ger en bra användarupplevelse för enkel användning. Avsaknaden av internetåtkomst ger dig mer integritet, säkerhet och stabilitet än andra appar. Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och anpassningsbara färger. <b>Kika på hela samlingen av Simple Tools här:</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
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
|
@ -20,7 +20,7 @@
|
|||
<string name="app_title">Simple Calculator - Робіть свої розрахунки швидко</string>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Калькулятор для швидких простих обчислень з приємним інтерфейсом та без реклами</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. Цей додаток не буде показувати рекламу; потрібні лише найнеобхідніші дозволи. Додаток має повністю відкритий програмний код, кольори оформлення можна легко налаштувати. <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_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. За промовчанням додаток поставляється з матеріальним дизайном і темною темою, забезпечує чудовий користувацький досвід для простого використання. Відсутність доступу до Інтернету надає більше приватності, безпеки та стабільності, порівняно з іншими додатками. Не буде показувати рекламу; потрібні лише найнеобхідніші дозволи. Програмний код повністю відкритий, забезпечує настроювальні кольори оформлення. <b>Ознайомтеся з повним набором додатків Simple Tools тут:</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