This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 333
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 #331 from deepkrg17/main
Added Bengali translation
- Loading branch information
Showing
11 changed files
with
449 additions
and
6 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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,16 @@ | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="title_gradle_service_notification_channel">AndroidIDE Gradle build পরিষেবা</string> | ||
<string name="msg_hex_color_code">হেক্স কালার কোড</string> | ||
<string name="msg_color_picker_pick">বেছে নিন</string> | ||
<string name="msg_chmod_exec">নির্বাহযোগ্য অনুমতি গুলি সেট করা হচ্ছে…</string> | ||
<string name="msg_linking">%1$s কে %2$s এর সাথে সংযুক্ত করা হচ্ছে</string> | ||
<string name="msg_extracting_hooks">হুক লাইব্রেরি গুলি নেওয়া হচ্ছে…</string> | ||
<string name="msg_empty_package">প্যাকেজের নাম খালি হতে পারে না</string> | ||
<string name="msg_package_is_not_valid">প্যাকেজের নাম বৈধ নয়</string> | ||
<string name="msg_package_is_to_long">প্যাকেজের নাম বেশিই বড়</string> | ||
<string name="msg_package_not_valid_char_1">প্যাকেজের প্রথম অক্ষর \'_\' হতে পারে না</string> | ||
<string name="msg_package_not_use_digit_first">প্যাকেজের প্রথম অক্ষর একটি সংখ্যা হতে পারে না</string> | ||
<string name="msg_package_not_valid_char_2">অ্যান্ড্রয়েড অ্যাপ্লিকেশন প্যাকেজ-এর নামে "%1$s" অক্ষরটি ব্যবহারযোগ্য নয়</string> | ||
<string name="msg_package_mus_have_dot">প্যাকেজটিতে কমপক্ষে একটি \'.\' বিভাজক থাকতে হবে</string> | ||
|
||
</resources> |
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,5 @@ | ||
<resources> | ||
<string name="paste_text">পেস্ট</string> | ||
<string name="copy_text">কপি</string> | ||
</resources> | ||
|
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,53 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!-- | ||
~ This file is part of AndroidIDE. | ||
~ | ||
~ AndroidIDE is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ AndroidIDE is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="action_import_classes">শ্রেণী(গুলি) ইমপোর্ট করুন</string> | ||
<string name="action_generate_setters_getters">সেটার/গেটার তৈরি করুন</string> | ||
<string name="action_add_throws">\'throws\' যোগ করুন</string> | ||
<string name="action_comment_line">কমেন্ট লাইন</string> | ||
<string name="action_create_missing_method">অনুপস্থিত পদ্ধতি তৈরি করুন</string> | ||
<string name="action_convert_to_block">ব্লকে রূপান্তর করুন</string> | ||
<string name="action_generate_constructor">কন্সট্রাক্টর তৈরি করুন</string> | ||
<string name="action_implement_abstract_methods">abstract পদ্ধতি(গুলি) প্রয়োগ করুন</string> | ||
<string name="action_remove_class">শ্রেণী সরান</string> | ||
<string name="action_remove_method">পদ্ধতি সরান</string> | ||
<string name="action_remove_unused_throws">অব্যবহৃত throws গুলি সরান</string> | ||
<string name="action_suppress_unchecked_warning">\'unchecked\' সতর্কতা দমন করুন</string> | ||
<string name="action_uncomment_line">আনকমেন্ট লাইন</string> | ||
<string name="action_convert_to_statement">বিবৃতিতে রূপান্তর করুন</string> | ||
<string name="msg_select_fields">ক্ষেত্র নির্বাচন করুন</string> | ||
<string name="msg_no_fields_selected">কোন ক্ষেত্র নির্বাচিত হয়নি</string> | ||
<string name="msg_no_fields_found">কোন ক্ষেত্র পাওয়া যায়নি</string> | ||
<string name="action_override_superclass_methods">সুপারক্লাস পদ্ধতি ওভাররাইড করুন</string> | ||
<string name="msg_no_methods_selected">কোন পদ্ধতি নির্বাচন করা হয়নি</string> | ||
<string name="msg_cannot_override_methods">পদ্ধতি ওভাররাইড করতে অক্ষম</string> | ||
<string name="msg_cannot_generate_setters_getters">সেটার এবং গেটার তৈরি করতে অক্ষম</string> | ||
<string name="msg_select_methods">ওভাররাইড করার পদ্ধতি নির্বাচন করুন</string> | ||
<string name="msg_no_overridable_methods">কোনো ওভাররিডেবল পদ্ধতি খুঁজে পাওয়া যায়নি</string> | ||
<string name="action_goto_definition">সংজ্ঞায় যান</string> | ||
<string name="action_find_references">রেফারেন্স খুঁজুন</string> | ||
<string name="action_generate_toString">toString() তৈরি করুন</string> | ||
<string name="action_remove_unused_imports">অব্যবহৃত ইমপোর্ট সরান</string> | ||
<string name="action_organize_imports">ইমপোর্ট সংগঠিত করুন</string> | ||
<string name="msg_cannot_generate_toString">toString() তৈরি করতে অক্ষম</string> | ||
<string name="msg_toString_overridden">toString() ইতিমধ্যেই ওভাররাইড করা হয়েছে</string> | ||
<string name="action_generate_missing_constructor">অনুপস্থিত কন্সট্রাক্টর তৈরি করুন</string> | ||
<string name="msg_cannot_generate_constructor">কন্সট্রাক্টর তৈরি করতে অক্ষম</string> | ||
<string name="msg_constructor_available">একই ধরনের প্যারামিটার সহ একটি কনস্ট্রাক্টর ইতিমধ্যেই উপলব্ধ</string> | ||
</resources> | ||
|
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,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!-- | ||
~ This file is part of AndroidIDE. | ||
~ | ||
~ AndroidIDE is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ AndroidIDE is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<resources> | ||
<string name="msg_add_namespace_decl">\'%1$s\' namespace ডিক্লারেশন যোগ করুন</string> | ||
</resources> |
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,5 @@ | ||
<resources> | ||
<string name="msg_cannot_create_view">ট্যাগটির জন্য View তৈরি করা যাচ্ছে না: %s</string> | ||
<string name="err_no_attr_adapter">%s এর জন্য কোনো অ্যাট্রিবিউট অ্যাডাপ্টার ইমপ্লিমেন্টেশন পাওয়া যায়নি</string> | ||
<string name="msg_view_not_supported">View %s বর্তমানে সমর্থিত নয়৷</string> | ||
</resources> |