Skip to content

Commit cf52b46

Browse files
author
Paul Johnson
committed
Misc translation improvements for #11191
1 parent 452097d commit cf52b46

File tree

7 files changed

+4
-89
lines changed

7 files changed

+4
-89
lines changed

src/Umbraco.Web.UI/umbraco/config/lang/cs.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,23 +2154,6 @@
21542154
</key>
21552155
<key alias="activateByDefault">Ve výchozím stavu aktivovat profiler</key>
21562156
<key alias="reminder">Přátelské připomenutí</key>
2157-
<key alias="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-
<key alias="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>
21742157
</area>
21752158
<area alias="settingsDashboardVideos">
21762159
<key alias="trainingHeadline">Hodiny tréninkových videí Umbraco jsou blíž než si myslíte</key>

src/Umbraco.Web.UI/umbraco/config/lang/cy.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,23 +2375,6 @@ Er mwyn gweinyddu eich gwefan, agorwch swyddfa gefn Umbraco a dechreuwch ychwang
23752375
</key>
23762376
<key alias="activateByDefault">Actifadu y proffiliwr yn ddiofyn</key>
23772377
<key alias="reminder">Nodyn atgoffa cyfeillgar</key>
2378-
<key alias="reminderDescription">
2379-
<![CDATA[
2380-
<p>
2381-
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>&lt;grynhoi /&gt;</b> yn web.config.
2382-
</p>
2383-
]]>
2384-
</key>
2385-
<key alias="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>&lt;grynhoi /&gt;</b> yn web.config.
2392-
</p>
2393-
]]>
2394-
</key>
23952378
</area>
23962379
<area alias="settingsDashboardVideos">
23972380
<key alias="trainingHeadline">Oriau o fideos hyfforddiant Umbraco ddim ond un clic i fwrdd</key>

src/Umbraco.Web.UI/umbraco/config/lang/en.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,7 +2322,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
23222322
<key alias="reminderDescription">
23232323
<![CDATA[
23242324
<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>&lt;compilation /&gt;</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.
23262326
</p>
23272327
]]>
23282328
</key>
@@ -2332,7 +2332,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
23322332
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.
23332333
</p>
23342334
<p>
2335-
Debug mode is turned on by setting <b>debug="true"</b> on the <b>&lt;compilation /&gt;</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.
23362336
</p>
23372337
]]>
23382338
</key>

src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,7 +2381,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
23812381
<key alias="reminderDescription">
23822382
<![CDATA[
23832383
<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>&lt;compilation /&gt;</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.
23852385
</p>
23862386
]]>
23872387
</key>
@@ -2391,7 +2391,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
23912391
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.
23922392
</p>
23932393
<p>
2394-
Debug mode is turned on by setting <b>debug="true"</b> on the <b>&lt;compilation /&gt;</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.
23952395
</p>
23962396
]]>
23972397
</key>

src/Umbraco.Web.UI/umbraco/config/lang/fr.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,23 +2189,6 @@ Pour gérer votre site, ouvrez simplement le backoffice Umbraco et commencez à
21892189
</key>
21902190
<key alias="activateByDefault">Activer le profileur par défaut</key>
21912191
<key alias="reminder">Rappel amical</key>
2192-
<key alias="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>&lt;compilation /&gt;</b> du fichier web.config.
2196-
</p>
2197-
]]>
2198-
</key>
2199-
<key alias="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>&lt;compilation /&gt;</b> du fichier web.config.
2206-
</p>
2207-
]]>
2208-
</key>
22092192
</area>
22102193
<area alias="settingsDashboardVideos">
22112194
<key alias="trainingHeadline">Des heures de vidéos de formation Umbraco ne sont qu'à un clic d'ici</key>

src/Umbraco.Web.UI/umbraco/config/lang/nl.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,23 +2118,6 @@ Echter, Runway biedt een gemakkelijke basis om je snel op weg te helpen. Als je
21182118
</key>
21192119
<key alias="activateByDefault">Activeer de profiler standaard</key>
21202120
<key alias="reminder">Vriendelijke herinnering</key>
2121-
<key alias="reminderDescription">
2122-
<![CDATA[
2123-
<p>
2124-
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>&lt;compilation /&gt;</b> element te verwijderen in het web.config bestand.
2125-
</p>
2126-
]]>
2127-
</key>
2128-
<key alias="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>&lt;compilation /&gt;</b> element in web.config.
2135-
</p>
2136-
]]>
2137-
</key>
21382121
</area>
21392122
<area alias="settingsDashboardVideos">
21402123
<key alias="trainingHeadline">Je bent slechts een klik verwijderd van uren aan Umbraco trainingvideo's.</key>

src/Umbraco.Web.UI/umbraco/config/lang/tr.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,23 +2320,6 @@ Web sitenizi yönetmek için, Umbraco'nun arka ofisini açın ve içerik eklemey
23202320
</key>
23212321
<key alias="activateByDefault">Profil oluşturucuyu varsayılan olarak etkinleştirin</key>
23222322
<key alias="reminder">Kolay hatırlatma</key>
2323-
<key alias="reminderDescription">
2324-
<![CDATA[
2325-
<p>
2326-
Bir üretim sitesinin hata ayıklama modunda çalışmasına asla izin vermemelisiniz. Web.config içindeki <b>&lt;compilation /&gt;</b> öğesinde <b> debug="false" </b> ayarlanarak hata ayıklama modu kapatılır.
2327-
</p>
2328-
]]>
2329-
</key>
2330-
<key alias="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>&lt;compilation /&gt;</b> öğesinde <b>debug="true"</b> ayarlanarak etkinleştirilir.
2337-
</p>
2338-
]]>
2339-
</key>
23402323
</area>
23412324
<area alias="settingsDashboardVideos">
23422325
<key alias="trainingHeadline">Umbraco eğitim videolarının saatleri yalnızca bir tıklama uzaklıkta</key>

0 commit comments

Comments
 (0)