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": "y "
  289. {
  290. "label": "LBL_CHECK_USER_MESSAGE",
  291. "text": "👤 {username}<br>"
  292. },
  293. {
  294. "label": "LBL_CHECK_USER_MESSAGE",
  295. "text": "👤 Nombre de usuario: {username}<br>📆 Vence en: {expiration_date}<br>📅 Días restantes: {expiration_days}<br>🚫 Limite: {count_connections}|{limit_connections}"
  296. },
  297. {
  298. "label": "LBL_NETWORK_STATUS",
  299. "text": "Estado de red: %s"
  300. },
  301. {
  302. "label": "LBL_WELCOME",
  303. "text": "Bienvenido"
  304. },
  305. {
  306. "label": "LBL_INFO",
  307. "text": "Aviso"
  308. },
  309. {
  310. "label": "LBL_ALERT",
  311. "text": "Alerta"
  312. },
  313. {
  314. "label": "LBL_SSH_LIB_NOT_FOUND",
  315. "text": "SSH no encontrado"
  316. },
  317. {
  318. "label": "LBL_V2RAY_NOT_FOUND",
  319. "text": "V2ray no encontrado"
  320. },
  321. {
  322. "label": "LBL_OPENVPN_NOT_FOUND",
  323. "text": "Openvpn no encontrado"
  324. },
  325. {
  326. "label": "LBL_APP_UPDATE_TITLE",
  327. "text": "ACTUALIZACIÓN DISPONIBLE"
  328. },
  329. {
  330. "label": "LBL_APP_UPDATE_MESSAGE",
  331. "text": "HAY DISPONIBLE UNA NUEVA VERSIÓN DE LA APLICACIÓN, HAGA CLIC EN EL BOTÓN A CONTINUACIÓN PARA ACTUALIZAR."
  332. },
  333. {
  334. "label": "LBL_APP_UPDATE_BUTTON",
  335. "text": "ACTUALIZAR"
  336. },
  337. {
  338. "label": "LBL_APP_UPDATE_INSTALL",
  339. "text": "INSTALAR"
  340. },
  341. {
  342. "label": "LBL_APP_UPDATE_DOWNLOADING",
  343. "text": "DESCARGANDO ACTUALIZACIÓN"
  344. },
  345. {
  346. "label": "LBL_APP_UPDATE_DOWNLOAD_COMPLETED",
  347. "text": "DESCARGA COMPLETA"
  348. },
  349. {
  350. "label": "LBL_CONFIG_NOT_SELECTED",
  351. "text": "Ninguna configuración seleccionada"
  352. },
  353. {
  354. "label": "LBL_CONFIG_NOT_ACTIVE",
  355. "text": "Parece que la configuración seleccionada no está activa"
  356. },
  357. {
  358. "label": "LBL_CLEAR_APP_TITLE",
  359. "text": "BORRAR APLICACIÓN"
  360. },
  361. {
  362. "label": "LBL_CLEAR_APP_MESSAGE",
  363. "text": "¿ESTÁS SEGURO DE QUE QUIERES LIMPIAR LA APLICACIÓN?"
  364. },
  365. {
  366. "label": "LBL_VPN_PERMISSION_DENIED",
  367. "text": "ERROR AL ESTABLECER CONEXIÓN VPN"
  368. },
  369. {
  370. "label": "LBL_VPN_PERMISSION_DENIED_TEXT",
  371. "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.."
  372. },
  373. {
  374. "label": "LBL_VPN_PERMISSION_DENIED_BTN",
  375. "text": "ABRIR CONFIGURACIÓN DE VPN"
  376. },
  377. {
  378. "label": "LBL_YES",
  379. "text": "Si"
  380. },
  381. {
  382. "label": "LBL_NO",
  383. "text": "No"
  384. },
  385. {
  386. "label": "LBL_CONFIG_IMPORT_TITLE",
  387. "text": "IMPORTAR CONFIGURACIÓN"
  388. },
  389. {
  390. "label": "LBL_CONFIG_IMPORT_MESSAGE",
  391. "text": "SE ENCONTRÓ UNA CONFIGURACIÓN EN EL PORTAPAPELES. ¿QUIERES IMPORTAR?"
  392. },
  393. {
  394. "label": "LBL_CONFIG_IMPORT_BTN_IMPORT",
  395. "text": "IMPORTAR"
  396. },
  397. {
  398. "label": "LBL_LIMITER_TITLE",
  399. "text": "LIMITADOR"
  400. },
  401. {
  402. "label": "LBL_LIMITER_TEXT",
  403. "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"
  404. },
  405. {
  406. "label": "LBL_VALIDATING_ACCESS",
  407. "text": "Validando tu acceso..."
  408. },
  409. {
  410. "label": "LBL_DNS_FORWARDING_DISABLED",
  411. "text": "<b>Reenvío de dns deshabilitado</b>"
  412. },
  413. {
  414. "label": "LBL_DNS_FORWARDING_ENABLED",
  415. "text": "<b>Reenvío dns habilitado</b>"
  416. },
  417. {
  418. "label": "LBL_QUANTITY_PAYLOAD",
  419. "text": "<b>PAYLOADS: %s</b>"
  420. },
  421. {
  422. "label": "LBL_QUANTITY_SNI",
  423. "text": "<b>SNI: %s</b>"
  424. },
  425. {
  426. "label": "LBL_QUANTITY_PROXY",
  427. "text": "<b>PROXIES: %s</b>"
  428. },
  429. {
  430. "label": "LBL_QUANTITY_SERVER",
  431. "text": "<b>SERVIDORES: %s</b>"
  432. },
  433. {
  434. "label": "LBL_QUANTITY_PROCESS",
  435. "text": "<b>PROCESOS: %s</b>"
  436. }
  437. ]

comments powered by Disqus