Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20 2025-04-18 11:46:11 +02:00
commit 8ba988c929
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
7 changed files with 230 additions and 25 deletions

View File

@ -792,7 +792,7 @@
<string name="preference_search_result_ordering">ترتيب لنتائج البحث</string>
<string name="widget_config_appwidget_borderless">بدون حدود</string>
<string name="location_open_24_7">مفتوح 24/7</string>
<string name="plugin_type_filesearch">البحث عن الملفات</string>
<string name="plugin_type_filesearch">الملفات</string>
<string name="plugin_weather_provider_enabled">تم تعيينه حاليًا كموفر للطقس</string>
<string name="clock_style_segment">7-قطع</string>
<string name="poi_category_laundry">مغسلة</string>
@ -852,4 +852,28 @@
<string name="weather_forecast_humidity">رطوبة</string>
<string name="weather_forecast_wind">رياح</string>
<string name="weather_forecast_precipitation">هطول الأمطار</string>
<string name="plugin_type_contacts">جهات الاتصال</string>
<string name="departure_time_now">الآن</string>
<string name="preference_search_local_calendar_summary">البحث في التقويمات على هذا الجهاز</string>
<string name="preference_grid_list_style">عرض التطبيقات في قائمة</string>
<string name="preference_grid_list_icons">إظهار أيقونات التطبيقات في القائمة</string>
<string name="preference_grid_list_style_summary">عرض التطبيقات في قائمة بدلاً من شبكة</string>
<string name="preference_grid_list_icons_summary">إظهار الأيقونات في عرض القائمة</string>
<string name="preference_contacts_call_on_tap_summary">بدء مكالمة فورًا عند النقر على رقم هاتف</string>
<plurals name="departure_time_in">
<item quantity="zero">خلال أقل من دقيقة</item>
<item quantity="one">خلال دقيقة</item>
<item quantity="two">خلال دقيقتين</item>
<item quantity="few">خلال %1$d دقائق</item>
<item quantity="many">خلال %1$d دقيقة</item>
<item quantity="other">خلال %1$d دقيقة</item>
</plurals>
<string name="departure_time_departed">مضت</string>
<string name="widget_removed">تمت إزالة عنصر واجهة المستخدم</string>
<string name="preference_clock_widget_time_format">تنسيق الوقت</string>
<string name="preference_clock_widget_time_format_24h">24-ساعة</string>
<string name="preference_clock_widget_time_format_12h">12-ساعة</string>
<string name="preference_clock_widget_time_format_system">النظام الافتراضي</string>
<string name="missing_permission_call_contacts_settings">إذن الاتصال مطلوب لبدء المكالمات</string>
<string name="preference_contacts_call_on_tap">انقر للاتصال</string>
</resources>

View File

@ -592,7 +592,7 @@
<string name="preference_plugin_badges_summary">Zobrazit, který doplněk vytvořil výsledek vyhledávání</string>
<string name="plugin_state_setup_required">Nejprve musíte nastavit tento doplněk</string>
<string name="plugin_action_setup">Nastavit</string>
<string name="plugin_type_filesearch">Vyhledávání souborů</string>
<string name="plugin_type_filesearch">Soubory</string>
<string name="plugin_type_weather">Poskytovatel počasí</string>
<string name="plugin_weather_provider_enable">Nastavit jako poskytovatele počasí</string>
<string name="plugin_weather_provider_enabled">Momentálně nastaven jako poskytovatel počasí</string>
@ -838,7 +838,12 @@
</plurals>
<string name="preference_search_local_calendar_summary">Hledat kalendáře na tomto zařízení</string>
<string name="missing_permission_call_contacts_settings">Pro provádění hovorů je vyžadováno oprávnění k telefonu</string>
<string name="preference_contacts_call_on_tap">Zavolat po klepnutí</string>
<string name="preference_contacts_call_on_tap_summary">Rovnou zahájit hovor po klepnutí na telefonní číslo</string>
<string name="preference_contacts_call_on_tap">Klepněte pro vytočení</string>
<string name="preference_contacts_call_on_tap_summary">Po klepnutí na telefonní číslo okamžitě zahájit hovor</string>
<string name="departure_time_departed">odjel</string>
<string name="preference_grid_list_style">Zobrazit aplikace v seznamu</string>
<string name="preference_grid_list_icons">Zobrazit ikony aplikací v seznamu</string>
<string name="preference_grid_list_style_summary">Zobrazit aplikace v seznamu namísto mřížky</string>
<string name="preference_grid_list_icons_summary">Zobrazit ikony v zobrazení seznamu</string>
<string name="plugin_type_contacts">Kontakty</string>
</resources>

View File

@ -187,8 +187,8 @@
<string name="preference_debug_dump_heap_summary">Pillanatfelvétel készítése a memóriahasználat elemzéséhez. Az alkalmazás lefagy, amíg ez a folyamat be nem fejeződik.</string>
<string name="preference_debug_cleanup_database_summary">Hibás- és nem használt bejegyzések eltávolítása az indító adatbázisából</string>
<plurals name="debug_cleanup_database_result">
<item quantity="one">%1$d bejegyzés el lett távolítva.</item>
<item quantity="other">%1$d bejegyzés el lett távolítva.</item>
<item quantity="one">%1$d bejegyzés eltávolítva.</item>
<item quantity="other">%1$d bejegyzés eltávolítva.</item>
</plurals>
<string name="preference_screen_integrations_summary">Fiókok és szolgáltatások kezelése</string>
<string name="missing_permission_calendar_widget">Adjon engedélyt a naptárnak a közelgő találkozók és események megjelenítéséhez.</string>
@ -370,7 +370,7 @@
<string name="preference_notification_badges">Értesítési jelvények</string>
<string name="preference_grid_column_count">Oszlopok száma</string>
<string name="preference_screen_weatherwidget">Időjárás</string>
<string name="preference_shortcut_badges">Parancsikon jelvények</string>
<string name="preference_shortcut_badges">Parancsikonjelvények</string>
<string name="preference_grid_labels_summary">Az alkalmazás nevének megjelenítése az ikon alatt</string>
<string name="preference_screen_clockwidget_summary">Az óra stílusának és összetevőinek beállítása</string>
<string name="preference_blur_wallpaper_summary">Használjon elmosódást a háttérképen</string>
@ -383,7 +383,7 @@
<string name="preference_screen_debug_summary">Hibaelhárító eszközök</string>
<string name="preference_category_widgets">Modulok</string>
<string name="preference_clockwidget_music_part_summary">Médiavezérlők megjelenítése, ha aktív médiamunkamenet van</string>
<string name="plugin_type_filesearch">Fájlkeresés</string>
<string name="plugin_type_filesearch">Fájlok</string>
<string name="preference_crash_reporter_summary">Hiba- és összeomlási jelentések</string>
<string name="preference_search_result_ordering_weight_factor_high">Változtatható</string>
<string name="preference_search_currencyconverter">Valutaváltó</string>
@ -432,7 +432,7 @@
<string name="preference_gesture_swipe_down">Lefelé húzás</string>
<string name="gesture_action_power_menu">Kikapcsolási menü megjelenítése</string>
<string name="preference_search_result_ordering">A keresési eredmények sorrendje</string>
<string name="preference_notification_badges_summary">Az olvasatlan értesítésekkel rendelkező alkalmazások jelvényének megjelenítése</string>
<string name="preference_notification_badges_summary">Az olvasatlan értesítésekkel rendelkező alkalmazások jelvényeinek megjelenítése</string>
<string name="create_search_action_type_web">Keresés egy weboldalon</string>
<string name="create_search_action_type_app">Keresés egy alkalmazásban</string>
<string name="create_search_action_type_intent">Egyéni intent</string>
@ -443,7 +443,7 @@
<string name="search_action_websearch_url">Webcím sablon</string>
<string name="experimental_feature">Kísérleti</string>
<string name="create_tag_title">Új címke</string>
<string name="preference_plugin_badges">Bővítmény jelvények</string>
<string name="preference_plugin_badges">Bővítményjelvények</string>
<string name="preference_plugin_badges_summary">Jelezze, hogy a keresési eredményt melyik bővítmény hozta létre</string>
<string name="preference_about_telegram">Telegram csoport</string>
<string name="preference_about_fdroid">F-Droid tároló</string>
@ -485,8 +485,8 @@
<string name="preference_blur_wallpaper_radius">Elmosás sugara</string>
<string name="preference_suspended_badges_summary">A felfüggesztett alkalmazások jelvényeinek megjelenítése</string>
<string name="preference_suspended_badges">Felfüggesztett alkalmazások</string>
<string name="preference_cloud_badges">Felhő jelvények</string>
<string name="preference_cloud_badges_summary">A felhőben tárolt fájlok jelvényének megjelenítése</string>
<string name="preference_cloud_badges">Felhőjelvények</string>
<string name="preference_cloud_badges_summary">A felhőben tárolt fájlok jelvényeinek megjelenítése</string>
<string name="preference_nextcloud_signin">Bejelentkezés a Nextcloudba</string>
<string name="preference_nextcloud">Nextcloud</string>
<string name="preference_category_badges">Jelvények</string>
@ -835,4 +835,5 @@
<string name="preference_contacts_call_on_tap">Koppintson a híváshoz</string>
<string name="preference_contacts_call_on_tap_summary">Hívás azonnali indítása egy telefonszámra való koppintáskor</string>
<string name="missing_permission_call_contacts_settings">A hívások indításához hívásengedélyre van szükség</string>
<string name="plugin_type_contacts">Névjegyek</string>
</resources>

View File

@ -46,7 +46,7 @@
</plurals>
<string name="menu_share">Condividi</string>
<string name="file_meta_path">Percorso: %1$s</string>
<string name="menu_share_apk_file">File pacchetto</string>
<string name="menu_share_apk_file">File APK</string>
<string name="menu_uninstall">Disinstalla</string>
<string name="menu_favorites_pin">Aggiungi ai preferiti</string>
<string name="menu_favorites_unpin">Rimuovi</string>
@ -595,7 +595,7 @@
<string name="plugin_type_weather">Provider meteo</string>
<string name="plugin_weather_provider_enabled">Attualmente impostato come provider meteo</string>
<string name="plugin_state_error">Questo plugin non funziona correttamente</string>
<string name="plugin_type_filesearch">Ricerca file</string>
<string name="plugin_type_filesearch">File</string>
<string name="plugin_weather_provider_enable">Imposta come provider meteo</string>
<string name="preference_category_advanced">Avanzate</string>
<string name="preference_plugin_enable">Abilita plugin</string>
@ -698,9 +698,9 @@
<string name="poi_category_university">Università</string>
<string name="poi_category_toilets">Servizi igienici</string>
<string name="location_closes">chiude alle %1$s</string>
<string name="location_closes_other_day">chiude %1$s, %2$s</string>
<string name="location_closes_other_day">chiude %1$s alle %2$s</string>
<string name="location_opens">apre alle %1$s</string>
<string name="location_opens_other_day">apre %1$s, %2$s</string>
<string name="location_opens_other_day">apre %1$s alle %2$s</string>
<string name="preference_customize_filter_bar">Personalizza barra dei filtri</string>
<string name="preference_customize_filter_bar_summary">Personalizza quali elementi includere nella barra dei filtri</string>
<string name="weather_condition_thunderstorm">Temporale</string>
@ -837,4 +837,13 @@
</plurals>
<string name="departure_time_now">adesso</string>
<string name="preference_search_local_calendar_summary">Cerca calendari su questo dispositivo</string>
<string name="plugin_type_contacts">Contatti</string>
<string name="departure_time_departed">Partito</string>
<string name="preference_grid_list_style">Mostra le app come lista</string>
<string name="preference_grid_list_style_summary">Sotituisci la griglia delle app con una lista</string>
<string name="preference_grid_list_icons">Mostra le icone delle app nella lista</string>
<string name="preference_grid_list_icons_summary">Mostra le icone delle app nella lista</string>
<string name="preference_contacts_call_on_tap">Clicca per chiamare</string>
<string name="preference_contacts_call_on_tap_summary">Fai partire la chiamata appena viene cliccato un numero di telefono invece di aprire la schermata del telefono</string>
<string name="missing_permission_call_contacts_settings">Il permesso alle chiamate è necessario per effettuare la chiamata</string>
</resources>

View File

@ -662,7 +662,7 @@
<string name="plugin_state_error">Deze plug-in werkt niet correct</string>
<string name="plugin_state_setup_required">Je moet deze plug-in eerst instellen</string>
<string name="plugin_action_setup">Instellen</string>
<string name="plugin_type_filesearch">Bestanden zoeken</string>
<string name="plugin_type_filesearch">Bestanden</string>
<string name="plugin_type_weather">Aanbieder van weergegevens</string>
<string name="plugin_weather_provider_enable">Instellen als aanbieder van weer</string>
<string name="plugin_weather_provider_enabled">Momenteel ingesteld als aanbieder van weer</string>
@ -821,4 +821,19 @@
<string name="preference_clock_widget_time_format_24h">24-uur</string>
<string name="preference_clock_widget_time_format_12h">12-uur</string>
<string name="preference_clock_widget_time_format_system">Systeemstandaard</string>
<plurals name="departure_time_in">
<item quantity="one">in een minuut</item>
<item quantity="other">in %1$d minuten</item>
</plurals>
<string name="departure_time_now">nu</string>
<string name="departure_time_departed">overleden</string>
<string name="plugin_type_contacts">Contactpersonen</string>
<string name="preference_search_local_calendar_summary">Agenda\'s zoeken op dit apparaat</string>
<string name="preference_grid_list_style">Apps in een lijst weergeven</string>
<string name="preference_grid_list_icons">App-pictogrammen in lijst weergeven</string>
<string name="preference_grid_list_style_summary">Apps weergeven in een lijst in plaats van in een raster</string>
<string name="preference_grid_list_icons_summary">Pictogrammen weergeven in de lijstweergave</string>
<string name="preference_contacts_call_on_tap">Tik om te bellen</string>
<string name="preference_contacts_call_on_tap_summary">Start direct een gesprek bij het tikken op een telefoonnummer</string>
<string name="missing_permission_call_contacts_settings">Telefonierechten zijn vereist om oproepen te starten</string>
</resources>

View File

@ -629,7 +629,7 @@
<string name="missing_permission_location_search">คุณต้องอนุญาตให้แอปเข้าถึงตำแหน่งเพื่อค้นหาสถานที่ใกล้เคียง</string>
<string name="metric">หน่วยวัดแบบเมตริก</string>
<string name="plugin_action_setup">ติดตั้ง</string>
<string name="plugin_type_filesearch">ค้นหาไฟล์</string>
<string name="plugin_type_filesearch">ไฟล์</string>
<string name="plugin_type_weather">ผู้ให้บริการสภาพอากาศ</string>
<string name="plugin_weather_provider_enable">ตั้งเป็นผู้ให้บริการสภาพอากาศ</string>
<string name="search_action_share">แชร์</string>
@ -817,4 +817,13 @@
</plurals>
<string name="departure_time_now">ตอนนี้</string>
<string name="preference_search_local_calendar_summary">ค้นหาปฏิทินบนอุปกรณ์นี้</string>
<string name="departure_time_departed">เวลาออกเดินทาง</string>
<string name="plugin_type_contacts">ผู้ติดต่อ</string>
<string name="preference_grid_list_icons">แสดงไอคอนแอปในรายการ</string>
<string name="preference_grid_list_style_summary">แสดงแอปแบบเรียงรายการ แทนการแสดงแอปแบบเรียงเป็นตาราง</string>
<string name="preference_grid_list_icons_summary">แสดงไอคอนในรายการแอป</string>
<string name="preference_contacts_call_on_tap">แตะเพื่อโทรฯ</string>
<string name="preference_contacts_call_on_tap_summary">เริ่มการโทรฯทันทีที่แตะเบอร์โทรศัพท์</string>
<string name="preference_grid_list_style">แสดงแอปแบบเรียงรายการ</string>
<string name="missing_permission_call_contacts_settings">คุณต้องอนุญาตให้แอปเข้าถึงโทรศัพท์เพื่อเริ่มการโทรฯ</string>
</resources>

View File

@ -10,7 +10,7 @@
<string name="preference_search_files_summary">搜索本地文件和云服务器文件</string>
<string name="preference_search_unitconverter_summary">用法: 1.5 kg 或者 4 cm &gt;&gt; in</string>
<string name="preference_search_localfiles_summary">搜索储存在此设备上的文档、照片和其它文件</string>
<string name="preference_google_signin_summary">登陆以查找Google Drive</string>
<string name="preference_google_signin_summary">登陆以查找Google云端硬盘</string>
<string name="wikipedia_url">https://en.wikipedia.org</string>
<string name="owncloud_login_2fa_hint">如果你开启了两步验证,你必须在此使用一个应用密码。</string>
<string name="weather_widget_set_location">设置位置</string>
@ -296,8 +296,8 @@
<string name="preference_search_websites">网站</string>
<string name="preference_search_websites_summary">如果搜索查询是 URL则显示网站的预览</string>
<string name="preference_search_localfiles">本地文件</string>
<string name="preference_search_gdrive">Google Drive</string>
<string name="preference_search_gdrive_summary">在Google Drive上搜索 %1$s</string>
<string name="preference_search_gdrive">Google云端硬盘</string>
<string name="preference_search_gdrive_summary">在Google云端硬盘上搜索 %1$s</string>
<string name="preference_search_nextcloud">Nextcloud</string>
<string name="preference_search_cloud_summary">搜索%1$s的文件</string>
<string name="preference_search_owncloud">Owncloud</string>
@ -310,7 +310,7 @@
<string name="preference_search_bar_style">风格</string>
<string name="preference_search_bar_auto_focus">打开键盘</string>
<string name="preference_search_bar_auto_focus_summary">打开搜索时自动显示键盘</string>
<string name="preference_wikipedia_customurl">Wikipedia URL</string>
<string name="preference_wikipedia_customurl">维基百科网址</string>
<string name="no_account_nextcloud">您尚未连接Nextcloud帐户</string>
<string name="no_account_google">您尚未连接Google帐户</string>
<string name="connect_account">连接帐户</string>
@ -328,7 +328,7 @@
<string name="missing_permission_appshortcuts_search">设置 %1$s 成为默认桌面以搜索应用快捷方式.</string>
<string name="preference_search_appshortcuts">应用快捷方式</string>
<string name="preference_search_appshortcuts_summary">搜索应用快捷方式</string>
<string name="preference_clockwidget_favorites_part">收藏夹</string>
<string name="preference_clockwidget_favorites_part">Dock</string>
<string name="preference_clockwidget_favorites_part_summary">显示已固定项目的第一行</string>
<string name="widget_name_favorites">收藏夹</string>
<string name="preference_grid_icon_size">图标大小</string>
@ -432,7 +432,7 @@
<string name="search_action_label">名称</string>
<string name="search_action_app">应用程序</string>
<string name="search_action_websearch_url">URL模板</string>
<string name="search_action_websearch_url_hint">URL模板用于构建搜索引擎的URL.使用‘${1}’作为实际搜索字词的占位符,例如 https://google.com/search\?q=${1}</string>
<string name="search_action_websearch_url_hint">URL模板用于构建搜索引擎的URL.使用‘${1}’作为实际搜索字词的占位符,例如 https://google.com/search?q=${1}</string>
<string name="more_information">更多信息</string>
<string name="experimental_feature">实验性的</string>
<string name="create_search_action_type">你想创建哪种操作\?</string>
@ -614,7 +614,7 @@
<string name="preference_calendar_hide_completed">隐藏完成的任务</string>
<string name="preference_search_locations_hide_uncategorized_summary">只显示分类明确的结果,如咖啡厅或餐厅</string>
<string name="plugin_action_setup">配置</string>
<string name="plugin_type_filesearch">文件搜索</string>
<string name="plugin_type_filesearch">文件</string>
<string name="plugin_type_weather">天气供应商</string>
<string name="plugin_weather_provider_enable">设为天气供应商</string>
<string name="clock_style_digital1">粗体</string>
@ -683,4 +683,146 @@
<string name="poi_category_parking">停车场</string>
<string name="poi_category_post_office">邮局</string>
<string name="poi_category_park">公园</string>
<string name="contact_info_home"></string>
<string name="contact_info_work">工作</string>
<string name="contact_info_mobile">移动设备</string>
<string name="departure_time_departed">已离开</string>
<plurals name="app_info_notifications">
<item quantity="other">%1$s个通知</item>
</plurals>
<string name="poi_category_amusement_park">游乐园</string>
<string name="poi_category_concert_hall">音乐厅</string>
<string name="poi_category_stadium">体育场</string>
<string name="poi_category_pet">宠物店</string>
<string name="poi_category_shopping">购物</string>
<string name="poi_category_swimming">游泳池</string>
<string name="poi_category_martial_arts">武术</string>
<string name="poi_category_golf">高尔夫球场</string>
<string name="poi_category_clothes">服装店</string>
<string name="poi_category_university">大学</string>
<string name="poi_category_casino">赌场</string>
<string name="poi_category_discount_store">折扣店</string>
<string name="profile_private_profile_action_unlock">解锁</string>
<string name="plugin_type_contacts">联系人</string>
<string name="poi_category_dentist">牙科</string>
<string name="poi_category_library">图书馆</string>
<string name="poi_category_cinema">电影院</string>
<string name="poi_category_nightclub">夜总会</string>
<string name="poi_category_hairdresser">理发师</string>
<string name="poi_category_optician">验光师</string>
<string name="poi_category_jewelry">珠宝店</string>
<string name="poi_category_laundry">洗衣店</string>
<string name="profile_work_profile_state_locked">工作应用已暂停。</string>
<string name="music_widget_open_player">打开播放器</string>
<string name="poi_category_gallery">画廊</string>
<string name="poi_category_gymnastics">体操</string>
<string name="poi_category_ice_hockey">冰球场</string>
<string name="poi_category_ice_cream">冰淇淋厅</string>
<string name="poi_category_motorcycle_rental">摩托车租赁</string>
<string name="poi_category_courthouse">法院</string>
<string name="customize_item_tags">类别</string>
<string name="customize_item_visibility">显示在</string>
<string name="item_visibility_app_default">添加网格与搜索结果</string>
<string name="calendar_widget_create_event">添加新事件</string>
<string name="calendar_widget_open_calendar">打开日历程序</string>
<string name="calendar_widget_next_day">下一天</string>
<string name="poi_category_atm">取款机</string>
<string name="widget_removed">组件已删除</string>
<string name="poi_category_japanese_restaurant">日本餐馆</string>
<string name="poi_category_charging_station">充电站</string>
<string name="preference_search_local_calendar_summary">在此设备搜索日历</string>
<string name="poi_category_books">书店</string>
<string name="poi_category_pub">酒吧</string>
<string name="poi_category_police">警察</string>
<string name="poi_category_theater">剧院</string>
<string name="poi_category_clinic">诊所</string>
<string name="poi_category_convenience">便利店</string>
<string name="poi_category_mobile_phone">手机商店</string>
<string name="poi_category_furniture">家具店</string>
<string name="preference_grid_list_style">显示应用为列表</string>
<string name="preference_grid_list_icons">显示应用图标在列表</string>
<string name="preference_grid_list_style_summary">以列表而非网格形式显示应用程序</string>
<string name="preference_grid_list_icons_summary">在列表视图中显示图标</string>
<string name="preference_hidden_items_reveal_button">显示揭示按钮</string>
<string name="preference_compact_tags_summary">隐藏标签标签或图标以减少标签占用的空间</string>
<string name="preference_search_location_custom_overpass_url">立交桥网址</string>
<string name="poi_category_bakery">面包店</string>
<string name="poi_category_car_rental">汽车租赁</string>
<string name="poi_category_car_sharing">汽车共享</string>
<string name="poi_category_brunch_restaurant">早午餐馆</string>
<string name="poi_category_car_wash">洗车店</string>
<string name="poi_category_volleyball">排球场</string>
<string name="poi_category_monument">纪念碑</string>
<string name="poi_category_government_building">政府大楼</string>
<string name="poi_category_fire_station">消防局</string>
<string name="poi_category_baseball">棒球场</string>
<string name="poi_category_american_football">美式足球场</string>
<string name="poi_category_handball">手球场</string>
<string name="item_visibility_calendar_default">日历工具与搜索结果</string>
<string name="item_visibility_search_only">搜索结果</string>
<string name="item_visibility_hidden">永不</string>
<string name="music_widget_previous_track">上一个标题</string>
<plurals name="contact_phone_numbers">
<item quantity="other">%1$s个电话号码</item>
</plurals>
<plurals name="contact_email_addresses">
<item quantity="other">%1$s个电子邮箱</item>
</plurals>
<plurals name="contact_postal_addresses">
<item quantity="other">%1$s个邮政地址</item>
</plurals>
<string name="weather_widget_no_provider">未选择天气提供商或所选提供商不可用</string>
<string name="reset_icon">重置图标</string>
<string name="weather_forecast_humidity">湿度</string>
<string name="poi_category_soccer">足球场</string>
<string name="poi_category_bank">银行</string>
<string name="poi_category_alcohol">酒类商店</string>
<string name="poi_category_florist">花店</string>
<string name="poi_category_mall">购物中心</string>
<string name="preference_contacts_call_on_tap">点击呼叫</string>
<string name="preference_contacts_call_on_tap_summary">点击电话号码即可立即拨打电话</string>
<string name="profile_work_profile_action_unlock">未暂停</string>
<string name="profile_work_profile_action_lock">暂停工作应用</string>
<string name="profile_private_profile_state_locked">私人空间已锁定。</string>
<string name="music_widget_next_track">下一个标题</string>
<string name="music_widget_play">播放</string>
<string name="music_widget_pause">暂停</string>
<plurals name="calendar_search_enabled_lists">
<item quantity="other">%1$s个列表已选择</item>
</plurals>
<string name="weather_forecast_wind"></string>
<string name="departure_time_now">现在</string>
<string name="weather_forecast_precipitation">季节</string>
<plurals name="departure_time_in">
<item quantity="other">%1$d分钟内</item>
</plurals>
<string name="poi_category_doctors">医生</string>
<string name="poi_category_kiosk">小部店</string>
<string name="poi_category_museum">博物馆</string>
<string name="poi_category_fitness_center">健身中心</string>
<string name="poi_category_church">教会</string>
<string name="poi_category_basketball">篮球场</string>
<string name="poi_category_tennis">网球场</string>
<string name="poi_category_asian_restaurant">亚洲餐馆</string>
<string name="poi_category_mosque">清真寺</string>
<string name="poi_category_buddhist_temple">佛教寺庙</string>
<string name="poi_category_hindu_temple">印度教寺庙</string>
<string name="poi_category_synagogue">犹太教堂</string>
<string name="poi_category_pizza_restaurant">披萨店</string>
<string name="poi_category_burger_restaurant">汉堡店</string>
<string name="poi_category_place_of_worship">礼拜场所</string>
<string name="poi_category_chinese_restaurant">中国餐馆</string>
<string name="poi_category_kebab_restaurant">烤肉串餐馆</string>
<string name="poi_category_ramen_restaurant">拉面餐馆</string>
<string name="poi_category_soup_restaurant">烫餐馆</string>
<string name="calendar_widget_previous_day">上一天</string>
<string name="profile_private_profile_action_lock">锁定私人空间</string>
<string name="preference_compact_tags">紧凑型标签</string>
<string name="poi_category_townhall">市政厅</string>
<string name="customize_item_label">标签</string>
<string name="preference_clock_widget_time_format">时间格式</string>
<string name="preference_clock_widget_time_format_24h">24小时</string>
<string name="preference_clock_widget_time_format_12h">12小时</string>
<string name="preference_clock_widget_time_format_system">系统默认</string>
<string name="missing_permission_call_contacts_settings">需要通话权限才能开始通话</string>
</resources>