ajout app

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

View File

@ -0,0 +1,61 @@
<?php
return [
'custom_fields' => 'Meysydd addasedig',
'manage' => 'Manage',
'field' => 'Meysydd',
'about_fieldsets_title' => 'Amdan grwpiau meysydd',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'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',
'update_fieldset' => 'Update Fieldset',
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Maes Addasedig newydd',
'create_field_title' => 'Create a new custom field',
'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',
'show_in_email_short' => 'Include in emails.',
'help_text' => 'Help Text',
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
'about_custom_fields_title' => 'About Custom Fields',
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
'add_field_to_fieldset' => 'Add Field to Fieldset',
'make_optional' => 'Required - click to make optional',
'make_required' => 'Optional - click to make required',
'reorder' => 'Reorder',
'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector',
'show_in_listview_short' => 'Show in lists',
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
];

View File

@ -0,0 +1,63 @@
<?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.',
)
),
'fieldset_default_value' => array(
'error' => 'Error validating default fieldset values.',
),
);