diff --git a/CHANGELOG.md b/CHANGELOG.md index 7497a5acef..c9c7abac9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.42.0](https://github.com/tolgee/tolgee-platform/compare/v3.41.4...v3.42.0) (2023-12-22) + + +### Features + +* Enable big-meta (context storing) in key create / edit endpoints & optimize ([#2005](https://github.com/tolgee/tolgee-platform/issues/2005)) ([166d276](https://github.com/tolgee/tolgee-platform/commit/166d2765b988b6e1d17b47643bcb1e9271c6e731)) + ## [3.41.4](https://github.com/tolgee/tolgee-platform/compare/v3.41.3...v3.41.4) (2023-12-22) diff --git a/webapp/src/i18n/cs.json b/webapp/src/i18n/cs.json index ca8f4562c0..418f2f74a1 100644 --- a/webapp/src/i18n/cs.json +++ b/webapp/src/i18n/cs.json @@ -492,6 +492,7 @@ "import_file_issue_param_type_line" : "řádek: {value}", "import_file_issue_param_type_value" : "hodnota: {value}", "import_file_issues_title" : "Problémy souboru", + "import_files_uploaded" : "Soubory byly nahrány", "import_file_supported_formats" : "podporované formáty jsou .json, .xliff, .po", "import_language_select" : "Jazyk", "import_max_file_count_message" : "Příliš mnoho souborů", diff --git a/webapp/src/i18n/da.json b/webapp/src/i18n/da.json index 3ee0b96bb9..0505fa76e3 100644 --- a/webapp/src/i18n/da.json +++ b/webapp/src/i18n/da.json @@ -492,6 +492,7 @@ "import_file_issue_param_type_line" : "linje: {value}", "import_file_issue_param_type_value" : "værdi: {value}", "import_file_issues_title" : "Problemer med filer", + "import_files_uploaded" : "Filer uploaded", "import_file_supported_formats" : "understøttede formater er .json, .xliff, .po", "import_language_select" : "Sprog", "import_max_file_count_message" : "For mange filer", diff --git a/webapp/src/i18n/en.json b/webapp/src/i18n/en.json index 27a45c096e..b66d873f09 100644 --- a/webapp/src/i18n/en.json +++ b/webapp/src/i18n/en.json @@ -492,6 +492,7 @@ "import_file_issue_param_type_line" : "line: {value}", "import_file_issue_param_type_value" : "value: {value}", "import_file_issues_title" : "File issues", + "import_files_uploaded" : "Files uploaded", "import_file_supported_formats" : "supported formats are .json, .xliff, .po", "import_language_select" : "Language", "import_max_file_count_message" : "Too many files", diff --git a/webapp/src/i18n/ro.json b/webapp/src/i18n/ro.json index 7b470f242a..9ead080b07 100644 --- a/webapp/src/i18n/ro.json +++ b/webapp/src/i18n/ro.json @@ -492,6 +492,7 @@ "import_file_issue_param_type_line" : "linia: {value}", "import_file_issue_param_type_value" : "valoare: {value}", "import_file_issues_title" : "Probleme fișier", + "import_files_uploaded" : "Fișierele au fost încărcate", "import_file_supported_formats" : "Formatele suportate sunt .json, .xliff, .po", "import_language_select" : "Limba", "import_max_file_count_message" : "Prea multe fișiere",