forked from android/sunflower
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADDED] android#462 - Malayalam transation for Sunflower app.
- Loading branch information
1 parent
a4e9eac
commit a00ab76
Showing
1 changed file
with
36 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,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright 2020 Google LLC | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ https://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<resources> | ||
<string name="plant_details_title">"ചെടിയുടെ വിശദാംശങ്ങൾ "</string> | ||
<string name="add_plant">"ചെടി ചേർക്കുക "</string> | ||
<string name="added_plant_to_garden">"ഉദ്യാനത്തിൽ ചെടി ചേർത്തു "</string> | ||
<string name="garden_empty">"നിങ്ങളുടെ ഉദ്യാനം ശൂന്യമാണ് "</string> | ||
<string name="watered_date_header">അവസാനം വെള്ളമൊഴിച്ചത്</string> | ||
<string name="menu_item_share_plant">"പങ്കിടുക "</string> | ||
<string name="plant_detail_image_content_description">"ചെടിയുടെ ചിത്രം "</string> | ||
<string name="a11y_plant_item_image">"ചെടിയുടെ ചിത്രം "</string> | ||
<string name="my_garden_title">"എന്റെ ഉദ്യാനം "</string> | ||
<string name="available">"കൈവശമുള്ള ചെടികൾ "</string> | ||
<string name="gallery_title">"അൺസ്പ്ലാഷിൽ നിന്നുമുള്ള ചിത്രങ്ങൾ "</string> | ||
<string name="plant_date_header">നട്ടു</string> | ||
<string name="plant_list_title">ചെടിയുടെ പട്ടിക</string> | ||
<string name="gallery_content_description">ഗാലറിയിലേക്ക് പോകുക</string> | ||
<string name="share_text_plant">ആൻഡ്രോയിഡ് സൺഫ്ലവർ ആപ്പിൽ എന്റെ %s ചെടി പരിശോധിക്കുക</string> | ||
<string name="menu_filter_by_grow_zone">"ചെടിയുടെ വളർച്ചാപ്രദേശം വച്ച് തരംതിരിക്കുക "</string> | ||
<string name="watering_needs_prefix">"വെള്ളത്തിന്റെ ആവശ്യം "</string> | ||
</resources> |