From 5ae1ed0a9ab62ef1d9b17a0089cab740a44f0091 Mon Sep 17 00:00:00 2001 From: serso Date: Sat, 20 Jun 2015 21:11:50 +0200 Subject: [PATCH] Translations --- .../misc/res/description/description-de.txt | 35 +++ .../res/description/description-es-ES.txt | 37 +++ .../misc/res/description/description-fr.txt | 35 +++ .../misc/res/description/description-it.txt | 35 +++ .../misc/res/description/description-pl.txt | 35 +++ .../res/description/description-pt-BR.txt | 35 +++ .../misc/res/description/description-tr.txt | 35 +++ .../misc/res/description/description-uk.txt | 35 +++ .../misc/res/description/description-vi.txt | 35 +++ .../res/description/description-zh-CN.txt | 35 +++ .../res/description/description-zh-TW.txt | 35 +++ .../main/res/values-ar/text_preferences.xml | 1 + .../src/main/res/values-ar/text_strings.xml | 3 + .../main/res/values-cs/text_preferences.xml | 1 + .../src/main/res/values-cs/text_strings.xml | 3 + .../main/res/values-de/text_preferences.xml | 1 + .../src/main/res/values-de/text_strings.xml | 3 + .../src/main/res/values-es/text_functions.xml | 3 +- .../main/res/values-es/text_preferences.xml | 1 + .../src/main/res/values-es/text_strings.xml | 6 +- .../src/main/res/values-es/text_wizard.xml | 24 +- .../main/res/values-fi/text_preferences.xml | 3 +- .../src/main/res/values-fi/text_strings.xml | 3 + .../main/res/values-fr/text_preferences.xml | 1 + .../src/main/res/values-fr/text_strings.xml | 7 +- .../main/res/values-it/text_preferences.xml | 1 + .../src/main/res/values-it/text_strings.xml | 19 +- .../src/main/res/values-it/text_wizard.xml | 23 +- .../src/main/res/values-ja/text_about.xml | 6 +- .../main/res/values-ja/text_preferences.xml | 1 + .../src/main/res/values-ja/text_strings.xml | 23 +- .../src/main/res/values-ja/text_wizard.xml | 26 +- .../main/res/values-nl/text_preferences.xml | 1 + .../src/main/res/values-nl/text_strings.xml | 3 + .../main/res/values-pl/text_preferences.xml | 1 + .../src/main/res/values-pl/text_strings.xml | 15 +- .../src/main/res/values-pl/text_wizard.xml | 24 +- .../main/res/values-pt-rbr/text_functions.xml | 2 +- .../res/values-pt-rbr/text_preferences.xml | 1 + .../main/res/values-pt-rbr/text_strings.xml | 3 + .../res/values-pt-rpt/text_preferences.xml | 1 + .../main/res/values-pt-rpt/text_strings.xml | 3 + .../src/main/res/values-ru/text_about.xml | 2 +- .../main/res/values-ru/text_preferences.xml | 1 + .../src/main/res/values-ru/text_strings.xml | 3 + .../src/main/res/values-tr/text_about.xml | 25 ++ .../src/main/res/values-tr/text_functions.xml | 36 +++ .../src/main/res/values-tr/text_operators.xml | 22 ++ .../main/res/values-tr/text_preferences.xml | 18 ++ .../src/main/res/values-tr/text_strings.xml | 232 ++++++++++++++++++ .../src/main/res/values-tr/text_vars.xml | 17 ++ .../src/main/res/values-tr/text_wizard.xml | 41 ++++ .../main/res/values-uk/text_preferences.xml | 1 + .../src/main/res/values-uk/text_strings.xml | 3 + .../main/res/values-vi/text_preferences.xml | 1 + .../src/main/res/values-vi/text_strings.xml | 3 + .../res/values-zh-rcn/text_preferences.xml | 1 + .../main/res/values-zh-rcn/text_strings.xml | 17 +- .../main/res/values-zh-rcn/text_wizard.xml | 24 +- .../src/main/res/values-zh-rtw/text_about.xml | 6 +- .../main/res/values-zh-rtw/text_functions.xml | 2 +- .../res/values-zh-rtw/text_preferences.xml | 1 + .../main/res/values-zh-rtw/text_strings.xml | 18 +- .../src/main/res/values/text_preferences.xml | 28 ++- .../android/calculator/messages_fr.properties | 14 +- .../android/calculator/messages_it.properties | 8 +- .../android/calculator/messages_ja.properties | 8 +- .../android/calculator/messages_tr.properties | 16 ++ .../android/calculator/messages_uk.properties | 2 +- crowdin.sh | 1 + 70 files changed, 1004 insertions(+), 147 deletions(-) create mode 100644 android-app/misc/res/description/description-de.txt create mode 100644 android-app/misc/res/description/description-es-ES.txt create mode 100644 android-app/misc/res/description/description-fr.txt create mode 100644 android-app/misc/res/description/description-it.txt create mode 100644 android-app/misc/res/description/description-pl.txt create mode 100644 android-app/misc/res/description/description-pt-BR.txt create mode 100644 android-app/misc/res/description/description-tr.txt create mode 100644 android-app/misc/res/description/description-uk.txt create mode 100644 android-app/misc/res/description/description-vi.txt create mode 100644 android-app/misc/res/description/description-zh-CN.txt create mode 100644 android-app/misc/res/description/description-zh-TW.txt create mode 100644 android-app/src/main/res/values-tr/text_about.xml create mode 100644 android-app/src/main/res/values-tr/text_functions.xml create mode 100644 android-app/src/main/res/values-tr/text_operators.xml create mode 100644 android-app/src/main/res/values-tr/text_preferences.xml create mode 100644 android-app/src/main/res/values-tr/text_strings.xml create mode 100644 android-app/src/main/res/values-tr/text_vars.xml create mode 100644 android-app/src/main/res/values-tr/text_wizard.xml create mode 100644 core/src/main/resources/org/solovyev/android/calculator/messages_tr.properties diff --git a/android-app/misc/res/description/description-de.txt b/android-app/misc/res/description/description-de.txt new file mode 100644 index 00000000..28848b1e --- /dev/null +++ b/android-app/misc/res/description/description-de.txt @@ -0,0 +1,35 @@ +Sie suchen einen effizienten und einfach zu benutzenden Taschenrechner? +Sie wollen einfache und kompliziertere Probleme lösen? +Probieren Sie Calculator++, eine vielseitige Taschenrechnerapp mit durchdachter und intuitiver Benutzeroberfläche! + +★ Sparen Sie Zeit! + • Mehrfachbelegung der Buttons mit Wischgesten. Um beispielsweise «%» zu verwenden, einfach von der Schaltfläche «/» nach oben wischen. + • Man brauch kein «=» zu drücken, das Ergebnis erscheint automatisch + • Kopieren/Einfügen mit einem einzigen Tastendruck + • Unterstützt Hoch- und Querformat des Bildschirms + +★ Personalisieren! + • C++ hat zwei Tastenlayouts: Standard und Ingenieur. Wählen Sie eines, das am Besten zu Ihnen passt. Entweder gleich beim ersten Start, oder später in den Anwendungseinstellungen. + Mehrere Themes + • Widget hinzufügen + +★ Machen Sie Berechnungen ohne zwischen den Apps umzuschalten! +Calculator++ kann in einem separaten Fenster ausgeführt werden und über anderen Anwendungen schweben. + +★ Berechnen Sie Prozentsätze, Wurzeln, Potenzen und trigonometrische Funktionen! +Calculator++ verfügt über eine Vielzahl von mathematischen Funktionen und es lassen sich benutzerdefinierte Funktionen hinzufügen. + +★ Zeichnen Sie 2D und 3D Graphen! +Mehrere Funktionen können gleichzeitig angezeigt werden. + +★ Verwenden Sie die leistungsfähigen mathematischen Möglichkeiten der App: + • Berechnungen mit Variablen und Konstanten + • Eingebaute und benutzerdefinierte Funktionen + • Ableiten und integrieren + • Berechnungen mit Brüchen und Vereinfachung von Ausdrücken + • Berechnungen mit komplexen Zahlen + +Die App unterstützt Geräte mit Android ab Version 2.2 und ist Quelloffen (Open Source). Die Werbung wird nicht im Hauptfenster, sondern nur in den Einstellungen und beim Graphen zeichnen angezeigt. Dies kann mit einem In-App-Kauf ausgeschaltet werden. + +Calculator++ auf Facebook: https://facebook.com/calculatorpp +Calculator++ auf Vkontakte: https://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-es-ES.txt b/android-app/misc/res/description/description-es-ES.txt new file mode 100644 index 00000000..985dae46 --- /dev/null +++ b/android-app/misc/res/description/description-es-ES.txt @@ -0,0 +1,37 @@ +¿Se encuentra en busca de una calculadora eficiente y fácil de usar? +¿Quiere resolver problemas tanto simples como complejos? +¡Prueba Calculator++, una aplicación de calculadora multiuso con una interfaz agradable e intuitiva! + +★ ¡Ahorre tiempo! + • Acceda a funciones adicionales desde la pantalla principal de la aplicación usando gestos. Por ejemplo, para utilizar «%» deslice el botón «/» hacia arriba + • No es necesario pulsar «=» ya que el resultado se calcula automáticamente + • Copie/pegue con un solo botón + • La aplicación es compatible con orientaciones de pantalla tanto retrato como paisaje + +★ ¡Personalize! + C++ tiene dos configuraciones: estándar e ingeniero. Seleccione la que se ajuste mejor a sus necesidades ya sea desde el asistente o desde los ajustes de la aplicación + • Seleccione un tema de su agrado + • Agregue un widget en su pantalla de inicio + +★ ¡Haga calculos sin cambiar entre aplicaciones! +Calculator++ puede funcionar en una ventana flotante sobre otras aplicaciones de su telefono + +★ ¡Calcule porcentajes, raíces , potencias y funciones trigonométricas! +Calculator++ tiene una gran variedad de funciones integradas y soporta la agregación de funciones nuevas definidas por el usuario + +★ ¡Trace gráficas en segunda y tercera dimensión! +Puede trazar varias funciones simultaneamente + +★ Utilice poderosas funciones matematicas de la aplicación: + • Realice cálculos usando variables y constantes + • Utilice las funciones integradas o agregue las suyas + • Integre y diferencie + • Haga calculos con fracciones y simplifique expresiones algebraicas + • Realice cálculos con números complejos + +La aplicación soporta dispositivos con Android 2.2 y superior además de ser de código libre. La aplicación contiene anuncios que se muestran en las pantallas secundarias. Para removerlos por favor adquiera la opción especial desde los ajustes de la aplicación. + +Calculator++ en Facebook: +http://facebook.com/calculatorpp +Calculator++ en Vkontakte: +http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-fr.txt b/android-app/misc/res/description/description-fr.txt new file mode 100644 index 00000000..35c2c7d8 --- /dev/null +++ b/android-app/misc/res/description/description-fr.txt @@ -0,0 +1,35 @@ +Recherchez-vous une calculatrice efficiente et facile d'utilisation ? +Voulez-vous résoudre à la fois des problèmes simples et complexes ? +Essayez la Calculator++, une calculatrice multifonctions avec interface utilisateur intuitive ! + +★ Gagnez du temps ! + • Accéder aux fonctions supplémentaires depuis l'écran principal à l'aide de gestes. Par exemple, pour obtenir « % » glisser la touche « / » vers le haut + • Plus besoin d'appuyer sur « = » - le résultat est calculé automatiquement + • Copier/coller avec un seul bouton + • Prise en charge les orientations portrait et paysage + +★ Personnalisation ! + • C++ a deux dispositions : standard et ingénieur. Choisissez celle qui vous convient le mieux depuis l'Assistant d'installation ou les paramètres de l'application + • Choississez le thème que vous préférez + • Ajouter le widget à votre écran d'accueil + +★ Calculez sans changer entre deux applications ! +Calculator++ peut fonctionner dans une fenêtre séparée flottant au-dessus des autres applications de votre téléphone + +★ Calculez les pourcentages, racines carrées, puissances, et les fonctions trigonométriques ! +La calculatrice a une grande variété de fonctions intégrées et prend en charge l'ajout de nouvelles fonctions définies par l'utilisateur. + +★ Tracer des graphiques 2D et 3D ! +Plusieurs fonctions peuvent être tracées simultanément + +★ Utilisez les puissantes fonctions mathématiques de l'application : + • Variables et constantes + • Utiliser les fonctions intégrées ou ajouter les votres + • Intégrales et différentielles + • Calculs avec les fractions et simplification d'expressions + • Calculs avec les nombres complexes + +L'application supporte les appareils avec Android version 2.2 ou suivantes et est open source. L'application contient les publicités qui apparaissent sur les écrans secondaires. Pour les supprimer, s'il vous plaît achetez l'option spéciale depuis les paramètres de l'application. + +Calculator++ sur Facebook : http://facebook.com/calculatorpp +Calculator++ sur Vkontakte : http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-it.txt b/android-app/misc/res/description/description-it.txt new file mode 100644 index 00000000..8485867e --- /dev/null +++ b/android-app/misc/res/description/description-it.txt @@ -0,0 +1,35 @@ +Stai cercando una calcolatrice efficiente e facile da usare? +Vuoi risolvere sia problemi semplici che complessi? +Prova Calcolatrice++, un'app calcolatrice multiuso con una interfaccia utente rapida e intuitiva ! + +★ Risparmia tempo! + • Accedi a funzionalità aggiuntive dalla schermata principale dell'app tramite gesti. Ad esempio, per utilizzare «%» trascina il pulsante «/» verso l'alto + • Non è più necessario premere «=» - il risultato viene calcolato automaticamente + • Copia/incolla con un singolo tasto + • L'app supporta gli orientamenti di schermo sia orizzontali che verticali + +★ Personalizza! + • C++ ha due formati: standard e ingegnere. Scegli quello che meglio ti si addice dalla procedura guidata iniziale o dalle impostazioni dell'applicazione + • Scegli il tema che preferisci + • Aggiungi widget alla schermata home + +★ Esegui calcoli senza il bisogno di passare tra le applicazioni! +Calcolatrice++ dispone della modalità finestra, in modo da interagire dentro alle altre applicazioni sul tuo smartphone + +★ Calcola percentuali, radici quadrate, potenze, funzioni trigonometriche! +La calcolatrice dispone di una grande varietà di funzioni e supporta l'aggiunta di nuove funzioni definite dall'utente + +★ Traccia grafici 2D e 3D! +Possono essere tracciate simultaneamente diverse funzioni + +★ Utilizza le potenti capacità matematiche dell'app: + • Esegui calcoli con costanti e variabili + • Utilizza le funzioni incorporate o aggiungi le tue + • Integrali e differenziali + • Esegui calcoli con le frazioni e semplifica le espressioni + • Esegui calcoli con numeri complessi + +L'app supporta dispositivi con Android versione 2.2 e superiori ed è open source. L'app contiene annunci che vengono visualizzati sugli schermi secondari. Per rimuoverli è possibile acquistare una speciale opzione dalle impostazioni dell'applicazione. + +Calcolatrice++ su Facebook: http://facebook.com/calculatorpp +Calcolatrice++ su Vkontakte: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-pl.txt b/android-app/misc/res/description/description-pl.txt new file mode 100644 index 00000000..acabfab5 --- /dev/null +++ b/android-app/misc/res/description/description-pl.txt @@ -0,0 +1,35 @@ +Szukasz efektywnego i łatwego do użycia kalkulatora? +Czy chcesz rozwiązywać proste, jak również zaawansowane problemy? +Wypróbuj Calculator++, wielofunkcyjny kalkulator ze zgrabnym i intuicyjnym interfejsem użytkownika! + +★ Oszczędź swój czas! + • Dostęp do dodatkowych funkcji z głównego ekranu aplikacji za pomocą gestów. Na przykład, aby użyć «%» przeciągnij przycisk «/» w górę + • Nie musisz naciskać «=» - wynik jest obliczany automatycznie + • Kopiuj/wklej za pomocą jednego kliknięcia + • Aplikacja obsługuje zarówno pionową, jak i poziomą orientację ekranu + +★ Personalizuj! + • C++ posiada 2 tryby: standardowy i inżynierski. Wybierz, który pasuje Tobie bardziej - możesz to zrobić podczas początkowego kreatora lub w ustawieniach aplikacji + • Ustaw motyw, który Ci się podoba + • Dodaj widżet na ekranie domowym + +★ Wykonuj obliczenia bez przełączania pomiędzy aplikacjami! +Calculator++ może pracować w osobnym, pływającym oknie nad innymi aplikacjami w telefonie + +★ Obliczaj procenty, pierwiastki, potęgi, funkcje trygonometryczne! +Kalkulator posiada duży zasób wbudowanych funkcji i wspiera dodawanie nowych, stworzonych przez użytkownika funkcji + +★ Wykreślaj wykresy 2D i 3D! +Kilka funkcji może być wykreślonych jednocześnie + +★ Użyj potężnych możliwości matematycznych tej aplikacji: + • Wykonuj obliczenia ze zmiennymi i stałymi + • Użyj wbudowanych funkcji lub dodaj własne + • Całkowanie i różniczkowanie + • Wykonuj obliczenia z ułamkami i uproszczaniem wyrażeń + • Wykonuj obliczenia na liczbach zespolonych + +Aplikacja obsługuje urządzenia z Android w wersji 2.2 i wyższe i jest open source. Aplikacja zawiera reklamy, które są wyświetlane w osobnych oknach. Aby je usunąć proszę zakupić specjalną opcję w ustawieniach aplikacji. + +Calculator++ na Facebook: http://facebook.com/calculatorpp +Calculator++ na Vkontakte: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-pt-BR.txt b/android-app/misc/res/description/description-pt-BR.txt new file mode 100644 index 00000000..20b77de5 --- /dev/null +++ b/android-app/misc/res/description/description-pt-BR.txt @@ -0,0 +1,35 @@ +Você está procurando uma calculadora eficiente e fácil de usar? +Você deseja resolver problemas, sejam eles simples ou complexos? +Use Calculator++, uma calculadora com interface simples e intuitiva! + +Não perca tempo! + Acesse recursos adicionais do aplicativo utilizando gestos. Por exemplo, para usar «%» arraste o botão «/» para cima + Você não precisa apertar «=» mais - os resultados são mostrados automaticamente + Copie e cole pressionando um único botão + O aplicativo suporta orientações de tela de retrato e paisagem + +Personalize! + C++ tem dois layouts: padrão e modo engenheiro. Escolha o que melhor se aplica a você, escolha pelo programa de instalação ou no menu de configurações + Escolha o tema que você mais gosta + Adicione o widget da tela inicial + +Faça cálculos sem trocar de aplicativos! +Calculator++ consegue trabalhar em plano de fundo enquanto você usa outros aplicativos de seu telefone + +Calcule porcentagens, raízes, expoentes, funções trigonométricas! +Calculator possui uma grande variedade de funções pré-programadas além de permitir funções definidas pelo usuário + +Plote gráficos 2D e 3D! +Várias funções podem ser plotadas simultaneamente + +Use das poderosas habilidades matemáticas do aplicativo: + Faça cálculos com variáveis e constantes + Use funções built-in ou adicione as suas + Integre e derive + Faça cálculos com frações e simplifique expressões + Faça cálculos com números complexos + +O aplicativo oferece suporte a dispositivos com Android 2.2, é melhor e ainda é código livre. O aplicativo contém anúncios que são exibidos nas telas secundárias. Para removê-los compre uma a versão especial do aplicativo. + +Calculadora++ no Facebook: http://facebook.com/calculatorpp +Calculadora++ no Vkontakte: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-tr.txt b/android-app/misc/res/description/description-tr.txt new file mode 100644 index 00000000..fa235dde --- /dev/null +++ b/android-app/misc/res/description/description-tr.txt @@ -0,0 +1,35 @@ +Verimli ve kullanımı kolay bir hesaplayıcı mı arıyorsunuz? +Hem kolay hem de karmaşık problemler mi çözmek istiyorsunuz? +Arayüzü sezgisel, çok amaçlı hesaplayıcı uygulaması olan Calculator++'ı deneyin! + +Vakitten tasarruf edin! + Uygulama ana ekranından parmak hareketleri ile ek özelliklere erişin. Örneğin, «%» özelliğini kullanmak için «/» butonunu yukarı kaydırın. + «=» tuşuna basmanıza artık gerek yok, sonuç otomatik olarak hesaplanıyor + Tek tuşla kopyala/yapıştır + Uygulama hem düz hem yan ekranda da çalışıyor + +Kişiselleştirin! + C++'nın iki tertibi var: standart ve mühendis. Başlangıç kurulumuda ya da uygulama ayarlarından size uygun olan tertibi seçebilirsiniz. + Hoşunuza giden temayı seçin + Ana ekrana widget ekleyin + +Uygulmalar arası geçiş yapmadan hesaplamalar yapın! +Calculator++ diğer uygulamaların üzerinde duran bir pencere üzerinde de çalışabilir + +Yüzdelik hesaplarını, karekök hesaplarını, kuvvet almayı, trigonometrik fonksiyonları hesaplayın! +Hesaplayıcı'nın bünyesinde birçok hazır fonksiyon mevcuttur ve yeni fonksiyonar eklemenize de imkan tanır + +2B ve 3B grafikler çizin! +Birden fazla fonksiyonları aynı grafik üzerinde gösterebilirsiniz + +Uygulamanın güçlü matematiksel yeteneklerinden faydalanın: + Değişkenler ve sabit sayılarla işlemler yapın + Hazır fonksiyonları kullanın veya kendiniz fonksiyon ekleyin + İntegral ve türev alın + Kesirli sayılarla işlem yapın veya gösterimleri basitleştirin + Karmaşık sayılarla işlem yapın + +Uygulama Android 2.2 üzerini destekler ve açık kaynaklıdır. Bu uygulama reklam içermektedir ve reklamlar ikincil pencerelerde gösterilir. Reklamları kaldırmak için lütfen uygulama ayarlarındaki özel seçeneklerden birini satın alın. + +Calculator++ Facebook sayfası: http://facebook.com/calculatorpp +Calculator++ Vkontakte sayfası: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-uk.txt b/android-app/misc/res/description/description-uk.txt new file mode 100644 index 00000000..0be1ae35 --- /dev/null +++ b/android-app/misc/res/description/description-uk.txt @@ -0,0 +1,35 @@ +Are you looking for an efficient and easy-to-use calculator? +Do you want to solve both simple and complex problems? +Try Calculator++, a multipurpose calculator app with slick and intuitive user interface! + +★ Save your time! + • Access additional features from the main screen of the app using gestures. For example, to use «%» slide button «/» up + • You don't need to press «=» anymore - result is calculated automatically + • Copy/paste with a single button press + • App supports both portrait and landscape screen orientations + +★ Personalize! + • C++ has two layouts: standard and engineer. Choose one which suits you best either from the initial wizard or from the application settings + • Set theme you like + • Add home screen widget + +★ Do calculations without switching between the apps! +Calculator++ can work in a separate window floating over other applications on your phone + +★ Calculate percentages, square roots, powers, trigonometric functions! +Calculator has a big variety of built-in functions and supports adding new user-defined functions + +★ Plot 2D and 3D graphs! +Several functions can be plotted simultaneously + +★ Use powerful mathematical capabilities of the app: + • Do calculations with variables and constants + • Use built-in functions or add your own + • Integrate and differentiate + • Do calculations with fractions and simplify expressions + • Do calculations with complex numbers + +The app supports devices with Android version 2.2 and higher and is open source. The app contains adverts which are shown on the secondary screens. To remove them please purchase a special option from the application settings. + +Calculator++ on Facebook: http://facebook.com/calculatorpp +Calculator++ on Vkontakte: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-vi.txt b/android-app/misc/res/description/description-vi.txt new file mode 100644 index 00000000..04143081 --- /dev/null +++ b/android-app/misc/res/description/description-vi.txt @@ -0,0 +1,35 @@ +Có phải bạn đang tìm kiếm một chiếc máy tính dễ sử dụng mà lại hiệu quả? +Bạn có muốn giải quyết cả hai vấn đề đơn giản và phức tạp? +Hãy thử Máy tính++, một ứng dụng máy tính đa năng với giao diện người dùng trực quan và bóng bẩy! + +★ Tiết kiệm thời gian của bạn! + • Truy cập các tính năng bổ sung từ màn hình chính của ứng dụng bằng cách vuốt màn hình. Ví dụ, để dùng «%» vuốt nút «/» lên + • Bạn không cần phải bấm «=» nữa - kết quả được tính ra tự động hoàn toàn + • Sao chép/Dán chỉ với một nút bấm + • Ứng dụng hỗ trợ cả màn hình ngang và dọc + +★ Cá nhân hoá! + • C++ có hai bố cục sử dụng: tiêu chuẩn và kỹ sư. Chọn lấy một sao cho phù hợp với bạn nhất từ trình thuật sĩ khởi động hoặc từ mục cài đặt ứng dụng + • Thiết lập chủ đề bạn thích + • Thêm widget trên màn hình chính + +★ Thực hiện tính toán mà không cần chuyển đổi giữa các ứng dụng! +Máy tính++ có thể làm việc trong một cửa sổ riêng biệt nổi lên trên các ứng dụng trên điện thoại của bạn + +★ Tính tỷ lệ phần trăm, căn bậc, luỹ thừa, hàm lượng giác! +Máy tính++ có một lượng lớn các hàm tích hợp khác nhau và hỗ trợ tạo thêm các hàm người dùng tự định nghĩa + +★ Phát hoạ đồ thị 2D và 3D! +Nhiều hàm có có được phát hoạ cùng một lúc + +★ Sử dụng khả năng toán học mạnh mẽ của các ứng dụng: + • Thực hiện việc tính toán với biến số và hằng số + • Sử dụng hàm tích hợp hoặc tự mình thêm vào + • Tích phân và vi phân + • Thực hiện việc tính toán với phân số và đơn giản hoá biểu thức + • Thực hiện tính toán với các số phức + +Các ứng dụng hỗ trợ với Android Phiên bản 2.2 và cao hơn và là mã nguồn mở. Các ứng dụng có chứa quảng cáo và chỉ hiển thị trên màn hình phụ. Để loại bỏ chúng xin vui lòng mua một lựa chọn ủng hộ từ mục cài đặt ứng dụng. + +Máy tính++ trên Facebook: http://facebook.com/calculatorpp +Máy tính++ trên Vkontakte: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-zh-CN.txt b/android-app/misc/res/description/description-zh-CN.txt new file mode 100644 index 00000000..cb4a85ca --- /dev/null +++ b/android-app/misc/res/description/description-zh-CN.txt @@ -0,0 +1,35 @@ +你正在寻找一个高效方便的计算器吗? +你想简单地解决复杂的问题吗? +使用Calculator++吧,一个美观且直观的多功能计算器 ! + +★ 节省时间 ! + • 同一界面使用手势访问次级功能 例如, 在«/» 键向上滑以使用 «%» + • 您不再需要按 «=» — — 结果是自动计算的 + • 专门的复制/粘贴按钮 + • 支持纵向和横向屏幕方向 + +★ 个性化 ! + • C + + 有两个布局: 标准和工程模式。 在向导或设置界面选择最适合你的界面 + • 设置你喜欢的主题 + • 添加主屏幕小部件 + +★ 无需在应用间切换的计算 ! +计算器 + + 可以以独立窗口模式工作,悬浮在其他应用程序上方 + +★ 百分比,开根号,求幂,三角函数 ! +内置常用函数,并且支持添加自定义函数 + +★ 绘制 2D 和 3D 图表 ! +可以同时绘制多个函数 + +★ 使用强大的数学功能: + • 变量和常量计算 + • 调用内置函数或添加自定义函数 + • 积分和求导 + • 分数和简单表达式计算 + • 复数计算 + +应用程序支持 Android 版本 2.2 和更高的设备,并且是开放源码的。 应用的二级菜单包含广告。 请从设置购买一个特殊选项以删除他们。 + +Facebook: http://facebook.com/calculatorpp +Vkontakte: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/misc/res/description/description-zh-TW.txt b/android-app/misc/res/description/description-zh-TW.txt new file mode 100644 index 00000000..6ab0f2f7 --- /dev/null +++ b/android-app/misc/res/description/description-zh-TW.txt @@ -0,0 +1,35 @@ +您在找尋功能強大並且容易上手的計算機嗎? +您想一次解決不論簡單或複雜的問題嗎? +試試看Calculator++,它是一個順暢且具直覺式使用者介面的計算機程式 + +★ 節省您的時間 ! + • 在應用程式的主畫面使用手勢來存取附加功能。 例如:將«/»按鈕向上滑動來使用 «%» + • 您不再需要按 «=» —— 結果會自動計算 + • 按一次按鈕就可以 複製/貼上 + • 應用程式支援縱向和橫向螢幕 + +★ 個人化 ! + • C + + 有兩個佈局: 標準型和工程型。 在初始嚮導或應用程式設定中選擇一個最適合您的設定。 + • 設置你喜歡的主題 + • 添加主畫面的小工具 + +★ 無需在運算時切換應用程式! +Calculator++ 可以漂浮一個單獨的視窗在您手機中的其他應用程式 + +★ 計算百分比、根號、指數、三角函數! +計算機有各式各樣的內建函數,並且支援添加新的使用者定義函數 + +★ 繪製 2D 和 3D 圖表 ! +數個函數可以同時進行繪製 + +★ 使用強大的數學運算功能的: + • 運算變數和常數 + • 使用內建函數或添加您自己的 + • 整合和分化 + • 運算分數及簡化運算式 + • 運算複數 + +此應用程式支援 Android 2.2 及以上的版本,且此應用程式為開放原始碼的。 此應用程式包含中等大小的廣告。 若要移除它們,請至設定中特殊選項裡購買。 + +Calculator++ 在 Facebook: http://facebook.com/calculatorpp +Calculator++ 在 Vkontakte: http://vk.com/calculatorpp \ No newline at end of file diff --git a/android-app/src/main/res/values-ar/text_preferences.xml b/android-app/src/main/res/values-ar/text_preferences.xml index fa391bc5..7464f6a6 100644 --- a/android-app/src/main/res/values-ar/text_preferences.xml +++ b/android-app/src/main/res/values-ar/text_preferences.xml @@ -14,4 +14,5 @@ إذا كان الخيار فعّال ستظهر نتيجة العملية الحسابية تلقائيا أثناء الكتابة منع الشاشة من أن تطفئ إذا كان الخيار فعّال لن يطفئ ضوء الشاشة أثناء استخدام التطبيق + Language diff --git a/android-app/src/main/res/values-ar/text_strings.xml b/android-app/src/main/res/values-ar/text_strings.xml index 926b2143..f5e46ae4 100644 --- a/android-app/src/main/res/values-ar/text_strings.xml +++ b/android-app/src/main/res/values-ar/text_strings.xml @@ -65,6 +65,7 @@ المترو الأزرق المترو الأخضر المترو الأرجواني + App theme المواد المواد الخفيفة دقة قيمة النتيجة (الحسابات كافة تتم بأقصى قدر من الدقة بغض النظر عن قيمة هذا الخيار) @@ -176,6 +177,7 @@ ودجت الآلة الحاسبة++ (5 × 4) أنقر لفتح الآلة الحاسبة في وضع النافذة إعدادات الآلة الحاسبة (في نافذة منفصلة) + Widget settings بدء بعد إعادة التشغيل إذا كان الخيار فعال ستظهر الآلة الحاسبة في شريط الإعلام بعد تشغيل الجهاز إظهار أيقونة منفصلة (يتطلب إعادة التشغيل) @@ -229,4 +231,5 @@ إزالة الجديد في الإصدار %1$s هل تريد محاولة المواضيع المادية الجديدة؟ اختر منهم من القائمة: + System language diff --git a/android-app/src/main/res/values-cs/text_preferences.xml b/android-app/src/main/res/values-cs/text_preferences.xml index 2d89e715..2f9c15e5 100644 --- a/android-app/src/main/res/values-cs/text_preferences.xml +++ b/android-app/src/main/res/values-cs/text_preferences.xml @@ -14,4 +14,5 @@ Je-li zapnuto, výpočty se provádí automaticky během psaní Zabránit zhasnutí obrazovky Je-li zapnuto, obrazovka nebude zhasínat během používání aplikace + Language diff --git a/android-app/src/main/res/values-cs/text_strings.xml b/android-app/src/main/res/values-cs/text_strings.xml index 8161f90a..3dae1f6c 100644 --- a/android-app/src/main/res/values-cs/text_strings.xml +++ b/android-app/src/main/res/values-cs/text_strings.xml @@ -64,6 +64,7 @@ Metro Modrá Metro Zelená Metro Fialová + App theme Material Material Light Přesnost výsledku (všechny výpočty jsou prováděny s maximální přesností bez ohledu na tuto hodnotu) @@ -177,6 +178,7 @@ Google Play,\n nechte komentář nebo \ndiskutujte o aplikaci \nna Kalkulačka ++ Widget (4 x 5) Kliknutím spustíte kalkulačku v režimu okna Nastavení kalkulačky (v samostatném okně) + Widget settings Spustit při startu operačního systému Je-li zapnuta Kalkulačka ++, budou se objevovat oznámení v oznamovací oblasti Zobrazit samostatnou ikonu (vyžaduje restartování) @@ -229,4 +231,5 @@ Platební informace jsou uloženy na serveru společně s vaším účtem.\n\n K Vymazat Nové ve verzi %1$s Chcete vyzkoušet nové Material témata? Vyberte je ze seznamu: + System language diff --git a/android-app/src/main/res/values-de/text_preferences.xml b/android-app/src/main/res/values-de/text_preferences.xml index c6655741..c6d761f6 100644 --- a/android-app/src/main/res/values-de/text_preferences.xml +++ b/android-app/src/main/res/values-de/text_preferences.xml @@ -14,4 +14,5 @@ Wenn aktiviert, werden die Ergebnisse schon während der Eingabe berechnet Abdunkeln des Bildschirms verhindern Wenn aktiviert, wird der Bildschirm nicht abgedunkelt + Language diff --git a/android-app/src/main/res/values-de/text_strings.xml b/android-app/src/main/res/values-de/text_strings.xml index 3a4543e4..02c3bbb6 100644 --- a/android-app/src/main/res/values-de/text_strings.xml +++ b/android-app/src/main/res/values-de/text_strings.xml @@ -64,6 +64,7 @@ Metro Blau Metro Grün Metro Lila + App theme Material-Design Material-Design hell Genauigkeit des Resultats (alle Berechnungen sind mit höchster Genauigkeit unabhängig von dieser Option) @@ -175,6 +176,7 @@ Google Play,\nschreiben Sie einen Kommentar oder\ndiskutieren Sie die Anwend Calculator++ Widget (4x5) Klicken Sie hier, um den Rechner im Fenstermodus zu öffnen Fenstermodus-Einstellungen + Widget settings Beim Einschalten des Geräts starten Wenn aktiviert wird Calculator++ in der Benachrichtigungsleiste nach dem Gerätestart erscheinen Seperates Symbol anzeigen (Neustart erforderlich) @@ -228,4 +230,5 @@ Klicken Sie auf \"Weiter\" und Sie werden zu Google Play weitergeleitet, wo Sie Löschen Neu in Version %1$s Wollen Sie das neue Material-Design ausprobieren? Wählen sie aus der Liste: + System language diff --git a/android-app/src/main/res/values-es/text_functions.xml b/android-app/src/main/res/values-es/text_functions.xml index 278dbafa..31347aa7 100644 --- a/android-app/src/main/res/values-es/text_functions.xml +++ b/android-app/src/main/res/values-es/text_functions.xml @@ -27,7 +27,8 @@ Función Mayor que - Devuelve 1 si el primer argumento es mayor que el segundo. Devuelve 0 en caso contrario Convierte grados a radianes: º - grados, min - minutos (por defecto = 0), s - segundos (por defecto = 0) - Convierte grados de notación DMS a notación decimal: º - grados, min - minutos (por defecto = 0), s - segundos (por defecto = 0) + Convierte grados de notación DMS a notación decimal: d - grados, m - minutos + (por defecto = 0), s - segundos (por defecto = 0) Convierte de radianes a grados Trigonométrico diff --git a/android-app/src/main/res/values-es/text_preferences.xml b/android-app/src/main/res/values-es/text_preferences.xml index 4759e687..642424fc 100644 --- a/android-app/src/main/res/values-es/text_preferences.xml +++ b/android-app/src/main/res/values-es/text_preferences.xml @@ -14,4 +14,5 @@ Si se activa, se harán los cálculos automáticamente mientras escribes Evitar que se oscurezca la pantalla Si se activa, la pantalla no se apagará mientras se use la aplicación + Language diff --git a/android-app/src/main/res/values-es/text_strings.xml b/android-app/src/main/res/values-es/text_strings.xml index 986cdbc2..0d2d76e4 100644 --- a/android-app/src/main/res/values-es/text_strings.xml +++ b/android-app/src/main/res/values-es/text_strings.xml @@ -67,6 +67,7 @@ Metro Azul Metro Verde Metro Morado + App theme Material Material ligero Precisión en el valor del resultado (todos los cálculos se realizan con la máxima precisión, independientemente del valor de esta opción) @@ -176,6 +177,7 @@ Calculadora++ Widget (4x5) Haga clic para abrir la calculadora en modo ventana Ajustes de la calculadora (en ventana separada) + Widget settings Iniciar al arrancar Si está activado, Calculadora++ aparecerá en la barra de notificaciones tras el arranque del sistema Mostrar icono separado (requiere reiniciar) @@ -226,5 +228,7 @@ Todo el historial será limpiado. Limpiar Nuevo en versión %1$s - Do you want to try new Material themes? Choose them from the list: + ¿Desea probar nuevos temas Material? +Escojalos de la lista: + System language diff --git a/android-app/src/main/res/values-es/text_wizard.xml b/android-app/src/main/res/values-es/text_wizard.xml index b9fad232..0c1ece65 100644 --- a/android-app/src/main/res/values-es/text_wizard.xml +++ b/android-app/src/main/res/values-es/text_wizard.xml @@ -5,7 +5,7 @@ Siguiente Atrás Iniciar el asistente - Done + Terminado Optimizado Botones grandes Sencillo @@ -17,16 +17,16 @@ El resultado no se redondea, y los radianes son la unidad de ángulo predetermin Iniciar el asistente ¡Excelente! Pulse el botón una vez más para intentarlo de nuevo Para utilizar 9, pulse una vez el botón situado abajo - Swipe from the center of the button up to use % - Swipe from the center of the button to the left to use sin - Swipe from the center of the button down to use ^2 + Deslice desde el centro del botón hacia arriba para usar % + Arrastre desde el centro del botón hacia la izquierda para utilizar sen + Arrastre desde el centro del botón hacia abajo para utilizar ^2 Bienvenido Elegir diseño Elegir modo - Choose theme + Elegir tema Calculadora en ventana independiente - Swipe button basics - The app is set up and ready to use. + Conceptos básicos del botón de arrastre + La aplicación está configurada y lista para usar. ¡Casi está listo! Calculadora ++ es gratuita y de código abierto: todas las funciones son gratuitas, y el código fuente puede encontrarse en github. Existen varias formas con las que puedes contribuir a mejorar esta aplicación: @@ -34,11 +34,9 @@ El resultado no se redondea, y los radianes son la unidad de ángulo predetermin Traduciendo a tu idioma Contribuyendo al código fuente La calculadora en ventana independiente te permite realizar cálculos mientras utilizas otras aplicaciones en tu dispositivo - Enable - Swipe button is an exclusive feature of Calculator++ which provides - fast access to the secondary functions - + Habilitar + El botón de arrastre es una característica exclusiva de Calculadora ++ que proporciona un acceso rápido a las funciones secundarias ¿Realmente quiere finalizar el asistente? - Skip - Finish? + Omitir + ¿Listo? diff --git a/android-app/src/main/res/values-fi/text_preferences.xml b/android-app/src/main/res/values-fi/text_preferences.xml index c901c5cc..5458777e 100644 --- a/android-app/src/main/res/values-fi/text_preferences.xml +++ b/android-app/src/main/res/values-fi/text_preferences.xml @@ -4,7 +4,7 @@ Automaattinen näytön kääntö Jos päällä sovellus voi kääntää laitteesi näytön - Näytä yhtäsuuri kuin painike + Näytä \'yhtäsuuri kuin\' -painike Jos päällä, yhtäsuurikuin nappi näkyy Piilota numeroa merkintä järjestelmä Jos käytössä numero pohja numeroa muiden numeroiden kantalukujen piilotetaan @@ -14,4 +14,5 @@ Jos laskenta tehdään automaattisesti kirjoitettaessa Estä näytön katoamassa Jos näytössä ei haalistu käyttäessäsi app + Language diff --git a/android-app/src/main/res/values-fi/text_strings.xml b/android-app/src/main/res/values-fi/text_strings.xml index 59f7242b..a8c45d81 100644 --- a/android-app/src/main/res/values-fi/text_strings.xml +++ b/android-app/src/main/res/values-fi/text_strings.xml @@ -64,6 +64,7 @@ Metron Sininen Metron vihreä Metro violetti + App theme Materiaali Materiaali vaalea Tarkkuus tuloksen arvoa (kaikki laskelmat ovat tehneet tarkkuudella riippumatta tämän asetuksen arvosta) @@ -172,6 +173,7 @@ Laskin ++ Widget (4 x 5) Avaa Laskin kotona Akkuna moodi Laskin (uudessa ikkunassa) asetukset + Widget settings Alku model after etu Jos käytössä Laskin ++ näkyy ilmoituspalkki laitteen käynnistyksen jälkeen Näytä erillinen kuvake (vaatii uudelleenkäynnistyksen) @@ -223,4 +225,5 @@ Tyhjennä Uutta versiossa %1$s Haluatko kokeilla uusia materiaaliteemoja? Valitse luettelosta: + System language diff --git a/android-app/src/main/res/values-fr/text_preferences.xml b/android-app/src/main/res/values-fr/text_preferences.xml index 9c67ec37..8f939bf1 100644 --- a/android-app/src/main/res/values-fr/text_preferences.xml +++ b/android-app/src/main/res/values-fr/text_preferences.xml @@ -14,4 +14,5 @@ Si coché, les calculs seront faits automatiquement pendant la frappe Empêcher l\'extinction de l\'écran Si coché, l\'écran ne sera pas éteint lors de l\'utilisation de l\'application + Language diff --git a/android-app/src/main/res/values-fr/text_strings.xml b/android-app/src/main/res/values-fr/text_strings.xml index d0f3b1ba..bdf9decf 100644 --- a/android-app/src/main/res/values-fr/text_strings.xml +++ b/android-app/src/main/res/values-fr/text_strings.xml @@ -40,7 +40,7 @@ Description Créer une variable Modifier les variables - La valeur doit être un nombre ou laisser vide. Si vous avez des paramètres, créez plutôt une fonction ! + La valeur doit être un nombre ou être laissée vide. Si vous avez des paramètres, créez plutôt une fonction ! Nom de variable en conflit avec le nom d\'une fonction ! Une variable portant le même nom existe déjà ! Le nom de la constante n\'est pas valide : le nom doit commencer par une lettre, peut contenir des lettres, chiffres et trait de soulignement. @@ -53,7 +53,7 @@ Radians Grades Tour - Définit les unités pour les angles à utiliser dans les calculs + Définit l\'unité d\'angle à utiliser dans les calculs Système numérique actuel Définit le système de numération à utiliser dans les calculs Décimal @@ -64,6 +64,7 @@ Métro bleu Métro vert Métro violet + App theme Material Material Light Précision de la valeur du résultat (tous les calculs sont faits avec la précision maximale quelle que soit la valeur de cette option) @@ -172,6 +173,7 @@ Widget Calculator++ (4x5) Cliquez pour ouvrir la calculatrice en mode fenêtré Paramètres de la calculatrice (dans une fenêtre séparée) + Widget settings Lancer au démarrage Si coché, Calculator++ apparaîtra dans la barre de notification après redémarrage de l’appareil Afficher l\'icône séparée (nécessite un redémarrage) @@ -226,4 +228,5 @@ En cliquant sur le bouton \'Continuer\' vous serez redirigés vers l\'applicatio Effacer Nouveautés de la version %1$s Voulez-vous essayer les nouveaux thèmes Material ? Choisissez-en dans la liste : + System language diff --git a/android-app/src/main/res/values-it/text_preferences.xml b/android-app/src/main/res/values-it/text_preferences.xml index 25b49cc4..87ebba41 100644 --- a/android-app/src/main/res/values-it/text_preferences.xml +++ b/android-app/src/main/res/values-it/text_preferences.xml @@ -14,4 +14,5 @@ Se attivato, i calcoli vengono effettuati automaticamente durante l\'inserimento Impedisce lo spegnimento dello schermo Se attivato impedisce lo spegnimento dello schermo mentre é in uso l\'applicazione + Language diff --git a/android-app/src/main/res/values-it/text_strings.xml b/android-app/src/main/res/values-it/text_strings.xml index 80613f42..738c82f2 100644 --- a/android-app/src/main/res/values-it/text_strings.xml +++ b/android-app/src/main/res/values-it/text_strings.xml @@ -67,8 +67,9 @@ Metro Blue Metro Green Metro Purple - Material - Material Light + App theme + Material design + Material design leggero Precisione del risultato (tutti i calcoli sono fatti con la massima precisione, indipendentemente dal valore di questa opzione) @@ -92,7 +93,7 @@ Imposta layout per i pulsanti Feedback tattile Attiva o disattiva la vibrazione su click dei pulsanti - Disabled + Disabilitato Breve Media Lunga @@ -181,6 +182,7 @@ Per favore valutate Calculator++ \nsu Calculator++ Widget (4x5) Clicca per aprire la calcolatrice in modalità finestra Impostazioni Calculator (in finestra separata) + Widget settings Apri all\'avvio Se selezionato, Calculator + + apparirà nella barra di notifica dopo l\'avvio del dispositivo Visualizza icona separata (richiede riavvio) @@ -229,9 +231,10 @@ premendo \'continua\' sarai indirizzato all\'applicazione Google play per effett Acquista Mostra caratteri greci Nascondi caratteri greci - Clear history? - All history will be cleared. - Clear - New in %1$s version - Do you want to try new Material themes? Choose them from the list: + Eliminare la cronologia? + L\'intera cronologia verrà cancellata. + Svuota + Novità nella versione %1$s + Vuoi provare nuove temi Material design? Selezionali dalla lista: + System language diff --git a/android-app/src/main/res/values-it/text_wizard.xml b/android-app/src/main/res/values-it/text_wizard.xml index af35e91a..ca8f2371 100644 --- a/android-app/src/main/res/values-it/text_wizard.xml +++ b/android-app/src/main/res/values-it/text_wizard.xml @@ -5,7 +5,7 @@ Successivo Indietro Avvia la procedura guidata - Done + Fatto Ottimizzato Tasti grandi Semplice @@ -16,16 +16,16 @@ Il risultato non è arrotondato, ed è presentato in notazione scientifica, i ra Avvia la procedura guidata Eccellente! Toccare il pulsante ancora una volta per riprovare Toccare il pulsante qui sotto una volta sola per utilizzare 9 - Trascinare dal centro del pulsante verso l\'alto per usare % - Trascinare dal centro del pulsante verso sinistra per utilizzare sin - Trascinare dal centro del pulsante verso il basso per utilizzare ^2 + Trascina dal centro del pulsante verso l\'alto per utilizzare % + Trascina dal centro del pulsante verso sinistra per utilizzare sin + Trascina dal centro del pulsante verso il basso per utilizzare ^2 Benvenuti Scegliere layout Scegliere modalità - Choose theme + Scegli tema Calcolatrice in una finestra separata - Swipe button basics - The app is set up and ready to use. + Nozioni di base trascinamento pulsanti + L\'app è configurata e pronta all\'uso. Quasi fatto! Calculator++ è gratuito e open-source: tutte le funzionalità sono gratuite e il codice sorgente può essere trovato su github. Ci sono diversi modi per contribuire a rendere migliore questa app: @@ -33,11 +33,10 @@ Il risultato non è arrotondato, ed è presentato in notazione scientifica, i ra Contribuendo alla traduzione in altre lingue Contribuendo al codice sorgente La calcolatrice in una finestra separata consente di fare calcoli durante l\'utilizzo di altre applicazioni sul dispositivo - Enable - Swipe button is an exclusive feature of Calculator++ which provides - fast access to the secondary functions + Abilita + Il trascinamento pulsanti è una funzione esclusiva di Calculator++ che permette un accesso rapido alle funzioni secondarie Vuoi veramente terminare la procedura guidata? - Skip - Finish? + Salta + Vuoi terminare? diff --git a/android-app/src/main/res/values-ja/text_about.xml b/android-app/src/main/res/values-ja/text_about.xml index 3da99b65..3f984b09 100644 --- a/android-app/src/main/res/values-ja/text_about.xml +++ b/android-app/src/main/res/values-ja/text_about.xml @@ -2,7 +2,7 @@ - 本アプリついて + 情報 Copyright © 2009–2013\n\nCreated by serso aka se.solovyev\n\n Facebookページを参照: http://facebook.com/calculatorpp\n\n 本プログラムはApache 2.0 Licenceのもと配布されています。:\nソースコードは以下より参照できます。\n @@ -19,7 +19,7 @@ 英語翻訳: Sergey Solovyev - リリースノート: - "バージョンのリリースノート" + リリースノート + "バージョンのリリースノート " http://www.facebook.com/calculatorpp diff --git a/android-app/src/main/res/values-ja/text_preferences.xml b/android-app/src/main/res/values-ja/text_preferences.xml index 63ff5d40..f79372a6 100644 --- a/android-app/src/main/res/values-ja/text_preferences.xml +++ b/android-app/src/main/res/values-ja/text_preferences.xml @@ -14,4 +14,5 @@ オンにすると、入力中に演算結果を表示します 画面の自動消灯を防止する オンにすると、アプリケーション使用中の自然消灯をブロックします + Language diff --git a/android-app/src/main/res/values-ja/text_strings.xml b/android-app/src/main/res/values-ja/text_strings.xml index 4ed97d57..b96303bd 100644 --- a/android-app/src/main/res/values-ja/text_strings.xml +++ b/android-app/src/main/res/values-ja/text_strings.xml @@ -13,7 +13,7 @@ 外観の設定 その他の設定 元に戻す - やり直し + やり直す C 変数 コピー @@ -30,7 +30,7 @@ 計算時間の限界値 指定した限界を超えて計算が続いた場合 - エラーを表示して計算を中止します 終了 - 取消 + キャンセル 保存 削除 はい @@ -66,8 +66,9 @@ メトロブルー メトログリーン メトロパープル - Material - Material Light + App theme + マテリアル + マテリアルライト 計算結果の有効桁数(計算はこの設定に関係なく最大精度で行われます) 電卓エディタの色とスタイルを切り替えます 電卓のテーマを設定します @@ -87,7 +88,7 @@ ボタンのレイアウトを設定します 入力時バイブ ボタンを押した時のバイブレーションの設定をします - Disabled + 無効 短め 長め @@ -181,6 +182,7 @@ Calculator++ ウィジェット (4x5) クリックしてウィンドウモードで電卓を開きます 電卓(ウィンドウモード)の設定 + Widget settings 起動時に自動で開始する 有効にするとCalculator++はデバイスの起動時に通知バーに自動で現れます ウィンドウモードのアイコンを表示(再起動が必要) @@ -230,9 +232,10 @@ 購入 ギリシャ語の文字を表示します。 ギリシャ文字を非表示します。 - Clear history? - All history will be cleared. - Clear - New in %1$s version - Do you want to try new Material themes? Choose them from the list: + 履歴を消去しますか? + すべての履歴が消去されます。 + 消去 + %1$sバージョンの新機能 + 新しいマテリアルテーマを試してみたいですか?リストから選択してください: + System language diff --git a/android-app/src/main/res/values-ja/text_wizard.xml b/android-app/src/main/res/values-ja/text_wizard.xml index 5f83a790..28447602 100644 --- a/android-app/src/main/res/values-ja/text_wizard.xml +++ b/android-app/src/main/res/values-ja/text_wizard.xml @@ -4,8 +4,8 @@ 次へ 戻る - 簡単セットアップ - Done + ウィザードを開始 + 完了 最適化 大アイコン シンプル @@ -18,16 +18,16 @@ 簡単セットアップ お見事!まだ試したい場合は、ボタンをもう一度押してください。 9を入力するにはボタンを一度タップします - Swipe from the center of the button up to use % - Swipe from the center of the button to the left to use sin - Swipe from the center of the button down to use ^2 + ボタンの中心から上にスワイプすると%を使用できます + ボタンの中心から左にスワイプするとsinを使用できます + ボタンの中心から下にスワイプすると^2を使用できます ようこそ レイアウトを選択してください モードを選択してください - Choose theme + テーマを選択してください 分離したウィンドウでの電卓の利用 - Swipe button basics - The app is set up and ready to use. + スワイプボタンの基本 + アプリのセットアップが完了して、使用する準備ができました。 ほぼ完了です! Calculator++は無料でオープンソースです: すべての機能が無料で使え、ソースコードはgithubにて見ることができます。 @@ -37,11 +37,9 @@ ソースコードに貢献する 別窓での電卓の利用を有効にすると、お使いのデバイスで別のアプリを利用中に電卓を利用することが出来ます - Enable - Swipe button is an exclusive feature of Calculator++ which provides - fast access to the secondary functions - + 有効化 + スワイプボタンはCalculator++の特別な機能で、サブ機能への高速なアクセスを提供します。 本当にウィザードを終了しますか? - Skip - Finish? + スキップ + 終了しますか? diff --git a/android-app/src/main/res/values-nl/text_preferences.xml b/android-app/src/main/res/values-nl/text_preferences.xml index 431dad6d..b45dd881 100644 --- a/android-app/src/main/res/values-nl/text_preferences.xml +++ b/android-app/src/main/res/values-nl/text_preferences.xml @@ -14,4 +14,5 @@ Indien ingeschakeld worden berekeningen automatisch uitgevoerd tijdens het typen Scherm doven verhinderen Indien ingeschakeld scherm zal niet doven terwijl het gebruik van app + Language diff --git a/android-app/src/main/res/values-nl/text_strings.xml b/android-app/src/main/res/values-nl/text_strings.xml index e64c6bc1..9af2bdb7 100644 --- a/android-app/src/main/res/values-nl/text_strings.xml +++ b/android-app/src/main/res/values-nl/text_strings.xml @@ -64,6 +64,7 @@ Metro blauw Metro groen Metro paars + App theme Material Material Light Nauwkeurigheid van de uitkomst (alle berekeningen worden gedaan met maximale nauwkeurigheid, onafhankelijk van deze optie) @@ -174,6 +175,7 @@ Calculator++ Widget (4x5) Klik om de rekenmachine te openen in de venstermodus Rekenmachine (in apart venster) instellingen + Widget settings Starten bij het opstarten Indien aangevinkt verschijnt Calculator++ in het systeemvak na heropstarten Toon afzonderlijk pictogram (opnieuw opstarten is vereist) @@ -227,4 +229,5 @@ Door op volgende te drukken, wordt u doorverwezen naar de Google Play store om d Verwijder Nieuw in versie %1$s Wilt u nieuwe Material themes proberen? Kies ze uit de lijst: + System language diff --git a/android-app/src/main/res/values-pl/text_preferences.xml b/android-app/src/main/res/values-pl/text_preferences.xml index ee9bf70f..3252427e 100644 --- a/android-app/src/main/res/values-pl/text_preferences.xml +++ b/android-app/src/main/res/values-pl/text_preferences.xml @@ -14,4 +14,5 @@ Obliczenia będą wykonywane automatycznie podczas wpisywania Podświetlenie ekranu Ekran będzie podświetlony przez cały czas używania aplikacji + Language diff --git a/android-app/src/main/res/values-pl/text_strings.xml b/android-app/src/main/res/values-pl/text_strings.xml index d99fb2c2..125e87d6 100644 --- a/android-app/src/main/res/values-pl/text_strings.xml +++ b/android-app/src/main/res/values-pl/text_strings.xml @@ -64,6 +64,7 @@ Niebieski Metro Zielony Metro Fioletowy Metro + App theme Material Material Light Dokładność wyświetlanego wyniku (wszystkie obliczenia są wykonywane przy maksymalnej dokładności, niezależnie od tej opcji) @@ -85,7 +86,7 @@ Ustawia wygląd przycisków Wibracja przy naciśnięciu Włącza wibrację po naciśnięciu przycisku - Disabled + Wyłączony Krótki Średni Długi @@ -176,6 +177,7 @@ Proszę, oceń Calculator++ \nnaCalculator++ Widżet (4x5) Kliknij, aby otworzyć kalkulator w trybie okna Ustawienia kalkulatora (w osobnym oknie) + Widget settings Uruchom przy starcie systemu Jeżeli opcja jest włączona, Calculator++ pojawi się na górnej belce po uruchomieniu urządzenia Pokaż oddzielną ikonę (wymagany restart) @@ -222,9 +224,10 @@ Proszę, oceń Calculator++ \nnaZakup Pokaż greckie litery Schowaj greckie litery - Clear history? - All history will be cleared. - Clear - New in %1$s version - Do you want to try new Material themes? Choose them from the list: + Wyczyścić historię? + Cała historia zostanie usunięta. + Wyczyszczono + Nowści w wersji %1$s + Czy chcesz wypróbować nowe motywy Material? Wybierz je z listy: + System language diff --git a/android-app/src/main/res/values-pl/text_wizard.xml b/android-app/src/main/res/values-pl/text_wizard.xml index 9dc459cf..d466a44b 100644 --- a/android-app/src/main/res/values-pl/text_wizard.xml +++ b/android-app/src/main/res/values-pl/text_wizard.xml @@ -5,7 +5,7 @@ Dalej Wstecz Rozpocznij konfigurację - Done + Gotowe Zoptymalizowany Duże przyciski Prosty @@ -17,16 +17,16 @@ Wynik nie jest zaokrąglony i jest przedstawiony w postaci inżynierskiej, a dom Zacznij konfigurację Świetnie! Stuknij w przycisk jeszcze raz, aby spróbować ponownie Stuknij raz w przycisk poniżej, aby użyć 9 - Swipe from the center of the button up to use % - Swipe from the center of the button to the left to use sin - Swipe from the center of the button down to use ^2 + Przesuń palcem z centrum przycisku w górę, aby użyć % + Przesuń palcem z centrum przycisku w lewo, aby użyć sinus + Przesuń palcem z centrum przycisku w dół, aby użyć ^2 Witaj Wybierz styl Wybierz tryb - Choose theme + Wybierz motyw Kalkulator w osobnym oknie - Swipe button basics - The app is set up and ready to use. + Podstawy przesuwania palcem po przycisku + Aplikacja jest ustawiona i gotowa do użycia. Prawie gotowe! Calculator++ jest darmowym i otwartym oprogramowaniem: wszystkie opcje są bezpłatne, a kod źródłowy można znaleźć w serwisie github. @@ -35,11 +35,9 @@ Wynik nie jest zaokrąglony i jest przedstawiony w postaci inżynierskiej, a dom Tłumaczenie Rozwijanie kodu źródłowego Kalkulator w osobnym oknie pozwoli Ci wykonywać obliczenia w trakcie korzystania z innych aplikacji na Twoim urządzeniu - Enable - Swipe button is an exclusive feature of Calculator++ which provides - fast access to the secondary functions - + Włącz + Przeciąganie po przycisku jest wyjątkowym rozwiązaniem w programie Calculator++, które zapewnia szybki dostęp do alternatywnych funkcji Czy na pewno chcesz zakończyć konfigurację? - Skip - Finish? + Pomiń + Zakończyć? diff --git a/android-app/src/main/res/values-pt-rbr/text_functions.xml b/android-app/src/main/res/values-pt-rbr/text_functions.xml index a7f1ae0f..ac3552b7 100644 --- a/android-app/src/main/res/values-pt-rbr/text_functions.xml +++ b/android-app/src/main/res/values-pt-rbr/text_functions.xml @@ -32,5 +32,5 @@ Trigonometria hiperbólica Comparação Comum - Meu + Minha diff --git a/android-app/src/main/res/values-pt-rbr/text_preferences.xml b/android-app/src/main/res/values-pt-rbr/text_preferences.xml index f9c7cb6d..9547648c 100644 --- a/android-app/src/main/res/values-pt-rbr/text_preferences.xml +++ b/android-app/src/main/res/values-pt-rbr/text_preferences.xml @@ -14,4 +14,5 @@ Quando marcado, os cálculos são feitos automaticamente durante a digitação Evitar que a tela se apague Quando ativado, evita que a tela desligue enquanto usa o app + Language diff --git a/android-app/src/main/res/values-pt-rbr/text_strings.xml b/android-app/src/main/res/values-pt-rbr/text_strings.xml index 05b7eccf..4c3a192a 100644 --- a/android-app/src/main/res/values-pt-rbr/text_strings.xml +++ b/android-app/src/main/res/values-pt-rbr/text_strings.xml @@ -64,6 +64,7 @@ Metro Blue Metro Green Metro Purple (Roxo) + App theme Material Tema leve Precisão do resultado (todos os cálculos são feitos com precisão máxima, independentemente do valor desta opção) @@ -172,6 +173,7 @@ Calculator++ Widget (4x5) Clique para abrir a calculadora no modo de janela Configurações de calculadora (em uma janela separada) + Widget settings Executar aplicativo na inicialização do sistema Se ligado, a calculadora aparecerá na barra de notificação após a inicialização do dispositivo Mostrar ícone separado (requer reinicialização) @@ -223,4 +225,5 @@ Limpar Novo na versão %1$s Você deseja testar novos temas? Escolha-os pela lista: + System language diff --git a/android-app/src/main/res/values-pt-rpt/text_preferences.xml b/android-app/src/main/res/values-pt-rpt/text_preferences.xml index 05702427..260ab34d 100644 --- a/android-app/src/main/res/values-pt-rpt/text_preferences.xml +++ b/android-app/src/main/res/values-pt-rpt/text_preferences.xml @@ -14,4 +14,5 @@ Se activado os cálculos serão realizados automaticamente enquanto escreve Previne o ecrã de desvanecer Se activado o ecrã não irá desvanecer enquanto utilizar a aplicação + Language diff --git a/android-app/src/main/res/values-pt-rpt/text_strings.xml b/android-app/src/main/res/values-pt-rpt/text_strings.xml index 27883ad6..c60799c8 100644 --- a/android-app/src/main/res/values-pt-rpt/text_strings.xml +++ b/android-app/src/main/res/values-pt-rpt/text_strings.xml @@ -64,6 +64,7 @@ Metro Blue Metro Green Metro Purple + App theme Material Material Light Precisão do valor do resultado (todos os cálculos são realizados com a precisão máxima independentemente o valor desta opção) @@ -172,6 +173,7 @@ Calculator++ Widget (4x5) Clique para abrir a calculadora em modo de janela Configurações da calculadora (em modo de janela) + Widget settings Executar na inicialização Se selecionado a Calculator++ aparecerá na barra de notificação após a inicialização Mostrar ícone separado (requer reinicialização) @@ -223,4 +225,5 @@ Clear New in %1$s version Do you want to try new Material themes? Choose them from the list: + System language diff --git a/android-app/src/main/res/values-ru/text_about.xml b/android-app/src/main/res/values-ru/text_about.xml index c430f204..05cd5eb3 100644 --- a/android-app/src/main/res/values-ru/text_about.xml +++ b/android-app/src/main/res/values-ru/text_about.xml @@ -3,7 +3,7 @@ О программе - Copyright © 2009–2013\n\nПрограмма создана\nserso aka se.solovyev\n\n + Copyright © 2009–2015\n\nПрограмма создана\nserso aka se.solovyev\n\n Сайт приложения: https://vk.com/calculatorpp\n\n Эта программа с открытыми исходным кодом:\nон может быть найден на \n http://github.com\n\n diff --git a/android-app/src/main/res/values-ru/text_preferences.xml b/android-app/src/main/res/values-ru/text_preferences.xml index 3e0fc765..00712105 100644 --- a/android-app/src/main/res/values-ru/text_preferences.xml +++ b/android-app/src/main/res/values-ru/text_preferences.xml @@ -19,4 +19,5 @@ выражения Не выключать экран Если включено, то экран в приложении не будет гаснуть + Язык diff --git a/android-app/src/main/res/values-ru/text_strings.xml b/android-app/src/main/res/values-ru/text_strings.xml index 7a2b6ca6..fd490970 100644 --- a/android-app/src/main/res/values-ru/text_strings.xml +++ b/android-app/src/main/res/values-ru/text_strings.xml @@ -75,6 +75,7 @@ Метро Синяя Метро Зелёная Метро Фиолетовая + Тема приложения Матириал Матириал Светлая Точность результата(все вычисления производятся максимально точно) @@ -204,6 +205,7 @@ Калькулятор++ Виджет (4x5) Нажмите чтобы открыть калькулятор в отдельном окне Настройки калькулятора в отдельном окне + Настройки виджета Запуск после загрузки устройства Если включено, то кнопка Калькулятора++ будет доступна в панели уведомлений после загрузки устройства @@ -268,4 +270,5 @@ Очистить Новое в версии %1$s Хотите попробовать новые темы в стиле Матириал? Выберите их из списка: + Язык системы diff --git a/android-app/src/main/res/values-tr/text_about.xml b/android-app/src/main/res/values-tr/text_about.xml new file mode 100644 index 00000000..94b0b465 --- /dev/null +++ b/android-app/src/main/res/values-tr/text_about.xml @@ -0,0 +1,25 @@ + + + + + Hakkında + Telif Hakkı © 2009–2013\n\nserso aka se.solovyev tarafından düzenlenmiştir\n\n + Facebook\'ta: http://facebook.com/calculatorpp\n\n + Bu program Apache 2.0 lisansı altında dağıtılmıştır:\nkaynak kodları buradan bulunabilir\n + http://github.com\n\n + Daha fazla bilgi için lütfen\nyazarla email yoluyla iletişime geçin\n + se.solovyev@gmail.com + \nor visit\nhttp://se.solovyev.org\n\n + Eğer bu projeyi desteklemek istiyorsanız\nuygulama tercihlerinden özel seçenekleri satın alabilirsiniz\n\n + Uygulamayı beğendiyseniz\n5 yıldızla oylayın\n + Google Play\n\n + Bu uygulama aşağıdaki açık kaynak kütüphanelerini kullanmaktadır:\n + Simple (XML serialization)\n + JSCL + + Bu uygulamayı Türkçe\'ye çeviren: + Sergey Solovyev + Sürüm notları + "Versiyon için not bırakın " + http://www.facebook.com/calculatorpp + diff --git a/android-app/src/main/res/values-tr/text_functions.xml b/android-app/src/main/res/values-tr/text_functions.xml new file mode 100644 index 00000000..cad1ab4a --- /dev/null +++ b/android-app/src/main/res/values-tr/text_functions.xml @@ -0,0 +1,36 @@ + + + + + Fonksiyonlar + Trigonometrik sinüs fonksiyonu + Trigonometrik kosinüs fonksiyonu + Trigonometrik tanjant fonksiyonu + Trigonometrik kotanjant fonksiyonu + Arcsin - ters sinüs fonksiyonu + Arccos - ters kosinüs fonksiyonu + Arctan - ters tanjant fonksiyonu + Arccot - ters kotanjant fonksiyonu + Doğal logaritma - e tabanlı logaritma + Adi logaritma - 10 tabanlı logaritma + Logaritma - belirtilen tabanlı logaritma + Üstel fonksiyon + Karekök fonksiyonu + Küp kök fonksiyonu + Bir değişkenin mutlak değerini verir + Bir değişkenin işaretini verir: eğer değişken 0\'dan küçükse -1, 0 ise 0, 0\'dan büyükse 1 değerini alır + Eşit fonskiyon - iki değişken eşitse 1, değilse 0 değerini verir + Küçük-eşit fonksiyon - iki değişken eşit veya birincisi ikincisinden küçükse 1, öteki durumlarda 0 değerini verir + Büyük-eşit fonksiyon - iki değişken eşit veya birincisi ikincisinden büyükse 1, öteki durumlarda 0 değerini verir + Eşit olmayan fonksiyon - iki değişken eşit değilse 1, aksi halde 0 değerini verir + Küçüktür fonksiyonu - birinci değişken ikincisinden küçükse 1, aksi takdirde 0 verir + Büyüktür fonksiyonu - birinci değişken ikinciden büyükse 1, aksi taktirde 0 verir + Dereceyi radyana dönüştürür: d - derece, m - dakika (varsayılan = 0), s - saniye (varsayılan = 0) + DMS türünden gösterimi ondalık gösterime dönüştürür: d - derece, m - dakika (varsayılan = 0), s - saniye (varsayılan = 0) + Radyanı dereceye çevirir + Trigonometrik + Trigonometrik hiperbolik + Kıyaslama + Genel + Fonksiyonlarım + diff --git a/android-app/src/main/res/values-tr/text_operators.xml b/android-app/src/main/res/values-tr/text_operators.xml new file mode 100644 index 00000000..14dc6eda --- /dev/null +++ b/android-app/src/main/res/values-tr/text_operators.xml @@ -0,0 +1,22 @@ + + + + + Kullanıcılar + Modül işlemi x\'in y\'ye bölümünden kalanı bulur + \'i\' değerini \'from\' dan başlatarak \'to\' ya kadar olan \'f(i)\' çıktılarını toplar + \'i\' değerini \'from\' dan başlatarak \'to\' ya kadar olan \'f(i)\' çıktı değerlerini birbiriyle çarpar + \'x\' değişkenine ve hesaplanan noktaya \'x_noktası\' (varsayılan= \'x\' gibi) göre sıralı \'order\' (varsayılan= 1) \'f(x)\' fonksiyonunun türevini verir + \'x\' değişkenine göre \'f(x)\' fonksiyonunun integralini verir + \'a\' dan \'b\' ye kadar x değişkenine göre \'f(x)\' fonksiyonunun integralleri + Önceki ifadenin faktöryelini verir + Önceki ifadenin ikikat faktöriyelini verir + Önceki ifadenin yüzdece değerini verir.\nÖrneğin:\n +100 + 50% = 150\n +100 * 50% = 50\n +100 + 100 * 50% * 50% = 125 + Açıları radyana çevirmek için.\n +Örneğin:\n +268° = 4.67748\n +30.21° = 0.52726 + diff --git a/android-app/src/main/res/values-tr/text_preferences.xml b/android-app/src/main/res/values-tr/text_preferences.xml new file mode 100644 index 00000000..53fa0609 --- /dev/null +++ b/android-app/src/main/res/values-tr/text_preferences.xml @@ -0,0 +1,18 @@ + + + + + Ekranı otomatik döndür + Eğer açıksa uygulama ekranı telefonla birlikte döner + Eşittir butonunu göster + Eğer açıksa eşittir butonu gözükür + Diğer numara sistemlerinde haneleri gizle + Eğer açıksa diğer sayı tabanlarının sayı taban haneleri gizlenecek + Ara hesapları geçmişte göster + Eğer açıksa bütün hesaplamalar geçmiş ekranında görünür + Sonuç yazarken hesaplanır + Eğer açıksa işlemler yazılırken hesaplama otomatik olarak yapılır + Ekranın kararmasını önle + Eğer açıksa uygulama kullanılırken ekran kararmayacak + Language + diff --git a/android-app/src/main/res/values-tr/text_strings.xml b/android-app/src/main/res/values-tr/text_strings.xml new file mode 100644 index 00000000..ef22cddc --- /dev/null +++ b/android-app/src/main/res/values-tr/text_strings.xml @@ -0,0 +1,232 @@ + + + + + Calculator++ + Calculator++ (Pencere modu) + Ayarlar + Sonuç panoya kopyalandı! + Ayarlar + Yardım + Değişkenler ve sabitler + Hesaplama ayarları + Görünüm ayarları + Diğer ayarlar + geri al + ileri al + C + Değişkenler + Kopyala + Grafik Çiz + Grafik + İfadeleri vurgula + Sonucu yuvarla + Sonucu yuvarlamayı ayarlar + Her zaman bilimsel göster + Seçilirse çıkışın sadece bilimsel gösterimini kullanmaya zorlar (12.34E-12) + Sonuç hassasiyeti + En uzun hesaplama süresi + Eğer hesaplama belirtilen sınırı aşarsa işlem bir hatayla durdurulur + Çıkış + İptal + Kaydet + Kaldır + Evet + Hayır + Silme onayı + %s değişkenini silmek istiyor musunuz? + İsim + Değer + Açıklama + Değişken oluştur + Değişkeni düzenle + Atadığınız değer bir sayı olmalı veya değer atamamalısınız. Parametreleriniz varsa fonksiyon oluşturmayı deneyin. + Değişken adı fonksiyon adıyla aynı olamaz! + Aynı isimde bir değişken zaten var! + Sabitinizin ismi geçerli değil: İsim, harfle başlamalıdır; alt çizgi(_) ve sayı içerebilir. + Yeni ifadeyi yazın + Geçmiş + M + \'%s\' karakteri geçerli bir değişken ismi değil! + Şimdili açı birimi + Derece + Radyan + Gradyan + Döndür + Hesaplamalarda kullanılacak açı birimlerini tanımlayın + Mevcut sayı sistemi + Hesaplamalarda kullanılacak sayı sistemini tanımlayın + Demical + Hexadecimal + Sekizli + İkili + Tema + Metro mavi (varsayılan) + Metro yeşil + Pembe Metro + App theme + Materyal + Açık Materyal + Sonucun hassasiyeti(tüm hesaplamalar sizin seçimizden bağımsız olarak en yüksek hassasiyet derecesiyle yapıldı) + Hesaplayıcı editöründe renkleri ve tasarımı değiştirir + Hesap makinesi için tema ayarların + Tarihi Gizle/göster + Grup ayracı yok + Kesme işareti (\') + Boşluk () + Gruplama ayracı + Gruplama ayracını ayarlayın + Çarpım işareti + Çarpım işeretini ayarlayın + Katman + Bilimsel + Bilimsel (Büyük butonlar) + Basit + Basit (Büyük butonlar) + Katman butonlarını ayarlayın + Haptik geribildirim + Buton tıklamalarında titreşimi aç + Etkin Değil + Kısa + Orta + Uzun + Değer atanmamış sabit oluşturulamadı! + Şu anki sonuç geçerli değil! + Grafiği çiz + den/dan + e/a + İfade panoya kopyalandı! + Kullan + Kullan + İfadeyi kopyala + Sonucu kopyala + Değer + Yorum + Geçmişi kaydet + Geçmişi düzenle + Düzenle + Kayıtlı geçmiş + Geçmiş zaten kaydedildi! + Geçmiş düzenlenmeden önce kaydedilmelidir! + Geçmiş başarıyla silindi! + Geçmiş başarıyla kaydedildi! + Tanımı kopyala + Değeri kopyala + Calculator++\'yı tercih ettiğiniz için teşekkürler!\n\nCalculator++, günlük hesaplamaları yapmak için güçlü bir araçtır. + Sürüm notlarını göster + Sürüm notları penceresinin güncelleme sonrası açılıp açılmayacağını belirler. + Geri tuşu davranışını belirler + Önceki geçmiş için geri tuşuna basın + Uyarı + Hata + Ödeme desteklenmiyor: Google Checkout hesabınızı Google hesabınızla ilişkilendirmeli ve internete bağlı olmalısınız. + Projeyi destekleyin + Ve reklamları kaldırın + Reklamsız seçenek zaten satın alınmış! + Bir süredir Calculator++ uygulamasını kullanmaktasınız ve uygulama hakkındaki görüşleriniz bizim için önemli \n\n +Lütfen Calculator++ uygulamasın değerlendirin \non +Google Play,\n yorum yazın yada \n uygulamayı tartışın \non +Facebook + Açı birimi \'%s\' olarak değişti! + Sayı tabanı \'%s\' olarak değişti! + Çeviri aracı + Çeviriliyor... + Hex\'e dönüştür + Bin\'e dönüştür + Dec\' e dönüştür + Editör + Sonuç + Diğer + Türev/Integral + Calculator++ çöktü... + Grafik ayarları + Beyaz + Gri + Kırmızı + Mavi + Yeşil + İsim + Değer + Tanım + Parametreler + Fonksiyon oluştur + Fonksiyobu düzenle + Fonksiyon adı geçerli değil: isim bir harf ile başlamalıdır, harf, rakam ve alt çizli içerebilir. + Aynı isimi bir fonksiyon zaten var! + Fonksiyon gövdesi boş bırakılamaz! + Fonksiyon parametresi boş olamaz! + %s fonksiyonunu gerçekten silme istiyor musunuz? + Boş fonksiyon oluşturulamaz! + Yeni bir oturuma kadar bu mesajı gösterme + Calculator++ uyarısı + Tamam + İletişim kutusunda hesaplama mesajlarını göster + Eğer açıksa hesaplama esnasında oluşan mesajlar özel bir iletişim kutusunda görüntülenir + Düzelt + Varsayılan sayı sistemi + Varsayılan sayı sistemini belirler + Şuanki sayı sistemi \'%2$s\' varsayılan sayı sisteminden \'%1$s\' farklı. Geri almayı mı unuttunuz? + Varsayılan açı birimi + Varsayılan açı birimini tanımlar + Şuanki açı birimi \'%2$s\' varsayılan açı biriminden \'%1$s\' farklı. Geri almayı mı unuttunuz? + Kapat + Calculator++ Widget (3x3) + Calculator++ Widget (3x4) + Calculator++ Widget (4x4) + Calculator++ Widget (4x5) + Hesap makinesini pencere modunda açmak için tıklayın + Hesap makinesi (ayrı pencerede) ayarları + Widget settings + Açılışta başlatma + Eğer açıksa Calculator++ cihaz başlatıldıktan sonra bildirim çubuğunda görünecek + Ayrı simge göster (yeniden başlatma gerektirir) + Eğer açıksa ikinci simge uygulama listesinde görünecek + Bu değişiklik, yeniden başlatma gerektirebilir + 2D çizim + 3D çizim + Grafik fonksiyonları + Sanal fonksiyon parçasının grafiğini çizin + Sanal fonksiyon parçası kontrol edilmişse grafiği çizilecektir + Siyah-Beyaz + Renk eşlemi (sadece 3D) + Düz (-----) + Kesik (- - -) + Noktalı (...) + Noktalı kesik (-.-.-) + İşlev çizici + Ekran görüntüsü yakala + Ekran görüntüsü başarıyla kaydedildi: %1$s! + SD card takılı olmadığından ekran alıntısı kaydedilemedi. SD kart takın ve yeniden deneyin! + Çizgi renk türü + Çizgi rengi + Çizgi stili + Çizgi genişliği + İşlev ayarları + İşlev + Sabitlenmiş + Görünür + +çizim + Boş fonksiyon çizilemez! + Çizilemez: çok fazla değişken var! + Grafik aralığı + Tam ekran + X Min + X Maks + Y Min + Y Maks + Geçersiz sayı! + Grafik sınırları aynı olmamalı! + Uygula + Mesaj + Devam + Projeye destek kolay ve güvenli: satın alma işlemi Google tarafından sağlanıyor ve gereken tek şey düzgün yapılandırılmış bir Google hesabı.\n\n ödeme bilgileri Google hesabınızla Google sunucularında saklanır ve kolayca bu uygulamayı birçok cihazda kullanabilirsiniz.\n\n Eğer \'Devam\' a tıklarsanız ödemeyi yapmak için Google Play\'e yönlendirileceksiniz. + Satın al + Yunan harflerini göster + Yunan harflerini gizle + Geçmişi Temizle? + Tüm geçmiş temizlenecek. + Sil + %1$s sürümünde yeni + Yeni materyal temaları denemek istiyor musunuz?Listeden seçin: + System language + diff --git a/android-app/src/main/res/values-tr/text_vars.xml b/android-app/src/main/res/values-tr/text_vars.xml new file mode 100644 index 00000000..3077ec91 --- /dev/null +++ b/android-app/src/main/res/values-tr/text_vars.xml @@ -0,0 +1,17 @@ + + + + + Herhangi bir dairenin çevresinin çapına olan oranı. Not: bu sabit veri, derecenin birimine bağımlıdır => radyan: 3.14, derece: 180.0 + Herhangi bir dairenin çevresinin çapına olan oranı. Not: bu sabit veri, derecenin biriminden bağımsızdır => radyan: 3.14, derece: 180.0 + f(x)=e^x fonksiyonunun x=0 noktasındaki türevinin değerinin (teğet çizgisinin eğiminin) 1\'e eşit olduğu özel gerçel sayı + i^2=-1 ile tanımlanan sanal birim + Işığın boşluktaki (uzay boşluğu) hızı, m/s + Yer çekimi sabiti kütlesi bulunan iki cismin arasındaki kütlesel çekimi hesaplamakta kullanılan deneysel bir fizik sabitidir, m^3.kg^-1.s^-2 + Kuantum mekaniğinde kuanta enerji boyutlarını temsil eden fiziksel sabit, J.s + İndirgenmiş Planck sabiti, J.s + Bir sayı değil + Sonsuz + Entegre + Benim + diff --git a/android-app/src/main/res/values-tr/text_wizard.xml b/android-app/src/main/res/values-tr/text_wizard.xml new file mode 100644 index 00000000..1be1a692 --- /dev/null +++ b/android-app/src/main/res/values-tr/text_wizard.xml @@ -0,0 +1,41 @@ + + + + + İleri + Geri + Sihirbazı Başlat + Tamamlandı + Optimize edildi + Büyük butonlar + Basit + Temel modda ana ekranda sadece temel işlevler kullanılabilir. +Sonuç 5 basamağa kadar yuvarlandı, varsayılan açı birimi olarak derece kullanıldı. + Mühendislik + Mühendislik modunda ana ekranda özel fonksiyonlar kullanılır. Sonuç yuvarlanmaz ve mühendislik gösterimi ile sunulur, varsayılan açı birimi olarak radyan kullanılır. + Sihirbazı Başlat + Mükemmel! Yeniden denemek için bir kez daha dokunun + 9 için bir kez dokunun + %\'yi kullanmak için butonun merkezinden yukarı sürükleyin + sin\'i kullanmak için butonun merkezinden sola sürükleyin + ^2\'yi kullanmak için butonun merkezinden aşağı sürükleyin + Hoş geldiniz + Yerleşim planı seç + Modu seçin + tema seç + Ayrı bir pencerede hesap makinesi + Buton kaydırma temelleri + Bu program ayarlandı ve kullanıma hazır. + Neredeyse bitti! + Calculator++ ücretsiz ve açık kaynaklı bir uygulamadır: hiç bir özellik ücret talep etmez ve kaynak kodları github üzerinden bulunabilir. + Bu uygulamayı daha iyi bir hale getirmek için birkaç yol mevcut: + Para bağışlama + Çevriliyor + Kaynak kodlarına katkıda bulunmak için + Ayrı pencerede açılabilen hesap makinesi size diğer uygulamaları kullanırken de hesap yapabilme imkanı tanır + Etkinleştir + Swipe butonu, Calculator++\'ın ikincil fonksiyonlara hızlı erişim sağlayan seçkin bir özelliğidir + Sihirbazı tamamlamak istiyor musunuz? + Atla + Bitirsin mi? + diff --git a/android-app/src/main/res/values-uk/text_preferences.xml b/android-app/src/main/res/values-uk/text_preferences.xml index 66bebe31..736a1f3b 100644 --- a/android-app/src/main/res/values-uk/text_preferences.xml +++ b/android-app/src/main/res/values-uk/text_preferences.xml @@ -16,4 +16,5 @@ Якщо увімкнено¸ то розрахунки виконуються автоматично при введенні виразу Не вимикати екран Якщо увімкнено, то екран не буде вимикатися під час використання програми + Language diff --git a/android-app/src/main/res/values-uk/text_strings.xml b/android-app/src/main/res/values-uk/text_strings.xml index 66421f51..e4bbc272 100644 --- a/android-app/src/main/res/values-uk/text_strings.xml +++ b/android-app/src/main/res/values-uk/text_strings.xml @@ -68,6 +68,7 @@ Метро Синя Метро Зелена Метро Пурпурова + App theme Матеріал Світлий матеріал Точність відображення результату (усі обчислення проводяться максимально точно, незалежно від цього параметру) @@ -188,6 +189,7 @@ Калькулятор++ віджет (4х5) Клацніть, щоб відкрити калькулятор у віконному режимі Параметри Калькулятор++ (в окремому вікні) + Widget settings Запускати під час завантаження системи Якщо увімкнено, то Калькулятор++ з\'явиться на панелі сповіщень після завантаження системи Показувати окрему піктограму (потрібне перевантаження) @@ -239,4 +241,5 @@ Очистити Нове у версії %1$s Кортить спробувати нові теми Матеріал? Вибирайте одну з них у списку: + System language diff --git a/android-app/src/main/res/values-vi/text_preferences.xml b/android-app/src/main/res/values-vi/text_preferences.xml index ad4bc5db..6f1f49fb 100644 --- a/android-app/src/main/res/values-vi/text_preferences.xml +++ b/android-app/src/main/res/values-vi/text_preferences.xml @@ -14,4 +14,5 @@ Nếu bật tính toán được thực hiện tự động trong khi gõ Ngăn chặn màn hình mờ dần Nếu bật màn hình sẽ không mờ trong khi sử dụng các ứng dụng + Language diff --git a/android-app/src/main/res/values-vi/text_strings.xml b/android-app/src/main/res/values-vi/text_strings.xml index f08b21fc..ab64cf1d 100644 --- a/android-app/src/main/res/values-vi/text_strings.xml +++ b/android-app/src/main/res/values-vi/text_strings.xml @@ -64,6 +64,7 @@ Metro Blue Metro Green Metro Purple + App theme Material Material Light Độ chính xác của giá trị kết quả (Tất cả tính toán được thực hiện với độ chính xác tối đa bất kể giá trị của tùy chọn này) @@ -176,6 +177,7 @@ Google Play,\n để lại ý kiến hoặc \n thảo luận về ứng dụ Máy tính ++ Widget (4 x 5) Bấm để mở máy tính trong chế độ cửa sổ Cài đặt máy tính (trong cửa sổ riêng biệt) + Widget settings Bắt đầu khi khởi động Nếu bật máy tính ++ sẽ xuất hiện trong thanh thông báo sau khi khởi động thiết bị Hiển thị biểu tượng riêng biệt (yêu cầu khởi động lại) @@ -229,4 +231,5 @@ Qua việc click nút \'Tiếp tục\' bạn được chuyển qua úng dụng G Dọn sạch Mới trong phiên bản %1$s Bạn có muốn thử chủ đề Material mới? Chọn chúng từ danh sách: + System language diff --git a/android-app/src/main/res/values-zh-rcn/text_preferences.xml b/android-app/src/main/res/values-zh-rcn/text_preferences.xml index 978139af..4e535b44 100644 --- a/android-app/src/main/res/values-zh-rcn/text_preferences.xml +++ b/android-app/src/main/res/values-zh-rcn/text_preferences.xml @@ -14,4 +14,5 @@ 如果开启此选项,将在输入时自动完成运算 防止屏幕变暗 如果开启此选项,在使用此应用时屏幕将不会变暗 + Language diff --git a/android-app/src/main/res/values-zh-rcn/text_strings.xml b/android-app/src/main/res/values-zh-rcn/text_strings.xml index 362c5976..ba39c1f9 100644 --- a/android-app/src/main/res/values-zh-rcn/text_strings.xml +++ b/android-app/src/main/res/values-zh-rcn/text_strings.xml @@ -64,8 +64,9 @@ Metro蓝 Metro绿 Metro紫 + App theme Material - Material Light + 浅色Material 结果显示的精确度(无论此项如何设置,所有的计算都使用最大 精确度) 切换计算器编辑界面的颜色和样式。 @@ -86,7 +87,7 @@ 设置按键布局 触觉反馈 开启/关闭按下按钮时的振动 - Disabled + 停用 @@ -175,6 +176,7 @@ Calculator + + 小部件 (4x5) 单击以在悬浮窗口中打开计算器 悬浮计算器设置 + Widget settings 开机启动 开启此选项,在设备启动之后Calculator++ 将显示在通知栏 显示单独的图标 (需要重新启动) @@ -221,9 +223,10 @@ 购买 显示希腊字母 隐藏希腊字母 - Clear history? - All history will be cleared. - Clear - New in %1$s version - Do you want to try new Material themes? Choose them from the list: + 清除历史纪录? + 所有历史将被清除 + 清除 + %1$s 版本的新功能 + 你想尝试新的Material Design主题吗?请从列表中选择: + System language diff --git a/android-app/src/main/res/values-zh-rcn/text_wizard.xml b/android-app/src/main/res/values-zh-rcn/text_wizard.xml index 726860cb..43f45ba4 100644 --- a/android-app/src/main/res/values-zh-rcn/text_wizard.xml +++ b/android-app/src/main/res/values-zh-rcn/text_wizard.xml @@ -5,7 +5,7 @@ 继续 返回 启动向导 - Done + 完成 已优化 大按钮 简单型 @@ -15,16 +15,16 @@ 启动向导 就是这样!点击按钮来重启向导 点击下面的按钮输入9 - Swipe from the center of the button up to use % - Swipe from the center of the button to the left to use sin - Swipe from the center of the button down to use ^2 + 向上滑动输入% + 向左滑动输入sin + 向下滑动输入^2 欢迎 选择布局 选择模式 - Choose theme + 选择主题 在单独窗口中的计算器 - Swipe button basics - The app is set up and ready to use. + 滑动按钮教学 + 应用已完成配置并可投入使用 快要完成了! Calculator++ 是免费开源的:所有的功能都免费,并可以在github上找到源代码。 有下面几种方法你可以帮助这款软件做的更好: @@ -32,11 +32,9 @@ 正在翻译 贡献源代码 独立窗口模式的计算器可以让你在使用其他应用程序的同时进行计算。 - Enable - Swipe button is an exclusive feature of Calculator++ which provides - fast access to the secondary functions - + 启用 + 滑动输入是Calculator++的独特创意,它可提高你调用次要功能的效率 你真的要结束向导吗? - Skip - Finish? + 跳过 + 完成? diff --git a/android-app/src/main/res/values-zh-rtw/text_about.xml b/android-app/src/main/res/values-zh-rtw/text_about.xml index 3ea78879..d4239eaa 100644 --- a/android-app/src/main/res/values-zh-rtw/text_about.xml +++ b/android-app/src/main/res/values-zh-rtw/text_about.xml @@ -5,9 +5,9 @@ 關於 版權所有 © 2009–2013\n\nserso 又名 se.solovyev 製作\n\n我們在Facebook 上:http://facebook.com/calculatorpp\n\n此程式依據 Apache 2.0 授權條款發布:\n原始碼可以在這裡找到\nhttp://github.com\n\n更多資訊請\n以電子郵件聯繫作者\nse.solovyev@gmail.com\n或造訪\nhttp://se.solovyev.org\n\n 如果你想要支持這個計畫\n你可以在應用程式偏好選項中購買特別選項\n\n如果你喜歡這個應用程式\n將它評分為5顆星於\nGoogle Play\n\n這個應用程式使用了以下開源庫:\nSimple (XML serialization)\nJSCL - 翻譯這個應用程式成繁體中文: - Ryan Rao\ntomyeh0510\nWeiHanWu + 翻譯這個應用程式成繁體中文: + Ryan Rao\nWeiHanWu\ntomyeh0510 發行紀錄 - "發行版本說明" + "發行版本說明 " http://www.facebook.com/calculatorpp diff --git a/android-app/src/main/res/values-zh-rtw/text_functions.xml b/android-app/src/main/res/values-zh-rtw/text_functions.xml index 290380a2..7ad97688 100644 --- a/android-app/src/main/res/values-zh-rtw/text_functions.xml +++ b/android-app/src/main/res/values-zh-rtw/text_functions.xml @@ -33,7 +33,7 @@ 將 度(Degrees) 轉換為 弧度(Radians):d - 度,m - 分(預設 = 0),s - 秒(預設 = 0) - 將 度(Degrees) 從 DMS(度分秒)表示法轉換為十進位:d - 度,m - 分(預設 = 0),s - 秒(預設 = 0) + 將 度(Degrees) 從 度分秒(DMS) 表示法轉換為十進位:d - 度,m - 分(預設 = 0),s - 秒(預設 = 0) 將 弧度(Radians) 轉換為 度(Degrees) 三角函數 diff --git a/android-app/src/main/res/values-zh-rtw/text_preferences.xml b/android-app/src/main/res/values-zh-rtw/text_preferences.xml index 315fd557..c7a89df5 100644 --- a/android-app/src/main/res/values-zh-rtw/text_preferences.xml +++ b/android-app/src/main/res/values-zh-rtw/text_preferences.xml @@ -17,4 +17,5 @@ 防止螢幕變暗 如果開啟,使用此應用程式時,螢幕將不會變暗 + Language diff --git a/android-app/src/main/res/values-zh-rtw/text_strings.xml b/android-app/src/main/res/values-zh-rtw/text_strings.xml index 6a2defd3..f43496e7 100644 --- a/android-app/src/main/res/values-zh-rtw/text_strings.xml +++ b/android-app/src/main/res/values-zh-rtw/text_strings.xml @@ -43,12 +43,11 @@ 數值必須是一個數目或留白:如果你有多個參數 - 新增一個函數來代替! 變數名稱與函數名稱衝突! 已經有相同名稱的變數存在! - 常數名稱無效:名稱必須以英文字母開頭,可以包含字母,數字及底線。 - + 常數名稱無效:名稱必須以英文字母開頭,可以包含字母,數字及底線。 輸入新的算式 歷史紀錄 M - 變數名稱不可使用字元 \'%s\'! + 變數名稱不可使用字元 \'%s\' ! 目前角度單位 度 (Degrees) 弧度 (Radians) @@ -65,6 +64,7 @@ 現代藍 現代綠 現代紫 + App theme Material Material 淺色 計算結果值的精確度(不論選項值為多少,所有計算過程都使用最大精確度) @@ -91,7 +91,7 @@ 無法新增空白的常數! - 當前計算结果無效! + 目前計算结果無效! 圖形 @@ -128,8 +128,8 @@ 請您評分 Calculator++\n於 Google Play,\n留下評論或是\n討論這個應用程式\n於 Facebook - 角度單位已改為 \'%s\'! - 進位制已改為 \'%s\'! + 角度單位已改為 \'%s\' ! + 進位制已改為 \'%s\' ! 轉換工具 轉換為… 轉換為十六進位 (hex) @@ -177,6 +177,7 @@ Google Play,\n留下評論或是\n討論這個應用程式\n於 Calculator++ 小工具(4x5) 點擊以視窗模式開啟計算機 計算機(獨立視窗)設定 + Widget settings 開機時啟動 如果啟用,Calculator++ 將會在裝置啟動後顯示在通知列 顯示獨立的圖示(需要重新啟動) @@ -194,8 +195,8 @@ Google Play,\n留下評論或是\n討論這個應用程式\n於 點線 (. . .) 點鎖線 (-.-.-) 函數繪圖工具 - 螢幕截圖 - 成功儲存截圖:%1$s! + 截圖螢幕 + 成功儲存截圖:%1$s ! 未掛載 SD 卡,無法儲存螢幕截圖。請掛載 SD 卡後再試一次! 線條顏色類型 線條顏色 @@ -230,4 +231,5 @@ Google Play,\n留下評論或是\n討論這個應用程式\n於 清除 %1$s 版本的新功能 你想要嘗試新的 Material 主題風格嗎? 從清單中選擇: + System language diff --git a/android-app/src/main/res/values/text_preferences.xml b/android-app/src/main/res/values/text_preferences.xml index b92b000c..d3befe8f 100644 --- a/android-app/src/main/res/values/text_preferences.xml +++ b/android-app/src/main/res/values/text_preferences.xml @@ -2,20 +2,22 @@ - Auto-rotate screen - If turned on app will rotate screen with device - Show equals button - If turned on equals button is shown - Hide digits of other numeral systems - If turned on numeral base digits of other numeral bases will be hidden - Show intermediate calculations in history - If turned on all calculations will be shown in the + Auto-rotate screen + If turned on app will rotate screen with device + Show equals button + If turned on equals button is shown + Hide digits of other numeral systems + If turned on numeral base digits of other numeral bases will be + hidden + + Show intermediate calculations in history + If turned on all calculations will be shown in the history screen - Result is calculated while typing - If turned on calculations are done automatically while typing - Prevent screen from fading - If turned on screen will not fade while using the app + Result is calculated while typing + If turned on calculations are done automatically while typing + Prevent screen from fading + If turned on screen will not fade while using the app - Language + Language diff --git a/core/src/main/resources/org/solovyev/android/calculator/messages_fr.properties b/core/src/main/resources/org/solovyev/android/calculator/messages_fr.properties index 3bdb0040..d9314695 100644 --- a/core/src/main/resources/org/solovyev/android/calculator/messages_fr.properties +++ b/core/src/main/resources/org/solovyev/android/calculator/messages_fr.properties @@ -1,12 +1,12 @@ #X-Generator: crowdin.com #X-Generator: crowdin.net -msg_1=Une erreur arithm\u00e9tique s''est produite \: {0} -msg_2=L''expression est trop complexe -msg_3=Temps d''ex\u00e9cution trop long - V\u00e9rifiez l''expression -msg_4=L''\u00e9valuation a \u00e9t\u00e9 annul\u00e9e -msg_5=Aucun param\u00e8tre n''est sp\u00e9cifi\u00e9 pour la fonction \: {0} -msg_6=Une boucle infinie a \u00e9t\u00e9 d\u00e9tect\u00e9e dans l''expression -msg_7=Certaines donn\u00e9es utilisateur n''ont pas pu \u00eatre charg\u00e9es. Veuillez contacter les d\u00e9veloppeurs.\n\nImpossible de charger \: \n{0} +msg_1=Une erreur arithm\u00e9tique s'est produite \: {0} +msg_2=L'expression est trop complexe +msg_3=Temps d'ex\u00e9cution trop long - V\u00e9rifiez l'expression +msg_4=L'\u00e9valuation a \u00e9t\u00e9 annul\u00e9e +msg_5=Aucun param\u00e8tre n'est sp\u00e9cifi\u00e9 pour la fonction \: {0} +msg_6=Une boucle infinie a \u00e9t\u00e9 d\u00e9tect\u00e9e dans l'expression +msg_7=Certaines donn\u00e9es utilisateur n'ont pas pu \u00eatre charg\u00e9es. Veuillez contacter les d\u00e9veloppeurs.\n\nImpossible de charger \: \n{0} syntax_error=Erreur result_copied=Le r\u00e9sultat a \u00e9t\u00e9 copi\u00e9 dans le presse-papier \! diff --git a/core/src/main/resources/org/solovyev/android/calculator/messages_it.properties b/core/src/main/resources/org/solovyev/android/calculator/messages_it.properties index fe80bd65..d9811923 100644 --- a/core/src/main/resources/org/solovyev/android/calculator/messages_it.properties +++ b/core/src/main/resources/org/solovyev/android/calculator/messages_it.properties @@ -1,12 +1,12 @@ #X-Generator: crowdin.com #X-Generator: crowdin.net msg_1=Errore aritmetico\: {0} -msg_2=L''espressione \u00e8 troppo complessa -msg_3=Tempo di esecuzione troppo lungo - controlla l''espressione +msg_2=L'espressione \u00e8 troppo complessa +msg_3=Tempo di esecuzione troppo lungo - controlla l'espressione msg_4=La valutazione \u00e8 stata annullata msg_5=Nessun parametro specificato per la funzione\: {0} -msg_6=\u00c8 stato rilevato un ciclo infinito nell''espressione -msg_7=Alcuni dati dell''utente non hanno potuto essere caricati. Si prega di contattare gli sviluppatori.\n\nImpossibile caricare\: \n{0} +msg_6=\u00c8 stato rilevato un ciclo infinito nell'espressione +msg_7=Alcuni dati dell'utente non hanno potuto essere caricati. Si prega di contattare gli sviluppatori.\n\nImpossibile caricare\: \n{0} syntax_error=Errore result_copied=Il risultato \u00e8 stato copiato negli appunti\! diff --git a/core/src/main/resources/org/solovyev/android/calculator/messages_ja.properties b/core/src/main/resources/org/solovyev/android/calculator/messages_ja.properties index 6d7d64ed..2f633c4d 100644 --- a/core/src/main/resources/org/solovyev/android/calculator/messages_ja.properties +++ b/core/src/main/resources/org/solovyev/android/calculator/messages_ja.properties @@ -2,15 +2,15 @@ #X-Generator: crowdin.net msg_1=\u7b97\u8853\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\: {0} msg_2=\u5f0f\u304c\u8907\u96d1\u3059\u304e\u307e\u3059 -msg_3=\u8a08\u7b97\u6642\u9593\u304c\u9577\u3059\u304e\u307e\u3059 - \u5f0f\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044 +msg_3=\u8a08\u7b97\u6642\u9593\u304c\u9577\u3059\u304e\u307e\u3059 - \u5f0f\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 msg_4=\u8a55\u4fa1\u304c\u53d6\u308a\u6d88\u3055\u308c\u307e\u3057\u305f -msg_5=\u95a2\u6570\u306b\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\: {0} +msg_5=\u95a2\u6570\u306b\u5909\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\: {0} msg_6=\u5f0f\u3067\u7121\u9650\u30eb\u30fc\u30d7\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f -msg_7=\u4e00\u90e8\u306e\u30e6\u30fc\u30b6\u30fc \u30c7\u30fc\u30bf\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u958b\u767a\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\n\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\: {0} +msg_7=\u4e00\u90e8\u306e\u30e6\u30fc\u30b6\u30fc\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u958b\u767a\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\n\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\:\n{0} syntax_error=\u30a8\u30e9\u30fc result_copied=\u8a08\u7b97\u7d50\u679c\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\uff01 text_copied=\u30c6\u30ad\u30b9\u30c8\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f\uff01 -ans_description=\u6700\u5f8c\u306b\u8a08\u7b97\u3055\u308c\u305f\u5024 +ans_description=\u6700\u5f8c\u306b\u8a08\u7b97\u3057\u305f\u5024 diff --git a/core/src/main/resources/org/solovyev/android/calculator/messages_tr.properties b/core/src/main/resources/org/solovyev/android/calculator/messages_tr.properties new file mode 100644 index 00000000..90e015db --- /dev/null +++ b/core/src/main/resources/org/solovyev/android/calculator/messages_tr.properties @@ -0,0 +1,16 @@ +#X-Generator: crowdin.com +#X-Generator: crowdin.net +msg_1=Aritmetik bir hata olu\u015ftu\: {0} +msg_2=\u0130fade \u00e7ok karma\u015f\u0131k +msg_3=Y\u00fcr\u00fctme s\u00fcresi \u00e7ok uzun - \u0130fadeyi kontrol edin +msg_4=De\u011ferlendirme iptal edildi +msg_5=Fonksiyon i\u00e7in parametreler belirtilmedi\: {0} +msg_6=\u0130fadede sonsuz d\u00f6ng\u00fc alg\u0131land\u0131 +msg_7=Baz\u0131 kullan\u0131c\u0131 verileri y\u00fcklenemedi. L\u00fctfen geli\u015ftirici ile temasa ge\u00e7in.\n\nY\u00fckleme yap\u0131lam\u0131yor\:\n{0} + +syntax_error=Hata +result_copied=Sonu\u00e7 panoya kopyaland\u0131\! +text_copied=Metin panoya kopyaland\u0131\! +ans_description=Son hesaplanm\u0131\u015f de\u011fer + + diff --git a/core/src/main/resources/org/solovyev/android/calculator/messages_uk.properties b/core/src/main/resources/org/solovyev/android/calculator/messages_uk.properties index 605f2c47..0f7dceff 100644 --- a/core/src/main/resources/org/solovyev/android/calculator/messages_uk.properties +++ b/core/src/main/resources/org/solovyev/android/calculator/messages_uk.properties @@ -6,7 +6,7 @@ msg_3=\u041e\u0431\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044f \u0432\u0438\ msg_4=\u041e\u0431\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044f \u0441\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e msg_5=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u043d\u0435 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043b\u044f \u0444\u0443\u043d\u043a\u0446\u0456\u0457\: {0} msg_6=\u041d\u0435\u0441\u043a\u0456\u043d\u0447\u0435\u043d\u043d\u0438\u0439 \u0446\u0438\u043a\u043b \u0432\u0438\u044f\u0432\u043b\u0435\u043d\u043e \u0443 \u0432\u0438\u0440\u0430\u0437\u0456 - \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0432\u0438\u0440\u0430\u0437 -msg_7=\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0434\u0435\u044f\u043a\u0456 \u0434\u0430\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0432''\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u0440\u043e\u0437\u0440\u043e\u0431\u043d\u0438\u043a\u0430\u043c\u0438. \u041d\u0435 \u0432\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438\: {0} +msg_7=\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0434\u0435\u044f\u043a\u0456 \u0434\u0430\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0432'\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u0440\u043e\u0437\u0440\u043e\u0431\u043d\u0438\u043a\u0430\u043c\u0438. \u041d\u0435 \u0432\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438\: {0} syntax_error=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 result_copied=\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0432\u0436\u0435 \u0441\u043a\u043e\u043f\u0456\u0439\u043e\u0432\u0430\u043d\u0438\u0439 \u0434\u043e \u0431\u0443\u0444\u0435\u0440\u0443 \u043e\u0431\u043c\u0456\u043d\u0443\! diff --git a/crowdin.sh b/crowdin.sh index 5efe4905..b0abc314 100755 --- a/crowdin.sh +++ b/crowdin.sh @@ -68,6 +68,7 @@ copyTranslations "pl" "pl" copyTranslations "pt-BR" "pt-rbr" copyTranslations "pt-PT" "pt-rpt" copyTranslations "ru" "ru" +copyTranslations "tr" "tr" copyTranslations "vi" "vi" copyTranslations "uk" "uk" copyTranslations "ja" "ja"