mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
6ef52a5c32
commit
bc5b6f9022
@ -10,6 +10,7 @@
|
||||
<string name="avatar">Awatar</string>
|
||||
<string name="away">Bezczynny</string>
|
||||
<string name="call_without_notification">Połącz bez powiadomienia</string>
|
||||
<string name="camera_permission_granted">Udzielono dostępu do kamery. Proszę ponownie wybrać kamerę.</string>
|
||||
<string name="choose_avatar_from_cloud">Wybierz awatar z chmury</string>
|
||||
<string name="clear_status_message">Wyczyść komunikat statusu</string>
|
||||
<string name="clear_status_message_after">Wyczyść komunikat statusu po</string>
|
||||
@ -201,6 +202,7 @@
|
||||
<string name="nc_notification_channel_messages">Wiadomości</string>
|
||||
<string name="nc_notification_channel_messages_description">Powiadamiaj o wiadomościach przychodzących</string>
|
||||
<string name="nc_notification_channel_uploads">Wysłane</string>
|
||||
<string name="nc_notification_channel_uploads_description">Powiadamiaj o postępie wysyłania</string>
|
||||
<string name="nc_notification_settings">Ustawienia powiadomień</string>
|
||||
<string name="nc_notify_me_always">Zawsze powiadamiaj</string>
|
||||
<string name="nc_notify_me_mention">Powiadom, gdy wspomniano</string>
|
||||
@ -346,11 +348,16 @@
|
||||
<string name="nc_upload_confirm_send_multiple">Wysłać te pliki do %1$s?</string>
|
||||
<string name="nc_upload_confirm_send_single">Wysłać ten plik do %1$s?</string>
|
||||
<string name="nc_upload_failed">Wysyłanie nie powiodło się</string>
|
||||
<string name="nc_upload_failed_notification_text">Nie udało się wysłać %1$s</string>
|
||||
<string name="nc_upload_failed_notification_title">Awaria</string>
|
||||
<string name="nc_upload_from_cloud">Udostępnij z %1$sa</string>
|
||||
<string name="nc_upload_from_device">Wyślij z urządzenia</string>
|
||||
<string name="nc_upload_in_progess">Wysyłanie</string>
|
||||
<string name="nc_upload_notification_text">%1$s do %2$s - %3$s\%%</string>
|
||||
<string name="nc_upload_picture_from_cam">Zrób zdjęcie</string>
|
||||
<string name="nc_upload_video_from_cam">Nagraj film wideo</string>
|
||||
<string name="nc_user">Użytkownik</string>
|
||||
<string name="nc_video_filename">Nagrywanie filmu wideo z %1$s</string>
|
||||
<string name="nc_voice_message_filename">Nagranie rozmowy z %1$s (%2$s)</string>
|
||||
<string name="nc_voice_message_hold_to_record_info">Przytrzymaj, aby nagrać, zwolnij, aby wysłać.</string>
|
||||
<string name="nc_voice_message_missing_audio_permission">Wymagane jest uprawnienie na nagrywanie dźwięku</string>
|
||||
|
@ -10,6 +10,7 @@
|
||||
<string name="avatar">Avatar</string>
|
||||
<string name="away">Uzakta</string>
|
||||
<string name="call_without_notification">Bildirim olmadan çağrı</string>
|
||||
<string name="camera_permission_granted">Kamera izinleri verildi. Lütfen kamerayı yeniden seçin.</string>
|
||||
<string name="choose_avatar_from_cloud">Buluttan avatar seç</string>
|
||||
<string name="clear_status_message">Durum iletisini kaldır</string>
|
||||
<string name="clear_status_message_after">Durum iletisinin kaldırılma süresi</string>
|
||||
@ -201,6 +202,7 @@
|
||||
<string name="nc_notification_channel_messages">İletiler</string>
|
||||
<string name="nc_notification_channel_messages_description">Gelen iletiler bildirilsin</string>
|
||||
<string name="nc_notification_channel_uploads">Yüklemeler</string>
|
||||
<string name="nc_notification_channel_uploads_description">Yükleme ilerlemesi bildirilsin</string>
|
||||
<string name="nc_notification_settings">Bildirim ayarları</string>
|
||||
<string name="nc_notify_me_always">Her zaman bildirilsin</string>
|
||||
<string name="nc_notify_me_mention">Anmalar bildirilsin</string>
|
||||
@ -346,11 +348,16 @@
|
||||
<string name="nc_upload_confirm_send_multiple">Bu dosyalar %1$s alıcısına gönderilsin mi?</string>
|
||||
<string name="nc_upload_confirm_send_single">Bu dosya %1$s alıcısına gönderilsin mi?</string>
|
||||
<string name="nc_upload_failed">Yüklenemedi</string>
|
||||
<string name="nc_upload_failed_notification_text">%1$s yüklenemedi</string>
|
||||
<string name="nc_upload_failed_notification_title">Sorun çıktı</string>
|
||||
<string name="nc_upload_from_cloud">%1$s üzerinden paylaş</string>
|
||||
<string name="nc_upload_from_device">Aygıttan yükle</string>
|
||||
<string name="nc_upload_in_progess">Yükleniyor</string>
|
||||
<string name="nc_upload_notification_text">%1$s ile %2$s - %3$s\%%</string>
|
||||
<string name="nc_upload_picture_from_cam">Fotoğraf çek</string>
|
||||
<string name="nc_upload_video_from_cam">Görüntü al</string>
|
||||
<string name="nc_user">Kullanıcı</string>
|
||||
<string name="nc_video_filename">%1$s üzerinden görüntü kaydı</string>
|
||||
<string name="nc_voice_message_filename">%1$s Talk kaydı (%2$s)</string>
|
||||
<string name="nc_voice_message_hold_to_record_info">Kaydetmek için basılı tutun, bırakarak gönderin.</string>
|
||||
<string name="nc_voice_message_missing_audio_permission">Ses kaydetme izninin verilmesi gereklidir</string>
|
||||
|
Loading…
Reference in New Issue
Block a user