summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock28
-rw-r--r--l10n/ast.js1
-rw-r--r--l10n/ast.json1
-rw-r--r--l10n/es_MX.js1
-rw-r--r--l10n/es_MX.json1
-rw-r--r--l10n/sr@latin.js3
-rw-r--r--l10n/sr@latin.json3
8 files changed, 21 insertions, 19 deletions
diff --git a/composer.json b/composer.json
index dcc4b335b..c15fd7454 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.9.1",
"phpstan/phpstan": "^1.10.60",
- "phpstan/phpstan-doctrine": "^1.3.64",
+ "phpstan/phpstan-doctrine": "^1.3.69",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/extension-installer": "^1.3.1",
diff --git a/composer.lock b/composer.lock
index b07d673cc..684960d9d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "a4b24f1906842675c62da2dc2e01f6fc",
+ "content-hash": "8a956ebbdaf03928e7d4aa1a9fa8e487",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1359,16 +1359,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.64",
+ "version": "1.10.67",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "fb9f270daffedcb5ff46275dcafe92538b1bc4bb"
+ "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fb9f270daffedcb5ff46275dcafe92538b1bc4bb",
- "reference": "fb9f270daffedcb5ff46275dcafe92538b1bc4bb",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493",
+ "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493",
"shasum": ""
},
"require": {
@@ -1411,13 +1411,9 @@
{
"url": "https://github.com/phpstan",
"type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
- "type": "tidelift"
}
],
- "time": "2024-03-21T09:57:47+00:00"
+ "time": "2024-04-16T07:22:02+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1469,16 +1465,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.64",
+ "version": "1.3.69",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "f42828ad684e026054c3d94161d89870150bc3da"
+ "reference": "ac567407e750b94e2133dace33b19082ad9ed751"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f42828ad684e026054c3d94161d89870150bc3da",
- "reference": "f42828ad684e026054c3d94161d89870150bc3da",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/ac567407e750b94e2133dace33b19082ad9ed751",
+ "reference": "ac567407e750b94e2133dace33b19082ad9ed751",
"shasum": ""
},
"require": {
@@ -1535,9 +1531,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
- "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.64"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.69"
},
- "time": "2024-03-21T10:19:51+00:00"
+ "time": "2024-04-18T12:56:14+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
diff --git a/l10n/ast.js b/l10n/ast.js
index f3c38d091..b9b9d16ed 100644
--- a/l10n/ast.js
+++ b/l10n/ast.js
@@ -24,6 +24,7 @@ OC.L10N.register(
"New folder" : "Carpeta nueva",
"Folder exists already!" : "¡La carpeta yá esiste!",
"Subscribe" : "Soscribise",
+ "Last job ran {relativeTime}." : "L'últimu trabayu executó {relativeTime}.",
"Maximum redirects" : "Redireiciones máximes",
"Explore Service URL" : "URL del serviciu d'esploración",
"Update interval" : "Intervalu d'anovamientu",
diff --git a/l10n/ast.json b/l10n/ast.json
index 65347fb71..c76598009 100644
--- a/l10n/ast.json
+++ b/l10n/ast.json
@@ -22,6 +22,7 @@
"New folder" : "Carpeta nueva",
"Folder exists already!" : "¡La carpeta yá esiste!",
"Subscribe" : "Soscribise",
+ "Last job ran {relativeTime}." : "L'últimu trabayu executó {relativeTime}.",
"Maximum redirects" : "Redireiciones máximes",
"Explore Service URL" : "URL del serviciu d'esploración",
"Update interval" : "Intervalu d'anovamientu",
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
index e1e4c25fa..c77a5a61c 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -64,6 +64,7 @@ OC.L10N.register(
"Keep article unread" : "Mantener el artículo como no-leído",
"Remove keep article unread" : "Eliminar mantener artículo como no leído",
"Error while searching for users" : "Error al buscar usuarios",
+ "Share on social media" : "Compartir en redes sociales",
"Keyboard shortcut" : "Atajo del teclado",
"Description" : "Descripción",
"right" : "derecha",
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
index 15e035bf4..5d41cbc75 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -62,6 +62,7 @@
"Keep article unread" : "Mantener el artículo como no-leído",
"Remove keep article unread" : "Eliminar mantener artículo como no leído",
"Error while searching for users" : "Error al buscar usuarios",
+ "Share on social media" : "Compartir en redes sociales",
"Keyboard shortcut" : "Atajo del teclado",
"Description" : "Descripción",
"right" : "derecha",
diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js
index 06e58f708..ddd6f5759 100644
--- a/l10n/sr@latin.js
+++ b/l10n/sr@latin.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Settings" : "Postavke",
"Import" : "Uvezi",
"Help" : "Help",
- "Documentation" : "Dokumentacija"
+ "Documentation" : "Dokumentacija",
+ "Report a bug" : "Prijavi grešku"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json
index 63403ac1c..0acdfbe86 100644
--- a/l10n/sr@latin.json
+++ b/l10n/sr@latin.json
@@ -21,6 +21,7 @@
"Settings" : "Postavke",
"Import" : "Uvezi",
"Help" : "Help",
- "Documentation" : "Dokumentacija"
+ "Documentation" : "Dokumentacija",
+ "Report a bug" : "Prijavi grešku"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file