diff --git a/frontend/src/i18n/ar.json b/frontend/src/i18n/ar.json
index 8044ec34..a3c08e11 100644
--- a/frontend/src/i18n/ar.json
+++ b/frontend/src/i18n/ar.json
@@ -1,7 +1,9 @@
{
"buttons": {
"cancel": "إلغاء",
+ "clear": "مسح",
"close": "إغلاق",
+ "continue": "متابعة",
"copy": "نسخ",
"copyFile": "نسخ الملف",
"copyToClipboard": "نسخ الى الحافظة",
@@ -11,6 +13,7 @@
"download": "تحميل",
"file": "ملف",
"folder": "مجلد",
+ "fullScreen": "تكبير/تصغير الشاشة",
"hideDotfiles": "إخفاء ملفات النقطة",
"info": "معلومات",
"more": "المزيد",
@@ -37,8 +40,7 @@
"toggleSidebar": "تبديل الشريط الجانبي",
"update": "تحديث",
"upload": "رفع",
- "openFile": "فتح الملف",
- "continue": "متابعة"
+ "openFile": "فتح الملف"
},
"download": {
"downloadFile": "تحميل الملف",
@@ -56,7 +58,6 @@
},
"files": {
"body": "الصفحة",
- "clear": "مسح",
"closePreview": "إغلاق العرض",
"files": "الملفات",
"folders": "المجلدات",
diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json
index c0028027..602dfdcc 100644
--- a/frontend/src/i18n/de.json
+++ b/frontend/src/i18n/de.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Abbrechen",
+ "clear": "Schließen",
"close": "Schließen",
"copy": "Kopieren",
"copyFile": "Kopiere Datei",
@@ -36,8 +37,7 @@
"toggleSidebar": "Seitenleiste anzeigen",
"update": "Update",
"upload": "Upload",
- "openFile": "Datei öffnen",
- "continue": "Fortfahren"
+ "openFile": "Datei öffnen"
},
"download": {
"downloadFile": "Download Datei",
@@ -52,7 +52,6 @@
},
"files": {
"body": "Body",
- "clear": "Schließen",
"closePreview": "Vorschau schließen",
"files": "Dateien",
"folders": "Ordner",
@@ -88,6 +87,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
diff --git a/frontend/src/i18n/el.json b/frontend/src/i18n/el.json
index f0085b33..943f1451 100644
--- a/frontend/src/i18n/el.json
+++ b/frontend/src/i18n/el.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Ακύρωση",
+ "clear": "Καθαρισμός",
"close": "Κλείσιμο",
"copy": "Αντιγραφή",
"copyFile": "Αντιγραφή αρχείου",
@@ -36,8 +37,7 @@
"toggleSidebar": "(Απ-)ενεργοποίησης της πλευρικής μπάρας",
"update": "Ενημέρωση",
"upload": "Μεταφόρτωση",
- "openFile": "Άνοιγμα αρχείου",
- "continue": "Συνέχεια"
+ "openFile": "Άνοιγμα αρχείου"
},
"download": {
"downloadFile": "Λήψη αρχείου",
@@ -55,7 +55,6 @@
},
"files": {
"body": "Περιεχόμενο",
- "clear": "Καθαρισμός",
"closePreview": "Κλείσιμο προεπισκόπησης",
"files": "Αρχεία",
"folders": "Φάκελοι",
diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json
index cfda0b0e..6af16662 100644
--- a/frontend/src/i18n/en.json
+++ b/frontend/src/i18n/en.json
@@ -1,7 +1,9 @@
{
"buttons": {
"cancel": "Cancel",
+ "clear": "Clear",
"close": "Close",
+ "continue": "Continue",
"copy": "Copy",
"copyFile": "Copy file",
"copyToClipboard": "Copy to clipboard",
@@ -11,6 +13,7 @@
"download": "Download",
"file": "File",
"folder": "Folder",
+ "fullScreen": "Toggle full screen",
"hideDotfiles": "Hide dotfiles",
"info": "Info",
"more": "More",
@@ -37,8 +40,7 @@
"toggleSidebar": "Toggle sidebar",
"update": "Update",
"upload": "Upload",
- "openFile": "Open file",
- "continue": "Continue"
+ "openFile": "Open file"
},
"download": {
"downloadFile": "Download File",
@@ -56,7 +58,6 @@
},
"files": {
"body": "Body",
- "clear": "Clear",
"closePreview": "Close preview",
"files": "Files",
"folders": "Folders",
diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json
index 76af4ba2..a0015ced 100644
--- a/frontend/src/i18n/es.json
+++ b/frontend/src/i18n/es.json
@@ -1,7 +1,9 @@
{
"buttons": {
"cancel": "Cancelar",
+ "clear": "Limpiar",
"close": "Cerrar",
+ "continue": "Continuar",
"copy": "Copiar",
"copyFile": "Copiar archivo",
"copyToClipboard": "Copiar al portapapeles",
@@ -51,7 +53,6 @@
},
"files": {
"body": "Cuerpo",
- "clear": "Limpiar",
"closePreview": "Cerrar vista previa",
"files": "Archivos",
"folders": "Carpetas",
diff --git a/frontend/src/i18n/fr.json b/frontend/src/i18n/fr.json
index d1ebbdca..0578c7fc 100644
--- a/frontend/src/i18n/fr.json
+++ b/frontend/src/i18n/fr.json
@@ -1,15 +1,19 @@
{
"buttons": {
"cancel": "Annuler",
+ "clear": "Effacer",
"close": "Fermer",
+ "continue": "Continuer",
"copy": "Copier",
"copyFile": "Copier le fichier",
"copyToClipboard": "Copier dans le presse-papier",
+ "copyDownloadLinkToClipboard": "Copier le lien de téléchargement dans le presse-papier",
"create": "Créer",
"delete": "Supprimer",
"download": "Télécharger",
"file": "Fichier",
"folder": "Dossier",
+ "fullScreen": "Plein écran",
"hideDotfiles": "Masquer les dotfiles",
"info": "Info",
"more": "Plus",
@@ -51,7 +55,6 @@
},
"files": {
"body": "Corps",
- "clear": "Fermer",
"closePreview": "Fermer la prévisualisation",
"files": "Fichiers",
"folders": "Dossiers",
@@ -87,21 +90,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/he.json b/frontend/src/i18n/he.json
index b6c8da9a..42359d0d 100644
--- a/frontend/src/i18n/he.json
+++ b/frontend/src/i18n/he.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "ביטול",
+ "clear": "נקה",
"close": "סגירה",
"copy": "העתק",
"copyFile": "העתק קובץ",
@@ -51,7 +52,6 @@
},
"files": {
"body": "גוף",
- "clear": "נקה",
"closePreview": "סגירת תצוגה מקדימה",
"files": "קבצים",
"folders": "תקיות",
@@ -87,6 +87,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
diff --git a/frontend/src/i18n/hu.json b/frontend/src/i18n/hu.json
index 28996e77..34bbe862 100644
--- a/frontend/src/i18n/hu.json
+++ b/frontend/src/i18n/hu.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Mégse",
+ "clear": "Törlése",
"close": "Bezárás",
"copy": "Másolás",
"copyFile": "Fájl másolása",
@@ -51,7 +52,6 @@
},
"files": {
"body": "Törzs",
- "clear": "Törlése",
"closePreview": "Előnézet bezárása",
"files": "Fájlok",
"folders": "Mappák",
@@ -87,6 +87,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
diff --git a/frontend/src/i18n/is.json b/frontend/src/i18n/is.json
index b0bcd1a6..6cc6af1d 100644
--- a/frontend/src/i18n/is.json
+++ b/frontend/src/i18n/is.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Hætta við",
+ "clear": "Hreinsa",
"close": "Loka",
"copy": "Afrita",
"copyFile": "Afrita skjal",
@@ -46,7 +47,6 @@
},
"files": {
"body": "Meginmál",
- "clear": "Hreinsa",
"closePreview": "Loka forskoðun",
"files": "Skjöl",
"folders": "Möppur",
@@ -81,21 +81,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json
index 7fafbaaf..5e5291a7 100644
--- a/frontend/src/i18n/it.json
+++ b/frontend/src/i18n/it.json
@@ -1,7 +1,9 @@
{
"buttons": {
"cancel": "Annulla",
+ "clear": "Cancella",
"close": "Chiudi",
+ "continue": "Continua",
"copy": "Copia",
"copyFile": "Copia file",
"copyToClipboard": "Copia negli appunti",
@@ -46,7 +48,6 @@
},
"files": {
"body": "Contenuto",
- "clear": "Cancella",
"closePreview": "Chiudi anteprima",
"files": "File",
"folders": "Cartelle",
@@ -81,21 +82,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/ja.json b/frontend/src/i18n/ja.json
index f95e4d8d..856597ba 100644
--- a/frontend/src/i18n/ja.json
+++ b/frontend/src/i18n/ja.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "キャンセル",
+ "clear": "クリアー",
"close": "閉じる",
"copy": "コピー",
"copyFile": "ファイルをコピー",
@@ -46,7 +47,6 @@
},
"files": {
"body": "本文",
- "clear": "クリアー",
"closePreview": "プレビューを閉じる",
"files": "ファイル",
"folders": "フォルダ",
@@ -81,21 +81,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/ko.json b/frontend/src/i18n/ko.json
index 47985e0a..4924d8ca 100644
--- a/frontend/src/i18n/ko.json
+++ b/frontend/src/i18n/ko.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "취소",
+ "clear": "지우기",
"close": "닫기",
"copy": "복사",
"copyFile": "파일 복사",
@@ -46,7 +47,6 @@
},
"files": {
"body": "본문",
- "clear": "지우기",
"closePreview": "미리보기 닫기",
"files": "파일",
"folders": "폴더",
@@ -81,21 +81,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/nl-be.json b/frontend/src/i18n/nl-be.json
index bc8ac981..9147acac 100644
--- a/frontend/src/i18n/nl-be.json
+++ b/frontend/src/i18n/nl-be.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Annuleren",
+ "clear": "Wissen",
"close": "Sluiten",
"copy": "Kopiëren",
"copyFile": "Bestand kopiëren",
@@ -46,7 +47,6 @@
},
"files": {
"body": "Body",
- "clear": "Wissen",
"closePreview": "Voorvertoon sluiten",
"files": "Bestanden",
"folders": "Mappen",
@@ -79,27 +79,28 @@
"languages": {
"he": "עברית",
"hu": "Magyar",
- "ar": "Arabisch",
- "de": "Duits",
- "en": "Engels",
- "es": "Spaans",
- "fr": "Frans",
- "is": "",
- "it": "Italiaans",
- "ja": "Japans",
- "ko": "Koreaans",
- "nlBE": "",
- "pl": "Pools",
- "pt": "Portugees",
- "ptBR": "Portugees (Brazilië)",
- "ro": "",
- "ru": "Russisch",
+ "ar": "العربية",
+ "de": "Deutsch",
+ "el": "Ελληνικά",
+ "en": "English",
+ "es": "Español",
+ "fr": "Français",
+ "is": "Icelandic",
+ "it": "Italiano",
+ "ja": "日本語",
+ "ko": "한국어",
+ "nlBE": "Dutch (Belgium)",
+ "pl": "Polski",
+ "pt": "Português",
+ "ptBR": "Português (Brasil)",
+ "ro": "Romanian",
+ "ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
- "zhCN": "Chinees (vereenvoudigd)",
- "zhTW": "Chinees (traditioneel)"
+ "zhCN": "中文 (简体)",
+ "zhTW": "中文 (繁體)"
},
"login": {
"createAnAccount": "Account aanmaken",
diff --git a/frontend/src/i18n/pl.json b/frontend/src/i18n/pl.json
index 9bb22c99..8f7eb72d 100644
--- a/frontend/src/i18n/pl.json
+++ b/frontend/src/i18n/pl.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Anuluj",
+ "clear": "Wyczyść",
"close": "Zamknij",
"copy": "Kopiuj",
"copyFile": "Kopiuj plik",
@@ -46,7 +47,6 @@
},
"files": {
"body": "Body",
- "clear": "Wyczyść",
"closePreview": "Zamknij poprzednie",
"files": "Pliki",
"folders": "Foldery",
@@ -81,21 +81,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "Íslenska",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "Nederlands (België)",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "Română",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "Svenska (Sverige)",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/pt-br.json b/frontend/src/i18n/pt-br.json
index d399d8f8..ae9c7bdb 100644
--- a/frontend/src/i18n/pt-br.json
+++ b/frontend/src/i18n/pt-br.json
@@ -1,7 +1,9 @@
{
"buttons": {
"cancel": "Cancelar",
+ "clear": "Limpar",
"close": "Fechar",
+ "continue": "Continuar",
"copy": "Copiar",
"copyFile": "Copiar arquivo",
"copyToClipboard": "Copiar",
@@ -51,7 +53,6 @@
},
"files": {
"body": "Corpo",
- "clear": "Limpar",
"closePreview": "Fechar pré-visualização",
"files": "Arquivos",
"folders": "Pastas",
@@ -87,21 +88,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/pt.json b/frontend/src/i18n/pt.json
index ff258b91..7b7d14e4 100644
--- a/frontend/src/i18n/pt.json
+++ b/frontend/src/i18n/pt.json
@@ -1,7 +1,9 @@
{
"buttons": {
"cancel": "Cancelar",
+ "clear": "Limpar",
"close": "Fechar",
+ "continue": "Continuar",
"copy": "Copiar",
"copyFile": "Copiar ficheiro",
"copyToClipboard": "Copiar",
@@ -46,7 +48,6 @@
},
"files": {
"body": "Corpo",
- "clear": "Limpar",
"closePreview": "Fechar pré-visualização",
"files": "Ficheiros",
"folders": "Pastas",
@@ -79,27 +80,28 @@
"languages": {
"he": "עברית",
"hu": "Magyar",
- "ar": "Árabe",
- "de": "Alemão",
- "en": "Inglês",
- "es": "Espanhol",
- "fr": "Francês",
- "is": "",
+ "ar": "العربية",
+ "de": "Deutsch",
+ "el": "Ελληνικά",
+ "en": "English",
+ "es": "Español",
+ "fr": "Français",
+ "is": "Icelandic",
"it": "Italiano",
- "ja": "Japonês",
- "ko": "Coreano",
- "nlBE": "",
- "pl": "Polaco",
+ "ja": "日本語",
+ "ko": "한국어",
+ "nlBE": "Dutch (Belgium)",
+ "pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
- "ru": "Russo",
+ "ro": "Romanian",
+ "ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
- "zhCN": "Chinês simplificado",
- "zhTW": "Chinês tradicional"
+ "zhCN": "中文 (简体)",
+ "zhTW": "中文 (繁體)"
},
"login": {
"createAnAccount": "Criar uma conta",
diff --git a/frontend/src/i18n/ro.json b/frontend/src/i18n/ro.json
index fad1b735..f580eec2 100644
--- a/frontend/src/i18n/ro.json
+++ b/frontend/src/i18n/ro.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Anulează",
+ "clear": "Curăță",
"close": "Închide",
"copy": "Copiază",
"copyFile": "Copiază fișier",
@@ -46,7 +47,6 @@
},
"files": {
"body": "Corp",
- "clear": "Curăță",
"closePreview": "Închide previzualizarea",
"files": "Fișiere",
"folders": "Directoare",
@@ -81,21 +81,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/ru.json b/frontend/src/i18n/ru.json
index 9e7d96bd..35c06a39 100644
--- a/frontend/src/i18n/ru.json
+++ b/frontend/src/i18n/ru.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Отмена",
+ "clear": "Очистить",
"close": "Закрыть",
"copy": "Копировать",
"copyFile": "Скопировать файл",
@@ -51,7 +52,6 @@
},
"files": {
"body": "Тело",
- "clear": "Очистить",
"closePreview": "Закрыть",
"files": "Файлы",
"folders": "Папки",
@@ -87,6 +87,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
diff --git a/frontend/src/i18n/sk.json b/frontend/src/i18n/sk.json
index 0349d78f..8243b40c 100644
--- a/frontend/src/i18n/sk.json
+++ b/frontend/src/i18n/sk.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Zrušiť",
+ "clear": "Zrušiť výber",
"close": "Zavrieť",
"copy": "Kopírovať",
"copyFile": "Kopírovať súbor",
@@ -51,7 +52,6 @@
},
"files": {
"body": "Telo",
- "clear": "Zrušiť výber",
"closePreview": "Zavrieť náhľad",
"files": "Súbory",
"folders": "Priečinky",
@@ -87,6 +87,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
diff --git a/frontend/src/i18n/sv-se.json b/frontend/src/i18n/sv-se.json
index cea765f4..4a7bd5fc 100644
--- a/frontend/src/i18n/sv-se.json
+++ b/frontend/src/i18n/sv-se.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Avbryt",
+ "clear": "Rensa",
"close": "Stäng",
"copy": "Kopiera",
"copyFile": "Kopiera fil",
@@ -46,7 +47,6 @@
},
"files": {
"body": "Huvud",
- "clear": "Rensa",
"closePreview": "Stäng förhands granskningen",
"files": "Filer",
"folders": "Mappar",
@@ -81,21 +81,22 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
- "is": "",
+ "is": "Icelandic",
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
- "ro": "",
+ "ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/i18n/tr.json b/frontend/src/i18n/tr.json
index e24f642f..b8cd6446 100644
--- a/frontend/src/i18n/tr.json
+++ b/frontend/src/i18n/tr.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Vazgeç",
+ "clear": "Temizle",
"close": "Kapat",
"copy": "Kopyala",
"copyFile": "Dosyayı kopyala",
@@ -49,7 +50,6 @@
},
"files": {
"body": "Sayfa",
- "clear": "Temizle",
"closePreview": "Önizlemeyi kapat",
"files": "Dosyalar",
"folders": "Klasörler",
@@ -85,6 +85,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
diff --git a/frontend/src/i18n/uk.json b/frontend/src/i18n/uk.json
index 8ee0a570..dceac2a2 100644
--- a/frontend/src/i18n/uk.json
+++ b/frontend/src/i18n/uk.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "Відмінити",
+ "clear": "Очистити",
"close": "Закрити",
"copy": "Копіювати",
"copyFile": "Копіювати файл",
@@ -51,7 +52,6 @@
},
"files": {
"body": "Тіло",
- "clear": "Очистити",
"closePreview": "Закрити",
"files": "Файли",
"folders": "Папки",
@@ -87,6 +87,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
diff --git a/frontend/src/i18n/zh-cn.json b/frontend/src/i18n/zh-cn.json
index 80307412..e6e0efaf 100644
--- a/frontend/src/i18n/zh-cn.json
+++ b/frontend/src/i18n/zh-cn.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "取消",
+ "clear": "清空",
"close": "关闭",
"copy": "复制",
"copyFile": "复制文件",
@@ -51,7 +52,6 @@
},
"files": {
"body": "内容",
- "clear": "清空",
"closePreview": "关闭预览",
"files": "文件",
"folders": "文件夹",
@@ -87,6 +87,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
@@ -94,18 +95,18 @@
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "Dutch(Belgium)",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
- "ptBR": "Português(Brasil)",
+ "ptBR": "Português (Brasil)",
"ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "Swedish(Sweden)",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
- "zhCN": "中文(简体)",
- "zhTW": "中文(繁體)"
+ "zhCN": "中文 (简体)",
+ "zhTW": "中文 (繁體)"
},
"login": {
"createAnAccount": "创建用户",
diff --git a/frontend/src/i18n/zh-tw.json b/frontend/src/i18n/zh-tw.json
index 6f6b991a..43ad20ee 100644
--- a/frontend/src/i18n/zh-tw.json
+++ b/frontend/src/i18n/zh-tw.json
@@ -1,6 +1,7 @@
{
"buttons": {
"cancel": "取消",
+ "clear": "清空",
"close": "關閉",
"copy": "複製",
"copyFile": "複製檔案",
@@ -46,7 +47,6 @@
},
"files": {
"body": "内容",
- "clear": "清空",
"closePreview": "關閉預覽",
"files": "檔案",
"folders": "資料夾",
@@ -81,6 +81,7 @@
"hu": "Magyar",
"ar": "العربية",
"de": "Deutsch",
+ "el": "Ελληνικά",
"en": "English",
"es": "Español",
"fr": "Français",
@@ -88,14 +89,14 @@
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
- "nlBE": "Dutch(Belgium)",
+ "nlBE": "Dutch (Belgium)",
"pl": "Polski",
"pt": "Português",
"ptBR": "Português (Brasil)",
"ro": "Romanian",
"ru": "Русский",
"sk": "Slovenčina",
- "svSE": "Swedish(Sweden)",
+ "svSE": "Swedish (Sweden)",
"tr": "Türkçe",
"uk": "Українська",
"zhCN": "中文 (简体)",
diff --git a/frontend/src/views/Share.vue b/frontend/src/views/Share.vue
index 2e7fedf9..e1f14196 100644
--- a/frontend/src/views/Share.vue
+++ b/frontend/src/views/Share.vue
@@ -158,8 +158,8 @@
@click="() => (fileStore.multiple = false)"
tabindex="0"
role="button"
- :data-title="t('files.clear')"
- :aria-label="t('files.clear')"
+ :data-title="t('buttons.clear')"
+ :aria-label="t('buttons.clear')"
class="action"
>
clear
diff --git a/frontend/src/views/files/FileListing.vue b/frontend/src/views/files/FileListing.vue
index 0cd1556b..70e898df 100644
--- a/frontend/src/views/files/FileListing.vue
+++ b/frontend/src/views/files/FileListing.vue
@@ -263,8 +263,8 @@
@click="() => (fileStore.multiple = false)"
tabindex="0"
role="button"
- :title="t('files.clear')"
- :aria-label="t('files.clear')"
+ :title="t('buttons.clear')"
+ :aria-label="t('buttons.clear')"
class="action"
>
clear