ajout app
This commit is contained in:
18
SNIPE-IT/resources/lang/ga-IE/admin/models/general.php
Normal file
18
SNIPE-IT/resources/lang/ga-IE/admin/models/general.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'Maidir le Múnlaí Sócmhainne',
|
||||
'about_models_text' => 'Tá modhanna sócmhainne ina bhealach chun sócmhainní comhionanna a ghrúpáil. "MBP 2013", "iPhone 6s", etc.',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'bulk_delete' => 'Bulk Delete Asset Models',
|
||||
'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_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'Múnla Athchóirigh',
|
||||
'requestable' => 'Féadfaidh úsáideoirí an tsamhail seo a iarraidh',
|
||||
'show_mac_address' => 'Taispeáin réimse seoladh MAC i sócmhainní sa mhúnla seo',
|
||||
'view_deleted' => 'Féach Scriosta',
|
||||
'view_models' => 'Amharc ar Mhúnlaí',
|
||||
'fieldset' => 'Fieldset',
|
||||
'no_custom_field' => 'Uimh réimsí saincheaptha',
|
||||
'add_default_values' => 'Add default values',
|
||||
);
|
47
SNIPE-IT/resources/lang/ga-IE/admin/models/message.php
Normal file
47
SNIPE-IT/resources/lang/ga-IE/admin/models/message.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'Níl múnla ann.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'Tá an tsamhail seo bainteach le sócmhainní amháin nó níos mó faoi láthair agus ní féidir é a scriosadh. Scrios na sócmhainní, agus ansin déan iarracht a scriosadh arís.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Níor cruthaíodh an tsamhail, déan iarracht arís.',
|
||||
'success' => 'Múnla cruthaithe go rathúil.',
|
||||
'duplicate_set' => 'Tá múnla sócmhainne leis an ainm sin, an monaróir agus an uimhir samhail ann cheana féin.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Níor nuashonraíodh an tsamhail, déan iarracht arís',
|
||||
'success' => 'Modúl nuashonraithe go rathúil',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'An bhfuil tú cinnte gur mian leat an tsamhail sócmhainne seo a scriosadh?',
|
||||
'error' => 'Bhí ceist ann a scriosadh an tsamhail. Arís, le d\'thoil.',
|
||||
'success' => 'Scriosadh an tsamhail go rathúil.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Níor athchóiríodh an tsamhail, déan iarracht arís',
|
||||
'success' => 'Múnla curtha ar ais go rathúil.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'Níor athraíodh aon réimsí, mar sin níor nuashonraíodh aon rud.',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'No models were selected, so nothing was deleted.',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
||||
),
|
||||
|
||||
);
|
17
SNIPE-IT/resources/lang/ga-IE/admin/models/table.php
Normal file
17
SNIPE-IT/resources/lang/ga-IE/admin/models/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'Cruthaigh Samhail Sócmhainne',
|
||||
'created_at' => 'Cruthaithe ag',
|
||||
'eol' => 'EOL',
|
||||
'modelnumber' => 'Múnla Uimh.',
|
||||
'name' => 'Ainm an tSamhail Sócmhainne',
|
||||
'numassets' => 'Sócmhainní',
|
||||
'title' => 'Múnlaí Sócmhainne',
|
||||
'update' => 'Nuashonraigh an tSamhail Sócmhainní',
|
||||
'view' => 'Féach ar an tSamhail Sócmhainne',
|
||||
'update' => 'Nuashonraigh an tSamhail Sócmhainní',
|
||||
'clone' => 'Samhail Clón',
|
||||
'edit' => 'Modúl a Athrú',
|
||||
);
|
Reference in New Issue
Block a user