Skip to content

Commit

Permalink
Merge pull request #280 from weblate/weblate-simple-mobile-tools-simp…
Browse files Browse the repository at this point in the history
…le-calculator

Translations update from Hosted Weblate
  • Loading branch information
tibbi authored Aug 12, 2022
2 parents c55051e + 6db579b commit b00ee85
Show file tree
Hide file tree
Showing 27 changed files with 119 additions and 71 deletions.
23 changes: 10 additions & 13 deletions app/src/main/res/values-ml/strings.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Calculator</string>
<string name="app_name">സിമ്പിൾ കാൽക്കുലേറ്റർ</string>
<string name="app_launcher_name">കാൽക്കുലേറ്റർ</string>
<string name="scientific_calculator">ശാസ്ത്രീയ കാൽക്കുലേറ്റർ</string>

<!-- Calculator field -->
<string name="formula_divide_by_zero_error">പിശക്: 0 കൊണ്ട് ഹരിക്കാനാവില്ല</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">ഹിസ്റ്ററി</string>
<string name="history_empty">ഹിസ്റ്ററിയിൽ ഒന്നുമില്ല</string>
<string name="clear_history">ക്ലിയർ ചെയുക</string>
<string name="history_cleared">ഹിസ്റ്ററി മായ്ച്ചു കളഞ്ഞു</string>
<!-- Settings -->
<string name="vibrate_on_button_press">ബട്ടൺ പ്രസ്സിൽ വൈബ്രേറ്റുചെയ്യുക</string>
<string name="use_comma_as_decimal_mark">Use comma as a decimal mark</string>

<string name="vibrate_on_button_press">Vibrate on button press</string>
<string name="use_comma_as_decimal_mark">ദശാംശ ചിഹ്നമായി കോമ(,) ഉപയോഗിക്കുക</string>
<!-- FAQ -->
<string name="faq_1_title">C(മായ്‌ക്കുക) ബട്ടൺ പ്രവർത്തിക്കുന്നത് എങ്ങനെ?</string>
<string name="faq_1_title">C(ക്ലിയർ ) ബട്ടൺ പ്രവർത്തിക്കുന്നത് എങ്ങനെ\?</string>
<string name="faq_1_text">ടാപ്പ് ചെയ്യുമ്പോൾ ഒരു സമയം ഒരു പ്രതീകത്തെ നീക്കംചെയ്യും. ദീർഘനേരം അമർത്തിയാൽ എല്ലാ ഫീൽഡുകളും പുനഃസജ്ജമാക്കും.</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<!-- History -->
<string name="history">Geschiedenis</string>
<string name="history_empty">Geschiedenis is leeg</string>
<string name="clear_history">Legen</string>
<string name="clear_history">Wissen</string>
<string name="history_cleared">Geschiedenis is gewist</string>
<!-- Settings -->
<string name="vibrate_on_button_press">Trillen bij het indrukken van toetsen</string>
<string name="use_comma_as_decimal_mark">Gebruik komma als decimaalteken</string>
<string name="use_comma_as_decimal_mark">Komma als decimaalteken gebruiken</string>
<!-- FAQ -->
<string name="faq_1_title">Hoe werkt de knop C (Clear)\?</string>
<string name="faq_1_text">Kort indrukken verwijdert één karakter per keer. Lang drukken wist direct alle velden.</string>
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<string name="history">История</string>
<string name="history_empty">История пуста</string>
<string name="clear_history">Очистить</string>
<string name="history_cleared">История была очищена</string>
<string name="history_cleared">История очищена</string>
<!-- Settings -->
<string name="vibrate_on_button_press">Вибрация при нажатии кнопки</string>
<string name="use_comma_as_decimal_mark">Используйте запятую в качестве десятичного знака</string>
<string name="vibrate_on_button_press">Вибрация при нажатии кнопок</string>
<string name="use_comma_as_decimal_mark">Использовать запятую в качестве десятичного знака</string>
<!-- FAQ -->
<string name="faq_1_title">Как работает кнопка C (Очистить)\?</string>
<string name="faq_1_text">При нажатии на нее будет удаляться один символ за раз. Длительное нажатие сбросит сразу все поля.</string>
<string name="faq_1_title">Как работает кнопка C (Очистка)\?</string>
<string name="faq_1_text">Нажатие на нее удалит один символ. Долгое нажатие сбросит все поля сразу.</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">简易计算器</string>
<string name="app_name">简单计算器</string>
<string name="app_launcher_name">计算器</string>
<string name="scientific_calculator">科学计算器</string>
<!-- Calculator field -->
Expand All @@ -20,4 +20,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>
35 changes: 35 additions & 0 deletions fastlane/metadata/android/be/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Гэты стыльны сучасны калькулятар прапануе выдатны карыстацкі інтэрфейс, які вам спадабаецца бачыць. Вы можаце скапіяваць вынік або формулу ў буфер абмену, націснуўшы на яе доўгім націскам. Вы таксама можаце выкарыстоўваць гэты калькулятар ў якасці канвертара валют для разліку вашага штодзённага даходу і іншых сум у валютах розных краін. З заспакаяльнай вочы цёмнай тэмай зараз вам лягчэй бачыць кнопкі і лічбы і выкарыстоўваць гэты калькулятар для простых вылічэнняў або выкарыстоўваць яго ў якасці канвертара валют. Вы таксама можаце выкарыстоўваць гэты матэматычны калькулятар ў якасці іпатэчнага калькулятара.

