From 02f694f585a9689ddf2475d9b1fe029fb76e2285 Mon Sep 17 00:00:00 2001 From: ameer2468 <33054370+ameer2468@users.noreply.github.com> Date: Thu, 9 May 2024 15:43:37 +0300 Subject: [PATCH] fix size keys i8n --- interface/locales/ar/common.json | 10 +++++----- interface/locales/be/common.json | 10 +++++----- interface/locales/de/common.json | 10 +++++----- interface/locales/en/common.json | 10 +++++----- interface/locales/es/common.json | 10 +++++----- interface/locales/fr/common.json | 10 +++++----- interface/locales/it/common.json | 10 +++++----- interface/locales/ja/common.json | 10 +++++----- interface/locales/nl/common.json | 10 +++++----- interface/locales/ru/common.json | 10 +++++----- interface/locales/tr/common.json | 10 +++++----- interface/locales/zh-CN/common.json | 10 +++++----- interface/locales/zh-TW/common.json | 10 +++++----- 13 files changed, 65 insertions(+), 65 deletions(-) diff --git a/interface/locales/ar/common.json b/interface/locales/ar/common.json index 7067a3c17..ed85c060d 100644 --- a/interface/locales/ar/common.json +++ b/interface/locales/ar/common.json @@ -562,11 +562,11 @@ "show_path_bar": "إظهار شريط المسار", "show_slider": "إظهار المنزلق", "size": "الحجم", - "size_b": "بايت", - "size_gb": "جيجابايت", - "size_kb": "كيلوبايت", - "size_mb": "ميجابايت", - "size_tb": "تيرابايت", + "size_bs": "بايت", + "size_gbs": "جيجابايت", + "size_kbs": "كيلوبايت", + "size_mbs": "ميجابايت", + "size_tbs": "تيرابايت", "skip_login": "تخطي تسجيل الدخول", "sort_by": "ترتيب حسب", "spacedrive_account": "حساب Spacedrive", diff --git a/interface/locales/be/common.json b/interface/locales/be/common.json index b0ccaadfa..91a5e1a9c 100644 --- a/interface/locales/be/common.json +++ b/interface/locales/be/common.json @@ -556,11 +556,11 @@ "show_path_bar": "Адрасны радок", "show_slider": "Паказаць паўзунок", "size": "Памер", - "size_b": "Б", - "size_gb": "ГБ", - "size_kb": "КБ", - "size_mb": "МБ", - "size_tb": "ТБ", + "size_bs": "Б", + "size_gbs": "ГБ", + "size_kbs": "КБ", + "size_mbs": "МБ", + "size_tbs": "ТБ", "skip_login": "Прапусціць уваход", "sort_by": "Сартаваць па", "spacedrive_account": "Уліковы запіс Spacedrive", diff --git a/interface/locales/de/common.json b/interface/locales/de/common.json index 21571a071..11832c0e6 100644 --- a/interface/locales/de/common.json +++ b/interface/locales/de/common.json @@ -550,11 +550,11 @@ "show_path_bar": "Pfadleiste anzeigen", "show_slider": "Slider anzeigen", "size": "Größe", - "size_b": "B", - "size_gb": "GB", - "size_kb": "kB", - "size_mb": "MB", - "size_tb": "TB", + "size_bs": "B", + "size_gbs": "GB", + "size_kbs": "kB", + "size_mbs": "MB", + "size_tbs": "TB", "skip_login": "Anmeldung überspringen", "sort_by": "Sortieren nach", "spacedrive_account": "Spacedrive-Konto", diff --git a/interface/locales/en/common.json b/interface/locales/en/common.json index 15630c2a4..4fe5ee6ea 100644 --- a/interface/locales/en/common.json +++ b/interface/locales/en/common.json @@ -550,11 +550,11 @@ "show_path_bar": "Show Path Bar", "show_slider": "Show slider", "size": "Size", - "size_b": "B", - "size_gb": "GB", - "size_kb": "kB", - "size_mb": "MB", - "size_tb": "TB", + "size_bs": "B", + "size_gbs": "GB", + "size_kbs": "kB", + "size_mbs": "MB", + "size_tbs": "TB", "skip_login": "Skip login", "sort_by": "Sort by", "spacedrive_account": "Spacedrive Account", diff --git a/interface/locales/es/common.json b/interface/locales/es/common.json index 58a5f380c..a2c9f2def 100644 --- a/interface/locales/es/common.json +++ b/interface/locales/es/common.json @@ -553,11 +553,11 @@ "show_path_bar": "Mostrar Barra de Ruta", "show_slider": "Mostrar deslizador", "size": "Tamaño", - "size_b": "B", - "size_gb": "GB", - "size_kb": "kB", - "size_mb": "MB", - "size_tb": "TB", + "size_bs": "B", + "size_gbs": "GB", + "size_kbs": "kB", + "size_mbs": "MB", + "size_tbs": "TB", "skip_login": "Saltar inicio de sesión", "sort_by": "Ordenar por", "spacedrive_account": "Cuenta de Spacedrive", diff --git a/interface/locales/fr/common.json b/interface/locales/fr/common.json index 450aa2953..6bd1aee14 100644 --- a/interface/locales/fr/common.json +++ b/interface/locales/fr/common.json @@ -553,11 +553,11 @@ "show_path_bar": "Afficher la barre de chemin", "show_slider": "Afficher le curseur", "size": "Taille", - "size_b": "o", - "size_gb": "Go", - "size_kb": "Ko", - "size_mb": "Mo", - "size_tb": "To", + "size_bs": "o", + "size_gbs": "Go", + "size_kbs": "Ko", + "size_mbs": "Mo", + "size_tbs": "To", "skip_login": "Passer la connexion", "sort_by": "Trier par", "spacedrive_account": "Compte Spacedrive", diff --git a/interface/locales/it/common.json b/interface/locales/it/common.json index d003cee87..31f12be93 100644 --- a/interface/locales/it/common.json +++ b/interface/locales/it/common.json @@ -553,11 +553,11 @@ "show_path_bar": "Mostra barra del percorso", "show_slider": "Mostra slider", "size": "Dimensione", - "size_b": "B", - "size_gb": "GB", - "size_kb": "kB", - "size_mb": "MB", - "size_tb": "TBC", + "size_bs": "B", + "size_gbs": "GB", + "size_kbs": "kB", + "size_mbs": "MB", + "size_tbs": "TBC", "skip_login": "Salta l'accesso", "sort_by": "Ordina per", "spacedrive_account": "Account Spacedrive", diff --git a/interface/locales/ja/common.json b/interface/locales/ja/common.json index ff40b101d..5bc33b01c 100644 --- a/interface/locales/ja/common.json +++ b/interface/locales/ja/common.json @@ -546,11 +546,11 @@ "show_path_bar": "パスバーを表示", "show_slider": "スライダーを表示", "size": "サイズ", - "size_b": "バイト", - "size_gb": "GB", - "size_kb": "KB", - "size_mb": "MB", - "size_tb": "TB", + "size_bs": "バイト", + "size_gbs": "GB", + "size_kbs": "KB", + "size_mbs": "MB", + "size_tbs": "TB", "skip_login": "ログインをスキップ", "sort_by": "並べ替え", "spacedrive_account": "Spacedriveアカウント", diff --git a/interface/locales/nl/common.json b/interface/locales/nl/common.json index 1bf9b950c..462883397 100644 --- a/interface/locales/nl/common.json +++ b/interface/locales/nl/common.json @@ -550,11 +550,11 @@ "show_path_bar": "Padbalk Tonen", "show_slider": "Toon schuifregelaar", "size": "Grootte", - "size_b": "B", - "size_gb": "GB", - "size_kb": "KB", - "size_mb": "MB", - "size_tb": "TB", + "size_bs": "B", + "size_gbs": "GB", + "size_kbs": "KB", + "size_mbs": "MB", + "size_tbs": "TB", "skip_login": "Inloggen overslaan", "sort_by": "Sorteer op", "spacedrive_account": "Spacedrive Account", diff --git a/interface/locales/ru/common.json b/interface/locales/ru/common.json index b98fb9704..d0e4e065e 100644 --- a/interface/locales/ru/common.json +++ b/interface/locales/ru/common.json @@ -556,11 +556,11 @@ "show_path_bar": "Адресная строка", "show_slider": "Показать ползунок", "size": "Размер", - "size_b": "Б", - "size_gb": "ГБ", - "size_kb": "КБ", - "size_mb": "МБ", - "size_tb": "ТБ", + "size_bs": "Б", + "size_gbs": "ГБ", + "size_kbs": "КБ", + "size_mbs": "МБ", + "size_tbs": "ТБ", "skip_login": "Пропустить вход", "sort_by": "Сортировать по", "spacedrive_account": "Spacedrive аккаунт", diff --git a/interface/locales/tr/common.json b/interface/locales/tr/common.json index 8c71ebaa7..486c6246e 100644 --- a/interface/locales/tr/common.json +++ b/interface/locales/tr/common.json @@ -550,11 +550,11 @@ "show_path_bar": "Yol Çubuğunu Göster", "show_slider": "Kaydırıcıyı Göster", "size": "Boyut", - "size_b": "B", - "size_gb": "GB", - "size_kb": "kB", - "size_mb": "MB", - "size_tb": "TB", + "size_bs": "B", + "size_gbs": "GB", + "size_kbs": "kB", + "size_mbs": "MB", + "size_tbs": "TB", "skip_login": "Girişi Atla", "sort_by": "Sırala", "spacedrive_account": "Spacedrive Hesabı", diff --git a/interface/locales/zh-CN/common.json b/interface/locales/zh-CN/common.json index 85736044b..1198b5896 100644 --- a/interface/locales/zh-CN/common.json +++ b/interface/locales/zh-CN/common.json @@ -546,11 +546,11 @@ "show_path_bar": "显示路径栏", "show_slider": "显示滑块", "size": "大小", - "size_b": "乙", - "size_gb": "国标", - "size_kb": "千字节", - "size_mb": "MB", - "size_tb": "结核病", + "size_bs": "乙", + "size_gbs": "国标", + "size_kbs": "千字节", + "size_mbs": "MB", + "size_tbs": "结核病", "skip_login": "跳过登录", "sort_by": "排序依据", "spacedrive_account": "Spacedrive 账户", diff --git a/interface/locales/zh-TW/common.json b/interface/locales/zh-TW/common.json index 493e2c4ad..dd5ed5942 100644 --- a/interface/locales/zh-TW/common.json +++ b/interface/locales/zh-TW/common.json @@ -546,11 +546,11 @@ "show_path_bar": "顯示路徑條", "show_slider": "顯示滑塊", "size": "大小", - "size_b": "乙", - "size_gb": "國標", - "size_kb": "千位元組", - "size_mb": "MB", - "size_tb": "結核病", + "size_bs": "乙", + "size_gbs": "國標", + "size_kbs": "千位元組", + "size_mbs": "MB", + "size_tbs": "結核病", "skip_login": "跳過登錄", "sort_by": "排序依據", "spacedrive_account": "Spacedrive 帳戶",