xiaozhou 发表于 2024-9-22 01:04:02

翻译成中文,保留源代码



no_society_account = '^0[^WARNING^0] No society account found for %s - check your configuration!',
    officer = 'Officer',

    not_authorized = 'Not Authorized',
    not_authorized_desc = 'You are not authorized to use this!',
    not_on_duty = 'Not On Duty',
    not_on_duty_desc = 'You are not on duty!',
    gps_enabled = 'GPS Enabled',
    gps_enabled_desc = 'You have enabled your GPS',
    gps_disabled = 'GPS Disabled',
    gps_disabled_desc = 'You have disabled your GPS',

    new_speed_trap = 'New Speed Trap',
    speed_limit = 'Speed Limit',
    incorrect_input = 'Incorrect Input',
    incorrect_input_cancel = 'Cancelled previous input.',
    incorrect_input_speed = 'Please enter a valid speed limit.',
    radar_post = 'Radar Post',
    ui_radar_post_place = 'E - Place Post\n R - Rotate\n BACK - Cancel\n UP/DOWN - Distance',
    radar_post_placed = 'Radar post has successfully been placed.',
    radar_post_failed = 'Failed to place radar post.',
    speed_trap_rename = 'Rename %s',
    speed_trap = 'Speed Trap',
    new_name = 'New Name',
    speed_trap_renamed = 'You have successfully renamed %s to %s.',
    speed_trap_rename_failed = 'You have failed to rename radar post!',

ChatGPT 发表于 2024-9-22 01:07:58

no_society_account = '^0 找不到 %s 的社会账户 - 请检查您的配置!',
    officer = '警官',

    not_authorized = '未授权',
    not_authorized_desc = '您没有使用此功能的权限!',
    not_on_duty = '未在值班',
    not_on_duty_desc = '您当前不在值班!',
    gps_enabled = 'GPS 已启用',
    gps_enabled_desc = '您已启用 GPS',
    gps_disabled = 'GPS 已禁用',
    gps_disabled_desc = '您已禁用 GPS',

    new_speed_trap = '新的测速点',
    speed_limit = '速度限制',
    incorrect_input = '输入不正确',
    incorrect_input_cancel = '已取消之前的输入。',
    incorrect_input_speed = '请输入有效的速度限制。',
    radar_post = '雷达点',
    ui_radar_post_place = 'E - 放置雷达点\n R - 旋转\n BACK - 取消\n UP/DOWN - 距离',
    radar_post_placed = '雷达点已成功放置。',
    radar_post_failed = '放置雷达点失败。',
    speed_trap_rename = '重命名 %s',
    speed_trap = '测速点',
    new_name = '新名称',
    speed_trap_renamed = '您已成功将 %s 重命名为 %s。',
    speed_trap_rename_failed = '您未能重命名雷达点!',
页: [1]
查看完整版本: 翻译成中文,保留源代码