summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2021-03-18 11:14:30 -0100
committerGitHub <noreply@github.com>2021-03-18 11:14:30 -0100
commit5dc0ff48576a110a3cb35e07b774ce05fb682e4d (patch)
tree6657c97af830285623e0730ea25229f0dcb8a909
parent8b25b1ffc3a8fdad027febd94c8cc983719fa44b (diff)
parentc75a8c29180bdcdf564d8c2e85e71e2fe0b2077e (diff)
Merge branch 'master' into dependabot/npm_and_yarn/webpack-merge-5.7.3
-rw-r--r--.github/dependabot.yml26
-rw-r--r--l10n/el.js1
-rw-r--r--l10n/el.json1
-rw-r--r--l10n/eu.js2
-rw-r--r--l10n/eu.json2
-rw-r--r--l10n/fi.js2
-rw-r--r--l10n/fi.json2
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
-rw-r--r--l10n/hr.js1
-rw-r--r--l10n/hr.json1
-rw-r--r--l10n/nl.js2
-rw-r--r--l10n/nl.json2
-rw-r--r--l10n/oc.js1
-rw-r--r--l10n/oc.json1
-rw-r--r--l10n/pl.js2
-rw-r--r--l10n/pl.json2
-rw-r--r--l10n/si.js11
-rw-r--r--l10n/si.json9
-rw-r--r--l10n/si_LK.js10
-rw-r--r--l10n/si_LK.json8
-rw-r--r--l10n/sl.js22
-rw-r--r--l10n/sl.json22
-rw-r--r--l10n/ta.js (renamed from l10n/ta_LK.js)0
-rw-r--r--l10n/ta.json (renamed from l10n/ta_LK.json)0
-rw-r--r--l10n/zh_HK.js77
-rw-r--r--l10n/zh_HK.json77
-rw-r--r--package-lock.json1727
-rw-r--r--package.json34
29 files changed, 1311 insertions, 736 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..76ffec7c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,26 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ reviewers:
+ - juliushaertl
+ - violoncelloCH
+ ignore:
+ - dependency-name: twemoji
+ versions:
+ - ">= 13.a"
+ - "< 14"
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
diff --git a/l10n/el.js b/l10n/el.js
index b904c472..42c9b12e 100644
--- a/l10n/el.js
+++ b/l10n/el.js
@@ -77,6 +77,7 @@ OC.L10N.register(
"User not found" : "Ο χρήστης δεν βρέθηκε",
"Sorry, we could not find the account of {userId}" : "Συγνώμη, δεν μπορέσαμε να βρούμε τον λαγαριασμό του {userId}",
"Nextcloud becomes part of the federated social networks!" : "Το Nextcloud γίνεται μέρος των ομοσπονδιακών κοινωνικών δικτύων!",
+ "We automatically created a Social account for you. Your Social ID is the same as your Federated Cloud ID:" : "Δημιουργήσαμε αυτόματα έναν λογαριασμό κοινωνικής δικτύωσης για εσάς. Το Social ID σας είναι το ίδιο με το Federated Cloud ID:",
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Καθως είστε νέοι στο Social, ξεκινήστε ακολουθώντας τον επίσημο λογαριασμό του Nextcloud για να μην χάσετε καμιά είδηση",
"Follow Nextcloud on mastodon.xyz" : "Ακολουθήστε το Nextcloud στο mastodon.xyz"
},
diff --gi