summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllogutils/res/values-zh-rCN/strings.xml
blob: 6629299a447d6e9ae284c0748e9c83719a7cf36c (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <string name="type_incoming">来电</string>
  <string name="type_incoming_pulled">已转接至其他设备的来电</string>
  <string name="type_outgoing">去电</string>
  <string name="type_outgoing_pulled">已转接至其他设备的去电</string>
  <string name="type_missed">未接电话</string>
  <string name="type_incoming_video">视频通话来电</string>
  <string name="type_incoming_video_pulled">已转接至其他设备的视频通话来电</string>
  <string name="type_outgoing_video">拨出的视频通话</string>
  <string name="type_outgoing_video_pulled">已转接至其他设备的外拨视频通话</string>
  <string name="type_missed_video">错过的视频通话</string>
  <string name="type_voicemail">语音邮件</string>
  <string name="type_rejected">拒接的来电</string>
  <string name="type_blocked">屏蔽的来电</string>
  <string name="call_details_minutes_abbreviation"></string>
  <string name="call_details_seconds_abbreviation"></string>
  <string name="a11y_call_duration_format">%1$d %2$s %3$d %4$s</string>
  <string name="a11y_call_duration_short_format">%1$d %2$s</string>
  <string name="call_duration_format_pattern">%1$s \'%2$s\' %3$s \'%4$s\'</string>
  <string name="call_duration_short_format_pattern">%1$s \'%2$s\'</string>
  <plurals name="a11y_seconds">
    <item quantity="one"></item>
    <item quantity="other"></item>
  </plurals>
  <plurals name="a11y_minutes">
    <item quantity="one">分钟</item>
    <item quantity="other">分钟</item>
  </plurals>
  <string name="type_answered_elsewhere">已在其他设备上接听的来电</string>
  <string name="description_phone_account">通过 ^1</string>
  <string name="description_via_number">通过 %1$s</string>
  <string name="description_via_number_phone_account">帐号:%1$s,通过 %2$s</string>
  <string name="voicemail_string">语音邮件</string>
  <string name="just_now">刚刚</string>
  <string name="new_call_log_carrier_video">运营商视频通话</string>
  <string name="new_call_log_duo_video">Duo 视频通话</string>
  <string name="new_call_log_unknown">未知</string>
  <string name="new_call_log_secondary_blocked">已屏蔽</string>
  <string name="new_call_log_secondary_spam">骚扰电话号码</string>
  <plurals name="a11y_new_call_log_entry_missed_call">
    <item quantity="one">^1 通来自^2的未接电话</item>
    <item quantity="other">^1 通电话,最近一通是来自^2的未接电话</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_answered_call">
    <item quantity="one">^1 通来自^2的已接电话</item>
    <item quantity="other">^1 通电话,最近一通是来自^2的已接电话</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_outgoing_call">
    <item quantity="one">^1 通打给^2的电话</item>
    <item quantity="other">^1 通电话,最近一通是打给^2的</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_blocked_call">
    <item quantity="one">^1 通来自^2的已屏蔽电话</item>
    <item quantity="other">^1 通电话,最近一通是来自^2的已屏蔽电话</item>
  </plurals>
  <string name="a11y_new_call_log_entry_phone_account">帐号:^1,通过 ^2</string>
  <string name="a11y_new_call_log_entry_full_description_without_phone_account_info">^1,^2。</string>
  <string name="a11y_new_call_log_entry_full_description_with_phone_account_info">^1,^2,^3</string>
</resources>