diff --git a/_data/uk-UA.json b/_data/uk-UA.json new file mode 100644 index 0000000..f70ded3 --- /dev/null +++ b/_data/uk-UA.json @@ -0,0 +1,49 @@ +{ + "aSmallTaste": "A small taste", + "about": "About", + "arrays": "Arrays", + "author": "Zephir Language Team", + "basicSyntax": "Basic Syntax", + "compilationModel": "Compilation model", + "compilationModelDescription": "Zephir takes advantage of the extension ecosystem available in PHP to allow you create your own extensions as shared libraries in Linux/OSX and DLLs on Windows.", + "contactUs": "Contact Us", + "description": "Zephir is an open source, high-level/domain specific language designed to ease the creation and maintainability of extensions for PHP with a focus on type and memory safety.", + "documentation": "Documentation", + "download": "Download", + "encancePhp": "Enhance your PHP frameworks/libraries by making them ", + "encancePhpBetter": "Better", + "encancePhpFaster": "Faster", + "encancePhpReliable": "More Reliable", + "everythingYouNeed": "Everything you need", + "everythingYouNeedDescription1": "Zephir, an open source, high-level language designed to ease the creation and maintainability of extensions for PHP with a focus on type and memory safety.", + "everythingYouNeedDescription2": "Zephir is a language that addresses the major needs of a PHP developer trying to write and compile code that can be executed by PHP. It is a dynamically/statically typed, some of its features can be familiar to PHP developers.", + "followUsOnSocialMedia": "Follow us on the different social networks", + "getInTouch": "Get in touch with us!", + "github": "Github", + "home": "Home", + "howToInstall": "Learn how to install the compiler", + "installation": "Installation", + "languageChineseSimplified": "Chinese (Simplified)", + "languageEnglish": "English", + "languageGreek": "Greek", + "languageRussian": "Russian", + "languageSpanish": "Spanish", + "languageUkranian": "Ukranian", + "main": "Main", + "memorySafety": "Memory safety", + "memorySafetyDescription": "Despite being a compiled language, it does not allow you to use pointers, it provides a garbage collector to avoid memory leaks and more.", + "needAHand": "Do you need a hand?", + "operators": "Operators", + "others": "Others", + "readTutorials": "Read some of our tutorials", + "seeWhatZCanDo": "See what zephir can do!", + "support": "Support", + "team": "Team", + "title": "Building PHP extensions is easy with Zephir", + "typeSystem": "Type System", + "typeSystemDescription": "Zephir combines static and dynamic typing in a friendly language that is compiled down to machine code using the industry standard compilers.", + "version": "Zephir version 0.9.4", + "websiteDesignedBy": "Website designed by", + "whatIsIt": "What is it?", + "zephir": "Zephir" +}