Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
265b704
add: feature spanish
nikes Oct 18, 2022
935cbc0
Merge remote-tracking branch 'origin/main' into feature/spanish
nikes Oct 25, 2022
596c2bd
update: i18n keys
nikes Oct 25, 2022
e01db30
test change
Oct 26, 2022
87d170e
artículos/ estilística
Oct 27, 2022
fb4c1eb
artículos/ estilística
Oct 27, 2022
b98c0ed
artic.+ grammar (es)
Oct 27, 2022
14d6c42
Merge branch 'feature/spanish' of https://github.com/DustFoundation/f…
Oct 27, 2022
ba407e5
artic
Oct 28, 2022
3ccd147
artic
Oct 28, 2022
c438262
Merge branch 'feature/spanish' of https://github.com/DustFoundation/f…
Nov 2, 2022
ce6283a
corrections
Nov 2, 2022
1d74774
los correcciónes
Nov 2, 2022
7ec406f
corr.2
Nov 2, 2022
9562f28
correct.3
Nov 2, 2022
116eee9
correct.3
Nov 2, 2022
bf89162
Merge remote-tracking branch 'origin/feature/spanish' into feature/sp…
Nov 2, 2022
94a54fa
Merge remote-tracking branch 'origin/feature/spanish' into feature/sp…
Nov 2, 2022
06ac8e6
правки
Nov 3, 2022
219eb5c
Merge branch 'feature/spanish' of https://github.com/DustFoundation/f…
Nov 3, 2022
40bb60b
правки 2
Nov 3, 2022
0989164
правки 2
Nov 3, 2022
51f7129
Merge remote-tracking branch 'origin/feature/spanish' into feature/sp…
Nov 3, 2022
05a3c9e
правки 4
Nov 5, 2022
d2b3845
правки 5
Nov 5, 2022
3c98f51
правки 6
Nov 5, 2022
204f581
правки 5
Nov 5, 2022
dd920f6
Merge remote-tracking branch 'origin/feature/spanish' into feature/sp…
Nov 5, 2022
442e198
cambios1
Nov 8, 2022
e7da5e8
cambios1
Nov 9, 2022
883a91d
cambios2
Nov 9, 2022
8f1fd41
cambios 3
Nov 9, 2022
a413774
зміни 1
Nov 10, 2022
8b10a46
зміни 2
Nov 10, 2022
6fa8ab3
зміни 3
Nov 10, 2022
6a3730e
changes
Nov 15, 2022
0d238bb
changes
Nov 15, 2022
ffc1131
Merge remote-tracking branch 'origin/feature/spanish' into feature/sp…
Nov 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion academy/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"excellent": "Excellent",
"rate_module": "Rate this module",
"leave_review?": "Would you like to leave your feedback?",
"next_lesson": "Next lesson",
"next_lesson": "The Next lesson",
"yes": "Yes",
"no": "No"
},
Expand Down
83 changes: 83 additions & 0 deletions academy/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"components": {
"course-finished-dialog": {
"title": "El final revisión del nuestro curso",
"module": "El módulo",
"leave_review": "Deja tus comentarios sobre el curso"
},
"menu": {
"test": "La prueba",
"testing": "La evaluación"
},
"module-finished-dialog": {
"module": "El módulo",
"open_access": "El acceso al módulo concedido",
"thanks_for_review": "Gracias, tu comentario es tomado en cuenta",
"awful": "Horrible",
"bad": "Malo",
"ok": "Promedio",
"good": "Bueno",
"excellent": "Excelente",
"rate_module": "Califica este módulo",
"leave_review?": "¿Le gustaría dejar sus comentarios?",
"next_lesson": "La siguiente lección",
"yes": "Sí",
"no": "No"
},
"module-review-dialog": {
"help_us": "Ayúdanos a mejorar este curso",
"please_leave_comment_about": "Por favor, ¿podría dejar una reseña sobre lo",
"leave_review": "Deja los comentarios",
"my_review": "Mi retroalimentación",
"module": "El módulo",
"course": "El curso",
"back": "volver"
}
},
"course-details": {
"level": "El nivel:",
"count_of_modules": "Los módulos:",
"count_of_lessons": "Las lecciones:",
"got_badges": "insignias recibidas",
"course_progress": "El progreso del curso",
"pass_again": "Pasa otra vez",
"continue_learning": "Continuar aprendiendo",
"start_learning": "Comienza a aprender",
"training_program": "el programa del aprendizaje",
"module": "El módulo",
"need_subscription": "Se requiere la suscripción activa"
},
"course-lesson": {
"pass_test": "Aprobar el examen",
"next_lesson": "la próxima lección",
"previous_lesson": "la lección anterior"
},
"course-test": {
"description": " Después de pasar la prueba, obtendrá una insignia especial que abre su acceso al siguiente módulo",
"ps": "PD ¡Pase la prueba sin errores para obtener una insignia de oro!",
"check_test": "Revisa la prueba",
"try_once_more": "Intentar otra vez",
"previous_lesson": "la lección anterior",
"onward": "próximo"
},
"courses": {
"need_subscription": "Se requiere una suscripción activa",
"new_course_in_development": "¡Ya hay nuevos cursos en el desarrollo!",
"level": "El nivel:",
"count_of_modules": "Los módulos:",
"count_of_lessons": "Las lecciones:",
"got_badges": "insignias recibidas",
"course_progress": "El progreso del curso",
"pass_again": "Pasa otra vez",
"continue_learning": "Continuar aprendiendo",
"start_learning": "Comienza a aprender",
"about": "Sobre",
"difficulty": {
"0": "Básico",
"1": "Elemental",
"2": "Medio",
"3": "Avanzado",
"-1": "Desconocido"
}
}
}
119 changes: 119 additions & 0 deletions auth/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"confirm-email": {
"title": "La confirmación del correo electrónico",
"subtitle": "Le hemos enviado un correo electrónico con un código de la confirmación. Por favor, introduzca este código a continuar",
"code": "El código",
"send_new_code": "Reenviar el codigo",
"get_new_code_after": {
"code": "Obtener un código nuevo",
"after": "en {{timer}} segundos"
},
"done": "Hecho",
"back": "Volver"
},
"confirm-mfa": {
"title": "Verifica tu cuenta",
"subtitle": "Ingrese el código que aparece en su aplicación Google Authenticator a continuar",
"code": "El código",
"back": "Volver",
"sign_in": "Registrarme"
},
"forgot-password": {
"title_1": "Restaurar la antigua gloria",
"subtitle_1": "Te enviaremos un cuervo con un código secreto para restaurar tu contraseña",
"get_code": "enviar un cuervo",
"title_2": "el cuervo ha llegado",
"subtitle_2": "Desenvuelva el pergamino que un cuervo le ha enviado a su correo electrónico y ingrese un código secreto a continuación.",
"code": "El código",
"send_new_code": "Reenviar el codigo",
"get_new_code_after": {
"code": "Obtener un nuevo código",
"after": "en {{timer}} segundos"
},
"title_3": "el juicio ha terminado",
"subtitle_3": "Has probado tu derecho a restaurar la antigua gloria. Ahora solo ingrese una nueva contraseña.",
"restore_password": "Restablecer la contraseña",
"form": {
"mail": "El correo electrónico",
"mail_input_placeholder": "[email protected]",
"new_password": "Nueva contraseña",
"repeat_password": "repite la contraseña",
"password_input_placeholder": "****************"
},
"validation_messages": {
"required": "Se requiere campo",
"invalid_email": "El formato del correo es inválido",
"min_length": "La longitud mínima es {{min}} {min, plural, =1 {símbolo} other {símbolos}}",
"max_length": "La longitud máxima es {{max}} {max, plural, =1 {símbolo} other {símbolos}}",
"passwords_not_match": "Las contraseñas no coinciden",
"password_rules": "La contraseña debe contener al menos 1 letra mayúscula y 1 dígito"
}
},
"new-password": {
"title": "el juicio ha terminado",
"subtitle": "Has probado tu derecho a restaurar la antigua gloria. Ahora solo ingrese una nueva contraseña.",
"restore_password": "Restablecer la contraseña",
"form": {
"new_password": "Nueva contraseña",
"repeat_password": "Repite la contraseña",
"password_input_placeholder": "****************"
},
"validation_messages": {
"required": "Se requiere campo",
"invalid_email": "El correo es inválido",
"min_length": "La longitud mínima es {{min}} {min, plural, =1 {símbolo} other {símbolos}}",
"max_length": "La longitud máxima es {{max}} {max, plural, =1 {símbolo} other {símbolos}}",
"passwords_not_match": "Las contraseñas no coinciden",
"password_rules": "La contraseña debe contener al menos 1 letra mayúscula y 1 dígito"
}
},
"sign-in": {
"no_account": "¿No tienes una cuenta?",
"sign_up": "Inscribirme",
"title": "Registrarme",
"forgot_password": "¿Olvidaste tu contraseña?",
"ban_reason": "El motivo de la expulsión:",
"banned_until": "Prohibido hasta:",
"sign_in": "Registrarme",
"form": {
"mail": "El correo electrónico",
"mail_input_placeholder": "[email protected]",
"password": "La contraseña",
"password_input_placeholder": "****************"
},
"validation_messages": {
"required": "Se requiere campo",
"invalid_email": "El correo es inválido",
"min_length": "La longitud mínima es {{min}} {min, plural, =1 {símbolo} other {símbolos}}",
"max_length": "La longitud máxima es {{max}} {max, plural, =1 {símbolo} other {símbolos}}"
}
},
"sign-up": {
"have_account": "¿Tiene usted una cuenta?",
"sign_in": "Registrarse",
"title": "El registro",
"forgot_password": "¿Olvidaste tu contraseña?",
"ban_reason": "El motivo de expulsión:",
"banned_until": "Prohibido hasta:",
"sign_up": "Inscribirme",
"policy": {
"agree": "Estoy de acuerdo con",
"with": "una política de la privacidad"
},
"form": {
"mail": "El correo electrónico",
"mail_input_placeholder": "[email protected]",
"password": "La contraseña",
"password_input_placeholder": "****************",
"repeat_password": "Repita tu contraseña"
},
"validation_messages": {
"required": "Se requiere campo",
"invalid_email": "El formato del correo es inválido",
"min_length": "La longitud mínima es {{min}} {min, plural, =1 {símbolo} other {símbolos}}",
"max_length": "La longitud máxima es {{max}} {max, plural, =1 {símbolo} other {símbolos}}",
"passwords_not_match": "Las contraseñas no coinciden",
"password_rules": "La contraseña debe contener al menos 1 letra mayúscula y 1 dígito"
}
}
}
14 changes: 7 additions & 7 deletions auth/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"forgot-password": {
"title_1": "Відновити колишню славу",
"subtitle_1": "Ми пошлемо у ваші землі ворона з секретним кодом для відновлення пароля",
"subtitle_1": "Ми пошлемо у ваші землі ворона з секретним кодом для відновлення паролю",
"get_code": "Надіслати ворона",
"title_2": "Ворон прибув",
"subtitle_2": "Розкрийте сувій, що був доставлений вороном на вашу пошту, та введіть секретний код нижче.",
Expand All @@ -41,7 +41,7 @@
"password_input_placeholder": "*****************"
},
"validation_messages": {
"required": "Поле обов'язково до заповнення",
"required": "Поле обов'язкове до заповнення",
"invalid_email": "Невалідний формат Email",
"min_length": "Мінімальна довжина {{ min }} {min, plural, =1 {символ} =2 {символа} =3 {символа} =4 {символа} other {символів}}",
"max_length": "Максимальна довжина {{ max }} {max, plural, =1 {символ} =2 {символа} =3 {символа} =4 {символа} other {символів}}",
Expand All @@ -59,7 +59,7 @@
"password_input_placeholder": "*****************"
},
"validation_messages": {
"required": "Поле обов'язково до заповнення",
"required": "Поле обов'язкове до заповнення",
"invalid_email": "Невалідний формат Email",
"min_length": "Мінімальна довжина {{ min }} {min, plural, =1 {символ} =2 {символа} =3 {символа} =4 {символа} other {символів}}",
"max_length": "Максимальна довжина {{ max }} {max, plural, =1 {символ} =2 {символа} =3 {символа} =4 {символа} other {символів}}",
Expand All @@ -73,7 +73,7 @@
"title": "Вхід до акаунта",
"forgot_password": "Забули пароль?",
"ban_reason": "Причина бана:",
"banned_until": "Забанений до:",
"banned_until": "Забанено до:",
"sign_in": "Увійти",
"form": {
"mail": "Пошта",
Expand All @@ -82,7 +82,7 @@
"password_input_placeholder": "*****************"
},
"validation_messages": {
"required": "Поле обов'язково до заповнення",
"required": "Поле обов'язкове до заповнення",
"invalid_email": "Невалідний формат Email",
"min_length": "Мінімальна довжина {{ min }} {min, plural, =1 {символ} =2 {символа} =3 {символа} =4 {символа} other {символів}}",
"max_length": "Максимальна довжина {{ max }} {max, plural, =1 {символ} =2 {символа} =3 {символа} =4 {символа} other {символів}}"
Expand All @@ -94,10 +94,10 @@
"title": "Реєстрація",
"forgot_password": "Забули пароль?",
"ban_reason": "Причина бана:",
"banned_until": "Забанений до:",
"banned_until": "Забанено до:",
"sign_up": "Зареєструватися",
"policy": {
"agree": "Я згоден з",
"agree": "Я погоджуюся з",
"with": "політикою конфіденційності"
},
"form": {
Expand Down
4 changes: 2 additions & 2 deletions balance/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"1": "We accept payments only in Tether (USDT).",
"2": "Top up your balance to activate your subscription.",
"3": "We recommend using «TRC20» network (fee ~1$)",
"4": "Sending any other coin or token to this address except USDT may result in loss of your funds.",
"4": "Sending any other coin or token to this address, except USDT, may result in loss of your funds.",
"5": {
"first_part": "To activate a subscription “{{ subscriptionName }}“ for {{ subscriptionTerm }}",
"second_part": "{subscriptionTerm, plural, =1 {day} =2 {days} =3 {days} =4 {days} other {days}} you need to top up your balance for {{ subscriptionPrice }} USDT + add ~1 USDT to cover a network fee."
}
},
"video_tutorial": "Video tutorial - how to buy a subscription",
"warning": "Risk warnings",
"specify_hash_or_number": "Specify hash or number of transaction",
"specify_hash_or_number": "Specify hash or a number of transaction",
"recommendation": {
"title": "Recommendations",
"1": "To lookup transaction number on Binance, follow this link (authorized):",
Expand Down
57 changes: 57 additions & 0 deletions balance/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"balance-main": {
"title": "Seleccione una red para la transferencia de USDT",
"top_up_amount": "Cantidad de la recarga",
"enter_top_up_amount": "Introduce el importe de la recarga",
"pay": "Pagar",
"click_to_copy": "Haga clic para copiar",
"copied": "copiado",
"erc20": "ERC20 Dirección:",
"trc20": "Dirección TRC20:",
"bep20": "BEP20 Dirección:",
"bep2": "Dirección BEP2:",
"memo": "MEMO Dirección:",
"important": {
"1": "Aceptamos pagos solo en Tether (USDT).",
"2": "Recarga tu saldo para activar tu suscripción.",
"3": "Recomendamos usar la red «TRC20» (tarifa ~1$)",
"4": "Enviar cualquiera otra moneda o token a esta dirección, excepto USDT, puede resultar en la pérdida de sus fondos.",
"5": {
"first_part": "Para activar una suscripción “{{subscriptionName}}“ para {{subscriptionTerm}}",
"second_part": "{subscriptionTerm, plural, =1 {day} =2 {days} =3 {days} =4 {days} other {days}} necesita recargar su saldo para {{subscriptionP e1}} USDT +c agregar tarifa de red."
},
"title": "Importante"
},
"video_tutorial": "Video tutorial - cómo comprar una suscripción",
"warning": "Advertencias del riesgo",
"specify_hash_or_number": "Especificar hash o número de la transacción",
"recommendation": {
"1": "Para buscar el número de la transacción en Binance, siga este enlace (autorizado):",
"2": "Si has enviado USDT desde otro intercambio, especifique en este campo Hash de transacción (ejemplo TRC20): fcb36c36a53a445aeadb39a567d426d456fc7a408d43160befe6f75d2b0f8ba1",
"3": "También puede especificar un número de transacción (Transferencia interna) - 43047269665, pero no lo confunda con su billetera - TMBt8SyQ6JuAoWxkZ8NKi9FjWQPXHHt2A3",
"title": "Recomendaciones"
},
"to_pay": "Monto a pagar: {{amount}} USDT",
"steps": {
"1": {
"title": "Paso 1",
"description": "Abra una aplicación de Binance en su teléfono y escanee el código QR, haciendo un clic en un icono en la esquina superior derecha de la página de inicio de la aplicación."
},
"2": {
"title": "Paso 2",
"description": "Ahora verá una ventana de confirmación de la transacción. Verifique el monto del pago y confirme la transacción. Después de eso, haga clic en \"He pagado\"."
}
},
"validation_messages": {
"required": "Se requiere campo",
"min_length": "La longitud mínima es {{min}} {min, plural, =1 {símbolo} other {símbolos}}"
},
"hash_or_number": "Hash de la transacción / el número",
"faq": "Las preguntas más frecuentes",
"payed": "He pagado",
"terms_to_use": "Los términos del Uso",
"privacy_policy": "La política de la privacidad",
"back": "Volver",
"confirm": "Confirmar"
}
}
4 changes: 2 additions & 2 deletions balance/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
}
},
"validation_messages": {
"required": "Поле обов'язково до заповнення",
"required": "Поле обов'язкове до заповнення",
"min_length": "Мінімальна довжина {{ min }} {min, plural, =1 {символ} =2 {символа} =3 {символа} =4 {символа} other {символів}}"
},
"hash_or_number": "Хеш / номер транзакції",
"faq": "FAQ",
"payed": "Я оплатив",
"payed": "Сплачено",
"terms_to_use": "Угода користувача",
"privacy_policy": "Політика конфіденційності",
"back": "Назад",
Expand Down
10 changes: 5 additions & 5 deletions checkout/en.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"components": {
"binance-pay-dialog": {
"enter_sum": "Enter top up amount",
"get_qr": "Get QR-code for payment",
"min_sum": "Minimum amount of top up is {{ num }}$",
"scan_qr": "Scan QR-code with your Binance mobile app to make a payment",
"enter_sum": "Enter the top up amount",
"get_qr": "Get the QR-code for payment",
"min_sum": "Minimum amount of the top up is {{ num }}$",
"scan_qr": "Scan the QR-code with your Binance mobile app to make a payment",
"i_paid": "I have paid",
"validation_messages": {
"required": "Field is required"
Expand Down Expand Up @@ -122,7 +122,7 @@
},
"checkout-status": {
"processing": "Flies through blockchain",
"success": "Payment successful",
"success": "Payment is successful",
"status": "Payment status:"
}
},
Expand Down
Loading