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,18 @@
<?php
return array(
'about_models_title' => 'เกี่ยวกับโมเดลสินทรัพย์',
'about_models_text' => 'โมเดลสินทรัพย์คือวิธีการจัดกลุ่มเนื้อหาที่เหมือนกัน "MBP 2013", "IPhone 6s" ฯลฯ',
'deleted' => 'This model has been deleted.',
'bulk_delete' => 'การลบรายการเป็นกลุ่ม',
'bulk_delete_help' => 'ใช้ช่องทำเครื่องหมายด้านล่างเพื่อยืนยันการลบโมเดลเนื้อหาที่เลือก โมเดลสินทรัพย์ที่มีเนื้อหาเกี่ยวข้องกับเนื้อหาเหล่านั้นไม่สามารถลบออกได้จนกว่าสินทรัพย์จะเชื่อมโยงกับโมเดลอื่น',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
'restore' => 'กู้คืนโมเดล',
'requestable' => 'ผู้ใช้สามารถขอรับโมเดลนี้ได้',
'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้',
'view_deleted' => 'ดูที่ถูกลบ',
'view_models' => 'ดูโมเดล',
'fieldset' => 'fieldset',
'no_custom_field' => 'ไม่มีฟิลด์ที่กำหนดเอง',
'add_default_values' => 'เพิ่มค่าเริ่มต้น',
);

View File

@ -0,0 +1,47 @@
<?php
return array(
'deleted' => 'Deleted asset model',
'does_not_exist' => 'ไม่มีโมเดลนี้',
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'โมเดลนี้มีความสัมพันธ์กับสินทรัพย์หนึ่ง หรือมากกว่าในปัจจุบัน และจะไม่สามารถลบได้ กรุณาลบสินทรัพย์และลองอีกครั้ง ',
'create' => array(
'error' => 'ยังไม่ได้สร้างโมเดล กรุณาลองใหม่อีกครั้ง',
'success' => 'สร้างโมเดียลเรียบร้อยแล้ว',
'duplicate_set' => 'มีชื่อโมเดลสินทรัพย์ ผู้ผลิต และหมายเลขโมเดลแล้ว',
),
'update' => array(
'error' => 'ยังไม่ได้ปรับปรุงโมเดล กรุณาลองใหม่อีกครั้ง',
'success' => 'ปรับปรุงโมเดลเรียบร้อยแล้ว',
),
'delete' => array(
'confirm' => 'คุณแน่ใจที่จะลบโมเดลนี้?',
'error' => 'มีปัญหาระหว่างลบโมเดล กรุณาลองใหม่อีกครั้ง.',
'success' => 'ลบโมเดลเรียบร้อยแล้ว'
),
'restore' => array(
'error' => 'ยังไม่ได้กู้คืนโมเดล กรุณาลองใหม่อีกครั้ง',
'success' => 'กู้คืนโมเดลเรียบร้อยแล้ว'
),
'bulkedit' => array(
'error' => 'ไม่มีการเปลี่ยนแปลงเขตข้อมูลดังนั้นไม่มีอะไรที่ได้รับการปรับปรุง',
'success' => 'Model successfully updated. |:model_count models successfully updated.',
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
),
'bulkdelete' => array(
'error' => 'ไม่มีการเลือกรายการใด ๆ ดังนั้นจึงไม่มีสิ่งใดถูกลบ',
'success' => 'Model deleted!|:success_count models deleted!',
'success_partial' => ': success_count โมเดลถูกลบแล้วอย่างไรก็ตาม: ไม่สามารถลบข้อมูล fail_count เนื่องจากยังมีเนื้อหาที่เชื่อมโยงอยู่'
),
);

View File

@ -0,0 +1,17 @@
<?php
return array(
'create' => 'สร้างโมเดล',
'created_at' => 'สร้างที่',
'eol' => 'อายุการใช้งาน',
'modelnumber' => 'หมายเลขโมเดล',
'name' => 'ชื่อโมเดล',
'numassets' => 'สินทรัพย์',
'title' => 'รุ่นทรัพย์สิน',
'update' => 'อัพเดทรุ่นสินทรัพย์',
'view' => 'ดูรุ่นสินทรัพย์',
'update' => 'อัพเดทรุ่นสินทรัพย์',
'clone' => 'คัดลอกแบบรุ่น',
'edit' => 'แก้ไขรุ่น',
);