ajout app
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'Maidir le Dímheas Sócmhainní',
|
||||
'about_depreciations' => 'Is féidir leat dímheasanna sócmhainní a bhunú chun sócmhainní a dhímheas bunaithe ar dhímheas díreach líne.',
|
||||
'asset_depreciations' => 'Dímheas Sócmhainní',
|
||||
'create' => 'Críochnaigh Dímheas',
|
||||
'depreciation_name' => 'Ainm Dímheas',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'Líon na Míonna',
|
||||
'update' => 'Dímheas Nuashonraigh',
|
||||
'depreciation_min' => 'Minimum Value after Depreciation',
|
||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
||||
You do not currently have any depreciations set up.
|
||||
Please set up at least one depreciation to view the depreciation report.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Níl an rang dímheasa ann.',
|
||||
'assoc_users' => 'Tá an dímheas seo bainteach le samhlacha amháin nó níos mó faoi láthair agus ní féidir í a scriosadh. Scrios na samhlacha, agus ansin déan iarracht a scriosadh arís.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Níor cruthaíodh rang dímheasa, déan iarracht arís. :(',
|
||||
'success' => 'An rang dímheasa a cruthaíodh go rathúil. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Níor nuashonraíodh an rang dímheasa, déan iarracht arís',
|
||||
'success' => 'Rang dímheasta cothrom le dáta go rathúil.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'An bhfuil tú cinnte gur mian leat an rang dímheasa seo a scriosadh?',
|
||||
'error' => 'Bhí ceist ann a scriosadh an rang dímheasa. Arís, le d\'thoil.',
|
||||
'success' => 'Scriosadh an rang dímheasa go rathúil.'
|
||||
)
|
||||
|
||||
);
|
11
SNIPE-IT/resources/lang/ga-IE/admin/depreciations/table.php
Normal file
11
SNIPE-IT/resources/lang/ga-IE/admin/depreciations/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'ID',
|
||||
'months' => 'Míonna',
|
||||
'term' => 'Téarma',
|
||||
'title' => 'Ainm',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
Reference in New Issue
Block a user