You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI/umbraco/config/lang/cs.xml
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2154,23 +2154,6 @@
2154
2154
</key>
2155
2155
<keyalias="activateByDefault">Ve výchozím stavu aktivovat profiler</key>
2156
2156
<keyalias="reminder">Přátelské připomenutí</key>
2157
-
<keyalias="reminderDescription">
2158
-
<![CDATA[
2159
-
<p>
2160
-
Nikdy byste neměli nechat produkční web běžet v režimu ladění. Režim ladění je vypnut nastavením <b> debug="false" </b> na elementu <b>compilation</b> v souboru web.config.
2161
-
</p>
2162
-
]]>
2163
-
</key>
2164
-
<keyalias="profilerEnabledDescription">
2165
-
<![CDATA[
2166
-
<p>
2167
-
Umbraco v současné době neběží v režimu ladění, takže nemůžete použít vestavěný profiler. Takto by to mělo být pro produkční web.
2168
-
</p>
2169
-
<p>
2170
-
Režim ladění je zapnut nastavením <b> debug="true" </b> na elementu <b> compilation </b> v souboru web.config.
2171
-
</p>
2172
-
]]>
2173
-
</key>
2174
2157
</area>
2175
2158
<areaalias="settingsDashboardVideos">
2176
2159
<keyalias="trainingHeadline">Hodiny tréninkových videí Umbraco jsou blíž než si myslíte</key>
Ni ddylech chi fyth adael i safle cynhyrchu redeg yn y modd dadfygio. Mae'r modd dadfygio yn gallu cael ei diffodd trwy ychwanegu'r gosodiad <b>debug="false"</b> ar yr elfen <b><grynhoi /></b> yn web.config.
2382
-
</p>
2383
-
]]>
2384
-
</key>
2385
-
<keyalias="profilerEnabledDescription">
2386
-
<![CDATA[
2387
-
<p>
2388
-
Mae Umbraco ddim yn rhedeg mewn modd dadfygio ar hyn o bryd, felly nid allwch chi ddefnyddio'r proffiliwer adeiledig. Dyma sut y dylai fod ar gyfer safle cynhyrchu.
2389
-
</p>
2390
-
<p>
2391
-
Mae'r modd dadfygio yn gallu cael ei throi arno gan ychwanegu'r gosodiad <b>debug="true"</b> ar yr elfen <b><grynhoi /></b> yn web.config.
2392
-
</p>
2393
-
]]>
2394
-
</key>
2395
2378
</area>
2396
2379
<areaalias="settingsDashboardVideos">
2397
2380
<keyalias="trainingHeadline">Oriau o fideos hyfforddiant Umbraco ddim ond un clic i fwrdd</key>
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI/umbraco/config/lang/en.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2322,7 +2322,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2322
2322
<keyalias="reminderDescription">
2323
2323
<![CDATA[
2324
2324
<p>
2325
-
You should never let a production site run in debug mode. Debug mode is turned off by setting <b>debug="false"</b> on the <b><compilation /></b> element in web.config.
2325
+
You should never let a production site run in debug mode. Debug mode is turned off by setting <b>Umbraco:CMS:Hosting:Debug</b> to <b>false</b> in appsettings.json, appsettings.{Environment}.json or via an environment variable.
2326
2326
</p>
2327
2327
]]>
2328
2328
</key>
@@ -2332,7 +2332,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2332
2332
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.
2333
2333
</p>
2334
2334
<p>
2335
-
Debug mode is turned on by setting <b>debug="true"</b> on the <b><compilation /></b> element in web.config.
2335
+
Debug mode is turned on by setting <b>Umbraco:CMS:Hosting:Debug</b> to <b>true</b> in appsettings.json, appsettings.{Environment}.json or via an environment variable.
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2381,7 +2381,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2381
2381
<keyalias="reminderDescription">
2382
2382
<![CDATA[
2383
2383
<p>
2384
-
You should never let a production site run in debug mode. Debug mode is turned off by setting <b>debug="false"</b> on the <b><compilation /></b> element in web.config.
2384
+
You should never let a production site run in debug mode. Debug mode is turned off by setting <b>Umbraco:CMS:Hosting:Debug</b> to <b>false</b> in appsettings.json, appsettings.{Environment}.json or via an environment variable.
2385
2385
</p>
2386
2386
]]>
2387
2387
</key>
@@ -2391,7 +2391,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
2391
2391
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.
2392
2392
</p>
2393
2393
<p>
2394
-
Debug mode is turned on by setting <b>debug="true"</b> on the <b><compilation /></b> element in web.config.
2394
+
Debug mode is turned on by setting <b>Umbraco:CMS:Hosting:Debug</b> to <b>true</b> in appsettings.json, appsettings.{Environment}.json or via an environment variable.
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI/umbraco/config/lang/fr.xml
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2189,23 +2189,6 @@ Pour gérer votre site, ouvrez simplement le backoffice Umbraco et commencez à
2189
2189
</key>
2190
2190
<keyalias="activateByDefault">Activer le profileur par défaut</key>
2191
2191
<keyalias="reminder">Rappel amical</key>
2192
-
<keyalias="reminderDescription">
2193
-
<![CDATA[
2194
-
<p>
2195
-
Vous ne devriez jamais laisser un site de production s'exécuer en mode debug. Le mode Debug est désactivé en indiquant <b>debug="false"</b> dans l'élément <b><compilation /></b> du fichier web.config.
2196
-
</p>
2197
-
]]>
2198
-
</key>
2199
-
<keyalias="profilerEnabledDescription">
2200
-
<![CDATA[
2201
-
<p>
2202
-
Umbraco n'est pour l'instant pas exécuté en mode debug, vous ne pouvez donc pas utiliser le profileur intégré. Il devrait en être ainsi pour un site de production.
2203
-
</p>
2204
-
<p>
2205
-
Le mode Debug est activé en indiquant <b>debug="true"</b> dans l'élément <b><compilation /></b> du fichier web.config.
2206
-
</p>
2207
-
]]>
2208
-
</key>
2209
2192
</area>
2210
2193
<areaalias="settingsDashboardVideos">
2211
2194
<keyalias="trainingHeadline">Des heures de vidéos de formation Umbraco ne sont qu'à un clic d'ici</key>
Je mag een productiesite nooit in de foutopsporingsmodus laten uitvoeren. Je kan de foutopsporingsmodus uitschakelen door de instelling <b>debug="false"</b> uit het <b><compilation /></b> element te verwijderen in het web.config bestand.
2125
-
</p>
2126
-
]]>
2127
-
</key>
2128
-
<keyalias="profilerEnabledDescription">
2129
-
<![CDATA[
2130
-
<p>
2131
-
Umbraco wordt op dit ogenblik niet uitgevoerd in de foutopsporingsmodus, dus je kan de ingebouwde profiler niet gebruiken. Dit is hoe het zou moeten zijn voor een productiewebsite.
2132
-
</p>
2133
-
<p>
2134
-
De foutopsporingsmodus wordt ingeschakeld door <b>debug="true"</b> toe te voegen in het <b><compilation /></b> element in web.config.
2135
-
</p>
2136
-
]]>
2137
-
</key>
2138
2121
</area>
2139
2122
<areaalias="settingsDashboardVideos">
2140
2123
<keyalias="trainingHeadline">Je bent slechts een klik verwijderd van uren aan Umbraco trainingvideo's.</key>
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI/umbraco/config/lang/tr.xml
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2320,23 +2320,6 @@ Web sitenizi yönetmek için, Umbraco'nun arka ofisini açın ve içerik eklemey
2320
2320
</key>
2321
2321
<keyalias="activateByDefault">Profil oluşturucuyu varsayılan olarak etkinleştirin</key>
2322
2322
<keyalias="reminder">Kolay hatırlatma</key>
2323
-
<keyalias="reminderDescription">
2324
-
<![CDATA[
2325
-
<p>
2326
-
Bir üretim sitesinin hata ayıklama modunda çalışmasına asla izin vermemelisiniz. Web.config içindeki <b><compilation /></b> öğesinde <b> debug="false" </b> ayarlanarak hata ayıklama modu kapatılır.
2327
-
</p>
2328
-
]]>
2329
-
</key>
2330
-
<keyalias="profilerEnabledDescription">
2331
-
<![CDATA[
2332
-
<p>
2333
-
Umbraco şu anda hata ayıklama modunda çalışmadığından yerleşik profil oluşturucuyu kullanamazsınız. Bir üretim sahası için böyle olması gerekir.
2334
-
</p>
2335
-
<p>
2336
-
Hata ayıklama modu, web.config'deki <b><compilation /></b> öğesinde <b>debug="true"</b> ayarlanarak etkinleştirilir.
2337
-
</p>
2338
-
]]>
2339
-
</key>
2340
2323
</area>
2341
2324
<areaalias="settingsDashboardVideos">
2342
2325
<keyalias="trainingHeadline">Umbraco eğitim videolarının saatleri yalnızca bir tıklama uzaklıkta</key>
0 commit comments