diff --git a/Tekst-API/openapi.json b/Tekst-API/openapi.json index 54bd200ce..f61214dd2 100644 --- a/Tekst-API/openapi.json +++ b/Tekst-API/openapi.json @@ -4,7 +4,7 @@ "title": "Tekst-Dev", "summary": "An online text research platform", "contact": {}, - "version": "0.51.1b0" + "version": "0.51.2b0" }, "servers": [ { diff --git a/Tekst-API/pyproject.toml b/Tekst-API/pyproject.toml index 1cf46420d..8b4452e5b 100644 --- a/Tekst-API/pyproject.toml +++ b/Tekst-API/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tekst" -version = "0.51.1b0" +version = "0.51.2b0" description = "An online text research platform" readme = "README.md" authors = [ diff --git a/Tekst-API/uv.lock b/Tekst-API/uv.lock index ff308079d..602f372cd 100644 --- a/Tekst-API/uv.lock +++ b/Tekst-API/uv.lock @@ -1327,7 +1327,7 @@ wheels = [ [[package]] name = "tekst" -version = "0.51.1b0" +version = "0.51.2b0" source = { editable = "." } dependencies = [ { name = "beanie" }, diff --git a/Tekst-Web/i18n/ui/deDE.yml b/Tekst-Web/i18n/ui/deDE.yml index 848bc5078..5f96f8d96 100644 --- a/Tekst-Web/i18n/ui/deDE.yml +++ b/Tekst-Web/i18n/ui/deDE.yml @@ -236,9 +236,9 @@ browse: activateCategory: Zeige alle Ressourcen dieser Kategorie deactivateCategory: Verstecke alle Ressourcen dieser Kategorie contentCitation: - title: Inhalt zitieren - full: Volle Ressourcen-Zitation mit Inhalts-URL - urlOnly: URL zu diesem Inhalt + full: Volle Ressourcen-Zitation mit Belegstellen-URL + resOnly: Ressourcen-Zitation + urlOnly: URL zu Inhalt/Belegstelle uncategorized: Unkategorisiert locationResourceNoData: Keine Daten für diese Belegstelle textNoLocations: Die Einrichtung dieses Textes scheint unvollständig. Es wurden keine Belegstellen definiert. diff --git a/Tekst-Web/i18n/ui/enUS.yml b/Tekst-Web/i18n/ui/enUS.yml index 47d10b29f..e05af5ae7 100644 --- a/Tekst-Web/i18n/ui/enUS.yml +++ b/Tekst-Web/i18n/ui/enUS.yml @@ -232,9 +232,9 @@ browse: activateCategory: Show all resources in this category deactivateCategory: Hide all resources in this category contentCitation: - title: Content Citation - full: Full resource citation with content URL - urlOnly: URL for this content + full: Full resource citation with location URL + resOnly: Resource citation + urlOnly: URL of content/location archiveWidgetTitle: Content Archive uncategorized: Uncategorized locationResourceNoData: No data for this location @@ -597,8 +597,8 @@ contents: tipBtnCompare: Select other resource to compare with tipBtnCopyOriginal: Copy from original resource tipBtnApplyChanges: Copy content for this location - tipBtnPrevChange: Go to previous content - tipBtnNextChange: Go to next content + tipBtnPrevChange: Skip to previous content + tipBtnNextChange: Skip to next content forComparison: '{title} (for comparison)' fromOriginalResourceHint: | This is a resource patch. diff --git a/Tekst-Web/package-lock.json b/Tekst-Web/package-lock.json index 3f1fbd8d2..0f7923036 100644 --- a/Tekst-Web/package-lock.json +++ b/Tekst-Web/package-lock.json @@ -1,12 +1,12 @@ { "name": "tekst", - "version": "0.51.1-beta.0", + "version": "0.51.2-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tekst", - "version": "0.51.1-beta.0", + "version": "0.51.2-beta.0", "dependencies": { "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-json": "^6.0.1", @@ -39,13 +39,13 @@ "@babel/types": "^7.25.6", "@intlify/eslint-plugin-vue-i18n": "^4.0.0", "@intlify/unplugin-vue-i18n": "^11.0.0", + "@lucide/vue": "^1.7.0", "@rushstack/eslint-patch": "^1.10.4", "@tsconfig/node24": "^24.0.0", "@types/color": "^4.0.0", "@types/js-cookie": "^3.0.6", "@types/jsdom": "^28.0.0", "@types/node": "^24.0.0", - "@vicons/material": "^0.13.0", "@vitejs/plugin-vue": "^6.0.0", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.0.1", @@ -1738,6 +1738,16 @@ "@lezer/common": "^1.0.0" } }, + "node_modules/@lucide/vue": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@lucide/vue/-/vue-1.7.0.tgz", + "integrity": "sha512-X3gTarOkNh2ThNK7IaDa4gdjFAtZyoKH/eoScklvmtNTWE5uxkycBQOuchGExY5swCqh1WptEIAWrmbuQcy2fA==", + "dev": true, + "license": "ISC", + "peerDependencies": { + "vue": ">=3.0.1" + } + }, "node_modules/@marijn/find-cluster-break": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz", @@ -3095,13 +3105,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/@vicons/material": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@vicons/material/-/material-0.13.0.tgz", - "integrity": "sha512-lKVxFNprM+CaBkUH3gt6VjIeiMsKQl2zARQMwTCZruQl2vRHzyeZiKeCflWS99CEfv2JzX/6y697smxlzyxcVw==", - "dev": true, - "license": "Apache 2.0" - }, "node_modules/@vitejs/plugin-vue": { "version": "6.0.5", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz", diff --git a/Tekst-Web/package.json b/Tekst-Web/package.json index 9109572ef..c2760ed14 100644 --- a/Tekst-Web/package.json +++ b/Tekst-Web/package.json @@ -1,6 +1,6 @@ { "name": "tekst", - "version": "0.51.1-beta.0", + "version": "0.51.2-beta.0", "private": true, "type": "module", "scripts": { @@ -47,13 +47,13 @@ "@babel/types": "^7.25.6", "@intlify/eslint-plugin-vue-i18n": "^4.0.0", "@intlify/unplugin-vue-i18n": "^11.0.0", + "@lucide/vue": "^1.7.0", "@rushstack/eslint-patch": "^1.10.4", "@tsconfig/node24": "^24.0.0", "@types/color": "^4.0.0", "@types/js-cookie": "^3.0.6", "@types/jsdom": "^28.0.0", "@types/node": "^24.0.0", - "@vicons/material": "^0.13.0", "@vitejs/plugin-vue": "^6.0.0", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.0.1", diff --git a/Tekst-Web/src/components/AudioPlayer.vue b/Tekst-Web/src/components/AudioPlayer.vue index 5bd999e3a..211060876 100644 --- a/Tekst-Web/src/components/AudioPlayer.vue +++ b/Tekst-Web/src/components/AudioPlayer.vue @@ -1,5 +1,5 @@