Add missing translations (#3034)

* Add missing translations

* Add a simple way to check if an i18n key exists

There is a rule in the makefile to access it directly
This commit is contained in:
Alexis Degrugillier authored and GitHub committed 2020-06-05 20:16:04 +02:00
1 parent 36bda2e715
commit 8c4d71da2e
19 files changed
+70 -7

No files matched your search

+2
View File
@@ -36,6 +36,7 @@ return array(
),
'extensions' => array(
'already_enabled' => '%s è già abilitata',
'cannot_remove' => '%s cannot be removed', // TODO - Translation
'disable' => array(
'ko' => '%s non può essere disabilitata. <a href="%s">Verifica i logs</a> per dettagli.',
'ok' => '%s è disabilitata',
@@ -47,6 +48,7 @@ return array(
'no_access' => 'Accesso negato a %s',
'not_enabled' => '%s non abilitato',
'not_found' => '%s non disponibile',
'removed' => '%s removed', // TODO - Translation
),
'import_export' => array(
'export_no_zip_extension' => 'Estensione ZIP non presente sul server. Per favore esporta i files singolarmente.',