diff options
41 files changed, 141 insertions, 143 deletions
@@ -22,7 +22,8 @@ --> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>eMatrix — About</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> @@ -32,42 +33,41 @@ ul { } </style> </head> - <body> - <h2>eMatrix <span id="aboutVersion"></span></h2> <ul> <li><span id="aboutStorageUsed"></span><br> </ul> <h3>eMatrix links</h3> <ul> - <li> - <li><a href="https://gitlab.com/vannilla/ematrix/" data-i18n="aboutCode"></a><br> - <li><a href="https://gitlab.com/vannilla/ematrix/issues" data-i18n="aboutIssues"></a><br> + <li><a href="https://gitlab.com/vannilla/ematrix/tags"><span data-i18n="aboutChangelog"></span></a></li> + <li><a href="https://gitlab.com/vannilla/ematrix/" data-i18n="aboutCode"></a></li> + <li><a href="https://gitlab.com/vannilla/ematrix/issues" data-i18n="aboutIssues"></a></li> </ul> <h3>uMatrix links</h3> <ul> - <li> - <li><span data-i18n="aboutChangelog"></span><br> - <li><a href="https://github.com/gorhill/uMatrix/wiki"><span data-i18n="aboutDoc"></span></a><br> - <li><span data-i18n="aboutPermissions"></span><br> - <li><a href="https://github.com/gorhill/uMatrix" data-i18n="aboutCode"></a><br> - <li><a href="https://github.com/gorhill/uMatrix/issues" data-i18n="aboutIssues"></a><br> - <li><span data-i18n="aboutContributors"></span> - <ul> - <li><span data-i18n="aboutCodeContributors"></span> <a href="https://github.com/gorhill/uMatrix/graphs/contributors">uMatrix, <a href="https://github.com/gorhill/httpswitchboard/graphs/contributors">HTTP Switchboard</a> - <li><span data-i18n="aboutIssueContributors"></span> <a href="https://github.com/gorhill/uMatrix/issues?q=is%3Aissue">uMatrix</a>, <a href="https://github.com/gorhill/httpswitchboard/issues?q=is%3Aissue">HTTP Switchboard</a> - <li><span data-i18n="aboutTranslationContributors"></span> <a href="https://github.com/gorhill/uMatrix/wiki/Translation-work-contributors">Crowdin</a> - </ul> + <li><a href="https://github.com/gorhill/uMatrix/releases"><span data-i18n="aboutChangelog"></span></a></li> + <li><a href="https://github.com/gorhill/uMatrix/wiki"><span data-i18n="aboutDoc"></span></a></li> + <li><a href="https://github.com/gorhill/httpswitchboard/wiki/Permissions"><span data-i18n="aboutPermissions"></span></a></li> + <li><a href="https://github.com/gorhill/uMatrix" data-i18n="aboutCode"></a></li> + <li><a href="https://github.com/gorhill/uMatrix/issues" data-i18n="aboutIssues"></a></li> + <li><span data-i18n="aboutContributors"></span> + <ul> + <li><span data-i18n="aboutCodeContributors"></span> <a href="https://github.com/gorhill/uMatrix/graphs/contributors">uMatrix, <a href="https://github.com/gorhill/httpswitchboard/graphs/contributors">HTTP Switchboard</a></li> + <li><span data-i18n="aboutIssueContributors"></span> <a href="https://github.com/gorhill/uMatrix/issues?q=is%3Aissue">uMatrix</a>, <a href="https://github.com/gorhill/httpswitchboard/issues?q=is%3Aissue">HTTP Switchboard</a></li> + <li><span data-i18n="aboutTranslationContributors"></span> <a href="https://github.com/gorhill/uMatrix/wiki/Translation-work-contributors">Crowdin</a></li> + </ul> </ul> <h2 data-i18n="aboutUserDataHeader"></h2> <div> - <p><button type="button" id="backupUserDataButton" data-i18n="aboutBackupButton"></button> + <p> + <button type="button" id="backupUserDataButton" data-i18n="aboutBackupButton"></button> <button type="button" id="restoreUserDataButton" data-i18n="aboutRestoreButton"></button> <input id="restoreFilePicker" type="file" accept="text/plain" style="display:none;"> - <p style="margin-left: 2em;" data-i18n="aboutOr"> - <p><button type="button" id="resetUserDataButton" data-i18n="aboutResetButton"></button> + </p> + <p style="margin-left: 2em;" data-i18n="aboutOr"></p> + <p><button type="button" id="resetUserDataButton" data-i18n="aboutResetButton"></button></p> </div> <span style="display: none;" data-i18n="aboutStorageUsed"></span> @@ -76,13 +76,11 @@ ul { <span style="display: none;" data-i18n="aboutRestoreError"></span> <span style="display: none;" data-i18n="aboutResetConfirm"></span> - <script src="js/vapi-common.js"></script> <script src="js/vapi-client.js"></script> <script src="js/udom.js"></script> <script src="js/i18n.js"></script> <script src="js/dashboard-common.js"></script> <script src="js/about.js"></script> - </body> </html> diff --git a/locale/ar/messages.properties b/locale/ar/messages.properties index 1d3f682..bf9a335 100644 --- a/locale/ar/messages.properties +++ b/locale/ar/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=مخبأ تطهير hostsFilesExternalListNew=يوجد إصدار جديد hostsFilesExternalListObsolete=عفا عليها الزمن rawSettingsWarning=تحذير! غير إعدادات الضبط الخام على مسؤوليتك الخاصة. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>تغيير log</a> +aboutChangelog=تغيير log aboutStorageUsed=التخزين المستخدمة: {{storageUsed}} بايت -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>توثيق</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>ضوابط</a> +aboutDoc=توثيق +aboutPermissions=ضوابط aboutCode=شفرة المصدر (GPLv3) aboutIssues=الخطا وقضايا aboutContributors=المساهمون diff --git a/locale/bg/messages.properties b/locale/bg/messages.properties index 46e1d73..d766fd8 100644 --- a/locale/bg/messages.properties +++ b/locale/bg/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=очистване на кеша hostsFilesExternalListNew=налична е нова версия hostsFilesExternalListObsolete=остаряло rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документация</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Позволения</a> +aboutDoc=Документация +aboutPermissions=Позволения aboutCode=Изходен код (GPLv3) aboutIssues=Бъгове и проблеми aboutContributors=Сътрудници diff --git a/locale/bn/messages.properties b/locale/bn/messages.properties index 0a7c7f1..af7ba1f 100644 --- a/locale/bn/messages.properties +++ b/locale/bn/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=ক্যাশে শোধন করুন hostsFilesExternalListNew=নতুন সংস্করণ উপলব্ধ hostsFilesExternalListObsolete=পুরোনো rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>পরিবর্তন লগ</a> +aboutChangelog=পরিবর্তন লগ aboutStorageUsed=সংগ্রহস্থল ব্যবহার: {{storageUsed}} বাইট -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>নথিপত্র</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>অনুমতি</a> +aboutDoc=নথিপত্র +aboutPermissions=অনুমতি aboutCode=উত্স কোড (GPLv৩) aboutIssues=বাগ ও ইস্যু aboutContributors=অবদানকারী diff --git a/locale/cs/messages.properties b/locale/cs/messages.properties index d14faf7..3ec802e 100644 --- a/locale/cs/messages.properties +++ b/locale/cs/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=vyčistit cache hostsFilesExternalListNew=nová verze k dispozici hostsFilesExternalListObsolete=zastaralé rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Přehled změn</a> +aboutChangelog=Přehled změn aboutStorageUsed=Použité místo: {{storageUsed}} bajtů -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentace</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Oprávnění</a> +aboutDoc=Dokumentace +aboutPermissions=Oprávnění aboutCode=Zdrojový kód (GPLv3) aboutIssues=Chyby a problémy aboutContributors=Přispěvatelé diff --git a/locale/da/messages.properties b/locale/da/messages.properties index 8cdc289..2e928bc 100644 --- a/locale/da/messages.properties +++ b/locale/da/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=Slet cache hostsFilesExternalListNew=Ny version tilgængelig hostsFilesExternalListObsolete=Forældet rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Lagerplads brugt: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tilladelser</a> +aboutDoc=Dokumentation +aboutPermissions=Tilladelser aboutCode=Source code (GPLv3) aboutIssues=Fejl og problemer aboutContributors=Bidragydere diff --git a/locale/de/messages.properties b/locale/de/messages.properties index 2bdf7da..321b19e 100644 --- a/locale/de/messages.properties +++ b/locale/de/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=Cache löschen hostsFilesExternalListNew=Neue Version verfügbar hostsFilesExternalListObsolete=veraltet rawSettingsWarning=Warnung! Die Änderung dieser Konfigurations-Einstellungen erfolgt auf eigenes Risiko. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Änderungsprotokoll</a> +aboutChangelog=Änderungsprotokoll aboutStorageUsed=Benutzter Speicherplatz: {{storageUsed}} Bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Berechtigungen</a> +aboutDoc=Dokumentation +aboutPermissions=Berechtigungen aboutCode=Quellcode (GPLv3) aboutIssues=Fehler und Probleme aboutContributors=Mitwirkende diff --git a/locale/el/messages.properties b/locale/el/messages.properties index b1499f0..0121808 100644 --- a/locale/el/messages.properties +++ b/locale/el/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues aboutContributors=Contributors diff --git a/locale/en/messages.properties b/locale/en/messages.properties index e4e5e37..9000a47 100644 --- a/locale/en/messages.properties +++ b/locale/en/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues aboutContributors=Contributors diff --git a/locale/eo/messages.properties b/locale/eo/messages.properties index c8077a8..06106db 100644 --- a/locale/eo/messages.properties +++ b/locale/eo/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=malplenigi kaŝmemoron hostsFilesExternalListNew=nova versio disponebla hostsFilesExternalListObsolete=neĝisdata rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Ŝanĝoprotokolo</a> +aboutChangelog=Ŝanĝoprotokolo aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Fontkodo (GPLv3) aboutIssues=Cimoj kaj problemoj aboutContributors=Kontribuantoj diff --git a/locale/es/messages.properties b/locale/es/messages.properties index 9fb29dd..0054869 100644 --- a/locale/es/messages.properties +++ b/locale/es/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=vaciar caché hostsFilesExternalListNew=nueva versión disponible hostsFilesExternalListObsolete=desactualizado rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Registro de cambios</a> +aboutChangelog=Registro de cambios aboutStorageUsed=Almacenamiento usado: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentación</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permisos</a> +aboutDoc=Documentación +aboutPermissions=Permisos aboutCode=Código fuente (GPLv3) aboutIssues=Errores y problemas aboutContributors=Colaboradores diff --git a/locale/et/messages.properties b/locale/et/messages.properties index d21f59c..ebcea27 100644 --- a/locale/et/messages.properties +++ b/locale/et/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues aboutContributors=Contributors diff --git a/locale/fa/messages.properties b/locale/fa/messages.properties index b558d85..4458223 100644 --- a/locale/fa/messages.properties +++ b/locale/fa/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=منسوخ rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Source code (GPLv3) aboutIssues=مشکلات و مسائل aboutContributors=مشارکت کنندهها diff --git a/locale/fi/messages.properties b/locale/fi/messages.properties index ebb03c9..4526221 100644 --- a/locale/fi/messages.properties +++ b/locale/fi/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=uusi versio saatavilla hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Lähdekoodi (GPLv3) aboutIssues=Bugit ja ongelmat aboutContributors=Kehittäjät ja avustajat diff --git a/locale/fil/messages.properties b/locale/fil/messages.properties index 31815ca..5fe8f04 100644 --- a/locale/fil/messages.properties +++ b/locale/fil/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=mayroong bagong bersyon hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Ginamit ang imbakan: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasyon</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Mga Pahintulot</a> +aboutDoc=Dokumentasyon +aboutPermissions=Mga Pahintulot aboutCode=Source code (GPLv3) aboutIssues=Mga bug at mga isyu aboutContributors=Mga kontribyutor diff --git a/locale/fr/messages.properties b/locale/fr/messages.properties index 40a8ab4..3647e77 100644 --- a/locale/fr/messages.properties +++ b/locale/fr/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=Vider le cache hostsFilesExternalListNew=Nouvelle version disponible hostsFilesExternalListObsolete=Potentiellement obsolète rawSettingsWarning=Attention, modifiez ces paramètres bruts à vos risques et périls. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Journal des changements (en Anglais)</a> +aboutChangelog=Journal des changements (en Anglais) aboutStorageUsed=Stockage utilisé : {{storageUsed}} octet(s) -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation (en Anglais)</a> -aboutPermissions=<a href='https://github.com/gorhill/uMatrix/wiki/Permissions'>Permissions (en Anglais)</a> +aboutDoc=Documentation (en Anglais) +aboutPermissions=Permissions (en Anglais) aboutCode=Code Source (Licence GPLv3, en Anglais) aboutIssues=Problèmes aboutContributors=Contributeurs diff --git a/locale/he/messages.properties b/locale/he/messages.properties index eec7a9a..539a8a0 100644 --- a/locale/he/messages.properties +++ b/locale/he/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=נקה זיכרון מטמון hostsFilesExternalListNew=גרסה חדשה זמינה hostsFilesExternalListObsolete=לא עדכני rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>רשימת שינויים</a> +aboutChangelog=רשימת שינויים aboutStorageUsed=אחסון בשימוש: {{storageUsed}} בתים -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>דוקומנטציה</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>הרשאות</a> +aboutDoc=דוקומנטציה +aboutPermissions=הרשאות aboutCode=קוד מקור (GPLv3) aboutIssues=באגים ובעיות aboutContributors=תורמים diff --git a/locale/hi/messages.properties b/locale/hi/messages.properties index 2437bee..7dc4729 100644 --- a/locale/hi/messages.properties +++ b/locale/hi/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues aboutContributors=Contributors diff --git a/locale/hu/messages.properties b/locale/hu/messages.properties index d2a3700..c93ecf5 100644 --- a/locale/hu/messages.properties +++ b/locale/hu/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=gyorsítótár ürítése hostsFilesExternalListNew=új verzió érhető el hostsFilesExternalListObsolete=elavult rawSettingsWarning=Vigyázat! Ezen nyers beállítások megváltoztatása csak saját felelősségre. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Változási napló</a> +aboutChangelog=Változási napló aboutStorageUsed=Tárolóhely használat: {{storageUsed}} byte -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentáció</a> -aboutPermissions=<a href='https://github.com/gorhill/uMatrix/wiki/About-the-required-permissions'>Engedélyek</a> +aboutDoc=Dokumentáció +aboutPermissions=Engedélyek aboutCode=Forráskód (GPLv3) aboutIssues=Bugok és problémák aboutContributors=Közreműködők diff --git a/locale/id/messages.properties b/locale/id/messages.properties index 58f6ea8..d1b3152 100644 --- a/locale/id/messages.properties +++ b/locale/id/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=bersihkan tembolok hostsFilesExternalListNew=versi baru tersedia hostsFilesExternalListObsolete=usang rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Catatan perubahan</a> +aboutChangelog=Catatan perubahan aboutStorageUsed=Penyimpanan digunakan: {{storageUsed}} bita -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasi</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Perizinan</a> +aboutDoc=Dokumentasi +aboutPermissions=Perizinan aboutCode=Kode sumber (GPLv3) aboutIssues=Kutu dan masalah aboutContributors=Kontributor diff --git a/locale/it/messages.properties b/locale/it/messages.properties index 535df90..1ecc65d 100644 --- a/locale/it/messages.properties +++ b/locale/it/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=elimina cache hostsFilesExternalListNew=nuova versione disponibile hostsFilesExternalListObsolete=obsoleta rawSettingsWarning=Attenzione! Modifica queste impostazioni grezze a tuo rischio. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Spazio utilizzato: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentazione</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permessi</a> +aboutDoc=Documentazione +aboutPermissions=Permessi aboutCode=Codice sorgente (GPLv3) aboutIssues=Bugs e problemi aboutContributors=Collaboratori diff --git a/locale/ja/messages.properties b/locale/ja/messages.properties index 8a866ec..3dc19de 100644 --- a/locale/ja/messages.properties +++ b/locale/ja/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=キャッシュのクリア hostsFilesExternalListNew=新しいバージョンを利用できます hostsFilesExternalListObsolete=古い rawSettingsWarning=警告! これらの内部設定はご自身のリスクにより変更すること。 -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>変更履歴</a> +aboutChangelog=変更履歴 aboutStorageUsed=使用中のストレージ: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>ドキュメント</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>パーミッションについて</a> +aboutDoc=ドキュメント +aboutPermissions=パーミッションについて aboutCode=ソースコード (GPLv3) aboutIssues=バグや問題点 aboutContributors=協力者 diff --git a/locale/ko/messages.properties b/locale/ko/messages.properties index 4ae0d11..b12670f 100644 --- a/locale/ko/messages.properties +++ b/locale/ko/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=케시 지우기 hostsFilesExternalListNew=새로운 버전이 나왔습니다 hostsFilesExternalListObsolete=구버전입니다 rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>변경사항</a> +aboutChangelog=변경사항 aboutStorageUsed=저장공간 사용: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>문서</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>확장기능 요구 권한</a> +aboutDoc=문서 +aboutPermissions=확장기능 요구 권한 aboutCode=Source code (GPLv3) aboutIssues=오류 혹은 이슈 aboutContributors=기여자 diff --git a/locale/lv/messages.properties b/locale/lv/messages.properties index f7ba185..2cd68c4 100644 --- a/locale/lv/messages.properties +++ b/locale/lv/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=Iztīrīt kešatmiņu hostsFilesExternalListNew=pieejama jauna versija hostsFilesExternalListObsolete=novecojis rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Izmaiņu žurnāls</a> +aboutChangelog=Izmaiņu žurnāls aboutStorageUsed=Izmantotā atmiņa: {{storageUsed}} baiti -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentācija</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Atļaujas</a> +aboutDoc=Dokumentācija +aboutPermissions=Atļaujas aboutCode=Pirmkods (GPLv3) aboutIssues=Kļūdas un problēmas aboutContributors=Atbalstītāji diff --git a/locale/ml/messages.properties b/locale/ml/messages.properties index 81d86b8..7dc0d08 100644 --- a/locale/ml/messages.properties +++ b/locale/ml/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=കാഷ് നശിപ്പിക്കുക hostsFilesExternalListNew=പുതിയ വെര്ഷന് ലഭ്യമാണ് hostsFilesExternalListObsolete=കാലഹരണപ്പെട്ടത് rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>മാറ്റത്തിന്റെ കുറിപ്പുകള്</a> +aboutChangelog=മാറ്റത്തിന്റെ കുറിപ്പുകള് aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>അനുവാദങ്ങള്</a> +aboutDoc=Documentation +aboutPermissions=അനുവാദങ്ങള് aboutCode=സോര്സ് കോഡ് (ജിപിഎല് വി3) aboutIssues=ബഗ്ഗുകളും പ്രശ്നങ്ങളും aboutContributors=സംഭാവന ചെയ്തവര് diff --git a/locale/nb/messages.properties b/locale/nb/messages.properties index 01fb66e..c48168b 100644 --- a/locale/nb/messages.properties +++ b/locale/nb/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=rens mellomlager hostsFilesExternalListNew=ny versjon tilgjengelig hostsFilesExternalListObsolete=utdatert rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Endringslogg</a> +aboutChangelog=Endringslogg aboutStorageUsed={{storageUsed}} Byte lagringsplass brukt -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasjon</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tillatelser</a> +aboutDoc=Dokumentasjon +aboutPermissions=Tillatelser aboutCode=Kildekode (GPLv3) aboutIssues=Feil og mangler aboutContributors=Bidragsytere diff --git a/locale/nl/messages.properties b/locale/nl/messages.properties index 32b0235..140f492 100644 --- a/locale/nl/messages.properties +++ b/locale/nl/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=cache legen hostsFilesExternalListNew=nieuwe versie beschikbaar hostsFilesExternalListObsolete=verouderd rawSettingsWarning=Waarschuwing! U wijzigt deze configuratie-instellingen op eigen risico. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Wijzigingenlogboek</a> +aboutChangelog=Wijzigingenlogboek aboutStorageUsed=Gebruikte opslag: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentatie</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Toestemmingen</a> +aboutDoc=Documentatie +aboutPermissions=Toestemmingen aboutCode=Broncode (GPLv3) aboutIssues=Bugs en problemen aboutContributors=Medewerkers diff --git a/locale/pl/messages.properties b/locale/pl/messages.properties index 2bde601..2e9b7c6 100644 --- a/locale/pl/messages.properties +++ b/locale/pl/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=wyczyść pamięć podręczną hostsFilesExternalListNew=dostępna nowsza wersja hostsFilesExternalListObsolete=nieaktualna rawSettingsWarning=Ostrzeżenie! Te ustawienia zmieniasz na własne ryzyko. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Historia zmian</a> +aboutChangelog=Historia zmian aboutStorageUsed=Wykorzystana pamięć: {{storageUsed}} bajtów -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentacja</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Uprawnienia</a> +aboutDoc=Dokumentacja +aboutPermissions=Uprawnienia aboutCode=Kod źródłowy (GPLv3) aboutIssues=Błędy i problemy aboutContributors=Współtwórcy diff --git a/locale/pt-BR/messages.properties b/locale/pt-BR/messages.properties index b9d7fd0..d01b81d 100644 --- a/locale/pt-BR/messages.properties +++ b/locale/pt-BR/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=limpar cache hostsFilesExternalListNew=nova versão disponível hostsFilesExternalListObsolete=desatualizado rawSettingsWarning=Cuidado! Mude essas configurações por sua própria conta e risco. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Armazenamento usado: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentação</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissões</a> +aboutDoc=Documentação +aboutPermissions=Permissões aboutCode=Código Fonte (GPLv3) aboutIssues=Bugs e problemas aboutContributors=Colaboradores diff --git a/locale/pt-PT/messages.properties b/locale/pt-PT/messages.properties index e4542a9..c54e0f6 100644 --- a/locale/pt-PT/messages.properties +++ b/locale/pt-PT/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=limpar cache hostsFilesExternalListNew=nova versão disponível hostsFilesExternalListObsolete=desactualizada rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Espaço usado: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentação</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissões</a> +aboutDoc=Documentação +aboutPermissions=Permissões aboutCode=Código fonte (GPLv3) aboutIssues=Bugs e problemas aboutContributors=Colaboradores diff --git a/locale/ro/messages.properties b/locale/ro/messages.properties index 2ad3f56..8166aa7 100644 --- a/locale/ro/messages.properties +++ b/locale/ro/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=șterge memoria tampon hostsFilesExternalListNew=o nouă versiune disponibilă hostsFilesExternalListObsolete=învechit rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Jurnalul de modificări</a> +aboutChangelog=Jurnalul de modificări aboutStorageUsed=Spațiu de stocare utilizat: {{storageUsed}} octeți -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentație</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permisiuni</a> +aboutDoc=Documentație +aboutPermissions=Permisiuni aboutCode=Cod sursă (GPLv3) aboutIssues=Bugs and issues aboutContributors=Contribuitori diff --git a/locale/ru/messages.properties b/locale/ru/messages.properties index 2c48393..01084a5 100644 --- a/locale/ru/messages.properties +++ b/locale/ru/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=очистить кэш hostsFilesExternalListNew=доступна новая версия hostsFilesExternalListObsolete=список устарел rawSettingsWarning=Внимание! Изменяйте эти настройки конфигурации на свой страх и риск. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Список изменений</a> +aboutChangelog=Список изменений aboutStorageUsed=Локальное хранилище: {{storageUsed}} байт -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документация</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Разрешения</a> +aboutDoc=Документация +aboutPermissions=Разрешения aboutCode=Исходный код (GPLv3) aboutIssues=Баги и проблемы aboutContributors=Участники diff --git a/locale/sl/messages.properties b/locale/sl/messages.properties index 293babc..f8bd68e 100644 --- a/locale/sl/messages.properties +++ b/locale/sl/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues aboutContributors=Contributors diff --git a/locale/sr/messages.properties b/locale/sr/messages.properties index 78b8c45..83b8b17 100644 --- a/locale/sr/messages.properties +++ b/locale/sr/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=очисти кеш hostsFilesExternalListNew=доступна нова верзија hostsFilesExternalListObsolete=застарело rawSettingsWarning=Упозорење! Мењате ова конфигурацијска подешавања на сопствени ризик. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Списак измена</a> +aboutChangelog=Списак измена aboutStorageUsed=Искоришћеност складишта: {{storageUsed}} бајтова -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документација</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Дозволе</a> +aboutDoc=Документација +aboutPermissions=Дозволе aboutCode=Изворни код (GPLv3) aboutIssues=Грешке и проблеми aboutContributors=Сарадници diff --git a/locale/sv/messages.properties b/locale/sv/messages.properties index ecae197..2fa642c 100644 --- a/locale/sv/messages.properties +++ b/locale/sv/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=rensa cache hostsFilesExternalListNew=ny version tillgänglig hostsFilesExternalListObsolete=inaktuell rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Ändringslogg</a> +aboutChangelog=Ändringslogg aboutStorageUsed=Använt utrymme: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tillstånd</a> +aboutDoc=Dokumentation +aboutPermissions=Tillstånd aboutCode=Källkod (GPLv3) aboutIssues=Buggar och problem aboutContributors=Medhjälpare diff --git a/locale/te/messages.properties b/locale/te/messages.properties index 50ce243..457699d 100644 --- a/locale/te/messages.properties +++ b/locale/te/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=Change log aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutDoc=Documentation +aboutPermissions=Permissions aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues aboutContributors=Contributors diff --git a/locale/tr/messages.properties b/locale/tr/messages.properties index a992bfb..6955c7e 100644 --- a/locale/tr/messages.properties +++ b/locale/tr/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=önbelleği temizle hostsFilesExternalListNew=yeni sürüm mevcut hostsFilesExternalListObsolete=eski rawSettingsWarning=Uyarı! Bu ham yapılandırma ayarlarını değiştirmenin sorumluluğu size aittir. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Değişim günlüğü</a> +aboutChangelog=Değişim günlüğü aboutStorageUsed=Kullanılan depolama: {{storageUsed}} bayt -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Belgeler</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>İzinler</a> +aboutDoc=Belgeler +aboutPermissions=İzinler aboutCode=Kaynak kodu (GPLv3) aboutIssues=Hatalar ve sorunlar aboutContributors=Katkıda bulunanlar diff --git a/locale/uk/messages.properties b/locale/uk/messages.properties index 02d77ba..3c9698d 100644 --- a/locale/uk/messages.properties +++ b/locale/uk/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=очистити кеш hostsFilesExternalListNew=є нова версія hostsFilesExternalListObsolete=застаріла rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Перелік змін</a> +aboutChangelog=Перелік змін aboutStorageUsed=Байтів використано у сховищі: {{storageUsed}} -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документація</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Дозволи</a> +aboutDoc=Документація +aboutPermissions=Дозволи aboutCode=Текст програми (GPLv3) aboutIssues=Проблеми і помилки aboutContributors=Учасники diff --git a/locale/vi/messages.properties b/locale/vi/messages.properties index 3672fc8..fa6da7a 100644 --- a/locale/vi/messages.properties +++ b/locale/vi/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=dọn bộ nhớ đệm hostsFilesExternalListNew=có phiên bản mới hostsFilesExternalListObsolete=đã cũ rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Thay đổi</a> +aboutChangelog=Thay đổi aboutStorageUsed=Lưu trữ đã dùng: {{storageUsed}} byte -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Tài liệu</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Quyền</a> +aboutDoc=Tài liệu +aboutPermissions=Quyền aboutCode=Mã nguồn (GPLv3) aboutIssues=Lỗi và vấn đề aboutContributors=Những người đóng góp diff --git a/locale/zh-CN/messages.properties b/locale/zh-CN/messages.properties index 8a80dfd..069a6e8 100644 --- a/locale/zh-CN/messages.properties +++ b/locale/zh-CN/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=清理缓存 hostsFilesExternalListNew=有新版本 hostsFilesExternalListObsolete=已过期 rawSettingsWarning=警告!若要自行编辑原始设定数据则后果自负。 -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>更新日志</a> +aboutChangelog=更新日志 aboutStorageUsed=占用存储空间:{{storageUsed}} 字节 -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>帮助文档</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>权限说明</a> +aboutDoc=帮助文档 +aboutPermissions=权限说明 aboutCode=源代码(GPLv3) aboutIssues=问题与报告 aboutContributors=贡献者 diff --git a/locale/zh-TW/messages.properties b/locale/zh-TW/messages.properties index 5ef4b48..836095e 100644 --- a/locale/zh-TW/messages.properties +++ b/locale/zh-TW/messages.properties @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=清除快取 hostsFilesExternalListNew=有新版本 hostsFilesExternalListObsolete=已過期 rawSettingsWarning=警告!若要自行編輯原始設定數據則後果自負。 -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>更新日誌</a> +aboutChangelog=更新日誌 aboutStorageUsed=佔用儲存空間:{{storageUsed}} 位元組 -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>幫助文檔</a> -aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>權限說明</a> +aboutDoc=幫助文檔 +aboutPermissions=權限說明 aboutCode=原始程式碼(GPLv3) aboutIssues=問題與報告 aboutContributors=貢獻者 |