-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations en.json (Ukrainian)
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |