1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: update README.md

This commit is contained in:
2021-02-17 09:13:50 +01:00
parent bcadac6e95
commit 2c6e35288f
8 changed files with 4 additions and 73 deletions

View File

@@ -69,19 +69,5 @@ module.exports = {
uploadFile: 'رفع ملف',
addNewRow: 'إضافة صف جديد',
numberOfInserts: 'عدد الإدراجات'
},
// Date and Time
short: {
year: 'numeric',
month: 'short',
day: 'numeric'
},
long: {
year: 'numeric',
month: 'short',
day: 'numeric',
weekday: 'short',
hour: 'numeric',
minute: 'numeric'
}
};

View File

@@ -348,19 +348,5 @@ module.exports = {
model: 'Model',
fuel: 'Fuel',
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'
}
};

View File

@@ -72,19 +72,5 @@ module.exports = {
numberOfInserts: 'Numero de inserciones',
openNewTab: 'Abrir nueva pestaña',
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'
}
};

View File

@@ -348,19 +348,5 @@ module.exports = {
model: 'Modèle',
fuel: 'Carburant',
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'
}
};

View File

@@ -9,7 +9,7 @@ const i18n = new VueI18n({
'it-IT': require('./it-IT'),
'ar-SA': require('./ar-SA'),
'es-ES': require('./es-ES'),
'fr-FR': require('./fr-FR'),
'fr-FR': require('./fr-FR')
}
});
export default i18n;

View File

@@ -72,19 +72,5 @@ module.exports = {
numberOfInserts: 'Numero di insert',
openNewTab: 'Apri nuova scheda',
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'
}
};

View File

@@ -3,5 +3,5 @@ export default {
'it-IT': 'Italiano',
'ar-SA': 'العربية',
'es-ES': 'Español',
'fr-FR': 'Français',
'fr-FR': 'Français'
};