Дадатак ўяўляе сабой просты памочнік для хуткіх вылічэнняў з мноствам асноўных функцый, уключаючы множанне, дзяленне, ўкараненне і ступені. Ён таксама пастаўляецца з цёмнай тэмай, так што вы можаце выкарыстоўваць гэтую новую тэхналогію, каб зрабіць ваш калькулятар больш плыўным і простым ў выкарыстанні, а не выкарыстоўваць рэзкія колеру, якія прадстаўляюцца ў розных калькулятарах, якія не могуць дапамагчы вам засяродзіцца на складаных вылічэннях у гэтым матэматычным калькулятары.

Вы можаце прымусіць яго вібраваць пры націску кнопкі, каб быць упэўненым падчас уводу вашых значэнняў. Вытанчаныя колеру, якія выкарыстоўваюцца ў гэтым дадатку, класныя і выглядаюць прыемнымі для вачэй, так што вы можаце лёгка адрозніваць ўсе кнопкі і лёгка вылічаць. Гэты калькулятар можна выкарыстоўваць для вырашэння складаных каранёвых задач, а таксама ў якасці канвертара валют або графічнага калькулятара.

У наладах ёсць опцыя, якая дазваляе прадухіліць пераход тэлефона ў спячы рэжым падчас выкарыстання прыкладання для камфортнага выкарыстання.

Колер тэксту фішкі з магчымасцю змены памеру можна наладзіць, а таксама колер і альфа фону. Націсніце на вынік або формулу ў віджэце, каб адкрыць прыкладанне.

Вы можаце атрымаць доступ да гісторыі аперацый, каб хутка прагледзець апошнія вылічэнні.

Ён пастаўляецца з матэрыяльным дызайнам і цёмнай тэмай па змаўчанні, забяспечваючы выдатны карыстацкі інтэрфейс для зручнасці выкарыстання. Адсутнасць доступу ў Інтэрнэт забяспечвае вам вялікую канфідэнцыяльнасць, бяспеку і стабільнасць у параўнанні з іншымі праграмамі.

Не змяшчае рэкламы або непатрэбных дазволаў. Ён цалкам з адкрытым зыходным кодам і дае Наладжвальныя колеру.

