Compare commits

...

3 Commits

Author SHA1 Message Date
Luka Trovic
fb32f66752 fix: integraion test
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-05-30 17:55:56 +02:00
Nextcloud bot
211182e5ee fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-28 00:41:42 +00:00
Nextcloud bot
7f28cd730c fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-26 00:41:12 +00:00
5 changed files with 13 additions and 1 deletions

View File

@@ -73,7 +73,12 @@ OC.L10N.register(
"Reply" : "Vasta",
"Update" : "Uuenda",
"Description" : "Kirjeldus",
"Formatting help" : "Abiteave vorminduse kohta",
"Edit description" : "Muuda kirjeldust",
"Later today {timeLocale}" : "Täna hiljem {timeLocale}",
"Tomorrow {timeLocale}" : "Homme {timeLocale}",
"This weekend {timeLocale}" : "Sel nädalavahetusel {timeLocale}",
"Next week {timeLocale}" : "Järgmisel nädalal {timeLocale}",
"Mark as done" : "Märgi tehtuks",
"Not done" : "Pole valmis",
"(group)" : "(grupp)",

View File

@@ -71,7 +71,12 @@
"Reply" : "Vasta",
"Update" : "Uuenda",
"Description" : "Kirjeldus",
"Formatting help" : "Abiteave vorminduse kohta",
"Edit description" : "Muuda kirjeldust",
"Later today {timeLocale}" : "Täna hiljem {timeLocale}",
"Tomorrow {timeLocale}" : "Homme {timeLocale}",
"This weekend {timeLocale}" : "Sel nädalavahetusel {timeLocale}",
"Next week {timeLocale}" : "Järgmisel nädalal {timeLocale}",
"Mark as done" : "Märgi tehtuks",
"Not done" : "Pole valmis",
"(group)" : "(grupp)",

View File

@@ -43,6 +43,7 @@ OC.L10N.register(
"Edit" : "Labot",
"Members" : "Biedri",
"File to share" : "Kopīgojamā datne",
"Invalid path selected" : "Atlasīts nederīgs ceļš",
"Download" : "Lejupielādēt",
"Modified" : "Mainīts",
"Created" : "Izveidots",

View File

@@ -41,6 +41,7 @@
"Edit" : "Labot",
"Members" : "Biedri",
"File to share" : "Kopīgojamā datne",
"Invalid path selected" : "Atlasīts nederīgs ceļš",
"Download" : "Lejupielādēt",
"Modified" : "Mainīts",
"Created" : "Izveidots",

View File

@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~9",
"behat/behat": "~3.14.0",
"behat/behat": "~3.21.1",
"guzzlehttp/guzzle": "7.9.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.6.0",