diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:09 +0000 |
commit | 88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68 (patch) | |
tree | faf116efcd62fa3281173628555e8d84cf267e19 /apps/lookup_server_connector | |
parent | 533dec0df0b3bcd2dd019424cb59744f68bae4c6 (diff) | |
download | nextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.tar.gz nextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.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 |