Асаблівасці:
- Просты ў выкарыстанні калькулятар.
- Гісторыя аперацый.
- Пастаўляецца з цёмнай тэмай, каб забяспечыць плыўнае выкарыстанне калькулятара.
- Працуе як канвэртар валют, каб дапамагчы вам разлічыць вашыя даходы і іншыя сумы.
- Наладжвальны колер тэксту, каб ён выглядаў строме і адпавядаў вашым патрэбам.
- Памер кнопак адпавядае сярэдняму націску пальца на экран, каб зрабіць вылічэнні больш зручнымі.

Азнаёмцеся з поўным наборам простых інструментаў тут:
https://www.simplemobiletools.com

Фэйсбук:
https://www.facebook.com/simplemobiletools

Reddit:
https://www.reddit.com/r/SimpleMobileTools

Тэлеграма:
https://t.me/SimpleMobileTools
1 change: 1 addition & 0 deletions fastlane/metadata/android/be/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Прыгожы калькулятар для хуткіх разлікаў з зручным карыстальніцкім інтэрфейсам
1 change: 1 addition & 0 deletions fastlane/metadata/android/be/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Просты калькулятар
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ca/video.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Reddit:
https://www.reddit.com/r/SimpleMobileTools

Telegram:
https://t.me/SimpleMobileTools
https://t.me/SimpleMobileTools
2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Une calculatrice scientifique pour calculs simples rapides interface utilisateur
Une calculatrice scientifique pour calculs simples rapides interface utilisateur
2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Calculatrice Simple
Simple Calculatrice
Empty file.
22 changes: 12 additions & 10 deletions fastlane/metadata/android/it-IT/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
Questa calcolatrice scientifica moderna ed elegante offre un'ottima esperienza utente che adorerai vedere. È possibile copiare il risultato o la formula negli appunti premendo a lungo. Puoi anche utilizzare questo calcolatore scientifico come convertitore di valuta per calcolare il tuo reddito giornaliero e altri importi nella valuta di un paese diverso. Con il tema scuro rilassante per gli occhi, ora è facile vedere pulsanti e numeri più facilmente e utilizzare questa calcolatrice scientifica per calcoli semplici o utilizzarla come convertitore di valuta o come calcolatrice scientifica e calcolatrice grafica. È inoltre possibile utilizzare questo calcolatore di matematica come calcolatore di mutui
Questa calcolatrice scientifica moderna ed elegante offre un'ottima esperienza utente che adorerai vedere. È possibile copiare il risultato o la formula negli appunti premendo a lungo. Puoi anche utilizzare questo calcolatore scientifico come convertitore di valuta per calcolare il tuo reddito giornaliero e altri importi nella valuta di un paese diverso. Con il tema scuro rilassante per gli occhi, ora è facile vedere pulsanti e numeri più facilmente e utilizzare questa calcolatrice scientifica per calcoli semplici o utilizzarla come convertitore di valuta. È inoltre possibile utilizzare questo calcolatore di matematica come calcolatore di mutui.

L'app è un semplice aiuto per calcoli veloci con molte funzioni di base tra cui moltiplicazione, divisione, radice e poteri. Inoltre viene fornito con un tema scuro in modo che tu possa utilizzare questa nuova tecnologia per rendere la tua calcolatrice scientifica più liscia e facile da usare piuttosto che usare colori nitidi forniti in diverse calcolatrici che non possono aiutarti a concentrarti sui tuoi calcoli complessi in questa calcolatrice grafica , calcolatrice scientifica e calcolatrice matematica.
L'app è un semplice aiuto per calcoli veloci con molte funzioni di base tra cui moltiplicazione, divisione, radice e poteri. Inoltre viene fornito con un tema scuro in modo che tu possa utilizzare questa nuova tecnologia per rendere la tua calcolatrice scientifica più liscia e facile da usare piuttosto che usare colori nitidi forniti in diverse calcolatrici che non possono aiutarti a concentrarti sui tuoi calcoli complessi in questa calcolatrice matematica.

