Translate

TextToSpeechHelpStringComponentPallette
The TextToSpeech component speaks a given text aloud. You can set the pitch and the rate of speech. <p>You can also set a language by supplying a language code. This changes the pronunciation of words, not the actual language spoken. For example, setting the language to French and speaking English text will sound like someone speaking English (en) with a French accent.</p> <p>You can also specify a country by supplying a country code. This can affect the pronunciation. For example, British English (GBR) will sound different from US English (USA). Not every country code will affect every language.</p> <p>The languages and countries available depend on the particular device, and can be listed with the AvailableLanguages and AvailableCountries properties.</p>
696/7660
SourceTranslationState
86
<p>A spinner component that displays a pop-up with a list of elements. These elements can be set in the Designer or Blocks Editor by setting the<code>ElementsFromString</code> property to a string-separated concatenation (for example, <em>choice 1, choice 2, choice 3</em>) or by setting the <code>Elements</code> property to a List in the Blocks editor. Spinners are created with the first item already selected. So selecting it does not generate an After Picking event. Consequently it''s useful to make the first Spinner item be a non-choice like "Select from below...". </p>
<p> உறுப்புகளின் பட்டியலுடன் பாப்-அப் காண்பிக்கும் ஒரு ச்பின்னர் கூறு. இந்தக் கூறுகளை வடிவமைப்பாளர் அல்லது பிளாக்ச் எடிட்டரில் <code> எலிமென்ட்ஃப்ரோம்ச்ட்ரிங் </code> சொத்தை ஒரு சரம்-பிரிக்கப்பட்ட ஒருங்கிணைப்புக்கு அமைப்பதன் மூலம் அமைக்கலாம் (எடுத்துக்காட்டாக, <em> தேர்வு 1, தேர்வு 2, தேர்வு 3 </em>) <code> கூறுகள் </code> பண்பைத் தொகுதி திருத்தியில் உள்ள பட்டியலுக்கு அமைப்பதன் மூலம். ஏற்கனவே தேர்ந்தெடுக்கப்பட்ட முதல் உருப்படியுடன் சுழற்பந்து வீச்சாளர்கள் உருவாக்கப்படுகிறார்கள். எனவே அதைத் தேர்ந்தெடுப்பது நிகழ்வைத் தேர்ந்தெடுத்த பிறகு உருவாக்காது. இதன் விளைவாக, முதல் ச்பின்னர் உருப்படியை "கீழே இருந்து தேர்ந்தெடுக்கவும் ..." போன்ற தேர்வாக மாற்றுவது பயனுள்ளதாக இருக்கும். </p>
87
Spreadsheet is a non-visible component for storing and receiving data from a Spreadsheet document using the Google Sheets API. <p>In order to utilize this component, one must first have a Google Developer Account. Then, one must create a new project under that Google Developer Account, enable the Google Sheets API on that project, and finally create a Service Account for the Sheets API.</p><p>Instructions on how to create the Service Account, as well as where to find other relevant information for using the Spreadsheet Component, can be found <a href=''/reference/other/googlesheets-api-setup.html''>here</a>.</p>
கூகிள் தாள்கள் பநிஇ பயன்படுத்தி ஒரு விரிதாள் ஆவணத்திலிருந்து தரவை சேமித்து பெறுவதற்கான ஒரு பகுதியாகும் விரிதாள். <p> இந்த கூறுகளைப் பயன்படுத்த, முதலில் கூகிள் உருவாக்குபவர் கணக்கைக் கொண்டிருக்க வேண்டும். பின்னர், அந்த கூகிள் உருவாக்குபவர் கணக்கின் கீழ் ஒரு புதிய திட்டத்தை உருவாக்க வேண்டும், அந்த திட்டத்தில் கூகிள் சீட்ச் ஏபிஐவை இயக்க வேண்டும், இறுதியாக தாள்கள் ஏபிஐக்கு ஒரு பணி கணக்கை உருவாக்க வேண்டும். </p> <p> பணி கணக்கை எவ்வாறு உருவாக்குவது என்பதற்கான வழிமுறைகள், விரிதாள் கூறுகளைப் பயன்படுத்துவதற்கான பிற பொருத்தமான தகவல்களை எங்கு கண்டுபிடிப்பது என்பதையும், <a href='''/reference/other/googlesheets-api-setup.html''> இங்கே </a>. </p>
88
Toggle switch that raises an event when the user clicks on it. There are many properties affecting its appearance that can be set in the Designer or Blocks Editor.
ஒரு நிகழ்வை பயனர் சொடுக்கு செய்யும் போது அதை எழுப்பும் சுவிட்சை மாற்றவும். வடிவமைப்பாளர் அல்லது பிளாக்ச் எடிட்டரில் அமைக்கக்கூடிய பல பண்புகள் அதன் தோற்றத்தை பாதிக்கின்றன.
89
<p>A formatting element in which to place components that should be displayed in tabular form.</p>
<p> அட்டவணை வடிவத்தில் காட்டப்பட வேண்டிய கூறுகளை வைக்க வேண்டிய ஒரு வடிவமைப்பு உறுப்பு. </p>
90
<p>A box for the user to enter text. The initial or user-entered text value is in the <code>Text</code> property. If blank, the <code>Hint</code> property, which appears as faint text in the box, can provide the user with guidance as to what to type.</p><p>The <code>MultiLine</code> property determines if the text can havemore than one line. For a single line text box, the keyboard will closeautomatically when the user presses the Done key. To close the keyboard for multiline text boxes, the app should use the HideKeyboard method or rely on the user to press the Back key.</p><p>The <code> NumbersOnly</code> property restricts the keyboard to acceptnumeric input only.</p><p>Other properties affect the appearance of the text box (<code>TextAlignment</code>, <code>BackgroundColor</code>, etc.) and whether it can be used (<code>Enabled</code>).</p><p>Text boxes are usually used with the <code>Button</code> component, with the user clicking on the button when text entry is complete.</p><p>If the text entered by the user should not be displayed, use <code>PasswordTextBox</code> instead.</p>
<p> பயனருக்கு உரையை உள்ளிட ஒரு பெட்டி. ஆரம்ப அல்லது பயனர் நுழைந்த உரை மதிப்பு <code> உரை </code> சொத்தில் உள்ளது. காலியாக இருந்தால், பெட்டியில் மங்கலான உரையாகத் தோன்றும் <code> குறிப்பு </code> சொத்து, பயனருக்கு என்ன தட்டச்சு செய்வது என்பதற்கான வழிகாட்டுதலை வழங்க முடியும். </p> <p> <code> மல்டிலைன் </code > உரை ஒரு வரியை விட அவ்மோர் செய்ய முடியுமா என்பதை சொத்து தீர்மானிக்கிறது. ஒற்றை வரி உரை பெட்டியைப் பொறுத்தவரை, பயனர் செய்த விசையை அழுத்தும்போது விசைப்பலகை மூடிமறைக்கும். மல்டிலைன் உரை பெட்டிகளுக்கான விசைப்பலகை மூட, பயன்பாடு இட்கே போர்டு முறையைப் பயன்படுத்த வேண்டும் அல்லது பின் விசையை அழுத்த பயனரை நம்பியிருக்க வேண்டும். மட்டும். </p> <p> பிற பண்புகள் உரை பெட்டியின் தோற்றத்தை பாதிக்கின்றன (<code> டெக்ச்டாலிக்மென்ட் </code>, <code> பின்னணி வண்ணம் </code>, முதலியன) மற்றும் அதைப் பயன்படுத்த முடியுமா (<code> செயல்படுத்தப்பட்டது </code>). > பயனரால் உள்ளிட்ட உரை காட்டப்படக் கூடாது என்றால், அதற்குப் பதிலாக <code> கடவுச்சொல் உரை பெட்டி </code> ஐப் பயன்படுத்தவும். </p>
91
The TextToSpeech component speaks a given text aloud. You can set the pitch and the rate of speech. <p>You can also set a language by supplying a language code. This changes the pronunciation of words, not the actual language spoken. For example, setting the language to French and speaking English text will sound like someone speaking English (en) with a French accent.</p> <p>You can also specify a country by supplying a country code. This can affect the pronunciation. For example, British English (GBR) will sound different from US English (USA). Not every country code will affect every language.</p> <p>The languages and countries available depend on the particular device, and can be listed with the AvailableLanguages and AvailableCountries properties.</p>
உரை டோச்பீச் கூறு கொடுக்கப்பட்ட உரையைச் சத்தமாகப் பேசுகிறது. நீங்கள் சுருதி மற்றும் பேச்சு விகிதத்தை அமைக்கலாம். <p> நீங்கள் ஒரு மொழி குறியீட்டை வழங்குவதன் மூலம் ஒரு மொழியையும் அமைக்கலாம். இது சொற்களின் உச்சரிப்பை மாற்றுகிறது, பேசப்படும் உண்மையான மொழி அல்ல. எடுத்துக்காட்டாக, மொழியைப் பிரெஞ்சு மொழியில் அமைப்பதும், ஆங்கில உரையைப் பேசுவதும் யாரோ ஒரு பிரெஞ்சு உச்சரிப்புடன் ஆங்கிலம் (என்) பேசுவது போல் இருக்கும். </p> <p> ஒரு நாட்டின் குறியீட்டை வழங்குவதன் மூலம் ஒரு நாட்டையும் நீங்கள் குறிப்பிடலாம். இது உச்சரிப்பை பாதிக்கும். எடுத்துக்காட்டாக, பிரிட்டிச் ஆங்கிலம் (சிபிஆர்) அமெரிக்க ஆங்கிலத்திலிருந்து (அமெரிக்கா) வித்தியாசமாக இருக்கும். ஒவ்வொரு நாட்டுக் குறியீடும் ஒவ்வொரு மொழியையும் பாதிக்காது.
92
<p>A component that will, when the <code>SendMessage</code> method is called, send the text message specified in the <code>Message</code> property to the phone number specified in the <code>PhoneNumber</code> property.</p> <p>If the <code>ReceivingEnabled</code> property is set to 1 messages will <b>not</b> be received. If <code>ReceivingEnabled</code> is set to 2 messages will be received only when the application is running. Finally if <code>ReceivingEnabled</code> is set to 3, messages will be received when the application is running <b>and</b> when the application is not running they will be queued and a notification displayed to the user.</p> <p>When a message arrives, the <code>MessageReceived</code> event is raised and provides the sending number and message.</p> <p> An app that includes this component will receive messages even when it is in the background (i.e. when it''s not visible on the screen) and, moreso, even if the app is not running, so long as it''s installed on the phone. If the phone receives a text message when the app is not in the foreground, the phone will show a notification in the notification bar. Selecting the notification will bring up the app. As an app developer, you''ll probably want to give your users the ability to control ReceivingEnabled so that they can make the phone ignore text messages.</p> <p>If the GoogleVoiceEnabled property is true, messages can be sent over Wifi using Google Voice. This option requires that the user have a Google Voice account and that the mobile Voice app is installed on the phone. The Google Voice option works only on phones that support Android 2.0 (Eclair) or higher.</p> <p>To specify the phone number (e.g., 650-555-1212), set the <code>PhoneNumber</code> property to a Text string with the specified digits (e.g., 6505551212). Dashes, dots, and parentheses may be included (e.g., (650)-555-1212) but will be ignored; spaces may not be included.</p> <p>Another way for an app to specify a phone number would be to include a <code>PhoneNumberPicker</code> component, which lets the users select a phone numbers from the ones stored in the the phone''s contacts.</p>
<p> <code> செய்திஅனுப்பு </code> முறை அழைக்கப்படும்போது, <code> செய்தி </code> இல் குறிப்பிடப்பட்டுள்ள உரைச் செய்தியைத் <code>தொலைப்பேசிஎண்</code> பண்பில் குறிப்பிடப்பட்டுள்ள தொலைபேசி எண்ணுக்கு அனுப்பும். <code> reagingenabled </code> ஐ 2 செய்திகளாக அமைக்கப்பட்டால், பயன்பாடு இயங்கும்போது மட்டுமே பெறப்படும். இறுதியாக <code> reagingenabled </code> 3 ஆக அமைக்கப்பட்டால், பயன்பாடு இயங்கும்போது செய்திகள் பெறப்படும் <b> மற்றும் </b> பயன்பாடு இயங்காதபோது அவை வரிசைப்படுத்தப்பட்டு பயனருக்கு ஒரு அறிவிப்பு காண்பிக்கப்படும். </p> <p> ஒரு செய்தி வரும்போது, <code> messagereceded </code> நிகழ்வு உயர்த்தப்பட்டு அனுப்பும் எண்ணையும் செய்தியையும் வழங்குகிறது. </p> <p> இந்தக் கூறுகளை உள்ளடக்கிய ஒரு பயன்பாடு எப்போது செய்திகளைப் பெறும் இது பின்னணியில் உள்ளது (அதாவது அது திரையில் தெரியாதபோது) மற்றும், பயன்பாடு இயங்காவிட்டாலும் கூட, அது தொலைபேசியில் நிறுவப்பட்டிருக்கும் வரை. பயன்பாடு முன்னணியில் இல்லாதபோது தொலைபேசி ஒரு உரை செய்தியைப் பெற்றால், தொலைபேசி அறிவிப்புப் பட்டியில் அறிவிப்பைக் காண்பிக்கும். அறிவிப்பைத் தேர்ந்தெடுப்பது பயன்பாட்டைக் கொண்டுவரும். ஒரு பயன்பாட்டு டெவலப்பராக, உங்கள் பயனர்களுக்குப் பெறும் கட்டுப்பாட்டைக் கட்டுப்படுத்தும் திறனைக் கொடுக்க நீங்கள் விரும்புவீர்கள், இதனால் அவர்கள் தொலைபேசியை உரைச் செய்திகளைப் புறக்கணிக்கச் செய்யலாம். கூகிள் குரலைப் பயன்படுத்தி வைஃபை. இந்த விருப்பத்திற்கு பயனருக்கு google குரல் கணக்கு இருக்க வேண்டும் மற்றும் மொபைல் குரல் பயன்பாடு தொலைபேசியில் நிறுவப்பட்டுள்ளது. கூகிள் குரல் விருப்பம் ஆண்ட்ராய்டு 2.0 (எக்லேர்) அல்லது அதற்கு மேற்பட்டதை ஆதரிக்கும் தொலைபேசிகளில் மட்டுமே செயல்படுகிறது. குறிப்பிட்ட இலக்கங்களைக் கொண்ட உரை சரத்திற்கு சொத்து (எ.கா., 6505551212). கோடுகள், புள்ளிகள் மற்றும் அடைப்புக்குறிப்புகள் சேர்க்கப்படலாம் (எ.கா., (650) -555-1212) ஆனால் புறக்கணிக்கப்படும்; இடைவெளிகள் சேர்க்கப்படாமல் போகலாம். </p> <p> ஒரு தொலைபேசி எண்ணைக் குறிப்பிட ஒரு பயன்பாட்டிற்கான மற்றொரு வழி <code> தொலைப்பேசிஎண்எடுப்பான் </code> கூறுகளைச் சேர்ப்பது, இது சேமிக்கப்பட்டவற்றிலிருந்து ஒரு தொலைபேசி எண்களைத் தேர்ந்தெடுக்க பயனர்களை அனுமதிக்கிறது தொலைபேசியின் தொடர்புகளில். </p>
93
A sensor component that can measure the ambient (external) temperature. Most Android devices do not have this sensor.
சுற்றுப்புற (வெளிப்புற) வெப்பநிலையை அளவிடக்கூடிய ஒரு சென்சார் கூறு. பெரும்பாலான ஆண்ட்ராய்டு சாதனங்களில் இந்த சென்சார் இல்லை.
94
<p>A button that, when clicked on, launches a popup dialog to allow the user to select a time.</p>
<p> ஒரு பொத்தானைக் சொடுக்கு செய்யும் போது, பயனரை ஒரு நேரத்தை தேர்ந்தெடுக்க அனுமதிக்க ஒரு பாப்அப் உரையாடலைத் தொடங்குகிறது. </p>
95
TinyDB is a non-visible component that stores data for an app. <p> Apps created with App Inventor are initialized each time they run: If an app sets the value of a variable and the user then quits the app, the value of that variable will not be remembered the next time the app is run. In contrast, TinyDB is a <em> persistent </em> data store for the app, that is, the data stored there will be available each time the app is run. An example might be a game that saves the high score and retrieves it each time the game is played. </<p> <p> Data items are strings stored under <em>tags</em> . To store a data item, you specify the tag it should be stored under. Subsequently, you can retrieve the data that was stored under a given tag. </p><p> There is only one data store per app. Even if you have multiple TinyDB components, they will use the same data store. To get the effect of separate stores, use different keys. Also each app has its own data store. You cannot use TinyDB to pass data between two different apps on the phone, although you <em>can</em> use TinyDb to shares data between the different screens of a multi-screen app. </p> <p>When you are developing apps using the AI Companion, all the apps using that companion will share the same TinyDb. That sharing will disappear once the apps are packaged. But, during development, you should be careful to clear the TinyDb each time you start working on a new app.</p>
டைனிடிபி என்பது ஒரு பயன்பாட்டிற்கான தரவைச் சேமிக்கும் ஒரு அறியப்படாத கூறு ஆகும். <p> பயன்பாட்டு கண்டுபிடிப்பாளருடன் உருவாக்கப்பட்ட பயன்பாடுகள் ஒவ்வொரு முறையும் துவக்கப்படுகின்றன: ஒரு பயன்பாடு ஒரு மாறியின் மதிப்பை அமைத்து பயனர் பயன்பாட்டிலிருந்து விலகினால், அடுத்த முறை பயன்பாடு இயங்கும் போது அந்த மாறியின் மதிப்பு நினைவில் இருக்காது. இதற்கு நேர்மாறாக, டைனிடிபி என்பது பயன்பாட்டிற்கான <em> விடாமுயற்சியான </em> தரவுக் கடை, அதாவது, பயன்பாடு இயங்கும் ஒவ்வொரு முறையும் அங்கு சேமிக்கப்பட்ட தரவு கிடைக்கும். ஒரு எடுத்துக்காட்டு அதிக மதிப்பெண்ணைச் சேமிக்கும் மற்றும் ஒவ்வொரு முறையும் விளையாட்டு விளையாடும்போது அதை மீட்டெடுக்கும் ஒரு விளையாட்டாக இருக்கலாம். </<p> <p> தரவு உருப்படிகள் <em> குறிச்சொற்கள் </em> இன் கீழ் சேமிக்கப்படும் சரங்கள். தரவு உருப்படியை சேமிக்க, அதன் கீழ் சேமிக்கப்பட வேண்டிய குறிச்சொல்லைக் குறிப்பிடுகிறீர்கள். பின்னர், கொடுக்கப்பட்ட குறிச்சொல்லின் கீழ் சேமிக்கப்பட்ட தரவை நீங்கள் மீட்டெடுக்கலாம். </p> <p> ஒரு பயன்பாட்டிற்கு ஒரே ஒரு தரவு கடை மட்டுமே உள்ளது. உங்களிடம் பல டைனிடிபி கூறுகள் இருந்தாலும், அவை ஒரே தரவுக் கடையைப் பயன்படுத்தும். தனி கடைகளின் விளைவைப் பெற, வெவ்வேறு விசைகளைப் பயன்படுத்தவும். ஒவ்வொரு பயன்பாட்டிற்கும் அதன் சொந்த தரவு கடை உள்ளது. தொலைபேசியில் இரண்டு வெவ்வேறு பயன்பாடுகளுக்கு இடையில் தரவை அனுப்ப டைனிடிபியைப் பயன்படுத்த முடியாது, இருப்பினும் நீங்கள் <em> முடியும் </em> பல திரை பயன்பாட்டின் வெவ்வேறு திரைகளுக்கு இடையில் தரவைப் பகிர்ந்து கொள்ள டைனிடிபியைப் பயன்படுத்தலாம். </p> <p> நீங்கள் ai தோழரைப் பயன்படுத்தி பயன்பாடுகளை உருவாக்கும்போது, அந்த தோழரைப் பயன்படுத்தும் அனைத்து பயன்பாடுகளும் ஒரே டைனிட்பைப் பகிர்ந்து கொள்ளும். பயன்பாடுகள் தொகுக்கப்பட்டவுடன் அந்த பகிர்வு மறைந்துவிடும். ஆனால், வளர்ச்சியின் போது, ஒவ்வொரு முறையும் நீங்கள் ஒரு புதிய பயன்பாட்டில் வேலை செய்யத் தொடங்கும் போது டைனிடிபியை அழிக்க கவனமாக இருக்க வேண்டும். </p>
96
Non-visible component that communicates with a Web service to store and retrieve information.
தகவல்களைச் சேமிக்கவும் மீட்டெடுக்கவும் வலை சேவையுடன் தொடர்பு கொள்ளும் அறியப்படாத கூறு.
ComponentTranslation
This translation Translated AppInventor/4. Component Info
உரை டோச்பீச் கூறு கொடுக்கப்பட்ட உரையைச் சத்தமாகப் பேசுகிறது. நீங்கள் சுருதி மற்றும் பேச்சு விகிதத்தை அமைக்கலாம். <p> நீங்கள் ஒரு மொழி குறியீட்டை வழங்குவதன் மூலம் ஒரு மொழியையும் அமைக்கலாம். இது சொற்களின் உச்சரிப்பை மாற்றுகிறது, பேசப்படும் உண்மையான மொழி அல்ல. எடுத்துக்காட்டாக, மொழியைப் பிரெஞ்சு மொழியில் அமைப்பதும், ஆங்கில உரையைப் பேசுவதும் யாரோ ஒரு பிரெஞ்சு உச்சரிப்புடன் ஆங்கிலம் (என்) பேசுவது போல் இருக்கும். </p> <p> ஒரு நாட்டின் குறியீட்டை வழங்குவதன் மூலம் ஒரு நாட்டையும் நீங்கள் குறிப்பிடலாம். இது உச்சரிப்பை பாதிக்கும். எடுத்துக்காட்டாக, பிரிட்டிச் ஆங்கிலம் (சிபிஆர்) அமெரிக்க ஆங்கிலத்திலிருந்து (அமெரிக்கா) வித்தியாசமாக இருக்கும். ஒவ்வொரு நாட்டுக் குறியீடும் ஒவ்வொரு மொழியையும் பாதிக்காது.
Following string has same context and same source.
Translated AppInventor/2. User Interface
உரை டோச்பீச் கூறு கொடுக்கப்பட்ட உரையைச் சத்தமாகப் பேசுகிறது. நீங்கள் சுருதி மற்றும் பேச்சு விகிதத்தை அமைக்கலாம். <p> நீங்கள் ஒரு மொழி குறியீட்டை வழங்குவதன் மூலம் ஒரு மொழியையும் அமைக்கலாம். இது சொற்களின் உச்சரிப்பை மாற்றுகிறது, பேசப்படும் உண்மையான மொழி அல்ல. எடுத்துக்காட்டாக, மொழியைப் பிரெஞ்சு மொழியில் அமைப்பதும், ஆங்கில உரையைப் பேசுவதும் யாரோ ஒரு பிரெஞ்சு உச்சரிப்புடன் ஆங்கிலம் (என்) பேசுவது போல் இருக்கும். </p> <p> ஒரு நாட்டின் குறியீட்டை வழங்குவதன் மூலம் ஒரு நாட்டையும் நீங்கள் குறிப்பிடலாம். இது உச்சரிப்பை பாதிக்கும். எடுத்துக்காட்டாக, பிரிட்டிச் ஆங்கிலம் (சிபிஆர்) அமெரிக்க ஆங்கிலத்திலிருந்து (அமெரிக்கா) வித்தியாசமாக இருக்கும். ஒவ்வொரு நாட்டுக் குறியீடும் ஒவ்வொரு மொழியையும் பாதிக்காது.

Loading…

Loading…

Glossary

Source Translation
No related strings found in the glossary.

Source information

Context
TextToSpeechHelpStringComponentPallette
Source string age
2 months ago
Translation file
appinventor/appengine/src/com/google/appinventor/client/editor/simple/components/i18n/ComponentInfoTranslations_ta.properties, string 91
Failing checks