From 15a9dfd57accdb5d210d30f6d995065942fa85c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 01:15:47 +0000 Subject: Bump sass-loader from 8.0.2 to 9.0.2 Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 8.0.2 to 9.0.2. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v9.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 82 ++++++++++++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 52 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee8359c8..5ad50289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3996,17 +3996,6 @@ } } }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, "clone-regexp": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-1.0.1.tgz", @@ -7430,6 +7419,12 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" }, + "klona": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/klona/-/klona-1.1.2.tgz", + "integrity": "sha512-xf88rTeHiXk+XE2Vhi6yj8Wm3gMZrygGdKjJqN8HkV+PwF/t50/LdAKHoHpPcxFAlmQszTZ1CugrK25S7qDRLA==", + "dev": true + }, "known-css-properties": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.5.0.tgz", @@ -9677,26 +9672,60 @@ } }, "sass-loader": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.2.tgz", - "integrity": "sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-9.0.2.tgz", + "integrity": "sha512-nphcum3jNI442njnrZ5wJgSNX5lfEOHOKHCLf+PrTIaleploKqAMUuT9CVKjf+lyi6c2MCGPHh1vb9nGsjnZJA==", "dev": true, "requires": { - "clone-deep": "^4.0.1", - "loader-utils": "^1.2.3", + "klona": "^1.1.1", + "loader-utils": "^2.0.0", "neo-async": "^2.6.1", - "schema-utils": "^2.6.1", - "semver": "^6.3.0" + "schema-utils": "^2.7.0", + "semver": "^7.3.2" + }, + "dependencies": { + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "semver": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==", + "dev": true + } } }, "schema-utils": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.4.tgz", - "integrity": "sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", "dev": true, "requires": { - "ajv": "^6.10.2", + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", "ajv-keywords": "^3.4.1" + }, + "dependencies": { + "ajv": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", + "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + } } }, "scrollparent": { @@ -9784,15 +9813,6 @@ "safe-buffer": "^5.0.1" } }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dev": true, - "requires": { - "kind-of": "^6.0.2" - } - }, "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", diff --git a/package.json b/package.json index 2a2e58a8..618dba2f 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint-plugin-vue": "^6.2.2", "file-loader": "^6.0.0", "node-sass": "^4.14.1", - "sass-loader": "^8.0.2", + "sass-loader": "^9.0.2", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", "stylelint-scss": "^3.18.0", -- cgit v1.2.3 From 73e63d5afbecc4306e4df5878488ca7162a0fb9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 01:17:56 +0000 Subject: Bump p-queue from 6.4.0 to 6.5.0 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee8359c8..d6bee3a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5215,9 +5215,9 @@ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" }, "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz", + "integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==" }, "events": { "version": "3.1.0", @@ -8464,11 +8464,11 @@ } }, "p-queue": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz", - "integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.5.0.tgz", + "integrity": "sha512-FLaTTD9Am6TeDfNuN0d+INeyVJoICoBS+OVP5K1S84v4w51LN3nRkCT+WC7xLBepV2s+N4LibM7Ys7xcSc0+1A==", "requires": { - "eventemitter3": "^4.0.0", + "eventemitter3": "^4.0.4", "p-timeout": "^3.1.0" } }, diff --git a/package.json b/package.json index 2a2e58a8..68ae5e13 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "ical.js": "^1.4.0", "moment": "^2.27.0", "p-limit": "^2.3.0", - "p-queue": "^6.4.0", + "p-queue": "^6.5.0", "qr-image": "^3.2.0", "regenerator-runtime": "^0.13.5", "uuid": "^8.1.0", -- cgit v1.2.3 From 7673a2a1b737ffb7890591117d7802828de946df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 01:19:10 +0000 Subject: Bump webpack-node-externals from 1.7.2 to 2.3.0 Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 1.7.2 to 2.3.0. - [Release notes](https://github.com/liady/webpack-node-externals/releases) - [Commits](https://github.com/liady/webpack-node-externals/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee8359c8..237555a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11812,9 +11812,9 @@ } }, "webpack-node-externals": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz", - "integrity": "sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.3.0.tgz", + "integrity": "sha512-d1scCn/L5hv73GMOlqSTO6ykLWOiUrZfn54xQYf7u0yGLlUSf5trq6HV/Gw8JIpH2NEyXS7bJec1gk9YR/Qdqw==", "dev": true }, "webpack-sources": { diff --git a/package.json b/package.json index 2a2e58a8..64473061 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-merge": "^4.2.2", - "webpack-node-externals": "^1.7.2" + "webpack-node-externals": "^2.3.0" }, "browserslist": [ "extends @nextcloud/browserslist-config" -- cgit v1.2.3 From 74b807a52e7508922d3fe495ca1e115e35641478 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 02:08:31 +0000 Subject: Bump uuid from 8.1.0 to 8.2.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.1.0...v8.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a89ce5f6..2b66cbfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11352,9 +11352,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "uuid": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz", - "integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", + "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" }, "v-click-outside": { "version": "3.0.1", diff --git a/package.json b/package.json index 62aa8ccb..c150fc6f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "p-queue": "^6.5.0", "qr-image": "^3.2.0", "regenerator-runtime": "^0.13.5", - "uuid": "^8.1.0", + "uuid": "^8.2.0", "vue": "^2.6.11", "vue-click-outside": "^1.1.0", "vue-clipboard2": "^0.3.1", -- cgit v1.2.3 From 7690da4e3223e634a245769010ab3194320c72b2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 11 Jul 2020 02:25:20 +0000 Subject: [tx-robot] updated from transifex --- l10n/af.js | 2 +- l10n/af.json | 2 +- l10n/ar.js | 2 +- l10n/ar.json | 2 +- l10n/ast.js | 2 +- l10n/ast.json | 2 +- l10n/az.js | 2 +- l10n/az.json | 2 +- l10n/bg.js | 2 +- l10n/bg.json | 2 +- l10n/bn_BD.js | 2 +- l10n/bn_BD.json | 2 +- l10n/br.js | 3 ++- l10n/br.json | 3 ++- l10n/ca.js | 2 +- l10n/ca.json | 2 +- l10n/cs.js | 2 +- l10n/cs.json | 2 +- l10n/cy_GB.js | 2 +- l10n/cy_GB.json | 2 +- l10n/da.js | 2 +- l10n/da.json | 2 +- l10n/de.js | 2 +- l10n/de.json | 2 +- l10n/de_DE.js | 2 +- l10n/de_DE.json | 2 +- l10n/el.js | 2 +- l10n/el.json | 2 +- l10n/en_GB.js | 2 +- l10n/en_GB.json | 2 +- l10n/eo.js | 2 +- l10n/eo.json | 2 +- l10n/es.js | 2 +- l10n/es.json | 2 +- l10n/es_419.js | 2 +- l10n/es_419.json | 2 +- l10n/es_AR.js | 2 +- l10n/es_AR.json | 2 +- l10n/es_CL.js | 2 +- l10n/es_CL.json | 2 +- l10n/es_CO.js | 2 +- l10n/es_CO.json | 2 +- l10n/es_CR.js | 2 +- l10n/es_CR.json | 2 +- l10n/es_DO.js | 2 +- l10n/es_DO.json | 2 +- l10n/es_EC.js | 2 +- l10n/es_EC.json | 2 +- l10n/es_GT.js | 2 +- l10n/es_GT.json | 2 +- l10n/es_HN.js | 2 +- l10n/es_HN.json | 2 +- l10n/es_MX.js | 2 +- l10n/es_MX.json | 2 +- l10n/es_NI.js | 2 +- l10n/es_NI.json | 2 +- l10n/es_PA.js | 2 +- l10n/es_PA.json | 2 +- l10n/es_PE.js | 2 +- l10n/es_PE.json | 2 +- l10n/es_PR.js | 2 +- l10n/es_PR.json | 2 +- l10n/es_PY.js | 2 +- l10n/es_PY.json | 2 +- l10n/es_SV.js | 2 +- l10n/es_SV.json | 2 +- l10n/es_UY.js | 2 +- l10n/es_UY.json | 2 +- l10n/et_EE.js | 2 +- l10n/et_EE.json | 2 +- l10n/eu.js | 2 +- l10n/eu.json | 2 +- l10n/fa.js | 2 +- l10n/fa.json | 2 +- l10n/fi.js | 2 +- l10n/fi.json | 2 +- l10n/fr.js | 2 +- l10n/fr.json | 2 +- l10n/gl.js | 2 +- l10n/gl.json | 2 +- l10n/he.js | 2 +- l10n/he.json | 2 +- l10n/hr.js | 2 +- l10n/hr.json | 2 +- l10n/hu.js | 2 +- l10n/hu.json | 2 +- l10n/ia.js | 2 +- l10n/ia.json | 2 +- l10n/id.js | 2 +- l10n/id.json | 2 +- l10n/is.js | 2 +- l10n/is.json | 2 +- l10n/it.js | 2 +- l10n/it.json | 2 +- l10n/ja.js | 2 +- l10n/ja.json | 2 +- l10n/ka_GE.js | 2 +- l10n/ka_GE.json | 2 +- l10n/km.js | 2 +- l10n/km.json | 2 +- l10n/ko.js | 2 +- l10n/ko.json | 2 +- l10n/lb.js | 2 +- l10n/lb.json | 2 +- l10n/lt_LT.js | 2 +- l10n/lt_LT.json | 2 +- l10n/lv.js | 2 +- l10n/lv.json | 2 +- l10n/mk.js | 2 +- l10n/mk.json | 2 +- l10n/mn.js | 2 +- l10n/mn.json | 2 +- l10n/nb.js | 2 +- l10n/nb.json | 2 +- l10n/nl.js | 2 +- l10n/nl.json | 2 +- l10n/nn_NO.js | 2 +- l10n/nn_NO.json | 2 +- l10n/oc.js | 2 +- l10n/oc.json | 2 +- l10n/pl.js | 2 +- l10n/pl.json | 2 +- l10n/pt_BR.js | 2 +- l10n/pt_BR.json | 2 +- l10n/pt_PT.js | 2 +- l10n/pt_PT.json | 2 +- l10n/ro.js | 2 +- l10n/ro.json | 2 +- l10n/ru.js | 2 +- l10n/ru.json | 2 +- l10n/sk.js | 2 +- l10n/sk.json | 2 +- l10n/sl.js | 2 +- l10n/sl.json | 2 +- l10n/sq.js | 2 +- l10n/sq.json | 2 +- l10n/sr.js | 2 +- l10n/sr.json | 2 +- l10n/sv.js | 2 +- l10n/sv.json | 2 +- l10n/ta_LK.js | 2 +- l10n/ta_LK.json | 2 +- l10n/th.js | 2 +- l10n/th.json | 2 +- l10n/tr.js | 2 +- l10n/tr.json | 2 +- l10n/uk.js | 2 +- l10n/uk.json | 2 +- l10n/vi.js | 2 +- l10n/vi.json | 2 +- l10n/zh_CN.js | 2 +- l10n/zh_CN.json | 2 +- l10n/zh_TW.js | 2 +- l10n/zh_TW.json | 2 +- 154 files changed, 156 insertions(+), 154 deletions(-) diff --git a/l10n/af.js b/l10n/af.js index 6529417b..4da30737 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Kontakte", "All contacts" : "Alle kontakte", "Details" : "Details", + "Contacts" : "Kontakte", "A contacts app for Nextcloud" : "’n Kontakte-toep vir Nextcloud", "Invalid image" : "Ongeldige beeld", "Loading" : "Laai tans..", diff --git a/l10n/af.json b/l10n/af.json index 5a3a1a0f..35071dd9 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Kontakte", "All contacts" : "Alle kontakte", "Details" : "Details", + "Contacts" : "Kontakte", "A contacts app for Nextcloud" : "’n Kontakte-toep vir Nextcloud", "Invalid image" : "Ongeldige beeld", "Loading" : "Laai tans..", diff --git a/l10n/ar.js b/l10n/ar.js index 30781713..dbe0c395 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "جهات الاتصال", "All contacts" : "كل الجهات", "Details" : "التفاصيل", + "Contacts" : "جهات الاتصال", "Add a new picture" : "إضافة صورة جديدة", "Download picture" : "تنزيل الصورة", "Delete picture" : "حذف الصورة", diff --git a/l10n/ar.json b/l10n/ar.json index b94a7036..136ad5ee 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "جهات الاتصال", "All contacts" : "كل الجهات", "Details" : "التفاصيل", + "Contacts" : "جهات الاتصال", "Add a new picture" : "إضافة صورة جديدة", "Download picture" : "تنزيل الصورة", "Delete picture" : "حذف الصورة", diff --git a/l10n/ast.js b/l10n/ast.js index dcdcebab..ffeb7e0e 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contautos", "All contacts" : "Tolos contautos", "Details" : "Detalles", + "Contacts" : "Contautos", "Invalid image" : "Imaxe non válida", "Loading" : "Cargando", "Name" : "Nome", diff --git a/l10n/ast.json b/l10n/ast.json index 56f4be69..84c45df4 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contautos", "All contacts" : "Tolos contautos", "Details" : "Detalles", + "Contacts" : "Contautos", "Invalid image" : "Imaxe non válida", "Loading" : "Cargando", "Name" : "Nome", diff --git a/l10n/az.js b/l10n/az.js index eb7efbb0..8424ae9f 100644 --- a/l10n/az.js +++ b/l10n/az.js @@ -1,8 +1,8 @@ OC.L10N.register( "contacts", { - "Contacts" : "Əlaqələr", "Details" : "Detallar", + "Contacts" : "Əlaqələr", "Invalid image" : "Yalnış şəkil", "Loading" : "Loading", "Name" : "Ad", diff --git a/l10n/az.json b/l10n/az.json index 7d22ba48..990660bd 100644 --- a/l10n/az.json +++ b/l10n/az.json @@ -1,6 +1,6 @@ { "translations": { - "Contacts" : "Əlaqələr", "Details" : "Detallar", + "Contacts" : "Əlaqələr", "Invalid image" : "Yalnış şəkil", "Loading" : "Loading", "Name" : "Ad", diff --git a/l10n/bg.js b/l10n/bg.js index 4a4e39d8..c2abd0cd 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Контакти", "All contacts" : "Всички контакти", "Details" : "Подробности", + "Contacts" : "Контакти", "A contacts app for Nextcloud" : "Контакти за Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Приложението Contacts е интерфейс в Nextcloud към CardDAV сървър. Чрез него можете да синхронизирате контакти към Nextcloud и да ги редактирате онлайн.\n\n* 🚀 **Интеграция с други приложения!** В момента Mail и Calendar – ще бъдат добавени и други.\n* 🎉 **Не забравяйте рожден ден!** Можете да синхронизирате рождени дати и и други повтарящи се събития.\n* 👥 **Споделяйте адресни книги!** Желаете да споделите контактите си с приятел или колега? Няма проблем!\n* 🙈 **Ние не преоткриваме колелото!** Ползваме библиотеката SabreDAV.", "Add new property" : "Добавяне на поле", diff --git a/l10n/bg.json b/l10n/bg.json index 4d13bb8d..ba11d7f8 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Контакти", "All contacts" : "Всички контакти", "Details" : "Подробности", + "Contacts" : "Контакти", "A contacts app for Nextcloud" : "Контакти за Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Приложението Contacts е интерфейс в Nextcloud към CardDAV сървър. Чрез него можете да синхронизирате контакти към Nextcloud и да ги редактирате онлайн.\n\n* 🚀 **Интеграция с други приложения!** В момента Mail и Calendar – ще бъдат добавени и други.\n* 🎉 **Не забравяйте рожден ден!** Можете да синхронизирате рождени дати и и други повтарящи се събития.\n* 👥 **Споделяйте адресни книги!** Желаете да споделите контактите си с приятел или колега? Няма проблем!\n* 🙈 **Ние не преоткриваме колелото!** Ползваме библиотеката SabreDAV.", "Add new property" : "Добавяне на поле", diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js index 32d0ac6f..d1e056bf 100644 --- a/l10n/bn_BD.js +++ b/l10n/bn_BD.js @@ -1,8 +1,8 @@ OC.L10N.register( "contacts", { - "Contacts" : "পরিচিতজন", "Details" : "বিসতারিত", + "Contacts" : "পরিচিতজন", "Invalid image" : "অবৈধ চিত্র", "Loading" : "Loading", "Name" : "নাম", diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json index 159fcab6..728144a6 100644 --- a/l10n/bn_BD.json +++ b/l10n/bn_BD.json @@ -1,6 +1,6 @@ { "translations": { - "Contacts" : "পরিচিতজন", "Details" : "বিসতারিত", + "Contacts" : "পরিচিতজন", "Invalid image" : "অবৈধ চিত্র", "Loading" : "Loading", "Name" : "নাম", diff --git a/l10n/br.js b/l10n/br.js index 0f622675..144ec7b7 100644 --- a/l10n/br.js +++ b/l10n/br.js @@ -1,8 +1,8 @@ OC.L10N.register( "contacts", { - "Contacts" : "Darempredoù", "Details" : "Munudoù", + "Contacts" : "Darempredoù", "Invalid image" : "N'eo ket aotreet ar skeudenn", "Loading" : "Kargañ", "Name" : "Anv", @@ -14,6 +14,7 @@ OC.L10N.register( "Rename" : "Adenvel", "Enabled" : "Aotreet", "Copy link" : "Kopiañ al liamm", + "can edit" : "posuple eo embann", "Website" : "Lec'hien web", "Home" : "Degemer", "Work" : "Labour", diff --git a/l10n/br.json b/l10n/br.json index f4855456..1bf743c2 100644 --- a/l10n/br.json +++ b/l10n/br.json @@ -1,6 +1,6 @@ { "translations": { - "Contacts" : "Darempredoù", "Details" : "Munudoù", + "Contacts" : "Darempredoù", "Invalid image" : "N'eo ket aotreet ar skeudenn", "Loading" : "Kargañ", "Name" : "Anv", @@ -12,6 +12,7 @@ "Rename" : "Adenvel", "Enabled" : "Aotreet", "Copy link" : "Kopiañ al liamm", + "can edit" : "posuple eo embann", "Website" : "Lec'hien web", "Home" : "Degemer", "Work" : "Labour", diff --git a/l10n/ca.js b/l10n/ca.js index 13bfe75d..5a117651 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactes", "All contacts" : "Tots els contactes", "Details" : "Detalls", + "Contacts" : "Contactes", "A contacts app for Nextcloud" : "Una aplicació de contactes per al Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "L'aplicació de contactes Nextcloud és una interfície d'usuari per al servidor CardDAV de Nextcloud. Sincronitzeu fàcilment els contactes de diversos dispositius amb el vostre Nextcloud i editeu-los en línia.\n\n* 🚀 ** Integració amb altres aplicacions Nextcloud! ** Actualment el correu i el calendari - i més que end vindran.\n* 🎉 ** Mai no oblidareu un aniversari! ** Podeu sincronitzar els aniversaris i altres esdeveniments recurrents amb el vostre calendari Nextcloud.\n* 👥 ** Compartició de llibres d’adreces! ** Voleu compartir els vostres contactes amb els vostres amics o companys de feina? Cap problema!\n* 🙈 ** No reinventem la roda. ** Es basa en la gran i oberta llibreria SabreDAV.", "Copy to full name" : "Copia al nom complet", diff --git a/l10n/ca.json b/l10n/ca.json index 8a38532b..547532d3 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactes", "All contacts" : "Tots els contactes", "Details" : "Detalls", + "Contacts" : "Contactes", "A contacts app for Nextcloud" : "Una aplicació de contactes per al Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "L'aplicació de contactes Nextcloud és una interfície d'usuari per al servidor CardDAV de Nextcloud. Sincronitzeu fàcilment els contactes de diversos dispositius amb el vostre Nextcloud i editeu-los en línia.\n\n* 🚀 ** Integració amb altres aplicacions Nextcloud! ** Actualment el correu i el calendari - i més que end vindran.\n* 🎉 ** Mai no oblidareu un aniversari! ** Podeu sincronitzar els aniversaris i altres esdeveniments recurrents amb el vostre calendari Nextcloud.\n* 👥 ** Compartició de llibres d’adreces! ** Voleu compartir els vostres contactes amb els vostres amics o companys de feina? Cap problema!\n* 🙈 ** No reinventem la roda. ** Es basa en la gran i oberta llibreria SabreDAV.", "Copy to full name" : "Copia al nom complet", diff --git a/l10n/cs.js b/l10n/cs.js index 83262c38..04b5c87c 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Kontakty", "All contacts" : "Všechny kontakty", "Details" : "Podrobnosti", + "Contacts" : "Kontakty", "A contacts app for Nextcloud" : "Aplikace pro správu kontaktů pro Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Nextcloud aplikace Kontakty je uživatelské rozhraní k CardDAV serveru, vestavěnému v Nextcloud. Jednoduše synchronizujte kontakty z různých zařízení se svým Nextcloud a upravujte je online.\n\n* 🚀 **Napojení na ostatní Nextcloud aplikace!** Nyní E-mailový klient a Kalendář – další jsou na cestě.\n* 🎉 **Nikdy nezapomeňte na něčí narozeniny!** Je možné synchronizovat narozeniny a ostatní opakující se události s vaším Nextcloud Kalendářem.\n* 👥 **Sdílení adresářů kontaktů!** Chcete sdílet své kontakty s přáteli nebo spolupracovníky? Žádný problém!\n* 🙈 **Nevymýšlíme znovu kolo!** Založeno na skvělé a otevřené softwarové knihovně SabreDAV.", "Copy to full name" : "Zkopírovat úplný název", diff --git a/l10n/cs.json b/l10n/cs.json index 77159b76..02fa4bf8 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Kontakty", "All contacts" : "Všechny kontakty", "Details" : "Podrobnosti", + "Contacts" : "Kontakty", "A contacts app for Nextcloud" : "Aplikace pro správu kontaktů pro Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Nextcloud aplikace Kontakty je uživatelské rozhraní k CardDAV serveru, vestavěnému v Nextcloud. Jednoduše synchronizujte kontakty z různých zařízení se svým Nextcloud a upravujte je online.\n\n* 🚀 **Napojení na ostatní Nextcloud aplikace!** Nyní E-mailový klient a Kalendář – další jsou na cestě.\n* 🎉 **Nikdy nezapomeňte na něčí narozeniny!** Je možné synchronizovat narozeniny a ostatní opakující se události s vaším Nextcloud Kalendářem.\n* 👥 **Sdílení adresářů kontaktů!** Chcete sdílet své kontakty s přáteli nebo spolupracovníky? Žádný problém!\n* 🙈 **Nevymýšlíme znovu kolo!** Založeno na skvělé a otevřené softwarové knihovně SabreDAV.", "Copy to full name" : "Zkopírovat úplný název", diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js index 5c9f0998..e0eabbe9 100644 --- a/l10n/cy_GB.js +++ b/l10n/cy_GB.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Cysylltiadau", "All contacts" : "Pob cyswllt", "Details" : "Manylion", + "Contacts" : "Cysylltiadau", "A contacts app for Nextcloud" : "Ap cysylltiadau ar gyfer Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Mae'r app cysylltiadau Nextcloud yn rhyngwyneb defnyddiwr ar gyfer gweinydd CardDAV Nextcloud. YMae'n hawdd i gydweddu cysylltiadau o wahanol ddyfeisiau â'ch Nextcloud a'u golygu ar-lein.\n\n* 🚀 ** Integreiddio ag apiau Nextcloud eraill! ** Post a Chalendr ar hyn o bryd - mwy i ddod.\n* 🎉 ** Peidiwch byth ag anghofio pen-blwydd! ** Gallwch gysoni penblwyddi a digwyddiadau cylchol eraill gyda'ch Calendr Nextcloud.\n* 👥 ** Rhannu Llyfrau Cyfeiriadau! ** Gallwch rannu'ch cysylltiadau gyda'ch ffrindiau neu gydweithwyr? Dim problem!\n* 🙈 ** Nid ydym yn ailddyfeisio'r olwyn! ** Yn seiliedig ar lyfrgell wych ac agored SabreDAV.", "Copy to full name" : "Copi i'r enw llawn", diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json index 9c4dc5a4..f58511cc 100644 --- a/l10n/cy_GB.json +++ b/l10n/cy_GB.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Cysylltiadau", "All contacts" : "Pob cyswllt", "Details" : "Manylion", + "Contacts" : "Cysylltiadau", "A contacts app for Nextcloud" : "Ap cysylltiadau ar gyfer Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Mae'r app cysylltiadau Nextcloud yn rhyngwyneb defnyddiwr ar gyfer gweinydd CardDAV Nextcloud. YMae'n hawdd i gydweddu cysylltiadau o wahanol ddyfeisiau â'ch Nextcloud a'u golygu ar-lein.\n\n* 🚀 ** Integreiddio ag apiau Nextcloud eraill! ** Post a Chalendr ar hyn o bryd - mwy i ddod.\n* 🎉 ** Peidiwch byth ag anghofio pen-blwydd! ** Gallwch gysoni penblwyddi a digwyddiadau cylchol eraill gyda'ch Calendr Nextcloud.\n* 👥 ** Rhannu Llyfrau Cyfeiriadau! ** Gallwch rannu'ch cysylltiadau gyda'ch ffrindiau neu gydweithwyr? Dim problem!\n* 🙈 ** Nid ydym yn ailddyfeisio'r olwyn! ** Yn seiliedig ar lyfrgell wych ac agored SabreDAV.", "Copy to full name" : "Copi i'r enw llawn", diff --git a/l10n/da.js b/l10n/da.js index bd4ab6b3..cf57fc67 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Kontakter", "All contacts" : "Alle kontakter", "Details" : "Detaljer", + "Contacts" : "Kontakter", "A contacts app for Nextcloud" : "En kontakt-app til Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Nextcloud kontakt app-en er en brugerflade til Nextclouds CardDAV server. Synkroniser let kontakter fra forskellige enheder med din Nextcloud og rediger dem online.\n\n* 🚀 **Integreret med andre Nextcloud apps!** For nuværende Mail og kalender - og flere på vej.\n* 🎉 **Glem aldrig en fødselsdag!** Du kan synkornisere fødselsdage og andre tilbagevendende begivenheder med din Nextcloud kalender.\n* 👥 **Deling af adressebøger!** Vil du dele dine kontakter med dine venner og kolleger? Ikke noget problem!\n* 🙈 **Vi er ikke i gang med at genopfinde hjulet!** Baseret på det alle tiders bibliotek SabreDAV.", "Copy to full name" : "Kopier til fuldt navn", diff --git a/l10n/da.json b/l10n/da.json index 341e174c..c3db4c2a 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Kontakter", "All contacts" : "Alle kontakter", "Details" : "Detaljer", + "Contacts" : "Kontakter", "A contacts app for Nextcloud" : "En kontakt-app til Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Nextcloud kontakt app-en er en brugerflade til Nextclouds CardDAV server. Synkroniser let kontakter fra forskellige enheder med din Nextcloud og rediger dem online.\n\n* 🚀 **Integreret med andre Nextcloud apps!** For nuværende Mail og kalender - og flere på vej.\n* 🎉 **Glem aldrig en fødselsdag!** Du kan synkornisere fødselsdage og andre tilbagevendende begivenheder med din Nextcloud kalender.\n* 👥 **Deling af adressebøger!** Vil du dele dine kontakter med dine venner og kolleger? Ikke noget problem!\n* 🙈 **Vi er ikke i gang med at genopfinde hjulet!** Baseret på det alle tiders bibliotek SabreDAV.", "Copy to full name" : "Kopier til fuldt navn", diff --git a/l10n/de.js b/l10n/de.js index ac8657bd..3057473f 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Kontakte", "All contacts" : "Alle Kontakte", "Details" : "Details", + "Contacts" : "Kontakte", "A contacts app for Nextcloud" : "Eine Adressbuch-App für Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Die Nextcloud-Kontaktapp ist eine Benutzeroberfläche für den CardDAV-Server von Nextcloud. Synchronisiere Deine Kontakte von unterschiedlichen Geräten mit Nextcloud und bearbeite sie online.\n\n* 🚀 **Integration mit anderen Nextcloud-Anwendungen!** Aktuell Mail und Kalender — weitere sind in Planung.\n* 🎉 **Niemals einen Geburtstag vergessen!** Du kannst Geburtstage und andere wiederkehrende Ereignisse mit Deinem Nextcloud-Kalender synchronisieren.\n* 👥 **Teilen von Adressbüchern!** Du möchtest Deine Kontakte mit Freunden oder Kollegen teilen? Kein Problem!\n* 🙈 **Wir erfinden das Rad nicht neu!** Basiert auf der großartigen und offenen SabreDAV-Bibliothek.", "Copy to full name" : "In vollständigen Namen kopieren", diff --git a/l10n/de.json b/l10n/de.json index aebfaa2a..e5b02790 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Kontakte", "All contacts" : "Alle Kontakte", "Details" : "Details", + "Contacts" : "Kontakte", "A contacts app for Nextcloud" : "Eine Adressbuch-App für Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Die Nextcloud-Kontaktapp ist eine Benutzeroberfläche für den CardDAV-Server von Nextcloud. Synchronisiere Deine Kontakte von unterschiedlichen Geräten mit Nextcloud und bearbeite sie online.\n\n* 🚀 **Integration mit anderen Nextcloud-Anwendungen!** Aktuell Mail und Kalender — weitere sind in Planung.\n* 🎉 **Niemals einen Geburtstag vergessen!** Du kannst Geburtstage und andere wiederkehrende Ereignisse mit Deinem Nextcloud-Kalender synchronisieren.\n* 👥 **Teilen von Adressbüchern!** Du möchtest Deine Kontakte mit Freunden oder Kollegen teilen? Kein Problem!\n* 🙈 **Wir erfinden das Rad nicht neu!** Basiert auf der großartigen und offenen SabreDAV-Bibliothek.", "Copy to full name" : "In vollständigen Namen kopieren", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 464ba547..5d09003a 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Kontakte", "All contacts" : "Alle Kontakte", "Details" : "Details", + "Contacts" : "Kontakte", "A contacts app for Nextcloud" : "Eine Adressbuch-App für Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Die Nextcloud Adressbuch-App ist eine Benutzeroberfläche für den CardDAV Server der Nextcloud. Synchronisieren Sie Kontakte von verschiedenen Geräten mit Ihrer Nextcloud und bearbeiten Sie sie online.\n* 🚀 ** Integration mit anderen Nextcloud-Apps! Aktuell Mail und Kalender – mehr dazu in Kürze.\n* 🎉 **Niemals einen Geburtstag vergessen!** Sie können Geburtstage und andere wiederkehrende Ereignisse mit Ihrem Nextcloud Kalender synchronisieren.\n* 👥 **Adressbücher teilen!** Sie möchten Ihre Kontakte mit Ihren Freunden oder Kollegen teilen? Kein Problem!\n* 🙈 **Wir erfinden das Rad nicht neu!** Basierend auf der großen und offenen SabreDAV-Bibliothek.", "Copy to full name" : "In vollständigen Namen kopieren", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 8819c598..03841b23 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Kontakte", "All contacts" : "Alle Kontakte", "Details" : "Details", + "Contacts" : "Kontakte", "A contacts app for Nextcloud" : "Eine Adressbuch-App für Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Die Nextcloud Adressbuch-App ist eine Benutzeroberfläche für den CardDAV Server der Nextcloud. Synchronisieren Sie Kontakte von verschiedenen Geräten mit Ihrer Nextcloud und bearbeiten Sie sie online.\n* 🚀 ** Integration mit anderen Nextcloud-Apps! Aktuell Mail und Kalender – mehr dazu in Kürze.\n* 🎉 **Niemals einen Geburtstag vergessen!** Sie können Geburtstage und andere wiederkehrende Ereignisse mit Ihrem Nextcloud Kalender synchronisieren.\n* 👥 **Adressbücher teilen!** Sie möchten Ihre Kontakte mit Ihren Freunden oder Kollegen teilen? Kein Problem!\n* 🙈 **Wir erfinden das Rad nicht neu!** Basierend auf der großen und offenen SabreDAV-Bibliothek.", "Copy to full name" : "In vollständigen Namen kopieren", diff --git a/l10n/el.js b/l10n/el.js index f32c89df..1ecdea78 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Επαφές", "All contacts" : "Όλες οι επαφές", "Details" : "Λεπτομέριες", + "Contacts" : "Επαφές", "A contacts app for Nextcloud" : "Εφαρμογή επαφών για το Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Η εφαρμογή επαφών του Nextcloud είναι η διεπαφή χρήστη για το χειριμό του Nextcloud CardDAV διακομιστή. Εύκολος συγχρονισμός και επεξεργασία επαφών από διάφορες συσκευές με το Nextcloud\n\n* 🚀 **Συνεργασία με άλλες εφαρμογές Nextcloud!** Ήδη με Ηλεκτρονικό Ταχυδρομίο και Ημερολόγιο - προσεχώς και άλλα.\n* 🎉 **Δεν ξεχνάτε ποτέ γεννέθλια!** Συγχρονισμός γεννεθλίων και άλλων επετείων με το ημερολόγιο Nextclound\n* 👥 **Κοινή χρήση Βιβλίου διευθύνσεων!** Θέλεις να μοιραστείς τις επαφές σου με φίλους ή συννεργάτες? Κανένα πρόβλημα!\n* 🙈 ** Δεν ανακαλύψαμε τον τροχό!** Βασίζεται στο ανοικτό λογισμικό SabreDAV.", "Copy to full name" : "Εισαγωγή στο πλήρες όνομα", diff --git a/l10n/el.json b/l10n/el.json index cbdc1f8f..43a8c815 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Επαφές", "All contacts" : "Όλες οι επαφές", "Details" : "Λεπτομέριες", + "Contacts" : "Επαφές", "A contacts app for Nextcloud" : "Εφαρμογή επαφών για το Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Η εφαρμογή επαφών του Nextcloud είναι η διεπαφή χρήστη για το χειριμό του Nextcloud CardDAV διακομιστή. Εύκολος συγχρονισμός και επεξεργασία επαφών από διάφορες συσκευές με το Nextcloud\n\n* 🚀 **Συνεργασία με άλλες εφαρμογές Nextcloud!** Ήδη με Ηλεκτρονικό Ταχυδρομίο και Ημερολόγιο - προσεχώς και άλλα.\n* 🎉 **Δεν ξεχνάτε ποτέ γεννέθλια!** Συγχρονισμός γεννεθλίων και άλλων επετείων με το ημερολόγιο Nextclound\n* 👥 **Κοινή χρήση Βιβλίου διευθύνσεων!** Θέλεις να μοιραστείς τις επαφές σου με φίλους ή συννεργάτες? Κανένα πρόβλημα!\n* 🙈 ** Δεν ανακαλύψαμε τον τροχό!** Βασίζεται στο ανοικτό λογισμικό SabreDAV.", "Copy to full name" : "Εισαγωγή στο πλήρες όνομα", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index acce34ae..1e3d1747 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contacts", "All contacts" : "All contacts", "Details" : "Details", + "Contacts" : "Contacts", "A contacts app for Nextcloud" : "A contacts app for Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.", "Invalid image" : "Invalid image", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 90b3cf9f..820bed18 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contacts", "All contacts" : "All contacts", "Details" : "Details", + "Contacts" : "Contacts", "A contacts app for Nextcloud" : "A contacts app for Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.", "Invalid image" : "Invalid image", diff --git a/l10n/eo.js b/l10n/eo.js index 2230a8c7..2d569096 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Kontaktaro", "All contacts" : "Ĉiuj kontaktoj", "Details" : "Detaloj", + "Contacts" : "Kontaktaro", "A contacts app for Nextcloud" : "Aplikaĵo pri kontaktoj por Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Tiu aplikaĵo estas interfaco por la CardDAV-servilo de Nextcloud. Senpene sinkronigu viajn kontaktojn el diversaj aparatoj al Nextcloud kaj redaktu ilin rete.\n\n* 🚀 **Integrado kun aliaj Nextcloud-aplikaĵoj!** Nuntempe Retmesagô (Mail) kaj Kalendaro (Calendar), pli en la estonteco.\n* 🎉 **Neniam forgesu datrevenon!** Vi povas sinkronigi datrevenojn kaj aliaj ripetiĝantajn eventoj.\n* 👥 **Kunhavigo de adresaro!** Ĉu vi volas kunhavigi kontaktojn kun amikoj aŭ kolegoj? Neniu problemo!\n* 🙈 **Ni ne elpensis la radon!** Devenigita de la granda kaj malferma biblioteko SabreDAV.", "Copy to full name" : "Kopii al plena nomo", diff --git a/l10n/eo.json b/l10n/eo.json index 2ecd4dd6..dcad59fd 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Kontaktaro", "All contacts" : "Ĉiuj kontaktoj", "Details" : "Detaloj", + "Contacts" : "Kontaktaro", "A contacts app for Nextcloud" : "Aplikaĵo pri kontaktoj por Nextcloud", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Tiu aplikaĵo estas interfaco por la CardDAV-servilo de Nextcloud. Senpene sinkronigu viajn kontaktojn el diversaj aparatoj al Nextcloud kaj redaktu ilin rete.\n\n* 🚀 **Integrado kun aliaj Nextcloud-aplikaĵoj!** Nuntempe Retmesagô (Mail) kaj Kalendaro (Calendar), pli en la estonteco.\n* 🎉 **Neniam forgesu datrevenon!** Vi povas sinkronigi datrevenojn kaj aliaj ripetiĝantajn eventoj.\n* 👥 **Kunhavigo de adresaro!** Ĉu vi volas kunhavigi kontaktojn kun amikoj aŭ kolegoj? Neniu problemo!\n* 🙈 **Ni ne elpensis la radon!** Devenigita de la granda kaj malferma biblioteko SabreDAV.", "Copy to full name" : "Kopii al plena nomo", diff --git a/l10n/es.js b/l10n/es.js index 8c5a4ca9..d27ddd3b 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "A contacts app for Nextcloud" : "Una app de contactos para Nextcloud.", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "La app de Contactos de Nextcloud es una interfaz de usuario para el servidor CardDAV de Nextcloud. Sincroniza fácilmente los contactos de varios dispositivos con tu Nextcloud y edítalos en línea\n\n* 🚀 **Integración con otras apps de Nextcloud.** Actualmente Correo y Calendario; más por llegar.\n* 🎉 **No olvides nunca un calendario.** Puedes sincronizar los calendarios y otros eventos recurrentes con tu calendario de Nextcloud.\n* 👥 **Compartir libretas de dirección.** ¿Quieres compartir tus contactos con tus amigos y colegas? ¡No hay problema!\n* 🙈 **No reinventamos la rueda.l** Basada en la gran biblioteca de código abierto SabreDAV.", "Copy to full name" : "Copiar al nombre completo", diff --git a/l10n/es.json b/l10n/es.json index 9ef3c62c..f2d772f0 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "A contacts app for Nextcloud" : "Una app de contactos para Nextcloud.", "The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "La app de Contactos de Nextcloud es una interfaz de usuario para el servidor CardDAV de Nextcloud. Sincroniza fácilmente los contactos de varios dispositivos con tu Nextcloud y edítalos en línea\n\n* 🚀 **Integración con otras apps de Nextcloud.** Actualmente Correo y Calendario; más por llegar.\n* 🎉 **No olvides nunca un calendario.** Puedes sincronizar los calendarios y otros eventos recurrentes con tu calendario de Nextcloud.\n* 👥 **Compartir libretas de dirección.** ¿Quieres compartir tus contactos con tus amigos y colegas? ¡No hay problema!\n* 🙈 **No reinventamos la rueda.l** Basada en la gran biblioteca de código abierto SabreDAV.", "Copy to full name" : "Copiar al nombre completo", diff --git a/l10n/es_419.js b/l10n/es_419.js index e6ef7613..5a3b4fc0 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_419.json b/l10n/es_419.json index 3fdca336..6898b138 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_AR.js b/l10n/es_AR.js index 4522cb5e..6dc26bf5 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "A contacts app for Nextcloud" : "Una aplicación de contactos para Nextcloud", "Copy to full name" : "Copiar a nombre completo", "Omit year" : "Omitir año", diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 4ccf196a..03c478bb 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "A contacts app for Nextcloud" : "Una aplicación de contactos para Nextcloud", "Copy to full name" : "Copiar a nombre completo", "Omit year" : "Omitir año", diff --git a/l10n/es_CL.js b/l10n/es_CL.js index cde69c0b..f82da8d6 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_CL.json b/l10n/es_CL.json index 7d604d47..542f4c38 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_CO.js b/l10n/es_CO.js index cde69c0b..f82da8d6 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_CO.json b/l10n/es_CO.json index 7d604d47..542f4c38 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_CR.js b/l10n/es_CR.js index cde69c0b..f82da8d6 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_CR.json b/l10n/es_CR.json index 7d604d47..542f4c38 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_DO.js b/l10n/es_DO.js index cde69c0b..f82da8d6 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_DO.json b/l10n/es_DO.json index 7d604d47..542f4c38 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_EC.js b/l10n/es_EC.js index cde69c0b..f82da8d6 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 7d604d47..542f4c38 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -1,7 +1,7 @@ { "translations": { - "Contacts" : "Contactos", "All contacts" : "Todos los contactos", "Details" : "Detalles", + "Contacts" : "Contactos", "Invalid image" : "Imagen inválida", "Loading" : "Cargando", "Name" : "Nombre", diff --git a/l10n/es_GT.js b/l10n/es_GT.js index cde69c0b..f82da8d6 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -1,9 +1,9 @@ OC.L10N.register( "contacts", { -