renamed translation files from .xliff to .xlf (#1314)
This commit is contained in:
19
translations/validators.ko.xlf
Executable file
19
translations/validators.ko.xlf
Executable file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en" target-language="ko" datatype="plaintext" original="validators.en.xlf">
|
||||
<body>
|
||||
<trans-unit id="This value is not a valid role.">
|
||||
<source>This value is not a valid role.</source>
|
||||
<target state="translated">이 값은 유효한 값이 아닙니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="End date must not be earlier then start date.">
|
||||
<source>End date must not be earlier then start date.</source>
|
||||
<target state="translated">종료 시각은 시작 시각보다 빠를 수 없습니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="The begin date cannot be in the future.">
|
||||
<source>The begin date cannot be in the future.</source>
|
||||
<target state="translated">시작 시각은 미래가 될 수 없습니다. </target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user