Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Nov 18, 2024
1 parent 4e7e5af commit 953711f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions library/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="message_install_client_cert">TLS 클라이언트 인증서를 설치하시겠습니까\?</string>
<string name="notification_channel_name">Nextcloud 연결</string>
<string name="notification_message_select_client_cert">%1$s 에 대한 클라이언트 인증서 선택:%2$d</string>
<string name="notification_title_select_client_cert">클라이언트 인증서 선택</string>
<string name="operation_cancelled_by_the_caller">호출자에 의해서 작업 취소됨</string>
<string name="title_no_client_cert">클라이언트 인증서를 찾을 수 없음</string>
</resources>
8 changes: 8 additions & 0 deletions library/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="message_install_client_cert">Czy chcesz zainstalować certyfikat klienta TLS\?</string>
<string name="notification_channel_name">Połączenie Nextcloud</string>
<string name="notification_message_select_client_cert">Wybierz certyfikat klienta dla %1$s:%2$d</string>
<string name="notification_title_select_client_cert">Wybierz certyfikat klienta</string>
<string name="title_no_client_cert">Nie znaleziono certyfikatu klienta</string>
</resources>

0 comments on commit 953711f

Please sign in to comment.