ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?php
return array(
'asset' => '资产',
'checkin' => '借入',
'create' => '创建许可证',
'expiration' => '到期日期',
'license_key' => '产品序列号',
'maintained' => '保持',
'name' => '软件名称',
'no_depreciation' => '永久',
'purchase_order' => '采购订单号码',
'reassignable' => '可重新授权',
'remaining_seats' => '剩余次数',
'seats' => '允许使用次数',
'termination_date' => '终止日期',
'to_email' => '许可电子邮件',
'to_name' => '许可人名字',
'update' => '更新许可证',
'checkout_help' => '请检查这个许可证是不是已经分配给了某个人或某个设备。你可以选择全部,但是资产归属人必须是相同的。'
);

View File

@ -0,0 +1,51 @@
<?php
return array(
'about_licenses_title' => '关于许可证',
'about_licenses' => '许可证用于跟踪软件。 它们包含特殊位数的数字,可以借出给个人。',
'checkin' => '接入许可证数量',
'checkout_history' => '借出历史记录',
'checkout' => '借出许可证数量',
'edit' => '编辑许可证',
'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar',
'clone' => '克隆许可证',
'history_for' => '历史记录',
'in_out' => '进/出',
'info' => '授权信息',
'license_seats' => '授权数量',
'seat' => '次数',
'seats' => '允许使用次数',
'software_licenses' => '软件许可证',
'user' => '用户',
'view' => '查看许可证',
'delete_disabled' => '此许可证不能被删除,因为有些席位仍然被借出。',
'bulk' =>
[
'checkin_all' => [
'button' => '归还所有席位',
'modal' => '此操作将归还一个席位。| 此操作将归还此许可证的所有 :checkedout_seas_count 个座位。',
'enabled_tooltip' => '从用户和资产中归还此许可证的所有席位',
'disabled_tooltip' => '此功能已禁用,因为当前没有借出的席位',
'disabled_tooltip_reassignable' => '此功能已禁用,因为许可证不可重新分配。',
'success' => '许可证归还成功!| 所有许可证都已归还成功!',
'log_msg' => '通过批量许可证签出在许可证GUI中签入',
],
'checkout_all' => [
'button' => '借出所有席位',
'modal' => '此操作将借出一个席位给第一个可用的用户。| 此操作将借出所有 :available _seas_count 个席位给第一个可用的用户。 如果此许可证尚未借出给用户,并且在该用户账户上启用了“自动分配许可证”属性,则认定该用户可以使用此席位。',
'enabled_tooltip' => '向所有用户借出所有(或尽可能多)的席位',
'disabled_tooltip' => '此功能已禁用,因为当前没有可用的席位',
'success' => '许可证成功借出! | :count 个许可证成功借出!',
'error_no_seats' => '此许可证已无剩余席位。',
'warn_not_enough_seats' => ':count 个用户被分配了此许可证,但我们没有可用的许可证席位。',
'warn_no_avail_users' => '没有什么要做的。没有尚未分配此许可证的用户。',
'log_msg' => '在许可证GUI中通过批量许可证结帐签出',
],
],
'below_threshold' => '此许可证仅剩:remaining_count个席位且最小数量为:min_amt。你可能需要考虑购买更多座位。',
'below_threshold_short' => '该项低于最低要求数量。',
);

View File

@ -0,0 +1,54 @@
<?php
return array(
'does_not_exist' => '许可证不存在或您没有查看权限。',
'user_does_not_exist' => '用户不存在',
'asset_does_not_exist' => '您正在授权的资产不存在。',
'owner_doesnt_match_asset' => '您正在授权的资产已经被占用,请选择其他人。',
'assoc_users' => '此许可证已经分配给某个用户,目前不能被删除,请检查资产信息,然后再尝试删除。',
'select_asset_or_person' => '您必须选择资产或用户,但不能同时选择两者。',
'not_found' => '找不到许可证',
'seats_available' => ':see_count 座位可用',
'create' => array(
'error' => '许可证没有被创建,请重试。',
'success' => '许可证创建成功'
),
'deletefile' => array(
'error' => '该文件无法删除,请重试。',
'success' => '文件成功删除。',
),
'upload' => array(
'error' => '文件上传失败,请重试。',
'success' => '文件上传成功。',
'nofiles' => '尚未选择要上传的文件,或上传的文件过大。',
'invalidfiles' => '一个或多个文件过大或文件类型不被允许。允许上传的文件类型有PNGGifJpgJpegDocDocxPdfTxtZipRarRtfXml和LIC。',
),
'update' => array(
'error' => '许可证更新失败,请重试。',
'success' => '许可证更新成功。'
),
'delete' => array(
'confirm' => '确定删除这条许可信息?',
'error' => '删除许可信息的过程中出现了一些问题,请重试。',
'success' => '许可信息已经被成功删除。'
),
'checkout' => array(
'error' => '分配(借出)许可证的过程中出现了一些问题,请重试。',
'success' => '许可证已经成功借出',
'not_enough_seats' => '没有足够的许可证座位可供结账',
),
'checkin' => array(
'error' => '借入许可证的过程中出现了一些问题,请重试。',
'success' => '许可证已经成功借入。'
),
);

View File

@ -0,0 +1,17 @@
<?php
return array(
'assigned_to' => '分配给',
'checkout' => '进/出',
'id' => '编号',
'license_email' => '授权邮箱',
'license_name' => '授权给',
'purchase_date' => '采购日期',
'purchased' => '已购买',
'seats' => '允许使用次数',
'hardware' => '硬件',
'serial' => '序列号',
'title' => '授权许可',
);