From da2dff0933e7f8795ba39fe2bad88d0e0dab66f4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 14:59:45 +0200 Subject: [PATCH] chore: sync translations --- frontend/src/i18n/de.json | 2 ++ frontend/src/i18n/fr.json | 4 ++-- frontend/src/i18n/hr.json | 2 ++ frontend/src/i18n/ko.json | 2 ++ frontend/src/i18n/lv.json | 2 ++ frontend/src/i18n/nl.json | 2 ++ frontend/src/i18n/pl.json | 2 ++ frontend/src/i18n/pt-pt.json | 2 ++ frontend/src/i18n/pt.json | 2 ++ frontend/src/i18n/ru.json | 2 ++ frontend/src/i18n/zh-cn.json | 2 ++ 11 files changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index 02282bdf..91182022 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -29,6 +29,8 @@ "rename": "Umbenennen", "replace": "Ersetzen", "reportIssue": "Problem melden", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "Speichern", "schedule": "Planen", "search": "Suchen", diff --git a/frontend/src/i18n/fr.json b/frontend/src/i18n/fr.json index af7eac63..a9298212 100644 --- a/frontend/src/i18n/fr.json +++ b/frontend/src/i18n/fr.json @@ -29,8 +29,8 @@ "rename": "Renommer", "replace": "Remplacer", "reportIssue": "Signaler un problème", - "resumeTransfer": "Reprendre un transfert précedement interrompu", - "resumeTransferTooltip": "Ignorer tous les fichiers en conflit, sauf ceux qui sont plus petits sur le serveur, car nous supposons que leur transfert a été interrompu.", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "Enregistrer", "schedule": "Planifier", "search": "Rechercher", diff --git a/frontend/src/i18n/hr.json b/frontend/src/i18n/hr.json index bf4006e9..4978f89f 100644 --- a/frontend/src/i18n/hr.json +++ b/frontend/src/i18n/hr.json @@ -29,6 +29,8 @@ "rename": "Preimenuj", "replace": "Zamijeni", "reportIssue": "Prijavi grešku", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "Spremi", "schedule": "Zakaži", "search": "Pretraži", diff --git a/frontend/src/i18n/ko.json b/frontend/src/i18n/ko.json index 4d7fb367..7ef54241 100644 --- a/frontend/src/i18n/ko.json +++ b/frontend/src/i18n/ko.json @@ -29,6 +29,8 @@ "rename": "이름 바꾸기", "replace": "대체", "reportIssue": "문제 보고", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "저장", "schedule": "일정", "search": "검색", diff --git a/frontend/src/i18n/lv.json b/frontend/src/i18n/lv.json index 3bf12027..64f353b4 100644 --- a/frontend/src/i18n/lv.json +++ b/frontend/src/i18n/lv.json @@ -29,6 +29,8 @@ "rename": "Pārdēvēt", "replace": "Aizstāt", "reportIssue": "Ziņot par problēmu", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "Saglabāt", "schedule": "Grafiks", "search": "Meklēt", diff --git a/frontend/src/i18n/nl.json b/frontend/src/i18n/nl.json index c2db058d..f8877593 100644 --- a/frontend/src/i18n/nl.json +++ b/frontend/src/i18n/nl.json @@ -29,6 +29,8 @@ "rename": "Hernoemen", "replace": "Vervangen", "reportIssue": "Probleem melden", + "resumeTransfer": "Vorige overdracht hervatten", + "resumeTransferTooltip": "Alle conflicterende bestanden overslaan, behalve de bestanden die kleiner zijn op de server, omdat we veronderstellen dat hun overdracht is onderbroken.", "save": "Opslaan", "schedule": "Plannen", "search": "Zoeken", diff --git a/frontend/src/i18n/pl.json b/frontend/src/i18n/pl.json index b8776892..84668f63 100644 --- a/frontend/src/i18n/pl.json +++ b/frontend/src/i18n/pl.json @@ -29,6 +29,8 @@ "rename": "Zmień nazwę", "replace": "Zamień", "reportIssue": "Zgłoś problem", + "resumeTransfer": "Wznów poprzedni transfer", + "resumeTransferTooltip": "Pomiń wszystkie pliki powodujące konflikty, z wyjątkiem tych, które są mniejsze na serwerze, ponieważ podejrzewamy, że ich transfer został przerwany.", "save": "Zapisz", "schedule": "Harmonogram", "search": "Szukaj", diff --git a/frontend/src/i18n/pt-pt.json b/frontend/src/i18n/pt-pt.json index 30b03f7f..fc331e34 100644 --- a/frontend/src/i18n/pt-pt.json +++ b/frontend/src/i18n/pt-pt.json @@ -29,6 +29,8 @@ "rename": "Mudar o nome", "replace": "Substituir", "reportIssue": "Reportar problema", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "Guardar", "schedule": "Agendar", "search": "Pesquisar", diff --git a/frontend/src/i18n/pt.json b/frontend/src/i18n/pt.json index e910d71a..c67b14ae 100644 --- a/frontend/src/i18n/pt.json +++ b/frontend/src/i18n/pt.json @@ -29,6 +29,8 @@ "rename": "Alterar nome", "replace": "Substituir", "reportIssue": "Reportar erro", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "Guardar", "schedule": "Agendar", "search": "Pesquisar", diff --git a/frontend/src/i18n/ru.json b/frontend/src/i18n/ru.json index 54b666f3..2b769eae 100644 --- a/frontend/src/i18n/ru.json +++ b/frontend/src/i18n/ru.json @@ -29,6 +29,8 @@ "rename": "Переименовать", "replace": "Перезаписать", "reportIssue": "Сообщить о проблеме", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "Сохранить", "schedule": "Планировка", "search": "Поиск", diff --git a/frontend/src/i18n/zh-cn.json b/frontend/src/i18n/zh-cn.json index 5e71f308..112ac424 100644 --- a/frontend/src/i18n/zh-cn.json +++ b/frontend/src/i18n/zh-cn.json @@ -29,6 +29,8 @@ "rename": "重命名", "replace": "替换", "reportIssue": "报告问题", + "resumeTransfer": "Resume previous transfert", + "resumeTransferTooltip": "Skip all conflicting files, except the ones that are smaller on the server as we suppose that their transfert has been interrupted.", "save": "保存", "schedule": "计划", "search": "搜索",