Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/uyuni/spacecmd-4-3/zh_CN/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 107,
    "next": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/changes/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-16T08:37:49.585545Z",
            "action": 0,
            "target": "",
            "id": 3059176,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3059176/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-10T13:27:04.434265Z",
            "action": 0,
            "target": "",
            "id": 3051752,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3051752/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14178673/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2024-05-09T09:52:25.004335Z",
            "action": 36,
            "target": "% o用法:proxy_container_config [选项] PROXY_FQDN SERVER_FQDN MAX_CACHE EMAIL ROOT_CA CRT KEY\n\n参数:\n  PROXY_FQDN  此代理的唯一且可由 DNS 解析的完全限定域名。必须与任何已注册的客户端均不同。\n  SERVER_FQDN 代理要连接到的服务器的完全限定域名。\n  MAX_CACHE   最大缓存大小(以 MB 为单位)。理想值为存储空间的 60%。\n  EMAIL       代理管理员的电子邮件\n  CA          用于为 PEM 格式的代理证书签名的根 CA 的路径\n  CRT         PEM 格式的代理证书的路径\n  KEY         PEM 格式的代理证书私用密钥的路径\n\n选项:\n  -o、--output 用于创建生成的配置的路径。默认值为 \"config.tar.gz\"\n  -p、--ssh-port 代理要侦听的 SSH 端口。默认端口为 8022\n  -i、--intermediate-ca  用于为 PEM 格式代理证书签名的中间 CA 的路径。\n            可以提供多次。\n\n示例:\n  proxy_container_config -o config.zip proxy.lab server.lab 1024 proxy@acme.org root_ca.crt proxy.crt proxy.key\n",
            "id": 3050999,
            "action_name": "Translation approved",
            "url": "https://l10n.opensuse.org/api/changes/3050999/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14178674/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2024-05-09T09:51:43.040456Z",
            "action": 36,
            "target": "用法:proxy_container_config_generate_cert PROXY_FQDN SERVER_FQDN MAX_CACHE EMAIL\n\n参数:\n  PROXY_FQDN  此代理的唯一且可由 DNS 解析的完全限定域名。必须与任何已注册的客户端均不同。\n  SERVER_FQDN 代理要连接到的服务器的完全限定域名。\n  MAX_CACHE   最大缓存大小(以 MB 为单位)。理想值为存储空间的 60%。\n  EMAIL      代理管理员的电子邮件\n\n选项:\n  -o、--output 用于创建生成的配置的路径。默认值为 \"config.tar.gz\"\n  -p、--ssh-port 代理要侦听的 SSH 端口。默认端口为 8022\n  --ca-crt 用于生成新代理证书的 CA 的证书路径。\n           默认使用 /root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT。\n  --ca-key 用于生成新代理证书的 CA 的私用密钥路径。\n           默认使用 /root/ssl-build/RHN-ORG-PRIVATE-SSL-KEY。\n  --ca-pass 包含 CA 私用密钥口令的文件的路径,如果未传递将会提示提供该路径。\n  --ssl-cname 要在证书中设置的代理的备用名称。可以提供多次。\n  --ssl-country 要在证书中设置的国家/地区代码。如果省略,将使用 mgr-ssl-tool 提供的默认值。\n  --ssl-state 要在证书中设置的州/省名称。如果省略,将使用 mgr-ssl-tool 提供的默认值。\n  --ssl-city 要在证书中设置的城市名称。如果省略,将使用 mgr-ssl-tool 提供的默认值。\n  --ssl-org 要在证书中设置的组织名称。如果省略,将使用 mgr-ssl-tool 提供的默认值。\n  --ssl-org-unit 要在证书中设置的组织单位。如果省略,将使用 mgr-ssl-tool 提供的默认值。\n  --ssl-email 要在证书中设置的电子邮件。如果省略,将使用 mgr-ssl-tool 提供的默认值。\n\n示例:\n  proxy_container_config proxy.lab server.lab 1024 proxy@acme.org --ca-pass password-file\n",
            "id": 3050997,
            "action_name": "Translation approved",
            "url": "https://l10n.opensuse.org/api/changes/3050997/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-03T13:53:02.628506Z",
            "action": 0,
            "target": "",
            "id": 3043754,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3043754/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T08:09:42.329255Z",
            "action": 0,
            "target": "",
            "id": 3041245,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3041245/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-05T14:23:47.709635Z",
            "action": 0,
            "target": "",
            "id": 3022086,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3022086/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-29T13:24:53.183811Z",
            "action": 0,
            "target": "",
            "id": 3020170,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3020170/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-15T14:32:56.251506Z",
            "action": 0,
            "target": "",
            "id": 3016606,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3016606/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-08T13:58:47.515975Z",
            "action": 0,
            "target": "",
            "id": 3011065,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3011065/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-23T14:39:10.226083Z",
            "action": 0,
            "target": "",
            "id": 3003538,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3003538/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-16T14:16:06.450851Z",
            "action": 0,
            "target": "",
            "id": 3001200,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/3001200/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-02T14:25:21.477022Z",
            "action": 0,
            "target": "",
            "id": 2997847,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2997847/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-26T08:42:54.581475Z",
            "action": 0,
            "target": "",
            "id": 2996619,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2996619/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-05T15:11:00.950879Z",
            "action": 0,
            "target": "",
            "id": 2973133,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2973133/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-22T14:13:04.120638Z",
            "action": 0,
            "target": "",
            "id": 2967493,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2967493/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929224/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-12-08T09:15:41.189378Z",
            "action": 9,
            "target": "示例:",
            "id": 2955593,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/2955593/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929192/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-10-16T07:23:57.627562Z",
            "action": 9,
            "target": "软件包",
            "id": 2782254,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/2782254/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2023-06-28T10:31:22.579144Z",
            "action": 0,
            "target": "",
            "id": 2730377,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2730377/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928287/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:58.778457Z",
            "action": 27,
            "target": "repo_clearfilters:清除用户储存库的过滤器",
            "id": 2716060,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716060/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928284/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:58.389490Z",
            "action": 27,
            "target": "repo_setfilters:设置用户储存库的过滤器",
            "id": 2716057,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716057/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928281/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:58.013943Z",
            "action": 27,
            "target": "repo_removefilters:从用户储存库中去除过滤器",
            "id": 2716054,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716054/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928275/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:57.660235Z",
            "action": 27,
            "target": "repo_addfilters:添加用户储存库的过滤器",
            "id": 2716051,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716051/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928270/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:57.029671Z",
            "action": 27,
            "target": "repo_listfilters:显示用户储存库的过滤器",
            "id": 2716048,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716048/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928269/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:56.621223Z",
            "action": 27,
            "target": "未找到查询 '{}' 的储存库",
            "id": 2716045,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716045/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928267/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:56.229044Z",
            "action": 27,
            "target": "储存库 SSL 客户端密钥:%s",
            "id": 2716042,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716042/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928265/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:55.835354Z",
            "action": 27,
            "target": "储存库 SSL 客户端证书:%s",
            "id": 2716039,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716039/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928264/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:55.451615Z",
            "action": 27,
            "target": "储存库 SSL CA 证书:%s",
            "id": 2716036,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716036/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928262/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:55.052864Z",
            "action": 27,
            "target": "储存库类型:%s",
            "id": 2716033,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716033/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928260/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:54.648215Z",
            "action": 27,
            "target": "储存库 URL:%s",
            "id": 2716030,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716030/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928258/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:54.259042Z",
            "action": 27,
            "target": "储存库标签:%s",
            "id": 2716027,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716027/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928256/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:53.914386Z",
            "action": 27,
            "target": "用法:repo_details <储存库 ...>",
            "id": 2716024,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716024/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928249/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:53.567998Z",
            "action": 27,
            "target": "repo_list:列出所有可用的用户储存库",
            "id": 2716021,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716021/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929121/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:53.153532Z",
            "action": 27,
            "target": "未找到此通道的储存库。",
            "id": 2716018,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716018/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929112/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:52.726325Z",
            "action": 27,
            "target": "softwarechannel_removerepo:从软件通道中去除储存库",
            "id": 2716015,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716015/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929108/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:52.328450Z",
            "action": 27,
            "target": "softwarechannel_addrepo:将储存库添加到软件通道",
            "id": 2716012,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716012/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929094/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:51.972401Z",
            "action": 27,
            "target": "去除软件通道的储存库同步日程安排",
            "id": 2716009,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716009/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929080/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:51.584286Z",
            "action": 27,
            "target": "设置软件通道的储存库同步日程安排",
            "id": 2716006,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716006/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929076/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:51.220082Z",
            "action": 27,
            "target": "    -l/--latest:同步储存库时仅下载最新软件包版本",
            "id": 2716003,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716003/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13929067/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:50.871162Z",
            "action": 27,
            "target": "同步软件通道的用户储存库",
            "id": 2716000,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2716000/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928328/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:50.476540Z",
            "action": 27,
            "target": "repo_updatessl:更改用户储存库的 SSL 证书",
            "id": 2715997,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715997/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928325/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:50.099936Z",
            "action": 27,
            "target": "用法:repo_updateurl <储存库> <URL>",
            "id": 2715994,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715994/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928323/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:49.696431Z",
            "action": 27,
            "target": "repo_updateurl:更改用户储存库的 URL",
            "id": 2715991,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715991/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928318/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:49.300340Z",
            "action": 27,
            "target": "repo_rename:重命名用户储存库",
            "id": 2715988,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715988/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928302/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:48.937763Z",
            "action": 27,
            "target": "用法:repo_create <选项>)\n\n选项:\n  -n、--name   储存库的名称\n  -u、--url    储存库的 URL\n  -t、--type   储存库的类型(默认为 yum)\n\n  --ca         SSL CA 证书(不是必需的)\n  --cert       SSL 客户端证书(不是必需的)\n  --key        SSL 客户端密钥(不是必需的)",
            "id": 2715985,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715985/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928300/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:48.543511Z",
            "action": 27,
            "target": "repo_create:创建用户储存库",
            "id": 2715982,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715982/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928299/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:48.131221Z",
            "action": 27,
            "target": "无法去除储存库 %s",
            "id": 2715979,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715979/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928297/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:47.730989Z",
            "action": 27,
            "target": "删除这些储存库 [y/N]:",
            "id": 2715976,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715976/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928295/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:47.368429Z",
            "action": 27,
            "target": "储存库",
            "id": 2715973,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715973/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13928294/?format=api",
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd-4-3/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "author": "https://l10n.opensuse.org/api/users/graceyu/?format=api",
            "timestamp": "2023-06-26T02:06:46.960138Z",
            "action": 27,
            "target": "用法:repo_delete <储存库 ...>",
            "id": 2715970,
            "action_name": "Translation replaced",
            "url": "https://l10n.opensuse.org/api/changes/2715970/?format=api"
        }
    ]
}