blob: 849dbac4c485515fa078c57f53e0f19ebe8f2a21 [file] [log] [blame]
Bill Yi5e4e11b2020-11-20 03:01:27 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (C) 2020 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17
18<resources xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20 <string name="pip_phone_close" msgid="5783752637260411309">"වසන්න"</string>
21 <string name="pip_phone_expand" msgid="2579292903468287504">"දිග හරින්න"</string>
22 <string name="pip_phone_settings" msgid="5468987116750491918">"සැකසීම්"</string>
Bill Yi58d2a222021-11-17 20:44:45 +000023 <string name="pip_phone_enter_split" msgid="7042877263880641911">"බෙදුම් තිරයට ඇතුළු වන්න"</string>
Bill Yi5e4e11b2020-11-20 03:01:27 +000024 <string name="pip_menu_title" msgid="5393619322111827096">"මෙනුව"</string>
25 <string name="pip_notification_title" msgid="1347104727641353453">"<xliff:g id="NAME">%s</xliff:g> පින්තූරය-තුළ-පින්තූරය තුළ වේ"</string>
26 <string name="pip_notification_message" msgid="8854051911700302620">"ඔබට <xliff:g id="NAME">%s</xliff:g> මෙම විශේෂාංගය භාවිත කිරීමට අවශ්‍ය නැති නම්, සැකසීම් විවෘත කිරීමට තට්ටු කර එය ක්‍රියාවිරහිත කරන්න."</string>
27 <string name="pip_play" msgid="3496151081459417097">"ධාවනය කරන්න"</string>
28 <string name="pip_pause" msgid="690688849510295232">"විරාම කරන්න"</string>
29 <string name="pip_skip_to_next" msgid="8403429188794867653">"ඊළඟ එකට පනින්න"</string>
30 <string name="pip_skip_to_prev" msgid="7172158111196394092">"පෙර එකට පනින්න"</string>
31 <string name="accessibility_action_pip_resize" msgid="4623966104749543182">"ප්‍රතිප්‍රමාණ කරන්න"</string>
Bill Yib5dc7a62021-05-25 16:15:56 +000032 <string name="accessibility_action_pip_stash" msgid="4060775037619702641">"සඟවා තබන්න"</string>
33 <string name="accessibility_action_pip_unstash" msgid="7467499339610437646">"සඟවා තැබීම ඉවත් කරන්න"</string>
Bill Yi5e4e11b2020-11-20 03:01:27 +000034 <string name="dock_forced_resizable" msgid="1749750436092293116">"යෙදුම බෙදුම් තිරය සමග ක්‍රියා නොකළ හැකිය"</string>
35 <string name="dock_non_resizeble_failed_to_dock_text" msgid="7408396418008948957">"යෙදුම බෙදුණු-තිරය සඳහා සහාය නොදක්වයි."</string>
Bill Yi02cae222022-11-30 05:21:15 -080036 <string name="dock_multi_instances_not_supported_text" msgid="5242868470666346929">"මෙම යෙදුම විවෘත කළ හැක්කේ 1 කවුළුවක පමණයි."</string>
Bill Yi5e4e11b2020-11-20 03:01:27 +000037 <string name="forced_resizable_secondary_display" msgid="1768046938673582671">"යෙදුම ද්විතියික සංදර්ශකයක ක්‍රියා නොකළ හැකිය."</string>
38 <string name="activity_launch_on_secondary_display_failed_text" msgid="4226485344988071769">"යෙදුම ද්විතීයික සංදර්ශක මත දියත් කිරීම සඳහා සහාය නොදක්වයි."</string>
39 <string name="accessibility_divider" msgid="703810061635792791">"බෙදුම්-තිර වෙන්කරණය"</string>
40 <string name="accessibility_action_divider_left_full" msgid="1792313656305328536">"වම් පූර්ණ තිරය"</string>
41 <string name="accessibility_action_divider_left_70" msgid="8859845045360659250">"වම් 70%"</string>
42 <string name="accessibility_action_divider_left_50" msgid="3488317024557521561">"වම් 50%"</string>
43 <string name="accessibility_action_divider_left_30" msgid="6023611335723838727">"වම් 30%"</string>
44 <string name="accessibility_action_divider_right_full" msgid="3408505054325944903">"දකුණු පූර්ණ තිරය"</string>
45 <string name="accessibility_action_divider_top_full" msgid="3495871951082107594">"ඉහළම පූර්ණ තිරය"</string>
46 <string name="accessibility_action_divider_top_70" msgid="1779164068887875474">"ඉහළම 70%"</string>
47 <string name="accessibility_action_divider_top_50" msgid="8649582798829048946">"ඉහළම 50%"</string>
48 <string name="accessibility_action_divider_top_30" msgid="3572788224908570257">"ඉහළම 30%"</string>
49 <string name="accessibility_action_divider_bottom_full" msgid="2831868345092314060">"පහළ පූර්ණ තිරය"</string>
Bill Yia2652e12023-02-14 13:57:36 -080050 <string name="accessibility_split_left" msgid="1713683765575562458">"වම බෙදන්න"</string>
51 <string name="accessibility_split_right" msgid="8441001008181296837">"දකුණ බෙදන්න"</string>
52 <string name="accessibility_split_top" msgid="2789329702027147146">"ඉහළ බෙදන්න"</string>
53 <string name="accessibility_split_bottom" msgid="8694551025220868191">"පහළ බෙදන්න"</string>
Bill Yi5e4e11b2020-11-20 03:01:27 +000054 <string name="one_handed_tutorial_title" msgid="4583241688067426350">"තනි-අත් ප්‍රකාරය භාවිත කරමින්"</string>
55 <string name="one_handed_tutorial_description" msgid="3486582858591353067">"පිටවීමට, තිරයේ පහළ සිට ඉහළට ස්වයිප් කරන්න හෝ යෙදුමට ඉහළින් ඕනෑම තැනක තට්ටු කරන්න"</string>
56 <string name="accessibility_action_start_one_handed" msgid="5070337354072861426">"තනි අත් ප්‍රකාරය ආරම්භ කරන්න"</string>
57 <string name="accessibility_action_stop_one_handed" msgid="1369940261782179442">"තනි අත් ප්‍රකාරයෙන් පිටවන්න"</string>
58 <string name="bubbles_settings_button_description" msgid="1301286017420516912">"<xliff:g id="APP_NAME">%1$s</xliff:g> බුබුළු සඳහා සැකසීම්"</string>
59 <string name="bubble_overflow_button_content_description" msgid="8160974472718594382">"පිටාර යාම"</string>
60 <string name="bubble_accessibility_action_add_back" msgid="1830101076853540953">"අට්ටිය වෙත ආපසු එක් කරන්න"</string>
61 <string name="bubble_content_description_single" msgid="8495748092720065813">"<xliff:g id="APP_NAME">%2$s</xliff:g> වෙතින් <xliff:g id="NOTIFICATION_TITLE">%1$s</xliff:g>"</string>
62 <string name="bubble_content_description_stack" msgid="8071515017164630429">"<xliff:g id="APP_NAME">%2$s</xliff:g> වෙතින් <xliff:g id="NOTIFICATION_TITLE">%1$s</xliff:g> සහ තවත් <xliff:g id="BUBBLE_COUNT">%3$d</xliff:g> ක්"</string>
63 <string name="bubble_accessibility_action_move_top_left" msgid="2644118920500782758">"ඉහළ වමට ගෙන යන්න"</string>
64 <string name="bubble_accessibility_action_move_top_right" msgid="5864594920870245525">"ඉහළ දකුණට ගෙන යන්න"</string>
65 <string name="bubble_accessibility_action_move_bottom_left" msgid="850271002773745634">"පහළ වමට ගෙන යන්න"</string>
66 <string name="bubble_accessibility_action_move_bottom_right" msgid="2107626346109206352">"පහළ දකුණට ගෙන යන්න"</string>
67 <string name="bubbles_app_settings" msgid="3617224938701566416">"<xliff:g id="NOTIFICATION_TITLE">%1$s</xliff:g> සැකසීම්"</string>
68 <string name="bubble_dismiss_text" msgid="8816558050659478158">"බුබුලු ඉවත ලන්න"</string>
69 <string name="bubbles_dont_bubble_conversation" msgid="310000317885712693">"සංවාදය බුබුලු නොදමන්න"</string>
70 <string name="bubbles_user_education_title" msgid="2112319053732691899">"බුබුලු භාවිතයෙන් කතාබහ කරන්න"</string>
71 <string name="bubbles_user_education_description" msgid="4215862563054175407">"නව සංවාද පාවෙන අයිකන හෝ බුබුලු ලෙස දිස් වේ. බුබුල විවෘත කිරීමට තට්ටු කරන්න. එය ගෙන යාමට අදින්න."</string>
72 <string name="bubbles_user_education_manage_title" msgid="7042699946735628035">"ඕනෑම වේලාවක බුබුලු පාලනය කරන්න"</string>
73 <string name="bubbles_user_education_manage" msgid="3460756219946517198">"මෙම යෙදුමෙන් බුබුලු ක්‍රියාවිරහිත කිරීමට කළමනාකරණය කරන්න තට්ටු කරන්න"</string>
74 <string name="bubbles_user_education_got_it" msgid="3382046149225428296">"තේරුණා"</string>
75 <string name="bubble_overflow_empty_title" msgid="2397251267073294968">"මෑත බුබුලු නැත"</string>
76 <string name="bubble_overflow_empty_subtitle" msgid="2627417924958633713">"මෑත බුබුලු සහ ඉවත ලූ බුබුලු මෙහි දිස් වනු ඇත"</string>
77 <string name="notification_bubble_title" msgid="6082910224488253378">"බුබුළු"</string>
78 <string name="manage_bubbles_text" msgid="7730624269650594419">"කළමනා කරන්න"</string>
79 <string name="accessibility_bubble_dismissed" msgid="8367471990421247357">"බුබුල ඉවත දමා ඇත."</string>
Bill Yi03064e52022-06-29 15:03:26 -070080 <string name="restart_button_description" msgid="6712141648865547958">"වඩා හොඳ දසුනක් ලබා ගැනීම සඳහා මෙම යෙදුම යළි ඇරඹීමට තට්ටු කරන්න."</string>
Bill Yifbe81282022-01-08 05:02:23 +000081 <string name="camera_compat_treatment_suggested_button_description" msgid="8103916969024076767">"කැමරා ගැටලුද?\nයළි සවි කිරීමට තට්ටු කරන්න"</string>
82 <string name="camera_compat_treatment_applied_button_description" msgid="2944157113330703897">"එය විසඳුවේ නැතිද?\nප්‍රතිවර්තනය කිරීමට තට්ටු කරන්න"</string>
83 <string name="camera_compat_dismiss_button_description" msgid="2795364433503817511">"කැමරා ගැටලු නොමැතිද? ඉවත දැමීමට තට්ටු කරන්න"</string>
Bill Yi5a8aca52022-09-11 10:33:31 -070084 <string name="letterbox_education_dialog_title" msgid="7739895354143295358">"බලන්න සහ තවත් දේ කරන්න"</string>
85 <string name="letterbox_education_split_screen_text" msgid="6206339484068670830">"බෙදුම් තිරය සඳහා වෙනත් යෙදුමකට අදින්න"</string>
86 <string name="letterbox_education_reposition_text" msgid="4589957299813220661">"යෙදුමක් නැවත ස්ථානගත කිරීමට පිටතින් දෙවරක් තට්ටු කරන්න"</string>
Bill Yi05e86402022-02-05 18:43:42 +000087 <string name="letterbox_education_got_it" msgid="4057634570866051177">"තේරුණා"</string>
Bill Yi098855c2022-06-11 03:47:26 -070088 <string name="letterbox_education_expand_button_description" msgid="1729796567101129834">"වැඩිදුර තොරතුරු සඳහා දිග හරින්න"</string>
Bill Yiada0c6b2023-02-05 23:36:32 -080089 <string name="letterbox_restart_dialog_title" msgid="8543049527871033505">"වඩා හොඳ දසුනක් සඳහා යළි අරඹන්න ද?"</string>
90 <string name="letterbox_restart_dialog_description" msgid="6096946078246557848">"ඔබට එය ඔබේ තිරයෙහි වඩා හොඳින් පෙනෙන පරිදි යෙදුම යළි ඇරඹිය හැකි නමුත්, ඔබට ඔබේ ප්‍රගතිය හෝ නොසුරකින ලද වෙනස්කම් අහිමි විය හැක"</string>
91 <string name="letterbox_restart_cancel" msgid="1342209132692537805">"අවලංගු කරන්න"</string>
92 <string name="letterbox_restart_restart" msgid="8529976234412442973">"යළි අරඹන්න"</string>
93 <string name="letterbox_restart_dialog_checkbox_title" msgid="5252918008140768386">"නැවත නොපෙන්වන්න"</string>
Bill Yie3419732022-06-19 00:18:55 -070094 <string name="maximize_button_text" msgid="1650859196290301963">"විහිදන්න"</string>
Bill Yie14ec912022-08-25 00:09:03 -070095 <string name="minimize_button_text" msgid="271592547935841753">"කුඩා කරන්න"</string>
Bill Yie3419732022-06-19 00:18:55 -070096 <string name="close_button_text" msgid="2913281996024033299">"වසන්න"</string>
Bill Yi93844052022-10-20 17:21:42 -070097 <string name="back_button_text" msgid="1469718707134137085">"ආපසු"</string>
98 <string name="handle_text" msgid="1766582106752184456">"හැඬලය"</string>
Bill Yia2652e12023-02-14 13:57:36 -080099 <!-- no translation found for app_icon_text (2823268023931811747) -->
100 <skip />
Bill Yie0c8fb92022-11-15 22:21:55 -0800101 <string name="fullscreen_text" msgid="1162316685217676079">"පූර්ණ තිරය"</string>
102 <string name="desktop_text" msgid="1077633567027630454">"ඩෙස්ක්ටොප් ප්‍රකාරය"</string>
103 <string name="split_screen_text" msgid="1396336058129570886">"බෙදුම් තිරය"</string>
104 <string name="more_button_text" msgid="3655388105592893530">"තව"</string>
105 <string name="float_button_text" msgid="9221657008391364581">"පාවෙන"</string>
Bill Yia2652e12023-02-14 13:57:36 -0800106 <!-- no translation found for select_text (5139083974039906583) -->
107 <skip />
108 <!-- no translation found for screenshot_text (1477704010087786671) -->
109 <skip />
110 <!-- no translation found for close_text (4986518933445178928) -->
111 <skip />
112 <!-- no translation found for collapse_menu_text (7515008122450342029) -->
113 <skip />
Bill Yi5e4e11b2020-11-20 03:01:27 +0000114</resources>