translations.php 1.14 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
<?php

return [
    'title' => [
        'translations' => 'Translations',
        'edit translation' => 'Edit a translation',
    ],
    'button' => [
        'create translation' => 'Create a translation',
    ],
    'table' => [
    ],
    'form' => [
    ],
    'messages' => [
    ],
    'validation' => [
    ],
    'Clear translation cache' => 'Clear translations cache',
    'Export' => 'Export',
    'Import' => 'Import',
    'Import csv translations file' => 'Import csv translations file',
    'only for developers' => 'Will require git management!',
    'Translations exported' => 'Translations exported.',
    'Translations imported' => 'Translations imported.',
    'select CSV file' => 'Select CSV file ...',
    'csv only allowed' => 'Please upload a CSV file only.',
    'time' => 'Time',
    'author' => 'Author',
    'history' => 'History',
    'No Revisions yet' => 'No Revisions yet',
    'event' => 'Event',
    'created' => 'Created',
    'edited' => 'Edited',
    'list resource' => 'List translations',
    'edit resource' => 'Edit translations',
    'import resource' => 'Import translations',
    'export resource' => 'Export translations',
];