diff options
-rw-r--r-- | src/_locales/cs/messages.json | 14 | ||||
-rw-r--r-- | src/_locales/de/messages.json | 22 | ||||
-rw-r--r-- | src/_locales/es/messages.json | 14 | ||||
-rw-r--r-- | src/_locales/gl/messages.json | 4 | ||||
-rw-r--r-- | src/_locales/id/messages.json | 14 | ||||
-rw-r--r-- | src/_locales/it/messages.json | 14 | ||||
-rw-r--r-- | src/_locales/nl/messages.json | 14 | ||||
-rw-r--r-- | src/_locales/pl/messages.json | 18 | ||||
-rw-r--r-- | src/_locales/ro/messages.json | 4 | ||||
-rw-r--r-- | src/_locales/tr/messages.json | 16 | ||||
-rw-r--r-- | src/_locales/uk/messages.json | 18 | ||||
-rw-r--r-- | src/_locales/vi/messages.json | 8 | ||||
-rw-r--r-- | src/_locales/zh_Hans/messages.json | 16 |
13 files changed, 88 insertions, 88 deletions
diff --git a/src/_locales/cs/messages.json b/src/_locales/cs/messages.json index 9d94d371..1abe86de 100644 --- a/src/_locales/cs/messages.json +++ b/src/_locales/cs/messages.json @@ -36,7 +36,7 @@ "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Vyloučeno z přesměrování", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Zobrazit ve vyskakovacím okně", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Přidejte své oblíbené instance", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Zkopírováno" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Přesměrovat na originál", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Pokusit se přesměrovat tento odkaz", + "message": "Pokusit se přesměrovat", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "O rozšíření" } -} \ No newline at end of file +} diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index ed344d41..442afb96 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -4,7 +4,7 @@ "description": "name of the extension" }, "extensionDescription": { - "message": "Eine Erweiterung, die beliebte Websites zu alternativen datenschutzfreundlichen Frontends und Backends weiterleitet", + "message": "Eine Erweiterung, die beliebte Websites auf alternative, datenschutzfreundliche Frontends und Backends umleitet", "description": "description of the extension" }, "switchInstance": { @@ -32,11 +32,11 @@ "description": "used in the settings page" }, "auto": { - "message": "Auto", + "message": "System", "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Vom Umleiten ausschließen", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Im Pop-up-Fenster anzeigen", "description": "used in the settings page" }, "frontend": { @@ -64,7 +64,7 @@ "description": "used in the settings page" }, "redirectType": { - "message": "Art der Weiterleitung", + "message": "Art der Umleitung", "description": "used in the settings page" }, "both": { @@ -76,11 +76,11 @@ "description": "used in the settings page" }, "onlyNotEmbedded": { - "message": "nur nicht-eingebunden", + "message": "nur nicht eingebettet", "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Eigene Instanz hinzufügen", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Kopiert" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Zur Originalseite umleiten", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Versuch, diesen Hyperlink umzuleiten", + "message": "Versuchen umzuleiten", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Über" } -} \ No newline at end of file +} diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json index c45470c4..53acec4c 100644 --- a/src/_locales/es/messages.json +++ b/src/_locales/es/messages.json @@ -36,7 +36,7 @@ "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Excluido de la redirección", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Mostrar en ventanas emergentes", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Añade tus instancias preferidas", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Copiado" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Redirigir al original", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Intentar redirigir a este hipervínculo", + "message": "Intento de redirección", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Acerca de" } -} \ No newline at end of file +} diff --git a/src/_locales/gl/messages.json b/src/_locales/gl/messages.json index a38336df..69efef86 100644 --- a/src/_locales/gl/messages.json +++ b/src/_locales/gl/messages.json @@ -94,10 +94,10 @@ "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Tenta redirixir a ista hiperligazón", + "message": "Tenta redirixir", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { "message": "About" } -} \ No newline at end of file +} diff --git a/src/_locales/id/messages.json b/src/_locales/id/messages.json index 5d0a745a..7157b5f8 100644 --- a/src/_locales/id/messages.json +++ b/src/_locales/id/messages.json @@ -36,7 +36,7 @@ "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Tidak disertakan dari pengalihan", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Tampilkan di sembulan", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Tambahkan server favorit Anda", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Disalin" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Alihkan ke asli", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Coba mengalihkan hyperlink ini", + "message": "Coba alihkan", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Tentang" } -} \ No newline at end of file +} diff --git a/src/_locales/it/messages.json b/src/_locales/it/messages.json index ecbb66c6..b8f229a8 100644 --- a/src/_locales/it/messages.json +++ b/src/_locales/it/messages.json @@ -36,7 +36,7 @@ "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Escluso dal reindirizzamento", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Mostra nel popup", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Aggiungi le tue istanze preferite", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Copiato" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Reindirizza all'originale", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Prova a reindirizzare questo collegamento", + "message": "Prova a reindirizzare", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Informazioni" } -} \ No newline at end of file +} diff --git a/src/_locales/nl/messages.json b/src/_locales/nl/messages.json index f320d566..91699ac8 100644 --- a/src/_locales/nl/messages.json +++ b/src/_locales/nl/messages.json @@ -36,7 +36,7 @@ "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Uitgesloten van doorverwijzen", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Tonen in uitrolmenu", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Toevoegen aan favoriete instanties", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Gekopieerd" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Doorverwijzen naar origineel", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Probeer deze hyperlink door te verwijzen", + "message": "Doorverwijzing proberen", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Over" } -} \ No newline at end of file +} diff --git a/src/_locales/pl/messages.json b/src/_locales/pl/messages.json index 2ebd2c87..f05b08e5 100644 --- a/src/_locales/pl/messages.json +++ b/src/_locales/pl/messages.json @@ -32,11 +32,11 @@ "description": "used in the settings page" }, "auto": { - "message": "Auto", + "message": "Automatyczny", "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Wykluczone z przekierowania", "description": "used in the settings page" }, "importSettings": { @@ -52,11 +52,11 @@ "description": "used in the settings page" }, "enable": { - "message": "Enable", + "message": "Włącz", "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Pokaż w wyskakującym okienku", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Dodaj ulubione instancje", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Skopiowano" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Przekieruj do oryginału", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Spróbuj przekierować to hiperłącze", + "message": "Spróbuj przekierować", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Informacje" } -} \ No newline at end of file +} diff --git a/src/_locales/ro/messages.json b/src/_locales/ro/messages.json index 6d730d41..caf221ea 100644 --- a/src/_locales/ro/messages.json +++ b/src/_locales/ro/messages.json @@ -94,10 +94,10 @@ "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Încercați să redirecționați acest hyperlink", + "message": "Încercați să redirecționați", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { "message": "About" } -} \ No newline at end of file +} diff --git a/src/_locales/tr/messages.json b/src/_locales/tr/messages.json index 702aa88c..6b5c4bcb 100644 --- a/src/_locales/tr/messages.json +++ b/src/_locales/tr/messages.json @@ -32,11 +32,11 @@ "description": "used in the settings page" }, "auto": { - "message": "Auto", + "message": "Otomatik", "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Yönlendirme dışında bırakılanlar", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Açılır pencerede göster", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Sevdiğiniz örnekleri ekleyin", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Kopyalandı" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Aslına yönlendir", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Bu köprüyü yeniden yönlendirmeyi dene", + "message": "Yeniden yönlendirmeyi dene", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Hakkında" } -} \ No newline at end of file +} diff --git a/src/_locales/uk/messages.json b/src/_locales/uk/messages.json index a9d78d5e..9d6350c4 100644 --- a/src/_locales/uk/messages.json +++ b/src/_locales/uk/messages.json @@ -36,7 +36,7 @@ "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Виключено з перенаправлення", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Показувати у спливному вікні", "description": "used in the settings page" }, "frontend": { @@ -68,7 +68,7 @@ "description": "used in the settings page" }, "both": { - "message": "both", + "message": "обоє", "description": "used in the settings page" }, "onlyEmbedded": { @@ -76,11 +76,11 @@ "description": "used in the settings page" }, "onlyNotEmbedded": { - "message": "only not embedded", + "message": "лише не вбудований", "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Додати свої улюблені сервери", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Скопійовано" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Перенаправити на оригінал", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Спроба перенаправлення за цим гіперпосиланням", + "message": "Спроба перенаправлення", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Про застосунок" } -} \ No newline at end of file +} diff --git a/src/_locales/vi/messages.json b/src/_locales/vi/messages.json index f61a83ec..39fa4a61 100644 --- a/src/_locales/vi/messages.json +++ b/src/_locales/vi/messages.json @@ -32,7 +32,7 @@ "description": "used in the settings page" }, "auto": { - "message": "Auto", + "message": "Tự động", "description": "used in the settings page" }, "excludeFromRedirecting": { @@ -94,10 +94,10 @@ "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Chuyển hướng siêu liên kết này", + "message": "Chuyển hướng liên kết này", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "Về tiện ích" } -} \ No newline at end of file +} diff --git a/src/_locales/zh_Hans/messages.json b/src/_locales/zh_Hans/messages.json index 30b25fbf..08803d24 100644 --- a/src/_locales/zh_Hans/messages.json +++ b/src/_locales/zh_Hans/messages.json @@ -32,11 +32,11 @@ "description": "used in the settings page" }, "auto": { - "message": "Auto", + "message": "自动", "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "排除于重定向", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "显示于弹出窗口", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "添加您喜欢的实例", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "已复制" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "重定向至原网址", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "尝试重定向此链接", + "message": "尝试重定向", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "关于" } -} \ No newline at end of file +} |