From a7abd43e82d0f0c3c0d03364ccbca5b9f6dc2005 Mon Sep 17 00:00:00 2001 From: boxmoji Date: Wed, 9 Sep 2026 18:06:08 +0000 Subject: [PATCH] fix(i18n): update translations --- i18n/bn-IN.properties | 2 +- i18n/da-DK.properties | 2 +- i18n/de-DE.properties | 2 +- i18n/en-AU.properties | 2 +- i18n/en-CA.properties | 2 +- i18n/en-GB.properties | 2 +- i18n/en-x-pseudo.properties | 2 +- i18n/es-419.properties | 2 +- i18n/es-ES.properties | 2 +- i18n/fi-FI.properties | 2 +- i18n/fr-CA.properties | 2 +- i18n/fr-FR.properties | 2 +- i18n/hi-IN.properties | 2 +- i18n/it-IT.properties | 2 +- i18n/ja-JP.properties | 2 +- i18n/ko-KR.properties | 2 +- i18n/nb-NO.properties | 2 +- i18n/nl-NL.properties | 2 +- i18n/pl-PL.properties | 2 +- i18n/pt-BR.properties | 2 +- i18n/ru-RU.properties | 2 +- i18n/sv-SE.properties | 2 +- i18n/tr-TR.properties | 2 +- i18n/zh-CN.properties | 2 +- i18n/zh-TW.properties | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/i18n/bn-IN.properties b/i18n/bn-IN.properties index 562d8bf076..cd90d29ea6 100644 --- a/i18n/bn-IN.properties +++ b/i18n/bn-IN.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = সমস্ত আইটেম ন boxui.core.selection.shiftDownDescription = বর্তমান নির্বাচনে পরবর্তী আইটেম যোগ করুন # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = বর্তমান নির্বাচনে পূর্ববর্তী আইটেম যোগ করুন -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = বর্তমান আইটেম নির্বাচন করুন # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = পূর্ববর্তী আইটেম নির্বাচন করুন diff --git a/i18n/da-DK.properties b/i18n/da-DK.properties index 949dcb3c6e..15e92634f2 100644 --- a/i18n/da-DK.properties +++ b/i18n/da-DK.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Vælg alle elementer boxui.core.selection.shiftDownDescription = Føj næste element til aktuelt valg # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Føj forrige element til aktuelt valg -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Vælg aktuelt element # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Vælg forrige element diff --git a/i18n/de-DE.properties b/i18n/de-DE.properties index 5b0eb1117a..cd87079abb 100644 --- a/i18n/de-DE.properties +++ b/i18n/de-DE.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Alle Elemente auswählen boxui.core.selection.shiftDownDescription = Nächstes Element zur aktuellen Auswahl hinzufügen # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Vorheriges Element zur aktuellen Auswahl hinzufügen -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Aktuelles Element auswählen # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Vorheriges Element auswählen diff --git a/i18n/en-AU.properties b/i18n/en-AU.properties index 35ac8873f9..f4c8a8289e 100644 --- a/i18n/en-AU.properties +++ b/i18n/en-AU.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Select all items boxui.core.selection.shiftDownDescription = Add next item to current selection # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Add previous item to current selection -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Select current item # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Select previous item diff --git a/i18n/en-CA.properties b/i18n/en-CA.properties index e00421f130..9b969e63ea 100644 --- a/i18n/en-CA.properties +++ b/i18n/en-CA.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Select all items boxui.core.selection.shiftDownDescription = Add next item to current selection # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Add previous item to current selection -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Select current item # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Select previous item diff --git a/i18n/en-GB.properties b/i18n/en-GB.properties index 35ac8873f9..f4c8a8289e 100644 --- a/i18n/en-GB.properties +++ b/i18n/en-GB.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Select all items boxui.core.selection.shiftDownDescription = Add next item to current selection # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Add previous item to current selection -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Select current item # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Select previous item diff --git a/i18n/en-x-pseudo.properties b/i18n/en-x-pseudo.properties index 2fb7a2a5c7..1446b70c65 100644 --- a/i18n/en-x-pseudo.properties +++ b/i18n/en-x-pseudo.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = ⟦萬萬萬萬 Śèĺé¢ţ àļľ boxui.core.selection.shiftDownDescription = ⟦萬萬萬萬萬萬萬萬萬萬 Àďđ иè×ţ ìťém ŧò ¢µŕŗêйτ śëĺēçтíóл 國國國國國國國國國國⟧ # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬 Àďđ Ρŕèνìòµś íţém ťó ¢ùŗřêиŧ ŝëĺēçτîôй 國國國國國國國國國國國⟧ -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = ⟦萬萬萬萬萬 Śèĺé¢ţ çµŕŗêиť ìŧëm 國國國國國⟧ # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = ⟦萬萬萬萬萬 Śèĺé¢ţ Ρŕêνìòµś íťëm 國國國國國⟧ diff --git a/i18n/es-419.properties b/i18n/es-419.properties index d253840cb3..52d85119d4 100644 --- a/i18n/es-419.properties +++ b/i18n/es-419.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Seleccionar todos los elementos boxui.core.selection.shiftDownDescription = Agregar elemento siguiente a selección actual # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Agregar elemento anterior a selección actual -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Seleccionar elemento actual # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Seleccionar elemento anterior diff --git a/i18n/es-ES.properties b/i18n/es-ES.properties index 66da68cbf4..28c1e9ee7a 100644 --- a/i18n/es-ES.properties +++ b/i18n/es-ES.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Seleccionar todos los elementos boxui.core.selection.shiftDownDescription = Agregar elemento siguiente a selección actual # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Agregar elemento anterior a selección actual -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Seleccionar elemento actual # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Seleccionar elemento anterior diff --git a/i18n/fi-FI.properties b/i18n/fi-FI.properties index af506d4990..8475bb582a 100644 --- a/i18n/fi-FI.properties +++ b/i18n/fi-FI.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Valitse kaikki kohteet boxui.core.selection.shiftDownDescription = Lisää seuraava kohde nykyiseen valintaan # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Lisää edellinen kohde nykyiseen valintaan -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Valitse nykyinen kohde # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Valitse edellinen kohde diff --git a/i18n/fr-CA.properties b/i18n/fr-CA.properties index 276a7adf1a..fd4852d8ad 100644 --- a/i18n/fr-CA.properties +++ b/i18n/fr-CA.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Sélectionner tous les éléments boxui.core.selection.shiftDownDescription = Ajouter l'élément suivant à la sélection en cours # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Ajouter l'élément précédent à la sélection en cours -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Sélectionner l'élément actif # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Sélectionner l'élément précédent diff --git a/i18n/fr-FR.properties b/i18n/fr-FR.properties index 276a7adf1a..fd4852d8ad 100644 --- a/i18n/fr-FR.properties +++ b/i18n/fr-FR.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Sélectionner tous les éléments boxui.core.selection.shiftDownDescription = Ajouter l'élément suivant à la sélection en cours # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Ajouter l'élément précédent à la sélection en cours -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Sélectionner l'élément actif # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Sélectionner l'élément précédent diff --git a/i18n/hi-IN.properties b/i18n/hi-IN.properties index 949c96d9cb..3841fe9f34 100644 --- a/i18n/hi-IN.properties +++ b/i18n/hi-IN.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = सभी आइटम चुने boxui.core.selection.shiftDownDescription = वर्तमान चयन में अगला आइटम जोड़ें # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = वर्तमान चयन में पिछला आइटम जोड़ें -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = वर्तमान आइटम चुनें # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = पिछला आइटम चुनें diff --git a/i18n/it-IT.properties b/i18n/it-IT.properties index ff00490e48..6b994c93d8 100644 --- a/i18n/it-IT.properties +++ b/i18n/it-IT.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Consente di selezionare tutti gli el boxui.core.selection.shiftDownDescription = Consente di aggiungere l'elemento successivo alla selezione corrente # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Consente di aggiungere l'elemento precedente alla selezione corrente -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Consente di selezionare l'elemento corrente # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Consente di selezionare l'elemento precedente diff --git a/i18n/ja-JP.properties b/i18n/ja-JP.properties index 7918e842e7..8bffed1fe6 100644 --- a/i18n/ja-JP.properties +++ b/i18n/ja-JP.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = すべての項目を選択 boxui.core.selection.shiftDownDescription = 次の項目を現在の選択項目に追加 # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = 前の項目を現在の選択項目に追加 -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = 現在の項目を選択 # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = 前の項目を選択 diff --git a/i18n/ko-KR.properties b/i18n/ko-KR.properties index b38768b9c4..2d3c993f8c 100644 --- a/i18n/ko-KR.properties +++ b/i18n/ko-KR.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = 모든 항목 선택 boxui.core.selection.shiftDownDescription = 다음 항목을 현재 선택에 추가 # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = 이전 항목을 현재 선택에 추가 -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = 현재 항목 선택 # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = 이전 항목 선택 diff --git a/i18n/nb-NO.properties b/i18n/nb-NO.properties index 9d11abfd3b..8da3edb0df 100644 --- a/i18n/nb-NO.properties +++ b/i18n/nb-NO.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Velg alle elementer boxui.core.selection.shiftDownDescription = Legg det neste elementet til i gjeldende markering # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Legg det forrige elementet til i gjeldende markering -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Velg gjeldende element # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Velg forrige element diff --git a/i18n/nl-NL.properties b/i18n/nl-NL.properties index 8ed16c996e..a463372758 100644 --- a/i18n/nl-NL.properties +++ b/i18n/nl-NL.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Alle items selecteren boxui.core.selection.shiftDownDescription = Volgend item toevoegen aan huidige selectie # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Vorig item toevoegen aan huidige selectie -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Huidig item selecteren # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Vorig item selecteren diff --git a/i18n/pl-PL.properties b/i18n/pl-PL.properties index 20fafb3dba..fdb4909cc1 100644 --- a/i18n/pl-PL.properties +++ b/i18n/pl-PL.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Wybierz wszystkie elementy boxui.core.selection.shiftDownDescription = Dodaj następny element do bieżącego wyboru # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Dodaj poprzedni element do bieżącego wyboru -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Wybierz bieżący element # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Wybierz poprzedni element diff --git a/i18n/pt-BR.properties b/i18n/pt-BR.properties index 08ba928d63..db8ba9a10f 100644 --- a/i18n/pt-BR.properties +++ b/i18n/pt-BR.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Selecionar todos os itens boxui.core.selection.shiftDownDescription = Adicionar próximo item à seleção atual # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Adicionar item anterior à seleção atual -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Selecionar item atual # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Selecionar item anterior diff --git a/i18n/ru-RU.properties b/i18n/ru-RU.properties index f31213bae3..8b4c37a176 100644 --- a/i18n/ru-RU.properties +++ b/i18n/ru-RU.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Выбор всех элементо boxui.core.selection.shiftDownDescription = Добавление следующего элемента к текущему выбору # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Добавление предыдущего элемента к текущему выбору -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Выбор текущего элемента # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Выбор предыдущего элемента diff --git a/i18n/sv-SE.properties b/i18n/sv-SE.properties index f35ce1ec6c..faf474b477 100644 --- a/i18n/sv-SE.properties +++ b/i18n/sv-SE.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Välj alla objekt boxui.core.selection.shiftDownDescription = Lägg till nästa objekt i aktuellt urval # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Lägg till föregående objekt i aktuellt urval -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Välj aktuellt objekt # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Välj föregående objekt diff --git a/i18n/tr-TR.properties b/i18n/tr-TR.properties index d286085fb8..683a945e61 100644 --- a/i18n/tr-TR.properties +++ b/i18n/tr-TR.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = Tüm öğeleri seçin boxui.core.selection.shiftDownDescription = Geçerli seçime sonraki öğeyi ekleyin # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = Geçerli seçime önceki öğeyi ekleyin -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = Geçerli öğeyi seçin # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = Önceki öğeyi seçin diff --git a/i18n/zh-CN.properties b/i18n/zh-CN.properties index 28b4dabdf4..383a1e506d 100644 --- a/i18n/zh-CN.properties +++ b/i18n/zh-CN.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = 选择全部项目 boxui.core.selection.shiftDownDescription = 将下一项目添加到当前选择 # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = 将上一项目添加到当前选择 -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = 选择当前项目 # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = 选择上一项目 diff --git a/i18n/zh-TW.properties b/i18n/zh-TW.properties index 5b4da2e17f..7e0e8b2a76 100644 --- a/i18n/zh-TW.properties +++ b/i18n/zh-TW.properties @@ -1254,7 +1254,7 @@ boxui.core.selection.selectAllDescription = 選擇所有項目 boxui.core.selection.shiftDownDescription = 將下一個項目新增到目前的選擇範圍中 # Description for keyboard shortcut to add previous item to current selection in the file list boxui.core.selection.shiftUpDescription = 將上一個項目新增到目前的選擇範圍中 -# Description for keyboard shortcut to select previous item in the file list +# Description for keyboard shortcut to select current item in the file list boxui.core.selection.shiftXDescription = 選擇目前項目 # Description for keyboard shortcut to select previous item in the file list boxui.core.selection.upDescription = 選擇上一個項目