Advertisement
modtechmaster

app_text

Dec 23rd, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 KB | None | 0 0
  1. [
  2. {
  3. "label": "LBL_BTN_START",
  4. "text": "START"
  5. },
  6. {
  7. "label": "LBL_BTN_STOPPING",
  8. "text": "STOPPING"
  9. },
  10. {
  11. "label": "LBL_BTN_STOP",
  12. "text": "STOP"
  13. },
  14. {
  15. "label": "LBL_BTN_RECONNECT",
  16. "text": "RECONNECT"
  17. },
  18. {
  19. "label": "LBL_DISCONNECTED",
  20. "text": "<b>Offline</b>"
  21. },
  22. {
  23. "label": "LBL_RECORD",
  24. "text": "RECORD"
  25. },
  26. {
  27. "label": "LBL_CHOOSE_CONFIG",
  28. "text": "CHOOSE A SETTING"
  29. },
  30. {
  31. "label": "LBL_UUID",
  32. "text": "UUID V2Ray"
  33. },
  34. {
  35. "label": "LBL_USERNAME",
  36. "text": "Username"
  37. },
  38. {
  39. "label": "LBL_PASSWORD",
  40. "text": "Password"
  41. },
  42. {
  43. "label": "LBL_UUID_INVALID",
  44. "text": "UUID invalid"
  45. },
  46. {
  47. "label": "LBL_USERNAME_INVALID",
  48. "text": "Invalid username"
  49. },
  50. {
  51. "label": "LBL_PASSWORD_INVALID",
  52. "text": "Invalid password"
  53. },
  54. {
  55. "label": "LBL_USERNAME_PASSWORD_INVALID",
  56. "text": "Please fill in the username and password"
  57. },
  58. {
  59. "label": "LBL_CONFIG_TITLE",
  60. "text": "Settings"
  61. },
  62. {
  63. "label": "LBL_INITIALIZING_APP",
  64. "text": "Initializing application"
  65. },
  66. {
  67. "label": "LBL_CONFIG_LOADED",
  68. "text": "Configuration loaded"
  69. },
  70. {
  71. "label": "LBL_SEARCHING_FOR_UPDATES",
  72. "text": "Looking for updates"
  73. },
  74. {
  75. "label": "LBL_CONFIG_UPDATED",
  76. "text": "Settings updated successfully"
  77. },
  78. {
  79. "label": "LBL_CONFIG_NOT_SUPPORTED",
  80. "text": "It appears this setting is not supported in this application"
  81. },
  82. {
  83. "label": "LBL_ERROR_ESTABLISHING_CONNECTION_SSH",
  84. "text": "<b>Error establishing SSH connection</b>"
  85. },
  86. {
  87. "label": "LBL_RECONNECTION_PROCESS",
  88. "text": "Reconnection process"
  89. },
  90. {
  91. "label": "LBL_RECONNECTING_IN",
  92. "text": "Reconnecting at: %ss"
  93. },
  94. {
  95. "label": "LBL_RECONNECTING",
  96. "text": "Reconnecting..."
  97. },
  98. {
  99. "label": "LBL_CONNECTING",
  100. "text": "Connecting..."
  101. },
  102. {
  103. "label": "LBL_STOPPING",
  104. "text": "Stopping..."
  105. },
  106. {
  107. "label": "LBL_LOCAL_IP",
  108. "text": "Local IP: %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": "DNS Server: %s"
  117. },
  118. {
  119. "label": "LBL_ROUTES_INFO_INCL",
  120. "text": "Routes: %s"
  121. },
  122. {
  123. "label": "LBL_ROUTES_INFO_EXCL",
  124. "text": "Deleted routes: %s"
  125. },
  126. {
  127. "label": "LBL_INVALID_CONFIG_OVPN",
  128. "text": "Invalid OVPN configuration"
  129. },
  130. {
  131. "label": "LBL_ERROR",
  132. "text": "Error: %s"
  133. },
  134. {
  135. "label": "LBL_CONFIG_NOT_FOUND_TITLE",
  136. "text": "Configuration not found"
  137. },
  138. {
  139. "label": "LBL_CONFIG_NOT_FOUND_TEXT",
  140. "text": "No settings found"
  141. },
  142. {
  143. "label": "LBL_STOP_APPLICATION",
  144. "text": "To continue, for the application"
  145. },
  146. {
  147. "label": "LBL_FINGERPRINT",
  148. "text": "<b>Fingerprint: %s</b>"
  149. },
  150. {
  151. "label": "LBL_AUTHENTICATING",
  152. "text": "Authenticating..."
  153. },
  154. {
  155. "label": "LBL_AUTHENTICATION_SUCCESS",
  156. "text": "<b>Authentication successful</>"
  157. },
  158. {
  159. "label": "LBL_AUTHENTICATION_FAILED",
  160. "text": "Authentication failed"
  161. },
  162. {
  163. "label": "LBL_AUTHENTICATION_FAILED_TEXT",
  164. "text": "Unable to authenticate with server. Please check your username and password."
  165. },
  166. {
  167. "label": "LBL_STATE_CONNECTED",
  168. "text": "Connected"
  169. },
  170. {
  171. "label": "LBL_STATE_DISCONNECTED",
  172. "text": "Disconnected"
  173. },
  174. {
  175. "label": "LBL_STATE_CONNECTING",
  176. "text": "Connecting"
  177. },
  178. {
  179. "label": "LBL_STATE_STOPPING",
  180. "text": "Stopping"
  181. },
  182. {
  183. "label": "LBL_STATE_NO_NETWORK",
  184. "text": "No internet access"
  185. },
  186. {
  187. "label": "LBL_STATE_AUTH",
  188. "text": "Authenticating"
  189. },
  190. {
  191. "label": "LBL_STATE_AUTH_FAILED",
  192. "text": "Authentication failed"
  193. },
  194. {
  195. "label": "LBL_STATE_UNKNOWN",
  196. "text": "Unknown"
  197. },
  198. {
  199. "label": "LBL_STATE_ASSIGN_IP",
  200. "text": "Assigning IP"
  201. },
  202. {
  203. "label": "LBL_STATE_ADD_ROUTES",
  204. "text": "Adding routes"
  205. },
  206. {
  207. "label": "LBL_STATE_RECONNECTING",
  208. "text": "Reconnecting"
  209. },
  210. {
  211. "label": "LBL_STATE_EXITING",
  212. "text": "Leaving"
  213. },
  214. {
  215. "label": "LBL_STATE_RESOLVE",
  216. "text": "Solving"
  217. },
  218. {
  219. "label": "LBL_STATE_TCP_CONNECT",
  220. "text": "Connecting (TCP)"
  221. },
  222. {
  223. "label": "LBL_STATE_VPN_GENERATE_CONFIG",
  224. "text": "Generating configuration"
  225. },
  226. {
  227. "label": "LBL_STATE_WAIT",
  228. "text": "Waiting"
  229. },
  230. {
  231. "label": "LBL_STATE_GET_CONFIG",
  232. "text": "Getting configuration"
  233. },
  234. {
  235. "label": "LBL_VPN_ESTABLISHED",
  236. "text": "<b>VPN established</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": "Route rejected:"
  249. },
  250. {
  251. "label": "LBL_COULD_NOT_ADD_DNS",
  252. "text": "Unable to add DNS:"
  253. },
  254. {
  255. "label": "LBL_ERROR_INTERFACE_TUN",
  256. "text": "Error creating tun interface"
  257. },
  258. {
  259. "label": "LBL_OPENING_INTERFACE_TUN",
  260. "text": "Opening tun interface"
  261. },
  262. {
  263. "label": "LBL_CHECKING_USER",
  264. "text": "Verifying user..."
  265. },
  266. {
  267. "label": "LBL_CHECKING_USER_FAILED",
  268. "text": "Failed to verify user"
  269. },
  270. {
  271. "label": "LBL_OVPN_STARTED",
  272. "text": "OpenVPN started"
  273. },
  274. {
  275. "label": "LBL_TLS_VERSION",
  276. "text": "<b>TLS Version: %s</b>"
  277. },
  278. {
  279. "label": "LBL_TLS_ALGORITHM",
  280. "text": "<b>TLS Algorithm: %s</b>"
  281. },
  282. {
  283. "label": "LBL_INVALID_IP",
  284. "text": "Invalid IP: %s"
  285. },
  286. {
  287. "label": "LBL_CHECK_USER_TITLE",
  288. "text": "USER INFO"
  289. },
  290. {
  291. "label": "LBL_CHECK_USER_MESSAGE",
  292. "text": "👤 Username: {username}<br>📆 Expires on: {expiration_date}<br>📅 Days remaining: {expiration_days}<br>🚫 Connections: {count_connections}|{limit_connections}"
  293. },
  294. {
  295. "label": "LBL_NETWORK_STATUS",
  296. "text": "Network status: %s"
  297. },
  298. {
  299. "label": "LBL_WELCOME",
  300. "text": "Welcome"
  301. },
  302. {
  303. "label": "LBL_INFO",
  304. "text": "Warning"
  305. },
  306. {
  307. "label": "LBL_ALERT",
  308. "text": "Alert"
  309. },
  310. {
  311. "label": "LBL_SSH_LIB_NOT_FOUND",
  312. "text": "SSH not found"
  313. },
  314. {
  315. "label": "LBL_V2RAY_NOT_FOUND",
  316. "text": "V2Ray not found"
  317. },
  318. {
  319. "label": "LBL_OPENVPN_NOT_FOUND",
  320. "text": "OpenVPN not found"
  321. },
  322. {
  323. "label": "LBL_APP_UPDATE_TITLE",
  324. "text": "UPDATE AVAILABLE"
  325. },
  326. {
  327. "label": "LBL_APP_UPDATE_MESSAGE",
  328. "text": "A NEW VERSION OF THE APP IS AVAILABLE, CLICK THE BUTTON BELOW TO UPDATE."
  329. },
  330. {
  331. "label": "LBL_APP_UPDATE_BUTTON",
  332. "text": "UPDATE"
  333. },
  334. {
  335. "label": "LBL_APP_UPDATE_INSTALL",
  336. "text": "INSTALL"
  337. },
  338. {
  339. "label": "LBL_APP_UPDATE_DOWNLOADING",
  340. "text": "DOWNLOADING UPDATE"
  341. },
  342. {
  343. "label": "LBL_APP_UPDATE_DOWNLOAD_COMPLETED",
  344. "text": "DOWNLOAD COMPLETE"
  345. },
  346. {
  347. "label": "LBL_CONFIG_NOT_SELECTED",
  348. "text": "No settings selected"
  349. },
  350. {
  351. "label": "LBL_CONFIG_NOT_ACTIVE",
  352. "text": "It appears that the selected configuration is not active"
  353. },
  354. {
  355. "label": "LBL_CLEAR_APP_TITLE",
  356. "text": "CLEAR APPLICATION"
  357. },
  358. {
  359. "label": "LBL_CLEAR_APP_MESSAGE",
  360. "text": "ARE YOU SURE YOU WANT TO CLEAN THE APP?"
  361. },
  362. {
  363. "label": "LBL_VPN_PERMISSION_DENIED",
  364. "text": "ERROR ESTABLISHING VPN CONNECTION"
  365. },
  366. {
  367. "label": "LBL_VPN_PERMISSION_DENIED_TEXT",
  368. "text": "Sorry, the VPN connection could not be established. This may be because you have chosen not to add a VPN profile, denied access to the VPN service, or have an application that is using Always-On VPN. Check your VPN settings and check that there are no other applications that are using the VPN to ensure that the VPN connection can be established correctly."
  369. },
  370. {
  371. "label": "LBL_VPN_PERMISSION_DENIED_BTN",
  372. "text": "OPEN VPN SETTINGS"
  373. },
  374. {
  375. "label": "LBL_YES",
  376. "text": "Yes"
  377. },
  378. {
  379. "label": "LBL_NO",
  380. "text": "No"
  381. },
  382. {
  383. "label": "LBL_CONFIG_IMPORT_TITLE",
  384. "text": "IMPORT CONFIGURATION"
  385. },
  386. {
  387. "label": "LBL_CONFIG_IMPORT_MESSAGE",
  388. "text": "A SETTING WAS FOUND ON THE CLIPBOARD. DO YOU WANT TO IMPORT?"
  389. },
  390. {
  391. "label": "LBL_CONFIG_IMPORT_BTN_IMPORT",
  392. "text": "IMPORT"
  393. },
  394. {
  395. "label": "LBL_LIMITER_TITLE",
  396. "text": "LIMITER"
  397. },
  398. {
  399. "label": "LBL_LIMITER_TEXT",
  400. "text": "Sorry, but the maximum number of connections allowed has currently been reached. Please try again later or contact support for more information. Thank you"
  401. },
  402. {
  403. "label": "LBL_VALIDATING_ACCESS",
  404. "text": "Validating your access..."
  405. },
  406. {
  407. "label": "LBL_DNS_FORWARDING_DISABLED",
  408. "text": "<b>DNS forwarding disabled</b>"
  409. },
  410. {
  411. "label": "LBL_DNS_FORWARDING_ENABLED",
  412. "text": "<b>DNS forwarding enabled</b>"
  413. },
  414. {
  415. "label": "LBL_QUANTITY_PAYLOAD",
  416. "text": "<b>PAYLOADS: %s</b>"
  417. },
  418. {
  419. "label": "LBL_QUANTITY_SNI",
  420. "text": "<b>SNI: %s</b>"
  421. },
  422. {
  423. "label": "LBL_QUANTITY_PROXY",
  424. "text": "<b>PROXIES: %s</b>"
  425. },
  426. {
  427. "label": "LBL_QUANTITY_SERVER",
  428. "text": "<b>SERVERS: %s</b>"
  429. },
  430. {
  431. "label": "LBL_QUANTITY_PROCESS",
  432. "text": "<b>PROCESSES: %s</b>"
  433. }
  434. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement