chore: Enable Russian, update translations (#1159)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-08-22 17:54:16 +05:30
committed by GitHub
parent cdd385b269
commit 83eb92e7ff
268 changed files with 4686 additions and 1469 deletions

View File

@@ -44,9 +44,14 @@
"LABEL": "Profiel afbeelding"
},
"NAME": {
"LABEL": "Uw naam",
"ERROR": "Voer een geldige naam in",
"PLACEHOLDER": "Voer je naam in, dit zou worden weergegeven in gesprekken"
"LABEL": "Your full name",
"ERROR": "Please enter a valid full name",
"PLACEHOLDER": "Please enter your full name"
},
"DISPLAY_NAME": {
"LABEL": "Display name",
"ERROR": "Please enter a valid display name",
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
},
"AVAILABILITY": {
"LABEL": "Availability",
@@ -122,5 +127,21 @@
"INTEGRATIONS": "Integraties",
"ACCOUNT_SETTINGS": "Accountinstellingen",
"LABELS": "Labelen"
},
"CREATE_ACCOUNT": {
"NEW_ACCOUNT": "New Account",
"SELECTOR_SUBTITLE": "Create a new account",
"API": {
"SUCCESS_MESSAGE": "Account created successfully",
"EXIST_MESSAGE": "Account already exists",
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
},
"FORM": {
"NAME": {
"LABEL": "Klant naam",
"PLACEHOLDER": "Wayne Ondernemingen"
},
"SUBMIT": "Bevestigen"
}
}
}