Changes
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/documentation/articlesvpn-ipsec_index/changes/?format=api&page=23
https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/changes/?format=api&page=24", "previous": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/changes/?format=api&page=22", "results": [ { "unit": "https://translate-dev.freebsd.org/api/units/1616883/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:36:49.271865Z", "action": 2, "target": "Dados semelhantes aos seguintes devem aparecer no console. Caso contrário, há um problema e será necessária a depuração dos dados retornados.", "id": 639185, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639185/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616885/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:36:56.061929Z", "action": 2, "target": "01:47:32.021683 IP corporatenetwork.com > 192.168.1.12.privatenetwork.com: ESP(spi=0x02acbf9f,seq=0xa)\n01:47:33.022442 IP corporatenetwork.com > 192.168.1.12.privatenetwork.com: ESP(spi=0x02acbf9f,seq=0xb)\n01:47:34.024218 IP corporatenetwork.com > 192.168.1.12.privatenetwork.com: ESP(spi=0x02acbf9f,seq=0xc)\n", "id": 639186, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639186/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616887/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:37:16.100529Z", "action": 2, "target": "Neste ponto, ambas as redes deverão estar disponíveis e parecerem fazer parte da mesma rede. Muito provavelmente ambas as redes estão protegidas por um firewall. Para permitir que o tráfego flua entre eles, é necessário adicionar regras para passar os pacotes. Para o firewall man:ipfw[8], adicione as seguintes linhas ao arquivo de configuração do firewall:", "id": 639187, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639187/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616889/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:37:22.650103Z", "action": 2, "target": "ipfw add 00201 allow log esp from any to any\nipfw add 00202 allow log ah from any to any\nipfw add 00203 allow log ipencap from any to any\nipfw add 00204 allow log udp from any 500 to any\n", "id": 639188, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639188/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616893/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:37:42.463068Z", "action": 2, "target": "Para usuários de man:pf[4] ou man:ipf[8], as seguintes regras devem resolver o problema:", "id": 639189, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639189/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616895/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:37:48.594374Z", "action": 2, "target": "pass in quick proto esp from any to any\npass in quick proto ah from any to any\npass in quick proto ipencap from any to any\npass in quick proto udp from any port = 500 to any port = 500\npass in quick on gif0 from any to any\npass out quick proto esp from any to any\npass out quick proto ah from any to any\npass out quick proto ipencap from any to any\npass out quick proto udp from any port = 500 to any port = 500\npass out quick on gif0 from any to any\n", "id": 639190, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639190/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616897/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:38:05.287883Z", "action": 5, "target": "Finalmente, para permitir que a máquina inicie o suporte para VPN durante a inicialização do sistema, adicione as seguintes linhas a [.filename]#/etc/rc.conf#:", "id": 639191, "action_name": "新译文", "url": "https://translate-dev.freebsd.org/api/changes/639191/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616897/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:38:19.273829Z", "action": 2, "target": "Finalmente, para permitir que a máquina inicie o suporte para VPN durante a inicialização do sistema, adicione as seguintes entradas no [.filename]#/etc/rc.conf#:", "id": 639192, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639192/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616899/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:38:24.558228Z", "action": 5, "target": "ipsec_enable=\"YES\"\nipsec_program=\"/usr/local/sbin/setkey\"\nipsec_file=\"/usr/local/etc/racoon/setkey.conf\" # allows setting up spd policies on boot\nracoon_enable=\"yes\"\n", "id": 639193, "action_name": "新译文", "url": "https://translate-dev.freebsd.org/api/changes/639193/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616793/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:41:20.651571Z", "action": 2, "target": "_Authentication Header (AH)_: este protocolo protege o cabeçalho do pacote IP da interferência e falsificação de terceiros calculando uma soma de verificação criptográfica e hash os campos de cabeçalho do pacote IP com uma função de hash segura. Isso é seguido por um cabeçalho adicional que contém o hash, para permitir que as informações do pacote sejam autenticadas.", "id": 639194, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639194/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616791/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "timestamp": "2024-02-26T02:41:26.925743Z", "action": 2, "target": "_Encapsulated Security Payload (ESP)_: este protocolo protege os dados do pacote IP da interferência de terceiros, criptografando o conteúdo usando algoritmos de criptografia simétrica, como Blowfish e 3DEs.", "id": 639195, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/639195/?format=api" }, { "unit": null, "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api", "author": null, "timestamp": "2024-02-26T02:42:16.526986Z", "action": 17, "target": "", "id": 639206, "action_name": "提交了更改", "url": "https://translate-dev.freebsd.org/api/changes/639206/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1617359/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/es/?format=api", "user": "https://translate-dev.freebsd.org/api/users/juanda097/?format=api", "author": "https://translate-dev.freebsd.org/api/users/juanda097/?format=api", "timestamp": "2024-03-03T22:01:13.857605Z", "action": 45, "target": "", "id": 639418, "action_name": "新贡献者", "url": "https://translate-dev.freebsd.org/api/changes/639418/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1617359/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/es/?format=api", "user": "https://translate-dev.freebsd.org/api/users/juanda097/?format=api", "author": "https://translate-dev.freebsd.org/api/users/juanda097/?format=api", "timestamp": "2024-03-03T22:01:13.857952Z", "action": 5, "target": "El resultado debería ser similar al siguiente:", "id": 639419, "action_name": "新译文", "url": "https://translate-dev.freebsd.org/api/changes/639419/?format=api" }, { "unit": null, "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/es/?format=api", "user": null, "author": null, "timestamp": "2024-03-04T04:45:04.406032Z", "action": 17, "target": "", "id": 639575, "action_name": "提交了更改", "url": "https://translate-dev.freebsd.org/api/changes/639575/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1617491/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/ko/?format=api", "user": "https://translate-dev.freebsd.org/api/users/junhochoi/?format=api", "author": "https://translate-dev.freebsd.org/api/users/junhochoi/?format=api", "timestamp": "2024-05-24T11:19:05.850467Z", "action": 45, "target": "", "id": 640493, "action_name": "新贡献者", "url": "https://translate-dev.freebsd.org/api/changes/640493/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1617491/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/ko/?format=api", "user": "https://translate-dev.freebsd.org/api/users/junhochoi/?format=api", "author": "https://translate-dev.freebsd.org/api/users/junhochoi/?format=api", "timestamp": "2024-05-24T11:19:05.851089Z", "action": 5, "target": "'''", "id": 640494, "action_name": "新译文", "url": "https://translate-dev.freebsd.org/api/changes/640494/?format=api" }, { "unit": null, "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/ko/?format=api", "user": null, "author": null, "timestamp": "2024-05-25T04:45:00.833657Z", "action": 17, "target": "", "id": 640531, "action_name": "提交了更改", "url": "https://translate-dev.freebsd.org/api/changes/640531/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616783/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dabliof/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dabliof/?format=api", "timestamp": "2024-06-28T20:07:06.215364Z", "action": 45, "target": "", "id": 641230, "action_name": "新贡献者", "url": "https://translate-dev.freebsd.org/api/changes/641230/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1616783/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": "https://translate-dev.freebsd.org/api/users/dabliof/?format=api", "author": "https://translate-dev.freebsd.org/api/users/dabliof/?format=api", "timestamp": "2024-06-28T20:07:06.216110Z", "action": 2, "target": "VPN com IPSec", "id": 641231, "action_name": "修改了译文", "url": "https://translate-dev.freebsd.org/api/changes/641231/?format=api" }, { "unit": null, "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-06-29T04:45:00.270503Z", "action": 17, "target": "", "id": 641232, "action_name": "提交了更改", "url": "https://translate-dev.freebsd.org/api/changes/641232/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656241/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566827Z", "action": 59, "target": "", "id": 642473, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642473/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656242/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566856Z", "action": 59, "target": "", "id": 642474, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642474/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656243/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566876Z", "action": 59, "target": "", "id": 642475, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642475/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656244/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566894Z", "action": 59, "target": "", "id": 642476, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642476/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656245/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566911Z", "action": 59, "target": "", "id": 642477, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642477/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656246/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566928Z", "action": 59, "target": "", "id": 642478, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642478/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656247/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566946Z", "action": 59, "target": "", "id": 642479, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642479/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656248/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566963Z", "action": 59, "target": "", "id": 642480, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642480/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656249/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566979Z", "action": 59, "target": "", "id": 642481, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642481/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656250/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.566996Z", "action": 59, "target": "", "id": 642482, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642482/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656251/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567013Z", "action": 59, "target": "", "id": 642483, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642483/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656252/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567029Z", "action": 59, "target": "", "id": 642484, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642484/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656253/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567045Z", "action": 59, "target": "", "id": 642485, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642485/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656254/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567062Z", "action": 59, "target": "", "id": 642486, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642486/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656255/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567079Z", "action": 59, "target": "", "id": 642487, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642487/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656256/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567095Z", "action": 59, "target": "", "id": 642488, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642488/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656257/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567112Z", "action": 59, "target": "", "id": 642489, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642489/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656258/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567128Z", "action": 59, "target": "", "id": 642490, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642490/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656259/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567146Z", "action": 59, "target": "", "id": 642491, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642491/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656260/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567163Z", "action": 59, "target": "", "id": 642492, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642492/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656261/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567179Z", "action": 59, "target": "", "id": 642493, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642493/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656262/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567196Z", "action": 59, "target": "", "id": 642494, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642494/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656263/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567213Z", "action": 59, "target": "", "id": 642495, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642495/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656264/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567229Z", "action": 59, "target": "", "id": 642496, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642496/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656265/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567246Z", "action": 59, "target": "", "id": 642497, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642497/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656266/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567262Z", "action": 59, "target": "", "id": 642498, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642498/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656267/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567280Z", "action": 59, "target": "", "id": 642499, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642499/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656268/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567298Z", "action": 59, "target": "", "id": 642500, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642500/?format=api" }, { "unit": "https://translate-dev.freebsd.org/api/units/1656269/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesvpn-ipsec_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvpn-ipsec_index/pt/?format=api", "user": null, "author": null, "timestamp": "2024-07-03T15:24:07.567315Z", "action": 59, "target": "", "id": 642501, "action_name": "更新了仓库中的字符串", "url": "https://translate-dev.freebsd.org/api/changes/642501/?format=api" } ] }{ "count": 1299, "next": "