-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from jahirfiquitiva/i18n
- Loading branch information
Showing
3 changed files
with
36 additions
and
12 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
23 changes: 12 additions & 11 deletions
23
library/src/main/res/values-hi-rIN/translatable_strings.xml
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 |
---|---|---|
@@ -1,21 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation,ExtraTranslation"> | ||
<string name="setup">होम</string> | ||
<string name="widgets">विजेट</string> | ||
<string name="required_apps">अनुपस्थित ऐप्लिकेशन</string> | ||
<string name="assets">सामग्री</string> | ||
<string name="required_for_templates">टेम्पलेट का प्रयोग करें</string> | ||
<string name="required_for_widgets">विजेट इस्तेमाल करें</string> | ||
<string name="required_for_wallpapers">वालपेपर सेट करें</string> | ||
<string name="required_for_lockscreens">लोक स्क्रीन में प्रयोग करें</string> | ||
<string name="required_assets">टेम्पलेट का प्रयोग करें</string> | ||
<string name="install">इंस्टॉल</string> | ||
<string name="app_not_installed">संबंधित ऐप्लिकेशन अनुपस्थित</string> | ||
<string name="setup">सेटअप</string> | ||
<string name="widgets">विजेट्स</string> | ||
<string name="required_apps">अनुपस्थित ऐप्स</string> | ||
<string name="assets">ऐसेट्स</string> | ||
<string name="required_for_templates">टेम्प्लेटस का प्रयोग करें</string> | ||
<string name="required_for_widgets">विजेट्स इस्तेमाल करें</string> | ||
<string name="required_for_wallpapers">वाॅलपेपर्स सेट करें</string> | ||
<string name="required_for_lockscreens">लोक स्क्रीनस प्रयोग करें</string> | ||
<string name="required_assets">टेम्पलेट्स का प्रयोग करें</string> | ||
<string name="install">इंस्टॉल करें</string> | ||
<string name="app_not_installed">संबंधित एप्लिकेशन ढूंढने में असफल</string> | ||
<string name="template">टेम्पलेट</string> | ||
<string name="templates">टेम्पलेट्स</string> | ||
<string name="x_templates">_ टेम्पलेटस</string> | ||
<string name="apps_installed">ऐप्लिकेशन पहले से इंस्टॉल्ड है</string> | ||
<string name="permission_request_assets">%1$s को आपकी स्टोरेज की आवश्यकता है ताकि वह वॉलपेपर को अप्लाई और सेव कर सके</string> | ||
<string name="permission_request_wallpaper">%1$s स्टोरेज के प्रयोग करने कि अनुमती दे</string> | ||
<string name="open_komponents">कंपोनेंट का प्रयोग करने के लिए कस्टम ईडिटर मे + दबाये</string> | ||
<string name="x_app_required">इस कोम्पोनेन्ट को खोलने के लिए %1$s ऐप इंस्टॉल करना आवश्यक है।</string> | ||
</resources> |
22 changes: 22 additions & 0 deletions
22
library/src/main/res/values-ro-rRO/translatable_strings.xml
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,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation,ExtraTranslation"> | ||
<string name="setup">Configurează</string> | ||
<string name="widgets">Piese</string> | ||
<string name="required_apps">Aplicații lipsă</string> | ||
<string name="assets">Resursă</string> | ||
<string name="required_for_templates">Folosește șablon</string> | ||
<string name="required_for_widgets">Folosește piese</string> | ||
<string name="required_for_wallpapers">Folosește imagine de fundal</string> | ||
<string name="required_for_lockscreens">Folosește ecrane de blocare</string> | ||
<string name="required_assets">Folosește șabloane</string> | ||
<string name="install">Instalează</string> | ||
<string name="app_not_installed">Nu s-a putut găsi aplicația solicitată.</string> | ||
<string name="template">Șablon</string> | ||
<string name="templates">Șabloane</string> | ||
<string name="x_templates">Șabloane %1$s</string> | ||
<string name="apps_installed">Aplicații deja instalate.</string> | ||
<string name="permission_request_assets">%1$s utilizează permisiunea de stocare pentru a importa resurse.</string> | ||
<string name="permission_request_wallpaper">%1$s folosește permisiunea de stocare pentru a afișa imaginea de fundal a dispozitivului în piese.</string> | ||
<string name="open_komponents">Pentru a adăuga un Komponent, apasă + în editorul Kustom.</string> | ||
<string name="x_app_required">Pentru a deschide această componentă este necesar ca aplicația %1$s să fie instalată.</string> | ||
</resources> |