mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Updated translations
This commit is contained in:
parent
de0b5a6149
commit
893454dca7
22
resources/lang/cy/admin/accessories/general.php
Normal file
22
resources/lang/cy/admin/accessories/general.php
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_accessories_title' => 'Amdan Ategolion',
|
||||||
|
'about_accessories_text' => 'Mae ategolion yn unrhyw offer sydd yn cael eu ddosbarthu i defnyddwyr ond ddim hefo rhif cofrestru. (Neu nid oes angen tracio). Er enghraifft, llygod, ategolion.',
|
||||||
|
'accessory_category' => 'Categori Ategolyn',
|
||||||
|
'accessory_name' => 'Enw Ategolyn',
|
||||||
|
'checkout' => 'Cofnodi ategolyn allan',
|
||||||
|
'checkin' => 'Cofnodi ategolyn i fewn',
|
||||||
|
'create' => 'Creu Ategolyn',
|
||||||
|
'edit' => 'Golygu Ategolyn',
|
||||||
|
'eula_text' => 'Categori CTDT',
|
||||||
|
'eula_text_help' => 'Mae\'r blwch yma yn caniatau i chi addasu eich CTDTs ar gyfer mathau penodol o asedau. Os ydych yn defnyddio un CTDT ar gyfer eich asedau yna cewch ticio\'r blwch isod i defnyddio\'r fersiwn diofyn.',
|
||||||
|
'require_acceptance' => 'Gorfodi defnyddwyr i cadarnhau derbyn asedau yn y categori yma.',
|
||||||
|
'no_default_eula' => 'Wedi methu darganfod CTDT, Ychwanegwch un yn gosodiadau.',
|
||||||
|
'total' => 'Cyfanswm',
|
||||||
|
'remaining' => 'Yn weddill',
|
||||||
|
'update' => 'Diweddaru Ategolyn',
|
||||||
|
'use_default_eula' => 'Defnyddio\'r <a href="#" data-toggle="modal" data-target="#eulaModal">prif CTDT diofyn</a> yn lle.',
|
||||||
|
'use_default_eula_disabled' => '<del>Defnyddio\'r CTDT diofn yn lle\'r un presennol.</del>Nid oes prif CTDT diofyn wedi gosod. Ychwanegwch un yn gosodiadau os gwelwch yn dda.',
|
||||||
|
|
||||||
|
);
|
37
resources/lang/cy/admin/accessories/message.php
Normal file
37
resources/lang/cy/admin/accessories/message.php
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r ategolyn yn bodoli.',
|
||||||
|
'assoc_users' => 'Mae\'r ategolyn yma hefo :count eitem wedi nodi allan i defnyddwyr. Nodwch yr ategolion yn ol i fewn ac yna ceisiwch eto. ',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd yr ategolyn, ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Ategolyn wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd yr ategolyn, ceisiwch eto o.g.y.dd',
|
||||||
|
'success' => 'Diweddarwyd yr ategolyn yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r eitem hwn?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r eitem. Ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Ategolyn wedi dileu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkout' => array(
|
||||||
|
'error' => 'Ategolyn heb ei nodi allan, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Ategolyn wedi nodi allan yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o.g.y.dd.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkin' => array(
|
||||||
|
'error' => 'Nid oedd yn bosib nodi\'r ategolyn i fewn, ceisiwch eto o.g.y.dd',
|
||||||
|
'success' => 'Ategolyn wedi nodi i fewn yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o.g.y.dd.'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
);
|
11
resources/lang/cy/admin/accessories/table.php
Normal file
11
resources/lang/cy/admin/accessories/table.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'dl_csv' => 'Lawrlwytho CSV',
|
||||||
|
'eula_text' => 'CTDT',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'require_acceptance' => 'Derbyn',
|
||||||
|
'title' => 'Enw Ategolyn',
|
||||||
|
|
||||||
|
|
||||||
|
);
|
14
resources/lang/cy/admin/asset_maintenances/form.php
Normal file
14
resources/lang/cy/admin/asset_maintenances/form.php
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'asset_maintenance_type' => 'Manylion Cynnal a Chadw',
|
||||||
|
'title' => 'Teitl',
|
||||||
|
'start_date' => 'Wedi cychwyn',
|
||||||
|
'completion_date' => 'Wedi cwbwlhau',
|
||||||
|
'cost' => 'Cost',
|
||||||
|
'is_warranty' => 'Gwelliant Gwarant',
|
||||||
|
'asset_maintenance_time' => 'Dyddiau',
|
||||||
|
'notes' => 'Nodiadau',
|
||||||
|
'update' => 'Diweddaru',
|
||||||
|
'create' => 'Creu'
|
||||||
|
];
|
11
resources/lang/cy/admin/asset_maintenances/general.php
Normal file
11
resources/lang/cy/admin/asset_maintenances/general.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'asset_maintenances' => 'Cynnal a chadw Ased',
|
||||||
|
'edit' => 'Golygu Cynnal a Chadw Ased',
|
||||||
|
'delete' => 'Dileu Cynnal a Chadw Ased',
|
||||||
|
'view' => 'Gweld manylder Cynnal a Chadw Ased',
|
||||||
|
'repair' => 'Trwsio',
|
||||||
|
'maintenance' => 'Cynnal a Chadw',
|
||||||
|
'upgrade' => 'Uwchraddio'
|
||||||
|
];
|
21
resources/lang/cy/admin/asset_maintenances/message.php
Normal file
21
resources/lang/cy/admin/asset_maintenances/message.php
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'not_found' => 'Ni ddarganfuwyd cofnod Cynnal a Chadw Ased yr oeddech yn edrych amdan!',
|
||||||
|
'delete' => [
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r cofnod cynnal a chadw yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r nodyn cynnal a chadw. Ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Nodyn cynnal a chadw wedi\'i dileu\'n llwyddiannus.'
|
||||||
|
],
|
||||||
|
'create' => [
|
||||||
|
'error' => 'Ni crewyd y cofnod cynnal a chadw, ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Nodyn cynnal a chadw wedi\'i greu\'n llwyddiannus.'
|
||||||
|
],
|
||||||
|
'edit' => [
|
||||||
|
'error' => 'Wedi methu newid y cofnod cynnal a chadw, ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Nodyn cynnal a chadw wedi\'i diweddaru\'n llwyddiannus.'
|
||||||
|
],
|
||||||
|
'asset_maintenance_incomplete' => 'Heb cwbwlhau eto',
|
||||||
|
'warranty' => 'Warant',
|
||||||
|
'not_warranty' => 'Dim Warant',
|
||||||
|
];
|
8
resources/lang/cy/admin/asset_maintenances/table.php
Normal file
8
resources/lang/cy/admin/asset_maintenances/table.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'title' => 'Cynnal a chadw Ased',
|
||||||
|
'asset_name' => 'Enw Ased',
|
||||||
|
'is_warranty' => 'Warant',
|
||||||
|
'dl_csv' => 'Lawrlwytho CSV'
|
||||||
|
];
|
24
resources/lang/cy/admin/categories/general.php
Normal file
24
resources/lang/cy/admin/categories/general.php
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_categories_title' => 'Amdan Categoriau',
|
||||||
|
'about_categories' => 'Mae categoriau yn cynorthwyo chi i cadw trefn ar eich eitemau. Enghreifftiau o categoriau yw "Cyfrifiadur pen-bwrdd", "Gliniadur", "Ffôn Symudol", "Tabledi", ac yn y blaen, ond cewch gosod rhain yn ol eich angen.',
|
||||||
|
'asset_categories' => 'Categoriau Asedau',
|
||||||
|
'category_name' => 'Enw categori',
|
||||||
|
'checkin_email' => 'Gyrru ebost i defnyddiwr wrth nodi fewn/allan.',
|
||||||
|
'checkin_email_notification' => 'Fe geith y defnyddiwr yma ebost wrth nodi i fewn/allan.',
|
||||||
|
'clone' => 'Dyblygu Categori',
|
||||||
|
'create' => 'Creu Categori Newydd',
|
||||||
|
'edit' => 'Golygu Categori',
|
||||||
|
'eula_text' => 'CTDT Categori',
|
||||||
|
'eula_text_help' => 'Mae\'r blwch yma yn caniatau i chi addasu eich CTDTs ar gyfer mathau penodol o asedau. Os ydych yn defnyddio un CTDT ar gyfer eich asedau yna cewch ticio\'r blwch isod i defnyddio\'r fersiwn diofyn.',
|
||||||
|
'name' => 'Enw\'r categori',
|
||||||
|
'require_acceptance' => 'Gorfodi defnyddwyr i cadarnhau derbyn asedau yn y categori yma.',
|
||||||
|
'required_acceptance' => 'Fe geith y defnyddiwr yma ebost hefo linc i cofnodi derbyn yr eitem yma.',
|
||||||
|
'required_eula' => 'Fe geith y defnyddiwr yma copi o\'r CTDT trwy ebost',
|
||||||
|
'no_default_eula' => 'Wedi methu darganfod CTDT, Ychwanegwch un yn gosodiadau.',
|
||||||
|
'update' => 'Diweddaru Categori',
|
||||||
|
'use_default_eula' => 'Defnyddio\'r <a href="#" data-toggle="modal" data-target="#eulaModal">prif CTDT diofyn</a> yn lle.',
|
||||||
|
'use_default_eula_disabled' => '<del>Defnyddio\'r CTDT diofyn yn lle\'r un presennol.</del>Nid oes prif CTDT diofyn wedi gosod. Ychwanegwch yn ynj gosodiadau os gwelwch yn dda.',
|
||||||
|
|
||||||
|
);
|
25
resources/lang/cy/admin/categories/message.php
Normal file
25
resources/lang/cy/admin/categories/message.php
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Categori ddim yn bodoli.',
|
||||||
|
'assoc_models' => 'Mae\'r categori yma wedi perthnasu i oleiaf un model a nid yw\'n bosib dileu. Diweddarwch eich modelau i beidio cyfeirio at y categori yma ac yna ceisiwch eto. ',
|
||||||
|
'assoc_items' => 'Mae\'r categori yma wedi perthnasu i :asset_type a nid yw\'n bosib dileu. Diweddarwch eich :asset_type i beidio cyfeirio at y categori yma ac yna ceisiwch eto. ',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y categori, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Categori wedi creu\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y categori, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Categori wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r categori yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r categori. Ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Categori wedi dileu\'n llwyddiannus.'
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
10
resources/lang/cy/admin/categories/table.php
Normal file
10
resources/lang/cy/admin/categories/table.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'eula_text' => 'CTDT',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'parent' => 'Rhiant',
|
||||||
|
'require_acceptance' => 'Derbyn',
|
||||||
|
'title' => 'Enw Categori Ased',
|
||||||
|
|
||||||
|
);
|
6
resources/lang/cy/admin/companies/general.php
Normal file
6
resources/lang/cy/admin/companies/general.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'about_companies_title' => 'Amdan Cwmniau',
|
||||||
|
'about_companies_text' => 'Defnyddir cwmniau fel maes syml, neu i rheoli mynediad at grwpiau o offer, defnyddwyr os ydi cefnogaeth cwmniau wedi alluogi.',
|
||||||
|
'select_company' => 'Dewis Cwmni',
|
||||||
|
];
|
18
resources/lang/cy/admin/companies/message.php
Normal file
18
resources/lang/cy/admin/companies/message.php
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?php
|
||||||
|
return array(
|
||||||
|
'does_not_exist' => 'Nid ywr cwmni\'n bodoli.',
|
||||||
|
'assoc_users' => 'Mae\'r cwmni yma wedi perthnasu i oleiaf un model a nid yw\'n bosib dileu. Diweddarwch eich modelau i beidio cyfeirio at y cwmni yma ac yna ceisiwch eto. ',
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y cwmni, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Cwmni wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y cwmni, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Cwmni wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r cwmni yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r cwmni. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Cwmni wedi dileu\'n llwyddiannus.'
|
||||||
|
)
|
||||||
|
);
|
9
resources/lang/cy/admin/companies/table.php
Normal file
9
resources/lang/cy/admin/companies/table.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
return array(
|
||||||
|
'companies' => 'Cwmniau',
|
||||||
|
'create' => 'Creu Cwmni',
|
||||||
|
'title' => 'Cwmni',
|
||||||
|
'update' => 'Diweddaru Cwmni',
|
||||||
|
'name' => 'Enw Cwmni',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
);
|
17
resources/lang/cy/admin/components/general.php
Normal file
17
resources/lang/cy/admin/components/general.php
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_components_title' => 'Amdan Cydranau',
|
||||||
|
'about_components_text' => 'Mae cydrannau yn darnau sydd yn rhan o ased, er enghraifft cof, disg caled, ayyb.',
|
||||||
|
'component_name' => 'Enw Cydran',
|
||||||
|
'checkin' => 'Nodi\'r gydran allan',
|
||||||
|
'checkout' => 'Nodi\'r gydran allan',
|
||||||
|
'cost' => 'Cost pwrcasu',
|
||||||
|
'create' => 'Creu Cydran',
|
||||||
|
'edit' => 'Addasu Cydran',
|
||||||
|
'date' => 'Dyddiad Pwrcasu',
|
||||||
|
'order' => 'Rhif Archeb',
|
||||||
|
'remaining' => 'Yn weddill',
|
||||||
|
'total' => 'Cyfanswm',
|
||||||
|
'update' => 'Diweddaru Cydran',
|
||||||
|
);
|
36
resources/lang/cy/admin/components/message.php
Normal file
36
resources/lang/cy/admin/components/message.php
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid ywr cydran yn bodoli.',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y cydran, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Cydran wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni ddiweddarwyd y cydran, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Diweddarwyd y gydran yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r cydran yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r cydran. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Cydran wedi dileu\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkout' => array(
|
||||||
|
'error' => 'Cydran heb ei nodi allan, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Cydran wedi nodi allan yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o. g. y. dd.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkin' => array(
|
||||||
|
'error' => 'Cydran heb ei nodi i fewn, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Cydran wedi nodi i fewn yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o. g. y. dd.'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
);
|
5
resources/lang/cy/admin/components/table.php
Normal file
5
resources/lang/cy/admin/components/table.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'title' => 'Enw Cydran',
|
||||||
|
);
|
13
resources/lang/cy/admin/consumables/general.php
Normal file
13
resources/lang/cy/admin/consumables/general.php
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_consumables_title' => 'Amdan Nwyddau Traul',
|
||||||
|
'about_consumables_text' => 'Mae unrhwy eitem sydd yn cael eu defnyddio i fyny dros amser yn nwydd traul. Er enghraifft, inc neu paper argraffydd.',
|
||||||
|
'checkout' => 'Nodi nwydd traul allan i defnyddiwr',
|
||||||
|
'consumable_name' => 'Enw nwydd traul',
|
||||||
|
'create' => 'Creu nwydd traul',
|
||||||
|
'item_no' => 'Rhif eitem.',
|
||||||
|
'remaining' => 'Yn weddill',
|
||||||
|
'total' => 'Cyfanswm',
|
||||||
|
'update' => 'Diweddaru nwydd traul',
|
||||||
|
);
|
36
resources/lang/cy/admin/consumables/message.php
Normal file
36
resources/lang/cy/admin/consumables/message.php
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r nwydd traul yn bodoli.',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y nwydd traul, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Nwydd traul wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y nwydd traul, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Nwydd traul wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r nwydd traul yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r nwydd traul. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Nwydd traul wedi dileu\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkout' => array(
|
||||||
|
'error' => 'Nwydd traul heb ei nodi allan, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Nwydd traul wedi nodi allan yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o. g. y. dd.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkin' => array(
|
||||||
|
'error' => 'Nwydd traul heb ei nodi i fewn, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Nwydd traul wedi nodi i fewn yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o. g. y. dd.'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
);
|
5
resources/lang/cy/admin/consumables/table.php
Normal file
5
resources/lang/cy/admin/consumables/table.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'title' => 'Enw nwydd traul',
|
||||||
|
);
|
32
resources/lang/cy/admin/custom_fields/general.php
Normal file
32
resources/lang/cy/admin/custom_fields/general.php
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'custom_fields' => 'Meysydd addasedig',
|
||||||
|
'field' => 'Meysydd',
|
||||||
|
'about_fieldsets_title' => 'Amdan grwpiau meysydd',
|
||||||
|
'about_fieldsets_text' => 'Mae grwpiau meysydd yn caniatau i chi creu grwpiau o meysydd addasedig sydd yn cael ei defnyddio yn amal ar gyfer mathau penodol o asedau.',
|
||||||
|
'custom_format' => 'Fformat Regex addasedig...',
|
||||||
|
'encrypt_field' => 'Hamcryptio gwerth y maes yma yn y basdata',
|
||||||
|
'encrypt_field_help' => 'RHYBUDD: Mae hamcryptio maes yn feddwl nid oes modd chwilio amdano.',
|
||||||
|
'encrypted' => 'Wedi hamcryptio',
|
||||||
|
'fieldset' => 'Setiau maes',
|
||||||
|
'qty_fields' => 'Nifer o meysydd',
|
||||||
|
'fieldsets' => 'Setiau maes',
|
||||||
|
'fieldset_name' => 'Enw set maes',
|
||||||
|
'field_name' => 'Enw maes',
|
||||||
|
'field_values' => 'Gwerthoedd maes',
|
||||||
|
'field_values_help' => 'Ychwanegwch opsiynau selectable, un fesul llinell. Anwybyddir llinellau gwag heblaw\'r llinell gyntaf.',
|
||||||
|
'field_element' => 'Ffurf Elfen',
|
||||||
|
'field_element_short' => 'Elfen',
|
||||||
|
'field_format' => 'Fformat',
|
||||||
|
'field_custom_format' => 'Fformat Regex addasedig',
|
||||||
|
'field_custom_format_help' => 'Mae\'r maes hwn yn caniatáu ichi ddefnyddio mynegiad regex i\'w ddilysu. Dylai ddechrau gyda "regex:" - er enghraifft, i ddilysu bod gwerth maes arferiad yn cynnwys IMEI dilys (15 digid rhifol), byddech chi\'n defnyddio <code>regex:/^[0-9]{15}$/</code>.',
|
||||||
|
'required' => 'Gofynnol',
|
||||||
|
'req' => 'Angen.',
|
||||||
|
'used_by_models' => 'Defnyddir gan modelau',
|
||||||
|
'order' => 'Trefn',
|
||||||
|
'create_fieldset' => 'Set maes newydd',
|
||||||
|
'create_field' => 'Maes Addasedig newydd',
|
||||||
|
'value_encrypted' => 'Mae gwerth y maes hwn wedi\'i amgryptio yn y gronfa ddata. Dim ond defnyddwyr gweinyddol fydd yn gallu gweld y gwerth wedi\'i ddadgryptio',
|
||||||
|
'show_in_email' => 'Cynnwys gwerth y maes hwn mewn e-byst talu a anfonir at y defnyddiwr? Ni ellir cynnwys meysydd wedi\'u hamgryptio mewn e-byst.',
|
||||||
|
);
|
57
resources/lang/cy/admin/custom_fields/message.php
Normal file
57
resources/lang/cy/admin/custom_fields/message.php
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'field' => array(
|
||||||
|
'invalid' => 'Nid yw\'r maes yn bodoli.',
|
||||||
|
'already_added' => 'Maes eisoes yn bodoli',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y maes, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Maes wedi creu yn llwyddiannus.',
|
||||||
|
'assoc_success' => 'Maes wedi ychwanegu\'n llwyddiannus ir set maes.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y maes, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Maes wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r maes yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r maes. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Maes wedi dileu\'n llwyddiannus.',
|
||||||
|
'in_use' => 'Maes mewn defnydd.',
|
||||||
|
)
|
||||||
|
|
||||||
|
),
|
||||||
|
|
||||||
|
'fieldset' => array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r set maes yn bodoli',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y set maes, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Set maes wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y set maes, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Set maes wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r set maes yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r set maes. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Set maes wedi dileu\'n llwyddiannus.',
|
||||||
|
'in_use' => 'Set maes mewn defnydd.',
|
||||||
|
)
|
||||||
|
|
||||||
|
),
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
);
|
21
resources/lang/cy/admin/departments/message.php
Normal file
21
resources/lang/cy/admin/departments/message.php
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r adran yn bodoli.',
|
||||||
|
'assoc_users' => 'Mae\'r adran yma wedi perthnasu i oleiaf un defnyddiwr a nid yw\'n bosib dileu. Diweddarwch eich defnyddwyr i beidio cyfeirio at yr adran yma ac yna ceisiwch eto. ',
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd yr adran, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Adran wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd yr adran, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Adran wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r adran yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r adran. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Adran wedi dileu\'n llwyddiannus.'
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
11
resources/lang/cy/admin/departments/table.php
Normal file
11
resources/lang/cy/admin/departments/table.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'name' => 'Enw Adran',
|
||||||
|
'manager' => 'Rheolwr',
|
||||||
|
'location' => 'Lleoliad',
|
||||||
|
'create' => 'Creu Adran',
|
||||||
|
'update' => 'Diweddaru Adran',
|
||||||
|
);
|
12
resources/lang/cy/admin/depreciations/general.php
Normal file
12
resources/lang/cy/admin/depreciations/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_asset_depreciations' => 'Amdan Dibrisiant Asedau',
|
||||||
|
'about_depreciations' => 'Cewch creu mathau o dibrisiant i dibrisio asedau yn seiliedig ar dibrisiant llinell syth.',
|
||||||
|
'asset_depreciations' => 'Dibrisiant Asedau',
|
||||||
|
'create' => 'Creu Dibrisiant',
|
||||||
|
'depreciation_name' => 'Enw Dibrisiant',
|
||||||
|
'number_of_months' => 'Nifer o Fisoedd',
|
||||||
|
'update' => 'Diweddaru Dibrisiant',
|
||||||
|
|
||||||
|
);
|
25
resources/lang/cy/admin/depreciations/message.php
Normal file
25
resources/lang/cy/admin/depreciations/message.php
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r dosbarth yma o dibrsiant yn bodoli.',
|
||||||
|
'assoc_users' => 'Mae\'r dibrisiantyma wedi perthnasu hefo un neu mwy o modelau a nid oes modd i\'w dileu. Fydd rhaid dileu\'r modelau ac yna trio eto. ',
|
||||||
|
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y dosbarth dibrisiant, ceisiwch eto o. g. y. dd. :(',
|
||||||
|
'success' => 'Dosbarth dibrisiant wedi\'i creu yn llwyddiannus. :)'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y dosbarth dibrisiant, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Dosbarth dibrisiant wedi\'i diweddaru yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r dosbarth dibrisiant yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r dosbarth dibrisiant. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Dosbarth dibrisiant wedi\'i dileu yn llwyddiannus.'
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
10
resources/lang/cy/admin/depreciations/table.php
Normal file
10
resources/lang/cy/admin/depreciations/table.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'months' => 'Misoedd',
|
||||||
|
'term' => 'Cyfnod',
|
||||||
|
'title' => 'Enw ',
|
||||||
|
|
||||||
|
);
|
22
resources/lang/cy/admin/groups/message.php
Normal file
22
resources/lang/cy/admin/groups/message.php
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'group_exists' => 'Grwp yn bodoli yn barod!',
|
||||||
|
'group_not_found' => 'Nid yw grwp [:id] yn bodoli.',
|
||||||
|
'group_name_required' => 'Mae angen llenwi\'r maes enw',
|
||||||
|
|
||||||
|
'success' => array(
|
||||||
|
'create' => 'Wedi llwyddo i creu\'r grwp.',
|
||||||
|
'update' => 'Wedi llwyddo i diweddaru\'r grwp.',
|
||||||
|
'delete' => 'Wedi llwyddo i dileu\'r grwp.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r grwp yma?',
|
||||||
|
'create' => 'Roedd problem wrth ceisio creu\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'update' => 'Roedd problem wrth ceisio diweddaru\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'delete' => 'Roedd problem wrth ceisio dileu\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
9
resources/lang/cy/admin/groups/table.php
Normal file
9
resources/lang/cy/admin/groups/table.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'name' => 'Enw',
|
||||||
|
'users' => '# o defnyddwyr',
|
||||||
|
|
||||||
|
);
|
14
resources/lang/cy/admin/groups/titles.php
Normal file
14
resources/lang/cy/admin/groups/titles.php
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_groups_title' => 'Amdan Grwpiau',
|
||||||
|
'about_groups' => 'Defnyddir grwpiau i gosod hawliau defnyddwyr.',
|
||||||
|
'group_management' => 'Rheoli Grwpiau',
|
||||||
|
'create' => 'Creu Grwp Newydd',
|
||||||
|
'update' => 'Addasu Grwp',
|
||||||
|
'group_name' => 'Enw Grwp',
|
||||||
|
'group_admin' => 'Gweinyddwr Grwp',
|
||||||
|
'allow' => 'Caniatau',
|
||||||
|
'deny' => 'Gwrthod',
|
||||||
|
|
||||||
|
);
|
44
resources/lang/cy/admin/hardware/form.php
Normal file
44
resources/lang/cy/admin/hardware/form.php
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'bulk_delete' => 'Cadarnahu Dileu Nifer o Asedau',
|
||||||
|
'bulk_delete_help' => 'Adolygwch yr asedau ar gyfer dileu isod. Ar ôl eu dileu, gellir adfer yr asedau hyn, ond ni fyddant yn gysylltiedig mwyach ag unrhyw ddefnyddwyr y maent wedi\'u neilltuo iddynt ar hyn o bryd.',
|
||||||
|
'bulk_delete_warn' => 'Rydych am dileu :asset_count assets.',
|
||||||
|
'bulk_update' => 'Diweddaru Nifer o Asedau',
|
||||||
|
'bulk_update_help' => 'Mae\'r ffurflen hon yn caniatáu ichi ddiweddaru nifer o asedau ar unwaith. Llenwch y meysydd sydd angen i chi eu newid yn unig. Bydd unrhyw bwlch a adewir yn wag yn aros yr un fath. ',
|
||||||
|
'bulk_update_warn' => 'Rydych am newid manylder am :asset_count o asedau.',
|
||||||
|
'checkedout_to' => 'Wedi aseinio i',
|
||||||
|
'checkout_date' => 'Dyddiad allan',
|
||||||
|
'checkin_date' => 'Dyddian i mewn',
|
||||||
|
'checkout_to' => 'Dynodi i',
|
||||||
|
'cost' => 'Cost pwrcasu',
|
||||||
|
'create' => 'Creu Ased',
|
||||||
|
'date' => 'Dyddiad Pwrcasu',
|
||||||
|
'depreciation' => 'Dibrisiant',
|
||||||
|
'depreciates_on' => 'Dibrisio Ar',
|
||||||
|
'default_location' => 'Lleoliad diofyn',
|
||||||
|
'eol_date' => 'Dyddiad DB',
|
||||||
|
'eol_rate' => 'Cyfradd DB',
|
||||||
|
'expected_checkin' => 'Dyddiad disgwl i mewn',
|
||||||
|
'expires' => 'Dod i ben',
|
||||||
|
'fully_depreciated' => 'Dibrisiant Llwyr',
|
||||||
|
'help_checkout' => 'Os ydych chi am aseinio\'r ased hwn ar unwaith, dewiswch "Barod i\'w Ddefnyddio" o\'r rhestr statws uchod. ',
|
||||||
|
'mac_address' => 'Cyfeiriad MAC',
|
||||||
|
'manufacturer' => 'Gwneuthyrwr',
|
||||||
|
'model' => 'Model',
|
||||||
|
'months' => 'misoedd',
|
||||||
|
'name' => 'Enw Ased',
|
||||||
|
'notes' => 'Nodiadau',
|
||||||
|
'order' => 'Rhif Archeb',
|
||||||
|
'qr' => 'Côd QR',
|
||||||
|
'requestable' => 'Gellir ddefnyddwyr gwneud cais am yr ased yma',
|
||||||
|
'select_statustype' => 'Dewis Math o Statws',
|
||||||
|
'serial' => 'Serial',
|
||||||
|
'status' => 'Statws',
|
||||||
|
'tag' => 'Tag Ased',
|
||||||
|
'update' => 'Diweddaru Ased',
|
||||||
|
'warranty' => 'Warant',
|
||||||
|
'warranty_expires' => 'Warrant yn dod I ben',
|
||||||
|
'years' => 'blynyddoedd',
|
||||||
|
)
|
||||||
|
;
|
22
resources/lang/cy/admin/hardware/general.php
Normal file
22
resources/lang/cy/admin/hardware/general.php
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_assets_title' => 'Amdan Asedau',
|
||||||
|
'about_assets_text' => 'Mae asedau wedi tracio trwy rhif cofrestru neu rhif ased. Maen yn tueddu fod yn eitemau gwerthfawr lle mae adnabod offer penodol yn bwysig.',
|
||||||
|
'archived' => 'Archifwyd',
|
||||||
|
'asset' => 'Ased',
|
||||||
|
'bulk_checkout' => 'Nodi Asedau Allan',
|
||||||
|
'checkin' => 'Nodi Asedau I Mewn',
|
||||||
|
'checkout' => 'Nodi Asedau Allan',
|
||||||
|
'clone' => 'Dyblygu Ased',
|
||||||
|
'deployable' => 'Gellir ei ddefnyddio',
|
||||||
|
'deleted' => 'Mae\'r ased yma wedi dileu. <a href="/hardware/:asset_id/restore">Cliciwch yma i\'w adfer</a>.',
|
||||||
|
'edit' => 'Addasu Ased',
|
||||||
|
'model_deleted' => 'Mae\'r model yma o ased wedi\'i dileu. Rhaid i chi adfer y model cyn fedrwch chi adfer y\'r ased. <br/> <a href="/hardware/models/:model_id/restore">Cliciwch yma i adfer yr ased</a>.',
|
||||||
|
'requestable' => 'Ar gael',
|
||||||
|
'requested' => 'Gofynnwyd amdano',
|
||||||
|
'restore' => 'Adfer Ased',
|
||||||
|
'pending' => 'Yn disgwl',
|
||||||
|
'undeployable' => 'Dim ar gael',
|
||||||
|
'view' => 'Gweld Ased',
|
||||||
|
);
|
83
resources/lang/cy/admin/hardware/message.php
Normal file
83
resources/lang/cy/admin/hardware/message.php
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'undeployable' => '<strong> Rhybudd: </strong> Mae\'r ased hwn wedi\'i nodi fel un na ellir ei ddefnyddio ar hyn o bryd.
|
||||||
|
Os yw\'r statws hwn wedi newid, diweddarwch statws yr ased.',
|
||||||
|
'does_not_exist' => 'Nid yw\'r ased yn bodoli.',
|
||||||
|
'does_not_exist_or_not_requestable' => 'Ymdrech da. Nid yw\'r ased yma yn bodoli neu ar gael.',
|
||||||
|
'assoc_users' => 'Ar hyn o bryd mae\'r ased yma allan gan ddefnyddiwr ac ni ellir ei ddileu. Cofnodwch yr ased yn ol i fewn yn gyntaf, ac yna ceisiwch ei ddileu eto. ',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd yr ased, ceisiwch eto o. g. y. dd. :(',
|
||||||
|
'success' => 'Ased wedi creu yn llwyddiannus. :)'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd yr assed, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Ased wedi diweddaru\'n llwyddiannus.',
|
||||||
|
'nothing_updated' => 'Dim newid mewn manylder, felly dim byd wedi\'i diweddaru.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'restore' => array(
|
||||||
|
'error' => 'Nid oedd yn bosib adfer yr ased, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Ased wedi adfer yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'audit' => array(
|
||||||
|
'error' => 'Roedd archwiliad asedau yn aflwyddiannus. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Cofnodwyd archwiliad asedau yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
|
||||||
|
'deletefile' => array(
|
||||||
|
'error' => 'Ffeil heb ei ddileu. Ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Ffeil wedi dileu yn llwyddiannus.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'upload' => array(
|
||||||
|
'error' => 'Ffeil(iau) heb ei uwchlwytho. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Ffeil(iau) wedi uwchlwytho yn llwyddiannus.',
|
||||||
|
'nofiles' => 'Ni wnaethoch chi ddewis unrhyw ffeiliau i\'w uwchlwytho, neu mae\'r ffeil rydych chi\'n ceisio ei huwchlwytho yn rhy fawr',
|
||||||
|
'invalidfiles' => 'Mae un neu mwy o\'r ffeiliau unai yn rhy fawr neu ddim y math cywir. Derbynir png, gif, fjp, doc, docx, pdf a txt.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'import' => array(
|
||||||
|
'error' => 'Rhai eitemau heb ei mewnforio\'n gywir.',
|
||||||
|
'errorDetail' => 'Ni fewnforiwyd yr eitemau canlynol oherwydd gwallau.',
|
||||||
|
'success' => "Mae'ch ffeil wedi'i mewnforio",
|
||||||
|
'file_delete_success' => "Mae eich ffeil wedi'i dileu yn llwyddiannus",
|
||||||
|
'file_delete_error' => "Nid oedd yn bosib dileu'r ffeil",
|
||||||
|
),
|
||||||
|
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r ased yma?',
|
||||||
|
'error' => 'Roedd problem wrth ceisio dileu\'r ased. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'nothing_updated' => 'Dim asedau wedi dewis, felly dim byd wedi\'i dileu.',
|
||||||
|
'success' => 'Ased wedi dileu\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkout' => array(
|
||||||
|
'error' => 'Ased heb ei nodi fel allan, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Ased wedi nodi fel allan yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o.g.y.dd.',
|
||||||
|
'not_available' => 'Nid yw\'r ased yma ar gael i\'w defnyddio!',
|
||||||
|
'no_assets_selected' => 'Rhaid i chi ddewis o leiaf un ased o\'r rhestr'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkin' => array(
|
||||||
|
'error' => 'Ased heb ei nodi i mewn, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Ased wedi nodi i mewn yn llwyddiannus.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'already_checked_in' => 'Ased wedi nodi i mewn yn gywir.',
|
||||||
|
|
||||||
|
),
|
||||||
|
|
||||||
|
'requests' => array(
|
||||||
|
'error' => 'Nid oedd cais am yr ased, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Cais am ased yn llwyddiannus.',
|
||||||
|
'canceled' => 'Wedi llwydo i canslo cais am ased'
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
24
resources/lang/cy/admin/hardware/table.php
Normal file
24
resources/lang/cy/admin/hardware/table.php
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'asset_tag' => 'Rhif Ased (tag)',
|
||||||
|
'asset_model' => 'Model',
|
||||||
|
'book_value' => 'Gwerth',
|
||||||
|
'change' => 'Mewn/Allan',
|
||||||
|
'checkout_date' => 'Dyddiad Allan',
|
||||||
|
'checkoutto' => 'Allan',
|
||||||
|
'diff' => 'Gwahaniaeth',
|
||||||
|
'dl_csv' => 'Lawrlwytho CSV',
|
||||||
|
'eol' => 'DB',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'location' => 'Lleoliad',
|
||||||
|
'purchase_cost' => 'Cost',
|
||||||
|
'purchase_date' => 'Dyddiad Pwrcasu',
|
||||||
|
'serial' => 'Serial',
|
||||||
|
'status' => 'Statws',
|
||||||
|
'title' => 'Ased ',
|
||||||
|
'image' => 'Delwedd Dyfais',
|
||||||
|
'days_without_acceptance' => 'Diwrnodau Heb Derbyn'
|
||||||
|
|
||||||
|
);
|
22
resources/lang/cy/admin/licenses/form.php
Normal file
22
resources/lang/cy/admin/licenses/form.php
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'asset' => 'Ased',
|
||||||
|
'checkin' => 'Nodi i mewn',
|
||||||
|
'create' => 'Creu Trwydded',
|
||||||
|
'expiration' => 'Dyddiad Terfynu',
|
||||||
|
'license_key' => 'Goriad',
|
||||||
|
'maintained' => 'Cynnal a chadw',
|
||||||
|
'name' => 'Enw Meddalwedd',
|
||||||
|
'no_depreciation' => 'Peidio dibrisio',
|
||||||
|
'purchase_order' => 'Rhif Archeb',
|
||||||
|
'reassignable' => 'Posib ail dynodi',
|
||||||
|
'remaining_seats' => 'Seddi yn weddill',
|
||||||
|
'seats' => 'Seddi',
|
||||||
|
'termination_date' => 'Dyddiad Terfynu',
|
||||||
|
'to_email' => 'Ebost wedi trwyddedu',
|
||||||
|
'to_name' => 'Enw wedi trwyddedu',
|
||||||
|
'update' => 'Diweddaru Trwydded',
|
||||||
|
'checkout_help' => 'Fedrwch nodi trwydded allan yn erbyn ased neu person. Fedrwch dewis y ddau ond rhaid i\'r person cydfynd hefo perchenog yr ased.'
|
||||||
|
);
|
21
resources/lang/cy/admin/licenses/general.php
Normal file
21
resources/lang/cy/admin/licenses/general.php
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_licenses_title' => 'Amdan trwyddedau',
|
||||||
|
'about_licenses' => 'Mae trwyddedau yn tracio feddalwedd. May yna nifer o seddi fedrwch nodi yn erbyn unigolion',
|
||||||
|
'checkin' => 'Nodi sedd trwydded i fewn',
|
||||||
|
'checkout_history' => 'Hanes nodi allan',
|
||||||
|
'checkout' => 'Nodi sedd trwydded allan',
|
||||||
|
'edit' => 'Golygu Trwydded',
|
||||||
|
'filetype_info' => 'Math o ffeiliau a caniateir yw png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, a rar.',
|
||||||
|
'clone' => 'Dyblygu Trwydded',
|
||||||
|
'history_for' => 'Hanes ar gyfer ',
|
||||||
|
'in_out' => 'Mewn/Allan',
|
||||||
|
'info' => 'Gwybodaeth Trwydded',
|
||||||
|
'license_seats' => 'Seddi Trwydded',
|
||||||
|
'seat' => 'Sedd',
|
||||||
|
'seats' => 'Seddi',
|
||||||
|
'software_licenses' => 'Trwyddedau Meddalwedd',
|
||||||
|
'user' => 'Defnyddiwr',
|
||||||
|
'view' => 'Gweld Trwydded',
|
||||||
|
);
|
51
resources/lang/cy/admin/licenses/message.php
Normal file
51
resources/lang/cy/admin/licenses/message.php
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r trwydded yn bodoli.',
|
||||||
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yn bodoli.',
|
||||||
|
'asset_does_not_exist' => 'Nid yw\'r ased rydych yn ceisio perthnasu i\'r trwydded yma yn bodoli.',
|
||||||
|
'owner_doesnt_match_asset' => 'Nid y defnyddiwr sydd wedi nodi yw perchenog yr ased rydych yn ceisio perthnasu ir trwydded yma.',
|
||||||
|
'assoc_users' => 'Ar hyn o bryd mae\'r trwydded yma allan gan ddefnyddiwr ac ni ellir ei ddileu. Cofnodwch yr trwyddedyn ol i fewn yn gyntaf, ac yna ceisiwch ei ddileu eto. ',
|
||||||
|
'select_asset_or_person' => 'Rhaid i chi ddewis ased neu defnyddiwr ond nid y ddau.',
|
||||||
|
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y trwydded, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Trwydded wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'deletefile' => array(
|
||||||
|
'error' => 'Ffeil heb ei ddileu. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Ffeil wedi dileu yn llwyddiannus.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'upload' => array(
|
||||||
|
'error' => 'Ffeil(iau) heb ei uwchlwytho. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Ffeil(iau) wedi uwchlwytho yn llwyddiannus.',
|
||||||
|
'nofiles' => 'Ni wnaethoch chi ddewis unrhyw ffeiliau i\'w uwchlwytho, neu mae\'r ffeil rydych chi\'n ceisio ei huwchlwytho yn rhy fawr',
|
||||||
|
'invalidfiles' => 'Mae un neu mwy o\'r ffeiliau unai yn rhy fawr neu ddim y math cywir. Derbynir png, gif, fjp, doc, docx, pdf a txt.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y trwydded, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Trwydded wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r trwydded yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r trwydded. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Trwydded wedi dileu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkout' => array(
|
||||||
|
'error' => 'Nid oedd yn bosib nodi\'r trwydded allan. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Trwydded wedi nodi allan yn llwyddiannus'
|
||||||
|
),
|
||||||
|
|
||||||
|
'checkin' => array(
|
||||||
|
'error' => 'Nid oedd yn bosib nodi\'r trwydded i mewn. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Trwydded wedi nodi i fewn yn llwyddiannus'
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
17
resources/lang/cy/admin/licenses/table.php
Normal file
17
resources/lang/cy/admin/licenses/table.php
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'assigned_to' => 'Wedi Neilltuo i',
|
||||||
|
'checkout' => 'Mewn/Allan',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'license_email' => 'Ebost wedi trwyddedu',
|
||||||
|
'license_name' => 'Wedi Trwyddedi',
|
||||||
|
'purchase_date' => 'Dyddiad Pwrcasu',
|
||||||
|
'purchased' => 'Prynwyd',
|
||||||
|
'seats' => 'Seddi',
|
||||||
|
'hardware' => 'Caledwedd',
|
||||||
|
'serial' => 'Serial',
|
||||||
|
'title' => 'Trwydded',
|
||||||
|
|
||||||
|
);
|
27
resources/lang/cy/admin/locations/message.php
Normal file
27
resources/lang/cy/admin/locations/message.php
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r lleoliad yn bodoli.',
|
||||||
|
'assoc_users' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un defnyddiwr a nid yw\'n bosib dileu. Diweddarwch eich defnyddwyr i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
|
||||||
|
'assoc_assets' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un ased a nid yw\'n bosib dileu. Diweddarwch eich asedau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
|
||||||
|
'assoc_child_loc' => 'Mae\'r lleoliad yma yn rhiant i oleiaf un lleoliad a nid yw\'n bosib dileu. Diweddarwch eich lleoliadau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
|
||||||
|
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y lleoliad, ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Lleoliad wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y lleoliad, ceisiwch eto o.g.y.dd',
|
||||||
|
'success' => 'Lleoliad wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r lleoliad yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r lleoliad. Ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Lleoliad wedi dileu\'n llwyddiannus.'
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
21
resources/lang/cy/admin/locations/table.php
Normal file
21
resources/lang/cy/admin/locations/table.php
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_locations_title' => 'Amdan Lleoliadau',
|
||||||
|
'about_locations' => 'Defnyddir lleoliadau i cofnodi manylder lleoliad ar gyfer defnyddwyr, asedau a eitemau eraill',
|
||||||
|
'assets_rtd' => 'Asedau', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||||
|
'assets_checkedout' => 'Asedau Wedi clustnodi',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'city' => 'Dinas',
|
||||||
|
'state' => 'Talaith',
|
||||||
|
'country' => 'Gwlad',
|
||||||
|
'create' => 'Creu Lleoliad',
|
||||||
|
'update' => 'Diweddaru Lleoliad',
|
||||||
|
'name' => 'Enw Lleoliad',
|
||||||
|
'address' => 'Cyfeiriad',
|
||||||
|
'zip' => 'Côd Post',
|
||||||
|
'locations' => 'Lleoliadau',
|
||||||
|
'parent' => 'Rhiant',
|
||||||
|
'currency' => 'Arian y Lleoliad',
|
||||||
|
'ldap_ou' => 'OU a denyddir wrth chwilio LDAP',
|
||||||
|
);
|
29
resources/lang/cy/admin/manufacturers/message.php
Normal file
29
resources/lang/cy/admin/manufacturers/message.php
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r gwneuthyrwr yn bodoli.',
|
||||||
|
'assoc_users' => 'Mae\'r gwneuthyrwr yma wedi perthnasu i oleiaf un model a nid yw\'n bosib dileu. Diweddarwch eich modelau i beidio cyfeirio at y gwneuthyrwr yma ac yna ceisiwch eto. ',
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd ygwneuthyrwr, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Gwneuthyrwr wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y gwneuthyrwr, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Gwneuthyrwr wedi diweddaru yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'restore' => array(
|
||||||
|
'error' => 'Nid oedd yn bosib adfer y gwneuthyrwr, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Gwneuthyrwr wedi adfer yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r gwneuthyrwr yma?',
|
||||||
|
'error' => 'Roedd problem wrth ceisio dileu\'r gwneuthyrwr. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Gwneuthyrwr wedi dileu\'n llwyddiannus.'
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
16
resources/lang/cy/admin/manufacturers/table.php
Normal file
16
resources/lang/cy/admin/manufacturers/table.php
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_manufacturers_title' => 'Amdan Gwneuthyrwyr',
|
||||||
|
'about_manufacturers_text' => 'Gwneuthurwyr yw\'r cwmnïau sy\'n creu eich asedau. Gallwch ddod o hyd i wybodaeth bwysig amdanynt yma, a fydd yn cael ei harddangos ar eich tudalennau manylion asedau.',
|
||||||
|
'asset_manufacturers' => 'Gwneuthyrwyr Asedau',
|
||||||
|
'create' => 'Creu Gwneuthyrwr',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'name' => 'Enw',
|
||||||
|
'support_email' => 'Ebost Cefnogaeth',
|
||||||
|
'support_phone' => 'Rhif ffôn cefnogaeth',
|
||||||
|
'support_url' => 'Wefan cefnogaeth',
|
||||||
|
'update' => 'Diweddaru Gwneuthyrwr',
|
||||||
|
'url' => 'URL',
|
||||||
|
|
||||||
|
);
|
18
resources/lang/cy/admin/models/general.php
Normal file
18
resources/lang/cy/admin/models/general.php
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_models_title' => 'Amdan Modelau',
|
||||||
|
'about_models_text' => 'Mae modelau o asedau yn ffordd o creu grwp o asedau. "iPhone 7, Samsung TAB 4, ayyb.',
|
||||||
|
'deleted' => 'Mae\'r model yma wedi dileu. <a href="/hardware/models/:model_id/restore">Cliciwch yma i\'w adfer</a>.',
|
||||||
|
'bulk_delete' => 'Dileu Nifer o Modelau',
|
||||||
|
'bulk_delete_help' => 'Rhowch tic yn y bocsys isod i cadarnhau dileu y model. Nid oes modd dileu modelau sydd hefo asedau yn ei erbyn.',
|
||||||
|
'bulk_delete_warn' => 'Rydych am dileu :model_count o asedau.',
|
||||||
|
'restore' => 'Adfer Model',
|
||||||
|
'requestable' => 'Gellir defnyddwyr gwneud cais am yr ased yma',
|
||||||
|
'show_mac_address' => 'Dangos cyfeiriad MAC yn asedau o\'r model yma',
|
||||||
|
'view_deleted' => 'Wedi Dileu',
|
||||||
|
'view_models' => 'Gweld Modelau',
|
||||||
|
'fieldset' => 'Fieldset',
|
||||||
|
'no_custom_field' => 'Defnyddio meysydd addasedig',
|
||||||
|
'add_default_values' => 'Ychwanegu gwerthoedd diofyn',
|
||||||
|
);
|
42
resources/lang/cy/admin/models/message.php
Normal file
42
resources/lang/cy/admin/models/message.php
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r model yn bodoli.',
|
||||||
|
'assoc_users' => 'Mae\'r model yma wedi perthnasu hefo un neu mwy o asedau. Fydd rhaid dileu\'r asedau ac yna trio eto. ',
|
||||||
|
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y model, ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Model wedi creu yn llwyddiannus.',
|
||||||
|
'duplicate_set' => 'Mae model ased hefo\'r enw, gwneuthyrwr a rhif model yn bodoli yn barod.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y model, ceisiwch eto o.g.y.dd',
|
||||||
|
'success' => 'Model wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r model ased yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r model. Ceisiwch eto o.g.y.dd.',
|
||||||
|
'success' => 'Model wedi dileu\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'restore' => array(
|
||||||
|
'error' => 'Nid oedd yn bosib adfer y model, ceisiwch eto o.g.y.dd',
|
||||||
|
'success' => 'Model wedi adfer yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'bulkedit' => array(
|
||||||
|
'error' => 'Dim newid mewn manylder, felly dim byd i diweddaru.',
|
||||||
|
'success' => 'Modelau wedi diweddaru.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'bulkdelete' => array(
|
||||||
|
'error' => 'Dim modelau wedi dewis, felly dim byd i\'w ddileu.',
|
||||||
|
'success' => ':success_count model(au) wedi dileu!',
|
||||||
|
'success_partial' => ':success_count model(au) wedi\'i dileu, :fail_count heb eu ddileu gan bod asedau wedi perthnasu iddo.'
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
17
resources/lang/cy/admin/models/table.php
Normal file
17
resources/lang/cy/admin/models/table.php
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'create' => 'Creu Model Ased',
|
||||||
|
'created_at' => 'Crëwyd',
|
||||||
|
'eol' => 'DB',
|
||||||
|
'modelnumber' => 'Rhif Model.',
|
||||||
|
'name' => 'Enw Model Ased',
|
||||||
|
'numassets' => 'Asedau',
|
||||||
|
'title' => 'Model Ased',
|
||||||
|
'update' => 'Diweddaru Model Ased',
|
||||||
|
'view' => 'Gweld Model Ased',
|
||||||
|
'update' => 'Diweddaru Model Ased',
|
||||||
|
'clone' => 'Dyblygu Model',
|
||||||
|
'edit' => 'Newid Model',
|
||||||
|
);
|
5
resources/lang/cy/admin/reports/general.php
Normal file
5
resources/lang/cy/admin/reports/general.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'info' => 'Dewiswch yr opsiynau rydych chi eu heisiau ar gyfer eich adroddiad ased.'
|
||||||
|
);
|
5
resources/lang/cy/admin/reports/message.php
Normal file
5
resources/lang/cy/admin/reports/message.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'error' => 'Rhaid i chi ddewis o leiaf un opsiwn.'
|
||||||
|
);
|
187
resources/lang/cy/admin/settings/general.php
Normal file
187
resources/lang/cy/admin/settings/general.php
Normal file
|
@ -0,0 +1,187 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'ad' => 'Active Directory',
|
||||||
|
'ad_domain' => 'Parth Active Directory',
|
||||||
|
'ad_domain_help' => 'Ar adegau yn debyg i parth eich cyfeiriad ebost, ond dim pob tro.',
|
||||||
|
'admin_cc_email' => 'CC Ebost',
|
||||||
|
'admin_cc_email_help' => 'Os ydych am i cyfrif ebost derbyn copi o negeseuon i ddefnyddwyr wrth nodi asdedau allan i defnyddwyr ac yn ol i fewn rhowch o yma. Fel arall, gadewch yn wag.',
|
||||||
|
'is_ad' => 'Mae hwn yn Server Active Directory',
|
||||||
|
'alert_email' => 'Gyrru rhybuddion i',
|
||||||
|
'alerts_enabled' => 'Rhybuddion ebost wedi alluogi',
|
||||||
|
'alert_interval' => 'Trothwy Rhybuddion sy\'n Dod i Ben (mewn dyddiau)',
|
||||||
|
'alert_inv_threshold' => 'Trothwy Rhybudd Rhestr',
|
||||||
|
'asset_ids' => 'Rhifau Unigryw Asedau',
|
||||||
|
'audit_interval' => 'Cyfnod Awdit',
|
||||||
|
'audit_interval_help' => 'Os ydych angen gwneud awdit ffisegol, rhowch y cyfnod mewn misoedd.',
|
||||||
|
'audit_warning_days' => 'Trothwy Rhybuddio Awdit',
|
||||||
|
'audit_warning_days_help' => 'Sawl diwrnod o flaen llaw ddylswn rhybuddio chi o asedau sydd angen awdit?',
|
||||||
|
'auto_increment_assets' => 'Cynhyrch Rhifau Unigryw sydd yn cynyddu yn awtomatig',
|
||||||
|
'auto_increment_prefix' => 'Rhagddodiad (dewisol)',
|
||||||
|
'auto_incrementing_help' => 'Alluogwch Rhifau Unigryw sydd yn cynyddu yn awtomatig er mwyn gosod hyn',
|
||||||
|
'backups' => 'Copi wrth gefn',
|
||||||
|
'barcode_settings' => 'Gosodiadau Barcode',
|
||||||
|
'confirm_purge' => 'Cadarnhau Clirio',
|
||||||
|
'confirm_purge_help' => 'Teipiwch "Delete" yn y bocs isod i clirio cofnodion sydd wedi\'i dileu. Nid oes modd dad wneud hyn.',
|
||||||
|
'custom_css' => 'Addasu CSS',
|
||||||
|
'custom_css_help' => 'Cewch nodi unrhyw CSS personol yma. Peidiwch a cynnwys <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Cyfeiriad gwasanaeth newid cyfrinair',
|
||||||
|
'custom_forgot_pass_url_help' => 'Mae hyn yn cymeryd lle y system menwol i newid cyfrineiriau ar y wefan mewngofnodi, o defnydd i gyfeirio pobol at eich datrysiad newid cyfrineiriau LDAP. Nid ywn\'n bosib i defnyddwyr lleol o SNipe-IT newid cyfrineair os yw\'r opsiwn wedi alluogi.',
|
||||||
|
'dashboard_message' => 'Neges Dashfwrdd',
|
||||||
|
'dashboard_message_help' => 'Fydd y neges yma yn ymddangos ar y dashfwrdd i unrhywun hefo hawl i weld y dashfwrdd.',
|
||||||
|
'default_currency' => 'Arian Diofyn',
|
||||||
|
'default_eula_text' => 'CGTG Diofyn',
|
||||||
|
'default_language' => 'Iaith Diofyn',
|
||||||
|
'default_eula_help_text' => 'Yn ogystal, fedrwch perthnasu CTDT yn erbyn asedau penodol.',
|
||||||
|
'display_asset_name' => 'Dangos Enw Ased',
|
||||||
|
'display_checkout_date' => 'Dangos Dyddiad Allan',
|
||||||
|
'display_eol' => 'Dangos DB yn y tabl',
|
||||||
|
'display_qr' => 'Arddangos Codau Sgwâr',
|
||||||
|
'display_alt_barcode' => 'Arddangos barcode 1D',
|
||||||
|
'barcode_type' => 'Math Barcode 2D',
|
||||||
|
'alt_barcode_type' => 'Math Barcode 1D',
|
||||||
|
'eula_settings' => 'Gosodiadau CTDT',
|
||||||
|
'eula_markdown' => 'Mae\'r CTDT yma yn caniatau <a href="https://help.github.com/articles/github-flavored-markdown/">markdown GitHub</a>.',
|
||||||
|
'footer_text' => 'Testun Troedyn Ychwanegol ',
|
||||||
|
'footer_text_help' => 'Dangosir y text yma ir ochor dde yn y troedyn. Mae lincs yn dderbyniol gan defnyddio <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
|
||||||
|
'general_settings' => 'Gosodiadau Cyffredinol',
|
||||||
|
'generate_backup' => 'Creu copi-wrth-gefn',
|
||||||
|
'header_color' => 'Lliw penawd',
|
||||||
|
'info' => 'Mae\'r gosodiadau yma yn caniatau i chi addasu elfennau o\'r system.',
|
||||||
|
'laravel' => 'Fersiwn Laravel',
|
||||||
|
'ldap_enabled' => 'LDAP wedi alluogi',
|
||||||
|
'ldap_integration' => 'Integreiddio LDAP',
|
||||||
|
'ldap_settings' => 'Gosodiadau LDAP',
|
||||||
|
'ldap_login_test_help' => 'Gosodwch cyfrif a chyfrinair LDAP dilys o\'r base DN i profi cysyllted a gweithrediad LDAP. RHAID ARBED Y GOSODIADAU LDAP CYNTAF.',
|
||||||
|
'ldap_login_sync_help' => 'Mae\'r prawf yma yn profi\'r gallu i LDAP gwneud sync. Os ydi\'r gosodiadau LDAP yn anghywir mae\'n bosib ni ellith defnyddwyr mewngofnodi. RHAID ARBED GOSODIADAU LDAP CYNTAF.',
|
||||||
|
'ldap_server' => 'Server LDAP',
|
||||||
|
'ldap_server_help' => 'Dylith hwn ddechra hefo ldap://(Ar gyfer cysylltiadau TLS neu heb eu hamcryptio) neu ldaps://(ar gyfer SSL)',
|
||||||
|
'ldap_server_cert' => 'Profi tystysgrif LDAP SSL dilys',
|
||||||
|
'ldap_server_cert_ignore' => 'Caniatau Tystyrgrif SSL annilys',
|
||||||
|
'ldap_server_cert_help' => 'Dewisiwch y blwch yma os ydych yn defnyddio tystysgrif wedi hunan-arwyddo ac os ydych am dderbyn tystysgrif SSL annilys.',
|
||||||
|
'ldap_tls' => 'Defnyddio TLS',
|
||||||
|
'ldap_tls_help' => 'Dewisiwch os ydych yn rhedeg STARTTLS ar eich server LDAP. ',
|
||||||
|
'ldap_uname' => 'Enw defnyddiwr i cysylltu trwy LDAP',
|
||||||
|
'ldap_pword' => 'Cyfrinair i cysylltu trwy LDAP',
|
||||||
|
'ldap_basedn' => 'DN Cyswllt Sylfaenol',
|
||||||
|
'ldap_filter' => 'Hidlydd LDAP',
|
||||||
|
'ldap_pw_sync' => 'Sync cyfrinair LDAP',
|
||||||
|
'ldap_pw_sync_help' => 'Tynnwch y tic o\'r focs yma os nad ydych am cadw cyfrineiriau LDAP mewn sync a cyfrineiriau lleol. Mae an-alluogi hyn yn feddwl ni ellith defnyddywr mewngofnodi os oes problem hefo\'r server LDAP.',
|
||||||
|
'ldap_username_field' => 'Maes Enw Defnyddiwr',
|
||||||
|
'ldap_lname_field' => 'Enw Olaf',
|
||||||
|
'ldap_fname_field' => 'Enw Cyntaf LDAP',
|
||||||
|
'ldap_auth_filter_query' => 'Ymholiad dilysu LDAP',
|
||||||
|
'ldap_version' => 'Fersiwn LDAP',
|
||||||
|
'ldap_active_flag' => 'Nodi bod LDAP yn weithredol',
|
||||||
|
'ldap_emp_num' => 'LDAP Rhif Cyflogai',
|
||||||
|
'ldap_email' => 'Ebost LDAP',
|
||||||
|
'license' => 'Trwydded Meddalwedd',
|
||||||
|
'load_remote_text' => 'Scripts o bell',
|
||||||
|
'load_remote_help_text' => 'Gellith Snipe-IT gosod scripts o\'r we.',
|
||||||
|
'login_note' => 'Nodyn Mewngofnodi',
|
||||||
|
'login_note_help' => 'Cewch dewis i cynnwys brawddeg neu ddwy ar y sgrin mewngofnodi, e.e. i cynorthwyo pobol sydd wedi darganfod offer. This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>',
|
||||||
|
'login_remote_user_text' => 'Dewisiadau mewngofnodi ar gyfer defnyddywr o bell',
|
||||||
|
'login_remote_user_enabled_text' => 'Caniatau mewngofnodi hefo\'r Remote User Header',
|
||||||
|
'login_remote_user_enabled_help' => 'Mae\'r opsiwn yma yn caniatau dilysu trwy\'r REMOTE_USER header yn ol "Common Gateway Interface (rfc3875)"',
|
||||||
|
'login_common_disabled_text' => 'Analluogi dulliau eraill o mewngofnodi',
|
||||||
|
'login_common_disabled_help' => 'Mae\'r opsiwn yma yn analluogi dulliau eraill o mewngofnodi. Alluogch yr opsiwn yma os ydych yn sicr bod yr opsiwn REMOTE_USER yn weithredol',
|
||||||
|
'login_remote_user_custom_logout_url_text' => 'URL Allgofnodi',
|
||||||
|
'login_remote_user_custom_logout_url_help' => 'Os oes URL yma mi fydd defnyddwyr yn cael ei gyfeirio yma wrth mewngofnodi. Mae hyn yn defnyddiol i cau sesiynau hefo\'r endid sydd yn darparu\'r gwasanaeth dilysu.',
|
||||||
|
'logo' => 'Logo',
|
||||||
|
'logo_print_assets' => 'Defnyddio wrth argraffu',
|
||||||
|
'logo_print_assets_help' => 'Defnyddio branding ar rhestrau asedau i\'w argraffu ',
|
||||||
|
'full_multiple_companies_support_help_text' => 'Cyfyngu defnyddywr (gan cynnwys Admin) sydd wedi aseinio i gwmni i asedau\'r cwmni.',
|
||||||
|
'full_multiple_companies_support_text' => 'Cefnogaeth Llawn ar gyfer Nifer o Cwmniau',
|
||||||
|
'show_in_model_list' => 'Dangos mewn dewislen modelau',
|
||||||
|
'optional' => 'dewisol',
|
||||||
|
'per_page' => 'Canlyniadau fesul tudalen',
|
||||||
|
'php' => 'Fersiwn PHP',
|
||||||
|
'php_gd_info' => 'Rhaid gossod php-gd i weld codau QR, gweler y canllaawiau gosod.',
|
||||||
|
'php_gd_warning' => 'NID yw PHP IMage Processing a\'r plugin GD wedi osod.',
|
||||||
|
'pwd_secure_complexity' => 'Cymhlethdod Cyfrineiriau',
|
||||||
|
'pwd_secure_complexity_help' => 'Dewisiwch y rheolau cymlethdod cyfrineiriau sydd ei angen.',
|
||||||
|
'pwd_secure_min' => 'Lleiafswm o cymeriadau mewn cyfrinair',
|
||||||
|
'pwd_secure_min_help' => 'Gwerth lleiaf a dderbynir yw 5',
|
||||||
|
'pwd_secure_uncommon' => 'Nadu cyfrineiriau cyffredin',
|
||||||
|
'pwd_secure_uncommon_help' => 'Fydd hyn yn nadu defnyddwyr rhag defnyddio\'r 10,000 o cyfrineiriau sydd wedi adnabod yn rhan o digwyddiadau siber.',
|
||||||
|
'qr_help' => 'Alluogwch QR codes cyntaf er mwyn gosod hyn',
|
||||||
|
'qr_text' => 'Testun Cod QR',
|
||||||
|
'setting' => 'Gosodiad',
|
||||||
|
'settings' => 'Gosodiadau',
|
||||||
|
'show_alerts_in_menu' => 'Dangos rhybuddion yn y dewislen',
|
||||||
|
'show_archived_in_list' => 'Eitemau wedi eu harchifio',
|
||||||
|
'show_archived_in_list_text' => 'Dangos asedau sydd wedi\'i archifio yn "holl asedau"',
|
||||||
|
'show_images_in_email' => 'Dangos lluniau mewn ebyst',
|
||||||
|
'show_images_in_email_help' => 'Tynnwch y tic or bocs yma os yw eich copi o Snipe-IT tu ol i VPN neu o fewn rhwydwaith caedig os ni fydd yn bosib i defnyddwyr gweld lluniau yn ebyst o\'r system yma.',
|
||||||
|
'site_name' => 'Enw Safle',
|
||||||
|
'slack_botname' => 'Enwbot Slack',
|
||||||
|
'slack_channel' => 'Sianel Slack',
|
||||||
|
'slack_endpoint' => 'Slack Endpoint',
|
||||||
|
'slack_integration' => 'Gosodiadau Slack',
|
||||||
|
'slack_integration_help' => 'Mae integreiddio hefo clack yn ddeisol ond mae\'r endpoint a sianel yn hanfodol os ydych am ei ddefnyddio. I configo integreiddio hefo slack rhaid i chi creu <a href=":slack_link" target="_new" rel="noopener">incoming webhook</a> ar eich cyfrif Slack.',
|
||||||
|
'slack_integration_help_button' => 'Ar ol arbed eich wybodaeth Slack cewch fotwm profi.',
|
||||||
|
'slack_test_help' => 'Profi eich gosodiadau slack. Rhaid i chi arbed eich gosodiadau gyntaf.',
|
||||||
|
'snipe_version' => 'Fersiwn Snipe-IT',
|
||||||
|
'support_footer' => 'Cefnogi lincs ar waelod tudalenau ',
|
||||||
|
'support_footer_help' => 'Nodi pwy sydd yn gallu gweld y wybodaeth cefnogi ar canllaw defnyddwyr',
|
||||||
|
'version_footer' => 'Fersiwn ar waelod tudalen ',
|
||||||
|
'version_footer_help' => 'Nodi pwy sydd yn cael gweld fersiwn Snipe-IT.',
|
||||||
|
'system' => 'Gwybodaeth System',
|
||||||
|
'update' => 'Diweddaru Gosodiadau',
|
||||||
|
'value' => 'Gwerth',
|
||||||
|
'brand' => 'Brandio',
|
||||||
|
'about_settings_title' => 'Amdan Gosodiadau',
|
||||||
|
'about_settings_text' => 'Mae\'r gosodiadau yma yn caniatau i chi addasu elfennau o\'r system.',
|
||||||
|
'labels_per_page' => 'Labeli fesul tudalen',
|
||||||
|
'label_dimensions' => 'Maint labeli (modfedd)',
|
||||||
|
'next_auto_tag_base' => 'Rhif unigryw awtomatig nesaf',
|
||||||
|
'page_padding' => 'Maint tudalen (modfedd)',
|
||||||
|
'privacy_policy_link' => 'Linc i\'r polisi preifatrwydd',
|
||||||
|
'privacy_policy' => 'Polisi preifatrwydd',
|
||||||
|
'privacy_policy_link_help' => 'Os yw URL wedi\'i gynnwys yma, bydd dolen i\'ch polisi preifatrwydd yn cael ei chynnwys yn nhroedyn yr ap ac mewn unrhyw negeseuon e-bost y mae\'r system yn eu hanfon, yn unol â GDPR. ',
|
||||||
|
'purge' => 'Clirio cofnodion sydd wedi\'i dileu',
|
||||||
|
'labels_display_bgutter' => 'Label gwaelod',
|
||||||
|
'labels_display_sgutter' => 'Label ochor',
|
||||||
|
'labels_fontsize' => 'Maint ffont label',
|
||||||
|
'labels_pagewidth' => 'Lled tudalen label',
|
||||||
|
'labels_pageheight' => 'Uchder tudalen label',
|
||||||
|
'label_gutters' => 'Bylchau labelau (modfedd)',
|
||||||
|
'page_dimensions' => 'Maint tudalen (modfedd)',
|
||||||
|
'label_fields' => 'Meysydd weledol labelau',
|
||||||
|
'inches' => 'modfedd',
|
||||||
|
'width_w' => 'll',
|
||||||
|
'height_h' => 'u',
|
||||||
|
'show_url_in_emails' => 'Linc i Snipe-IT mewn ebyst',
|
||||||
|
'show_url_in_emails_help_text' => 'Tynnwch y tic or bocs yma os nad ydych angen linc yn ol i\'r system Snipe-IT yr waelod ebost. O defnydd os nad yw eich defnyddwyr yn mewngofnodi. ',
|
||||||
|
'text_pt' => 'pt',
|
||||||
|
'thumbnail_max_h' => 'Uchder fwyaf thumbnail',
|
||||||
|
'thumbnail_max_h_help' => 'Uchafswm uchder mewn pixels gellith thumbnail ymddangos yn listings view. Lleiaf 25, fwyaf 500.',
|
||||||
|
'two_factor' => 'Dilysu Dau Ffactor',
|
||||||
|
'two_factor_secret' => 'Cod dilysiant dau factor',
|
||||||
|
'two_factor_enrollment' => 'Ymrestru dau factor',
|
||||||
|
'two_factor_enabled_text' => 'Alluogi dwy factor',
|
||||||
|
'two_factor_reset' => 'Ailosod cyfrinair dwy factor',
|
||||||
|
'two_factor_reset_help' => 'Wneith hyn gorfodi defnyddiwr i ail ymrestru eu dyfais hefo Google Authenticator. Ellith hyn fod yn fuddiol os ydi\'r dyfais sydd wedi ymrestru yn cael ei ddwyn neu golli. ',
|
||||||
|
'two_factor_reset_success' => 'Dyfais dwy factor wedi\'i ail osod yn llwyddiannus',
|
||||||
|
'two_factor_reset_error' => 'Wedi methu ailosod dyfais dilysaint dau-factor',
|
||||||
|
'two_factor_enabled_warning' => 'Bydd galluogi dau ffactor os nad yw wedi\'i alluogi ar hyn o bryd yn eich gorfodi ar unwaith i ddilysu gyda dyfais sydd wedi\'i chofrestru gan Google Auth. Bydd gennych y gallu i gofrestru\'ch dyfais os nad yw un wedi\'i gofrestru ar hyn o bryd.',
|
||||||
|
'two_factor_enabled_help' => 'Bydd hyn yn troi dilysiad dau ffactor ymlaen gan ddefnyddio Google Authenticator.',
|
||||||
|
'two_factor_optional' => 'Dewisol (Gall defnyddwyr alluogi neu analluogi os caniateir)',
|
||||||
|
'two_factor_required' => 'Angen ar gyfer holl defnyddwyr',
|
||||||
|
'two_factor_disabled' => 'Analluogi',
|
||||||
|
'two_factor_enter_code' => 'Mewnbynwch Cod dilysiant dau factor',
|
||||||
|
'two_factor_config_complete' => 'Cyflwyno côd',
|
||||||
|
'two_factor_enabled_edit_not_allowed' => 'Nid yw eich gweinyddwr yn caniatáu ichi olygu\'r gosodiad hwn.',
|
||||||
|
'two_factor_enrollment_text' => "Mae angen dilysu dau ffactor, ond nid yw'ch dyfais wedi'i chofrestru eto. Agorwch eich app Google Authenticator a sganiwch y cod QR isod i gofrestru'ch dyfais. Ar ôl i chi gofrestru'ch dyfais, nodwch y cod isod",
|
||||||
|
'require_accept_signature' => 'Angen Llofnod',
|
||||||
|
'require_accept_signature_help_text' => 'Bydd galluogi\'r nodwedd hon yn ei gwneud yn ofynnol i ddefnyddwyr lofnodi\'n gorfforol wrth dderbyn ased.',
|
||||||
|
'left' => 'chwith',
|
||||||
|
'right' => 'dde',
|
||||||
|
'top' => 'top',
|
||||||
|
'bottom' => 'gwaelod',
|
||||||
|
'vertical' => 'fertigol',
|
||||||
|
'horizontal' => 'llorweddol',
|
||||||
|
'unique_serial' => 'Rhifau serial unigryw',
|
||||||
|
'unique_serial_help_text' => 'Bydd gwirio\'r blwch hwn yn gorfodi cyfyngiad unigryw ar gyfresi asedau',
|
||||||
|
'zerofill_count' => 'Hyd y tagiau asedau, gan gynnwys zerofill',
|
||||||
|
);
|
22
resources/lang/cy/admin/settings/message.php
Normal file
22
resources/lang/cy/admin/settings/message.php
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Gwall wedi digwydd wrth diweddaru. ',
|
||||||
|
'success' => 'Gosodiadau wedi diweddaru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
'backup' => array(
|
||||||
|
'delete_confirm' => 'Ydych yn dymuno dileu y ffeil copi wrth gefn yma? Nid oes modd adfer ar ol dileu. ',
|
||||||
|
'file_deleted' => 'Wedi llwydo i ddileu y ffeil copi wrth gefn. ',
|
||||||
|
'generated' => 'Wedi llwyddo i greu ffeil copi wrth gefn.',
|
||||||
|
'file_not_found' => 'Wedi methu darganfod y ffeil copi wrth gefn ar y server.',
|
||||||
|
),
|
||||||
|
'purge' => array(
|
||||||
|
'error' => 'Gwall wedi digwydd wrth glirio. ',
|
||||||
|
'validation_failed' => 'Mae eich cadarnhad i clirio yn anghywir. Teipiwch y gair "DELETE" yn y bocs cadarnhad.',
|
||||||
|
'success' => 'Cofnodion wedi clirio\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
32
resources/lang/cy/admin/statuslabels/message.php
Normal file
32
resources/lang/cy/admin/statuslabels/message.php
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid ywr label Statws yma yn bodoli.',
|
||||||
|
'assoc_assets' => 'Mae\'r label statws yma wedi perthnasu i oleiaf un ased a nid yw\'n bosib dileu. Diweddarwch eich asedau i beidio cyfeirio at y label yma ac yna ceisiwch eto. ',
|
||||||
|
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y label statws, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Label wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni diweddarwyd y label statws, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Label wedi diweddaru yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r label yma?',
|
||||||
|
'error' => 'Nid oedd yn bosib dileu\'r label statws. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Label wedi dileu\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'help' => array(
|
||||||
|
'undeployable' => 'Nid yw\'n bosib clustnodi\'r ased yma I ddefnyddwyr.',
|
||||||
|
'deployable' => 'Mae\'r asedau yma ar gael i\'w defnyddio. Unwaith y cânt eu haseinio, byddant yn cymryd statws meta <i class="fa fa-circle text-blue"></i> <strong>Mewn Defnydd</strong>.',
|
||||||
|
'archived' => 'Ni ellir newid statws yr asedau hyn, dim ond yn yr olygfa archifedig y byddant yn ymddangos. Mae hyn yn ddefnyddiol ar gyfer cadw gwybodaeth am asedau at ddibenion cyllidebu / hanesyddol ond eu cadw allan o\'r rhestr asedau o ddydd i ddydd.',
|
||||||
|
'pending' => 'Ni ellir aseinio\'r asedau hyn i unrhyw un eto, ddefnyddir yn aml ar gyfer eitemau sydd allan i\'w hatgyweirio, ond y disgwylir iddynt ddychwelyd i\'w cylchrediad.',
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
19
resources/lang/cy/admin/statuslabels/table.php
Normal file
19
resources/lang/cy/admin/statuslabels/table.php
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about' => 'Amdan Labeli Statws',
|
||||||
|
'archived' => 'Archifwyd',
|
||||||
|
'create' => 'Creu Label Statws',
|
||||||
|
'color' => 'Lliw Siart',
|
||||||
|
'default_label' => 'Label diofyn',
|
||||||
|
'default_label_help' => 'Defnyddir hyn i sicrhau bod y label statws rydych yn defnyddio mwyaf yn ymddangos gyntaf wrth cre/addasu asedau.',
|
||||||
|
'deployable' => 'Gellir ei ddefnyddio',
|
||||||
|
'info' => 'Defnyddir labeli statws i ddisgrifio os yw ased allan i\'w drwsio, ar goll ayyb. Cewch creu labeli newydd ar gyfer asedau sydd ar gael, angen sylw neu wedi archifio.',
|
||||||
|
'name' => 'Enw Statws',
|
||||||
|
'pending' => 'Yn aros',
|
||||||
|
'status_type' => 'Math Statws',
|
||||||
|
'show_in_nav' => 'Dangos ar y dewislen ochor',
|
||||||
|
'title' => 'Labeli Statws',
|
||||||
|
'undeployable' => 'Dim ar gael',
|
||||||
|
'update' => 'Diweddaru Label Statws',
|
||||||
|
);
|
27
resources/lang/cy/admin/suppliers/message.php
Normal file
27
resources/lang/cy/admin/suppliers/message.php
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'does_not_exist' => 'Nid yw\'r cyflenwr yn bodoli.',
|
||||||
|
|
||||||
|
|
||||||
|
'create' => array(
|
||||||
|
'error' => 'Ni crewyd y cyflenwr, ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Cyflenwr wedi creu yn llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'update' => array(
|
||||||
|
'error' => 'Ni ddiweddarwyd y cyflenwr, ceisiwch eto o. g. y. dd',
|
||||||
|
'success' => 'Cyflenwr wedi diweddru\'n llwyddiannus.'
|
||||||
|
),
|
||||||
|
|
||||||
|
'delete' => array(
|
||||||
|
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r cyflenwr yma?',
|
||||||
|
'error' => 'Roedd problem wrth ceisio dileu\'r cyflenwr. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Cyflenwr wedi dileu\'n llwyddiannus.',
|
||||||
|
'assoc_assets' => 'Ar hyn o bryd mae\'r cyflenwr hwn yn gysylltiedig ag :asset_count asset(s) ac ni ellir ei ddileu. Diweddarwch eich asedau i beidio â chyfeirio\'r cyflenwr hwn mwyach a rhowch cynnig arall arni. ',
|
||||||
|
'assoc_licenses' => 'Ar hyn o bryd mae\'r cyflenwr hwn yn gysylltiedig â :licenses_count trwydded(au) ac ni ellir eu dileu. Diweddarwch eich trwyddedau i beidio â chyfeirio\'r cyflenwr hwn mwyach a rhoi cynnig arall arni. ',
|
||||||
|
'assoc_maintenances' => 'Ar hyn o bryd mae\'r cyflenwr hwn yn gysylltiedig â :asset_maintenances_count maint (au) asedau ac ni ellir ei ddileu. Diweddarwch eich cynhaliaeth asedau i beidio â chyfeirio\'r cyflenwr hwn mwyach a rhoi cynnig arall arni. ',
|
||||||
|
)
|
||||||
|
|
||||||
|
);
|
27
resources/lang/cy/admin/suppliers/table.php
Normal file
27
resources/lang/cy/admin/suppliers/table.php
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'about_suppliers_title' => 'Amdan cyflenwyr',
|
||||||
|
'about_suppliers_text' => 'Defnyddir cyflenwyr i olrhain ffynhonnell eitemau',
|
||||||
|
'address' => 'Cyfeiriad Cyflenwr',
|
||||||
|
'assets' => 'Asedau',
|
||||||
|
'city' => 'Dinas',
|
||||||
|
'contact' => 'Enw Cyswllt',
|
||||||
|
'country' => 'Gwlad',
|
||||||
|
'create' => 'Creu Cyflenwr',
|
||||||
|
'email' => 'Ebost',
|
||||||
|
'fax' => 'Ffacs',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'licenses' => 'Trwyddedau',
|
||||||
|
'name' => 'Enw Cyflenwr',
|
||||||
|
'notes' => 'Nodiadau',
|
||||||
|
'phone' => 'Ffôn',
|
||||||
|
'state' => 'Talaith',
|
||||||
|
'suppliers' => 'Cyflenwyr',
|
||||||
|
'update' => 'Diweddaru Cyflenwr',
|
||||||
|
'url' => 'URL',
|
||||||
|
'view' => 'Gweld Cyflenwr',
|
||||||
|
'view_assets_for' => 'Gweld asedau ar gyfer',
|
||||||
|
'zip' => 'Côd Post',
|
||||||
|
|
||||||
|
);
|
27
resources/lang/cy/admin/users/general.php
Normal file
27
resources/lang/cy/admin/users/general.php
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'activated_help_text' => 'Fedrith y defnyddiwr yma mewngofnodi',
|
||||||
|
'activated_disabled_help_text' => 'Nid yw\'n bosib newid statws eich cyfrif.',
|
||||||
|
'assets_user' => 'Asedu wedi aseinio i :name',
|
||||||
|
'bulk_update_warn' => 'Rydych am golygu manylion :user_count o ddefnyddwyr. Nodwch, nid yw\'n bosib i chi newid manylion eich cyfrif yma. Rhaid i chi golygu manylion eich cyfrif yn unigol.',
|
||||||
|
'bulk_update_help' => 'Mae\'r ffurflen hon yn caniatáu ichi ddiweddaru nifer o defnyddwyr ar unwaith. Llenwch y meysydd sydd angen i chi eu newid yn unig. Bydd unrhyw bwlch a adewir yn wag yn aros yr un fath.',
|
||||||
|
'current_assets' => 'Asedau wedi aseinio ar hyn o bryd i\'r defnyddiwr yma',
|
||||||
|
'clone' => 'Dyblygu Defnyddiwr',
|
||||||
|
'contact_user' => 'Cyswllt :name',
|
||||||
|
'edit' => 'Golygu Defnyddiwr',
|
||||||
|
'filetype_info' => 'Math o ffeiliau a caniateir yw png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, a rar.',
|
||||||
|
'history_user' => 'Hanes ar gyfer :name',
|
||||||
|
'info' => 'Gwybodaeth',
|
||||||
|
'restore_user' => 'Cliciwch yma yw adfer.',
|
||||||
|
'last_login' => 'Mewngofnodi Diwethaf',
|
||||||
|
'ldap_config_text' => 'Gweler Gweinyddiaeth > Gosodiadau am gosodiadau LDAP. Mae\'r lleoliad (dewisol) yn cael ei osod am unrhyw defnyddwyr sydd yn cael ei mewnforio.',
|
||||||
|
'print_assigned' => 'Argraffu Asedau',
|
||||||
|
'software_user' => 'Meddalwedd allan i :name',
|
||||||
|
'view_user' => 'Gweld Defnyddiwr :name',
|
||||||
|
'usercsv' => 'Ffeil CSV',
|
||||||
|
'two_factor_admin_optin_help' => 'Mae eich gosodiadau admin yn caniatau gorfodaeth dewisol o dilysiant dau-factor. ',
|
||||||
|
'two_factor_enrolled' => 'Dyfais D2F Wedi Ymuno ',
|
||||||
|
'two_factor_active' => 'D2F Weithredol ',
|
||||||
|
);
|
59
resources/lang/cy/admin/users/message.php
Normal file
59
resources/lang/cy/admin/users/message.php
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'accepted' => 'Rydych wedi llwyddo I dderbyn yr ased yma.',
|
||||||
|
'declined' => 'Rydych wedi llwyddo I wrthod yr ased yma.',
|
||||||
|
'bulk_manager_warn' => 'Mae eich defnyddwyr wedi diweddaru\'n llwyddiannus ond mae\'r blwch rheolwr heb newid gan fod y rheolwr yn y rhestr o defnyddwyr. Dewisiwch eto heb cynnwys y rheolwr.',
|
||||||
|
'user_exists' => 'Defnyddiwr yn bodoli yn barod!',
|
||||||
|
'user_not_found' => 'Nid yw defnyddiwr [:id] yn bodoli.',
|
||||||
|
'user_login_required' => 'Mae angen llenwi\'r maes login',
|
||||||
|
'user_password_required' => 'Rhaid gosod cyfrinair.',
|
||||||
|
'insufficient_permissions' => 'Diffyg Hawliau.',
|
||||||
|
'user_deleted_warning' => 'Defnyddiwr wedi\'i dileu. Rhaid adfer y defnyddiwr I newid eu manylion neu clustnodi ased iddynt.',
|
||||||
|
'ldap_not_configured' => 'Nid ywr gosodiadau I dilysu trwy LDAP wedi gosod ar y system.',
|
||||||
|
|
||||||
|
|
||||||
|
'success' => array(
|
||||||
|
'create' => 'Wedi llwyddo i greu defnyddiwr.',
|
||||||
|
'update' => 'Wedi llwyddo i diweddaru defnyddiwr.',
|
||||||
|
'update_bulk' => 'Wedi lwyddo i diweddaru defnyddwyr!',
|
||||||
|
'delete' => 'Wedi dileu\'r defnyddiwr llwyddiannus.',
|
||||||
|
'ban' => 'Wedi llwyddo i wahardd defnyddiwr.',
|
||||||
|
'unban' => 'Wedi llwyddo i anwahardd defnyddiwr.',
|
||||||
|
'suspend' => 'Wedi llwyddo i wahardd y defnyddiwr.',
|
||||||
|
'unsuspend' => 'Wedi llwyddo i anwahardd defnyddiwr.',
|
||||||
|
'restored' => 'Wedi adfer y defnyddiwr yn llwyddiannus.',
|
||||||
|
'import' => 'Defnyddwyr wedi mewnforio\'n llwyddiannus.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'error' => array(
|
||||||
|
'create' => 'Roedd problem wrth ceisio creu\'r defnyddiwr. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'update' => 'Roedd problem wrth ceisio diweddaru\'r defnyddiwr. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'delete' => 'Roedd problem wrth ceisio dileu\'r defnyddiwr. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'delete_has_assets' => 'Offer wedi nodi yn erbyn y defnyddiwr felly heb ei ddileu.',
|
||||||
|
'unsuspend' => 'Roedd problem wrth ceisio alluogi\'r defnyddiwr. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'import' => 'Roedd problem wrth ceisio mewnforio defnyddwyr. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'asset_already_accepted' => 'Ased wedi\'i dderbyn yn barod.',
|
||||||
|
'accept_or_decline' => 'Rhaid i chi unai derbyn neu gwrthod yr ased yma.',
|
||||||
|
'incorrect_user_accepted' => 'Rydych wedi ceisio derbyn ased sydd ddim wedi nodi yn erbyn eich cyfrif.',
|
||||||
|
'ldap_could_not_connect' => 'Wedi methu cyylltu trwy LDAP. Gwiriwch eich gosodiadau LDAP. <br>Error from LDAP Server:',
|
||||||
|
'ldap_could_not_bind' => 'Wedi methu cysylltu trwy LDAP. Gwiriwch eich gosodiadau LDAP. <br>Error from LDAP Server: ',
|
||||||
|
'ldap_could_not_search' => 'Wedi methu cyraedd y server LDAP. Gwiriwch eich gosodiadau LDAP. <br>Error from LDAP Server:',
|
||||||
|
'ldap_could_not_get_entries' => 'Wedi methu llwytho data trwy LDAP. Gwiriwch eich gosodiadau LDAP. <br>Error from LDAP Server:',
|
||||||
|
'password_ldap' => 'Mae eich cyfrinair wedi\'i rheoli trwy LDAP/Active Directory. Cysylltwch a\'r Adran TGCh i\'w newid. ',
|
||||||
|
),
|
||||||
|
|
||||||
|
'deletefile' => array(
|
||||||
|
'error' => 'Ffeil heb ei ddileu. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Ffeil wedi dileu yn llwyddiannus.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'upload' => array(
|
||||||
|
'error' => 'Ffeil(iau) heb ei uwchlwytho. Ceisiwch eto o. g. y. dd.',
|
||||||
|
'success' => 'Ffeil(iau) wedi uwchlwytho yn llwyddiannus.',
|
||||||
|
'nofiles' => 'Nid ydych wedi dewis unrhyw ffeiliau i\'w uwchlwytho',
|
||||||
|
'invalidfiles' => 'Mae un neu mwy o\'r ffeiliau unai yn rhy fawr neu ddim y math cywir. Derbynir png, gif, fjp, doc, docx, pdf a txt.',
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
38
resources/lang/cy/admin/users/table.php
Normal file
38
resources/lang/cy/admin/users/table.php
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'activated' => 'Gweithredol',
|
||||||
|
'allow' => 'Caniatau',
|
||||||
|
'checkedout' => 'Asedau',
|
||||||
|
'created_at' => 'Crëwyd',
|
||||||
|
'createuser' => 'Creu Defnyddiwr',
|
||||||
|
'deny' => 'Gwrthod',
|
||||||
|
'email' => 'E-bost',
|
||||||
|
'employee_num' => 'Rhif Cyflogai.',
|
||||||
|
'first_name' => 'Enw cyntaf',
|
||||||
|
'groupnotes' => 'Dewiswch grwp i asseinio i\'r defnyddiwr, cofiwch bod y defnyddiwr yn etifeddu hawliau\'r grwp.',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'inherit' => 'Etifeddu',
|
||||||
|
'job' => 'Teitl Swydd',
|
||||||
|
'last_login' => 'Mewngofnododd Diwethaf',
|
||||||
|
'last_name' => 'Enw Olaf',
|
||||||
|
'location' => 'Lleoliad',
|
||||||
|
'lock_passwords' => 'Nid yw\'n bosib newid manylion mewngofnodi ar y system yma.',
|
||||||
|
'manager' => 'Rheolwr',
|
||||||
|
'managed_locations' => 'Lleoliadau a Reolir',
|
||||||
|
'name' => 'Enw',
|
||||||
|
'notes' => 'Nodiadau',
|
||||||
|
'password_confirm' => 'Cadarnhau\'r Cyfrinair',
|
||||||
|
'password' => 'Cyfrinair',
|
||||||
|
'phone' => 'Ffôn',
|
||||||
|
'show_current' => 'Dangos Defnyddwyr Presennol',
|
||||||
|
'show_deleted' => 'Dangos Defnyddwyr sydd wedi\'i dileu',
|
||||||
|
'title' => 'Teitl',
|
||||||
|
'to_restore_them' => 'i adfer nhw.',
|
||||||
|
'updateuser' => 'Diweddaru Defnyddiwr',
|
||||||
|
'username' => 'Enw defnyddiwr',
|
||||||
|
'user_deleted_text' => 'Mae\'r defnyddiwr hwn wedi\'i farcio fel un sydd wedi\'i ddileu.',
|
||||||
|
'username_note' => '(Wedi defnyddio ar gyfer clymu i Active Directory yn unig, nid ar gyfer mewngofnodi.)',
|
||||||
|
'cloneuser' => 'Dyblygu Defnyddiwr',
|
||||||
|
'viewusers' => 'Gweld Defnyddwyr',
|
||||||
|
);
|
12
resources/lang/cy/auth/general.php
Normal file
12
resources/lang/cy/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Danfonwch Linc Ail-osod Cyfrinair',
|
||||||
|
'email_reset_password' => 'Ailosod Cyfrinair trwy ebost',
|
||||||
|
'reset_password' => 'Ail-osod Cyfrinair',
|
||||||
|
'login' => 'Mewngofnodi',
|
||||||
|
'login_prompt' => 'Mewngofnodwch',
|
||||||
|
'forgot_password' => 'Wedi anghofio\'r cyfrinair',
|
||||||
|
'remember_me' => 'Cofiwch fi',
|
||||||
|
];
|
||||||
|
|
37
resources/lang/cy/auth/message.php
Normal file
37
resources/lang/cy/auth/message.php
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'account_already_exists' => 'Mae cyfrif hefo\'r cyfeiriad ebost yma yn bodoli yn barod.',
|
||||||
|
'account_not_found' => 'Mae eich enw defnyddiwr neu gyfrinair yn anghywir.',
|
||||||
|
'account_not_activated' => 'Nid yw\'r cyfrif defnyddiwr hwn wedi\'i actifadu.',
|
||||||
|
'account_suspended' => 'Mae\'r cyfrif defnyddiwr hwn wedi\'i atal.',
|
||||||
|
'account_banned' => 'Mae\'r cyfrif defnyddiwr hwn wedi\'i atal.',
|
||||||
|
'throttle' => 'Gormod o ymdrechion mewngofnodi wedi methu. Rhowch gynnig arall arni o gwmpas : minutes munud(au).',
|
||||||
|
|
||||||
|
'signin' => array(
|
||||||
|
'error' => 'Roedd yna broblem wrth i chi fewngofnodi. Rhowch gynnig arall arni so gwelwch yn dda.',
|
||||||
|
'success' => 'Rydych wedi llwydo i fewngofnodi.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'signup' => array(
|
||||||
|
'error' => 'Roedd yna broblem wrth creu eich cyfrif, rhowch gynnig arall arni so gwelwch yn dda.',
|
||||||
|
'success' => 'Cyfrif wedi\'i creu yn llwyddiannus.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'forgot-password' => array(
|
||||||
|
'error' => 'Roedd yna broblem wrth ceisio cael côd newid cyfrinair, rhowch gynnig arall arni so gwelwch yn dda.',
|
||||||
|
'success' => 'Ebost adfer cyfrinair wedi\'i yrru.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'forgot-password-confirm' => array(
|
||||||
|
'error' => 'Roedd yna broblem wrth ceisio newid cyfrinair, rhowch gynnig arall arni so gwelwch yn dda.',
|
||||||
|
'success' => 'Mae eich cyfrinair wedi\'i ailosod yn llwyddiannus.',
|
||||||
|
),
|
||||||
|
|
||||||
|
'activate' => array(
|
||||||
|
'error' => 'Roedd problem wrth geisio actifadu eich cyfrif, ceisiwch eto.',
|
||||||
|
'success' => 'Mae\'ch cyfrif wedi\'i actifadu\'n llwyddiannus.',
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
16
resources/lang/cy/button.php
Normal file
16
resources/lang/cy/button.php
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'actions' => 'Gweithredoedd',
|
||||||
|
'add' => 'Ychwanegu newydd',
|
||||||
|
'cancel' => 'Canslo',
|
||||||
|
'checkin_and_delete' => 'Nodi i fewn a dileu defnyddiwr',
|
||||||
|
'delete' => 'Dileu',
|
||||||
|
'edit' => 'Addasu',
|
||||||
|
'restore' => 'Adfer',
|
||||||
|
'request' => 'Gofynnwyd amdano',
|
||||||
|
'submit' => 'Cyflwyno',
|
||||||
|
'upload' => 'Uwchlwytho',
|
||||||
|
'select_file' => 'Dewis ffeil...',
|
||||||
|
'select_files' => 'Dewis ffeiliau...',
|
||||||
|
);
|
224
resources/lang/cy/general.php
Normal file
224
resources/lang/cy/general.php
Normal file
|
@ -0,0 +1,224 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'accessories' => 'Ategolion',
|
||||||
|
'activated' => 'Actifadu',
|
||||||
|
'accessory' => 'Ategolyn',
|
||||||
|
'accessory_report' => 'Adroddiad Ategolion',
|
||||||
|
'action' => 'Gweithred',
|
||||||
|
'activity_report' => 'Adroddiad gweithgaredd',
|
||||||
|
'address' => 'Cyfeiriad',
|
||||||
|
'admin' => 'Gweinyddol',
|
||||||
|
'administrator' => 'Gweinyddwr',
|
||||||
|
'add_seats' => 'Seddi wedi\'i ychwanegu',
|
||||||
|
'all_assets' => 'Holl asedau',
|
||||||
|
'all' => 'Pob',
|
||||||
|
'archived' => 'Archifwyd',
|
||||||
|
'asset_models' => 'Modelau Ased',
|
||||||
|
'asset_model' => 'Model',
|
||||||
|
'asset' => 'Ased',
|
||||||
|
'asset_report' => 'Adroddiad Ased',
|
||||||
|
'asset_tag' => 'Tag Ased',
|
||||||
|
'assets_available' => 'asedau ar gael',
|
||||||
|
'audit' => 'Awdit',
|
||||||
|
'audit_report' => 'Log Awdit',
|
||||||
|
'assets' => 'Asedau',
|
||||||
|
'avatar_delete' => 'Dileu Avatar',
|
||||||
|
'avatar_upload' => 'Uwchlwytho Avatar',
|
||||||
|
'back' => 'Yn ôl',
|
||||||
|
'bad_data' => 'Heb darganfod, Efallai data drwg?',
|
||||||
|
'bulkaudit' => 'Awdit swmp',
|
||||||
|
'bulkaudit_status' => 'Statws Awdit',
|
||||||
|
'bulk_checkout' => 'Nodi swmp allan',
|
||||||
|
'cancel' => 'Canslo',
|
||||||
|
'categories' => 'Categoriau',
|
||||||
|
'category' => 'Categori',
|
||||||
|
'change' => 'Mewn/Allan',
|
||||||
|
'changeemail' => 'Newid cyfeiriad ebost',
|
||||||
|
'changepassword' => 'Newid cyfrinair',
|
||||||
|
'checkin' => 'Nodi i mewn',
|
||||||
|
'checkin_from' => 'Nodi i fewn ers',
|
||||||
|
'checkout' => 'Nodi allan',
|
||||||
|
'checkouts_count' => 'Sawl allan',
|
||||||
|
'checkins_count' => 'Sawl i mewn',
|
||||||
|
'user_requests_count' => 'Ceisiadau',
|
||||||
|
'city' => 'Dinas',
|
||||||
|
'click_here' => 'Cliciwch yma',
|
||||||
|
'clear_selection' => 'Clirio Dewis',
|
||||||
|
'companies' => 'Cwmniau',
|
||||||
|
'company' => 'Cwmni',
|
||||||
|
'component' => 'Cydran',
|
||||||
|
'components' => 'Cydrannau',
|
||||||
|
'complete' => 'Wedi cwbwlhau',
|
||||||
|
'consumable' => 'Nwyddau traul',
|
||||||
|
'consumables' => 'Nwyddau traul',
|
||||||
|
'country' => 'Gwlad',
|
||||||
|
'create' => 'Creu newydd',
|
||||||
|
'created' => 'Eitem wedi\'i Greu',
|
||||||
|
'created_asset' => 'ased wedi creu',
|
||||||
|
'created_at' => 'Crëwyd',
|
||||||
|
'updated_at' => 'Diweddarwyd ar',
|
||||||
|
'currency' => '$', // this is deprecated
|
||||||
|
'current' => 'Cyfredol',
|
||||||
|
'custom_report' => 'Adroddiad Asedau Addasedig',
|
||||||
|
'dashboard' => 'Dashfwrdd',
|
||||||
|
'days' => 'dyddiau',
|
||||||
|
'days_to_next_audit' => 'Dyddiau tan yr awdit nesaf',
|
||||||
|
'date' => 'Dyddiad',
|
||||||
|
'debug_warning' => 'Rhybudd!',
|
||||||
|
'debug_warning_text' => 'Mae\'r cymhwysiad hwn yn rhedeg yn y modd cynhyrchu gyda debugging wedi\'i alluogi. Gall hyn ddatgelu data sensitif os yw\'ch cais yn hygyrch i\'r byd y tu allan. Analluoga modd dadfygio trwy osod y <code>APP_DEBUG</code> gwerth yn <code>.env</code> ffeil i<code>false</code>.',
|
||||||
|
'delete' => 'Dileu',
|
||||||
|
'delete_confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r :item?',
|
||||||
|
'deleted' => 'Wedi Dileu',
|
||||||
|
'delete_seats' => 'Seddi wedi dileu',
|
||||||
|
'departments' => 'Adrannau',
|
||||||
|
'department' => 'Adran',
|
||||||
|
'deployed' => 'Mewn defnydd',
|
||||||
|
'depreciation_report' => 'Adroddiad Dibrisiant',
|
||||||
|
'details' => 'Manylion',
|
||||||
|
'download' => 'Lawrlwytho',
|
||||||
|
'depreciation' => 'Dibrisiant',
|
||||||
|
'editprofile' => 'Golygu eich Proffil',
|
||||||
|
'eol' => 'DB',
|
||||||
|
'email_domain' => 'Parth Ebost',
|
||||||
|
'email_format' => 'Fformat Ebost',
|
||||||
|
'email_domain_help' => 'Defnyddir hwn i gynhyrchu cyfeiriadau e-bost wrth fewnforio',
|
||||||
|
'filastname_format' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
|
||||||
|
'firstname_lastname_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
|
||||||
|
'firstname_lastname_underscore_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
|
||||||
|
'lastnamefirstinitial_format' => 'Enw Olaf Llythyren Cyntaf Enw Cyntaf (smithj@example.com)',
|
||||||
|
'first' => 'Cyntaf',
|
||||||
|
'first_name' => 'Enw cyntaf',
|
||||||
|
'first_name_format' => 'Enw Cyntaf (jane@example.com)',
|
||||||
|
'files' => 'Ffeiliau',
|
||||||
|
'file_name' => 'Ffeil',
|
||||||
|
'file_uploads' => 'Ffeiliau wedi uwchlwytho',
|
||||||
|
'generate' => 'Creu',
|
||||||
|
'github_markdown' => 'Mae\'r maes yma yn derbyn<a href="https://help.github.com/articles/github-flavored-markdown/">markdown GitHub</a>.',
|
||||||
|
'groups' => 'Grŵpiau',
|
||||||
|
'gravatar_email' => 'Cyfeiriad ebost Gravatar',
|
||||||
|
'history' => 'Hanes',
|
||||||
|
'history_for' => 'Hanes ar gyfer',
|
||||||
|
'id' => 'Rhif Unigryw',
|
||||||
|
'image' => 'Delwedd',
|
||||||
|
'image_delete' => 'Dileu Delwedd',
|
||||||
|
'image_upload' => 'Uwchlwytho delwedd',
|
||||||
|
'image_filetypes_help' => 'Mathau o ffeiliau a dderbynnir yw jpg, png, gif, a svg. Maint mwyaf yw :size.',
|
||||||
|
'import' => 'Mewnforio',
|
||||||
|
'import-history' => 'Mewnforio hanes',
|
||||||
|
'asset_maintenance' => 'Cynnal a chadw Ased',
|
||||||
|
'asset_maintenance_report' => 'Adroddiad cynnal a chadw ased',
|
||||||
|
'asset_maintenances' => 'Cynnal a chadw Ased',
|
||||||
|
'item' => 'Eitem',
|
||||||
|
'insufficient_permissions' => 'Diffyg Hawliau!',
|
||||||
|
'language' => 'Iaith',
|
||||||
|
'last' => 'Olaf',
|
||||||
|
'last_login' => 'Mewngofnododd Diwethaf',
|
||||||
|
'last_name' => 'Enw Olaf',
|
||||||
|
'license' => 'Trwydded',
|
||||||
|
'license_report' => 'Adroddiad Trwydded',
|
||||||
|
'licenses_available' => 'trwyddedau ar gael',
|
||||||
|
'licenses' => 'Trwyddedau',
|
||||||
|
'list_all' => 'Rhestru holl',
|
||||||
|
'loading' => 'Llwytho',
|
||||||
|
'lock_passwords' => 'Nid oes modd golygu\'r maes yma.',
|
||||||
|
'feature_disabled' => 'Mae\'r nodwedd hon wedi\'i anablu ar gyfer y gosodiad demo.',
|
||||||
|
'location' => 'Lleoliad',
|
||||||
|
'locations' => 'Lleoliadau',
|
||||||
|
'logout' => 'Allgofnodi',
|
||||||
|
'lookup_by_tag' => 'Chwilio gan tag ased',
|
||||||
|
'maintenances' => 'Cynnal a Chadw',
|
||||||
|
'manufacturer' => 'Gwneuthyrwr',
|
||||||
|
'manufacturers' => 'Gwneuthyrwr',
|
||||||
|
'markdown' => 'Mae\'r maes yma yn derbyn<a href="https://help.github.com/articles/github-flavored-markdown/">markdown GitHub</a>.',
|
||||||
|
'min_amt' => 'Nifer Lleiaf',
|
||||||
|
'min_amt_help' => 'Lleiafswm yr eitemau a ddylai fod ar gael cyn i rybudd gael ei sbarduno.',
|
||||||
|
'model_no' => 'Rhif Model.',
|
||||||
|
'months' => 'misoedd',
|
||||||
|
'moreinfo' => 'Mwy o wybodaeth',
|
||||||
|
'name' => 'Enw',
|
||||||
|
'next' => 'Nesaf',
|
||||||
|
'next_audit_date' => 'Dyddiad awdit nesaf',
|
||||||
|
'last_audit' => 'Awdit diwethaf',
|
||||||
|
'new' => 'newydd!',
|
||||||
|
'no_depreciation' => 'Dim Dibrisiant',
|
||||||
|
'no_results' => 'Dim canlyniadau.',
|
||||||
|
'no' => 'Na',
|
||||||
|
'notes' => 'Nodiadau',
|
||||||
|
'order_number' => 'Rhif Archeb',
|
||||||
|
'page_menu' => 'Showing _MENU_ items',
|
||||||
|
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
|
||||||
|
'pending' => 'Yn disgwl',
|
||||||
|
'people' => 'Pobol',
|
||||||
|
'per_page' => 'Canlyniadau fesul tudalen',
|
||||||
|
'previous' => 'Blaenorol',
|
||||||
|
'processing' => 'Prosesu',
|
||||||
|
'profile' => 'Eich proffil',
|
||||||
|
'purchase_cost' => 'Cost pwrcasu',
|
||||||
|
'purchase_date' => 'Dyddiad Pwrcasu',
|
||||||
|
'qty' => 'Nifer',
|
||||||
|
'quantity' => 'Nifer',
|
||||||
|
'ready_to_deploy' => 'Barod i\'w defnyddio',
|
||||||
|
'recent_activity' => 'Gweithgareddau Diweddar',
|
||||||
|
'remove_company' => 'Dileu Cymdeithas y Cwmni',
|
||||||
|
'reports' => 'Adroddiadau',
|
||||||
|
'restored' => 'wedi adfer',
|
||||||
|
'requested' => 'Gofynnwyd amdano',
|
||||||
|
'request_canceled' => 'Cais wedi dileu',
|
||||||
|
'save' => 'Cadw',
|
||||||
|
'select' => 'Dewis',
|
||||||
|
'search' => 'Chwilio',
|
||||||
|
'select_category' => 'Dewis Categorï',
|
||||||
|
'select_department' => 'Dewsi Adran',
|
||||||
|
'select_depreciation' => 'Dewis math o dibrisiant',
|
||||||
|
'select_location' => 'Dewis lleoliad',
|
||||||
|
'select_manufacturer' => 'Dewis Gwneuthyrwr',
|
||||||
|
'select_model' => 'Dewis model',
|
||||||
|
'select_supplier' => 'Dewis Cyflenwr',
|
||||||
|
'select_user' => 'Dewiswch Defnyddiwr',
|
||||||
|
'select_date' => 'Dewis Dyddiad (YYYY-MM-DD)',
|
||||||
|
'select_statuslabel' => 'Dewis Statws',
|
||||||
|
'select_company' => 'Dewis Cwmni',
|
||||||
|
'select_asset' => 'Dewis Ased',
|
||||||
|
'settings' => 'Gosodiadau',
|
||||||
|
'show_deleted' => 'Dangos Wedi Dileu',
|
||||||
|
'show_current' => 'Dangos Cyfredol',
|
||||||
|
'sign_in' => 'Mewngofnodi',
|
||||||
|
'signature' => 'Llofnod',
|
||||||
|
'skin' => 'Skin',
|
||||||
|
'some_features_disabled' => 'MODE DEMO: Mae rhai nodweddion wedi analluogi ar gyfer y gosodiad hwn.',
|
||||||
|
'site_name' => 'Enw Safle',
|
||||||
|
'state' => 'Talaith',
|
||||||
|
'status_labels' => 'Labeli Statws',
|
||||||
|
'status' => 'Statws',
|
||||||
|
'supplier' => 'Cyflenwr',
|
||||||
|
'suppliers' => 'Cyflenwyr',
|
||||||
|
'sure_to_delete' => 'Ydych chi\'n sicr eich bod eisiau dileu',
|
||||||
|
'submit' => 'Cyflwyno',
|
||||||
|
'target' => 'Targed',
|
||||||
|
'time_and_date_display' => 'Dangos Dyddiad ac Amser',
|
||||||
|
'total_assets' => 'cyfanswm asedau',
|
||||||
|
'total_licenses' => 'cyfanswm trwyddedau',
|
||||||
|
'total_accessories' => 'cyfanswm ategolion',
|
||||||
|
'total_consumables' => 'cyfanswm nwyddau traul',
|
||||||
|
'type' => 'Math',
|
||||||
|
'undeployable' => 'Ddim modd nodi allan',
|
||||||
|
'unknown_admin' => 'Gweinydd Anhysbys',
|
||||||
|
'username_format' => 'Fformat enw defnyddiwr',
|
||||||
|
'update' => 'Diweddaru',
|
||||||
|
'upload_filetypes_help' => 'Mathau o ffeiliau a derbynnir yw png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, a rar. Maint fwyaf yw :size.',
|
||||||
|
'uploaded' => 'Wedi Uwchlwytho',
|
||||||
|
'user' => 'Defnyddiwr',
|
||||||
|
'accepted' => 'derbynnir',
|
||||||
|
'declined' => 'gwrthod',
|
||||||
|
'unaccepted_asset_report' => 'Asedau heb ei dderbyn',
|
||||||
|
'users' => 'Defnyddwyr',
|
||||||
|
'viewassets' => 'Gweld asedau sydd wedi clustnodi',
|
||||||
|
'website' => 'Gwefan',
|
||||||
|
'welcome' => 'Croeso, :name',
|
||||||
|
'years' => 'blynyddoedd',
|
||||||
|
'yes' => 'Ie',
|
||||||
|
'zip' => 'Côd Post',
|
||||||
|
'noimage' => 'Dim delwedd wedi\'i uwchlwytho neu delwedd heb ei darganfod.',
|
||||||
|
'token_expired' => 'Mae eich sesiwn wedi dod i ben. Mewngofnodwch eto os gwelwch yn dda.',
|
||||||
|
];
|
72
resources/lang/cy/mail.php
Normal file
72
resources/lang/cy/mail.php
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'a_user_canceled' => 'Mae defnyddiwr wedi canslo cais am eitem ar y wefan',
|
||||||
|
'a_user_requested' => 'Mae defnyddiwr wedi gwneud cais am eitem ar y wefan',
|
||||||
|
'accessory_name' => 'Enw Ategolyn:',
|
||||||
|
'additional_notes' => 'Nodiadau ychwanegol:',
|
||||||
|
'admin_has_created' => 'Mae gweinyddwr wedi creu cyfrif i chi a yr :web wefan.',
|
||||||
|
'asset' => 'Ased:',
|
||||||
|
'asset_name' => 'Enw Ased:',
|
||||||
|
'asset_requested' => 'Gofynnwyd am ased',
|
||||||
|
'asset_tag' => 'Tag Ased:',
|
||||||
|
'assigned_to' => 'Wedi Neilltuo i',
|
||||||
|
'best_regards' => 'Cofon gorau,',
|
||||||
|
'canceled' => 'Wedi canslo:',
|
||||||
|
'checkin_date' => 'Dyddian i mewn:',
|
||||||
|
'checkout_date' => 'Dyddiad Allan:',
|
||||||
|
'click_to_confirm' => 'Cliciwch ar y ddolen ganlynol i gadarnhau eich cyfrif :gwe:',
|
||||||
|
'click_on_the_link_accessory' => 'Cliciwch ar y ddolen ar y gwaelod i gadarnhau eich bod wedi derbyn yr ategolyn.',
|
||||||
|
'click_on_the_link_asset' => 'Cliciwch ar y ddolen ar y gwaelod i gadarnhau eich bod wedi derbyn yr ased.',
|
||||||
|
'Confirm_Asset_Checkin' => 'Cadarnhau Derbyn Ased i fewn.',
|
||||||
|
'Confirm_Accessory_Checkin' => 'Cadarnhau Derbyn ategolyn i fewn.',
|
||||||
|
'Confirm_accessory_delivery' => 'Cadranhau danfon atgolyn.',
|
||||||
|
'Confirm_license_delivery' => 'Cadranhau danfon trwydded.',
|
||||||
|
'Confirm_asset_delivery' => 'Cadranhau danfon ased.',
|
||||||
|
'Confirm_consumable_delivery' => 'Cadranhau danfon nwydd traul.',
|
||||||
|
'current_QTY' => 'Nifer cyfredol',
|
||||||
|
'Days' => 'Dyddiau',
|
||||||
|
'days' => 'Dydd',
|
||||||
|
'expecting_checkin_date' => 'Dyddiad disgwl i mewn:',
|
||||||
|
'expires' => 'Dod i ben',
|
||||||
|
'Expiring_Assets_Report' => 'Adroddiad Asedau sy\'n Dod i Ben.',
|
||||||
|
'Expiring_Licenses_Report' => 'Adroddiad Trwyddedua sy\'n Dod i Ben.',
|
||||||
|
'hello' => 'Helo',
|
||||||
|
'hi' => 'Hi',
|
||||||
|
'i_have_read' => 'Rwyf wedi darllen a chytuno â\'r telerau defnyddio, ac wedi derbyn yr eitem hon.',
|
||||||
|
'item' => 'Eitem:',
|
||||||
|
'Item_Request_Canceled' => 'Cais am eitem wedi canslo',
|
||||||
|
'Item_Requested' => 'Wedi gwneud cais am eitem',
|
||||||
|
'link_to_update_password' => 'Cliciwch ar y ddolen ganlynol i gadarnhau eich cyfrinair :gwe:',
|
||||||
|
'login_first_admin' => 'Mewngofnodi i\'ch gosodiad Snipe-IT newydd gan ddefnyddio\'r manylion isod:',
|
||||||
|
'login' => 'Mewngofnodi:',
|
||||||
|
'Low_Inventory_Report' => 'Adroddiad Inventory Isel',
|
||||||
|
'min_QTY' => 'Nifer Lleiaf',
|
||||||
|
'name' => 'Enw',
|
||||||
|
'new_item_checked' => 'Mae eitem newydd wedi\'i gwirio o dan eich enw, mae\'r manylion isod.',
|
||||||
|
'password' => 'Cyfrinair:',
|
||||||
|
'password_reset' => 'Ailosod Cyfrinair',
|
||||||
|
|
||||||
|
'read_the_terms' => 'Darllenwch y telerau defnyddio isod.',
|
||||||
|
'read_the_terms_and_click' => 'Darllenwch y telerau defnyddio isod, a chliciwch ar y ddolen ar y gwaelod i gadarnhau eich bod chi\'n darllen
|
||||||
|
a chytuno i\'r telerau defnyddio, ac wedi derbyn yr ased.',
|
||||||
|
'requested' => 'Gofynnwyd amdano:',
|
||||||
|
'reset_link' => 'Eich dolen Ail-osod Cyfrinair',
|
||||||
|
'reset_password' => 'Cliciwch yma i ailosod eich cyfrinair:',
|
||||||
|
'serial' => 'Serial',
|
||||||
|
'supplier' => 'Cyflenwr',
|
||||||
|
'tag' => 'Tag',
|
||||||
|
'test_email' => 'Ebost prawf gan Snipe-IT',
|
||||||
|
'test_mail_text' => 'Prawf yw hwn o\'r System Rheoli Asedau Snipe-IT. Os cawsoch chi hwn, mae\'r ebostyn gweithio :)',
|
||||||
|
'the_following_item' => 'Mae\'r eitem yma wedi nodi i fewn: ',
|
||||||
|
'low_inventory_alert' => 'Mae yna :count eitem sy\'n is na\'r isafswm neu a fydd yn isel cyn bo hir. | Mae yna :count eitemau sy\'n is na\'r isafswm neu a fydd yn isel cyn bo hir.',
|
||||||
|
'assets_warrantee_alert' => 'Mae yna :count ased gyda gwarant yn dod i ben yn ystod y :threshold dydd nesaf | Mae :count asedau gyda gwarantau yn dod i ben yn y :threshold diwrnod nesaf.',
|
||||||
|
'license_expiring_alert' => 'Mae yna :count trwydded yn dod i ben yn ystod y :threshold diwrnod nesaf | Mae :count trwyddedau yn dod i ben yn y :threshold diwrnod nesaf.',
|
||||||
|
'to_reset' => 'I ailosod eich cyfrinair :web, cwblhewch y ffurflen hon:',
|
||||||
|
'type' => 'Math',
|
||||||
|
'user' => 'Defnyddiwr',
|
||||||
|
'username' => 'Enw defnyddiwr',
|
||||||
|
'welcome' => 'Croeso, :name',
|
||||||
|
'welcome_to' => 'Croeso i :web!',
|
||||||
|
'your_credentials' => 'Eich manylion defnyddiwr Snipe-IT',
|
||||||
|
);
|
20
resources/lang/cy/pagination.php
Normal file
20
resources/lang/cy/pagination.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Pagination Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used by the paginator library to build
|
||||||
|
| the simple pagination links. You are free to change them to anything
|
||||||
|
| you want to customize your views to better match your application.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'previous' => '« Yn ol',
|
||||||
|
|
||||||
|
'next' => 'Nesaf »',
|
||||||
|
|
||||||
|
);
|
7
resources/lang/cy/passwords.php
Normal file
7
resources/lang/cy/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Mae eich linc cyfrinair wedi\'i yrru!',
|
||||||
|
'user' => 'Dim defnyddiwr wedi\'i ddarganfod hefo\'r cyfeiriad ebost yna.',
|
||||||
|
];
|
||||||
|
|
24
resources/lang/cy/reminders.php
Normal file
24
resources/lang/cy/reminders.php
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Password Reminder Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are the default lines which match reasons
|
||||||
|
| that are given by the password broker for a password update attempt
|
||||||
|
| has failed, such as for an invalid token or invalid new password.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
"password" => "Rhaid i cyfrineiriau fod yn chwe nod ac cyfateb i'r cadarnhad.",
|
||||||
|
|
||||||
|
"user" => "Enw defnyddiwr neu cyfrinair yn anghywir",
|
||||||
|
|
||||||
|
"token" => "Nid yw'r tocyn ail-osod cyfrinair yma yn ddilys.",
|
||||||
|
|
||||||
|
"sent" => "Os yw'r cyfeiriad ebost yn ddilys, cewch nodyn atgoffa!",
|
||||||
|
|
||||||
|
);
|
10
resources/lang/cy/table.php
Normal file
10
resources/lang/cy/table.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
'actions' => 'Gweithredoedd',
|
||||||
|
'action' => 'Gweithred',
|
||||||
|
'by' => 'Erbyn',
|
||||||
|
'item' => 'Eitem',
|
||||||
|
|
||||||
|
);
|
137
resources/lang/cy/validation.php
Normal file
137
resources/lang/cy/validation.php
Normal file
|
@ -0,0 +1,137 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Validation Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines contain the default error messages used by
|
||||||
|
| the validator class. Some of these rules have multiple versions such
|
||||||
|
| such as the size rules. Feel free to tweak each of these messages.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'accepted' => 'Rhaid derbyn y :attribute.',
|
||||||
|
'active_url' => 'Nid ywr :attribute yn URL dilys.',
|
||||||
|
'after' => 'Rhaid i\'r :attribute bod yn dyddiad ar ol :date.',
|
||||||
|
'after_or_equal' => 'Rhaid i\'r :attribute bod yn dyddiad ar ol neu yn hafal i :date.',
|
||||||
|
'alpha' => 'Rhaid ir :attribute cynnwys llythrennau yn unig.',
|
||||||
|
'alpha_dash' => 'Fedrith y :attribute dim ond cynnwys llythrennau, rhifau a dashes.',
|
||||||
|
'alpha_num' => 'Rhaid ir :attribute cynnwys llythrennau a rhifau yn unig.',
|
||||||
|
'array' => 'Rhaid i :attribute fod yn array.',
|
||||||
|
'before' => 'Rhaid i\'r :attribute bod yn dyddiad cyn :date.',
|
||||||
|
'before_or_equal' => 'Rhaid i\'r :attribute bod yn dyddiad cyn neu yn hafal i :date.',
|
||||||
|
'between' => [
|
||||||
|
'numeric' => 'Rhaid i\'r :attribute bod rhwng :min - :max.',
|
||||||
|
'file' => 'Rhaid i\'r :attribute bod rhwng :min - :max kilobytes.',
|
||||||
|
'string' => 'Rhaid i\'r :attribute bod rhwng :min - :max characters.',
|
||||||
|
'array' => 'Rhaid i\'r :attribute cael rhwng :min - :max o eitemau.',
|
||||||
|
],
|
||||||
|
'boolean' => 'Rhaid i :attribute fod yn wir neu ddim.',
|
||||||
|
'confirmed' => 'Dydi\'r cadarnhad :attribute ddim yn cydfynd.',
|
||||||
|
'date' => 'Nid yw\'r :attribute yn dyddiad dilys.',
|
||||||
|
'date_format' => 'Nid yw\'r :attribute yn cydfynd ar format :format.',
|
||||||
|
'different' => 'Rhaid i :attribute a :other bod yn wahanol.',
|
||||||
|
'digits' => 'Rhai i\'r :attribute bod yn :digits o ddigidau.',
|
||||||
|
'digits_between' => 'Rhaid i\'r :attribute bodrhwng :min - :max o digidau.',
|
||||||
|
'dimensions' => 'Mae\'r :attribute hefo maint annilys.',
|
||||||
|
'distinct' => 'Mae\'r :attribute hefo maes sydd wedi\'i dyblygu.',
|
||||||
|
'email' => 'Mae fformat :attribute yn annilys.',
|
||||||
|
'exists' => 'Mae\'r :attribute a dewisir yn annilys.',
|
||||||
|
'file' => 'Rhaid i\'r :attribute bod yn ffeil.',
|
||||||
|
'filled' => 'Rhaid i\'r maes :attribute cael gwerth.',
|
||||||
|
'image' => 'Rhaid i\'r :attribute bod yn delwedd.',
|
||||||
|
'in' => 'Mae\'r :attribute a dewisir yn annilys.',
|
||||||
|
'in_array' => 'Nid yw\'r maes :attribute yn bodoli yn :other.',
|
||||||
|
'integer' => 'Rhaid i\'r :attribute bod yn cyfanrif.',
|
||||||
|
'ip' => 'Rhaid i\'r :attribute bod yn cyfeiriad IP dilys.',
|
||||||
|
'ipv4' => 'Rhaid i\'r :attribute bod yn cyfeiriad IPv4 dilys.',
|
||||||
|
'ipv6' => 'Rhaid i\'r :attribute bod yn cyfeiriad IPv6 dilys.',
|
||||||
|
'json' => 'Rhaid i\'r :attribute bod yn llinyn JSON dilys.',
|
||||||
|
'max' => [
|
||||||
|
'numeric' => 'Ni ellir :attribute bod yn fwy na :max.',
|
||||||
|
'file' => 'Ni ellir :attribute bod yn fwy na :max kilobytes.',
|
||||||
|
'string' => 'Ni ellir :attribute bod yn fwy na :max chaaracters.',
|
||||||
|
'array' => 'Ni ellir :attribute cael mwy na :max o eitemau.',
|
||||||
|
],
|
||||||
|
'mimes' => 'Rhaid i\'r :attribute bod yn ffeil o\'r math :values.',
|
||||||
|
'mimetypes' => 'Rhaid i\'r :attribute bod yn ffeil o\'r math: :values.',
|
||||||
|
'min' => [
|
||||||
|
'numeric' => 'Rhaid i\'r :attribute bod o leiaf :min.',
|
||||||
|
'file' => 'Rhaid i\'r :attribute bod o leiaf :min kilobytes.',
|
||||||
|
'string' => 'Rhaid i\'r :attribute bod o leiaf :min characters.',
|
||||||
|
'array' => 'Rhaid i\'r :attribute cael o leiaf :min o eitemau.',
|
||||||
|
],
|
||||||
|
'not_in' => 'Mae\'r :attribute a dewisir yn annilys.',
|
||||||
|
'numeric' => 'Rhaid i\'r :attribute bod yn rhif.',
|
||||||
|
'present' => 'Rhaid i\'r maes :attribute bod yn presennol.',
|
||||||
|
'valid_regex' => 'Nid yw hyn yn Regex dilys. ',
|
||||||
|
'regex' => 'Mae\'r fformat :attribute yn annilys.',
|
||||||
|
'required' => 'Mae angen llenwi\'r maes :attribute.',
|
||||||
|
'required_if' => 'Mae angen y maes :attribute pan :other yw :value.',
|
||||||
|
'required_unless' => 'Mae angen y maes :attribute pan :other yn :values.',
|
||||||
|
'required_with' => 'Mae angen y maes :attribute pan mae :values yn bresennol.',
|
||||||
|
'required_with_all' => 'Mae angen y maes :attribute pan mae :values yn bresennol.',
|
||||||
|
'required_without' => 'Mae angen y maes :attribute os dydi\'r :values ddim yn bresennol.',
|
||||||
|
'required_without_all' => 'Mae angen y maes :attribute os dydi\'r un o :values yn bresennol.',
|
||||||
|
'same' => 'Rhaid i :attribute a :other cydfynd.',
|
||||||
|
'size' => [
|
||||||
|
'numeric' => 'Rhaid i\'r :attribute bod :size.',
|
||||||
|
'file' => 'Rhaid i\'r :attribute bod o leiaf :size kilobytes.',
|
||||||
|
'string' => 'Rhaid i\'r :attribute bod o leiaf :size characters.',
|
||||||
|
'array' => 'Rhaid ir :attribute cynnwys :size eitemau.',
|
||||||
|
],
|
||||||
|
'string' => 'Rhaid i\'r :attribute bod yn string.',
|
||||||
|
'timezone' => 'Rhaid i\'r :attribute bod yn barth dilys.',
|
||||||
|
'unique' => 'Mae\'r :attribute wedi cymeryd yn barod.',
|
||||||
|
'uploaded' => 'Mae\'r :attribute wedi fethu uwchlwytho.',
|
||||||
|
'url' => 'Mae fformat :attribute yn annilys.',
|
||||||
|
"unique_undeleted" => "Rhaid i'r :attribute bod yn unigryw.",
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Custom Validation Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Here you may specify custom validation messages for attributes using the
|
||||||
|
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||||
|
| specify a specific custom language line for a given attribute rule.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Custom Validation Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Here you may specify custom validation messages for attributes using the
|
||||||
|
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||||
|
| specify a specific custom language line for a given attribute rule.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'custom' => [
|
||||||
|
'alpha_space' => "Mae'r maes :attribute yn cynnwys cymeriad na chaniateir.",
|
||||||
|
"email_array" => "Mae un neu fwy o gyfeiriadau e-bost yn annilys.",
|
||||||
|
"hashed_pass" => "Mae eich cyfrinair cyfredol yn anghywir",
|
||||||
|
'dumbpwd' => 'Mae\'r cyfrinair hwnnw\'n rhy gyffredin.',
|
||||||
|
"statuslabel_type" => "Rhaid i chi ddewis math label statws dilys",
|
||||||
|
],
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Custom Validation Attributes
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used to swap attribute place-holders
|
||||||
|
| with something more reader friendly such as E-Mail Address instead
|
||||||
|
| of "email". This simply helps us make messages a little cleaner.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'attributes' => [],
|
||||||
|
|
||||||
|
);
|
|
@ -124,8 +124,8 @@ return array(
|
||||||
'snipe_version' => 'Snipe-It έκδοση',
|
'snipe_version' => 'Snipe-It έκδοση',
|
||||||
'support_footer' => 'Support Footer Links ',
|
'support_footer' => 'Support Footer Links ',
|
||||||
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
|
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
|
||||||
'version_footer' => 'Version in Footer ',
|
'version_footer' => 'Έκδοση στο υποσέλιδο ',
|
||||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
'version_footer_help' => 'Καθορίστε ποιός μπορεί να δει την έκδοση και τον αριθμό κατασκευής του Snipe-ΙΤ.',
|
||||||
'system' => 'Πληροφορίες συστήματος',
|
'system' => 'Πληροφορίες συστήματος',
|
||||||
'update' => 'Ενημέρωση ρυθμίσεων',
|
'update' => 'Ενημέρωση ρυθμίσεων',
|
||||||
'value' => 'Τιμή',
|
'value' => 'Τιμή',
|
||||||
|
@ -136,8 +136,8 @@ return array(
|
||||||
'label_dimensions' => 'Διαστάσεις ετικέτας (ίντσες)',
|
'label_dimensions' => 'Διαστάσεις ετικέτας (ίντσες)',
|
||||||
'next_auto_tag_base' => 'Επόμενη αυτόματη αύξηση',
|
'next_auto_tag_base' => 'Επόμενη αυτόματη αύξηση',
|
||||||
'page_padding' => 'Περιθώρια σελίδας (ίντσες)',
|
'page_padding' => 'Περιθώρια σελίδας (ίντσες)',
|
||||||
'privacy_policy_link' => 'Link to Privacy Policy',
|
'privacy_policy_link' => 'Σύνδεσμος στην Πολιτική Απορρήτου',
|
||||||
'privacy_policy' => 'Privacy Policy',
|
'privacy_policy' => 'Πολιτική Απορρήτου',
|
||||||
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
|
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
|
||||||
'purge' => 'Καθαρισμός αρχείων που έχουν διαγραφεί',
|
'purge' => 'Καθαρισμός αρχείων που έχουν διαγραφεί',
|
||||||
'labels_display_bgutter' => 'Ετικέτα κάτω υδρορροή',
|
'labels_display_bgutter' => 'Ετικέτα κάτω υδρορροή',
|
||||||
|
@ -181,7 +181,7 @@ return array(
|
||||||
'bottom' => 'κάτω μέρος',
|
'bottom' => 'κάτω μέρος',
|
||||||
'vertical' => 'κάθετα',
|
'vertical' => 'κάθετα',
|
||||||
'horizontal' => 'οριζόντιος',
|
'horizontal' => 'οριζόντιος',
|
||||||
'unique_serial' => 'Unique serial numbers',
|
'unique_serial' => 'Μοναδικοί σειριακοί αριθμοί',
|
||||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
'unique_serial_help_text' => 'Με την επιλογή αυτή θα επιβληθεί ο περιορισμός μοναδικότητας σειριακού αριθμού στα πάγια',
|
||||||
'zerofill_count' => 'Μήκος ετικετών ενεργητικού, συμπεριλαμβανομένου του zerofill',
|
'zerofill_count' => 'Μήκος ετικετών ενεργητικού, συμπεριλαμβανομένου του zerofill',
|
||||||
);
|
);
|
||||||
|
|
|
@ -12,5 +12,5 @@ return array(
|
||||||
'submit' => 'Υποβολή',
|
'submit' => 'Υποβολή',
|
||||||
'upload' => 'Μεταφόρτωση',
|
'upload' => 'Μεταφόρτωση',
|
||||||
'select_file' => 'Επιλέξτε Αρχείο ...',
|
'select_file' => 'Επιλέξτε Αρχείο ...',
|
||||||
'select_files' => 'Select Files...',
|
'select_files' => 'Επιλογή αρχείων...',
|
||||||
);
|
);
|
||||||
|
|
|
@ -41,10 +41,10 @@
|
||||||
'checkout' => 'Ολοκλήρωση αγοράς',
|
'checkout' => 'Ολοκλήρωση αγοράς',
|
||||||
'checkouts_count' => 'Checkouts',
|
'checkouts_count' => 'Checkouts',
|
||||||
'checkins_count' => 'Checkins',
|
'checkins_count' => 'Checkins',
|
||||||
'user_requests_count' => 'Requests',
|
'user_requests_count' => 'Αιτήματα',
|
||||||
'city' => 'Πόλη',
|
'city' => 'Πόλη',
|
||||||
'click_here' => 'Κάντε κλικ ΕΔΩ',
|
'click_here' => 'Κάντε κλικ ΕΔΩ',
|
||||||
'clear_selection' => 'Clear Selection',
|
'clear_selection' => 'Καθαρισμός Επιλογής',
|
||||||
'companies' => 'Εταιρείες',
|
'companies' => 'Εταιρείες',
|
||||||
'company' => 'Εταιρεία',
|
'company' => 'Εταιρεία',
|
||||||
'component' => 'Συστατικό',
|
'component' => 'Συστατικό',
|
||||||
|
@ -68,14 +68,14 @@
|
||||||
'debug_warning' => 'Προσοχή!',
|
'debug_warning' => 'Προσοχή!',
|
||||||
'debug_warning_text' => 'Αυτή η εφαρμογή εκτελείται σε λειτουργία παραγωγής με ενεργοποιημένο τον εντοπισμό σφαλμάτων. Αυτό μπορεί να εκθέσει τα ευαίσθητα δεδομένα, εάν η εφαρμογή σας είναι προσβάσιμη στον έξω κόσμο. Απενεργοποιήσετε την κατάσταση λειτουργίας εντοπισμού σφαλμάτων, ορίζοντας την τιμή <code>APP_DEBUG</code> στο αρχείο <code>.env</code> για να <code>false</code>.',
|
'debug_warning_text' => 'Αυτή η εφαρμογή εκτελείται σε λειτουργία παραγωγής με ενεργοποιημένο τον εντοπισμό σφαλμάτων. Αυτό μπορεί να εκθέσει τα ευαίσθητα δεδομένα, εάν η εφαρμογή σας είναι προσβάσιμη στον έξω κόσμο. Απενεργοποιήσετε την κατάσταση λειτουργίας εντοπισμού σφαλμάτων, ορίζοντας την τιμή <code>APP_DEBUG</code> στο αρχείο <code>.env</code> για να <code>false</code>.',
|
||||||
'delete' => 'Διαγραφή',
|
'delete' => 'Διαγραφή',
|
||||||
'delete_confirm' => 'Are you sure you wish to delete :item?',
|
'delete_confirm' => 'Επιθυμείτε την διαφραφή :item;',
|
||||||
'deleted' => 'Διαγράφηκε',
|
'deleted' => 'Διαγράφηκε',
|
||||||
'delete_seats' => 'Διαγραμμένα καθίσματα',
|
'delete_seats' => 'Διαγραμμένα καθίσματα',
|
||||||
'departments' => 'Τμήματα',
|
'departments' => 'Τμήματα',
|
||||||
'department' => 'Τμήμα',
|
'department' => 'Τμήμα',
|
||||||
'deployed' => 'Έχουν αναπτυχθεί',
|
'deployed' => 'Έχουν αναπτυχθεί',
|
||||||
'depreciation_report' => 'Αναφορά απόσβεσης',
|
'depreciation_report' => 'Αναφορά απόσβεσης',
|
||||||
'details' => 'Details',
|
'details' => 'Λεπτομέρειες',
|
||||||
'download' => 'Λήψη',
|
'download' => 'Λήψη',
|
||||||
'depreciation' => 'Αποσβέσεις',
|
'depreciation' => 'Αποσβέσεις',
|
||||||
'editprofile' => 'Επεξεργασία Προφίλ',
|
'editprofile' => 'Επεξεργασία Προφίλ',
|
||||||
|
@ -85,16 +85,16 @@
|
||||||
'email_domain_help' => 'Αυτό χρησιμοποιείται για τη δημιουργία διευθύνσεων ηλεκτρονικού ταχυδρομείου κατά την εισαγωγή',
|
'email_domain_help' => 'Αυτό χρησιμοποιείται για τη δημιουργία διευθύνσεων ηλεκτρονικού ταχυδρομείου κατά την εισαγωγή',
|
||||||
'filastname_format' => 'Πρώτο αρχικό όνομα (jsmith@example.com)',
|
'filastname_format' => 'Πρώτο αρχικό όνομα (jsmith@example.com)',
|
||||||
'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith@example.com)',
|
'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith@example.com)',
|
||||||
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
|
'firstname_lastname_underscore_format' => 'Όνομα και επίθετο (jane_smith@example.com)',
|
||||||
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
'lastnamefirstinitial_format' => 'Επίθετο και πρώτο γράμμα ονόματος (smithj@example.com)',
|
||||||
'first' => 'Πρώτο',
|
'first' => 'Πρώτο',
|
||||||
'first_name' => 'Όνομα',
|
'first_name' => 'Όνομα',
|
||||||
'first_name_format' => 'Όνομα (jane@example.com)',
|
'first_name_format' => 'Όνομα (jane@example.com)',
|
||||||
'files' => 'Files',
|
'files' => 'Αρχεία',
|
||||||
'file_name' => 'Αρχείο',
|
'file_name' => 'Αρχείο',
|
||||||
'file_uploads' => 'Ανέβασμα αρχείου',
|
'file_uploads' => 'Ανέβασμα αρχείου',
|
||||||
'generate' => 'Δημιουργία',
|
'generate' => 'Δημιουργία',
|
||||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'github_markdown' => 'Αυτό το πεδίο επιτρέπει <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
'groups' => 'Ομάδες',
|
'groups' => 'Ομάδες',
|
||||||
'gravatar_email' => 'Gravatar Email Διεύθυνση',
|
'gravatar_email' => 'Gravatar Email Διεύθυνση',
|
||||||
'history' => 'Ιστορία',
|
'history' => 'Ιστορία',
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'sent' => 'Ο σύνδεσμος κωδικού πρόσβασης σας έχει σταλεί!',
|
'sent' => 'Ο σύνδεσμος κωδικού πρόσβασης σας έχει σταλεί!',
|
||||||
'user' => 'No matching active user found with that email.',
|
'user' => 'Δεν βρέθηκε ενεργός χρήστης με αυτό το email.',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ return array(
|
||||||
'not_in' => 'Το επιλεγμένο: χαρακτηριστικό δεν είναι έγκυρο.',
|
'not_in' => 'Το επιλεγμένο: χαρακτηριστικό δεν είναι έγκυρο.',
|
||||||
'numeric' => 'Το χαρακτηριστικό πρέπει να είναι ένας αριθμός.',
|
'numeric' => 'Το χαρακτηριστικό πρέπει να είναι ένας αριθμός.',
|
||||||
'present' => 'Πρέπει να υπάρχει το πεδίο ιδιοτήτων: attribute.',
|
'present' => 'Πρέπει να υπάρχει το πεδίο ιδιοτήτων: attribute.',
|
||||||
'valid_regex' => 'That is not a valid regex. ',
|
'valid_regex' => 'Μη έγκυρη συμβολοσειρά χαρακτήρων ελέγχου πρότυπου. ',
|
||||||
'regex' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.',
|
'regex' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.',
|
||||||
'required' => 'Το πεδίο ιδιοτήτων: απαιτείται.',
|
'required' => 'Το πεδίο ιδιοτήτων: απαιτείται.',
|
||||||
'required_if' => 'Το πεδίο ιδιοτήτων: απαιτείται όταν: το άλλο είναι: τιμή.',
|
'required_if' => 'Το πεδίο ιδιοτήτων: απαιτείται όταν: το άλλο είναι: τιμή.',
|
||||||
|
@ -88,7 +88,7 @@ return array(
|
||||||
'unique' => 'Το χαρακτηριστικό: έχει ήδη ληφθεί.',
|
'unique' => 'Το χαρακτηριστικό: έχει ήδη ληφθεί.',
|
||||||
'uploaded' => 'Το χαρακτηριστικό:: απέτυχε να μεταφορτωθεί.',
|
'uploaded' => 'Το χαρακτηριστικό:: απέτυχε να μεταφορτωθεί.',
|
||||||
'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.',
|
'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.',
|
||||||
"unique_undeleted" => "The :attribute must be unique.",
|
"unique_undeleted" => "Το :χαρακτηριστικό πρέπει να είναι μοναδικό.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
@ -124,8 +124,8 @@ return array(
|
||||||
'snipe_version' => 'Version de Snipe-IT',
|
'snipe_version' => 'Version de Snipe-IT',
|
||||||
'support_footer' => 'Enlaces de Soporte de Pie de Página ',
|
'support_footer' => 'Enlaces de Soporte de Pie de Página ',
|
||||||
'support_footer_help' => 'Especifica quien ve los enlaces de información de Soporte y Manual de Usuarios de Snipe-IT',
|
'support_footer_help' => 'Especifica quien ve los enlaces de información de Soporte y Manual de Usuarios de Snipe-IT',
|
||||||
'version_footer' => 'Version in Footer ',
|
'version_footer' => 'Versión en pie de página ',
|
||||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
'version_footer_help' => 'Especifica quién ve la versión y el número de compilación de Snipe-IT.',
|
||||||
'system' => 'Información del Sistema',
|
'system' => 'Información del Sistema',
|
||||||
'update' => 'Actualizar Parámetros',
|
'update' => 'Actualizar Parámetros',
|
||||||
'value' => 'Valor',
|
'value' => 'Valor',
|
||||||
|
@ -181,7 +181,7 @@ return array(
|
||||||
'bottom' => 'fondo',
|
'bottom' => 'fondo',
|
||||||
'vertical' => 'vertical',
|
'vertical' => 'vertical',
|
||||||
'horizontal' => 'horizontal',
|
'horizontal' => 'horizontal',
|
||||||
'unique_serial' => 'Unique serial numbers',
|
'unique_serial' => 'Números de serie únicos',
|
||||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
'unique_serial_help_text' => 'Al marcar esta casilla se forzarán números de serie únicos a los activos',
|
||||||
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros',
|
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros',
|
||||||
);
|
);
|
||||||
|
|
|
@ -206,7 +206,8 @@
|
||||||
'unknown_admin' => 'Admin Desconocido',
|
'unknown_admin' => 'Admin Desconocido',
|
||||||
'username_format' => 'Formato del nombre de usuario',
|
'username_format' => 'Formato del nombre de usuario',
|
||||||
'update' => 'Actualizar',
|
'update' => 'Actualizar',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Tipos de archivos permitidos: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.
|
||||||
|
El tamaño máximo de archivo es :size.',
|
||||||
'uploaded' => 'Subido',
|
'uploaded' => 'Subido',
|
||||||
'user' => 'Usuario',
|
'user' => 'Usuario',
|
||||||
'accepted' => 'aceptado',
|
'accepted' => 'aceptado',
|
||||||
|
|
|
@ -58,8 +58,8 @@ return array(
|
||||||
'test_email' => 'Email de prueba de Snipe-IT',
|
'test_email' => 'Email de prueba de Snipe-IT',
|
||||||
'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)',
|
'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)',
|
||||||
'the_following_item' => 'El siguiente artículo ha sido devuelto: ',
|
'the_following_item' => 'El siguiente artículo ha sido devuelto: ',
|
||||||
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
|
'low_inventory_alert' => 'Hay :count elemento que está por debajo del inventario mínimo o que pronto estará debajo.|Hay :count elementos que están por debajo del inventario mínimo o que pronto serán bajos.',
|
||||||
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
|
'assets_warrantee_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
||||||
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
||||||
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
||||||
'type' => 'Tipo',
|
'type' => 'Tipo',
|
||||||
|
|
|
@ -124,8 +124,8 @@ return array(
|
||||||
'snipe_version' => 'Version de Snipe-IT',
|
'snipe_version' => 'Version de Snipe-IT',
|
||||||
'support_footer' => 'Enlaces de Soporte de Pie de Página ',
|
'support_footer' => 'Enlaces de Soporte de Pie de Página ',
|
||||||
'support_footer_help' => 'Especifica quien ve los enlaces de información de Soporte y Manual de Usuarios de Snipe-IT',
|
'support_footer_help' => 'Especifica quien ve los enlaces de información de Soporte y Manual de Usuarios de Snipe-IT',
|
||||||
'version_footer' => 'Version in Footer ',
|
'version_footer' => 'Versión en pie de página ',
|
||||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
'version_footer_help' => 'Especifica quién ve la versión y el número de compilación de Snipe-IT.',
|
||||||
'system' => 'Información del Sistema',
|
'system' => 'Información del Sistema',
|
||||||
'update' => 'Actualizar Parámetros',
|
'update' => 'Actualizar Parámetros',
|
||||||
'value' => 'Valor',
|
'value' => 'Valor',
|
||||||
|
@ -181,7 +181,7 @@ return array(
|
||||||
'bottom' => 'fondo',
|
'bottom' => 'fondo',
|
||||||
'vertical' => 'vertical',
|
'vertical' => 'vertical',
|
||||||
'horizontal' => 'horizontal',
|
'horizontal' => 'horizontal',
|
||||||
'unique_serial' => 'Unique serial numbers',
|
'unique_serial' => 'Números de serie únicos',
|
||||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
'unique_serial_help_text' => 'Al marcar esta casilla se forzarán números de serie únicos a los activos',
|
||||||
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros',
|
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros',
|
||||||
);
|
);
|
||||||
|
|
|
@ -206,7 +206,8 @@
|
||||||
'unknown_admin' => 'Admin Desconocido',
|
'unknown_admin' => 'Admin Desconocido',
|
||||||
'username_format' => 'Formato del nombre de usuario',
|
'username_format' => 'Formato del nombre de usuario',
|
||||||
'update' => 'Actualizar',
|
'update' => 'Actualizar',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Tipos de archivos permitidos: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.
|
||||||
|
El tamaño máximo de archivo es :size.',
|
||||||
'uploaded' => 'Subido',
|
'uploaded' => 'Subido',
|
||||||
'user' => 'Usuario',
|
'user' => 'Usuario',
|
||||||
'accepted' => 'aceptado',
|
'accepted' => 'aceptado',
|
||||||
|
|
|
@ -58,8 +58,8 @@ return array(
|
||||||
'test_email' => 'Email de prueba de Snipe-IT',
|
'test_email' => 'Email de prueba de Snipe-IT',
|
||||||
'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)',
|
'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)',
|
||||||
'the_following_item' => 'El siguiente artículo ha sido devuelto: ',
|
'the_following_item' => 'El siguiente artículo ha sido devuelto: ',
|
||||||
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
|
'low_inventory_alert' => 'Hay :count elemento que está por debajo del inventario mínimo o que pronto estará debajo.|Hay :count elementos que están por debajo del inventario mínimo o que pronto serán bajos.',
|
||||||
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
|
'assets_warrantee_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
||||||
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
||||||
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
||||||
'type' => 'Tipo',
|
'type' => 'Tipo',
|
||||||
|
|
|
@ -124,8 +124,8 @@ return array(
|
||||||
'snipe_version' => 'Version de Snipe-IT',
|
'snipe_version' => 'Version de Snipe-IT',
|
||||||
'support_footer' => 'Enlaces de Soporte de Pie de Página ',
|
'support_footer' => 'Enlaces de Soporte de Pie de Página ',
|
||||||
'support_footer_help' => 'Especifica quién ve los links a la información de Soporte Snipe-IT y el Manual de Usuario',
|
'support_footer_help' => 'Especifica quién ve los links a la información de Soporte Snipe-IT y el Manual de Usuario',
|
||||||
'version_footer' => 'Version in Footer ',
|
'version_footer' => 'Versión en pie de página ',
|
||||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
'version_footer_help' => 'Especifica quién ve la versión y el número de compilación de Snipe-IT.',
|
||||||
'system' => 'Información de Sistema',
|
'system' => 'Información de Sistema',
|
||||||
'update' => 'Actualizar Configuraciones',
|
'update' => 'Actualizar Configuraciones',
|
||||||
'value' => 'Valor',
|
'value' => 'Valor',
|
||||||
|
@ -181,7 +181,7 @@ return array(
|
||||||
'bottom' => 'abajo',
|
'bottom' => 'abajo',
|
||||||
'vertical' => 'vertical',
|
'vertical' => 'vertical',
|
||||||
'horizontal' => 'horizontal',
|
'horizontal' => 'horizontal',
|
||||||
'unique_serial' => 'Unique serial numbers',
|
'unique_serial' => 'Números de serie únicos',
|
||||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
'unique_serial_help_text' => 'Al marcar esta casilla se forzarán números de serie únicos a los activos',
|
||||||
'zerofill_count' => 'Longitud de las etiquetas de activos, incluyendo relleno de ceros',
|
'zerofill_count' => 'Longitud de las etiquetas de activos, incluyendo relleno de ceros',
|
||||||
);
|
);
|
||||||
|
|
|
@ -206,7 +206,8 @@
|
||||||
'unknown_admin' => 'Administrador Desconocido',
|
'unknown_admin' => 'Administrador Desconocido',
|
||||||
'username_format' => 'Formato de Nombre de Usuario',
|
'username_format' => 'Formato de Nombre de Usuario',
|
||||||
'update' => 'Actualizar',
|
'update' => 'Actualizar',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Tipos de archivos permitidos: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.
|
||||||
|
El tamaño máximo de archivo es :size.',
|
||||||
'uploaded' => 'Actualizado',
|
'uploaded' => 'Actualizado',
|
||||||
'user' => 'Usuario',
|
'user' => 'Usuario',
|
||||||
'accepted' => 'aceptado',
|
'accepted' => 'aceptado',
|
||||||
|
|
|
@ -58,8 +58,8 @@ return array(
|
||||||
'test_email' => 'Email de prueba de Snipe-IT',
|
'test_email' => 'Email de prueba de Snipe-IT',
|
||||||
'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)',
|
'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)',
|
||||||
'the_following_item' => 'El siguiente artículo ha sido devuelto: ',
|
'the_following_item' => 'El siguiente artículo ha sido devuelto: ',
|
||||||
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
|
'low_inventory_alert' => 'Hay :count elemento que está por debajo del inventario mínimo o que pronto estará debajo.|Hay :count elementos que están por debajo del inventario mínimo o que pronto serán bajos.',
|
||||||
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
|
'assets_warrantee_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
||||||
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
||||||
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
||||||
'type' => 'Tipo',
|
'type' => 'Tipo',
|
||||||
|
|
|
@ -5,8 +5,8 @@ return array(
|
||||||
'about_categories' => 'Kategooriad aitavad sul asju organiseerida. Kategooriad võivad olla näitelks "Lauaarvutid","Sülearvutid","Mobiiltelefonid","Tahvelarvutid" ja nõnda edasi, kuid võid kasutada kategooriaid igal kombel, mis tundub sulle endale mõistlik.',
|
'about_categories' => 'Kategooriad aitavad sul asju organiseerida. Kategooriad võivad olla näitelks "Lauaarvutid","Sülearvutid","Mobiiltelefonid","Tahvelarvutid" ja nõnda edasi, kuid võid kasutada kategooriaid igal kombel, mis tundub sulle endale mõistlik.',
|
||||||
'asset_categories' => 'Vahendite kategooriad',
|
'asset_categories' => 'Vahendite kategooriad',
|
||||||
'category_name' => 'Kategooria nimi',
|
'category_name' => 'Kategooria nimi',
|
||||||
'checkin_email' => 'Send email to user on checkin/checkout.',
|
'checkin_email' => 'Saada kasutajale e-kiri vara liikumise kohta.',
|
||||||
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
|
'checkin_email_notification' => 'Kasutajale saadetakse e-kiri vara liikumise kohta.',
|
||||||
'clone' => 'Klooni kategooria',
|
'clone' => 'Klooni kategooria',
|
||||||
'create' => 'Uus kategooria',
|
'create' => 'Uus kategooria',
|
||||||
'edit' => 'Muuda kategooriat',
|
'edit' => 'Muuda kategooriat',
|
||||||
|
|
|
@ -38,7 +38,7 @@ return array(
|
||||||
'tag' => 'Varade silt',
|
'tag' => 'Varade silt',
|
||||||
'update' => 'Varade värskendamine',
|
'update' => 'Varade värskendamine',
|
||||||
'warranty' => 'Garantii',
|
'warranty' => 'Garantii',
|
||||||
'warranty_expires' => 'Warranty Expires',
|
'warranty_expires' => 'Garantii aegub',
|
||||||
'years' => 'aastat',
|
'years' => 'aastat',
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
|
|
|
@ -5,7 +5,7 @@ return array(
|
||||||
'about_assets_text' => 'Varad on üksused, mida jälgitakse seerianumbri või vara tag. Need kipuvad olema kõrgema väärtusega esemed, kus konkreetse üksuse kindlakstegemine on oluline.',
|
'about_assets_text' => 'Varad on üksused, mida jälgitakse seerianumbri või vara tag. Need kipuvad olema kõrgema väärtusega esemed, kus konkreetse üksuse kindlakstegemine on oluline.',
|
||||||
'archived' => 'Arhiveeritud',
|
'archived' => 'Arhiveeritud',
|
||||||
'asset' => 'Vahend',
|
'asset' => 'Vahend',
|
||||||
'bulk_checkout' => 'Checkout Assets',
|
'bulk_checkout' => 'Vara kasutusele võtt',
|
||||||
'checkin' => 'Checkin Asset',
|
'checkin' => 'Checkin Asset',
|
||||||
'checkout' => 'Checkout Asset',
|
'checkout' => 'Checkout Asset',
|
||||||
'clone' => 'Klooni vahend',
|
'clone' => 'Klooni vahend',
|
||||||
|
|
|
@ -62,7 +62,7 @@ return array(
|
||||||
'success' => 'Varad võeti edukalt välja.',
|
'success' => 'Varad võeti edukalt välja.',
|
||||||
'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.',
|
'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.',
|
||||||
'not_available' => 'See vara pole kontrollimiseks saadaval!',
|
'not_available' => 'See vara pole kontrollimiseks saadaval!',
|
||||||
'no_assets_selected' => 'You must select at least one asset from the list'
|
'no_assets_selected' => 'Sa pead valima vähemalt ühe kirje nimekirjast'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -34,9 +34,9 @@ return array(
|
||||||
),
|
),
|
||||||
|
|
||||||
'bulkdelete' => array(
|
'bulkdelete' => array(
|
||||||
'error' => 'No models were selected, so nothing was deleted.',
|
'error' => 'Mudeleid ei valitud, nii et midagi ei kustutatud.',
|
||||||
'success' => ':success_count model(s) deleted!',
|
'success' => ':success_count mudel(it) kustutatud!',
|
||||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
'success_partial' => ':success_count mudel(it) kustutati, kuid :fail_count ei õnnestunud kustutada kuna nendega on ikka veel vara seotud.'
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -4,7 +4,7 @@ return array(
|
||||||
'ad' => 'Active Directory',
|
'ad' => 'Active Directory',
|
||||||
'ad_domain' => 'Active Directory domeen',
|
'ad_domain' => 'Active Directory domeen',
|
||||||
'ad_domain_help' => 'See on mõnikord sama kui teie e-posti domeen, kuid mitte alati.',
|
'ad_domain_help' => 'See on mõnikord sama kui teie e-posti domeen, kuid mitte alati.',
|
||||||
'admin_cc_email' => 'CC Email',
|
'admin_cc_email' => 'CC e-mail',
|
||||||
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
||||||
'is_ad' => 'See on Active Directory server',
|
'is_ad' => 'See on Active Directory server',
|
||||||
'alert_email' => 'Saada hoiatusi',
|
'alert_email' => 'Saada hoiatusi',
|
||||||
|
|
|
@ -5,7 +5,7 @@ return array(
|
||||||
'archived' => 'Arhiveeritud',
|
'archived' => 'Arhiveeritud',
|
||||||
'create' => 'Uus staatuse silt',
|
'create' => 'Uus staatuse silt',
|
||||||
'color' => 'Joonise värv',
|
'color' => 'Joonise värv',
|
||||||
'default_label' => 'Default Label',
|
'default_label' => 'Vaikimisi silt',
|
||||||
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
|
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
|
||||||
'deployable' => 'Käivitatav',
|
'deployable' => 'Käivitatav',
|
||||||
'info' => 'Olekuteemeid kasutatakse erinevate seisundite kirjeldamiseks, millised on teie varad. Need võivad olla remondi-, kaotatud / varastatud jne jaoks. Saate luua uusi olekuteid, mida saab kasutada käimasolevatel, ootel ja arhiveeritud varadel.',
|
'info' => 'Olekuteemeid kasutatakse erinevate seisundite kirjeldamiseks, millised on teie varad. Need võivad olla remondi-, kaotatud / varastatud jne jaoks. Saate luua uusi olekuteid, mida saab kasutada käimasolevatel, ootel ja arhiveeritud varadel.',
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'activated_help_text' => 'This user can login',
|
'activated_help_text' => 'kasutaja saab sisse logida',
|
||||||
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
'activated_disabled_help_text' => 'Te ei saa iseenda konto aktiveerimis staatust muuta.',
|
||||||
'assets_user' => 'Kasutajaga :nimi seotud vahendid',
|
'assets_user' => 'Kasutajaga :nimi seotud vahendid',
|
||||||
'bulk_update_warn' => 'Sa oled muutmas :user_count kasutaja andmeid. Palun pane tähele, et saa ei saa selle vormi kaudu muuta enda kasutaja andmeid, neid pead muutma eraldi.',
|
'bulk_update_warn' => 'Sa oled muutmas :user_count kasutaja andmeid. Palun pane tähele, et saa ei saa selle vormi kaudu muuta enda kasutaja andmeid, neid pead muutma eraldi.',
|
||||||
'bulk_update_help' => 'Selle vormiga saad muuta mitmeid kasutajaid korraga. Täida ainult need väljad, mida on vaja muuta. Tühjaks jäetud väljasid ei muudeta.',
|
'bulk_update_help' => 'Selle vormiga saad muuta mitmeid kasutajaid korraga. Täida ainult need väljad, mida on vaja muuta. Tühjaks jäetud väljasid ei muudeta.',
|
||||||
|
@ -17,7 +17,7 @@ return array(
|
||||||
'restore_user' => 'Nende taastamiseks klõpsake siin.',
|
'restore_user' => 'Nende taastamiseks klõpsake siin.',
|
||||||
'last_login' => 'Viimane sisselogimine',
|
'last_login' => 'Viimane sisselogimine',
|
||||||
'ldap_config_text' => 'LDAP-i konfiguratsiooniseadeid saab leida Admin> Seaded. (Valikuline) valitud asukoht määratakse kõigi imporditud kasutajate jaoks.',
|
'ldap_config_text' => 'LDAP-i konfiguratsiooniseadeid saab leida Admin> Seaded. (Valikuline) valitud asukoht määratakse kõigi imporditud kasutajate jaoks.',
|
||||||
'print_assigned' => 'Print All Assigned',
|
'print_assigned' => 'Prindi kõik varad',
|
||||||
'software_user' => 'Kasutaja :name valdusesse antud tarkvara',
|
'software_user' => 'Kasutaja :name valdusesse antud tarkvara',
|
||||||
'view_user' => 'Vaata kasutajat :name',
|
'view_user' => 'Vaata kasutajat :name',
|
||||||
'usercsv' => 'CSV fail',
|
'usercsv' => 'CSV fail',
|
||||||
|
|
|
@ -12,5 +12,5 @@ return array(
|
||||||
'submit' => 'Kinnita',
|
'submit' => 'Kinnita',
|
||||||
'upload' => 'Lae üles',
|
'upload' => 'Lae üles',
|
||||||
'select_file' => 'Vali fail...',
|
'select_file' => 'Vali fail...',
|
||||||
'select_files' => 'Select Files...',
|
'select_files' => 'Vali failid...',
|
||||||
);
|
);
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
'activity_report' => 'Tegevuste aruanne',
|
'activity_report' => 'Tegevuste aruanne',
|
||||||
'address' => 'Aadress',
|
'address' => 'Aadress',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'administrator' => 'Administrator',
|
'administrator' => 'Administraator',
|
||||||
'add_seats' => 'Lisatud istekohad',
|
'add_seats' => 'Lisatud istekohad',
|
||||||
'all_assets' => 'Kõik vahendid',
|
'all_assets' => 'Kõik vahendid',
|
||||||
'all' => 'Kõik',
|
'all' => 'Kõik',
|
||||||
|
@ -41,10 +41,10 @@
|
||||||
'checkout' => 'Checkout',
|
'checkout' => 'Checkout',
|
||||||
'checkouts_count' => 'Checkouts',
|
'checkouts_count' => 'Checkouts',
|
||||||
'checkins_count' => 'Checkins',
|
'checkins_count' => 'Checkins',
|
||||||
'user_requests_count' => 'Requests',
|
'user_requests_count' => 'Taotlused',
|
||||||
'city' => 'Linn',
|
'city' => 'Linn',
|
||||||
'click_here' => 'Kliki siia',
|
'click_here' => 'Kliki siia',
|
||||||
'clear_selection' => 'Clear Selection',
|
'clear_selection' => 'Ära vali midagi',
|
||||||
'companies' => 'Ettevõtted',
|
'companies' => 'Ettevõtted',
|
||||||
'company' => 'Ettevõte',
|
'company' => 'Ettevõte',
|
||||||
'component' => 'Komponent',
|
'component' => 'Komponent',
|
||||||
|
@ -68,14 +68,14 @@
|
||||||
'debug_warning' => 'Hoiatus!',
|
'debug_warning' => 'Hoiatus!',
|
||||||
'debug_warning_text' => 'See rakendus töötab tootmisrežiimis, kus silumisvõimalused on lubatud. See võib avaldada tundlikke andmeid, kui teie rakendus on välismaailmale juurdepääsetav. Keela debugrežiim, määrates <code>APP_DEBUG</code> väärtuse oma <code>.env</code> failis <code>false</code>.',
|
'debug_warning_text' => 'See rakendus töötab tootmisrežiimis, kus silumisvõimalused on lubatud. See võib avaldada tundlikke andmeid, kui teie rakendus on välismaailmale juurdepääsetav. Keela debugrežiim, määrates <code>APP_DEBUG</code> väärtuse oma <code>.env</code> failis <code>false</code>.',
|
||||||
'delete' => 'Kustuta',
|
'delete' => 'Kustuta',
|
||||||
'delete_confirm' => 'Are you sure you wish to delete :item?',
|
'delete_confirm' => 'Kas olete kindel, et soovite kustutada :item?',
|
||||||
'deleted' => 'Kustutatud',
|
'deleted' => 'Kustutatud',
|
||||||
'delete_seats' => 'Kustutatud istmed',
|
'delete_seats' => 'Kustutatud istmed',
|
||||||
'departments' => 'Osakonnad',
|
'departments' => 'Osakonnad',
|
||||||
'department' => 'Osakond',
|
'department' => 'Osakond',
|
||||||
'deployed' => 'Kasutusele võetud',
|
'deployed' => 'Kasutusele võetud',
|
||||||
'depreciation_report' => 'Amortisatsiooniaruanne',
|
'depreciation_report' => 'Amortisatsiooniaruanne',
|
||||||
'details' => 'Details',
|
'details' => 'Üksikasjad',
|
||||||
'download' => 'Lae alla',
|
'download' => 'Lae alla',
|
||||||
'depreciation' => 'Amortisatsioon',
|
'depreciation' => 'Amortisatsioon',
|
||||||
'editprofile' => 'Muuda oma profiili',
|
'editprofile' => 'Muuda oma profiili',
|
||||||
|
@ -85,25 +85,25 @@
|
||||||
'email_domain_help' => 'Seda kasutatakse importimisel e-posti aadresside loomiseks',
|
'email_domain_help' => 'Seda kasutatakse importimisel e-posti aadresside loomiseks',
|
||||||
'filastname_format' => 'Esimene esmane perekonnanimi (jsmith@example.com)',
|
'filastname_format' => 'Esimene esmane perekonnanimi (jsmith@example.com)',
|
||||||
'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)',
|
'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)',
|
||||||
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
|
'firstname_lastname_underscore_format' => 'Eesnimi Perenimi (eesnimi.perenimi@poleolemas.ee)',
|
||||||
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
'lastnamefirstinitial_format' => 'Perenimi Eesnime lühend (perenimie@poleolemas.ee)',
|
||||||
'first' => 'Esimene',
|
'first' => 'Esimene',
|
||||||
'first_name' => 'Eesnimi',
|
'first_name' => 'Eesnimi',
|
||||||
'first_name_format' => 'Eesnimi (jane@example.com)',
|
'first_name_format' => 'Eesnimi (jane@example.com)',
|
||||||
'files' => 'Files',
|
'files' => 'Failid',
|
||||||
'file_name' => 'Fail',
|
'file_name' => 'Fail',
|
||||||
'file_uploads' => 'Faili üleslaadimine',
|
'file_uploads' => 'Faili üleslaadimine',
|
||||||
'generate' => 'Genereeri',
|
'generate' => 'Genereeri',
|
||||||
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'github_markdown' => 'See väli lubab <a href="https://help.github.com/articles/github-flavored-markdown/">Githubi maitsestatud markdown</a>.',
|
||||||
'groups' => 'Grupid',
|
'groups' => 'Grupid',
|
||||||
'gravatar_email' => 'Gravatari e-maili aadress',
|
'gravatar_email' => 'Gravatari e-maili aadress',
|
||||||
'history' => 'Ajalugu',
|
'history' => 'Ajalugu',
|
||||||
'history_for' => 'Ajalugu jaoks',
|
'history_for' => 'Ajalugu jaoks',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
'image' => 'Image',
|
'image' => 'Pilt',
|
||||||
'image_delete' => 'Kustuta pilt',
|
'image_delete' => 'Kustuta pilt',
|
||||||
'image_upload' => 'Laadi pilt üles',
|
'image_upload' => 'Laadi pilt üles',
|
||||||
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.',
|
'image_filetypes_help' => 'Lubatud faililaiendid on jpg, png, gif ja svg. Suurim lubatud üleslaadimise maht on :size.',
|
||||||
'import' => 'Impordi',
|
'import' => 'Impordi',
|
||||||
'import-history' => 'Impordi ajalugu',
|
'import-history' => 'Impordi ajalugu',
|
||||||
'asset_maintenance' => 'Varade hooldus',
|
'asset_maintenance' => 'Varade hooldus',
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
'locations' => 'Asukohad',
|
'locations' => 'Asukohad',
|
||||||
'logout' => 'Logi välja',
|
'logout' => 'Logi välja',
|
||||||
'lookup_by_tag' => 'Varatüübi järgi otsimine',
|
'lookup_by_tag' => 'Varatüübi järgi otsimine',
|
||||||
'maintenances' => 'Maintenances',
|
'maintenances' => 'Hooldus',
|
||||||
'manufacturer' => 'Tootja',
|
'manufacturer' => 'Tootja',
|
||||||
'manufacturers' => 'Tootjad',
|
'manufacturers' => 'Tootjad',
|
||||||
'markdown' => 'See väli lubab <a href="https://help.github.com/articles/github-flavored-markdown/">Githubi maitsestatud markdown</a>.',
|
'markdown' => 'See väli lubab <a href="https://help.github.com/articles/github-flavored-markdown/">Githubi maitsestatud markdown</a>.',
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
'recent_activity' => 'Viimane tegevus',
|
'recent_activity' => 'Viimane tegevus',
|
||||||
'remove_company' => 'Eemalda ettevõtteühing',
|
'remove_company' => 'Eemalda ettevõtteühing',
|
||||||
'reports' => 'Aruanded',
|
'reports' => 'Aruanded',
|
||||||
'restored' => 'restored',
|
'restored' => 'taastatud',
|
||||||
'requested' => 'Taotletud',
|
'requested' => 'Taotletud',
|
||||||
'request_canceled' => 'Taotlus tühistati',
|
'request_canceled' => 'Taotlus tühistati',
|
||||||
'save' => 'Salvesta',
|
'save' => 'Salvesta',
|
||||||
|
@ -181,11 +181,11 @@
|
||||||
'select_company' => 'Vali ettevõte',
|
'select_company' => 'Vali ettevõte',
|
||||||
'select_asset' => 'Vali vahend',
|
'select_asset' => 'Vali vahend',
|
||||||
'settings' => 'Seaded',
|
'settings' => 'Seaded',
|
||||||
'show_deleted' => 'Show Deleted',
|
'show_deleted' => 'Näita kustutatud',
|
||||||
'show_current' => 'Show Current',
|
'show_current' => 'Näita käesolevat',
|
||||||
'sign_in' => 'Logi sisse',
|
'sign_in' => 'Logi sisse',
|
||||||
'signature' => 'Allkiri',
|
'signature' => 'Allkiri',
|
||||||
'skin' => 'Skin',
|
'skin' => 'Väljanägemine',
|
||||||
'some_features_disabled' => 'DEMOVERSIOON: Selles installatsioonis mõned funktsioonid ei tööta.',
|
'some_features_disabled' => 'DEMOVERSIOON: Selles installatsioonis mõned funktsioonid ei tööta.',
|
||||||
'site_name' => 'Saidi nimi',
|
'site_name' => 'Saidi nimi',
|
||||||
'state' => 'Maakond',
|
'state' => 'Maakond',
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
'unknown_admin' => 'Tundmatu Admin',
|
'unknown_admin' => 'Tundmatu Admin',
|
||||||
'username_format' => 'Kasutajanime formaat',
|
'username_format' => 'Kasutajanime formaat',
|
||||||
'update' => 'Uuenda',
|
'update' => 'Uuenda',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Lubatud failileiendid on png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip ja rar. Suurim lubatud üleslaadimise maht on :size.',
|
||||||
'uploaded' => 'Üles laetud',
|
'uploaded' => 'Üles laetud',
|
||||||
'user' => 'Kasutaja',
|
'user' => 'Kasutaja',
|
||||||
'accepted' => 'aktsepteeritud',
|
'accepted' => 'aktsepteeritud',
|
||||||
|
|
|
@ -21,7 +21,7 @@ return array(
|
||||||
'Confirm_Asset_Checkin' => 'Kinnitage varakommentaar.',
|
'Confirm_Asset_Checkin' => 'Kinnitage varakommentaar.',
|
||||||
'Confirm_Accessory_Checkin' => 'Kinnitage lisavarustuse märk.',
|
'Confirm_Accessory_Checkin' => 'Kinnitage lisavarustuse märk.',
|
||||||
'Confirm_accessory_delivery' => 'Kinnitage tarvikute kohaletoimetamine.',
|
'Confirm_accessory_delivery' => 'Kinnitage tarvikute kohaletoimetamine.',
|
||||||
'Confirm_license_delivery' => 'Confirm license delivery.',
|
'Confirm_license_delivery' => 'Kinnitage litsentsi kohaletoimetamine.',
|
||||||
'Confirm_asset_delivery' => 'Kinnitage varade üleandmist.',
|
'Confirm_asset_delivery' => 'Kinnitage varade üleandmist.',
|
||||||
'Confirm_consumable_delivery' => 'Kinnitage tarvitatav tarne.',
|
'Confirm_consumable_delivery' => 'Kinnitage tarvitatav tarne.',
|
||||||
'current_QTY' => 'Praegune QTY',
|
'current_QTY' => 'Praegune QTY',
|
||||||
|
@ -52,7 +52,7 @@ return array(
|
||||||
'requested' => 'Taotletud:',
|
'requested' => 'Taotletud:',
|
||||||
'reset_link' => 'Teie salasõna lähtestamise link',
|
'reset_link' => 'Teie salasõna lähtestamise link',
|
||||||
'reset_password' => 'Parooli lähtestamiseks klõpsake siin:',
|
'reset_password' => 'Parooli lähtestamiseks klõpsake siin:',
|
||||||
'serial' => 'Serial',
|
'serial' => 'Seerianumber',
|
||||||
'supplier' => 'Tarnija',
|
'supplier' => 'Tarnija',
|
||||||
'tag' => 'Silt',
|
'tag' => 'Silt',
|
||||||
'test_email' => 'Test Snipe-IT-i e-posti teel',
|
'test_email' => 'Test Snipe-IT-i e-posti teel',
|
||||||
|
@ -63,8 +63,8 @@ return array(
|
||||||
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
|
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
|
||||||
'to_reset' => 'Selleks, et lähtestada oma: veebiparool, täitke see vorm:',
|
'to_reset' => 'Selleks, et lähtestada oma: veebiparool, täitke see vorm:',
|
||||||
'type' => 'Tüüp',
|
'type' => 'Tüüp',
|
||||||
'user' => 'User',
|
'user' => 'Kasutaja',
|
||||||
'username' => 'Username',
|
'username' => 'Kasutajanimi',
|
||||||
'welcome' => 'Tere tulemast, :name',
|
'welcome' => 'Tere tulemast, :name',
|
||||||
'welcome_to' => 'Teretulemast lehele :web!',
|
'welcome_to' => 'Teretulemast lehele :web!',
|
||||||
'your_credentials' => 'Sinu Snipe-IT rekvisiidid',
|
'your_credentials' => 'Sinu Snipe-IT rekvisiidid',
|
||||||
|
|
|
@ -67,7 +67,7 @@ return array(
|
||||||
'not_in' => 'Valitud atribuut on kehtetu.',
|
'not_in' => 'Valitud atribuut on kehtetu.',
|
||||||
'numeric' => 'Atribuut peab olema number.',
|
'numeric' => 'Atribuut peab olema number.',
|
||||||
'present' => 'Atribuudiväli peab olema kohal.',
|
'present' => 'Atribuudiväli peab olema kohal.',
|
||||||
'valid_regex' => 'That is not a valid regex. ',
|
'valid_regex' => 'See ei ole õige regex süntaks. ',
|
||||||
'regex' => 'Atribuudivorming on vale.',
|
'regex' => 'Atribuudivorming on vale.',
|
||||||
'required' => 'Atribuudiväljandus on kohustuslik.',
|
'required' => 'Atribuudiväljandus on kohustuslik.',
|
||||||
'required_if' => 'Atribuudiväljastus on vajalik, kui: muu on: väärtus.',
|
'required_if' => 'Atribuudiväljastus on vajalik, kui: muu on: väärtus.',
|
||||||
|
@ -88,7 +88,7 @@ return array(
|
||||||
'unique' => 'Atribuut: on juba võetud.',
|
'unique' => 'Atribuut: on juba võetud.',
|
||||||
'uploaded' => 'Atribuut ei õnnestunud üles laadida.',
|
'uploaded' => 'Atribuut ei õnnestunud üles laadida.',
|
||||||
'url' => 'Atribuudivorming on vale.',
|
'url' => 'Atribuudivorming on vale.',
|
||||||
"unique_undeleted" => "The :attribute must be unique.",
|
"unique_undeleted" => ":attribute peab olema ainulaadne.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'activated_help_text' => 'This user can login',
|
'activated_help_text' => 'Salli kirjautuminen',
|
||||||
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
||||||
'assets_user' => 'Käyttäjälle :name luovutetut laitteet',
|
'assets_user' => 'Käyttäjälle :name luovutetut laitteet',
|
||||||
'bulk_update_warn' => 'Aiotte muokata: user_count käyttäjille ominaisuuksia. Huomaa, että omia käyttäjätunnuksia ei voi muuttaa tämän lomakkeen avulla, vaan sinun on tehtävä muokkauksia omalle käyttäjälleen erikseen.',
|
'bulk_update_warn' => 'Aiotte muokata: user_count käyttäjille ominaisuuksia. Huomaa, että omia käyttäjätunnuksia ei voi muuttaa tämän lomakkeen avulla, vaan sinun on tehtävä muokkauksia omalle käyttäjälleen erikseen.',
|
||||||
|
|
|
@ -21,7 +21,7 @@ return array(
|
||||||
'Confirm_Asset_Checkin' => 'Vahvista Asset Checkin.',
|
'Confirm_Asset_Checkin' => 'Vahvista Asset Checkin.',
|
||||||
'Confirm_Accessory_Checkin' => 'Vahvista lisävarusteen tarkistus.',
|
'Confirm_Accessory_Checkin' => 'Vahvista lisävarusteen tarkistus.',
|
||||||
'Confirm_accessory_delivery' => 'Varmista lisävarusteiden toimitus.',
|
'Confirm_accessory_delivery' => 'Varmista lisävarusteiden toimitus.',
|
||||||
'Confirm_license_delivery' => 'Confirm license delivery.',
|
'Confirm_license_delivery' => 'Vahvista lisenssitoimitus.',
|
||||||
'Confirm_asset_delivery' => 'Vahvista omaisuuden toimittaminen.',
|
'Confirm_asset_delivery' => 'Vahvista omaisuuden toimittaminen.',
|
||||||
'Confirm_consumable_delivery' => 'Varmista kulutustarvikkeet.',
|
'Confirm_consumable_delivery' => 'Varmista kulutustarvikkeet.',
|
||||||
'current_QTY' => 'Nykyinen QTY',
|
'current_QTY' => 'Nykyinen QTY',
|
||||||
|
@ -52,19 +52,19 @@ return array(
|
||||||
'requested' => 'pyydetään:',
|
'requested' => 'pyydetään:',
|
||||||
'reset_link' => 'Salasanasi nollaa linkki',
|
'reset_link' => 'Salasanasi nollaa linkki',
|
||||||
'reset_password' => 'Palauta salasana napsauttamalla tätä:',
|
'reset_password' => 'Palauta salasana napsauttamalla tätä:',
|
||||||
'serial' => 'Serial',
|
'serial' => 'Sarjanumero',
|
||||||
'supplier' => 'toimittaja',
|
'supplier' => 'toimittaja',
|
||||||
'tag' => 'Tag',
|
'tag' => 'Tag',
|
||||||
'test_email' => 'Testaa sähköposti Snipe-IT: stä',
|
'test_email' => 'Testaa sähköposti Snipe-IT: stä',
|
||||||
'test_mail_text' => 'Tämä on testi Snipe-IT Asset Management -järjestelmästä. Jos saat tämän, sähköposti toimii :)',
|
'test_mail_text' => 'Tämä on testi Snipe-IT Asset Management -järjestelmästä. Jos saat tämän, sähköposti toimii :)',
|
||||||
'the_following_item' => 'Seuraava kohde on tarkistettu:',
|
'the_following_item' => 'Seuraava kohde on tarkistettu:',
|
||||||
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
|
'low_inventory_alert' => ':count tuotteen saldomäärä on alle minimirajan tai kohta alhainen.|:count tuotteen saldomäärä on alle minimirajan tai kohta alhainen.',
|
||||||
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
|
'assets_warrantee_alert' => ':count laitteen takuu päättyy :threshold päivän sisällä.|:count laitteen takuu päättyy :threshold päivän sisällä.',
|
||||||
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
|
'license_expiring_alert' => ':count lisenssiä vanhenee :threshold päivän sisällä.|:count lisenssiä vanhenee :threshold päivän sisällä.',
|
||||||
'to_reset' => 'Voit palauttaa: web-salasanasi täyttämällä tämän lomakkeen:',
|
'to_reset' => 'Voit palauttaa: web-salasanasi täyttämällä tämän lomakkeen:',
|
||||||
'type' => 'Tyyppi',
|
'type' => 'Tyyppi',
|
||||||
'user' => 'User',
|
'user' => 'Käyttäjä',
|
||||||
'username' => 'Username',
|
'username' => 'Käyttäjätunnus',
|
||||||
'welcome' => 'Tervetuloa: nimi',
|
'welcome' => 'Tervetuloa: nimi',
|
||||||
'welcome_to' => 'Tervetuloa: web!',
|
'welcome_to' => 'Tervetuloa: web!',
|
||||||
'your_credentials' => 'Sinun Snipe-IT -asiakirjasi',
|
'your_credentials' => 'Sinun Snipe-IT -asiakirjasi',
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'sent' => 'Salasanasi linkki on lähetetty!',
|
'sent' => 'Salasanasi linkki on lähetetty!',
|
||||||
'user' => 'No matching active user found with that email.',
|
'user' => 'Sähköpostille ei löytynyt käyttäjää.',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,5 @@
|
||||||
'view' => 'Voir les détails de la maintenance d\'actif',
|
'view' => 'Voir les détails de la maintenance d\'actif',
|
||||||
'repair' => 'Réparation',
|
'repair' => 'Réparation',
|
||||||
'maintenance' => 'Entretien',
|
'maintenance' => 'Entretien',
|
||||||
'upgrade' => 'Mise à niveau',
|
'upgrade' => 'Mise à niveau'
|
||||||
'software_support' => 'Support logiciel',
|
|
||||||
'hardware_support' => 'Support matériel',
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
'select_asset' => 'Choisir un bien',
|
'select_asset' => 'Choisir un bien',
|
||||||
'settings' => 'Préférences',
|
'settings' => 'Préférences',
|
||||||
'show_deleted' => 'Afficher supprimés',
|
'show_deleted' => 'Afficher supprimés',
|
||||||
'show_current' => 'Show Current',
|
'show_current' => 'Afficher l\'actuel',
|
||||||
'sign_in' => 'Connexion',
|
'sign_in' => 'Connexion',
|
||||||
'signature' => 'Signature',
|
'signature' => 'Signature',
|
||||||
'skin' => 'Habillage',
|
'skin' => 'Habillage',
|
||||||
|
|
|
@ -5,8 +5,8 @@ return array(
|
||||||
'about_categories' => 'Kategorije vam pomažu organizirati stavke. Neke kategorije primjera mogu biti "Desktops", "Laptops", "Mobile Phones", "Tablets" i tako dalje, ali kategorije možete koristiti na bilo koji način koji ima smisla za vas.',
|
'about_categories' => 'Kategorije vam pomažu organizirati stavke. Neke kategorije primjera mogu biti "Desktops", "Laptops", "Mobile Phones", "Tablets" i tako dalje, ali kategorije možete koristiti na bilo koji način koji ima smisla za vas.',
|
||||||
'asset_categories' => 'Kategorije sredstava',
|
'asset_categories' => 'Kategorije sredstava',
|
||||||
'category_name' => 'Naziv kategorije',
|
'category_name' => 'Naziv kategorije',
|
||||||
'checkin_email' => 'Send email to user on checkin/checkout.',
|
'checkin_email' => 'Pošalji e-mail korisniku prilikom checkin/checkout-a.',
|
||||||
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
|
'checkin_email_notification' => 'Ovom korisniku će biti poslan e-mail prilikom checkin/checkout-a.',
|
||||||
'clone' => 'Klon kategorija',
|
'clone' => 'Klon kategorija',
|
||||||
'create' => 'Izradi kategoriju',
|
'create' => 'Izradi kategoriju',
|
||||||
'edit' => 'Uredi kategoriju',
|
'edit' => 'Uredi kategoriju',
|
||||||
|
|
|
@ -28,5 +28,5 @@ return array(
|
||||||
'create_fieldset' => 'Novi Fieldset',
|
'create_fieldset' => 'Novi Fieldset',
|
||||||
'create_field' => 'Novi prilagođeni polje',
|
'create_field' => 'Novi prilagođeni polje',
|
||||||
'value_encrypted' => 'Vrijednost ovog polja je šifrirana u bazi podataka. Samo administratori administratora moći će vidjeti dešifriranu vrijednost',
|
'value_encrypted' => 'Vrijednost ovog polja je šifrirana u bazi podataka. Samo administratori administratora moći će vidjeti dešifriranu vrijednost',
|
||||||
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
|
'show_in_email' => 'Prikazati vrijednost ovog polja u checkout e-mailovima koji se šalju korisnicima? Enkriptirana polja se ne mogu prikazati u e-mailovima.',
|
||||||
);
|
);
|
||||||
|
|
|
@ -16,8 +16,8 @@ return array(
|
||||||
),
|
),
|
||||||
|
|
||||||
'restore' => array(
|
'restore' => array(
|
||||||
'error' => 'Manufacturer was not restored, please try again',
|
'error' => 'Proizvođač nije obnovljen, molim pokušajte ponovo',
|
||||||
'success' => 'Manufacturer restored successfully.'
|
'success' => 'Proizvođač je uspješno obnovljen.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -5,8 +5,8 @@ return array(
|
||||||
'about_models_text' => 'Modeli imovine su način grupiranja identične imovine. "MBP 2013", "IPhone 6s" itd.',
|
'about_models_text' => 'Modeli imovine su način grupiranja identične imovine. "MBP 2013", "IPhone 6s" itd.',
|
||||||
'deleted' => 'Ovaj je model izbrisan. <a href="/hardware/models/:model_id/restore">Kliknite ovdje da biste ga vratili</a>.',
|
'deleted' => 'Ovaj je model izbrisan. <a href="/hardware/models/:model_id/restore">Kliknite ovdje da biste ga vratili</a>.',
|
||||||
'bulk_delete' => 'Skupno brisanje modela imovine',
|
'bulk_delete' => 'Skupno brisanje modela imovine',
|
||||||
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
|
'bulk_delete_help' => 'Koristeći checkbox-ove niže potvrdite brisanje odabranih modela imovine. Modeli imovine koji na sebi imaju povezanu imovinu se ne mogu brisati dok se imovina ne poveže sa drugim modelom.',
|
||||||
'bulk_delete_warn' => 'You are about to delete :model_count asset models.',
|
'bulk_delete_warn' => 'Izbrisati ćete :model_count model(a) imovine.',
|
||||||
'restore' => 'Vraćanje modela',
|
'restore' => 'Vraćanje modela',
|
||||||
'requestable' => 'Korisnici mogu zatražiti ovaj model',
|
'requestable' => 'Korisnici mogu zatražiti ovaj model',
|
||||||
'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela',
|
'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela',
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue