mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Merge remote-tracking branch 'origin/l10n_master'
This commit is contained in:
commit
f4a67c0224
5 changed files with 25 additions and 4 deletions
|
@ -152,7 +152,7 @@ Footprints are hierarchically which allows you to build logically sorted trees.
|
||||||
|
|
||||||
### Measurement Unit
|
### Measurement Unit
|
||||||
|
|
||||||
By default, part instock is counted in number of individual parts, which is fine for things like electronic components,
|
By default, part in stock is counted in number of individual parts, which is fine for things like electronic components,
|
||||||
which exist only in integer quantities. However, if you have things with fractional units like the length of a wire or
|
which exist only in integer quantities. However, if you have things with fractional units like the length of a wire or
|
||||||
the volume of a liquid, you have to define a measurement unit.
|
the volume of a liquid, you have to define a measurement unit.
|
||||||
The measurement unit represents a physical quantity like mass, volume, or length.
|
The measurement unit represents a physical quantity like mass, volume, or length.
|
||||||
|
@ -160,6 +160,9 @@ The measurement unit represents a physical quantity like mass, volume, or length
|
||||||
You can define a short unit for it (like m for Meters, or g for grams) which will be shown when a quantity of a part
|
You can define a short unit for it (like m for Meters, or g for grams) which will be shown when a quantity of a part
|
||||||
with this unit is shown.
|
with this unit is shown.
|
||||||
|
|
||||||
|
In order to cover wider use cases and allow you to define measurement units further, it is possible to define parameters
|
||||||
|
associated to a measurement unit. These parameters are distinct from a part's parameters and are not inherited.
|
||||||
|
|
||||||
### Currency
|
### Currency
|
||||||
|
|
||||||
By default, all prices are set in the base currency configured for the instance (by default euros). If you want to use
|
By default, all prices are set in the base currency configured for the instance (by default euros). If you want to use
|
||||||
|
|
|
@ -3130,7 +3130,7 @@ Sub elements will be moved upwards.</target>
|
||||||
</notes>
|
</notes>
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>statistics.parts_instock_sum</source>
|
<source>statistics.parts_instock_sum</source>
|
||||||
<target>Sum of all part instocks</target>
|
<target>Sum of all parts stocks</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="OUVlqDZ" name="statistics.parts_with_price">
|
<unit id="OUVlqDZ" name="statistics.parts_with_price">
|
||||||
|
|
|
@ -8040,7 +8040,7 @@
|
||||||
</notes>
|
</notes>
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>perm.tools.ic_logos</source>
|
<source>perm.tools.ic_logos</source>
|
||||||
<target>логотипы ИС</target>
|
<target>Логотипы производителей</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="soh_cnt" name="perm.tools.statistics">
|
<unit id="soh_cnt" name="perm.tools.statistics">
|
||||||
|
@ -10116,7 +10116,7 @@
|
||||||
<unit id="Dw4KG4Y" name="tools.ic_logos.title">
|
<unit id="Dw4KG4Y" name="tools.ic_logos.title">
|
||||||
<segment state="translated">
|
<segment state="translated">
|
||||||
<source>tools.ic_logos.title</source>
|
<source>tools.ic_logos.title</source>
|
||||||
<target>Логотипы IC</target>
|
<target>Логотипы производителей</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
<unit id="9a9Yu9u" name="part_list.action.group.labels">
|
<unit id="9a9Yu9u" name="part_list.action.group.labels">
|
||||||
|
|
|
@ -12196,5 +12196,17 @@ Element 3</target>
|
||||||
<target>拒绝访问。请登录</target>
|
<target>拒绝访问。请登录</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
|
<unit id="ZY3REby" name="attachment.upload_multiple_files">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>attachment.upload_multiple_files</source>
|
||||||
|
<target>上传文件</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="OBO.21_" name="entity.mass_creation_flash">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.mass_creation_flash</source>
|
||||||
|
<target>成功创建 %COUNT% 个元素。</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|
|
@ -341,5 +341,11 @@
|
||||||
<target>该供应商条码已在另一批次中使用。条形码必须是唯一的</target>
|
<target>该供应商条码已在另一批次中使用。条形码必须是唯一的</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
|
<unit id="o1qmPUm" name="validator.year_2038_bug_on_32bit">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>validator.year_2038_bug_on_32bit</source>
|
||||||
|
<target>由于技术限制,在32位系统中无法选择2038年1月19日之后的日期!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue