diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:17 +0000 |
commit | 374427b91de7446eb4bfae4a480ff3f1994c07b0 (patch) | |
tree | 73af9181527764749a339540930bb9cd6b2a85ad /apps/lookup_server_connector | |
parent | 8031c6919cc718788ab0d4b7460ddbf5fee3a004 (diff) | |
download | nextcloud-server-374427b91de7446eb4bfae4a480ff3f1994c07b0.tar.gz nextcloud-server-374427b91de7446eb4bfae4a480ff3f1994c07b0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r-- | apps/lookup_server_connector/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/zh_HK.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/en_GB.js b/apps/lookup_server_connector/l10n/en_GB.js index c81b59e3a7f..a4d76626e63 100644 --- a/apps/lookup_server_connector/l10n/en_GB.js +++ b/apps/lookup_server_connector/l10n/en_GB.js @@ -2,6 +2,7 @@ OC.L10N.register( "lookup_server_connector", { "Lookup Server Connector" : "Lookup Server Connector", + "Sync public account information with the lookup server" : "Sync public account information with the lookup server", "Sync public user information with the lookup server" : "Sync public user information with the lookup server" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/en_GB.json b/apps/lookup_server_connector/l10n/en_GB.json index bc65e8e6565..438cd105767 100644 --- a/apps/lookup_server_connector/l10n/en_GB.json +++ b/apps/lookup_server_connector/l10n/en_GB.json @@ -1,5 +1,6 @@ { "translations": { "Lookup Server Connector" : "Lookup Server Connector", + "Sync public account information with the lookup server" : "Sync public account information with the lookup server", "Sync public user information with the lookup server" : "Sync public user information with the lookup server" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/zh_HK.js b/apps/lookup_server_connector/l10n/zh_HK.js index cf8300ad9bb..0b7854a14b3 100644 --- a/apps/lookup_server_connector/l10n/zh_HK.js +++ b/apps/lookup_server_connector/l10n/zh_HK.js @@ -2,6 +2,7 @@ OC.L10N.register( "lookup_server_connector", { "Lookup Server Connector" : "查找伺服器連接器", + "Sync public account information with the lookup server" : "將公共賬戶信息與查找伺服器同步", "Sync public user information with the lookup server" : "將公共用戶信息與查找伺服器同步" }, "nplurals=1; plural=0;"); diff --git a/apps/lookup_server_connector/l10n/zh_HK.json b/apps/lookup_server_connector/l10n/zh_HK.json index d3bfcb44a0d..d327b998333 100644 --- a/apps/lookup_server_connector/l10n/zh_HK.json +++ b/apps/lookup_server_connector/l10n/zh_HK.json @@ -1,5 +1,6 @@ { "translations": { "Lookup Server Connector" : "查找伺服器連接器", + "Sync public account information with the lookup server" : "將公共賬戶信息與查找伺服器同步", "Sync public user information with the lookup server" : "將公共用戶信息與查找伺服器同步" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |