Ammar64 / Sharing

Share files and apps on android to other devices using browser
GNU General Public License v3.0
44 stars 3 forks source link

Translations update from Toolate #20

Closed toolatebot closed 3 weeks ago

toolatebot commented 3 weeks ago

Translations update from Toolate for Files-Center/Files-Center.

Current translation status:

files-center: Weblate translation status metadata: Weblate translation status raw_html: Weblate translation status

toolatebot commented 3 weeks ago

WIP

Ammar64 commented 3 weeks ago

I have to add this place holder in german translation because it would cause errors. the new place holder just shows time like Sent to 'User-0' in '5 seconds' the problem is I don't know how to write that in german so I just added the placeholder at the end of it.

yzqzss commented 3 weeks ago

Translation done

yzqzss commented 3 weeks ago

When translating res/values/strings.xml consider also translating res/raw/index to translate the webpage that shows on the other device

ahh, just saw this, translating....

yzqzss commented 3 weeks ago

When translating res/values/strings.xml consider also translating res/raw/index to translate the webpage that shows on the other device

ahh, just saw this, translating....

done :)

Ammar64 commented 3 weeks ago

@yzqzss I added your translation in settings.

I you want to translate the "Chineese simplified" string add the string array in res/values-zh-rCN file as follows

<!-- DON'T CHANGE THE ORDER OF THE ITEMS -->
<string-array name="langs">
        <item>@string/system_default_lang</item>
        <item>العربية</item>
        <item>English</item>
        <item>Deutsch</item>
        <item> <!-- "Chineese simplified" string here --> </item>
</string-array>