-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
dacbf74
commit 98ff348
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="message_install_client_cert">Souhaitez-vous installer un certificat client TLS \?</string> | ||
<string name="notification_title_select_client_cert">Sélectionner un certificat client</string> | ||
<string name="operation_cancelled_by_the_caller">Opération annulée par l\'appelant.</string> | ||
<string name="title_no_client_cert">Aucun certificat client n\'a été trouvé</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |