diff --git a/.github/BUILD.md b/.github/BUILD.md index 2e081548fe..f42b7d1270 100644 --- a/.github/BUILD.md +++ b/.github/BUILD.md @@ -9,7 +9,7 @@ In order to use Umbraco as a CMS and build your website with it, you should not - Are you about to [create a pull request for Umbraco][contribution guidelines]? - Are you trying to get to the bottom of a problem in your existing Umbraco installation? -If the answer is yes, please read on. Otherwise, make sure to head on over [to the download page](https://our.umbraco.com/download) and start using Umbraco CMS as intended. +If the answer is yes, please read on. Otherwise, make sure to head on over [to the releases page](https://releases.umbraco.com) and start using Umbraco CMS as intended. ## Table of contents diff --git a/.github/contributing-first-issue.md b/.github/contributing-first-issue.md index e4e865b287..e0d89dce2b 100644 --- a/.github/contributing-first-issue.md +++ b/.github/contributing-first-issue.md @@ -79,7 +79,7 @@ You can get in touch with [the core contributors team][core collabs] in multiple - If there's an existing issue on the issue tracker then that's a good place to leave questions and discuss how to start or move forward. - If you want to ask questions on some code you've already written you can create a draft pull request, [detailed in a GitHub blog post][draft prs]. -- Unsure where to start? Did something not work as expected? Try leaving a note in the ["Contributing to Umbraco"][contrib forum] forum. The team monitors that one closely, so one of us will be on hand and ready to point you in the right direction. +- Unsure where to start? Did something not work as expected? Try leaving a note in the [forum][forum]. The team monitors that one closely, so one of us will be on hand and ready to point you in the right direction. @@ -90,7 +90,7 @@ You can get in touch with [the core contributors team][core collabs] in multiple [sync fork ext]: http://robots.thoughtbot.com/post/5133345960/keeping-a-git-fork-updated "Details on keeping a git fork updated" [draft prs]: https://github.blog/2019-02-14-introducing-draft-pull-requests/ "Github's blog post providing details on draft pull requests" -[contrib forum]: https://our.umbraco.com/forum/contributing-to-umbraco-cms/ +[forum]: https://forum.umbraco.com/ [Umbraco CMS repo]: https://github.com/umbraco/Umbraco-CMS [up for grabs issues]: https://github.com/umbraco/Umbraco-CMS/issues?q=is%3Aissue+is%3Aopen+label%3Acommunity%2Fup-for-grabs [issue tracker]: https://github.com/umbraco/Umbraco-CMS/issues \ No newline at end of file diff --git a/src/Umbraco.Cms.Api.Management/Controllers/Help/GetHelpController.cs b/src/Umbraco.Cms.Api.Management/Controllers/Help/GetHelpController.cs index e2227409b2..9c8b4a8c43 100644 --- a/src/Umbraco.Cms.Api.Management/Controllers/Help/GetHelpController.cs +++ b/src/Umbraco.Cms.Api.Management/Controllers/Help/GetHelpController.cs @@ -11,6 +11,7 @@ using Umbraco.Cms.Api.Common.ViewModels.Pagination; namespace Umbraco.Cms.Api.Management.Controllers.Help; +[Obsolete("This is no longer used and will be removed in v19")] [ApiVersion("1.0")] public class GetHelpController : HelpControllerBase { diff --git a/src/Umbraco.Cms.Api.Management/Controllers/Help/HelpControllerBase.cs b/src/Umbraco.Cms.Api.Management/Controllers/Help/HelpControllerBase.cs index 4fce426926..fe3a5870c5 100644 --- a/src/Umbraco.Cms.Api.Management/Controllers/Help/HelpControllerBase.cs +++ b/src/Umbraco.Cms.Api.Management/Controllers/Help/HelpControllerBase.cs @@ -3,6 +3,7 @@ using Umbraco.Cms.Api.Management.Routing; namespace Umbraco.Cms.Api.Management.Controllers.Help; +[Obsolete("This is no longer used and will be removed in v19")] [VersionedApiBackOfficeRoute("help")] [ApiExplorerSettings(GroupName = "Help")] public abstract class HelpControllerBase : ManagementApiControllerBase diff --git a/src/Umbraco.Cms.Api.Management/OpenApi.json b/src/Umbraco.Cms.Api.Management/OpenApi.json index 51a57abdbd..f64726a323 100644 --- a/src/Umbraco.Cms.Api.Management/OpenApi.json +++ b/src/Umbraco.Cms.Api.Management/OpenApi.json @@ -11898,94 +11898,6 @@ ] } }, - "/umbraco/management/api/v1/help": { - "get": { - "tags": [ - "Help" - ], - "operationId": "GetHelp", - "parameters": [ - { - "name": "section", - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "tree", - "in": "query", - "schema": { - "type": "string" - } - }, - { - "name": "skip", - "in": "query", - "schema": { - "type": "integer", - "format": "int32", - "default": 0 - } - }, - { - "name": "take", - "in": "query", - "schema": { - "type": "integer", - "format": "int32", - "default": 100 - } - }, - { - "name": "baseUrl", - "in": "query", - "schema": { - "type": "string", - "default": "https://our.umbraco.com" - } - } - ], - "responses": { - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/ProblemDetails" - } - ] - } - } - } - }, - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "oneOf": [ - { - "$ref": "#/components/schemas/PagedHelpPageResponseModel" - } - ] - } - } - } - }, - "401": { - "description": "The resource is protected and requires an authentication token" - } - }, - "security": [ - { - "Backoffice-User": [ ] - } - ] - } - }, "/umbraco/management/api/v1/imaging/resize/urls": { "get": { "tags": [ diff --git a/src/Umbraco.Cms.Api.Management/ViewModels/Installer/UpgradeSettingsResponseModel.cs b/src/Umbraco.Cms.Api.Management/ViewModels/Installer/UpgradeSettingsResponseModel.cs index 6b1eea2d78..af864b49ee 100644 --- a/src/Umbraco.Cms.Api.Management/ViewModels/Installer/UpgradeSettingsResponseModel.cs +++ b/src/Umbraco.Cms.Api.Management/ViewModels/Installer/UpgradeSettingsResponseModel.cs @@ -17,5 +17,5 @@ public class UpgradeSettingsResponseModel public string OldVersion { get; set; } = string.Empty; public string ReportUrl => - $"https://our.umbraco.com/contribute/releases/compare?from={OldVersion}&to={NewVersion}¬es=1"; + $"https://releases.umbraco.com/compare?from={OldVersion}&to={NewVersion}¬es=1"; } diff --git a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/NoNodes.cshtml b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/NoNodes.cshtml index 51ab51987b..596af6ec19 100644 --- a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/NoNodes.cshtml +++ b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoWebsite/NoNodes.cshtml @@ -43,10 +43,10 @@
The Umbraco community is the best of its kind, be sure to visit, and if you have any questions, we're sure that you can get your answers from the community.
+The forum is the central hub for the Umbraco developer community. This is where developers, integrators, and contributors come together to ask questions, share knowledge, and collaborate on all things Umbraco.
- our.Umbraco → + Umbraco community forum →The Umbraco community is the best of its kind, be sure to visit, and if you have any questions, we're sure that you can get your answers from the community.
+The forum is the central hub for the Umbraco developer community. This is where developers, integrators, and contributors come together to ask questions, share knowledge, and collaborate on all things Umbraco.
- our.Umbraco → + Umbraco community forum →لم يتم العثور على قاعدة البيانات! يرجى التحقق من أن المعلومات في سلسلة الاتصال في ملف "web.config" صحيحة.
\nللمتابعة، يرجى تعديل ملف "web.config" (باستخدام Visual Studio أو محرر النصوص المفضل لديك)، والتمرير إلى الأسفل، وإضافة سلسلة الاتصال لقاعدة البيانات الخاصة بك في المفتاح المسمى "UmbracoDbDSN" وحفظ الملف.
\nاضغط على زر إعادة المحاولة عند الانتهاء.
\n\t\t\t مزيد من المعلومات حول تحرير web.config هنا.
Umbraco حاليًا لا يعمل في وضع التصحيح، لذا لا يمكنك استخدام أداة التحليل المدمجة. هذا هو الوضع الصحيح لموقع الإنتاج.
يتم تشغيل وضع التصحيح عن طريق تعيين Umbraco:CMS:Hosting:Debug إلى true في appsettings.json أو appsettings.{Environment}.json أو عبر متغير بيئة.
', }, - settingsDashboardVideos: { - trainingHeadline: 'ساعات من مقاطع فيديو تدريب Umbraco على بعد نقرة واحدة', - trainingDescription: - 'هل تريد إتقان Umbraco؟ اقض بضع دقائق في تعلم بعض الممارسات الأفضل من خلال مشاهدة واحدة من هذه الفيديوهات حول استخدام Umbraco. وزيارة umbraco.tv لمزيد من مقاطع الفيديو حول Umbraco
', - }, settingsDashboard: { documentationHeader: 'التوثيق', documentationDescription: 'اقرأ المزيد عن العمل مع العناصر في الإعدادات في توثيقنا.', communityHeader: 'المجتمع', - communityDescription: 'اطرح سؤالاً في منتدى المجتمع أو مجتمع Discord لدينا.', + communityDescription: 'اطرح سؤالاً في منتدى مجتمعنا.', trainingHeader: 'التدريب', trainingDescription: 'اكتشف فرص التدريب والتأهيل الرسمية', supportHeader: 'الدعم', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/bs.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/bs.ts index d182337d23..e7fa8bf6c2 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/bs.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/bs.ts @@ -889,8 +889,6 @@ export default { databaseInstall: '\n Pritisnite Instaliraj za instalaciju Umbraco %0% baze podataka\n ', databaseInstallDone: 'Umbraco %0% je sada kopiran u vašu bazu podataka. Pritisnite Dalje da nastavite.', - databaseNotFound: - 'Baza podataka nije pronađena! Provjerite jesu li informacije u "konekcijskom string" u "web.config" fajlu ispravne.
\nDa nastavite, uredite "web.config" fajl. (koristeći Visual Studio ili vaš omiljeni uređivač teksta), skrolujte do dna, dodajte konekcijski string za vašu bazu podataka u ključ nazvan "UmbracoDbDSN" i sačuvajte fajl.
\n\n Kliknite na pokušaj ponovo dugme kada završite.
\n\t\t\t \n\t\t\t Više informacija o uređivanju web.config fajla možete pronaći ovdje.
Želite savladati Umbraco? Provedite nekoliko minuta učeći neke najbolje prakse gledajući jedan od ovih videozapisa o korištenju Umbraco-a Umbraco Learning Base Youtube kanal. Ovdje možete pronaći gomilu video materijala koji pokriva mnoge aspekte Umbraco-a.
\n ', getStarted: 'Za početak', }, - settingsDashboard: { - start: 'Počni ovdje', - startDescription: - 'Ovaj odjeljak sadrži blokove za izgradnju vaše Umbraco stranice. Slijedite dolje\n veze da saznate više o radu sa stavkama u odjeljku Postavke\n ', - more: 'Saznajte više', - bulletPointOne: - '\n Pročitajte više o radu sa stavkama u Postavkama u odjeljku Dokumentacija na Our Umbraco\n ', - bulletPointTwo: - '\n Postavite pitanje na Forumu zajednice\n ', - bulletPointTutorials: - '\n Gledajte besplatno video tutorijale na Umbraco Learning Base\n ', - bulletPointFour: - '\n Saznajte više o našim alatima za povećanje produktivnosti i komercijalna podrška\n ', - bulletPointFive: - '\n Saznajte nešto o mogućnosti stvarne obuke i certifikacije\n ', - }, startupDashboard: { fallbackHeadline: 'Dobrodošli u The Friendly CMS', fallbackDescription: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/cs.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/cs.ts index 594b299354..2d5e57be40 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/cs.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/cs.ts @@ -1111,12 +1111,6 @@ export default { statistics: 'Statistiky', help: 'Nápověda', }, - help: { - tours: 'Příručky', - theBestUmbracoVideoTutorials: 'Nejlepší videopříručky Umbraco', - umbracoForum: 'Navštívit our.umbraco.com', - umbracoTv: 'Navštívit umbraco.tv', - }, settings: { defaulttemplate: 'Výchozí šablona', importDocumentTypeHelp: @@ -1904,28 +1898,6 @@ export default { activateByDefault: 'Ve výchozím stavu aktivovat profiler', reminder: 'Přátelské připomenutí', }, - settingsDashboardVideos: { - trainingHeadline: 'Hodiny tréninkových videí Umbraco jsou blíž než si myslíte', - trainingDescription: - '\nChcete ovládnout Umbraco? Stačí strávit pár minut sledování jednoho z těchto videí o používání Umbraco. Nebo navštivte umbraco.tv, kde najdete ještě více videí o Umbraco
\n ', - getStarted: 'Chcete-li začít', - }, - settingsDashboard: { - start: 'Začněte zde', - startDescription: - 'Tato část obsahuje stavební bloky pro váš web Umbraco. Podle níže uvedených odkazů se dozvíte více o práci s položkami v části Nastavení', - more: 'Zjistit více', - bulletPointOne: - '\n Další informace o práci s položkami naleznete v části Nastavení v sekci Dokumentace v Our Umbraco\n ', - bulletPointTwo: - '\n Zeptejte se na fóru komunity\n ', - bulletPointThree: - '\n Podívejte se na naše výuková videa (některá jsou zdarma, jiná vyžadují předplatné)\n ', - bulletPointFour: - '\n Další informace o našich nástrojích zvyšujících produktivitu a komerční podpoře\n ', - bulletPointFive: - '\n Zjistěte více o možnostech školení a certifikace\n ', - }, startupDashboard: { fallbackHeadline: 'Vítejte v přátelském CMS', fallbackDescription: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/cy.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/cy.ts index c76993903f..e9d99314b5 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/cy.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/cy.ts @@ -937,8 +937,6 @@ export default { databaseInstall: '\n Gwasgwch y botwm gosod i osod y gronfa ddata %0% Umbraco\n ', databaseInstallDone: "Mae Umbraco %0% yn awr wedi copïo i'ch gronfa ddata. Gwasgwch Nesaf i fwrw ymlaen.", - databaseNotFound: - 'Cronfa ddata heb ei ganfod! Gwiriwch fod y gwybodaeth yn y "llinyn gyswllt" o\'r ffeil "web.config" yn gywir.
\nEr mwyn parhau, newidiwch y ffeil "web.config" (gan ddefnyddio Visual Studio neu eich hoff olygydd testun), rholiwch at y gwaelod, ychwanegwch y llinyn gyswllt ar gyfer eich cronfa ddata yn yr allwedd o\'r enw "UmbracoDbDSN" ac achub y ffeil.
\n\n Cliciwch y botwm ceisio eto pan rydych wedi\n gorffen.
\n\t\t\t Mwy o wybodaeth am newid y ffeil web.config yma.
Eisiau meistroli Umbraco? Treuliwch gwpl o funudau yn dysgu rhai o\'r arferion gorau gan wylio un o\'r fideos hyn am sut i ddefnyddio Umbraco. Ac ymweld â umbraco.tv am fwy o fideos am Umbraco
\n ', getStarted: 'I roi cychwyn i chi', }, - settingsDashboard: { - start: 'Dechrau yma', - startDescription: - "Mae'r adran hon yn cynnwys y blociau adeiladu am eich safle Umbraco. Dilyn y dolenni isod i ddarganfod fwy am weithio gyda'r eitemau yn yr adran Gosodiadau", - more: 'Ddarganfod fwy', - bulletPointOne: - '\n Darllenwch fwy am weithio efo\'r eitemau yn yr adran Gosodiadau fewn yr adran Dogfennaeth o Our Umbraco\n ', - bulletPointTwo: - '\n Gofynnwch gwestiwn yn y Fforwm Cymunedol\n ', - bulletPointFour: - '\n Darganfyddwch fwy am ein hoffer hybu cynhyrchiant a chefnogaeth fasnachol\n ', - bulletPointFive: - '\n Darganfyddwch fwy am gyfleoedd hyfforddi ac ardystio\n ', - bulletPointTutorials: - '\n Gwyliwch ein fideos tiwtorial rhad ac am ddim ar Ganolfan Ddysgu Umbraco\n ', - }, startupDashboard: { fallbackHeadline: "Croeso i'r SRC cyfeillgar", fallbackDescription: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts index 02b918c910..d0f96464b3 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts @@ -1058,8 +1058,6 @@ export default { databaseInstall: '\n Klik på installér knappen for at installere Umbraco %0% databasen\n ', databaseInstallDone: 'Umbraco %0% er nu blevet kopieret til din database. Tryk påDatabasen er ikke fundet. Kontrollér venligst at informationen i database forbindelsesstrengen i "web.config" filen er korrekt.
\nFor at fortsætte bedes du venligst rette "web.config" filen (ved at bruge Visual Studio eller dit favoritprogram), scroll til bunden, tilføj forbindelsesstrengen til din database i feltet som hedder "umbracoDbDSN" og gem filen.
Klik på Forsøg igen knappen når du er færdig.
Mere information om at redigere web.config her.
\n Umbraco currently does not run in debug mode, so you can't use the built-in profiler. This is how it should be for a production site.\n
\n\n Debug mode is turned on by setting Umbraco:CMS:Hosting:Debug to true in appsettings.json, appsettings.{Environment}.json or via an environment variable.\n
\n ", }, - settingsDashboardVideos: { - trainingHeadline: 'Hours of Umbraco training videos are only a click away', - trainingDescription: - '\nWant to master Umbraco? Spend a couple of minutes learning some best practices by watching one of these videos about using Umbraco. And visit umbraco.tv for even more Umbraco videos
\n ', - learningBaseDescription: - 'Vil du mestre Umbraco? Brug et par minutter på at lære nogle best practices ved at besøge Umbraco Learning Base YouTube-kanalen. Her finder du en masse videoer, der dækker mange aspekter af Umbraco.
', - getStarted: 'To get you started', - }, settingsDashboard: { documentationHeader: 'Dokumentation', documentationDescription: 'Læs mere om at arbejde med elementerne i Indstillinger i vores Dokumentation.', communityHeader: 'Community', - communityDescription: 'Stil et spørgsmål i community forummet eller i vores Discord community', + communityDescription: 'Stil et spørgsmål i community forummet', trainingHeader: 'Træning', trainingDescription: 'Se mulighederne for real-life træning og certificering', supportHeader: 'Support', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/de.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/de.ts index c183998bfb..9209a05fc9 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/de.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/de.ts @@ -1272,14 +1272,6 @@ export default { translation: 'Übersetzung', users: 'Benutzer', }, - help: { - tours: 'Touren', - theBestUmbracoVideoTutorials: 'Die besten Umbraco-Video-Tutorials', - umbracoForum: 'Besuche our.umbraco.com', - umbracoTv: 'Besuche umbraco.tv', - umbracoLearningBase: 'Schaue gratis Tutorials', - umbracoLearningBaseDescription: 'von Umbraco Learning Base', - }, settings: { defaulttemplate: 'Standardvorlage', importDocumentTypeHelp: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts index 7101a54399..c674813e1d 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts @@ -48,8 +48,6 @@ export default { color: 'Text color', }, installer: { - databaseNotFound: - 'Database not found! Please check that the information in the "connection string" of the "web.config" file is correct.
To proceed, please edit the "web.config" file (using Visual Studio or your favorite text editor), scroll to the bottom, add the connection string for your database in the key named "UmbracoDbDSN" and save the file.
Click the retry button when done.
More information on editing web.config here.
Database not found! Please check that the information in the "connection string" of the "web.config" file is correct.
To proceed, please edit the "web.config" file (using Visual Studio or your favourite text editor), scroll to the bottom, add the connection string for your database in the key named "UmbracoDbDSN" and save the file.
Click the retry button when done.
More information on editing web.config here.
Umbraco currently does not run in debug mode, so you can't use the built-in profiler. This is how it should be for a production site.
Debug mode is turned on by setting Umbraco:CMS:Hosting:Debug to true in appsettings.json, appsettings.{Environment}.json or via an environment variable.
", }, - settingsDashboardVideos: { - trainingHeadline: 'Hours of Umbraco training videos are only a click away', - trainingDescription: - 'Want to master Umbraco? Spend a couple of minutes learning some best practices by watching one of these videos about using Umbraco. And visit umbraco.tv for even more Umbraco videos
', - learningBaseDescription: - 'Want to master Umbraco? Spend a few minutes learning some best practices by visiting the Umbraco Learning Base Youtube channel. Here you can find a bunch of video material covering many aspects of Umbraco.
', - getStarted: 'To get you started', - }, settingsDashboard: { documentationHeader: 'Documentation', documentationDescription: 'Read more about working with the items in Settings in our Documentation.', communityHeader: 'Community', - communityDescription: 'Ask a question in the community forum or our Discord community.', + communityDescription: 'Ask a question in the community forum.', trainingHeader: 'Training', trainingDescription: 'Find out about real-life training and certification opportunities', supportHeader: 'Support', @@ -2572,18 +2554,17 @@ export default { "Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.", }, welcomeDashboard: { - ourUmbracoHeadline: 'Our Umbraco - The Friendliest Community', - ourUmbracoDescription: - "Our Umbraco, the official community site, is your one-stop-shop for everything Umbraco. Whether you need a question answered, cool plugins, or a guide of how to do something in Umbraco, the world's best and friendliest community is just a click away.", - ourUmbracoButton: 'Visit Our Umbraco', + umbracoForumHeadline: 'The Umbraco community forum', + umbracoForumDescription: 'The forum is the central hub for the Umbraco developer community. This is where developers, integrators, and contributors come together to ask questions, share knowledge, and collaborate on all things Umbraco.', + umbracoForumButton: 'Visit the Umbraco community forum', + umbracoCommunityHeadline: 'The Umbraco community site', + umbracoCommunityDescription: 'The gathering place for all things Umbraco. Whether you write, teach, test, give feedback, or want to connect with others, there’s a way for you to be part of the Friendly Umbraco community.', documentationHeadline: 'Documentation', - documentationDescription: 'Find the answers to all your Umbraco questions', - communityHeadline: 'Community', - communityDescription: 'Get support and inspiration from driven Umbraco experts', + documentationDescription: 'Your guide to everything Umbraco. Learn how to get started, explore new features, and discover best practices through clear examples and explanations.', resourcesHeadline: 'Resources', - resourcesDescription: 'Free video tutorials to jumpstart your journey with the CMS', + resourcesDescription: 'Explore Umbraco resources to learn, build, and grow your skills. Find blogs, tutorials, demos, documentation, and videos to help you make the most of Umbraco.', trainingHeadline: 'Training', - trainingDescription: 'Real-life training and official Umbraco certifications', + trainingDescription: 'Master Umbraco with official training. Get practical experience through instructor-led courses and earn certifications that help you grow your skills and career.', }, blockEditor: { headlineCreateBlock: 'Pick Element Type', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/es.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/es.ts index 06c9716958..2e8ca5780b 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/es.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/es.ts @@ -901,9 +901,6 @@ export default { help: 'Ayuda', packages: 'Paquetes', }, - help: { - theBestUmbracoVideoTutorials: 'Los mejores tutoriales en video para Umbraco', - }, settings: { defaulttemplate: 'Plantilla por defecto', importDocumentTypeHelp: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/fr.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/fr.ts index 62ee5fac0d..7ac00a823c 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/fr.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/fr.ts @@ -1129,9 +1129,6 @@ export default { translation: 'Traduction', users: 'Utilisateurs', }, - help: { - theBestUmbracoVideoTutorials: 'Les meilleurs tutoriels vidéo Umbraco', - }, settings: { defaulttemplate: 'Modèle par défaut', importDocumentTypeHelp: @@ -1947,28 +1944,6 @@ export default { activateByDefault: 'Activer le profileur par défaut', reminder: 'Rappel amical', }, - settingsDashboardVideos: { - trainingHeadline: "Des heures de vidéos de formation Umbraco ne sont qu'à un clic d'ici", - trainingDescription: - '\nVous voulez maîtriser Umbraco? Passez quelques minutes à apprendre certaines des meilleures pratiques en regardant une de ces vidéos à propos de l\'utilisation d\'Umbraco. Et visitez umbraco.tv pour encore plus de vidéos Umbraco
\n ', - getStarted: 'Pour démarrer', - }, - settingsDashboard: { - start: 'Commencer ici', - startDescription: - "Cette section contient les blocs fondamentaux pour votre site Umbraco. Suivez les liens ci-dessous pour en apprendre d'avantage sur la façon de travailler avec les éléments de la section Settings", - more: 'En savoir plus', - bulletPointOne: - '\n Lisez-en plus sur la façon de travailler avec les éléments dans la section Settings dans la section Documentation de Our Umbraco\n ', - bulletPointTwo: - '\n Posez une question dans le Community Forum\n ', - bulletPointThree: - '\n Regardez nos tutoriels vidéos (certains sont gratuits, certains nécessitent un abonnement)\n ', - bulletPointFour: - '\n Découvrez nos outils d\'amélioration de productivité et notre support commercial\n ', - bulletPointFive: - '\n Découvrez nos possibilités de formations et certifications\n ', - }, treeSearch: { searchResult: 'élément retrouvé', searchResults: 'éléments retrouvés', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/hr.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/hr.ts index 13c42aaaac..36b2db7906 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/hr.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/hr.ts @@ -891,8 +891,6 @@ export default { databaseInstall: '\n Pritisnite Instaliraj za instalaciju Umbraco %0% baze podataka\n ', databaseInstallDone: 'Umbraco %0% je sada kopiran u vašu bazu podataka. Pritisnite Dalje da nastavite.', - databaseNotFound: - 'Baza podataka nije pronađena! Provjerite jesu li informacije u "konekcijskom string" u "web.config" datoteci ispravne.
\nDa nastavite, uredite "web.config" datoteku. (koristeći Visual Studio ili vaš omiljeni uređivač teksta), skorlajte do dna, dodajte konekcijski string za vašu bazu podataka u svojstvo nazvan "UmbracoDbDSN" i spremite datoteku.
\n\n Kliknite na gumb pokušaj ponovo kada završite.
\n\t\t\t \n\t\t\t Više informacija o uređivanju web.config datoteke možete pronaći ovdje.
\n Umbraco trenutno ne radi u načinu za otklanjanje grešaka, tako da ne možete koristiti ugrađeni profiler. Ovako bi trebalo da bude za proizvodnu lokaciju.\n
\n\n Režim za otklanjanje grešaka se uključuje podešavanjem Umbraco:CMS:Hosting:Debug na true u appsettings.json, appsettings.{Environment}.json ili preko varijable okruženja.\n
\n ', }, - settingsDashboardVideos: { - trainingHeadline: 'Sati Umbraco trening videa udaljeni su samo jedan klik', - trainingDescription: - '\nŽelite naučiti Umbraco? Provedite nekoliko minuta učeći najbolje prakse gledajući jedan od ovih videozapisa o korištenju Umbraco-a. I posjetite umbraco.tv za još više Umbraco videa
\n ', - learningBaseDescription: - '\nŽelite savladati Umbraco? Provedite nekoliko minuta učeći najbolje prakse gledajući jedan od ovih videozapisa o korištenju Umbraco-a Umbraco Learning Base Youtube kanal. Ovdje možete pronaći gomilu video materijala koji pokriva mnoge aspekte Umbraco-a.
\n ', - getStarted: 'Za početak', - }, - settingsDashboard: { - start: 'Krenite ovdje', - startDescription: - 'Ovaj odjeljak sadrži blokove za izgradnju vaše Umbraco stranice. Slijedite dolje\n navedene veze linkova kako biste saznali više o radu sa stavkama u odjeljku Postavke\n ', - more: 'Saznajte više', - bulletPointOne: - '\n Pročitajte više o radu sa stavkama u Postavkama u odjeljku Dokumentacija na Our Umbraco\n ', - bulletPointTwo: - '\n Postavite pitanje na Forumu zajednice\n ', - bulletPointTutorials: - '\n Gledajte besplatno video tutorijale na Umbraco Learning Base\n ', - bulletPointFour: - '\n Saznajte više o našim alatima za povećanje produktivnosti i komercijalna podrška\n ', - bulletPointFive: - '\n Saznajte nešto o mogućnosti stvarne obuke i certifikacije\n ', - }, startupDashboard: { fallbackHeadline: 'Dobrodošli u The Friendly CMS', fallbackDescription: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/it.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/it.ts index ac59d1457f..93d63be411 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/it.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/it.ts @@ -1231,12 +1231,6 @@ export default { translation: 'Traduzione', users: 'Utenti', }, - help: { - tours: 'Tours', - theBestUmbracoVideoTutorials: 'I migliori video tutorial su Umbraco', - umbracoForum: 'Visita our.umbraco.com', - umbracoTv: 'Visita umbraco.tv', - }, settings: { defaulttemplate: 'Template di base', importDocumentTypeHelp: @@ -2204,28 +2198,6 @@ export default { profilerEnabledDescription: '\n\n Umbraco attualmente non viene eseguito in modalità debug, quindi non è possibile utilizzare il profiler integrato. Questo è come dovrebbe essere per un sito produttivo.\n
\n\n La modalità di debug viene attivata impostando debug="true" nell\'elemento <compilation /> in web.config.\n
\n ', }, - settingsDashboardVideos: { - trainingHeadline: 'Ore di videoallenamenti su Umbraco sono a solo un click da te', - trainingDescription: - '\nVuoi padroneggiare Umbraco? Dedica un paio di minuti all\'apprendimento di alcune best practice guardando uno di questi video sull\'utilizzo di Umbraco. Visita umbraco.tv per altri video su Umbraco
\n ', - getStarted: 'Per iniziare', - }, - settingsDashboard: { - start: 'Inizia da qui!', - startDescription: - 'Questa sezione contiene gli elementi costitutivi del tuo sito Umbraco. Segui i collegamenti sottostanti per saperne di più su come lavorare con gli elementi nella sezione Impostazioni', - more: 'Scopri di più', - bulletPointOne: - '\n Maggiori informazioni su come lavorare con gli elementi in Impostazioni nella documentazione di Our Umbraco\n ', - bulletPointTwo: - '\n Fai una domanda nel Community Forum\n ', - bulletPointThree: - '\n Guarda i nostri video tutorial (alcuni sono gratuiti, altri richiedono un abbonamento)\n ', - bulletPointFour: - '\n Scopri di più sui nostri strumenti per aumentare la produttività e il supporto commerciale\n ', - bulletPointFive: - '\n Scopri di più sulle opportunità di certificazione\n ', - }, startupDashboard: { fallbackHeadline: "Benvenuto nell'amichevole CMS", fallbackDescription: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/ja.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/ja.ts index 622c46edc8..04fd21aa47 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/ja.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/ja.ts @@ -699,9 +699,6 @@ export default { help: 'ヘルプ', forms: 'フォーム', }, - help: { - theBestUmbracoVideoTutorials: '動画によるチュートリアル', - }, settings: { defaulttemplate: '既定のテンプレート', importDocumentTypeHelp: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/nb.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/nb.ts index a619a7b3a8..6741939164 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/nb.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/nb.ts @@ -847,9 +847,6 @@ export default { help: 'Hjelp', forms: 'Skjemaer', }, - help: { - theBestUmbracoVideoTutorials: 'De beste Umbraco opplæringsvideoer', - }, settings: { defaulttemplate: 'Standardmal', importDocumentTypeHelp: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/nl.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/nl.ts index 87b47076e9..f487772ea2 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/nl.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/nl.ts @@ -1172,12 +1172,6 @@ export default { translation: 'Vertaling', users: 'Gebruikers', }, - help: { - tours: 'Rondleidingen', - theBestUmbracoVideoTutorials: 'De beste Umbraco video tutorials', - umbracoForum: 'Bezoek our.umbraco.com', - umbracoTv: 'Bezoek umbraco.tv', - }, settings: { defaulttemplate: 'Standaard template', importDocumentTypeHelp: @@ -2055,28 +2049,6 @@ export default { activateByDefault: 'Activeer de profiler standaard', reminder: 'Vriendelijke herinnering', }, - settingsDashboardVideos: { - trainingHeadline: "Je bent slechts een klik verwijderd van uren aan Umbraco trainingvideo's.", - trainingDescription: - '\nWil je Umbraco onder de knie krijgen? Besteed een paar minuten aan het leren van enkele best practices door een van deze video\'s over het gebruik van Umbraco te bekijken. Bezoek umbraco.tv voor meer Umbraco videos
\n ', - getStarted: 'Om je op weg te helpen', - }, - settingsDashboard: { - start: 'Start hier', - startDescription: - 'Deze sectie bevat de bouwstenen voor jouw Umbraco-site. Volg de onderstaande links\n voor meer informatie over het werken met de items in de sectie Instellingen\n ', - more: 'Meer te weten komen', - bulletPointOne: - '\n Lees meer over het werken met de items in de sectie Instellingen in het Documentatiegedeelte van Our Umbraco\n ', - bulletPointTwo: - '\n Stel een vraag op het Community Forum\n ', - bulletPointThree: - '\n Bekijk onze instructievideo\'s (sommige zijn gratis, andere vereisen een abonnement)\n ', - bulletPointFour: - '\n Lees meer over onze productiviteitsverhogende programma\'s en commerciële ondersteuning\n ', - bulletPointFive: - '\n Lees meer over real-life training en certificering opportuniteiten\n ', - }, startupDashboard: { fallbackHeadline: 'Welkom bij Het Vriendelijke CMS', fallbackDescription: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/pl.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/pl.ts index cd22efb437..855442f04b 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/pl.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/pl.ts @@ -864,9 +864,6 @@ export default { help: 'Pomoc', forms: 'Formularze', }, - help: { - theBestUmbracoVideoTutorials: 'Najlepsze filmy-samouczki Umbraco', - }, settings: { defaulttemplate: 'Domyślny szablon', importDocumentTypeHelp: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/pt.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/pt.ts index 9381e7e6c1..e4410432ea 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/pt.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/pt.ts @@ -1046,8 +1046,6 @@ export default { databaseInstall: 'Pressione o botão instalar para instalar a base de dados Umbraco %0%', databaseInstallDone: 'O Umbraco %0% foi agora copiado para a sua base de dados. Pressione Seguinte para prosseguir.', - databaseNotFound: - 'Base de dados não encontrada! Por favor, verifique se a informação na "connection string" do ficheiro "web.config" está correta.
Para prosseguir, por favor edite o ficheiro "web.config" (usando o Visual Studio ou o seu editor de texto favorito), desloque-se até ao final, adicione a cadeia de ligação para a sua base de dados na chave chamada "UmbracoDbDSN" e guarde o ficheiro.
Clique no botão tentar novamente quando terminar.
Mais informação sobre como editar o web.config aqui.
O Umbraco não está atualmente a ser executado em modo de debug, por isso não pode usar o criador de perfil integrado. É assim que deve ser para um site de produção.
O modo de debug é ativado definindo Umbraco:CMS:Hosting:Debug como true em appsettings.json, appsettings.{Environment}.json ou através de uma variável de ambiente.
', }, - settingsDashboardVideos: { - trainingHeadline: 'Horas de vídeos de formação Umbraco estão apenas a um clique de distância', - trainingDescription: - 'Quer dominar o Umbraco? Gaste alguns minutos a aprender algumas das melhores práticas vendo um destes vídeos sobre como usar o Umbraco. E visite umbraco.tv para ainda mais vídeos Umbraco
', - learningBaseDescription: - 'Quer dominar o Umbraco? Gaste alguns minutos a aprender algumas das melhores práticas visitando o canal de Youtube da Base de Aprendizagem Umbraco. Aqui pode encontrar muito material em vídeo cobrindo muitos aspetos do Umbraco.
', - getStarted: 'Para começar', - }, settingsDashboard: { documentationHeader: 'Documentação', documentationDescription: 'Leia mais sobre como trabalhar com os itens nas Definições na nossa Documentação.', communityHeader: 'Comunidade', - communityDescription: 'Faça uma pergunta no fórum da comunidade ou na nossa comunidade Discord.', + communityDescription: 'Faça uma pergunta no fórum da comunidade.', trainingHeader: 'Formação', trainingDescription: 'Descubra oportunidades de formação presencial e certificação', supportHeader: 'Suporte', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/ru.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/ru.ts index d3ef02537f..0592a83ece 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/ru.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/ru.ts @@ -704,9 +704,6 @@ export default { notificationEmailsCheckErrorMessage: 'Адрес для отправки уведомлений все еще установлен в значение по-умолчанию %0%.', }, - help: { - theBestUmbracoVideoTutorials: 'Лучшие обучающие видео-курсы по Umbraco', - }, imagecropper: { reset: 'Сбросить', }, diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/tr.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/tr.ts index 8db426f2a6..25bebf16d8 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/tr.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/tr.ts @@ -1123,12 +1123,6 @@ export default { translation: 'Çeviri', users: 'Kullanıcılar', }, - help: { - tours: 'Turlar', - theBestUmbracoVideoTutorials: 'En iyi Umbraco video eğitimleri', - umbracoForum: 'our.umbraco.com adresini ziyaret edin', - umbracoTv: "umbraco.tv'yi ziyaret edin", - }, settings: { defaulttemplate: 'Varsayılan şablon', importDocumentTypeHelp: @@ -1924,28 +1918,6 @@ export default { activateByDefault: 'Profil oluşturucuyu varsayılan olarak etkinleştirin', reminder: 'Kolay hatırlatma', }, - settingsDashboardVideos: { - trainingHeadline: 'Umbraco eğitim videolarının saatleri yalnızca bir tıklama uzaklıkta', - trainingDescription: - '\nUmbraco\'da ustalaşmak mı istiyorsunuz? Umbraco\'nun kullanımıyla ilgili bu videolardan birini izleyerek en iyi uygulamaları öğrenmek için birkaç dakikanızı ayırın. Daha da fazla Umbraco videosu için umbraco.tv adresini ziyaret edin
\n ', - getStarted: 'Başlamak için', - }, - settingsDashboard: { - start: 'Buradan başlayın', - startDescription: - 'Bu bölüm, Umbraco siteniz için yapı taşlarını içerir. Ayarlar bölümündeki öğelerle çalışma hakkında daha fazla bilgi edinmek için aşağıdaki bağlantıları izleyin', - more: 'Daha fazla bilgi edinin', - bulletPointOne: - '\n Ayarlar öğelerle çalışma hakkında daha fazla bilgi edinin Our Umbraco\'nun Dokümantasyon bölümünde \n ', - bulletPointTwo: - '\n Topluluk Forumu\'nda bir soru sorun\n ', - bulletPointThree: - '\n Eğitici videolarımızı izleyin (bazıları ücretsiz, bazıları abonelik gerektirir)\n ', - bulletPointFour: - '\n Üretkenliği artıran araçlarımız ve ticari desteğimiz hakkında bilgi edinin\n ', - bulletPointFive: - '\n Gerçek hayattaki eğitim ve sertifika fırsatları hakkında bilgi edinin\n ', - }, startupDashboard: { fallbackHeadline: "Dost Canlısı CMS'e Hoş Geldiniz", fallbackDescription: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/uk.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/uk.ts index 911106f0e3..3eb6703a25 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/uk.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/uk.ts @@ -702,9 +702,6 @@ export default { notificationEmailsCheckErrorMessage: 'Адреса для надсилання повідомлень все ще встановлена за замовчуванням %0%.', }, - help: { - theBestUmbracoVideoTutorials: 'Найкращі навчальні відео-курси з Umbraco', - }, imagecropper: { reset: 'Скинути', }, diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/vi.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/vi.ts index be1340c20b..4eb741360a 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/vi.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/vi.ts @@ -1051,8 +1051,6 @@ export default { databaseInstall: 'Nhấn nút cài đặt để cài đặt cơ sở dữ liệu Umbraco %0%', databaseInstallDone: 'Umbraco %0% đã được sao chép vào cơ sở dữ liệu của bạn. Nhấn Tiếp theo để tiếp tục.', - databaseNotFound: - 'Không tìm thấy cơ sở dữ liệu! Vui lòng kiểm tra lại thông tin trong "connection string" của tệp "web.config".
Để tiếp tục, hãy chỉnh sửa tệp "web.config" (sử dụng Visual Studio hoặc trình soạn thảo yêu thích của bạn), cuộn xuống cuối, thêm chuỗi kết nối cho cơ sở dữ liệu của bạn vào khóa có tên "UmbracoDbDSN" và lưu tệp.
Nhấn nút thử lại khi hoàn tất.
Xem thêm thông tin về chỉnh sửa web.config tại đây.
Umbraco hiện tại không chạy ở chế độ gỡ lỗi, vì vậy bạn không thể sử dụng trình phân tích tích hợp. Đây là cách mà nó nên hoạt động cho một trang web sản xuất.
Chế độ gỡ lỗi được bật bằng cách đặt Umbraco:CMS:Hosting:Debug thành true trong appsettings.json, appsettings.{Environment}.json hoặc thông qua một biến môi trường.
', }, - settingsDashboardVideos: { - trainingHeadline: 'Hàng giờ video hướng dẫn Umbraco chỉ cách bạn một cú nhấp chuột', - trainingDescription: - 'Bạn muốn làm chủ Umbraco? Hãy dành vài phút để tìm hiểu một số phương pháp hay nhất bằng cách xem một trong những video này về việc sử dụng Umbraco. Và hãy truy cập umbraco.tv để xem thêm nhiều video về Umbraco hơn
', - learningBaseDescription: - 'Bạn muốn làm chủ Umbraco? Hãy dành vài phút để tìm hiểu một số phương pháp hay nhất bằng cách truy cập kênh Youtube Umbraco Learning Base. Tại đây, bạn có thể tìm thấy rất nhiều tài liệu video bao quát nhiều khía cạnh của Umbraco.
', - getStarted: 'Để giúp bạn bắt đầu', - }, settingsDashboard: { documentationHeader: 'Tài liệu', documentationDescription: 'Đọc thêm về cách làm việc với các mục trong Cài đặt trong Tài liệu của chúng tôi.', communityHeader: 'Cộng đồng', - communityDescription: 'Đặt câu hỏi trong diễn đàn cộng đồng hoặc cộng đồng Discord của chúng tôi.', + communityDescription: 'Đặt câu hỏi trong diễn đàn cộng đồng.', trainingHeader: 'Đào tạo', trainingDescription: 'Tìm hiểu về các khóa đào tạo và chứng nhận trong thực tế', supportHeader: 'Hỗ trợ', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/zh-tw.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/zh-tw.ts index 3d08d514a5..af9e008988 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/zh-tw.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/zh-tw.ts @@ -711,9 +711,6 @@ export default { help: '說明', forms: '表單', }, - help: { - theBestUmbracoVideoTutorials: '最好的Umbraco影片教學', - }, settings: { defaulttemplate: '預設範本', importDocumentTypeHelp: diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/zh.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/zh.ts index 41809f04d0..04b00d0cf4 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/zh.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/zh.ts @@ -708,9 +708,6 @@ export default { help: '帮助', forms: '窗体', }, - help: { - theBestUmbracoVideoTutorials: '最佳 Umbraco 视频教程', - }, settings: { defaulttemplate: '默认模板', importDocumentTypeHelp: diff --git a/src/Umbraco.Web.UI.Client/src/packages/help/menu/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/help/menu/manifests.ts index 40f15846cc..1b82deee1a 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/help/menu/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/help/menu/manifests.ts @@ -28,14 +28,14 @@ export const manifests: Array${this.localize.term('welcomeDashboard_ourUmbracoDescription')}
+${this.localize.term('welcomeDashboard_umbracoForumDescription')}
${link.description}
`, @@ -199,7 +199,7 @@ export class UmbUmbracoNewsDashboardElement extends UmbLitElement { position: relative; } - #our-umbraco { + #umbraco-forum { grid-column-start: 1; grid-column-end: -1; margin-bottom: var(--uui-size-space-4); diff --git a/tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/Dashboard/Welcome.spec.ts b/tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/Dashboard/Welcome.spec.ts index 20161981e4..04ac646477 100644 --- a/tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/Dashboard/Welcome.spec.ts +++ b/tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/Dashboard/Welcome.spec.ts @@ -9,7 +9,6 @@ test('can click on buttons', {tag: '@release'}, async ({umbracoUi}) => { // Arrange const getTheHelpYouNeedDocumentationUrl = 'https://docs.umbraco.com/umbraco-cms'; const goToTheForumUrl = 'https://forum.umbraco.com/'; - const chatWithTheCommunityUrl = 'https://discord.umbraco.com'; const getCertifiedUrl = 'https://umbraco.com/training/'; const getTheHelpYouNeedSupportUrl = 'https://umbraco.com/support/'; const watchTheVideosUrl = 'https://www.youtube.com/c/UmbracoLearningBase'; @@ -20,7 +19,6 @@ test('can click on buttons', {tag: '@release'}, async ({umbracoUi}) => { // Assert await umbracoUi.welcomeDashboard.doesButtonWithLabelInBoxHaveLink('Get the help you need', 'Documentation', getTheHelpYouNeedDocumentationUrl); await umbracoUi.welcomeDashboard.doesButtonWithLabelInBoxHaveLink('Go to the forum', 'Community', goToTheForumUrl); - await umbracoUi.welcomeDashboard.doesButtonWithLabelInBoxHaveLink('Chat with the community', 'Community', chatWithTheCommunityUrl); await umbracoUi.welcomeDashboard.doesButtonWithLabelInBoxHaveLink('Get Certified', 'Training', getCertifiedUrl); await umbracoUi.welcomeDashboard.doesButtonWithLabelInBoxHaveLink('Get the help you need', 'Support', getTheHelpYouNeedSupportUrl); await umbracoUi.welcomeDashboard.doesButtonWithLabelInBoxHaveLink('Watch the videos', 'Videos', watchTheVideosUrl); diff --git a/tests/Umbraco.Tests.Integration/ManagementApi/Help/GetHelpControllerTests.cs b/tests/Umbraco.Tests.Integration/ManagementApi/Help/GetHelpControllerTests.cs deleted file mode 100644 index 7fde4dad4f..0000000000 --- a/tests/Umbraco.Tests.Integration/ManagementApi/Help/GetHelpControllerTests.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System.Linq.Expressions; -using System.Net; -using Umbraco.Cms.Api.Management.Controllers.Help; - -namespace Umbraco.Cms.Tests.Integration.ManagementApi.Help; - -public class GetHelpControllerTests : ManagementApiUserGroupTestBase