[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 = "Abbrechen"
ClearColumn = "Spalte löschen"
ColumnOptions = "Optionen der Spalte"
CopyColumnInList = "Die Spalte in einer Liste kopieren"
Country = "Land"
CountryCA = "Kanada "
CountryDE = "Deutschland "
CountryES = "Spanien "
CountryFR = "Frankreich "
CountryGB = "Vereinigtes Königreich "
CountryIT = "Italien "
CountryNL = "Niederlande "
CountryPT = "Portugal "
CountryUS = "Vereinigte Staaten "
CountryWW = "International "
DataNotSuitable = "Daten nicht geeignet"
DataTab = "Daten"
DefaultSetting = "Grundeinstellung"