[apps/i18n] Added country support

Added a list of supported countries to I18n, and created messages for
each country's names in each language.

Change-Id: I1b887d75da980d99e21f89cc151249e42c78de88
This commit is contained in:
Gabriel Ozouf
2020-06-18 17:20:24 +02:00
committed by Émilie Feral
parent 87591369b8
commit d156c8c99e
11 changed files with 100 additions and 6 deletions

View File

@@ -12,6 +12,17 @@ Cancel = "Annullare"
ClearColumn = "Cancella la colonna"
ColumnOptions = "Opzioni colonna"
CopyColumnInList = "Copia colonna in una lista"
Country = "Paese"
CountryCA = "Canada "
CountryDE = "Germania "
CountryES = "Spagna "
CountryFR = "Francia "
CountryGB = "Regno Unito "
CountryIT = "Italia "
CountryNL = "Paesi Bassi "
CountryPT = "Portogallo "
CountryUS = "Stati Uniti "
CountryWW = "Internazionale "
DataNotSuitable = "I dati non sono adeguati"
DataTab = "Dati"
DefaultSetting = "Impostazioni di base"