diff --git a/translations/E'xample (1).json.es b/translations/E'xample (1).json.es index 854342f..567a3ef 100644 --- a/translations/E'xample (1).json.es +++ b/translations/E'xample (1).json.es @@ -6,5 +6,6 @@ "2": "%FileSizeLimit%MB", "3": "4ª and 4º ", "we": "Name of your cat", - "1234": "head" + "1234": "head", + "Dog": "Dog" } diff --git a/translations/E'xample (1).json.fr b/translations/E'xample (1).json.fr index 854342f..567a3ef 100644 --- a/translations/E'xample (1).json.fr +++ b/translations/E'xample (1).json.fr @@ -6,5 +6,6 @@ "2": "%FileSizeLimit%MB", "3": "4ª and 4º ", "we": "Name of your cat", - "1234": "head" + "1234": "head", + "Dog": "Dog" } diff --git a/translations/E'xample (1).json.pl b/translations/E'xample (1).json.pl index 854342f..bd9cf4b 100644 --- a/translations/E'xample (1).json.pl +++ b/translations/E'xample (1).json.pl @@ -1,10 +1,11 @@ { - "Key1": "Cat", - "Key2": "Dog", + "Key1": "Kotek", + "Key2": "Pies", "Key3": "Mouse", "1": "%FileSizeLimit%", "2": "%FileSizeLimit%MB", "3": "4ª and 4º ", - "we": "Name of your cat", - "1234": "head" + "we": "Nazwa kota", + "1234": "głowa", + "Dog": "Pies" }