diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-07 02:26:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-07 02:26:34 +0000 |
commit | cddfb01d99193565a2d0329b0d23f6b681ffd930 (patch) | |
tree | f81cf9b8c0636c67f79e426a2b77a028a098d30d /apps/lookup_server_connector | |
parent | 24d4fa9d2e9cc3aadf2326f39eea0bd5ba200dbb (diff) | |
download | nextcloud-server-cddfb01d99193565a2d0329b0d23f6b681ffd930.tar.gz nextcloud-server-cddfb01d99193565a2d0329b0d23f6b681ffd930.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/sv.js | 7 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/sv.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/sv.js b/apps/lookup_server_connector/l10n/sv.js new file mode 100644 index 00000000000..bef84fb328a --- /dev/null +++ b/apps/lookup_server_connector/l10n/sv.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Uppslagsserverförbindelse", + "Sync public user information with the lookup server" : "Synkronisera offentlig användarinformation med uppslagsservern" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/sv.json b/apps/lookup_server_connector/l10n/sv.json new file mode 100644 index 00000000000..0106f9cad0b --- /dev/null +++ b/apps/lookup_server_connector/l10n/sv.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Uppslagsserverförbindelse", + "Sync public user information with the lookup server" : "Synkronisera offentlig användarinformation med uppslagsservern" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |