Sync Strings from Localazy
This commit is contained in:
parent
dc4c1c265b
commit
23c1112dcf
186 changed files with 4902 additions and 1254 deletions
|
|
@ -15,6 +15,11 @@
|
|||
</plurals>
|
||||
<string name="notification_error_unified_push_unregistered_android">"Non è stato possibile registrare il distributore di notifiche UnifiedPush, quindi non riceverai più notifiche. Controlla le impostazioni delle notifiche dell\'app e lo stato del distributore push."</string>
|
||||
<string name="notification_fallback_content">"Hai nuovi messaggi."</string>
|
||||
<plurals name="notification_fallback_n_content">
|
||||
<item quantity="one">"Hai %d nuovo messaggio."</item>
|
||||
<item quantity="other">"Hai %d nuovi messaggi."</item>
|
||||
</plurals>
|
||||
<string name="notification_incoming_audio_call">"📞 Chiamata in arrivo"</string>
|
||||
<string name="notification_incoming_call">"📹 Chiamata in arrivo"</string>
|
||||
<string name="notification_inline_reply_failed">"** Invio fallito - si prega di aprire la stanza"</string>
|
||||
<string name="notification_invitation_action_join">"Entra"</string>
|
||||
|
|
@ -38,6 +43,8 @@
|
|||
<string name="notification_room_invite_body_with_sender">"%1$s ti ha invitato a unirti alla stanza"</string>
|
||||
<string name="notification_sender_me">"Io"</string>
|
||||
<string name="notification_sender_mention_reply">"%1$s ti ha menzionato o risposto"</string>
|
||||
<string name="notification_space_invite_body">"Ti abbiamo invitato a unirti allo spazio"</string>
|
||||
<string name="notification_space_invite_body_with_sender">"%1$s ti ha invitato a unirti allo spazio"</string>
|
||||
<string name="notification_test_push_notification_content">"Stai visualizzando la notifica! Cliccami!"</string>
|
||||
<string name="notification_thread_in_room">"Discussione in %1$s"</string>
|
||||
<string name="notification_ticker_text_dm">"%1$s: %2$s"</string>
|
||||
|
|
|
|||
93
libraries/push/impl/src/main/res/values-ja/translations.xml
Normal file
93
libraries/push/impl/src/main/res/values-ja/translations.xml
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="notification_channel_call">"通話"</string>
|
||||
<string name="notification_channel_listening_for_events">"イベントを監視中"</string>
|
||||
<string name="notification_channel_noisy">"通常の通知"</string>
|
||||
<string name="notification_channel_ringing_calls">"着信"</string>
|
||||
<string name="notification_channel_silent">"サイレント通知"</string>
|
||||
<plurals name="notification_compat_summary_line_for_room">
|
||||
<item quantity="other">"%1$s: %2$d件のメッセージ"</item>
|
||||
</plurals>
|
||||
<plurals name="notification_compat_summary_title">
|
||||
<item quantity="other">"%d 件の通知"</item>
|
||||
</plurals>
|
||||
<string name="notification_error_unified_push_unregistered_android">"Unified Push の通知配信サービス (notification distributor) を登録できないため、通知を受け取ることができません。通知の設定と通知ディストリビューター (push distributor) の状況を確認してください。"</string>
|
||||
<string name="notification_fallback_content">"新着メッセージがあります。"</string>
|
||||
<plurals name="notification_fallback_n_content">
|
||||
<item quantity="other">"新着のメッセージが%d 件あります。"</item>
|
||||
</plurals>
|
||||
<string name="notification_incoming_audio_call">"📞 着信"</string>
|
||||
<string name="notification_incoming_call">"📹 通話着信"</string>
|
||||
<string name="notification_inline_reply_failed">"** 送信失敗 - ルームを開いてください"</string>
|
||||
<string name="notification_invitation_action_join">"参加"</string>
|
||||
<string name="notification_invitation_action_reject">"拒否"</string>
|
||||
<plurals name="notification_invitations">
|
||||
<item quantity="other">"%d 件の招待"</item>
|
||||
</plurals>
|
||||
<string name="notification_invite_body">"チャットにあなたを招待しました"</string>
|
||||
<string name="notification_invite_body_with_sender">"%1$sがあなたをチャットに招待しました"</string>
|
||||
<string name="notification_mentioned_you_body">"%1$s があなたをメンションしました"</string>
|
||||
<string name="notification_new_messages">"新着メッセージ"</string>
|
||||
<plurals name="notification_new_messages_for_room">
|
||||
<item quantity="other">"%d 件の新着メッセージ"</item>
|
||||
</plurals>
|
||||
<string name="notification_reaction_body">"%1$sへのリアクション"</string>
|
||||
<string name="notification_room_action_mark_as_read">"既読にする"</string>
|
||||
<string name="notification_room_action_quick_reply">"クイック返信"</string>
|
||||
<string name="notification_room_invite_body">"ルームに招待されました"</string>
|
||||
<string name="notification_room_invite_body_with_sender">"%1$s があなたをルームに招待しました"</string>
|
||||
<string name="notification_sender_me">"自分"</string>
|
||||
<string name="notification_sender_mention_reply">"%1$s がメンションまたは返信しました"</string>
|
||||
<string name="notification_space_invite_body">"スペースに招待されました"</string>
|
||||
<string name="notification_space_invite_body_with_sender">"%1$s があなたをスペースに招待しました"</string>
|
||||
<string name="notification_test_push_notification_content">"通知を表示しています。タップしてください。"</string>
|
||||
<string name="notification_thread_in_room">"%1$sのスレッド"</string>
|
||||
<string name="notification_ticker_text_dm">"%1$s: %2$s"</string>
|
||||
<string name="notification_ticker_text_group">"%1$s: %2$s %3$s"</string>
|
||||
<plurals name="notification_unread_notified_messages">
|
||||
<item quantity="other">"%d件の未読メッセージ"</item>
|
||||
</plurals>
|
||||
<string name="notification_unread_notified_messages_and_invitation">"%1$sと%2$s"</string>
|
||||
<string name="notification_unread_notified_messages_in_room">"%2$sに%1$s"</string>
|
||||
<string name="notification_unread_notified_messages_in_room_and_invitation">"%2$sに%1$sと%3$s"</string>
|
||||
<plurals name="notification_unread_notified_messages_in_room_rooms">
|
||||
<item quantity="other">"%d 個のルーム"</item>
|
||||
</plurals>
|
||||
<string name="push_distributor_background_sync_android">"バックグラウンド同期"</string>
|
||||
<string name="push_distributor_firebase_android">"Google サービス"</string>
|
||||
<string name="push_no_valid_google_play_services_apk_android">"有効なGoogle Play 開発者サービスがありません。通知が正しく機能しない可能性があります。"</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_description">"ブロックしたユーザーを確認中"</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_quick_fix">"ブロックしたユーザーを表示"</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_result_none">"ブロックしたユーザーはいません。"</string>
|
||||
<plurals name="troubleshoot_notifications_test_blocked_users_result_some">
|
||||
<item quantity="other">"%1$d 人のユーザーをブロックしました。以降の通知を受信しません。"</item>
|
||||
</plurals>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_title">"ブロックしたユーザー"</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_description">"現在のプロバイダーの名前を取得してください。"</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_failure">"プッシュ通知プロバイダーが選択されていません。"</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_failure_distributor_not_found">"現在のプッシュ通知プロバイダーは %1$s で、現在のプッシュ通知ディストリビューター は %2$s です。しかし、ディストリビューター %3$s は見つかりませんでした。アンインストールされている可能性があります。"</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_failure_no_distributor">"現在のプッシュ通知プロバイダーは %1$s ですが、ディストリビューターが設定されていません。"</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_success">"現在のプッシュ通知プロバイダー: %1$s"</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_success_with_distributor">"現在のプッシュ通知プロバイダー: %1$s (%2$s)"</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_title">"現在のプッシュ通知プロバイダー"</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_description">"少なくとも一つ以上のプッシュ通知プロバイダーに、アプリケーションが対応していることを確認してください。"</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_failure">"対応しているプッシュ通知プロバイダーが見つかりませんでした。"</string>
|
||||
<plurals name="troubleshoot_notifications_test_detect_push_provider_success">
|
||||
<item quantity="other">"%1$d 個の通知プロバイダーを発見: %2$s"</item>
|
||||
</plurals>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_success_2">"このアプリケーションは %1$s に対応しています。"</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_title">"プッシュ通知プロバイダーへの対応状況"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_description">"アプリケーションが通知を表示できることを確認してください。"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_failure">"通知がタップされていません。"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_permission_failure">"通知を表示できません。"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_success">"通知がタップされました。"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_title">"通知の表示"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_waiting">"テストを続行するには、通知にタップしてください。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_description">"プッシュ通知をアプリケーションが受信していることを確認してください。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_1">"エラー: プッシュ通知プロバイダーがリクエストを拒否しました。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_2">"エラー: %1$s"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_3">"エラー: プッシュ通知をテストできません。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_4">"エラー: 通知の待機がタイムアウトしました。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_success">"プッシュ通知のループバックに %1$d ms 要しました。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_title">"プッシュ通知のループバックをテスト"</string>
|
||||
</resources>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
<string name="notification_space_invite_body">"Пригласил(а) вас в пространство"</string>
|
||||
<string name="notification_space_invite_body_with_sender">"%1$s пригласил(а) вас в пространство"</string>
|
||||
<string name="notification_test_push_notification_content">"Вы просматриваете уведомление! Нажмите на меня!"</string>
|
||||
<string name="notification_thread_in_room">"Ветка в %1$s"</string>
|
||||
<string name="notification_thread_in_room">"Обсуждение в %1$s"</string>
|
||||
<string name="notification_ticker_text_dm">"%1$s: %2$s"</string>
|
||||
<string name="notification_ticker_text_group">"%1$s: %2$s %3$s"</string>
|
||||
<plurals name="notification_unread_notified_messages">
|
||||
|
|
|
|||
61
libraries/push/impl/src/main/res/values-vi/translations.xml
Normal file
61
libraries/push/impl/src/main/res/values-vi/translations.xml
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="notification_channel_call">"Gọi"</string>
|
||||
<string name="notification_channel_listening_for_events">"Đang lắng nghe sự kiện"</string>
|
||||
<string name="notification_channel_noisy">"Thông báo ồn ào"</string>
|
||||
<string name="notification_channel_ringing_calls">"Cuộc gọi đang đổ chuông"</string>
|
||||
<string name="notification_channel_silent">"Thông báo im lặng"</string>
|
||||
<plurals name="notification_compat_summary_line_for_room">
|
||||
<item quantity="other">"%1$s:%2$d tin nhắn"</item>
|
||||
</plurals>
|
||||
<plurals name="notification_compat_summary_title">
|
||||
<item quantity="other">"%d thông báo"</item>
|
||||
</plurals>
|
||||
<string name="notification_fallback_content">"Bạn có tin nhắn mới."</string>
|
||||
<string name="notification_incoming_call">"📹 Cuộc gọi đến"</string>
|
||||
<string name="notification_inline_reply_failed">"** Không gửi được - vui lòng mở phòng"</string>
|
||||
<string name="notification_invitation_action_join">"Tham gia"</string>
|
||||
<string name="notification_invitation_action_reject">"Từ chối"</string>
|
||||
<plurals name="notification_invitations">
|
||||
<item quantity="other">"%d lời mời"</item>
|
||||
</plurals>
|
||||
<string name="notification_invite_body">"Đã mời bạn trò chuyện"</string>
|
||||
<string name="notification_mentioned_you_body">"Đã nhắc đến bạn: %1$s"</string>
|
||||
<string name="notification_new_messages">"Tin nhắn mới"</string>
|
||||
<plurals name="notification_new_messages_for_room">
|
||||
<item quantity="other">"%dtin nhắn mới"</item>
|
||||
</plurals>
|
||||
<string name="notification_reaction_body">"Đã thả %1$s vào tin nhắn"</string>
|
||||
<string name="notification_room_action_mark_as_read">"Đánh dấu đã đọc"</string>
|
||||
<string name="notification_room_action_quick_reply">"Trả lời nhanh"</string>
|
||||
<string name="notification_room_invite_body">"Đã mời bạn tham gia phòng"</string>
|
||||
<string name="notification_sender_me">"Tôi"</string>
|
||||
<string name="notification_test_push_notification_content">"Bạn đang xem thông báo! Bấm vào đây!"</string>
|
||||
<string name="notification_ticker_text_dm">"%1$s:%2$s"</string>
|
||||
<string name="notification_ticker_text_group">"%1$s: %2$s %3$s"</string>
|
||||
<plurals name="notification_unread_notified_messages">
|
||||
<item quantity="other">"%dtin nhắn chưa đọc đã thông báo"</item>
|
||||
</plurals>
|
||||
<string name="notification_unread_notified_messages_and_invitation">"%1$s và %2$s"</string>
|
||||
<string name="notification_unread_notified_messages_in_room">"%1$s in %2$s"</string>
|
||||
<string name="notification_unread_notified_messages_in_room_and_invitation">"%1$s trong %2$s và %3$s"</string>
|
||||
<plurals name="notification_unread_notified_messages_in_room_rooms">
|
||||
<item quantity="other">"%d phòng"</item>
|
||||
</plurals>
|
||||
<string name="push_distributor_background_sync_android">"Đồng bộ hóa trong nền"</string>
|
||||
<string name="push_distributor_firebase_android">"Dịch vụ của Google"</string>
|
||||
<string name="push_no_valid_google_play_services_apk_android">"Không tìm thấy Dịch vụ Google Play hợp lệ. Thông báo có thể không hoạt động đúng cách."</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_title">"Người dùng bị chặn"</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_description">"Hãy đảm bảo rằng ứng dụng hỗ trợ ít nhất một nhà cung cấp thông báo đẩy."</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_failure">"Không tìm thấy hỗ trợ từ nhà cung cấp thông báo đẩy."</string>
|
||||
<plurals name="troubleshoot_notifications_test_detect_push_provider_success">
|
||||
<item quantity="other">"Đã tìm thấy %1$d nhà cung cấp thông báo đẩy: %2$s"</item>
|
||||
</plurals>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_title">"Hỗ trợ nhà cung cấp thông báo đẩy"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_description">"Kiểm tra xem ứng dụng có thể hiển thị thông báo hay không."</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_failure">"Thông báo chưa được nhấp vào."</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_permission_failure">"Không thể hiển thị thông báo."</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_success">"Thông báo đã được nhấp!"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_title">"Hiển thị thông báo"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_waiting">"Hãy nhấp vào thông báo để tiếp tục thử nghiệm."</string>
|
||||
</resources>
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
<plurals name="notification_fallback_n_content">
|
||||
<item quantity="other">"您有 %d 条新消息。"</item>
|
||||
</plurals>
|
||||
<string name="notification_incoming_audio_call">"📞 来电"</string>
|
||||
<string name="notification_incoming_call">"📹 来电"</string>
|
||||
<string name="notification_inline_reply_failed">"** 无法发送——请打开聊天室"</string>
|
||||
<string name="notification_invitation_action_join">"加入"</string>
|
||||
|
|
@ -57,7 +58,7 @@
|
|||
<string name="push_no_valid_google_play_services_apk_android">"找不到有效的 Google Play 服务。通知可能无法正常工作。"</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_description">"检查被阻止的用户"</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_quick_fix">"查看被屏蔽的用户"</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_result_none">"没有用户被阻止。"</string>
|
||||
<string name="troubleshoot_notifications_test_blocked_users_result_none">"未屏蔽任何用户。"</string>
|
||||
<plurals name="troubleshoot_notifications_test_blocked_users_result_some">
|
||||
<item quantity="other">"您已屏蔽 %1$d 位用户。您将不再收到这些用户的推送通知。"</item>
|
||||
</plurals>
|
||||
|
|
@ -87,6 +88,6 @@
|
|||
<string name="troubleshoot_notifications_test_push_loop_back_failure_2">"错误:%1$s。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_3">"错误,无法测试推送。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_4">"错误,等待推送超时。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_success">"推送回路耗时%1$d 毫秒。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_success">"推送回路耗时 %1$d 毫秒。"</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_title">"测试推送回路"</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue