From 5e8f5be245fd0126545ef5ca61c2d428ac128ad5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 08:27:14 +0100 Subject: [PATCH] feat: Updates for project File Browser (#5759) Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> --- frontend/src/i18n/ar.json | 3 ++- frontend/src/i18n/bg.json | 3 ++- frontend/src/i18n/ca.json | 3 ++- frontend/src/i18n/cs.json | 3 ++- frontend/src/i18n/de.json | 3 ++- frontend/src/i18n/el.json | 3 ++- frontend/src/i18n/es.json | 3 ++- frontend/src/i18n/fa.json | 3 ++- frontend/src/i18n/fr.json | 3 ++- frontend/src/i18n/he.json | 3 ++- frontend/src/i18n/hr.json | 3 ++- frontend/src/i18n/hu.json | 3 ++- frontend/src/i18n/is.json | 3 ++- frontend/src/i18n/it.json | 3 ++- frontend/src/i18n/ja.json | 3 ++- frontend/src/i18n/ko.json | 3 ++- frontend/src/i18n/lv.json | 3 ++- frontend/src/i18n/lv_LV.json | 3 ++- frontend/src/i18n/nl-be.json | 3 ++- frontend/src/i18n/nl.json | 3 ++- frontend/src/i18n/no.json | 3 ++- frontend/src/i18n/pl.json | 3 ++- frontend/src/i18n/pt-br.json | 3 ++- frontend/src/i18n/pt.json | 3 ++- frontend/src/i18n/ro.json | 3 ++- frontend/src/i18n/ru.json | 3 ++- frontend/src/i18n/sk.json | 3 ++- frontend/src/i18n/sv-se.json | 3 ++- frontend/src/i18n/tr.json | 3 ++- frontend/src/i18n/uk.json | 3 ++- frontend/src/i18n/vi.json | 3 ++- frontend/src/i18n/zh-cn.json | 3 ++- frontend/src/i18n/zh-tw.json | 3 ++- 33 files changed, 66 insertions(+), 33 deletions(-) diff --git a/frontend/src/i18n/ar.json b/frontend/src/i18n/ar.json index b8f431eb..19662682 100644 --- a/frontend/src/i18n/ar.json +++ b/frontend/src/i18n/ar.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "حدد الملف أو المجلد", diff --git a/frontend/src/i18n/bg.json b/frontend/src/i18n/bg.json index d1388d3f..cec17ec9 100644 --- a/frontend/src/i18n/bg.json +++ b/frontend/src/i18n/bg.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "избери файл или директория", diff --git a/frontend/src/i18n/ca.json b/frontend/src/i18n/ca.json index 2ca2b5d4..2d5b2d0a 100644 --- a/frontend/src/i18n/ca.json +++ b/frontend/src/i18n/ca.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "seleccionar fitxer o carpeta", diff --git a/frontend/src/i18n/cs.json b/frontend/src/i18n/cs.json index d57c4336..119b0ed0 100644 --- a/frontend/src/i18n/cs.json +++ b/frontend/src/i18n/cs.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "vyberte soubor nebo adresář", diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index df3bc0bd..ab276106 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -88,7 +88,8 @@ "comma": "Komma (,)", "semicolon": "Semikolon (;)", "both": "Beides (,) und (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "Datei oder Verzeichnis auswählen", diff --git a/frontend/src/i18n/el.json b/frontend/src/i18n/el.json index 04e837f3..ce9054c0 100644 --- a/frontend/src/i18n/el.json +++ b/frontend/src/i18n/el.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "επιλέξτε αρχείο ή φάκελο", diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index aaab108b..8e46a26d 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "seleccionar archivo o carpeta", diff --git a/frontend/src/i18n/fa.json b/frontend/src/i18n/fa.json index 3484d3a0..c691c30d 100644 --- a/frontend/src/i18n/fa.json +++ b/frontend/src/i18n/fa.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "انتخاب فایل یا پوشه", diff --git a/frontend/src/i18n/fr.json b/frontend/src/i18n/fr.json index fb2cd2c6..d187d350 100644 --- a/frontend/src/i18n/fr.json +++ b/frontend/src/i18n/fr.json @@ -88,7 +88,8 @@ "comma": "Virgule (,)", "semicolon": "Point-virgule (;)", "both": "Les (,) et (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "Sélectionner un fichier ou dossier", diff --git a/frontend/src/i18n/he.json b/frontend/src/i18n/he.json index f340feca..86270547 100644 --- a/frontend/src/i18n/he.json +++ b/frontend/src/i18n/he.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "בחר קובץ או תיקייה", diff --git a/frontend/src/i18n/hr.json b/frontend/src/i18n/hr.json index e21ffd80..d444dcd4 100644 --- a/frontend/src/i18n/hr.json +++ b/frontend/src/i18n/hr.json @@ -88,7 +88,8 @@ "comma": "Zarez (,)", "semicolon": "Točka zarez (;)", "both": "I (,) i (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "odaberi datoteku ili mapu", diff --git a/frontend/src/i18n/hu.json b/frontend/src/i18n/hu.json index f6d856cf..bb0d3c48 100644 --- a/frontend/src/i18n/hu.json +++ b/frontend/src/i18n/hu.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "mappa vagy fájl kijelölése", diff --git a/frontend/src/i18n/is.json b/frontend/src/i18n/is.json index 01b3ace6..6cbdcb35 100644 --- a/frontend/src/i18n/is.json +++ b/frontend/src/i18n/is.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "velja skjal eða möppu", diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json index ad54172c..db3b64a2 100644 --- a/frontend/src/i18n/it.json +++ b/frontend/src/i18n/it.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "seleziona un file o una cartella", diff --git a/frontend/src/i18n/ja.json b/frontend/src/i18n/ja.json index 44beb9cb..bf36fc11 100644 --- a/frontend/src/i18n/ja.json +++ b/frontend/src/i18n/ja.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "ファイルやフォルダーを選択", diff --git a/frontend/src/i18n/ko.json b/frontend/src/i18n/ko.json index d56a5244..31c10ced 100644 --- a/frontend/src/i18n/ko.json +++ b/frontend/src/i18n/ko.json @@ -88,7 +88,8 @@ "comma": "반점 (,)", "semicolon": "쌍반점 (;)", "both": "(,) 및 (;) 모두" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "파일 또는 디렉터리 선택", diff --git a/frontend/src/i18n/lv.json b/frontend/src/i18n/lv.json index c7e1d02f..bc62eb14 100644 --- a/frontend/src/i18n/lv.json +++ b/frontend/src/i18n/lv.json @@ -88,7 +88,8 @@ "comma": "Komats (,)", "semicolon": "Semikols (;)", "both": "Gan (,) gan (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "atlasiet failu vai direktoriju", diff --git a/frontend/src/i18n/lv_LV.json b/frontend/src/i18n/lv_LV.json index c6af9aed..49a85bc6 100644 --- a/frontend/src/i18n/lv_LV.json +++ b/frontend/src/i18n/lv_LV.json @@ -88,7 +88,8 @@ "comma": "Komats (,)", "semicolon": "Semikols (;)", "both": "Gan (,) gan (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "atlasiet failu vai direktoriju", diff --git a/frontend/src/i18n/nl-be.json b/frontend/src/i18n/nl-be.json index a5fcb062..dfcdeb69 100644 --- a/frontend/src/i18n/nl-be.json +++ b/frontend/src/i18n/nl-be.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "selecteer bestand of map", diff --git a/frontend/src/i18n/nl.json b/frontend/src/i18n/nl.json index 5c840b30..4cc992ee 100644 --- a/frontend/src/i18n/nl.json +++ b/frontend/src/i18n/nl.json @@ -88,7 +88,8 @@ "comma": "Komma (,)", "semicolon": "Puntkomma (;)", "both": "Beide (,) en (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "selecteer bestand of map", diff --git a/frontend/src/i18n/no.json b/frontend/src/i18n/no.json index 3a5e7bdd..c38573d5 100644 --- a/frontend/src/i18n/no.json +++ b/frontend/src/i18n/no.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "velg fil eller katalog", diff --git a/frontend/src/i18n/pl.json b/frontend/src/i18n/pl.json index 64b9f04a..45f3d8f2 100644 --- a/frontend/src/i18n/pl.json +++ b/frontend/src/i18n/pl.json @@ -88,7 +88,8 @@ "comma": "Przecinek (,)", "semicolon": "Średnik (;)", "both": "Zarówno (,), jak i (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "zaznacz plik lub folder", diff --git a/frontend/src/i18n/pt-br.json b/frontend/src/i18n/pt-br.json index f6aa8f4e..42d3d140 100644 --- a/frontend/src/i18n/pt-br.json +++ b/frontend/src/i18n/pt-br.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "selecionar pasta ou arquivo", diff --git a/frontend/src/i18n/pt.json b/frontend/src/i18n/pt.json index dcacf3b6..bf1d3313 100644 --- a/frontend/src/i18n/pt.json +++ b/frontend/src/i18n/pt.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "selecionar pasta ou ficheiro", diff --git a/frontend/src/i18n/ro.json b/frontend/src/i18n/ro.json index c80c4e28..709bb11e 100644 --- a/frontend/src/i18n/ro.json +++ b/frontend/src/i18n/ro.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "alege fișier sau director", diff --git a/frontend/src/i18n/ru.json b/frontend/src/i18n/ru.json index 60b211f6..5ce4112c 100644 --- a/frontend/src/i18n/ru.json +++ b/frontend/src/i18n/ru.json @@ -88,7 +88,8 @@ "comma": "Запятая (,)", "semicolon": "Точка с запятой (;)", "both": "Оба варианта — (,) и (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "выбрать файл или каталог", diff --git a/frontend/src/i18n/sk.json b/frontend/src/i18n/sk.json index 201d2d3d..730e729c 100644 --- a/frontend/src/i18n/sk.json +++ b/frontend/src/i18n/sk.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "vyberie súbor alebo priečinok", diff --git a/frontend/src/i18n/sv-se.json b/frontend/src/i18n/sv-se.json index 642252d9..9b6ec8a0 100644 --- a/frontend/src/i18n/sv-se.json +++ b/frontend/src/i18n/sv-se.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "välj fil eller mapp", diff --git a/frontend/src/i18n/tr.json b/frontend/src/i18n/tr.json index f83e7103..40881d35 100644 --- a/frontend/src/i18n/tr.json +++ b/frontend/src/i18n/tr.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "dosya veya klasör seçin", diff --git a/frontend/src/i18n/uk.json b/frontend/src/i18n/uk.json index 782b86e9..e38e309c 100644 --- a/frontend/src/i18n/uk.json +++ b/frontend/src/i18n/uk.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "вибрати файл чи каталог", diff --git a/frontend/src/i18n/vi.json b/frontend/src/i18n/vi.json index 65e7fe01..72f5c160 100644 --- a/frontend/src/i18n/vi.json +++ b/frontend/src/i18n/vi.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "chọn tập tin hoặc thư mục", diff --git a/frontend/src/i18n/zh-cn.json b/frontend/src/i18n/zh-cn.json index da7e2b2d..0ec45a4e 100644 --- a/frontend/src/i18n/zh-cn.json +++ b/frontend/src/i18n/zh-cn.json @@ -88,7 +88,8 @@ "comma": "逗号 (,)", "semicolon": "分号 (;)", "both": "逗号 (,) 和分号 (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "选择文件或文件夹", diff --git a/frontend/src/i18n/zh-tw.json b/frontend/src/i18n/zh-tw.json index c0cafc3d..cbee96be 100644 --- a/frontend/src/i18n/zh-tw.json +++ b/frontend/src/i18n/zh-tw.json @@ -88,7 +88,8 @@ "comma": "Comma (,)", "semicolon": "Semicolon (;)", "both": "Both (,) and (;)" - } + }, + "fileEncoding": "File Encoding" }, "help": { "click": "選擇檔案或目錄",