Puoi farlo vibrare premendo i pulsanti per renderti sicuro durante l'inserimento dei tuoi valori. I colori squisiti utilizzati in questa app sono fantastici e sembrano lisci per gli occhi in modo da poter facilmente distinguere tra tutti i pulsanti e calcolare con facilità. Questa calcolatrice scientifica può essere utilizzata per risolvere complessi problemi di radice oppure può essere utilizzata anche come convertitore di valuta o calcolatrice grafica.

C'è un'opzione nell'impostazione per impedire al telefono di dormire durante l'utilizzo dell'app per un utilizzo confortevole e continuare a lavorare sui tuoi problemi complessi in questo convertitore di valuta e calcolatrice grafica più calcolatrice matematica.
C'è un'opzione nell'impostazione per impedire al telefono di dormire durante l'utilizzo dell'app per un utilizzo 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. Dopo aver aperto l'app, puoi utilizzare questa calcolatrice per problemi complessi come un convertitore di valuta, una calcolatrice grafica o una calcolatrice scientifica.
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 design dei materiali e tema scuro per impostazione predefinita, offre un'ottima esperienza utente per un facile utilizzo. La mancanza di accesso a Internet ti offre maggiore privacy, sicurezza e stabilità rispetto ad altre app.
È possibile accedere alla cronologia delle operazioni per scorrere rapidamente i calcoli recenti.

Non contiene pubblicità o autorizzazioni non necessarie. È completamente opensource, fornisce colori personalizzabili.
È dotato di Material Design e tema scuro, per un'ottima esperienza utente dal facile utilizzo. L'assenza di accesso a Internet offre maggiore privacy, sicurezza e stabilità rispetto ad altre applicazioni.

Non contiene pubblicità o autorizzazioni non necessarie. Il codice sorgente è completamente aperto, fornisce colori personalizzabili.

Caratteristiche:
- Calcolatrice scientifica facile da usare.
- Viene fornito con un tema scuro per consentire un utilizzo regolare della calcolatrice.
- Calcolatrice facile da usare.
- Cronologia delle operazioni.
- Viene fornito con un tema scuro per consentire un uso fluido della calcolatrice.
- Funziona come un convertitore di valuta per aiutarti a calcolare le tue entrate e altri importi.
- Può essere utilizzato come calcolatrice grafica per calcolare rapidamente i grafici.
- Colore del testo personalizzabile per renderlo più interessante e in base alle tue esigenze.
- Pulsanti dimensionati in base al tocco medio del dito sullo schermo per rendere i calcoli più confortevoli.

Expand All @@ -30,4 +32,4 @@ Reddit:
https://www.reddit.com/r/SimpleMobileTools

Telegram:
https://t.me/SimpleMobileTools
https://t.me/SimpleMobileTools
2 changes: 1 addition & 1 deletion fastlane/metadata/android/it-IT/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Una calcolatrice scientifica calcoli rapidi semplici un'interfaccia utent fluida
Una calcolatrice scientifica calcoli rapidi semplici un'interfaccia utent fluida
2 changes: 1 addition & 1 deletion fastlane/metadata/android/it-IT/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Calcolatrice Semplice
Calcolatrice Semplice
Empty file.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ml-IN/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Reddit:
https://www.reddit.com/r/SimpleMobileTools

Telegram:
https://t.me/SimpleMobileTools
https://t.me/SimpleMobileTools
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ml-IN/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
നല്ല ഇന്റർഫേസുള്ള ലളിതമായ ഒരു കാൽക്കുലേറ്റർ
നല്ല ഇന്റർഫേസുള്ള ലളിതമായ ഒരു കാൽക്കുലേറ്റർ
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ml-IN/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Simple Calculator: Quick math
സിമ്പിൾ കാൽക്കുലേറ്റർ
Empty file.
Loading

0 comments on commit b00ee85

Please sign in to comment.