Textos app


SUBMITTED BY: anbach

DATE: Nov. 21, 2023, 3:17 a.m.

UPDATED: March 6, 2024, 8 p.m.

FORMAT: Text only

SIZE: 10.0 kB

HITS: 1012

  1. [
  2. {
  3. "label": "LBL_BTN_START",
  4. "text": "CONECTAR"
  5. },
  6. {
  7. "label": "LBL_BTN_STOPPING",
  8. "text": "DETENIENDO"
  9. },
  10. {
  11. "label": "LBL_BTN_STOP",
  12. "text": "DETENER"
  13. },
  14. {
  15. "label": "LBL_BTN_RECONNECT",
  16. "text": "RECONECTAR"
  17. },
  18. {
  19. "label": "LBL_DISCONNECTED",
  20. "text": "<b>DESCONECTADO</b>"
  21. },
  22. {
  23. "label": "LBL_RECORD",
  24. "text": "REGISTRO"
  25. },
  26. {
  27. "label": "LBL_CHOOSE_CONFIG",
  28. "text": "SELECCIONA UN SERVIDOR"
  29. },
  30. {
  31. "label": "LBL_UUID",
  32. "text": "Contraseña"
  33. },
  34. {
  35. "label": "LBL_USERNAME",
  36. "text": "Usuario"
  37. },
  38. {
  39. "label": "LBL_PASSWORD",
  40. "text": "Contraseña"
  41. },
  42. {
  43. "label": "LBL_UUID_INVALID",
  44. "text": "Contraseña incorrecta"
  45. },
  46. {
  47. "label": "LBL_USERNAME_INVALID",
  48. "text": "Nombre de usuario no valido"
  49. },
  50. {
  51. "label": "LBL_PASSWORD_INVALID",
  52. "text": "Contraseña no valida"
  53. },
  54. {
  55. "label": "LBL_USERNAME_PASSWORD_INVALID",
  56. "text": "Por favor complete el nombre de usuario y contraseña"
  57. },
  58. {
  59. "label": "LBL_CONFIG_TITLE",
  60. "text": "Configuración"
  61. },
  62. {
  63. "label": "LBL_INITIALIZING_APP",
  64. "text": "Iniciando netgo pro"
  65. },
  66. {
  67. "label": "LBL_CONFIG_LOADED",
  68. "text": "Configuración cargada"
  69. },
  70. {
  71. "label": "LBL_SEARCHING_FOR_UPDATES",
  72. "text": "Buscando..."
  73. },
  74. {
  75. "label": "LBL_CONFIG_UPDATED",
  76. "text": "Actualizado exitosamente."
  77. },
  78. {
  79. "label": "LBL_CONFIG_NOT_SUPPORTED",
  80. "text": "Parece que esta configuración no es compatible con esta versión de netgo"
  81. },
  82. {
  83. "label": "LBL_ERROR_ESTABLISHING_CONNECTION_SSH",
  84. "text": "<b>Error al establecer la conexión.</b>"
  85. },
  86. {
  87. "label": "LBL_RECONNECTION_PROCESS",
  88. "text": "Proceso de reconexión"
  89. },
  90. {
  91. "label": "LBL_RECONNECTING_IN",
  92. "text": "Reconectando en: %ss"
  93. },
  94. {
  95. "label": "LBL_RECONNECTING",
  96. "text": "Reconectando..."
  97. },
  98. {
  99. "label": "LBL_CONNECTING",
  100. "text": "Conectando..."
  101. },
  102. {
  103. "label": "LBL_STOPPING",
  104. "text": "Deteniendo..."
  105. },
  106. {
  107. "label": "LBL_LOCAL_IP",
  108. "text": "IP local: %s"
  109. },
  110. {
  111. "label": "LBL_LOCAL_IP_INFO",
  112. "text": "IPv4 local: %1$s/%2$d MTU: %3$d"
  113. },
  114. {
  115. "label": "LBL_DNS_SERVER_INFO",
  116. "text": "Servidor dns: %s"
  117. },
  118. {
  119. "label": "LBL_ROUTES_INFO_INCL",
  120. "text": "Rutas: %s"
  121. },
  122. {
  123. "label": "LBL_ROUTES_INFO_EXCL",
  124. "text": "Rutas eliminadas: %s"
  125. },
  126. {
  127. "label": "LBL_INVALID_CONFIG_OVPN",
  128. "text": "Configuración de ovpn no válida"
  129. },
  130. {
  131. "label": "LBL_ERROR",
  132. "text": "Error: %s"
  133. },
  134. {
  135. "label": "LBL_CONFIG_NOT_FOUND_TITLE",
  136. "text": "Configuración no encontrada"
  137. },
  138. {
  139. "label": "LBL_CONFIG_NOT_FOUND_TEXT",
  140. "text": "No se encontraron configuraciones"
  141. },
  142. {
  143. "label": "LBL_STOP_APPLICATION",
  144. "text": "Para continuar, a la aplicación."
  145. },
  146. {
  147. "label": "LBL_FINGERPRINT",
  148. "text": "<b>Impresión digital: %s</b>"
  149. },
  150. {
  151. "label": "LBL_AUTHENTICATING",
  152. "text": "Identificando..."
  153. },
  154. {
  155. "label": "LBL_AUTHENTICATION_SUCCESS",
  156. "text": "<b>Autenticación completada exitosamente.</>"
  157. },
  158. {
  159. "label": "LBL_AUTHENTICATION_FAILED",
  160. "text": "Error de autenticación"
  161. },
  162. {
  163. "label": "LBL_AUTHENTICATION_FAILED_TEXT",
  164. "text": "No se puede autenticar con el servidor. Por favor verifique su nombre de usuario y contraseña."
  165. },
  166. {
  167. "label": "LBL_STATE_CONNECTED",
  168. "text": "Conectado"
  169. },
  170. {
  171. "label": "LBL_STATE_DISCONNECTED",
  172. "text": "Desconectado"
  173. },
  174. {
  175. "label": "LBL_STATE_CONNECTING",
  176. "text": "Conectando"
  177. },
  178. {
  179. "label": "LBL_STATE_STOPPING",
  180. "text": "Deteniendo"
  181. },
  182. {
  183. "label": "LBL_STATE_NO_NETWORK",
  184. "text": "Sin acceso a internet"
  185. },
  186. {
  187. "label": "LBL_STATE_AUTH",
  188. "text": "IDENTIFICANDO"
  189. },
  190. {
  191. "label": "LBL_STATE_AUTH_FAILED",
  192. "text": "Error de autenticación"
  193. },
  194. {
  195. "label": "LBL_STATE_UNKNOWN",
  196. "text": "Desconocido"
  197. },
  198. {
  199. "label": "LBL_STATE_ASSIGN_IP",
  200. "text": "Asignación de ip"
  201. },
  202. {
  203. "label": "LBL_STATE_ADD_ROUTES",
  204. "text": "Agregar rutas"
  205. },
  206. {
  207. "label": "LBL_STATE_RECONNECTING",
  208. "text": "Reconectando"
  209. },
  210. {
  211. "label": "LBL_STATE_EXITING",
  212. "text": "Saliendo"
  213. },
  214. {
  215. "label": "LBL_STATE_RESOLVE",
  216. "text": "Resolviendo"
  217. },
  218. {
  219. "label": "LBL_STATE_TCP_CONNECT",
  220. "text": "Conectando (TCP)"
  221. },
  222. {
  223. "label": "LBL_STATE_VPN_GENERATE_CONFIG",
  224. "text": "Generando configuración"
  225. },
  226. {
  227. "label": "LBL_STATE_WAIT",
  228. "text": "Espere"
  229. },
  230. {
  231. "label": "LBL_STATE_GET_CONFIG",
  232. "text": "Obteniendo configuración"
  233. },
  234. {
  235. "label": "LBL_VPN_ESTABLISHED",
  236. "text": "<b>CONECTADO</b>"
  237. },
  238. {
  239. "label": "LBL_APP_VERSION",
  240. "text": "<b>%s %s %s</b>"
  241. },
  242. {
  243. "label": "LBL_MOBILE_INFO",
  244. "text": "<b>%s | %s | %s | %s</b>"
  245. },
  246. {
  247. "label": "LBL_ROUTE_REJECTED",
  248. "text": "Ruta rechazada:"
  249. },
  250. {
  251. "label": "LBL_COULD_NOT_ADD_DNS",
  252. "text": "No se puede agregar dns:"
  253. },
  254. {
  255. "label": "LBL_ERROR_INTERFACE_TUN",
  256. "text": "Error al crear la interfaz tun"
  257. },
  258. {
  259. "label": "LBL_OPENING_INTERFACE_TUN",
  260. "text": "Abriendo interfaz tun"
  261. },
  262. {
  263. "label": "LBL_CHECKING_USER",
  264. "text": "Verificando usuario..."
  265. },
  266. {
  267. "label": "LBL_CHECKING_USER_FAILED",
  268. "text": "No se pudo verificar el usuario"
  269. },
  270. {
  271. "label": "LBL_OVPN_STARTED",
  272. "text": "Openvpn iniciado"
  273. },
  274. {
  275. "label": "LBL_TLS_VERSION",
  276. "text": "<b>Versión de tls: %s</b>"
  277. },
  278. {
  279. "label": "LBL_TLS_ALGORITHM",
  280. "text": "<b>Algoritmo tls: %s</b>"
  281. },
  282. {
  283. "label": "LBL_INVALID_IP",
  284. "text": "IP inválido: %s"
  285. },
  286. {
  287. "label": "LBL_CHECK_USER_TITLE",
  288. "text": "HOLA "
  289. "label": "LBL_CHECK_USER_MESSAGE",
  290. "text": "👤 {username}<br>"
  291. },
  292. {
  293. "label": "LBL_CHECK_USER_MESSAGE",
  294. "text": "👤 Nombre de usuario: {username}<br>📆 Vence en: {expiration_date}<br>📅 Días restantes: {expiration_days}<br>🚫 Limite: {count_connections}|{limit_connections}"
  295. },
  296. {
  297. "label": "LBL_NETWORK_STATUS",
  298. "text": "Estado de red: %s"
  299. },
  300. {
  301. "label": "LBL_WELCOME",
  302. "text": "Bienvenido"
  303. },
  304. {
  305. "label": "LBL_INFO",
  306. "text": "Aviso"
  307. },
  308. {
  309. "label": "LBL_ALERT",
  310. "text": "Alerta"
  311. },
  312. {
  313. "label": "LBL_SSH_LIB_NOT_FOUND",
  314. "text": "SSH no encontrado"
  315. },
  316. {
  317. "label": "LBL_V2RAY_NOT_FOUND",
  318. "text": "V2ray no encontrado"
  319. },
  320. {
  321. "label": "LBL_OPENVPN_NOT_FOUND",
  322. "text": "Openvpn no encontrado"
  323. },
  324. {
  325. "label": "LBL_APP_UPDATE_TITLE",
  326. "text": "ACTUALIZACIÓN DISPONIBLE"
  327. },
  328. {
  329. "label": "LBL_APP_UPDATE_MESSAGE",
  330. "text": "HAY DISPONIBLE UNA NUEVA VERSIÓN DE LA APLICACIÓN, HAGA CLIC EN EL BOTÓN A CONTINUACIÓN PARA ACTUALIZAR."
  331. },
  332. {
  333. "label": "LBL_APP_UPDATE_BUTTON",
  334. "text": "ACTUALIZAR"
  335. },
  336. {
  337. "label": "LBL_APP_UPDATE_INSTALL",
  338. "text": "INSTALAR"
  339. },
  340. {
  341. "label": "LBL_APP_UPDATE_DOWNLOADING",
  342. "text": "DESCARGANDO ACTUALIZACIÓN"
  343. },
  344. {
  345. "label": "LBL_APP_UPDATE_DOWNLOAD_COMPLETED",
  346. "text": "DESCARGA COMPLETA"
  347. },
  348. {
  349. "label": "LBL_CONFIG_NOT_SELECTED",
  350. "text": "Ninguna configuración seleccionada"
  351. },
  352. {
  353. "label": "LBL_CONFIG_NOT_ACTIVE",
  354. "text": "Parece que la configuración seleccionada no está activa"
  355. },
  356. {
  357. "label": "LBL_CLEAR_APP_TITLE",
  358. "text": "BORRAR APLICACIÓN"
  359. },
  360. {
  361. "label": "LBL_CLEAR_APP_MESSAGE",
  362. "text": "¿ESTÁS SEGURO DE QUE QUIERES LIMPIAR LA APLICACIÓN?"
  363. },
  364. {
  365. "label": "LBL_VPN_PERMISSION_DENIED",
  366. "text": "ERROR AL ESTABLECER CONEXIÓN VPN"
  367. },
  368. {
  369. "label": "LBL_VPN_PERMISSION_DENIED_TEXT",
  370. "text": "Lo sentimos, no se pudo establecer la conexión vpn. Esto podría deberse a que eligió no agregar un perfil de vpn, le negó el acceso al servicio vpn o tiene una aplicación que utiliza vpn siempre activa. Verifique la configuración de su vpn y asegúrese de que no haya otras aplicaciones que estén usando la vpn para garantizar que la conexión vpn se pueda establecer correctamente.."
  371. },
  372. {
  373. "label": "LBL_VPN_PERMISSION_DENIED_BTN",
  374. "text": "ABRIR CONFIGURACIÓN DE VPN"
  375. },
  376. {
  377. "label": "LBL_YES",
  378. "text": "Si"
  379. },
  380. {
  381. "label": "LBL_NO",
  382. "text": "No"
  383. },
  384. {
  385. "label": "LBL_CONFIG_IMPORT_TITLE",
  386. "text": "IMPORTAR CONFIGURACIÓN"
  387. },
  388. {
  389. "label": "LBL_CONFIG_IMPORT_MESSAGE",
  390. "text": "SE ENCONTRÓ UNA CONFIGURACIÓN EN EL PORTAPAPELES. ¿QUIERES IMPORTAR?"
  391. },
  392. {
  393. "label": "LBL_CONFIG_IMPORT_BTN_IMPORT",
  394. "text": "IMPORTAR"
  395. },
  396. {
  397. "label": "LBL_LIMITER_TITLE",
  398. "text": "LIMITADOR"
  399. },
  400. {
  401. "label": "LBL_LIMITER_TEXT",
  402. "text": "Lo sentimos, pero actualmente se ha alcanzado el número máximo de conexiones permitidas. Inténtelo de nuevo más tarde o comuníquese con el soporte para obtener más información. Gracias"
  403. },
  404. {
  405. "label": "LBL_VALIDATING_ACCESS",
  406. "text": "Validando tu acceso..."
  407. },
  408. {
  409. "label": "LBL_DNS_FORWARDING_DISABLED",
  410. "text": "<b>Reenvío de dns deshabilitado</b>"
  411. },
  412. {
  413. "label": "LBL_DNS_FORWARDING_ENABLED",
  414. "text": "<b>Reenvío dns habilitado</b>"
  415. },
  416. {
  417. "label": "LBL_QUANTITY_PAYLOAD",
  418. "text": "<b>PAYLOADS: %s</b>"
  419. },
  420. {
  421. "label": "LBL_QUANTITY_SNI",
  422. "text": "<b>SNI: %s</b>"
  423. },
  424. {
  425. "label": "LBL_QUANTITY_PROXY",
  426. "text": "<b>PROXIES: %s</b>"
  427. },
  428. {
  429. "label": "LBL_QUANTITY_SERVER",
  430. "text": "<b>SERVIDORES: %s</b>"
  431. },
  432. {
  433. "label": "LBL_QUANTITY_PROCESS",
  434. "text": "<b>PROCESOS: %s</b>"
  435. }
  436. ]

comments powered by Disqus