-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathstrings.xml
More file actions
34 lines (34 loc) · 3.26 KB
/
strings.xml
File metadata and controls
34 lines (34 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<resources>
<string name="app_name">AI Sample Catalog</string>
<string name="gemini_multimodal_sample_title">Gemini Multimodal Generation</string>
<string name="gemini_multimodal_sample_description">A very simple example of multimodal generation using the Gemini Flash model.</string>
<string name="gemini_chatbot_sample_title">Gemini Chatbot</string>
<string name="gemini_chatbot_sample_description">A simple implementation of chatbot using Gemini Flash model.</string>
<string name="genai_summarization_sample_title">Summarization with Gemini Nano</string>
<string name="genai_summarization_sample_description">Summarize articles and conversations on-device with GenAI API powered by Gemini Nano</string>
<string name="genai_image_description_sample_title">Image Description with Gemini Nano</string>
<string name="genai_image_description_sample_description">Generate short descriptions of images on-device with GenAI API powered by Gemini Nano</string>
<string name="genai_writing_assistance_sample_title">Polish text with Gemini Nano</string>
<string name="genai_writing_assistance_sample_description">Proofread and rewrite short content on-device with GenAI API powered by Gemini Nano</string>
<string name="top_bar_title">Android AI Samples</string>
<string name="top_bar_title_expanded">Android\nAI Samples</string>
<string name="open_sample_button">Open sample</string>
<string name="imagen_sample_title">Image generation with Imagen</string>
<string name="imagen_sample_description">Generate images with Imagen, Google image generation model</string>
<string name="imagen_editing_sample_title">Inpainting & Outpainting with Imagen</string>
<string name="imagen_editing_sample_description">Generate images and edit only specific areas of a generated image with Inpainting</string>
<string name="magic_selfie_sample_title">Magic Selfie with Imagen and ML Kit</string>
<string name="magic_selfie_sample_description">Change the background of your selfies with Imagen and the ML Kit Segmentation API</string>
<string name="gemini_video_summarization_sample_title">Video Summarization with Gemini and Firebase</string>
<string name="gemini_video_summarization_sample_description">"Generate a summary of a video (from a cloud URL or Youtube) with Gemini API powered by Firebase"</string>
<string name="gemini_video_metadata_creation_sample_title">Video Metadata Creation with Gemini and Firebase</string>
<string name="gemini_video_metadata_creation_sample_description">"Generate metadata of a video (from a cloud URL or Youtube) with Gemini API powered by Firebase"</string>
<string name="gemini_live_todo_title">Gemini Live Todo</string>
<string name="gemini_live_todo_description">"Simple Todo app using the Gemini Live API to interact with the items in the list"</string>
<string name="gemini_image_chat">Gemini Image Chat</string>
<string name="gemini_image_chat_description">Conversational Image generation with Gemini</string>
<string name="firebase_required">Firebase Required</string>
<string name="firebase_required_description">This feature requires Firebase to be initialized.</string>
<string name="close">Close</string>
<string name="firebase_doc_button">Show me how</string>
</resources>