From 3893b82113a8e84c3044ab31eba9eecf4a9f7c82 Mon Sep 17 00:00:00 2001 From: HexagonCDN Date: Fri, 27 Oct 2023 04:37:39 +0000 Subject: [PATCH 1/2] Translated using Weblate (Vietnamese) Currently translated at 94.6% (124 of 131 strings) Translate-URL: https://hosted.weblate.org/projects/localcdn/localcdn/vi/ --- _locales/vi/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/vi/messages.json b/_locales/vi/messages.json index af887ac6..cbf2268b 100644 --- a/_locales/vi/messages.json +++ b/_locales/vi/messages.json @@ -516,11 +516,11 @@ "description": "Missing permission" }, "permissionAllow": { - "message": "", + "message": "Cho phép", "description": "Allow" }, "permissionMoreInfo": { - "message": "", + "message": "Thêm thông tin", "description": "More info" } } From 186f16fccbbe2e1aa29a0aa251ab57bd8fdbd54b Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 27 Oct 2023 17:28:41 +0200 Subject: [PATCH 2/2] Merge branch 'develop' of https://codeberg.org/jouni/LocalCDN into jouni-develop --- core/mappings.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/mappings.js b/core/mappings.js index cc361145..48cc8123 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -272,6 +272,7 @@ mappings.cdn = { 'bootstrap/{version}/bootstrap.js': resources.bootstrapJS, 'bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS, 'bootstrap/{version}/bootstrap.css': resources.bootstrapCSS, + 'bootswatch/{version}/flatly/': resources.bootswatchFlatly, 'bowser/{version}/': resources.bowserJS, 'bower-angular-translate/{version}/angular-translate.': resources.angularTranslate, 'bower-angular-translate-loader-partial/{version}/angular-translate-loader-partial.': resources.angularTranslateLoaderPartial, @@ -299,6 +300,7 @@ mappings.cdn = { 'corejs-typeahead/{version}/typeahead.bundle.': resources.corejsTypeahead, 'd3/{version}/d3.min.js': resources.d3JS, 'd3-legend/{version}/d3-legend.': resources.d3legend, + 'datatables/{version}/': resources.datatables, 'dayjs/{version}/dayjs.': resources.dayjs, 'dexie/{version}/dexie.': resources.dexie, 'docsearch.js/{version}/docsearch.min.js': resources.docsearchJS, @@ -601,6 +603,7 @@ mappings.cdn = { 'bootstrap@{version}/dist/css/bootstrap.': resources.bootstrapCSS, 'bootstrap-icons@{version}/font/bootstrap-icons.css': resources.bootstrapIcons, 'bootstrap-icons@{version}/font/bootstrap-icons.min.css': resources.bootstrapIcons, + 'bootstrap-select@{version}/dist/css/bootstrap-select.': resources.bootstrapSelectCSS, 'bootstrap-select@{version}/dist/js/bootstrap-select.': resources.bootstrapSelectJS, 'bootstrap-table@{version}/dist/bootstrap-table.min.js': resources.bootstrapTableJS, 'bootstrap-table@{version}/dist/bootstrap-table.js': resources.bootstrapTableJS, @@ -657,6 +660,9 @@ mappings.cdn = { 'jquery-ui-dist@{version}/jquery-ui.js': resources.jQueryUI, 'jquery-ui-dist@{version}/jquery-ui.min.js': resources.jQueryUI, 'jquery-validation@{version}/dist/jquery.validate.': resources.jqueryValidationPlugin, + 'js-cookie@{version}/dist/js.cookie.js': resources.jscookie, + 'js-cookie@{version}/dist/js.cookie.min.js': resources.jscookie, + 'js-cookie@{version}/src/js.cookie.': resources.jscookie, 'leaflet@{version}/dist/leaflet.js': resources.leafletJS, 'leaflet@{version}/dist/leaflet.css': resources.leafletCSS, 'leaflet-easybutton@{version}/src/easy-button.js': resources.leafletEasyButton,