Last active
August 7, 2020 13:17
-
-
Save burhanyilmaz/f9d3d669e7f5a5c3b8dd27a19f901a30 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"en": { | |
"password": "Password", | |
"phoneNumber": "Phone Number", | |
"singIn": "Sign in!" | |
}, | |
"es": { | |
"password": "Contraseña", | |
"phoneNumber": "Número de teléfono", | |
"singIn": "Registrarse!" | |
}, | |
"languages": [ | |
"tr", | |
"en", | |
"ru", | |
"es", | |
"fr" | |
], | |
"ru": { | |
"password": "пароль", | |
"phoneNumber": "Телефонный номер", | |
"singIn": "войти в систему!" | |
}, | |
"tr": { | |
"password": "Sifre", | |
"phoneNumber": "Telefon Numarasi", | |
"singIn": "Giris Yap!" | |
}, | |
"fr": { | |
"password": "Wachtwurd", | |
"phoneNumber": "Telefoannûmer", | |
"singIn": "Ynlogge!" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment