deploy: 9e06f72056
This commit is contained in:
parent
de09820554
commit
e4f08bf9a7
187 changed files with 6620 additions and 6342 deletions
|
|
@ -5,16 +5,16 @@
|
|||
<meta name=generator content="Hugo 0.92.1">
|
||||
<meta name=description content>
|
||||
<title>Multilanguage Application Data :: AL Guidelines</title>
|
||||
<link href=/css/nucleus.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/fontawesome-all.min.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/featherlight.min.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/perfect-scrollbar.min.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/auto-complete.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/theme.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/theme-blue.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/variant.css?1644506468 rel=stylesheet>
|
||||
<link href=/css/print.css?1644506468 rel=stylesheet media=print>
|
||||
<script src=/js/jquery.min.js?1644506468></script>
|
||||
<link href=/css/nucleus.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/fontawesome-all.min.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/featherlight.min.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/perfect-scrollbar.min.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/auto-complete.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/theme.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/theme-blue.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/variant.css?1644600599 rel=stylesheet>
|
||||
<link href=/css/print.css?1644600599 rel=stylesheet media=print>
|
||||
<script src=/js/jquery.min.js?1644600599></script>
|
||||
<style>:root #header+#content>#left>#rlblock_left{display:none!important}</style>
|
||||
</head>
|
||||
<body data-url=/navpatterns/1-patterns/multilanguage-application-data/>
|
||||
|
|
@ -32,9 +32,9 @@ ALGuidelines.Dev
|
|||
<input data-search-input id=search-by type=search placeholder=Search...>
|
||||
<span data-search-clear><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src=/js/lunr.min.js?1644506468></script>
|
||||
<script src=/js/auto-complete.js?1644506468></script>
|
||||
<script src=/js/search.js?1644506468></script>
|
||||
<script src=/js/lunr.min.js?1644600599></script>
|
||||
<script src=/js/auto-complete.js?1644600599></script>
|
||||
<script src=/js/search.js?1644600599></script>
|
||||
</div>
|
||||
<div class=highlightable>
|
||||
<ul class=topics>
|
||||
|
|
@ -288,15 +288,29 @@ ALGuidelines.Dev
|
|||
<h2 id=usage>Usage</h2>
|
||||
<p><strong>Create the translation table</strong></p>
|
||||
<p>Named “<Entity> Translation” table, where <Entity> is replaced with the name of the actual object being translated. For the Item example above, this table will be named “Item Translation”.</p>
|
||||
<p>The table definition contains at a minimum:
|
||||
<strong>Field</strong>
|
||||
<strong>Description</strong>
|
||||
Entity ID field
|
||||
For example, Item No.
|
||||
Language Code
|
||||
Identifies the language of this translation string (for example, “DAN” (Danish), “BGR”(Bulgarian). This is one of the language codes defined in the Languages table.
|
||||
Translation
|
||||
The translated string.</p>
|
||||
<p>The table definition contains at a minimum:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Field</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Entity ID field</td>
|
||||
<td>For example, Item No.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Language Code</td>
|
||||
<td>Identifies the language of this translation string (for example, “DAN” (Danish), “BGR”(Bulgarian). This is one of the language codes defined in the Languages table.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Translation</td>
|
||||
<td>The translated string.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>The table above has a key composed of the first two fields.</p>
|
||||
<p><strong>Create the user interface for entering new translations of <Entity></strong></p>
|
||||
<ul>
|
||||
|
|
@ -312,18 +326,33 @@ The translated string.</p>
|
|||
<li>Unit of Measure Translation</li>
|
||||
</ol>
|
||||
<h2 id=related-topics>Related Topics</h2>
|
||||
<p>The <strong>Extended Text</strong> pattern is a more powerful version of the <strong>Multilanguage application data</strong> pattern presented in this section. The main differences are: <strong>Pattern</strong>
|
||||
<strong>Multilanguage Application Data</strong>
|
||||
<strong>Extended Text</strong>
|
||||
<strong>Supports translation of application data</strong>
|
||||
Yes
|
||||
Yes
|
||||
<strong>Format</strong>
|
||||
Single- or multi-line
|
||||
Single-line
|
||||
<strong>Applies to document type</strong>
|
||||
Can choose which document types are affected.
|
||||
All document types are affected.</p>
|
||||
<p>The <strong>Extended Text</strong> pattern is a more powerful version of the <strong>Multilanguage application data</strong> pattern presented in this section. The main differences are:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Pattern</th>
|
||||
<th>Multilanguage Application Data</th>
|
||||
<th>Extended Text</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Supports translation of application data</td>
|
||||
<td>Yes</td>
|
||||
<td>Yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Format</td>
|
||||
<td>Single- or multi-line</td>
|
||||
<td>Single-line</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Applies to document type</td>
|
||||
<td>Can choose which document types are affected.</td>
|
||||
<td>All document types are affected.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<footer class=footline>
|
||||
</footer>
|
||||
</main>
|
||||
|
|
@ -336,12 +365,12 @@ All document types are affected.</p>
|
|||
<div style=left:-1000px;overflow:scroll;position:absolute;top:-1000px;border:none;box-sizing:content-box;height:200px;margin:0;padding:0;width:200px>
|
||||
<div style=border:none;box-sizing:content-box;height:200px;margin:0;padding:0;width:200px></div>
|
||||
</div>
|
||||
<script src=/js/clipboard.min.js?1644506468></script>
|
||||
<script src=/js/perfect-scrollbar.min.js?1644506468></script>
|
||||
<script src=/js/perfect-scrollbar.jquery.min.js?1644506468></script>
|
||||
<script src=/js/jquery.svg.pan.zoom.js?1644506468></script>
|
||||
<script src=/js/featherlight.min.js?1644506468></script>
|
||||
<script src=/js/modernizr.custom-3.6.0.js?1644506468></script>
|
||||
<script src=/js/relearn.js?1644506468></script>
|
||||
<script src=/js/clipboard.min.js?1644600599></script>
|
||||
<script src=/js/perfect-scrollbar.min.js?1644600599></script>
|
||||
<script src=/js/perfect-scrollbar.jquery.min.js?1644600599></script>
|
||||
<script src=/js/jquery.svg.pan.zoom.js?1644600599></script>
|
||||
<script src=/js/featherlight.min.js?1644600599></script>
|
||||
<script src=/js/modernizr.custom-3.6.0.js?1644600599></script>
|
||||
<script src=/js/relearn.js?1644600599></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue