mirror of
https://github.com/Fabio286/antares.git
synced 2025-03-13 09:50:19 +01:00
chore: update README.md
This commit is contained in:
parent
bcadac6e95
commit
2c6e35288f
@ -98,6 +98,7 @@ Depending on your distribution, you will need to run the following command:
|
|||||||
**Italian Translation** (46%) / [Giuseppe Gigliotti](https://github.com/ReverbOD) [[#20](https://github.com/Fabio286/antares/pull/20)]
|
**Italian Translation** (46%) / [Giuseppe Gigliotti](https://github.com/ReverbOD) [[#20](https://github.com/Fabio286/antares/pull/20)]
|
||||||
**Arabic Translation** (45%) / [Mohd-PH](https://github.com/Mohd-PH) [[#29](https://github.com/Fabio286/antares/pull/29)]
|
**Arabic Translation** (45%) / [Mohd-PH](https://github.com/Mohd-PH) [[#29](https://github.com/Fabio286/antares/pull/29)]
|
||||||
**Spanish Translation** (46%) / [hongkfui](https://github.com/hongkfui) [[#32](https://github.com/Fabio286/antares/pull/32)]
|
**Spanish Translation** (46%) / [hongkfui](https://github.com/hongkfui) [[#32](https://github.com/Fabio286/antares/pull/32)]
|
||||||
|
**French Translation** (100%) / [MrAnyx](https://github.com/MrAnyx) [[#32](https://github.com/Fabio286/antares/pull/44)]
|
||||||
|
|
||||||
## Reviews
|
## Reviews
|
||||||
|
|
||||||
|
@ -69,19 +69,5 @@ module.exports = {
|
|||||||
uploadFile: 'رفع ملف',
|
uploadFile: 'رفع ملف',
|
||||||
addNewRow: 'إضافة صف جديد',
|
addNewRow: 'إضافة صف جديد',
|
||||||
numberOfInserts: 'عدد الإدراجات'
|
numberOfInserts: 'عدد الإدراجات'
|
||||||
},
|
|
||||||
// Date and Time
|
|
||||||
short: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric'
|
|
||||||
},
|
|
||||||
long: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric',
|
|
||||||
weekday: 'short',
|
|
||||||
hour: 'numeric',
|
|
||||||
minute: 'numeric'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -348,19 +348,5 @@ module.exports = {
|
|||||||
model: 'Model',
|
model: 'Model',
|
||||||
fuel: 'Fuel',
|
fuel: 'Fuel',
|
||||||
vin: 'Vin'
|
vin: 'Vin'
|
||||||
},
|
|
||||||
// Date and Time
|
|
||||||
short: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric'
|
|
||||||
},
|
|
||||||
long: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric',
|
|
||||||
weekday: 'short',
|
|
||||||
hour: 'numeric',
|
|
||||||
minute: 'numeric'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -72,19 +72,5 @@ module.exports = {
|
|||||||
numberOfInserts: 'Numero de inserciones',
|
numberOfInserts: 'Numero de inserciones',
|
||||||
openNewTab: 'Abrir nueva pestaña',
|
openNewTab: 'Abrir nueva pestaña',
|
||||||
affectedRows: 'Filas afectadas'
|
affectedRows: 'Filas afectadas'
|
||||||
},
|
|
||||||
// Date and Time
|
|
||||||
short: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric'
|
|
||||||
},
|
|
||||||
long: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric',
|
|
||||||
weekday: 'short',
|
|
||||||
hour: 'numeric',
|
|
||||||
minute: 'numeric'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -348,19 +348,5 @@ module.exports = {
|
|||||||
model: 'Modèle',
|
model: 'Modèle',
|
||||||
fuel: 'Carburant',
|
fuel: 'Carburant',
|
||||||
vin: 'Vin'
|
vin: 'Vin'
|
||||||
},
|
|
||||||
// Date and Time
|
|
||||||
short: {
|
|
||||||
year: 'numérique',
|
|
||||||
month: 'court',
|
|
||||||
day: 'numérique'
|
|
||||||
},
|
|
||||||
long: {
|
|
||||||
year: 'numérique',
|
|
||||||
month: 'court',
|
|
||||||
day: 'numérique',
|
|
||||||
weekday: 'court',
|
|
||||||
hour: 'numérique',
|
|
||||||
minute: 'numérique'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -9,7 +9,7 @@ const i18n = new VueI18n({
|
|||||||
'it-IT': require('./it-IT'),
|
'it-IT': require('./it-IT'),
|
||||||
'ar-SA': require('./ar-SA'),
|
'ar-SA': require('./ar-SA'),
|
||||||
'es-ES': require('./es-ES'),
|
'es-ES': require('./es-ES'),
|
||||||
'fr-FR': require('./fr-FR'),
|
'fr-FR': require('./fr-FR')
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
export default i18n;
|
export default i18n;
|
||||||
|
@ -72,19 +72,5 @@ module.exports = {
|
|||||||
numberOfInserts: 'Numero di insert',
|
numberOfInserts: 'Numero di insert',
|
||||||
openNewTab: 'Apri nuova scheda',
|
openNewTab: 'Apri nuova scheda',
|
||||||
affectedRows: 'Righe interessate'
|
affectedRows: 'Righe interessate'
|
||||||
},
|
|
||||||
// Date and Time
|
|
||||||
short: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric'
|
|
||||||
},
|
|
||||||
long: {
|
|
||||||
year: 'numeric',
|
|
||||||
month: 'short',
|
|
||||||
day: 'numeric',
|
|
||||||
weekday: 'short',
|
|
||||||
hour: 'numeric',
|
|
||||||
minute: 'numeric'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -3,5 +3,5 @@ export default {
|
|||||||
'it-IT': 'Italiano',
|
'it-IT': 'Italiano',
|
||||||
'ar-SA': 'العربية',
|
'ar-SA': 'العربية',
|
||||||
'es-ES': 'Español',
|
'es-ES': 'Español',
|
||||||
'fr-FR': 'Français',
|
'fr-FR': 'Français'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user