1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 Copyright 2024 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="wear_m3c_time_picker_hour" msgid="5670838450714030035">"小时"</string> 21 <string name="wear_m3c_time_picker_minute" msgid="2847700380677127030">"分钟"</string> 22 <string name="wear_m3c_time_picker_second" msgid="5551916170669814925">"秒"</string> 23 <plurals name="wear_m3c_time_picker_hours_content_description" formatted="false" msgid="7688673698789346225"> 24 <item quantity="other">%d 小时</item> 25 <item quantity="one">%d 小时</item> 26 </plurals> 27 <plurals name="wear_m3c_time_picker_minutes_content_description" formatted="false" msgid="8268405448590438607"> 28 <item quantity="other">%d 分钟</item> 29 <item quantity="one">%d 分钟</item> 30 </plurals> 31 <plurals name="wear_m3c_time_picker_seconds_content_description" formatted="false" msgid="1073969431850983434"> 32 <item quantity="other">%d 秒</item> 33 <item quantity="one">%d 秒</item> 34 </plurals> 35 <string name="wear_m3c_time_picker_period" msgid="5567285614451063120">"时段"</string> 36 <string name="wear_m3c_time_picker_heading" msgid="1741225633698384262">"滚动即可设置时间"</string> 37 <string name="wear_m3c_date_picker_day" msgid="8932770593644830235">"日"</string> 38 <string name="wear_m3c_date_picker_month" msgid="5962969526377479136">"月"</string> 39 <string name="wear_m3c_date_picker_year" msgid="4697690064312147449">"年"</string> 40 <string name="wear_m3c_date_picker_heading" msgid="1824308273028674826">"滚动即可设置日期"</string> 41 <string name="wear_m3c_picker_confirm_button_content_description" msgid="8440144719909288057">"确认"</string> 42 <string name="wear_m3c_picker_next_button_content_description" msgid="3346011303652897029">"下一个"</string> 43 <string name="wear_m3c_slider_decrease_content_description" msgid="8242572466064289486">"降低"</string> 44 <string name="wear_m3c_slider_increase_content_description" msgid="3329631766954416834">"增加"</string> 45 <string name="wear_m3c_alert_dialog_content_description_confirm_button" msgid="7776845597891182382">"确认"</string> 46 <string name="wear_m3c_alert_dialog_content_description_dismiss_button" msgid="3572467833850785688">"关闭"</string> 47 <string name="wear_m3c_open_on_phone" msgid="3200727397161392122">"请查看手机"</string> 48 <string name="wear_m3c_open_on_phone_icon_content_description" msgid="5953380527505012363">"请查看手机图标"</string> 49</resources> 50