diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:23:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:23:02 +0000 |
commit | 0d961dc9a2bb3b6005af5eec51692b760a9e0029 (patch) | |
tree | 12d8cf1b3a54eb41e6aefacd390dde3fc958f1cb /apps/lookup_server_connector | |
parent | fec43fc1325b75e1c98838cd961187e7c0409984 (diff) | |
download | nextcloud-server-0d961dc9a2bb3b6005af5eec51692b760a9e0029.tar.gz nextcloud-server-0d961dc9a2bb3b6005af5eec51692b760a9e0029.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/et_EE.js | 7 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/et_EE.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/et_EE.js b/apps/lookup_server_connector/l10n/et_EE.js new file mode 100644 index 00000000000..f26119aedaf --- /dev/null +++ b/apps/lookup_server_connector/l10n/et_EE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Otsingu serveri ühendaja", + "Sync public user information with the lookup server" : "Sünkroniseeri avaliku kasutaja informatsioon otsingu serveriga" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/et_EE.json b/apps/lookup_server_connector/l10n/et_EE.json new file mode 100644 index 00000000000..4dbc907221b --- /dev/null +++ b/apps/lookup_server_connector/l10n/et_EE.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Otsingu serveri ühendaja", + "Sync public user information with the lookup server" : "Sünkroniseeri avaliku kasutaja informatsioon otsingu serveriga" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |