-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prepare crowdin usage to make the app translatable (#244)
by adding en.xliff
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file target-language="eb" source-language="en" original="lit-localize-inputs" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="sde0081b1dc3582d3"> | ||
<source>Reset filters</source> | ||
<target>Reset filters</target> | ||
</trans-unit> | ||
<trans-unit id="sc9e494c8346b7cb5"> | ||
<source>Other</source> | ||
<target>Other</target> | ||
</trans-unit> | ||
<trans-unit id="s7ae5963112a50472"> | ||
<source>Others</source> | ||
<target>Others</target> | ||
</trans-unit> | ||
<trans-unit id="s9094c0cde8fb5058"> | ||
<source>No results found</source> | ||
<target>No results foundé</target> | ||
</trans-unit> | ||
<trans-unit id="sb074d20f9b64aa31"> | ||
<source>results found</source> | ||
<target>results found</target> | ||
</trans-unit> | ||
<trans-unit id="h4a560de48c98b38f"> | ||
<source>More than <x id="0" equiv-text="${this.searchResultDetail.count}"/> results found</source> | ||
<target>More than <x id="0" equiv-text="${this.searchResultDetail.count}"/> results found</target> | ||
</trans-unit> | ||
<trans-unit id="s49730f3d5751a433"> | ||
<source>Loading...</source> | ||
<target>Loading...</target> | ||
</trans-unit> | ||
<trans-unit id="s3848a805287c795d"> | ||
<source>Show charts</source> | ||
<target>Show charts</target> | ||
</trans-unit> | ||
<trans-unit id="sd2cd02bfec5af316"> | ||
<source>Hide charts</source> | ||
<target>Hide charts</target> | ||
</trans-unit> | ||
<trans-unit id="s255857544a9d5ec0"> | ||
<source>Reset</source> | ||
<target>Reset</target> | ||
</trans-unit> | ||
<trans-unit id="sffa721bb6aa3128d"> | ||
<source>Search...</source> | ||
<target>Search...</target> | ||
<note from="lit-localize">Search bar placeholder</note> | ||
</trans-unit> | ||
<trans-unit id="s5d929ff1619ac0c9"> | ||
<source>Search</source> | ||
<target>Search</target> | ||
<note from="lit-localize">Search button</note> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |