diff options
85 files changed, 706 insertions, 72 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b344d49b32c..b5f1e61575f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -103,3 +103,5 @@ ResponseDefinitions.php @provokateurin @nextcloud/server-backend # Personal interest */Activity/* @nickvergessen @nextcloud/server-backend */Notifications/* @nickvergessen @nextcloud/talk-backend +/apps/workflowengine/lib @nickvergessen + diff --git a/.github/codeql-config.yml b/.github/codeql-config.yml new file mode 100644 index 00000000000..41894a60af3 --- /dev/null +++ b/.github/codeql-config.yml @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + +name: "CodeQL config" + +paths-ignore: + - dist diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 00000000000..0e88eac1225 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,47 @@ +# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + +name: "CodeQL Advanced" + +on: + push: + branches: [ "master", "stable*" ] + pull_request: + branches: [ "master", "stable*" ] + schedule: + - cron: '28 18 * * 1' + +jobs: + analyze: + name: Analyze (${{ matrix.language }}) + runs-on: ubuntu-latest + permissions: + # required for all workflows + security-events: write + + # required to fetch internal or private CodeQL packs + packages: read + + strategy: + fail-fast: false + matrix: + include: + - language: actions + build-mode: none + - language: javascript-typescript + build-mode: none + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Initialize CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + build-mode: ${{ matrix.build-mode }} + config-file: ./.github/codeql-config.yml + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 + with: + category: "/language:${{matrix.language}}" diff --git a/apps/dav/l10n/da.js b/apps/dav/l10n/da.js index c99b8d10b6e..1368b899919 100644 --- a/apps/dav/l10n/da.js +++ b/apps/dav/l10n/da.js @@ -80,7 +80,7 @@ OC.L10N.register( "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["I en måned på %1$s for hele dagen","Om %n måneder den %1$s for hele dagen"], "_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["I et år på %1$s for hele dagen","Om %n år den %1$s for hele dagen"], "In the past on %1$s between %2$s - %3$s" : "Tidligere den %1$s mellem %2$s - %3$s", - "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["I et minut på %1$s mellem% %2$s - %3$s","Om %n minutter den %1$s mellem %2$s - %3$s"], + "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["I et minut på %1$s mellem %2$s - %3$s","Om %n minutter den %1$s mellem %2$s - %3$s"], "_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["I en time på %1$s mellem %2$s - %3$s","Om %n timer den %1$s mellem %2$s - %3$s"], "_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["I en dag på %1$s mellem %2$s - %3$s","Om %n dage den %1$s mellem %2$s - %3$s"], "_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["I en uge på %1$s mellem %2$s - %3$s","Om %n uger den %1$s mellem %2$s - %3$s"], diff --git a/apps/dav/l10n/da.json b/apps/dav/l10n/da.json index fa934db0daa..723ebc26b7d 100644 --- a/apps/dav/l10n/da.json +++ b/apps/dav/l10n/da.json @@ -78,7 +78,7 @@ "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["I en måned på %1$s for hele dagen","Om %n måneder den %1$s for hele dagen"], "_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["I et år på %1$s for hele dagen","Om %n år den %1$s for hele dagen"], "In the past on %1$s between %2$s - %3$s" : "Tidligere den %1$s mellem %2$s - %3$s", - "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["I et minut på %1$s mellem% %2$s - %3$s","Om %n minutter den %1$s mellem %2$s - %3$s"], + "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["I et minut på %1$s mellem %2$s - %3$s","Om %n minutter den %1$s mellem %2$s - %3$s"], "_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["I en time på %1$s mellem %2$s - %3$s","Om %n timer den %1$s mellem %2$s - %3$s"], "_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["I en dag på %1$s mellem %2$s - %3$s","Om %n dage den %1$s mellem %2$s - %3$s"], "_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["I en uge på %1$s mellem %2$s - %3$s","Om %n uger den %1$s mellem %2$s - %3$s"], diff --git a/apps/dav/l10n/eu.js b/apps/dav/l10n/eu.js index 4deb8172bed..df586e1958e 100644 --- a/apps/dav/l10n/eu.js +++ b/apps/dav/l10n/eu.js @@ -189,6 +189,7 @@ OC.L10N.register( "Second" : "Bigarrena", "Third" : "Hirugarrena", "Fourth" : "Laugarrena", + "Fifth" : "Bosgarrena", "Last" : "Azkena", "Second Last" : "Azken aurrekoa", "Third Last" : "Hirugarren azkena", @@ -248,6 +249,11 @@ OC.L10N.register( "Completed on %s" : "%s-an osatua", "Due on %s by %s" : "%s-(e)an epemuga %s-(e)k", "Due on %s" : "%s-(e)an epemuga", + "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Ongi etorri Nextcloud Egutegira!\n\nHau gertaera erakusgarria da - aztertu plangintzaren malgutasuna Nextcloud Egutegiarekin nahi dituzun edizioak eginez!\n\nNextcloud Egutegia aukerarekin, hau egin dezakezu:\n- Sortu, editatu eta kudeatu gertaerak esfortzurik gabe.\n- Egutegi ugari sortu eta taldekideekin, lagunekin edo familiarekin partekatu.\n- Egiaztatu libre egotea eta bistaratu zure laneko orduak beste batzuei.\n- Aplikazio eta gailuekin arazorik gabe integratzea CalDAV bidez.\n- Zure esperientzia pertsonalizatu: gertaera errepikariak programatu, jakinarazpenak doitu eta bestelako ezarpenak.", + "Example event - open me!" : "Gertaera adibidea - ireki nazazu!", + "System Address Book" : "Sistemaren helbide-liburua", + "The system address book contains contact information for all users in your instance." : "Sistemaren helbide-liburuak zure instantziako erabiltzaile guztien kontaktu-informazioa dauka.", + "Enable System Address Book" : "Gaitu sistemaren helbide-liburua", "DAV system address book" : "DAV sistemaren helbide-liburua", "No outstanding DAV system address book sync." : "Ez dago DAV sistema helbide-liburuaren sinkronizazio arrarorik.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz \"occ dav:sync-system-addressbook\" deituz.", @@ -288,7 +294,22 @@ OC.L10N.register( "Cancel" : "Utzi", "Import" : "Inportatu", "Error while saving settings" : "Errorea ezarpenak gordetzean", + "Contact reset successfully" : "Kontaktua behar bezala berrezarri da", + "Error while resetting contact" : "Errorea kontaktua berrezartzean", + "Contact imported successfully" : "Kontaktua behar bezala inportatu da", + "Error while importing contact" : "Errorea kontaktua inportatzean", + "Import contact" : "Inportatu kontaktua", "Reset to default" : "Berezarri balio lehenetsira", + "Import contacts" : "Inportatu kontaktuak", + "Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : ".vcf fitxategi berri bat inportatzean, lehendik dagoen kontaktu lehenetsia ezabatu eta berriarekin ordeztuko da. Jarraitu nahi duzu?", + "Failed to save example event creation setting" : "Adibide gertaeraren sortze ezarpenak gordetzeak huts egin du", + "Failed to upload the example event" : "Adibide gertaera igotzeak huts egin du", + "Custom example event was saved successfully" : "Adibide gertaera pertsonalizatua behar bezala gorde da", + "Failed to delete the custom example event" : "Adibide gertaera pertsonalizatua ezabatzeak huts egin du", + "Custom example event was deleted successfully" : "Adibide gertaera pertsonalizatua behar bezala ezabatu da.", + "Import calendar event" : "Inportatu egutegiko gertaera", + "Uploading a new event will overwrite the existing one." : "Gertaera berri bat igotzeak dagoena gainidatz dezake", + "Upload event" : "Igo gertaera", "Availability" : "Eskuragarritasuna", "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.", "Absence" : "Absentzia", @@ -305,6 +326,8 @@ OC.L10N.register( "Send reminder notifications to calendar sharees as well" : "Bidali gogorarazpen jakinarazpenak egutegi partekatzea dutenei ere", "Reminders are always sent to organizers and attendees." : "Gogorarazpenak beti bidaltzen zaizkie antolatzaileei eta parte-hartzaileei.", "Enable notifications for events via push" : "Gaitu push bidezko jakinarazpenak gertaerentzat", + "Example content" : "Adibideko edukia", + "Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Adibideko edukiak Nextcloud-en ezaugarriak erakusteko balio du. Eduki lehenetsia Nextcloud-ekin bidaltzen da, eta eduki pertsonalizatuarekin ordezka daiteke.", "There was an error updating your attendance status." : "Errore bat gertatu da zure parte-hartze egoera eguneratzerakoan.", "Please contact the organizer directly." : "Mesedez jarri harremanetan antolatzailearekin zuzenean.", "Are you accepting the invitation?" : "Gonbidapena onartzen duzu?", diff --git a/apps/dav/l10n/eu.json b/apps/dav/l10n/eu.json index ac11ede49c3..5d312d36973 100644 --- a/apps/dav/l10n/eu.json +++ b/apps/dav/l10n/eu.json @@ -187,6 +187,7 @@ "Second" : "Bigarrena", "Third" : "Hirugarrena", "Fourth" : "Laugarrena", + "Fifth" : "Bosgarrena", "Last" : "Azkena", "Second Last" : "Azken aurrekoa", "Third Last" : "Hirugarren azkena", @@ -246,6 +247,11 @@ "Completed on %s" : "%s-an osatua", "Due on %s by %s" : "%s-(e)an epemuga %s-(e)k", "Due on %s" : "%s-(e)an epemuga", + "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Ongi etorri Nextcloud Egutegira!\n\nHau gertaera erakusgarria da - aztertu plangintzaren malgutasuna Nextcloud Egutegiarekin nahi dituzun edizioak eginez!\n\nNextcloud Egutegia aukerarekin, hau egin dezakezu:\n- Sortu, editatu eta kudeatu gertaerak esfortzurik gabe.\n- Egutegi ugari sortu eta taldekideekin, lagunekin edo familiarekin partekatu.\n- Egiaztatu libre egotea eta bistaratu zure laneko orduak beste batzuei.\n- Aplikazio eta gailuekin arazorik gabe integratzea CalDAV bidez.\n- Zure esperientzia pertsonalizatu: gertaera errepikariak programatu, jakinarazpenak doitu eta bestelako ezarpenak.", + "Example event - open me!" : "Gertaera adibidea - ireki nazazu!", + "System Address Book" : "Sistemaren helbide-liburua", + "The system address book contains contact information for all users in your instance." : "Sistemaren helbide-liburuak zure instantziako erabiltzaile guztien kontaktu-informazioa dauka.", + "Enable System Address Book" : "Gaitu sistemaren helbide-liburua", "DAV system address book" : "DAV sistemaren helbide-liburua", "No outstanding DAV system address book sync." : "Ez dago DAV sistema helbide-liburuaren sinkronizazio arrarorik.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz \"occ dav:sync-system-addressbook\" deituz.", @@ -286,7 +292,22 @@ "Cancel" : "Utzi", "Import" : "Inportatu", "Error while saving settings" : "Errorea ezarpenak gordetzean", + "Contact reset successfully" : "Kontaktua behar bezala berrezarri da", + "Error while resetting contact" : "Errorea kontaktua berrezartzean", + "Contact imported successfully" : "Kontaktua behar bezala inportatu da", + "Error while importing contact" : "Errorea kontaktua inportatzean", + "Import contact" : "Inportatu kontaktua", "Reset to default" : "Berezarri balio lehenetsira", + "Import contacts" : "Inportatu kontaktuak", + "Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : ".vcf fitxategi berri bat inportatzean, lehendik dagoen kontaktu lehenetsia ezabatu eta berriarekin ordeztuko da. Jarraitu nahi duzu?", + "Failed to save example event creation setting" : "Adibide gertaeraren sortze ezarpenak gordetzeak huts egin du", + "Failed to upload the example event" : "Adibide gertaera igotzeak huts egin du", + "Custom example event was saved successfully" : "Adibide gertaera pertsonalizatua behar bezala gorde da", + "Failed to delete the custom example event" : "Adibide gertaera pertsonalizatua ezabatzeak huts egin du", + "Custom example event was deleted successfully" : "Adibide gertaera pertsonalizatua behar bezala ezabatu da.", + "Import calendar event" : "Inportatu egutegiko gertaera", + "Uploading a new event will overwrite the existing one." : "Gertaera berri bat igotzeak dagoena gainidatz dezake", + "Upload event" : "Igo gertaera", "Availability" : "Eskuragarritasuna", "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.", "Absence" : "Absentzia", @@ -303,6 +324,8 @@ "Send reminder notifications to calendar sharees as well" : "Bidali gogorarazpen jakinarazpenak egutegi partekatzea dutenei ere", "Reminders are always sent to organizers and attendees." : "Gogorarazpenak beti bidaltzen zaizkie antolatzaileei eta parte-hartzaileei.", "Enable notifications for events via push" : "Gaitu push bidezko jakinarazpenak gertaerentzat", + "Example content" : "Adibideko edukia", + "Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Adibideko edukiak Nextcloud-en ezaugarriak erakusteko balio du. Eduki lehenetsia Nextcloud-ekin bidaltzen da, eta eduki pertsonalizatuarekin ordezka daiteke.", "There was an error updating your attendance status." : "Errore bat gertatu da zure parte-hartze egoera eguneratzerakoan.", "Please contact the organizer directly." : "Mesedez jarri harremanetan antolatzailearekin zuzenean.", "Are you accepting the invitation?" : "Gonbidapena onartzen duzu?", diff --git a/apps/encryption/l10n/lv.js b/apps/encryption/l10n/lv.js index 4e4d6b4ade3..b44cc20db29 100644 --- a/apps/encryption/l10n/lv.js +++ b/apps/encryption/l10n/lv.js @@ -2,16 +2,16 @@ OC.L10N.register( "encryption", { "Missing recovery key password" : "Pazudusi atkopšanas atslēgas parole", - "Please repeat the recovery key password" : "Lūdzu atkārtot atgūšanas atslēgas paroli", + "Please repeat the recovery key password" : "Lūgums atkārtot atkopes atslēgas paroli", "Repeated recovery key password does not match the provided recovery key password" : "Atkārtota atkopšanas atslēgas parole nesakrīt ar izsniegto atkopšanas atslēgu paroli", "Recovery key successfully enabled" : "Atkopšanas atslēga ir veiksmīgi iespējota", - "Could not enable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja iespējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", + "Could not enable recovery key. Please check your recovery key password!" : "Atkopes atslēgu nevarēja iespējot. Lūgums pārbaudīt atkopes atslēgas paroli.", "Recovery key successfully disabled" : "Atkopšanas atslēga ir veiksmīgi deaktivizēta", - "Could not disable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja atspējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", + "Could not disable recovery key. Please check your recovery key password!" : "Atkopes atslēgu nevarēja atspējot. Lūgums pārbaudīt atkopes atslēgas paroli.", "Missing parameters" : "Trūkstošos parametrs", "Please provide the old recovery password" : "Lūgums norādīt iepriekšējo atkopes paroli", - "Please provide a new recovery password" : "Lūdzu, ievadiet jaunu paroli", - "Please repeat the new recovery password" : "Lūdzu, atkārtojiet jauno atkopšanas paroli", + "Please provide a new recovery password" : "Lūgums norādīt jaunu atkopes paroli", + "Please repeat the new recovery password" : "Lūgums atkārtot jauno atkopes paroli", "Password successfully changed." : "Parole veiksmīgi nomainīta.", "Could not change the password. Maybe the old password was not correct." : "Nevarēja mainīt paroli. Varbūt vecā parole nav pareiza.", "Recovery Key disabled" : "Atkopšanas atslēga deaktivizēta", diff --git a/apps/encryption/l10n/lv.json b/apps/encryption/l10n/lv.json index 4bf8d7fce8e..42787888d86 100644 --- a/apps/encryption/l10n/lv.json +++ b/apps/encryption/l10n/lv.json @@ -1,15 +1,15 @@ { "translations": { "Missing recovery key password" : "Pazudusi atkopšanas atslēgas parole", - "Please repeat the recovery key password" : "Lūdzu atkārtot atgūšanas atslēgas paroli", + "Please repeat the recovery key password" : "Lūgums atkārtot atkopes atslēgas paroli", "Repeated recovery key password does not match the provided recovery key password" : "Atkārtota atkopšanas atslēgas parole nesakrīt ar izsniegto atkopšanas atslēgu paroli", "Recovery key successfully enabled" : "Atkopšanas atslēga ir veiksmīgi iespējota", - "Could not enable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja iespējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", + "Could not enable recovery key. Please check your recovery key password!" : "Atkopes atslēgu nevarēja iespējot. Lūgums pārbaudīt atkopes atslēgas paroli.", "Recovery key successfully disabled" : "Atkopšanas atslēga ir veiksmīgi deaktivizēta", - "Could not disable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja atspējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", + "Could not disable recovery key. Please check your recovery key password!" : "Atkopes atslēgu nevarēja atspējot. Lūgums pārbaudīt atkopes atslēgas paroli.", "Missing parameters" : "Trūkstošos parametrs", "Please provide the old recovery password" : "Lūgums norādīt iepriekšējo atkopes paroli", - "Please provide a new recovery password" : "Lūdzu, ievadiet jaunu paroli", - "Please repeat the new recovery password" : "Lūdzu, atkārtojiet jauno atkopšanas paroli", + "Please provide a new recovery password" : "Lūgums norādīt jaunu atkopes paroli", + "Please repeat the new recovery password" : "Lūgums atkārtot jauno atkopes paroli", "Password successfully changed." : "Parole veiksmīgi nomainīta.", "Could not change the password. Maybe the old password was not correct." : "Nevarēja mainīt paroli. Varbūt vecā parole nav pareiza.", "Recovery Key disabled" : "Atkopšanas atslēga deaktivizēta", diff --git a/apps/files/l10n/be.js b/apps/files/l10n/be.js index 95faaefc29b..f4abbac4e1e 100644 --- a/apps/files/l10n/be.js +++ b/apps/files/l10n/be.js @@ -52,6 +52,7 @@ OC.L10N.register( "Files compatibility" : "Сумяшчальнасць файлаў", "File Management" : "Кіраванне файламі", "Home" : "Дадому", + "Target folder does not exist any more" : "Мэтавая папка больш не існуе", "Reload current directory" : "Перазагрузіць бягучы каталог", "Go to the \"{dir}\" directory" : "Перайсці да каталога \"{dir}\"", "Drag and drop files here to upload" : "Перацягніце файлы сюды, каб запампаваць іх", @@ -61,9 +62,14 @@ OC.L10N.register( "Folder is loading" : "Папка загружаецца", "Filename" : "Назва файла", "Folder name" : "Назва папкі", + "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" перайменаваны ў \"{newName}\"", "Rename file" : "Перайменаваць файл", "Folder" : "Папка", "Unknown file type" : "Невядомы тып файла", + "{ext} image" : "Відарыс {ext}", + "{ext} video" : "Відэа {ext}", + "{ext} audio" : "Аўдыя {ext} ", + "{ext} text" : "Тэкст {ext}", "Pending" : "У чаканні", "Unknown date" : "Невядомая дата", "Clear filter" : "Ачысціць фільтр", @@ -240,6 +246,7 @@ OC.L10N.register( "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл і 1 папка","{fileCount} файлы і 1 папка","{fileCount} файлаў і 1 папка","{fileCount} файлаў і 1 папка"], "All folders" : "Усе папкі", "Personal Files" : "Асабістыя файлы", - "Text file" : "Тэкставы файл" + "Text file" : "Тэкставы файл", + "%1$s (renamed)" : "%1$s (перайменаваны)" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files/l10n/be.json b/apps/files/l10n/be.json index 4ab7c807963..574986cfa04 100644 --- a/apps/files/l10n/be.json +++ b/apps/files/l10n/be.json @@ -50,6 +50,7 @@ "Files compatibility" : "Сумяшчальнасць файлаў", "File Management" : "Кіраванне файламі", "Home" : "Дадому", + "Target folder does not exist any more" : "Мэтавая папка больш не існуе", "Reload current directory" : "Перазагрузіць бягучы каталог", "Go to the \"{dir}\" directory" : "Перайсці да каталога \"{dir}\"", "Drag and drop files here to upload" : "Перацягніце файлы сюды, каб запампаваць іх", @@ -59,9 +60,14 @@ "Folder is loading" : "Папка загружаецца", "Filename" : "Назва файла", "Folder name" : "Назва папкі", + "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" перайменаваны ў \"{newName}\"", "Rename file" : "Перайменаваць файл", "Folder" : "Папка", "Unknown file type" : "Невядомы тып файла", + "{ext} image" : "Відарыс {ext}", + "{ext} video" : "Відэа {ext}", + "{ext} audio" : "Аўдыя {ext} ", + "{ext} text" : "Тэкст {ext}", "Pending" : "У чаканні", "Unknown date" : "Невядомая дата", "Clear filter" : "Ачысціць фільтр", @@ -238,6 +244,7 @@ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл і 1 папка","{fileCount} файлы і 1 папка","{fileCount} файлаў і 1 папка","{fileCount} файлаў і 1 папка"], "All folders" : "Усе папкі", "Personal Files" : "Асабістыя файлы", - "Text file" : "Тэкставы файл" + "Text file" : "Тэкставы файл", + "%1$s (renamed)" : "%1$s (перайменаваны)" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index f47f58c3e5b..df811a5020e 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -142,6 +142,7 @@ OC.L10N.register( "Create new folder" : "Nieuwe map aanmaken", "This name is already in use." : "De naam is al in gebruik.", "Create" : "Aanmaken", + "Files starting with a dot are hidden by default" : "Bestanden die met een punt beginnen, worden standaard verborgen", "Fill template fields" : "Vul de velden van het sjabloon in", "Submitting fields …" : "Velden verwerken ...", "Submit" : "Verwerken", @@ -201,16 +202,21 @@ OC.L10N.register( "Sort favorites first" : "Sorteer eerst favorieten", "Sort folders before files" : "Sorteer mappen voor bestanden", "Enable folder tree" : "Mappenboom inschakelen", + "Visual settings" : "Visuele instellingen", "Show hidden files" : "Toon verborgen bestanden", "Show file type column" : "Toon bestandstypekolom", "Crop image previews" : "Snij afbeeldingvoorbeelden bij", + "Show files extensions" : "Bestanden extensies weergeven", "Additional settings" : "Aanvullende instellingen", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "Kopiëren naar het klembord", + "Use this address to access your Files via WebDAV." : "Gebruik dit adres om toegang te krijgen tot je bestanden via WebDAV.", + "Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Tweefactorauthenticatie is ingeschakeld voor jouw account en daarom moet je een app-wachtwoord gebruiken om een externe WebDAV-client aan te sluiten.", "Warnings" : "Waarschuwingen", "Prevent warning dialogs from open or reenable them." : "Voorkom dat waarschuwingsvensters worden geopend of schakel ze opnieuw in.", "Show a warning dialog when changing a file extension." : "Een waarschuwingsvenster tonen bij het wijzigen van een bestandsextensie.", + "Show a warning dialog when deleting files." : "Een waarschuwingsdialoogvenster tonen bij het verwijderen van bestanden.", "Keyboard shortcuts" : "Toetsenbord sneltoetsen", "Speed up your Files experience with these quick shortcuts." : "Verbeter je interactie met bestanden met deze snelkoppelingen.", "Open the actions menu for a file" : "Open het actiemenu voor een bestand", @@ -235,6 +241,7 @@ OC.L10N.register( "Show those shortcuts" : "Toon die snelkoppelingen", "You" : "Jij", "Shared multiple times with different people" : "Meerdere keren gedeeld met verschillende mensen", + "Unable to change the favorite state of the file" : "Kan de favoriete status van het bestand niet wijzigen", "Error while loading the file data" : "Fout bij het lezen van de bestandsgegevens", "Owner" : "Eigenaar", "Remove from favorites" : "Verwijderen uit favorieten", @@ -278,6 +285,8 @@ OC.L10N.register( "Download" : "Downloaden", "Moving \"{source}\" to \"{destination}\" …" : "Verplaatsen \"{source}\" naar \"{destination}\" …", "Copying \"{source}\" to \"{destination}\" …" : "Kopiëren \"{source}\" naar \"{destination}\" …", + "Destination is not a folder" : "Bestemming is geen map", + "This file/folder is already in that directory" : "Dit bestand/deze map staat al in die map", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Je kan een bestand/map niet verplaatsen naar zichzelf of naar een subfolder van zichzelf.", "(copy)" : "(kopieer)", "(copy %n)" : "(kopieer %n)", @@ -325,6 +334,7 @@ OC.L10N.register( "Templates" : "Sjablonen", "New template folder" : "Nieuwe sjablonenmap", "In folder" : "In map", + "Search in all files" : "Zoeken in alle bestanden", "Search in folder: {folder}" : "Zoeken in map: {folder}", "One of the dropped files could not be processed" : "Een van de bestanden kon niet verwerkt worden.", "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Je browser ondersteund de Filesystem API niet. Mappen worden niet geüpload", @@ -358,6 +368,7 @@ OC.L10N.register( "No favorites yet" : "Nog geen favorieten", "Files and folders you mark as favorite will show up here" : "Bestanden en mappen die je als favoriet aanmerkt, worden hier getoond", "List of your files and folders." : "Lijst van je bestanden en mappen.", + "Folder tree" : "Mapboom", "List of your files and folders that are not shared." : "Lijst van je bestanden en mappen die niet gedeeld zijn.", "No personal files found" : "Geen persoonlijke bestanden gevonden", "Files that are not shared will show up here." : "Niet-gedeelde bestanden worden hier getoond.", @@ -366,6 +377,7 @@ OC.L10N.register( "No recently modified files" : "Geen recent gewijzigde bestanden", "Files and folders you recently modified will show up here." : "Bestanden en mappen die je recent gewijzigd hebt, worden hier getoond.", "Search" : "Zoeken", + "Search results within your files." : "Zoekresultaten binnen jouw bestanden.", "No entries found in this folder" : "Niets gevonden in deze map", "Select all" : "Alles selecteren", "Upload too large" : "Upload is te groot", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 86453ae1f00..268c846a8fb 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -140,6 +140,7 @@ "Create new folder" : "Nieuwe map aanmaken", "This name is already in use." : "De naam is al in gebruik.", "Create" : "Aanmaken", + "Files starting with a dot are hidden by default" : "Bestanden die met een punt beginnen, worden standaard verborgen", "Fill template fields" : "Vul de velden van het sjabloon in", "Submitting fields …" : "Velden verwerken ...", "Submit" : "Verwerken", @@ -199,16 +200,21 @@ "Sort favorites first" : "Sorteer eerst favorieten", "Sort folders before files" : "Sorteer mappen voor bestanden", "Enable folder tree" : "Mappenboom inschakelen", + "Visual settings" : "Visuele instellingen", "Show hidden files" : "Toon verborgen bestanden", "Show file type column" : "Toon bestandstypekolom", "Crop image previews" : "Snij afbeeldingvoorbeelden bij", + "Show files extensions" : "Bestanden extensies weergeven", "Additional settings" : "Aanvullende instellingen", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "Kopiëren naar het klembord", + "Use this address to access your Files via WebDAV." : "Gebruik dit adres om toegang te krijgen tot je bestanden via WebDAV.", + "Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Tweefactorauthenticatie is ingeschakeld voor jouw account en daarom moet je een app-wachtwoord gebruiken om een externe WebDAV-client aan te sluiten.", "Warnings" : "Waarschuwingen", "Prevent warning dialogs from open or reenable them." : "Voorkom dat waarschuwingsvensters worden geopend of schakel ze opnieuw in.", "Show a warning dialog when changing a file extension." : "Een waarschuwingsvenster tonen bij het wijzigen van een bestandsextensie.", + "Show a warning dialog when deleting files." : "Een waarschuwingsdialoogvenster tonen bij het verwijderen van bestanden.", "Keyboard shortcuts" : "Toetsenbord sneltoetsen", "Speed up your Files experience with these quick shortcuts." : "Verbeter je interactie met bestanden met deze snelkoppelingen.", "Open the actions menu for a file" : "Open het actiemenu voor een bestand", @@ -233,6 +239,7 @@ "Show those shortcuts" : "Toon die snelkoppelingen", "You" : "Jij", "Shared multiple times with different people" : "Meerdere keren gedeeld met verschillende mensen", + "Unable to change the favorite state of the file" : "Kan de favoriete status van het bestand niet wijzigen", "Error while loading the file data" : "Fout bij het lezen van de bestandsgegevens", "Owner" : "Eigenaar", "Remove from favorites" : "Verwijderen uit favorieten", @@ -276,6 +283,8 @@ "Download" : "Downloaden", "Moving \"{source}\" to \"{destination}\" …" : "Verplaatsen \"{source}\" naar \"{destination}\" …", "Copying \"{source}\" to \"{destination}\" …" : "Kopiëren \"{source}\" naar \"{destination}\" …", + "Destination is not a folder" : "Bestemming is geen map", + "This file/folder is already in that directory" : "Dit bestand/deze map staat al in die map", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Je kan een bestand/map niet verplaatsen naar zichzelf of naar een subfolder van zichzelf.", "(copy)" : "(kopieer)", "(copy %n)" : "(kopieer %n)", @@ -323,6 +332,7 @@ "Templates" : "Sjablonen", "New template folder" : "Nieuwe sjablonenmap", "In folder" : "In map", + "Search in all files" : "Zoeken in alle bestanden", "Search in folder: {folder}" : "Zoeken in map: {folder}", "One of the dropped files could not be processed" : "Een van de bestanden kon niet verwerkt worden.", "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Je browser ondersteund de Filesystem API niet. Mappen worden niet geüpload", @@ -356,6 +366,7 @@ "No favorites yet" : "Nog geen favorieten", "Files and folders you mark as favorite will show up here" : "Bestanden en mappen die je als favoriet aanmerkt, worden hier getoond", "List of your files and folders." : "Lijst van je bestanden en mappen.", + "Folder tree" : "Mapboom", "List of your files and folders that are not shared." : "Lijst van je bestanden en mappen die niet gedeeld zijn.", "No personal files found" : "Geen persoonlijke bestanden gevonden", "Files that are not shared will show up here." : "Niet-gedeelde bestanden worden hier getoond.", @@ -364,6 +375,7 @@ "No recently modified files" : "Geen recent gewijzigde bestanden", "Files and folders you recently modified will show up here." : "Bestanden en mappen die je recent gewijzigd hebt, worden hier getoond.", "Search" : "Zoeken", + "Search results within your files." : "Zoekresultaten binnen jouw bestanden.", "No entries found in this folder" : "Niets gevonden in deze map", "Select all" : "Alles selecteren", "Upload too large" : "Upload is te groot", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index dfb00ab299c..e12a382ba5b 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -368,6 +368,7 @@ OC.L10N.register( "No favorites yet" : "В избранное ещё ничего не добавлено ", "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "List of your files and folders." : "Список ваших файлов и каталогов.", + "Folder tree" : "Дерево папок", "List of your files and folders that are not shared." : "Список ваших неопубликованных файлов и папок.", "No personal files found" : "Личные файлы не найдены", "Files that are not shared will show up here." : "Файлы, которые не опубликованы, показаны здесь.", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 6b654cf6293..760f7c708b6 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -366,6 +366,7 @@ "No favorites yet" : "В избранное ещё ничего не добавлено ", "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "List of your files and folders." : "Список ваших файлов и каталогов.", + "Folder tree" : "Дерево папок", "List of your files and folders that are not shared." : "Список ваших неопубликованных файлов и папок.", "No personal files found" : "Личные файлы не найдены", "Files that are not shared will show up here." : "Файлы, которые не опубликованы, показаны здесь.", diff --git a/apps/files/l10n/sw.js b/apps/files/l10n/sw.js index 5c17b63bf8c..a19c26bde65 100644 --- a/apps/files/l10n/sw.js +++ b/apps/files/l10n/sw.js @@ -368,6 +368,7 @@ OC.L10N.register( "No favorites yet" : "Bado hakuna vinavyopendwa", "Files and folders you mark as favorite will show up here" : "Faili na visunduku ulivyoweka alama kama vipendwa vitaonekana hapa", "List of your files and folders." : "Orodha ya faili na vikasha vyako", + "Folder tree" : "Mti wa folda", "List of your files and folders that are not shared." : "Orodha ya faili na vikasha ambavyo havijashirikishwa", "No personal files found" : "Hakuna faili binafsi zilizopatikana", "Files that are not shared will show up here." : "Faili ambazo hazija shirikishwa zitaonekana hapa", diff --git a/apps/files/l10n/sw.json b/apps/files/l10n/sw.json index d87cd053623..eb0d873d19d 100644 --- a/apps/files/l10n/sw.json +++ b/apps/files/l10n/sw.json @@ -366,6 +366,7 @@ "No favorites yet" : "Bado hakuna vinavyopendwa", "Files and folders you mark as favorite will show up here" : "Faili na visunduku ulivyoweka alama kama vipendwa vitaonekana hapa", "List of your files and folders." : "Orodha ya faili na vikasha vyako", + "Folder tree" : "Mti wa folda", "List of your files and folders that are not shared." : "Orodha ya faili na vikasha ambavyo havijashirikishwa", "No personal files found" : "Hakuna faili binafsi zilizopatikana", "Files that are not shared will show up here." : "Faili ambazo hazija shirikishwa zitaonekana hapa", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index f52260d6293..1fec104d77d 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -368,6 +368,7 @@ OC.L10N.register( "No favorites yet" : "尚無最愛", "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", "List of your files and folders." : "您的檔案與資料夾清單。", + "Folder tree" : "資料夾樹", "List of your files and folders that are not shared." : "未分享的檔案與資料夾清單。", "No personal files found" : "找不到個人檔案", "Files that are not shared will show up here." : "尚未分享的檔案將會顯示在此處。", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index a89b647ba40..a1a92d9d4f3 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -366,6 +366,7 @@ "No favorites yet" : "尚無最愛", "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", "List of your files and folders." : "您的檔案與資料夾清單。", + "Folder tree" : "資料夾樹", "List of your files and folders that are not shared." : "未分享的檔案與資料夾清單。", "No personal files found" : "找不到個人檔案", "Files that are not shared will show up here." : "尚未分享的檔案將會顯示在此處。", diff --git a/apps/files_trashbin/l10n/lv.js b/apps/files_trashbin/l10n/lv.js new file mode 100644 index 00000000000..48a4a93e8e1 --- /dev/null +++ b/apps/files_trashbin/l10n/lv.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "files_trashbin", + { + "restored" : "atjaunots", + "Deleted files" : "Izdzēstās datnes", + "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Atkritnē esošās izdzēstās datnes un mapes (var izbeigties izgūšanas laikā, ja trūkst krātuves vietas)", + "This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Šī lietotne sniedz cilvēkiem iespēju atjaunot datnes, kas tika izdzēstas no sistēmas. Tā tīmekļa saskarnē attēlo izdzēsto datņu sarakstu, un tai ir iespējas tās atjaunot cilvēku datņu mapēs vai neatgriezeniski noņemt no sistēmas. Datnes atjaunošana atjauno arī saistītās datnes versijas, ja ir iespējota versiju lietotne. Kad datne tiek izdzēsta no koplietojuma, to var atjaunot tādā pašā veidā, tomēr tā vairs nebūs koplietota. Pēc noklusējuma izdzēstās datnes atkritnē atrodas 30 dienas.\nLai novērstu konta diska vietas pārtēriņu, izdzēstās datnes neaizņems vairāk kā 50% no pašreiz pieejamās brīvās vietas izdzēstajām datnēm. Ja izdzēstās datnes pārsniegs šo ierobežojumu, lietotne izdzēsīs vecākās datnes, līdz tajā atkal iekļausies. Vairāk informācijas ir pieejama izdzēsto datņu dokumentācijā.", + "Restore" : "Atjaunot", + "Empty deleted files" : "Iztukšot izdzēstās datnes", + "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Vai tiešām neatgriezeniski izdzēst visas atkritnē esošās datnes un mapes? To nevar atdarīt.", + "Cancel" : "Atcelt", + "Deleted" : "Izdzēsts", + "Unknown" : "Nezināms", + "All files" : "Visas datnes", + "No deleted files" : "Nav izdzēstu datņu", + "Files and folders you have deleted will show up here" : "Datnes un mapes, ko izdzēsi, parādīsies šeit" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_trashbin/l10n/lv.json b/apps/files_trashbin/l10n/lv.json new file mode 100644 index 00000000000..91aa7f8b0a1 --- /dev/null +++ b/apps/files_trashbin/l10n/lv.json @@ -0,0 +1,16 @@ +{ "translations": { + "restored" : "atjaunots", + "Deleted files" : "Izdzēstās datnes", + "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Atkritnē esošās izdzēstās datnes un mapes (var izbeigties izgūšanas laikā, ja trūkst krātuves vietas)", + "This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Šī lietotne sniedz cilvēkiem iespēju atjaunot datnes, kas tika izdzēstas no sistēmas. Tā tīmekļa saskarnē attēlo izdzēsto datņu sarakstu, un tai ir iespējas tās atjaunot cilvēku datņu mapēs vai neatgriezeniski noņemt no sistēmas. Datnes atjaunošana atjauno arī saistītās datnes versijas, ja ir iespējota versiju lietotne. Kad datne tiek izdzēsta no koplietojuma, to var atjaunot tādā pašā veidā, tomēr tā vairs nebūs koplietota. Pēc noklusējuma izdzēstās datnes atkritnē atrodas 30 dienas.\nLai novērstu konta diska vietas pārtēriņu, izdzēstās datnes neaizņems vairāk kā 50% no pašreiz pieejamās brīvās vietas izdzēstajām datnēm. Ja izdzēstās datnes pārsniegs šo ierobežojumu, lietotne izdzēsīs vecākās datnes, līdz tajā atkal iekļausies. Vairāk informācijas ir pieejama izdzēsto datņu dokumentācijā.", + "Restore" : "Atjaunot", + "Empty deleted files" : "Iztukšot izdzēstās datnes", + "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Vai tiešām neatgriezeniski izdzēst visas atkritnē esošās datnes un mapes? To nevar atdarīt.", + "Cancel" : "Atcelt", + "Deleted" : "Izdzēsts", + "Unknown" : "Nezināms", + "All files" : "Visas datnes", + "No deleted files" : "Nav izdzēstu datņu", + "Files and folders you have deleted will show up here" : "Datnes un mapes, ko izdzēsi, parādīsies šeit" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/provisioning_api/l10n/ru.js b/apps/provisioning_api/l10n/ru.js index 7fa4c8d7e81..1ba160a590b 100644 --- a/apps/provisioning_api/l10n/ru.js +++ b/apps/provisioning_api/l10n/ru.js @@ -13,6 +13,7 @@ OC.L10N.register( "Invalid password value" : "Некорректное значение пароля", "An email address is required, to send a password link to the user." : "Требуется адрес электронной почты для отправки ссылки на установку пароля пользователю.", "Required email address was not provided" : "Не указан обязательный адрес электронной почты", + "User creation failed" : "Не удалось создать пользователя", "Invalid quota value: %1$s" : "Недопустимое значение квоты: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "Недопустимое значение квоты.%1$s превышает максимальное значение", "Unlimited quota is forbidden on this instance" : "Безлимитная квота запрещена в этом инстансе", diff --git a/apps/provisioning_api/l10n/ru.json b/apps/provisioning_api/l10n/ru.json index 41989b6ba29..35f64d94497 100644 --- a/apps/provisioning_api/l10n/ru.json +++ b/apps/provisioning_api/l10n/ru.json @@ -11,6 +11,7 @@ "Invalid password value" : "Некорректное значение пароля", "An email address is required, to send a password link to the user." : "Требуется адрес электронной почты для отправки ссылки на установку пароля пользователю.", "Required email address was not provided" : "Не указан обязательный адрес электронной почты", + "User creation failed" : "Не удалось создать пользователя", "Invalid quota value: %1$s" : "Недопустимое значение квоты: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "Недопустимое значение квоты.%1$s превышает максимальное значение", "Unlimited quota is forbidden on this instance" : "Безлимитная квота запрещена в этом инстансе", diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index 91018a0d028..7128f897132 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -685,8 +685,8 @@ OC.L10N.register( "Language" : "Llengua", "Set default language" : "Estableix la llengua predeterminada", "Add new account" : "Addició d'un compte nou", - "_{userCount} account …_::_{userCount} accounts …_" : ["compte de {userCount} …","comptes de {userCount} …"], - "_{userCount} account_::_{userCount} accounts_" : ["compte de {userCount}","comptes de {userCount}"], + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} compte…","{userCount} comptes…"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} compte","{userCount} comptes"], "Total rows summary" : "Resum de totes les files", "Scroll to load more rows" : "Desplaceu-vos per carregar més files", "Password or insufficient permissions message" : "Contrasenya o missatge de permisos insuficients", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index e6cf7977103..b6342c3fdef 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -683,8 +683,8 @@ "Language" : "Llengua", "Set default language" : "Estableix la llengua predeterminada", "Add new account" : "Addició d'un compte nou", - "_{userCount} account …_::_{userCount} accounts …_" : ["compte de {userCount} …","comptes de {userCount} …"], - "_{userCount} account_::_{userCount} accounts_" : ["compte de {userCount}","comptes de {userCount}"], + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} compte…","{userCount} comptes…"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} compte","{userCount} comptes"], "Total rows summary" : "Resum de totes les files", "Scroll to load more rows" : "Desplaceu-vos per carregar més files", "Password or insufficient permissions message" : "Contrasenya o missatge de permisos insuficients", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 6e508d71e6e..9d9d37ffdff 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -660,7 +660,7 @@ OC.L10N.register( "Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden", "she/her" : "sie/ihr", "he/him" : "er/sein", - "they/them" : "sie/ihnen", + "they/them" : "they/them", "Your pronouns. E.g. {pronounsExample}" : "Ihre Pronomen. Z. B. {pronounsExample}", "Your role" : "Ihre Funktion", "Your X (formerly Twitter) handle" : "Ihr X (früher Twitter)-Handle", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 78f70927c19..5136fbbdf30 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -658,7 +658,7 @@ "Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden", "she/her" : "sie/ihr", "he/him" : "er/sein", - "they/them" : "sie/ihnen", + "they/them" : "they/them", "Your pronouns. E.g. {pronounsExample}" : "Ihre Pronomen. Z. B. {pronounsExample}", "Your role" : "Ihre Funktion", "Your X (formerly Twitter) handle" : "Ihr X (früher Twitter)-Handle", diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js index 967ff5dd9e2..72737da6f8f 100644 --- a/apps/settings/l10n/lv.js +++ b/apps/settings/l10n/lv.js @@ -14,11 +14,13 @@ OC.L10N.register( "Groups" : "Grupas", "Group list is empty" : "Grupu saraksts ir tukšš", "Unable to retrieve the group list" : "Nevarēja saņemt grupu sarakstu", - "{actor} changed your password" : "{actor] nomainīja Tavu paroli", + "{actor} changed your password" : "{actor} nomainīja Tavu paroli", "You changed your password" : "Tu nomainīji savu paroli", "{actor} changed your email address" : "{actor} nomainīja Tavu e-pasta adresi", "You changed your email address" : "Tu nomainīji savu e-pasta adresi", "Your email address was changed by an administrator" : "Pārvaldītājs nomainīja Tavu e-pasta adresi", + "You created an app password for a session named \"{token}\"" : "Tu izveidoji lietotnes paroli sesijai ar nosaukumu \"{token}\"", + "You deleted app password \"{token}\"" : "Tu izdzēsi lietotnes paroli \"{token}\"", "You renamed app password \"{token}\" to \"{newToken}\"" : "Tu pārdēvēji lietotnes paroli \"{token}\" par \"{newToken}\"", "Security" : "Drošība", "You successfully logged in using two-factor authentication (%1$s)" : "Sekmīga pieteikšanās ar divpakāpju autentificēšanos (%1$s)", @@ -44,7 +46,7 @@ OC.L10N.register( "Your password on %s was changed." : "Tava %s parole tika nomainīta.", "Your email address on %s was changed." : "Tava %s e-pasta adrese tika nomainīta.", "Your email address on %s was changed by an administrator." : "Pārvaldītājs nomainīja Tavu %s e-pasta adresi", - "Your %s account was created" : "Konts %s ir izveidots", + "Your %s account was created" : "Tavs %s konts tika izveidots", "Apps" : "Lietotnes", "Personal" : "Personīgi", "Administration" : "Pārvaldīšana", @@ -89,6 +91,7 @@ OC.L10N.register( "Featured" : "Izcelta", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Izceltās lietotnes ir kopienas izstrādātas. Tās sniedz centrālu funkcionalitāte un ir gatavas izmantošanai produkcijā.", "Download and enable all" : "Lejupielādēt un iespējot visu", + "All apps are up-to-date." : "Visas lietotnes ir atjauninātas.", "Icon" : "Ikona", "Name" : "Nosaukums", "Version" : "Versija", @@ -102,7 +105,7 @@ OC.L10N.register( "Loading" : "Ielādē", "Type" : "Veids", "Display Name" : "Attēlojamais vārds", - "Learn more" : "Uzziniet vairāk", + "Learn more" : "Uzzināt vairāk", "Confirm" : "Apstiprināt", "Cancel" : "Atcelt", "Description" : "Apraksts", @@ -142,7 +145,7 @@ OC.L10N.register( "Password confirmation is required" : "Nepieciešams paroles apstiprinājums", "Server-side encryption" : "Servera šifrēšana", "Enable server-side encryption" : "Ieslēgt servera šifrēšanu", - "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts šifrēšanas moduļis, lūdzu, aktivizējiet šifrēšanas moduli lietotņu izvēlnē.", + "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts neviens šifrēšanas modulis, lūgums iespējot šifrēšanas moduli lietotņu izvēlnē.", "Select default encryption module:" : "Atlasīt noklusējuma šifrēšanas moduli:", "Enable encryption" : "Ieslēgt šifrēšanu", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Šifrēšana vien negarantē sistēmas drošību. Skatiet dokumentāciju, lai iegūtu papildinformāciju par šifrēšanas lietotnes izmantošanu un atbalstītajiem izmantošanas veidiem.", @@ -161,7 +164,7 @@ OC.L10N.register( "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Tu izmanto {s}{usage}{/s} no {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "You are a member of the following groups:" : "Tu esi zemāk uzskaitīto kopu dalībnieks:", "This address is not confirmed" : "Šī adrese nav apstiprināta", - "Primary email for password reset and notifications" : "Primārā e-pasta adrese paroles atjaunošanai un paziņojumiem", + "Primary email for password reset and notifications" : "Galvenā e-pasta adrese paroles atiestatīšanai un paziņojumiem", "No email address set" : "Nav norādīts e-pasts", "Help translate" : "Palīdzi tulkot", "Unable to update locale" : "Nevarēja atjaunināt lokalizāciju", @@ -222,6 +225,7 @@ OC.L10N.register( "Hide" : "Paslēpt", "Download and enable" : "Lejupielādēt un iespējot", "Disable" : "Deaktivēt", + "Allow untested app" : "Atļaut nepārbaudītu lietotni", "Unknown" : "Nezināms", "Never" : "Nekad", "Do you really want to wipe your data from this device?" : "Vai tiešām izdzēst datus šajā ierīcē?", diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json index 6f58b2bb0d9..a12bc0c0cc2 100644 --- a/apps/settings/l10n/lv.json +++ b/apps/settings/l10n/lv.json @@ -12,11 +12,13 @@ "Groups" : "Grupas", "Group list is empty" : "Grupu saraksts ir tukšš", "Unable to retrieve the group list" : "Nevarēja saņemt grupu sarakstu", - "{actor} changed your password" : "{actor] nomainīja Tavu paroli", + "{actor} changed your password" : "{actor} nomainīja Tavu paroli", "You changed your password" : "Tu nomainīji savu paroli", "{actor} changed your email address" : "{actor} nomainīja Tavu e-pasta adresi", "You changed your email address" : "Tu nomainīji savu e-pasta adresi", "Your email address was changed by an administrator" : "Pārvaldītājs nomainīja Tavu e-pasta adresi", + "You created an app password for a session named \"{token}\"" : "Tu izveidoji lietotnes paroli sesijai ar nosaukumu \"{token}\"", + "You deleted app password \"{token}\"" : "Tu izdzēsi lietotnes paroli \"{token}\"", "You renamed app password \"{token}\" to \"{newToken}\"" : "Tu pārdēvēji lietotnes paroli \"{token}\" par \"{newToken}\"", "Security" : "Drošība", "You successfully logged in using two-factor authentication (%1$s)" : "Sekmīga pieteikšanās ar divpakāpju autentificēšanos (%1$s)", @@ -42,7 +44,7 @@ "Your password on %s was changed." : "Tava %s parole tika nomainīta.", "Your email address on %s was changed." : "Tava %s e-pasta adrese tika nomainīta.", "Your email address on %s was changed by an administrator." : "Pārvaldītājs nomainīja Tavu %s e-pasta adresi", - "Your %s account was created" : "Konts %s ir izveidots", + "Your %s account was created" : "Tavs %s konts tika izveidots", "Apps" : "Lietotnes", "Personal" : "Personīgi", "Administration" : "Pārvaldīšana", @@ -87,6 +89,7 @@ "Featured" : "Izcelta", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Izceltās lietotnes ir kopienas izstrādātas. Tās sniedz centrālu funkcionalitāte un ir gatavas izmantošanai produkcijā.", "Download and enable all" : "Lejupielādēt un iespējot visu", + "All apps are up-to-date." : "Visas lietotnes ir atjauninātas.", "Icon" : "Ikona", "Name" : "Nosaukums", "Version" : "Versija", @@ -100,7 +103,7 @@ "Loading" : "Ielādē", "Type" : "Veids", "Display Name" : "Attēlojamais vārds", - "Learn more" : "Uzziniet vairāk", + "Learn more" : "Uzzināt vairāk", "Confirm" : "Apstiprināt", "Cancel" : "Atcelt", "Description" : "Apraksts", @@ -140,7 +143,7 @@ "Password confirmation is required" : "Nepieciešams paroles apstiprinājums", "Server-side encryption" : "Servera šifrēšana", "Enable server-side encryption" : "Ieslēgt servera šifrēšanu", - "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts šifrēšanas moduļis, lūdzu, aktivizējiet šifrēšanas moduli lietotņu izvēlnē.", + "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts neviens šifrēšanas modulis, lūgums iespējot šifrēšanas moduli lietotņu izvēlnē.", "Select default encryption module:" : "Atlasīt noklusējuma šifrēšanas moduli:", "Enable encryption" : "Ieslēgt šifrēšanu", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Šifrēšana vien negarantē sistēmas drošību. Skatiet dokumentāciju, lai iegūtu papildinformāciju par šifrēšanas lietotnes izmantošanu un atbalstītajiem izmantošanas veidiem.", @@ -159,7 +162,7 @@ "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Tu izmanto {s}{usage}{/s} no {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "You are a member of the following groups:" : "Tu esi zemāk uzskaitīto kopu dalībnieks:", "This address is not confirmed" : "Šī adrese nav apstiprināta", - "Primary email for password reset and notifications" : "Primārā e-pasta adrese paroles atjaunošanai un paziņojumiem", + "Primary email for password reset and notifications" : "Galvenā e-pasta adrese paroles atiestatīšanai un paziņojumiem", "No email address set" : "Nav norādīts e-pasts", "Help translate" : "Palīdzi tulkot", "Unable to update locale" : "Nevarēja atjaunināt lokalizāciju", @@ -220,6 +223,7 @@ "Hide" : "Paslēpt", "Download and enable" : "Lejupielādēt un iespējot", "Disable" : "Deaktivēt", + "Allow untested app" : "Atļaut nepārbaudītu lietotni", "Unknown" : "Nezināms", "Never" : "Nekad", "Do you really want to wipe your data from this device?" : "Vai tiešām izdzēst datus šajā ierīcē?", diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 34062ae3b2e..14c06a47855 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -104,6 +104,7 @@ OC.L10N.register( "Set your password" : "Stel je wachtwoord in", "Go to %s" : "Ga naar %s", "Install Client" : "Installeer Client", + "Logged in account must be a sub admin" : "Ingelogd account moet een subbeheerder zijn", "Apps" : "Apps", "Personal" : "Persoonlijk", "Administration" : "Beheer", @@ -121,6 +122,7 @@ OC.L10N.register( "Mobile & desktop" : "Mobiel & desktop", "Email server" : "E-mailserver", "Mail Providers" : "Mail-providers", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "Mailprovider maakt het mogelijk e-mails rechtstreeks via het persoonlijke e-mailaccount van de gebruiker te verzenden. Momenteel is deze functionaliteit beperkt tot agenda-uitnodigingen. Het vereist Nextcloud Mail 4.1 en een e-mailaccount in Nextcloud Mail dat overeenkomt met het e-mailadres van de gebruiker in Nextcloud.", "Send emails using" : "E-mail verzenden met", "User's email account" : "E-mailaccount gebruiker", "System email account" : "E-mailaccount systeem", @@ -129,6 +131,7 @@ OC.L10N.register( "Unlimited" : "Ongelimiteerd", "Verifying" : "Controleer", "Allowed admin IP ranges" : "Toegestane beheerder IP-reeksen", + "Admin IP filtering isn't applied." : "Admin IP-filtering wordt niet toegepast.", "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Configuratiesleutel \"%1$s\" verwacht een array (%2$s gevonden). Validatie van beheerder IP-bereik wordt niet toegepast.", "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Configuratiesleutel \"%1$s\" bevat ongeldig(e) IP-bereik(en): \"%2$s\"", "Admin IP filtering is correctly configured." : "Beheerder IP-filtering is juist geconfigureerd.", @@ -139,6 +142,9 @@ OC.L10N.register( "Your remote address could not be determined." : "Je remote adres kon niet bepaald worden", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Je remote adres is geregistreerd als \"%s\" en wordt op dit moment afgeremd ter bescherming van bruteforce aanvallen. Dit verlaagt de performantie van verschillende aanvragen. Als het remote adres niet uw adres is kan dit wijzen op een verkeerd ingestelde proxy. ", "Your remote address \"%s\" is not brute-force throttled." : "Je remote adres %s is niet bruteforce begrensd.", + "Old administration imported certificates" : "Oude administratie geïmporteerde certificaten", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Er is een achtergrondtaak in behandeling die controleert op het beheer van geïmporteerde SSL-certificaten. Kom later nog eens terug.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Er zijn enkele door de administratie geïmporteerde SSL-certificaten aanwezig die niet meer worden gebruikt bij Nextcloud 21. Ze kunnen op de opdrachtregel worden geïmporteerd via het commando \"occ security: certificates: import\". Hun paden binnen de datadirectory worden hieronder weergegeven.", "Code integrity" : "Integriteit code", "Integrity checker has been disabled. Integrity cannot be verified." : "Integriteitscontrole is uitgeschakeld. Integriteit kan niet gecontroleerd worden.", "No altered files" : "Geen gewijzigde bestanden", @@ -146,6 +152,7 @@ OC.L10N.register( "Cron errors" : "Cron fouten", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:\n%s", "The last cron job ran without errors." : "De laatste crontaak liep zonder fouten.", + "Cron last run" : "Cron laatste run", "Last background job execution ran %s. Something seems wrong. {link}." : "Laatste achtegrondtaak liep%s. Er ging iets fout. {link}", "Last background job execution ran %s." : "Laatste achtergrondtaak liep %s.", "Data directory protected" : "Datamap is beveiligd", @@ -156,9 +163,16 @@ OC.L10N.register( "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", "Database missing indices" : "Database mist indexen", "Missing indices:" : "Ontbrekende indexen:", + "\"%s\" in table \"%s\"" : "\"%s\" in tabel \"%s\"", + "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them." : "Enkele ontbrekende optionele indices gedetecteerd. Af en toe worden er nieuwe indices toegevoegd (door Nextcloud of geïnstalleerde applicaties) om de databaseprestaties te verbeteren. Het toevoegen van indices kan soms een tijdje duren en de prestaties tijdelijk schaden, dus dit gebeurt niet automatisch tijdens upgrades. Zodra de indices zijn toegevoegd, moeten zoekopdrachten naar die tabellen sneller zijn. Gebruik de opdracht `occ db:add-missing-indices` om ze toe te voegen.", "Database missing primary keys" : "Database mist primaire sleutels", + "Missing primary key on table \"%s\"." : "Ontbrekende primaire sleutel op tabel \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", - "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Deze instantie draait in debug modus. Gelieve deze modus enkel te gebruiken voor lokale ontwikkeling, en niet in productie omgevingen.", + "Database pending bigint migrations" : "Database in afwachting van bigint-migraties", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Sommige kolommen in de database missen een conversie naar big int. Omdat het veranderen van kolomtypen op grote tabellen enige tijd kon duren, werden ze niet automatisch gewijzigd. Door \"occ db: convert-filecache-bigint\" uit te voeren, kunnen de hangende wijzigingen handmatig worden toegepast. Deze bewerking moet worden uitgevoerd terwijl de instantie offline is.", + "Debug mode" : "Foutopsporingsmodus", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Deze instantie draait in foutopsporingsmodus. Gelieve deze modus enkel te gebruiken voor lokale ontwikkeling, en niet in productie omgevingen.", + "Debug mode is disabled." : "Foutopsporingsmodus uitgeschakeld", "Default phone region" : "Standaard telefoonregio", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Je installatie heeft geen standaard telefoonregio. Dit is nodig om telefoonnummers te valideren in de profielinstellingen zonder landcode. Om nummers zonder landcode toe te staan, voeg je \"default_phone_region\" met de respectieve ISO 3166-1-code van de regio toe aan je configuratiebestand.", "Email test" : "E-mail test", @@ -174,8 +188,10 @@ OC.L10N.register( "Internet connectivity is disabled in configuration file." : "Verbinding met het internet is uitgeschakeld in het configuratiebestand.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Deze server heeft geen werkende internetverbinding: meerdere endpoints kunnen niet worden bereikt. Dat betekent dat sommige functies, zoals het gebruik van externe opslag, notificaties over updates of installatie van apps van derde partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als je alle functies wilt gebruiken.", "JavaScript modules support" : "JavaScript modules support", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Jouw webserver is niet ingesteld om `.js.map`-bestanden te verwerken. Zonder deze bestanden zullen JavaScript Source Maps niet goed functioneren, waardoor het een grotere uitdaging wordt om eventuele problemen op te lossen en op te sporen.", "Disabled" : "Uitgeschakeld", "The old server-side-encryption format is enabled. We recommend disabling this." : "Het oude server-side-encryptie formaat is ingeschakeld. We raden aan om dit uit te schakelen.", + "The logging level is set to debug level. Use debug level only when you have a problem to diagnose, and then reset your log level to a less-verbose level as it outputs a lot of information, and can affect your server performance." : "Het logniveau is ingesteld op foutopsporingsniveau. Gebruik het foutopsporingsniveau alleen om een probleem te diagnosticeren, en reset vervolgens uw log-niveau naar een niveau met minder informatie, omdat het veel informatie oplevert en de prestaties van uw server kan beïnvloeden.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren sterk om deze functie in te schakelen.", "Supported" : "Ondersteund", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.", diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index 028e69a3d6b..24afd1954c1 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -102,6 +102,7 @@ "Set your password" : "Stel je wachtwoord in", "Go to %s" : "Ga naar %s", "Install Client" : "Installeer Client", + "Logged in account must be a sub admin" : "Ingelogd account moet een subbeheerder zijn", "Apps" : "Apps", "Personal" : "Persoonlijk", "Administration" : "Beheer", @@ -119,6 +120,7 @@ "Mobile & desktop" : "Mobiel & desktop", "Email server" : "E-mailserver", "Mail Providers" : "Mail-providers", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "Mailprovider maakt het mogelijk e-mails rechtstreeks via het persoonlijke e-mailaccount van de gebruiker te verzenden. Momenteel is deze functionaliteit beperkt tot agenda-uitnodigingen. Het vereist Nextcloud Mail 4.1 en een e-mailaccount in Nextcloud Mail dat overeenkomt met het e-mailadres van de gebruiker in Nextcloud.", "Send emails using" : "E-mail verzenden met", "User's email account" : "E-mailaccount gebruiker", "System email account" : "E-mailaccount systeem", @@ -127,6 +129,7 @@ "Unlimited" : "Ongelimiteerd", "Verifying" : "Controleer", "Allowed admin IP ranges" : "Toegestane beheerder IP-reeksen", + "Admin IP filtering isn't applied." : "Admin IP-filtering wordt niet toegepast.", "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Configuratiesleutel \"%1$s\" verwacht een array (%2$s gevonden). Validatie van beheerder IP-bereik wordt niet toegepast.", "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Configuratiesleutel \"%1$s\" bevat ongeldig(e) IP-bereik(en): \"%2$s\"", "Admin IP filtering is correctly configured." : "Beheerder IP-filtering is juist geconfigureerd.", @@ -137,6 +140,9 @@ "Your remote address could not be determined." : "Je remote adres kon niet bepaald worden", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Je remote adres is geregistreerd als \"%s\" en wordt op dit moment afgeremd ter bescherming van bruteforce aanvallen. Dit verlaagt de performantie van verschillende aanvragen. Als het remote adres niet uw adres is kan dit wijzen op een verkeerd ingestelde proxy. ", "Your remote address \"%s\" is not brute-force throttled." : "Je remote adres %s is niet bruteforce begrensd.", + "Old administration imported certificates" : "Oude administratie geïmporteerde certificaten", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Er is een achtergrondtaak in behandeling die controleert op het beheer van geïmporteerde SSL-certificaten. Kom later nog eens terug.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Er zijn enkele door de administratie geïmporteerde SSL-certificaten aanwezig die niet meer worden gebruikt bij Nextcloud 21. Ze kunnen op de opdrachtregel worden geïmporteerd via het commando \"occ security: certificates: import\". Hun paden binnen de datadirectory worden hieronder weergegeven.", "Code integrity" : "Integriteit code", "Integrity checker has been disabled. Integrity cannot be verified." : "Integriteitscontrole is uitgeschakeld. Integriteit kan niet gecontroleerd worden.", "No altered files" : "Geen gewijzigde bestanden", @@ -144,6 +150,7 @@ "Cron errors" : "Cron fouten", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:\n%s", "The last cron job ran without errors." : "De laatste crontaak liep zonder fouten.", + "Cron last run" : "Cron laatste run", "Last background job execution ran %s. Something seems wrong. {link}." : "Laatste achtegrondtaak liep%s. Er ging iets fout. {link}", "Last background job execution ran %s." : "Laatste achtergrondtaak liep %s.", "Data directory protected" : "Datamap is beveiligd", @@ -154,9 +161,16 @@ "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", "Database missing indices" : "Database mist indexen", "Missing indices:" : "Ontbrekende indexen:", + "\"%s\" in table \"%s\"" : "\"%s\" in tabel \"%s\"", + "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them." : "Enkele ontbrekende optionele indices gedetecteerd. Af en toe worden er nieuwe indices toegevoegd (door Nextcloud of geïnstalleerde applicaties) om de databaseprestaties te verbeteren. Het toevoegen van indices kan soms een tijdje duren en de prestaties tijdelijk schaden, dus dit gebeurt niet automatisch tijdens upgrades. Zodra de indices zijn toegevoegd, moeten zoekopdrachten naar die tabellen sneller zijn. Gebruik de opdracht `occ db:add-missing-indices` om ze toe te voegen.", "Database missing primary keys" : "Database mist primaire sleutels", + "Missing primary key on table \"%s\"." : "Ontbrekende primaire sleutel op tabel \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", - "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Deze instantie draait in debug modus. Gelieve deze modus enkel te gebruiken voor lokale ontwikkeling, en niet in productie omgevingen.", + "Database pending bigint migrations" : "Database in afwachting van bigint-migraties", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Sommige kolommen in de database missen een conversie naar big int. Omdat het veranderen van kolomtypen op grote tabellen enige tijd kon duren, werden ze niet automatisch gewijzigd. Door \"occ db: convert-filecache-bigint\" uit te voeren, kunnen de hangende wijzigingen handmatig worden toegepast. Deze bewerking moet worden uitgevoerd terwijl de instantie offline is.", + "Debug mode" : "Foutopsporingsmodus", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Deze instantie draait in foutopsporingsmodus. Gelieve deze modus enkel te gebruiken voor lokale ontwikkeling, en niet in productie omgevingen.", + "Debug mode is disabled." : "Foutopsporingsmodus uitgeschakeld", "Default phone region" : "Standaard telefoonregio", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Je installatie heeft geen standaard telefoonregio. Dit is nodig om telefoonnummers te valideren in de profielinstellingen zonder landcode. Om nummers zonder landcode toe te staan, voeg je \"default_phone_region\" met de respectieve ISO 3166-1-code van de regio toe aan je configuratiebestand.", "Email test" : "E-mail test", @@ -172,8 +186,10 @@ "Internet connectivity is disabled in configuration file." : "Verbinding met het internet is uitgeschakeld in het configuratiebestand.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Deze server heeft geen werkende internetverbinding: meerdere endpoints kunnen niet worden bereikt. Dat betekent dat sommige functies, zoals het gebruik van externe opslag, notificaties over updates of installatie van apps van derde partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als je alle functies wilt gebruiken.", "JavaScript modules support" : "JavaScript modules support", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Jouw webserver is niet ingesteld om `.js.map`-bestanden te verwerken. Zonder deze bestanden zullen JavaScript Source Maps niet goed functioneren, waardoor het een grotere uitdaging wordt om eventuele problemen op te lossen en op te sporen.", "Disabled" : "Uitgeschakeld", "The old server-side-encryption format is enabled. We recommend disabling this." : "Het oude server-side-encryptie formaat is ingeschakeld. We raden aan om dit uit te schakelen.", + "The logging level is set to debug level. Use debug level only when you have a problem to diagnose, and then reset your log level to a less-verbose level as it outputs a lot of information, and can affect your server performance." : "Het logniveau is ingesteld op foutopsporingsniveau. Gebruik het foutopsporingsniveau alleen om een probleem te diagnosticeren, en reset vervolgens uw log-niveau naar een niveau met minder informatie, omdat het veel informatie oplevert en de prestaties van uw server kan beïnvloeden.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren sterk om deze functie in te schakelen.", "Supported" : "Ondersteund", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.", diff --git a/apps/systemtags/l10n/lv.js b/apps/systemtags/l10n/lv.js index 6bbd17c5d52..4140ee32b0c 100644 --- a/apps/systemtags/l10n/lv.js +++ b/apps/systemtags/l10n/lv.js @@ -59,6 +59,7 @@ OC.L10N.register( "System tag creation is now allowed for everybody" : "Sistēmas birku izveidošana tagad ir ļauta visiem", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Sadarbības birkas ir pieejamas visiem lietotājiem. Ierobežotās birkas ir redzamas lietotājiem, bet viņi tās nevar piešķirt. Neredzamās birkas ir paredzētas iekšējai lietošanai, jo lietotāji nevar tās redzēt vai piešķirt.", "No tags found" : "Netika atrasta neviena birka", + "Tags you have created will show up here." : "Tevis izveidotās birkas parādīsies šeit.", "Failed to delete tag for file" : "Neizdevās izdzēst birku vai datni" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/systemtags/l10n/lv.json b/apps/systemtags/l10n/lv.json index 254571a47ef..fff7a065c58 100644 --- a/apps/systemtags/l10n/lv.json +++ b/apps/systemtags/l10n/lv.json @@ -57,6 +57,7 @@ "System tag creation is now allowed for everybody" : "Sistēmas birku izveidošana tagad ir ļauta visiem", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Sadarbības birkas ir pieejamas visiem lietotājiem. Ierobežotās birkas ir redzamas lietotājiem, bet viņi tās nevar piešķirt. Neredzamās birkas ir paredzētas iekšējai lietošanai, jo lietotāji nevar tās redzēt vai piešķirt.", "No tags found" : "Netika atrasta neviena birka", + "Tags you have created will show up here." : "Tevis izveidotās birkas parādīsies šeit.", "Failed to delete tag for file" : "Neizdevās izdzēst birku vai datni" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/user_status/l10n/de.js b/apps/user_status/l10n/de.js index 7d8d91af4f0..b59906d6135 100644 --- a/apps/user_status/l10n/de.js +++ b/apps/user_status/l10n/de.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "Nicht im Büro", "Working remotely" : "Arbeitet aus der Ferne", "In a call" : "In einem Anruf", + "Be right back" : "Bin gleich zurück", "User status" : "Benutzerstatus", "Clear status after" : "Status löschen nach", "Emoji for your status message" : "Emoji für deine Statusnachricht", diff --git a/apps/user_status/l10n/de.json b/apps/user_status/l10n/de.json index 770fd27203d..2badd82476c 100644 --- a/apps/user_status/l10n/de.json +++ b/apps/user_status/l10n/de.json @@ -8,6 +8,7 @@ "Out of office" : "Nicht im Büro", "Working remotely" : "Arbeitet aus der Ferne", "In a call" : "In einem Anruf", + "Be right back" : "Bin gleich zurück", "User status" : "Benutzerstatus", "Clear status after" : "Status löschen nach", "Emoji for your status message" : "Emoji für deine Statusnachricht", diff --git a/apps/user_status/l10n/de_DE.js b/apps/user_status/l10n/de_DE.js index 455f2ce834f..23d86b06643 100644 --- a/apps/user_status/l10n/de_DE.js +++ b/apps/user_status/l10n/de_DE.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "Nicht im Büro", "Working remotely" : "Arbeitet aus der Ferne", "In a call" : "In einem Anruf", + "Be right back" : "Bin gleich zurück", "User status" : "Benutzerstatus", "Clear status after" : "Status löschen nach", "Emoji for your status message" : "Emoji für Ihre Statusnachricht", diff --git a/apps/user_status/l10n/de_DE.json b/apps/user_status/l10n/de_DE.json index 8620038dd6f..9be300f0e29 100644 --- a/apps/user_status/l10n/de_DE.json +++ b/apps/user_status/l10n/de_DE.json @@ -8,6 +8,7 @@ "Out of office" : "Nicht im Büro", "Working remotely" : "Arbeitet aus der Ferne", "In a call" : "In einem Anruf", + "Be right back" : "Bin gleich zurück", "User status" : "Benutzerstatus", "Clear status after" : "Status löschen nach", "Emoji for your status message" : "Emoji für Ihre Statusnachricht", diff --git a/apps/user_status/l10n/en_GB.js b/apps/user_status/l10n/en_GB.js index 66e6f17618c..2ef82ebed8a 100644 --- a/apps/user_status/l10n/en_GB.js +++ b/apps/user_status/l10n/en_GB.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "Out of office", "Working remotely" : "Working remotely", "In a call" : "In a call", + "Be right back" : "Be right back", "User status" : "User status", "Clear status after" : "Clear status after", "Emoji for your status message" : "Emoji for your status message", diff --git a/apps/user_status/l10n/en_GB.json b/apps/user_status/l10n/en_GB.json index a668db7d18b..0e646a02599 100644 --- a/apps/user_status/l10n/en_GB.json +++ b/apps/user_status/l10n/en_GB.json @@ -8,6 +8,7 @@ "Out of office" : "Out of office", "Working remotely" : "Working remotely", "In a call" : "In a call", + "Be right back" : "Be right back", "User status" : "User status", "Clear status after" : "Clear status after", "Emoji for your status message" : "Emoji for your status message", diff --git a/apps/user_status/l10n/et_EE.js b/apps/user_status/l10n/et_EE.js index 72bcdc339c7..18c3c88e824 100644 --- a/apps/user_status/l10n/et_EE.js +++ b/apps/user_status/l10n/et_EE.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "Kontorist väljas", "Working remotely" : "Kaugtööl", "In a call" : "Kõnes", + "Be right back" : "Kohe jõuan tagasi", "User status" : "Kasutaja olek", "Clear status after" : "Eemalda olekuteade peale", "Emoji for your status message" : "Sinu olekuteate emoji", diff --git a/apps/user_status/l10n/et_EE.json b/apps/user_status/l10n/et_EE.json index 3a8227e76e1..903466eef24 100644 --- a/apps/user_status/l10n/et_EE.json +++ b/apps/user_status/l10n/et_EE.json @@ -8,6 +8,7 @@ "Out of office" : "Kontorist väljas", "Working remotely" : "Kaugtööl", "In a call" : "Kõnes", + "Be right back" : "Kohe jõuan tagasi", "User status" : "Kasutaja olek", "Clear status after" : "Eemalda olekuteade peale", "Emoji for your status message" : "Sinu olekuteate emoji", diff --git a/apps/user_status/l10n/ga.js b/apps/user_status/l10n/ga.js index d2e78391015..d976c272537 100644 --- a/apps/user_status/l10n/ga.js +++ b/apps/user_status/l10n/ga.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "As oifig", "Working remotely" : "Ag obair go cianda", "In a call" : "I nglao", + "Be right back" : "Ar ais láithreach", "User status" : "Stádas úsáideora", "Clear status after" : "Stádas soiléir tar éis", "Emoji for your status message" : "Emoji do do theachtaireacht stádais", diff --git a/apps/user_status/l10n/ga.json b/apps/user_status/l10n/ga.json index 2bc65745f6b..c672231aab3 100644 --- a/apps/user_status/l10n/ga.json +++ b/apps/user_status/l10n/ga.json @@ -8,6 +8,7 @@ "Out of office" : "As oifig", "Working remotely" : "Ag obair go cianda", "In a call" : "I nglao", + "Be right back" : "Ar ais láithreach", "User status" : "Stádas úsáideora", "Clear status after" : "Stádas soiléir tar éis", "Emoji for your status message" : "Emoji do do theachtaireacht stádais", diff --git a/apps/user_status/l10n/pt_BR.js b/apps/user_status/l10n/pt_BR.js index 0005887e473..3844bd746f7 100644 --- a/apps/user_status/l10n/pt_BR.js +++ b/apps/user_status/l10n/pt_BR.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "Fora do escritório", "Working remotely" : "Em trabalho remoto", "In a call" : "Em uma chamada", + "Be right back" : "Volto já", "User status" : "Status do usuário", "Clear status after" : "Limpar status após", "Emoji for your status message" : "Emoji para sua mensagem de status", diff --git a/apps/user_status/l10n/pt_BR.json b/apps/user_status/l10n/pt_BR.json index 9d233528ee0..e596a39e2bf 100644 --- a/apps/user_status/l10n/pt_BR.json +++ b/apps/user_status/l10n/pt_BR.json @@ -8,6 +8,7 @@ "Out of office" : "Fora do escritório", "Working remotely" : "Em trabalho remoto", "In a call" : "Em uma chamada", + "Be right back" : "Volto já", "User status" : "Status do usuário", "Clear status after" : "Limpar status após", "Emoji for your status message" : "Emoji para sua mensagem de status", diff --git a/apps/user_status/l10n/ru.js b/apps/user_status/l10n/ru.js index 5307a6e7fe3..32b784b5e0c 100644 --- a/apps/user_status/l10n/ru.js +++ b/apps/user_status/l10n/ru.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "Вне офиса", "Working remotely" : "Удалённо", "In a call" : "В вызове", + "Be right back" : "Скоро вернусь", "User status" : "Статус пользователя", "Clear status after" : "Очистить статус после", "Emoji for your status message" : "Эмодзи для вашего сообщения к статусу", diff --git a/apps/user_status/l10n/ru.json b/apps/user_status/l10n/ru.json index c46c053f5ef..f6b8d241ac4 100644 --- a/apps/user_status/l10n/ru.json +++ b/apps/user_status/l10n/ru.json @@ -8,6 +8,7 @@ "Out of office" : "Вне офиса", "Working remotely" : "Удалённо", "In a call" : "В вызове", + "Be right back" : "Скоро вернусь", "User status" : "Статус пользователя", "Clear status after" : "Очистить статус после", "Emoji for your status message" : "Эмодзи для вашего сообщения к статусу", diff --git a/apps/user_status/l10n/uk.js b/apps/user_status/l10n/uk.js index a76a67bb63c..b73417b164b 100644 --- a/apps/user_status/l10n/uk.js +++ b/apps/user_status/l10n/uk.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "Недоступний(-а)", "Working remotely" : "Працюю віддалено", "In a call" : "На дзвінку", + "Be right back" : "Зараз повернуся", "User status" : "Статус користувача", "Clear status after" : "Очистити статус після", "Emoji for your status message" : "Емоційки для повідомлення вашого статусу", diff --git a/apps/user_status/l10n/uk.json b/apps/user_status/l10n/uk.json index 66e5f7130d6..e115bf09f5f 100644 --- a/apps/user_status/l10n/uk.json +++ b/apps/user_status/l10n/uk.json @@ -8,6 +8,7 @@ "Out of office" : "Недоступний(-а)", "Working remotely" : "Працюю віддалено", "In a call" : "На дзвінку", + "Be right back" : "Зараз повернуся", "User status" : "Статус користувача", "Clear status after" : "Очистити статус після", "Emoji for your status message" : "Емоційки для повідомлення вашого статусу", diff --git a/apps/user_status/l10n/zh_HK.js b/apps/user_status/l10n/zh_HK.js index 0cad7a3e277..66fcd087abe 100644 --- a/apps/user_status/l10n/zh_HK.js +++ b/apps/user_status/l10n/zh_HK.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "不在辦公室", "Working remotely" : "遠程工作中", "In a call" : "通話中", + "Be right back" : "馬上回來", "User status" : "用戶狀態", "Clear status after" : "繼此之後清空狀態", "Emoji for your status message" : "狀態訊息的表情符號", diff --git a/apps/user_status/l10n/zh_HK.json b/apps/user_status/l10n/zh_HK.json index dbea763794f..a95da1fa45c 100644 --- a/apps/user_status/l10n/zh_HK.json +++ b/apps/user_status/l10n/zh_HK.json @@ -8,6 +8,7 @@ "Out of office" : "不在辦公室", "Working remotely" : "遠程工作中", "In a call" : "通話中", + "Be right back" : "馬上回來", "User status" : "用戶狀態", "Clear status after" : "繼此之後清空狀態", "Emoji for your status message" : "狀態訊息的表情符號", diff --git a/apps/user_status/l10n/zh_TW.js b/apps/user_status/l10n/zh_TW.js index dbb1627765f..c4cd18345a5 100644 --- a/apps/user_status/l10n/zh_TW.js +++ b/apps/user_status/l10n/zh_TW.js @@ -10,6 +10,7 @@ OC.L10N.register( "Out of office" : "不在辦公室", "Working remotely" : "遠端工作", "In a call" : "通話中", + "Be right back" : "馬上回來", "User status" : "使用者狀態", "Clear status after" : "多久後清除狀態", "Emoji for your status message" : "狀態訊息的表情符號", diff --git a/apps/user_status/l10n/zh_TW.json b/apps/user_status/l10n/zh_TW.json index e42a675045d..9e99204b682 100644 --- a/apps/user_status/l10n/zh_TW.json +++ b/apps/user_status/l10n/zh_TW.json @@ -8,6 +8,7 @@ "Out of office" : "不在辦公室", "Working remotely" : "遠端工作", "In a call" : "通話中", + "Be right back" : "馬上回來", "User status" : "使用者狀態", "Clear status after" : "多久後清除狀態", "Emoji for your status message" : "狀態訊息的表情符號", diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js index 761beaa28d9..8feec57e910 100644 --- a/apps/workflowengine/l10n/de.js +++ b/apps/workflowengine/l10n/de.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "ist", "is not" : "ist nicht", "File name" : "Dateiname", + "Directory" : "Verzeichnis", "File MIME type" : "Datei MIME-Typ", "File size (upload)" : "Dateigröße (beim Hochladen)", "less" : "weniger", diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json index eca78d35353..9ded7338f81 100644 --- a/apps/workflowengine/l10n/de.json +++ b/apps/workflowengine/l10n/de.json @@ -95,6 +95,7 @@ "is" : "ist", "is not" : "ist nicht", "File name" : "Dateiname", + "Directory" : "Verzeichnis", "File MIME type" : "Datei MIME-Typ", "File size (upload)" : "Dateigröße (beim Hochladen)", "less" : "weniger", diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js index 882d975e932..8cf48150dad 100644 --- a/apps/workflowengine/l10n/de_DE.js +++ b/apps/workflowengine/l10n/de_DE.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "ist", "is not" : "ist nicht", "File name" : "Dateiname", + "Directory" : "Verzeichnis", "File MIME type" : "Datei MIME-Typ", "File size (upload)" : "Dateigröße (beim Hochladen)", "less" : "weniger", diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json index 26b952586ba..253ed3df8d2 100644 --- a/apps/workflowengine/l10n/de_DE.json +++ b/apps/workflowengine/l10n/de_DE.json @@ -95,6 +95,7 @@ "is" : "ist", "is not" : "ist nicht", "File name" : "Dateiname", + "Directory" : "Verzeichnis", "File MIME type" : "Datei MIME-Typ", "File size (upload)" : "Dateigröße (beim Hochladen)", "less" : "weniger", diff --git a/apps/workflowengine/l10n/en_GB.js b/apps/workflowengine/l10n/en_GB.js index 971aa8d6415..dc97bed2037 100644 --- a/apps/workflowengine/l10n/en_GB.js +++ b/apps/workflowengine/l10n/en_GB.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "is", "is not" : "is not", "File name" : "File name", + "Directory" : "Directory", "File MIME type" : "File MIME type", "File size (upload)" : "File size (upload)", "less" : "less", diff --git a/apps/workflowengine/l10n/en_GB.json b/apps/workflowengine/l10n/en_GB.json index b4591846e96..f6597a1f36a 100644 --- a/apps/workflowengine/l10n/en_GB.json +++ b/apps/workflowengine/l10n/en_GB.json @@ -95,6 +95,7 @@ "is" : "is", "is not" : "is not", "File name" : "File name", + "Directory" : "Directory", "File MIME type" : "File MIME type", "File size (upload)" : "File size (upload)", "less" : "less", diff --git a/apps/workflowengine/l10n/et_EE.js b/apps/workflowengine/l10n/et_EE.js new file mode 100644 index 00000000000..89960752f17 --- /dev/null +++ b/apps/workflowengine/l10n/et_EE.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "workflowengine", + { + "The given operator is invalid" : "Antud operaator/tehtemärk on vigane", + "The given regular expression is invalid" : "Antud regulaaravaldis on vigane", + "The given file size is invalid" : "Antud faili suurus on vigane", + "The given tag id is invalid" : "Antud sildi tunnus on vigane", + "The given IP range is invalid" : "Antud IP-aadresside vahemik on vigane", + "The given IP range is not valid for IPv4" : "Antud IP vahemik ei kehti IPv4 kohta", + "The given IP range is not valid for IPv6" : "Antud IP vahemik ei kehti IPv6 kohta", + "The given time span is invalid" : "Antud ajavahemik on vigane", + "The given start time is invalid" : "Antud algusaeg on vigane", + "The given end time is invalid" : "Antud lõppaeg on vigane", + "The given group does not exist" : "Antud gruppi ei leitud", + "File" : "Fail", + "File created" : "Fail on loodud", + "File updated" : "Fail on uuendatud", + "File renamed" : "Faili nimi on muudetud", + "File deleted" : "Fail on kustutatud", + "File accessed" : "Faili on kasutatud", + "File copied" : "Fail on kopeeritud", + "Tag assigned" : "Silt on lisatud", + "Someone" : "Keegi", + "%s created %s" : "%s lõi %s", + "%s modified %s" : "%s muutis %s", + "%s deleted %s" : "%s kustutas %s", + "%s accessed %s" : "%s kasutas töövoogu %s", + "%s renamed %s" : "%s muutis %s nime", + "%s copied %s" : "%s kopeeris %s", + "%s assigned %s to %s" : "%s määras %s kasutajale %s", + "Operation #%s does not exist" : "Tegevus # %s ei leitud", + "Entity %s does not exist" : "%s objekti pole olemas", + "Entity %s is invalid" : "%s objekt on vigane", + "No events are chosen." : "Ühtegi sündmust pole valitud.", + "Entity %s has no event %s" : "%s objektil pole %s sündmust", + "Operation %s does not exist" : "%s tegevust pole olemas", + "Operation %s is invalid" : " %s tegevus on vigane", + "At least one check needs to be provided" : "Pead lisama vähemalt ühe kontrolli", + "The provided operation data is too long" : "Lisatud tegevuse andmed on liiga mahukad", + "Invalid check provided" : "Oled lisanud vigase kontrolli", + "Check %s does not exist" : "%s kontrolli pole olemas", + "Check %s is invalid" : "%s kontroll on vigane", + "Check %s is not allowed with this entity" : "Selle objekti puhul ei saa kasutada seda kontrolli: %s", + "The provided check value is too long" : "Lisatud kontrolli väärtus on liiga pikk", + "Check #%s does not exist" : "Kontrolli #%s pole olemas", + "Check %s is invalid or does not exist" : "%s kontroll on vigane või pole teda olemas", + "Flow" : "Töövoog", + "Nextcloud workflow engine" : "Nextcloudi töövoogude mootor", + "Select a filter" : "Vali filter", + "Select a comparator" : "Vali võrdleja", + "Remove filter" : "Eemalda filter", + "Folder" : "Kaust", + "Images" : "Pildid", + "Office documents" : "Kontroritarkvara dokumendid", + "PDF documents" : "PDF-dokumendid", + "Custom MIME type" : "Sinu määratud MIME-tüüp", + "Custom mimetype" : "Sinu määratud MIME-tüüp", + "Select a file type" : "Vali failitüüp", + "e.g. httpd/unix-directory" : "nt. httpd/unix-directory", + "Please enter a valid time span" : "Palun sisesta korrektne ajavahemik", + "Files WebDAV" : "WebDAV-i failid", + "Custom URL" : "Sinu määratud võrguaadress", + "Select a request URL" : "Vali päringu võrguaadress", + "Android client" : "Android klient", + "iOS client" : "iOS-i klient", + "Desktop client" : "Töölaua klient", + "Thunderbird & Outlook addons" : "Thunderbirdi ja Outlooki lisad", + "Custom user agent" : "Sinu määratud rakenduse tunnus", + "Select a user agent" : "Vali rakenduse tunnus", + "Select groups" : "Vali grupid", + "Groups" : "Grupid", + "Type to search for group …" : "Grupi otsimiseks kirjuta midagi…", + "Select a trigger" : "Vali päästik", + "At least one event must be selected" : "Palun valitud vähemalt üks sündmus", + "Add new flow" : "Lisa uus töövoog", + "The configuration is invalid" : "Seadistus on vigane", + "Active" : "Aktiivne", + "Save" : "Salvesta", + "When" : "Millal", + "and" : "ja", + "Add a new filter" : "Lisa uus filter", + "Cancel" : "Loobu", + "Delete" : "Kustuta", + "Available flows" : "Saadaval töövood", + "For details on how to write your own flow, check out the development documentation." : "Lisateavet oma töövoogude kirjutamiseks leiad dokumentatsioonist arendajatele.", + "No flows installed" : "Ühtegi töövoogu pole paigaldatud", + "Ask your administrator to install new flows." : "Palu oma serveri haldajat, et ta paigaldaks uusi töövooge.", + "More flows" : "Veel töövooge", + "Browse the App Store" : "Sirvi rakendustepoodi", + "Show less" : "Näita vähem", + "Show more" : "Näita rohkem", + "Configured flows" : "Seadistatud töövood", + "Your flows" : "Sinu töövood", + "No flows configured" : "Ühtegi töövoogu pole seadistatud", + "matches" : "kattub", + "does not match" : "ei kattu", + "is" : "on", + "is not" : "ei ole", + "File name" : "Failinimi", + "Directory" : "Kaust", + "File MIME type" : "Faili MIME-tüüp", + "File size (upload)" : "Faili suurus (üleslaadimine)", + "less" : "väiksem", + "less or equals" : "väiksem või võrdne", + "greater or equals" : "suurem või võrdne", + "greater" : "suurem", + "Request remote address" : "Päringu kaugaadress", + "matches IPv4" : "kattub IPv4 aadressiga", + "does not match IPv4" : "Ei kattu IPv4 aadressiga", + "matches IPv6" : "kattub IPv6 aadressiga", + "does not match IPv6" : "Ei kattu IPv6 aadressiga", + "File system tag" : "Failisüsteemi silt", + "is tagged with" : "on sildiga", + "is not tagged with" : "ei ole märgitud sildiga", + "Request URL" : "Päringu võrguaadress", + "Request time" : "Päringu aeg", + "between" : "vahemikus", + "not between" : "ei ole vahemikus", + "Request user agent" : "Päri rakenduse tunnust", + "Group membership" : "Grupi liikmelisus", + "is member of" : "on liige", + "is not member of" : "ei ole liige" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/workflowengine/l10n/et_EE.json b/apps/workflowengine/l10n/et_EE.json new file mode 100644 index 00000000000..5a86411bdb3 --- /dev/null +++ b/apps/workflowengine/l10n/et_EE.json @@ -0,0 +1,122 @@ +{ "translations": { + "The given operator is invalid" : "Antud operaator/tehtemärk on vigane", + "The given regular expression is invalid" : "Antud regulaaravaldis on vigane", + "The given file size is invalid" : "Antud faili suurus on vigane", + "The given tag id is invalid" : "Antud sildi tunnus on vigane", + "The given IP range is invalid" : "Antud IP-aadresside vahemik on vigane", + "The given IP range is not valid for IPv4" : "Antud IP vahemik ei kehti IPv4 kohta", + "The given IP range is not valid for IPv6" : "Antud IP vahemik ei kehti IPv6 kohta", + "The given time span is invalid" : "Antud ajavahemik on vigane", + "The given start time is invalid" : "Antud algusaeg on vigane", + "The given end time is invalid" : "Antud lõppaeg on vigane", + "The given group does not exist" : "Antud gruppi ei leitud", + "File" : "Fail", + "File created" : "Fail on loodud", + "File updated" : "Fail on uuendatud", + "File renamed" : "Faili nimi on muudetud", + "File deleted" : "Fail on kustutatud", + "File accessed" : "Faili on kasutatud", + "File copied" : "Fail on kopeeritud", + "Tag assigned" : "Silt on lisatud", + "Someone" : "Keegi", + "%s created %s" : "%s lõi %s", + "%s modified %s" : "%s muutis %s", + "%s deleted %s" : "%s kustutas %s", + "%s accessed %s" : "%s kasutas töövoogu %s", + "%s renamed %s" : "%s muutis %s nime", + "%s copied %s" : "%s kopeeris %s", + "%s assigned %s to %s" : "%s määras %s kasutajale %s", + "Operation #%s does not exist" : "Tegevus # %s ei leitud", + "Entity %s does not exist" : "%s objekti pole olemas", + "Entity %s is invalid" : "%s objekt on vigane", + "No events are chosen." : "Ühtegi sündmust pole valitud.", + "Entity %s has no event %s" : "%s objektil pole %s sündmust", + "Operation %s does not exist" : "%s tegevust pole olemas", + "Operation %s is invalid" : " %s tegevus on vigane", + "At least one check needs to be provided" : "Pead lisama vähemalt ühe kontrolli", + "The provided operation data is too long" : "Lisatud tegevuse andmed on liiga mahukad", + "Invalid check provided" : "Oled lisanud vigase kontrolli", + "Check %s does not exist" : "%s kontrolli pole olemas", + "Check %s is invalid" : "%s kontroll on vigane", + "Check %s is not allowed with this entity" : "Selle objekti puhul ei saa kasutada seda kontrolli: %s", + "The provided check value is too long" : "Lisatud kontrolli väärtus on liiga pikk", + "Check #%s does not exist" : "Kontrolli #%s pole olemas", + "Check %s is invalid or does not exist" : "%s kontroll on vigane või pole teda olemas", + "Flow" : "Töövoog", + "Nextcloud workflow engine" : "Nextcloudi töövoogude mootor", + "Select a filter" : "Vali filter", + "Select a comparator" : "Vali võrdleja", + "Remove filter" : "Eemalda filter", + "Folder" : "Kaust", + "Images" : "Pildid", + "Office documents" : "Kontroritarkvara dokumendid", + "PDF documents" : "PDF-dokumendid", + "Custom MIME type" : "Sinu määratud MIME-tüüp", + "Custom mimetype" : "Sinu määratud MIME-tüüp", + "Select a file type" : "Vali failitüüp", + "e.g. httpd/unix-directory" : "nt. httpd/unix-directory", + "Please enter a valid time span" : "Palun sisesta korrektne ajavahemik", + "Files WebDAV" : "WebDAV-i failid", + "Custom URL" : "Sinu määratud võrguaadress", + "Select a request URL" : "Vali päringu võrguaadress", + "Android client" : "Android klient", + "iOS client" : "iOS-i klient", + "Desktop client" : "Töölaua klient", + "Thunderbird & Outlook addons" : "Thunderbirdi ja Outlooki lisad", + "Custom user agent" : "Sinu määratud rakenduse tunnus", + "Select a user agent" : "Vali rakenduse tunnus", + "Select groups" : "Vali grupid", + "Groups" : "Grupid", + "Type to search for group …" : "Grupi otsimiseks kirjuta midagi…", + "Select a trigger" : "Vali päästik", + "At least one event must be selected" : "Palun valitud vähemalt üks sündmus", + "Add new flow" : "Lisa uus töövoog", + "The configuration is invalid" : "Seadistus on vigane", + "Active" : "Aktiivne", + "Save" : "Salvesta", + "When" : "Millal", + "and" : "ja", + "Add a new filter" : "Lisa uus filter", + "Cancel" : "Loobu", + "Delete" : "Kustuta", + "Available flows" : "Saadaval töövood", + "For details on how to write your own flow, check out the development documentation." : "Lisateavet oma töövoogude kirjutamiseks leiad dokumentatsioonist arendajatele.", + "No flows installed" : "Ühtegi töövoogu pole paigaldatud", + "Ask your administrator to install new flows." : "Palu oma serveri haldajat, et ta paigaldaks uusi töövooge.", + "More flows" : "Veel töövooge", + "Browse the App Store" : "Sirvi rakendustepoodi", + "Show less" : "Näita vähem", + "Show more" : "Näita rohkem", + "Configured flows" : "Seadistatud töövood", + "Your flows" : "Sinu töövood", + "No flows configured" : "Ühtegi töövoogu pole seadistatud", + "matches" : "kattub", + "does not match" : "ei kattu", + "is" : "on", + "is not" : "ei ole", + "File name" : "Failinimi", + "Directory" : "Kaust", + "File MIME type" : "Faili MIME-tüüp", + "File size (upload)" : "Faili suurus (üleslaadimine)", + "less" : "väiksem", + "less or equals" : "väiksem või võrdne", + "greater or equals" : "suurem või võrdne", + "greater" : "suurem", + "Request remote address" : "Päringu kaugaadress", + "matches IPv4" : "kattub IPv4 aadressiga", + "does not match IPv4" : "Ei kattu IPv4 aadressiga", + "matches IPv6" : "kattub IPv6 aadressiga", + "does not match IPv6" : "Ei kattu IPv6 aadressiga", + "File system tag" : "Failisüsteemi silt", + "is tagged with" : "on sildiga", + "is not tagged with" : "ei ole märgitud sildiga", + "Request URL" : "Päringu võrguaadress", + "Request time" : "Päringu aeg", + "between" : "vahemikus", + "not between" : "ei ole vahemikus", + "Request user agent" : "Päri rakenduse tunnust", + "Group membership" : "Grupi liikmelisus", + "is member of" : "on liige", + "is not member of" : "ei ole liige" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/workflowengine/l10n/ga.js b/apps/workflowengine/l10n/ga.js index 0c61ee9b09d..c6f9b29a57d 100644 --- a/apps/workflowengine/l10n/ga.js +++ b/apps/workflowengine/l10n/ga.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "tá", "is not" : "níl", "File name" : "Ainm comhaid", + "Directory" : "Eolaire", "File MIME type" : "Cineál comhaid MIME", "File size (upload)" : "Méid comhaid (uaslódáil)", "less" : "níos lú", diff --git a/apps/workflowengine/l10n/ga.json b/apps/workflowengine/l10n/ga.json index 46ee7bd06a9..d5f47ae7f97 100644 --- a/apps/workflowengine/l10n/ga.json +++ b/apps/workflowengine/l10n/ga.json @@ -95,6 +95,7 @@ "is" : "tá", "is not" : "níl", "File name" : "Ainm comhaid", + "Directory" : "Eolaire", "File MIME type" : "Cineál comhaid MIME", "File size (upload)" : "Méid comhaid (uaslódáil)", "less" : "níos lú", diff --git a/apps/workflowengine/l10n/lv.js b/apps/workflowengine/l10n/lv.js index 088196c0081..30577193c0a 100644 --- a/apps/workflowengine/l10n/lv.js +++ b/apps/workflowengine/l10n/lv.js @@ -26,7 +26,7 @@ OC.L10N.register( "Nextcloud workflow engine" : "Nextcloud darbplūsmu dzinis", "Folder" : "Mape", "Images" : "Attēli", - "Files WebDAV" : "WebDAV datnes", + "Files WebDAV" : "Datņu WebDAV", "Android client" : "Android klients", "iOS client" : "iOS klients", "Desktop client" : "Darbvirsmas klients", diff --git a/apps/workflowengine/l10n/lv.json b/apps/workflowengine/l10n/lv.json index 3dce9342e1e..1665558a6fc 100644 --- a/apps/workflowengine/l10n/lv.json +++ b/apps/workflowengine/l10n/lv.json @@ -24,7 +24,7 @@ "Nextcloud workflow engine" : "Nextcloud darbplūsmu dzinis", "Folder" : "Mape", "Images" : "Attēli", - "Files WebDAV" : "WebDAV datnes", + "Files WebDAV" : "Datņu WebDAV", "Android client" : "Android klients", "iOS client" : "iOS klients", "Desktop client" : "Darbvirsmas klients", diff --git a/apps/workflowengine/l10n/pt_BR.js b/apps/workflowengine/l10n/pt_BR.js index 8d40914252d..1404b310f47 100644 --- a/apps/workflowengine/l10n/pt_BR.js +++ b/apps/workflowengine/l10n/pt_BR.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "é", "is not" : "não é", "File name" : "Nome do arquivo", + "Directory" : "Diretório", "File MIME type" : "Tipo de arquivo MIME", "File size (upload)" : "Tamanho do arquivo (upload)", "less" : "menor que", diff --git a/apps/workflowengine/l10n/pt_BR.json b/apps/workflowengine/l10n/pt_BR.json index 2cbde62dc24..1604f631e11 100644 --- a/apps/workflowengine/l10n/pt_BR.json +++ b/apps/workflowengine/l10n/pt_BR.json @@ -95,6 +95,7 @@ "is" : "é", "is not" : "não é", "File name" : "Nome do arquivo", + "Directory" : "Diretório", "File MIME type" : "Tipo de arquivo MIME", "File size (upload)" : "Tamanho do arquivo (upload)", "less" : "menor que", diff --git a/apps/workflowengine/l10n/ru.js b/apps/workflowengine/l10n/ru.js index 6d24bbea78e..c00da93134c 100644 --- a/apps/workflowengine/l10n/ru.js +++ b/apps/workflowengine/l10n/ru.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "равняется", "is not" : "не равняется", "File name" : "Имя файла", + "Directory" : "Директория", "File MIME type" : "MIME-тип файла", "File size (upload)" : "Размер передаваемого на сервер файла", "less" : "меньше", diff --git a/apps/workflowengine/l10n/ru.json b/apps/workflowengine/l10n/ru.json index 228ad6a71ce..c23b9d020b0 100644 --- a/apps/workflowengine/l10n/ru.json +++ b/apps/workflowengine/l10n/ru.json @@ -95,6 +95,7 @@ "is" : "равняется", "is not" : "не равняется", "File name" : "Имя файла", + "Directory" : "Директория", "File MIME type" : "MIME-тип файла", "File size (upload)" : "Размер передаваемого на сервер файла", "less" : "меньше", diff --git a/apps/workflowengine/l10n/uk.js b/apps/workflowengine/l10n/uk.js index a9583382441..f335db33985 100644 --- a/apps/workflowengine/l10n/uk.js +++ b/apps/workflowengine/l10n/uk.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "є", "is not" : "не", "File name" : "Ім'я файлу", + "Directory" : "Каталог", "File MIME type" : "Тип MIME файлу", "File size (upload)" : "Розмір файлу (завантаження)", "less" : "менше", diff --git a/apps/workflowengine/l10n/uk.json b/apps/workflowengine/l10n/uk.json index 93c18f047c3..13674a3b207 100644 --- a/apps/workflowengine/l10n/uk.json +++ b/apps/workflowengine/l10n/uk.json @@ -95,6 +95,7 @@ "is" : "є", "is not" : "не", "File name" : "Ім'я файлу", + "Directory" : "Каталог", "File MIME type" : "Тип MIME файлу", "File size (upload)" : "Розмір файлу (завантаження)", "less" : "менше", diff --git a/apps/workflowengine/l10n/zh_HK.js b/apps/workflowengine/l10n/zh_HK.js index edd352c1880..bca42dd024f 100644 --- a/apps/workflowengine/l10n/zh_HK.js +++ b/apps/workflowengine/l10n/zh_HK.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "是", "is not" : "不是", "File name" : "檔案名稱", + "Directory" : "目錄", "File MIME type" : "檔案MIME類型", "File size (upload)" : "檔案大小(上傳)", "less" : "更少", diff --git a/apps/workflowengine/l10n/zh_HK.json b/apps/workflowengine/l10n/zh_HK.json index 9b249cd1af4..d606da3c02e 100644 --- a/apps/workflowengine/l10n/zh_HK.json +++ b/apps/workflowengine/l10n/zh_HK.json @@ -95,6 +95,7 @@ "is" : "是", "is not" : "不是", "File name" : "檔案名稱", + "Directory" : "目錄", "File MIME type" : "檔案MIME類型", "File size (upload)" : "檔案大小(上傳)", "less" : "更少", diff --git a/apps/workflowengine/l10n/zh_TW.js b/apps/workflowengine/l10n/zh_TW.js index 8cbe56564d3..a1e54ca3ba9 100644 --- a/apps/workflowengine/l10n/zh_TW.js +++ b/apps/workflowengine/l10n/zh_TW.js @@ -97,6 +97,7 @@ OC.L10N.register( "is" : "是", "is not" : "不是", "File name" : "檔案名稱", + "Directory" : "目錄", "File MIME type" : "檔案 MIME 類型", "File size (upload)" : "檔案大小(上傳)", "less" : "小於", diff --git a/apps/workflowengine/l10n/zh_TW.json b/apps/workflowengine/l10n/zh_TW.json index 0bc8fdf63a6..3d0c883ca7f 100644 --- a/apps/workflowengine/l10n/zh_TW.json +++ b/apps/workflowengine/l10n/zh_TW.json @@ -95,6 +95,7 @@ "is" : "是", "is not" : "不是", "File name" : "檔案名稱", + "Directory" : "目錄", "File MIME type" : "檔案 MIME 類型", "File size (upload)" : "檔案大小(上傳)", "less" : "小於", diff --git a/core/l10n/be.js b/core/l10n/be.js index e96b443d8cb..9e8a62a212a 100644 --- a/core/l10n/be.js +++ b/core/l10n/be.js @@ -7,6 +7,7 @@ OC.L10N.register( "The selected file cannot be read." : "Не ўдалося прачытаць выбраны файл.", "Missing a temporary folder" : "Адсутнічае часовая папка", "Could not write file to disk" : "Не ўдалося запісаць файл на дыск", + "A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла", "Invalid file provided" : "Прапанаваны файл некарэктны", "Unknown filetype" : "Невядомы тып файла", "An error occurred. Please contact your admin." : "Узнікла памылка. Звярніцеся да адміністратара.", @@ -297,6 +298,7 @@ OC.L10N.register( "Access through untrusted domain" : "Доступ праз ненадзейны дамен", "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Звярніцеся да адміністратара. Калі вы адміністратар, адрэдагуйце параметр \"trusted_domains\" у config/config.php, як у прыкладзе ў config.sample.php.", "App update required" : "Патрэбна абнавіць праграму", + "%1$s will be updated to version %2$s" : "%1$s будзе абноўлена да версіі %2$s", "The following apps will be updated:" : "Будуць абноўлены наступныя праграмы:", "These incompatible apps will be disabled:" : "Гэтыя несумяшчальныя праграмы будуць адключаныя:", "Start update" : "Запусціць абнаўленне", diff --git a/core/l10n/be.json b/core/l10n/be.json index 01e933ad5a7..ec8379e2371 100644 --- a/core/l10n/be.json +++ b/core/l10n/be.json @@ -5,6 +5,7 @@ "The selected file cannot be read." : "Не ўдалося прачытаць выбраны файл.", "Missing a temporary folder" : "Адсутнічае часовая папка", "Could not write file to disk" : "Не ўдалося запісаць файл на дыск", + "A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла", "Invalid file provided" : "Прапанаваны файл некарэктны", "Unknown filetype" : "Невядомы тып файла", "An error occurred. Please contact your admin." : "Узнікла памылка. Звярніцеся да адміністратара.", @@ -295,6 +296,7 @@ "Access through untrusted domain" : "Доступ праз ненадзейны дамен", "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Звярніцеся да адміністратара. Калі вы адміністратар, адрэдагуйце параметр \"trusted_domains\" у config/config.php, як у прыкладзе ў config.sample.php.", "App update required" : "Патрэбна абнавіць праграму", + "%1$s will be updated to version %2$s" : "%1$s будзе абноўлена да версіі %2$s", "The following apps will be updated:" : "Будуць абноўлены наступныя праграмы:", "These incompatible apps will be disabled:" : "Гэтыя несумяшчальныя праграмы будуць адключаныя:", "Start update" : "Запусціць абнаўленне", diff --git a/core/l10n/lv.js b/core/l10n/lv.js index 3c50e94a918..9c2c9c30087 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -45,7 +45,7 @@ OC.L10N.register( "Internal error" : "Iekšēja kļūda", "Not found" : "Nav atrasts", "Bad request" : "Slikts pieprasījums", - "Requested task type does not exist" : "Pieprasītā uzdevuma veids nepastāv", + "Requested task type does not exist" : "Pieprasītais uzdevumu veids nepastāv", "Image not found" : "Attēls nav atrasts", "No translation provider available" : "Tulkošanas pakalpojuma sniedzējs nav pieejams", "Could not detect language" : "Nevarēja noteikt valodu", @@ -55,10 +55,10 @@ OC.L10N.register( "Repair info:" : "Labošanas informācija: ", "Repair warning:" : "Labošanas brīdinājums:", "Repair error:" : "Labošanas kļūda:", - "Nextcloud Server" : "Nextcloud Serveris", + "Nextcloud Server" : "Nextcloud serveris", "Some of your link shares have been removed" : "Dažas no kopīgotajām saitēm tika noņemtas", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Drošības kļūdas dēļ mums nācās noņemt dažas no kopīgotajām saitēm. Lūgums apmeklēt saiti, lai iegūtu vairāk informācijas.", - "The account limit of this instance is reached." : "Konta ierobežojums šajai instancei ir sasniegts.", + "The account limit of this instance is reached." : "Ir sasniegts konta ierobežojums šajā serverī.", "Learn more ↗" : "Uzzināt vairāk ↗", "Preparing update" : "Sagatavo atjauninājumu", "Please use the command line updater because updating via browser is disabled in your config.php." : "Lūgums izmantot komandrindas atjauninātāju, jo atjaunināšana pārlūkā ir atspējota config.php.", @@ -66,31 +66,32 @@ OC.L10N.register( "Turned off maintenance mode" : "Izslēgts uzturēšanas režīms", "Maintenance mode is kept active" : "Uzturēšanas režīms ir paturēts aktīvs", "Updating database schema" : "Atjaunina datu bāzes shēmu", - "Updated database" : "Atjaunināta datu bāze", + "Updated database" : "Atjaunināta datubāze", "Update app \"%s\" from App Store" : "Atjaunināt lietotni \"%s\" no lietotņu veikala", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Nosaka, vai uz %s attiecināmā shēma var tikt atjaunināta (tas var prasīt daudz laiku atkarībā no datu bāzes izmēriem)", - "Updated \"%1$s\" to %2$s" : "Atjaunots %1$s uz %2$s", - "Set log level to debug" : "Iestatīt žurnāla rakstīšanu uz atkļūdošanas režīmā", - "Reset log level" : "Atiestatīt žurnāla rakstīšanas režīmu", + "Updated \"%1$s\" to %2$s" : "\"%1$s\" atjauninnāts uz %2$s", + "Set log level to debug" : "Iestatīt žurnāla līmeni uz atkļūdošanu", + "Reset log level" : "Atiestatīt žurnāla līmeni", "Starting code integrity check" : "Uzsākta koda integritātes pārbaude", "Finished code integrity check" : "Pabeigta koda integritātes pārbaude", "%s (incompatible)" : "%s (nesaderīgs)", "The following apps have been disabled: %s" : "Šīs lietotnes tika atspējotas: %s", "Already up to date" : "Jau ir jaunākā", "Unknown" : "Nezināms", + "LDIF address book" : "LDIF adrešu grāmata", "Error occurred while checking server setup" : "Servera pārbaudīšanas laikā atgadījās kļūda", "For more details see the {linkstart}documentation ↗{linkend}." : "Vairāk informācijas ir skatāma {linkstart}dokumentācijā ↗{linkend}.", "unknown text" : "nezināms teksts", "Hello world!" : "Sveika, pasaule!", "sunny" : "saulains", "Hello {name}, the weather is {weather}" : "Sveiciens, {name}, laikapstākļi ir {weather}", - "Hello {name}" : "Sveiks {name}", + "Hello {name}" : "Sveiciens, {name}", "new" : "jauns", - "_download %n file_::_download %n files_" : ["lejupielādēt %n failus","lejupielādēt %n failus","lejupielādēt %n datnes"], - "The update is in progress, leaving this page might interrupt the process in some environments." : "Notiek atjaunināšana, šīs lapas atstāšana var pārtraukt procesu dažās vidēs.", - "Update to {version}" : "Atjaunināts uz {version}", + "_download %n file_::_download %n files_" : ["lejupielādēt %n datņu","lejupielādēt %n datni","lejupielādēt %n datnes"], + "The update is in progress, leaving this page might interrupt the process in some environments." : "Notiek atjaunināšana, šīs lapas pamešana dažās vidēs var pārtraukt to.", + "Update to {version}" : "Atjaunināt uz {version}", "An error occurred." : "Atgadījās kļūda.", - "Please reload the page." : "Lūdzu, atkārtoti ielādējiet lapu.", + "Please reload the page." : "Lūgums pārlādēt lapu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Atjauninājums nebija veiksmīgs. Vairāk informācijas par šo sarežģījumu ir skatāma <a href=\"{url}\">mūsu foruma ierakstā</a> .", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atjauninājums nebija veiksmīgs. Lūgums ziņot par šo nepilnību <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud kopienai</a>.", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Atjaunināšana bija veiksmīga. Notiks pārvirzīšana uz {productName} pēc %n sekundēm.","Atjaunināšana bija veiksmīga. Notiks pārvirzīšana uz {productName} pēc %n sekundes.","Atjaunināšana bija veiksmīga. Notiks pārvirzīšana uz {productName} pēc %n sekundēm."], @@ -101,7 +102,7 @@ OC.L10N.register( "No" : "Nē", "Yes" : "Jā", "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti Tavam Nextcloud", - "Please copy the link manually:" : "Lūdzu, nokopējiet saiti automātiski:", + "Please copy the link manually:" : "Lūgums pašrocīgi ievietot saiti starpliktuvē:", "Pick start date" : "Izvēlieties sākuma datumu", "Pick end date" : "Izvēlieties beigu datumu", "Search in date range" : "Meklēt laika posmā", @@ -138,8 +139,8 @@ OC.L10N.register( "Your account is not setup for passwordless login." : "Konts nav iestatīts, lai pieteiktos bez paroles.", "Your connection is not secure" : "Savienojums nav drošs", "Passwordless authentication is only available over a secure connection." : "Autentifikācija bez paroles ir pieejama tikai ar drošu savienojumu.", - "Browser not supported" : "Pārlūkprogramma netiek atbalstīta", - "Passwordless authentication is not supported in your browser." : "Pārlūkprogrammā netiek nodrošināta autentifikācija bez paroles", + "Browser not supported" : "Pārlūks nav atbalstīts", + "Passwordless authentication is not supported in your browser." : "Pārlūks nenodrošina autentificēšanos bez paroles.", "Reset password" : "Atiestatīt paroli", "Back to login" : "Atpakaļ uz pieteikšanos", "Couldn't send reset email. Please contact your administrator." : "Nevarēja nosūtīt atiestatīšanas e-pasta ziņojumu. Lūgums sazināties ar savu pārvaldītāju.", @@ -178,7 +179,7 @@ OC.L10N.register( "Database password" : "Datubāzes parole", "Database name" : "Datubāzes nosaukums", "Database tablespace" : "Datubāzes tabulas telpa", - "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lūdzu, norādiet porta numuru kopā ar resursdatora nosaukumu (piemēram, localhost: 5432).", + "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lūgums norādītt porta numuru kopā ar resursdatora nosaukumu (piemēram, localhost:5432).", "Database host" : "Datubāzes serveris", "Need help?" : "Vajadzīga palīdzība?", "See the documentation" : "Skatiet dokumentāciju", diff --git a/core/l10n/lv.json b/core/l10n/lv.json index 3a19a70d965..f432ed4ea95 100644 --- a/core/l10n/lv.json +++ b/core/l10n/lv.json @@ -43,7 +43,7 @@ "Internal error" : "Iekšēja kļūda", "Not found" : "Nav atrasts", "Bad request" : "Slikts pieprasījums", - "Requested task type does not exist" : "Pieprasītā uzdevuma veids nepastāv", + "Requested task type does not exist" : "Pieprasītais uzdevumu veids nepastāv", "Image not found" : "Attēls nav atrasts", "No translation provider available" : "Tulkošanas pakalpojuma sniedzējs nav pieejams", "Could not detect language" : "Nevarēja noteikt valodu", @@ -53,10 +53,10 @@ "Repair info:" : "Labošanas informācija: ", "Repair warning:" : "Labošanas brīdinājums:", "Repair error:" : "Labošanas kļūda:", - "Nextcloud Server" : "Nextcloud Serveris", + "Nextcloud Server" : "Nextcloud serveris", "Some of your link shares have been removed" : "Dažas no kopīgotajām saitēm tika noņemtas", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Drošības kļūdas dēļ mums nācās noņemt dažas no kopīgotajām saitēm. Lūgums apmeklēt saiti, lai iegūtu vairāk informācijas.", - "The account limit of this instance is reached." : "Konta ierobežojums šajai instancei ir sasniegts.", + "The account limit of this instance is reached." : "Ir sasniegts konta ierobežojums šajā serverī.", "Learn more ↗" : "Uzzināt vairāk ↗", "Preparing update" : "Sagatavo atjauninājumu", "Please use the command line updater because updating via browser is disabled in your config.php." : "Lūgums izmantot komandrindas atjauninātāju, jo atjaunināšana pārlūkā ir atspējota config.php.", @@ -64,31 +64,32 @@ "Turned off maintenance mode" : "Izslēgts uzturēšanas režīms", "Maintenance mode is kept active" : "Uzturēšanas režīms ir paturēts aktīvs", "Updating database schema" : "Atjaunina datu bāzes shēmu", - "Updated database" : "Atjaunināta datu bāze", + "Updated database" : "Atjaunināta datubāze", "Update app \"%s\" from App Store" : "Atjaunināt lietotni \"%s\" no lietotņu veikala", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Nosaka, vai uz %s attiecināmā shēma var tikt atjaunināta (tas var prasīt daudz laiku atkarībā no datu bāzes izmēriem)", - "Updated \"%1$s\" to %2$s" : "Atjaunots %1$s uz %2$s", - "Set log level to debug" : "Iestatīt žurnāla rakstīšanu uz atkļūdošanas režīmā", - "Reset log level" : "Atiestatīt žurnāla rakstīšanas režīmu", + "Updated \"%1$s\" to %2$s" : "\"%1$s\" atjauninnāts uz %2$s", + "Set log level to debug" : "Iestatīt žurnāla līmeni uz atkļūdošanu", + "Reset log level" : "Atiestatīt žurnāla līmeni", "Starting code integrity check" : "Uzsākta koda integritātes pārbaude", "Finished code integrity check" : "Pabeigta koda integritātes pārbaude", "%s (incompatible)" : "%s (nesaderīgs)", "The following apps have been disabled: %s" : "Šīs lietotnes tika atspējotas: %s", "Already up to date" : "Jau ir jaunākā", "Unknown" : "Nezināms", + "LDIF address book" : "LDIF adrešu grāmata", "Error occurred while checking server setup" : "Servera pārbaudīšanas laikā atgadījās kļūda", "For more details see the {linkstart}documentation ↗{linkend}." : "Vairāk informācijas ir skatāma {linkstart}dokumentācijā ↗{linkend}.", "unknown text" : "nezināms teksts", "Hello world!" : "Sveika, pasaule!", "sunny" : "saulains", "Hello {name}, the weather is {weather}" : "Sveiciens, {name}, laikapstākļi ir {weather}", - "Hello {name}" : "Sveiks {name}", + "Hello {name}" : "Sveiciens, {name}", "new" : "jauns", - "_download %n file_::_download %n files_" : ["lejupielādēt %n failus","lejupielādēt %n failus","lejupielādēt %n datnes"], - "The update is in progress, leaving this page might interrupt the process in some environments." : "Notiek atjaunināšana, šīs lapas atstāšana var pārtraukt procesu dažās vidēs.", - "Update to {version}" : "Atjaunināts uz {version}", + "_download %n file_::_download %n files_" : ["lejupielādēt %n datņu","lejupielādēt %n datni","lejupielādēt %n datnes"], + "The update is in progress, leaving this page might interrupt the process in some environments." : "Notiek atjaunināšana, šīs lapas pamešana dažās vidēs var pārtraukt to.", + "Update to {version}" : "Atjaunināt uz {version}", "An error occurred." : "Atgadījās kļūda.", - "Please reload the page." : "Lūdzu, atkārtoti ielādējiet lapu.", + "Please reload the page." : "Lūgums pārlādēt lapu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Atjauninājums nebija veiksmīgs. Vairāk informācijas par šo sarežģījumu ir skatāma <a href=\"{url}\">mūsu foruma ierakstā</a> .", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atjauninājums nebija veiksmīgs. Lūgums ziņot par šo nepilnību <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud kopienai</a>.", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Atjaunināšana bija veiksmīga. Notiks pārvirzīšana uz {productName} pēc %n sekundēm.","Atjaunināšana bija veiksmīga. Notiks pārvirzīšana uz {productName} pēc %n sekundes.","Atjaunināšana bija veiksmīga. Notiks pārvirzīšana uz {productName} pēc %n sekundēm."], @@ -99,7 +100,7 @@ "No" : "Nē", "Yes" : "Jā", "Failed to add the public link to your Nextcloud" : "Neizdevās pievienot publisku saiti Tavam Nextcloud", - "Please copy the link manually:" : "Lūdzu, nokopējiet saiti automātiski:", + "Please copy the link manually:" : "Lūgums pašrocīgi ievietot saiti starpliktuvē:", "Pick start date" : "Izvēlieties sākuma datumu", "Pick end date" : "Izvēlieties beigu datumu", "Search in date range" : "Meklēt laika posmā", @@ -136,8 +137,8 @@ "Your account is not setup for passwordless login." : "Konts nav iestatīts, lai pieteiktos bez paroles.", "Your connection is not secure" : "Savienojums nav drošs", "Passwordless authentication is only available over a secure connection." : "Autentifikācija bez paroles ir pieejama tikai ar drošu savienojumu.", - "Browser not supported" : "Pārlūkprogramma netiek atbalstīta", - "Passwordless authentication is not supported in your browser." : "Pārlūkprogrammā netiek nodrošināta autentifikācija bez paroles", + "Browser not supported" : "Pārlūks nav atbalstīts", + "Passwordless authentication is not supported in your browser." : "Pārlūks nenodrošina autentificēšanos bez paroles.", "Reset password" : "Atiestatīt paroli", "Back to login" : "Atpakaļ uz pieteikšanos", "Couldn't send reset email. Please contact your administrator." : "Nevarēja nosūtīt atiestatīšanas e-pasta ziņojumu. Lūgums sazināties ar savu pārvaldītāju.", @@ -176,7 +177,7 @@ "Database password" : "Datubāzes parole", "Database name" : "Datubāzes nosaukums", "Database tablespace" : "Datubāzes tabulas telpa", - "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lūdzu, norādiet porta numuru kopā ar resursdatora nosaukumu (piemēram, localhost: 5432).", + "Please specify the port number along with the host name (e.g., localhost:5432)." : "Lūgums norādītt porta numuru kopā ar resursdatora nosaukumu (piemēram, localhost:5432).", "Database host" : "Datubāzes serveris", "Need help?" : "Vajadzīga palīdzība?", "See the documentation" : "Skatiet dokumentāciju", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 8302940fd89..2c66a5c9f02 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -74,7 +74,7 @@ OC.L10N.register( "Update app \"%s\" from App Store" : "Update app \"%s\" vanuit de App Store", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema voor %s geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de database)", "Updated \"%1$s\" to %2$s" : "Werkte \"%1$s\" bij tot %2$s", - "Set log level to debug" : "Debug logniveau instellen", + "Set log level to debug" : "Foutopsporingslogniveau instellen", "Reset log level" : "Terugzetten logniveau", "Starting code integrity check" : "Starten code betrouwbaarheidscontrole", "Finished code integrity check" : "Code betrouwbaarheidscontrole beeindigd", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 8107cedbdfe..d92fd27bef1 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -72,7 +72,7 @@ "Update app \"%s\" from App Store" : "Update app \"%s\" vanuit de App Store", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controleert of het databaseschema voor %s geüpdatet kan worden (dit kan lang duren afhankelijk van de grootte van de database)", "Updated \"%1$s\" to %2$s" : "Werkte \"%1$s\" bij tot %2$s", - "Set log level to debug" : "Debug logniveau instellen", + "Set log level to debug" : "Foutopsporingslogniveau instellen", "Reset log level" : "Terugzetten logniveau", "Starting code integrity check" : "Starten code betrouwbaarheidscontrole", "Finished code integrity check" : "Code betrouwbaarheidscontrole beeindigd", diff --git a/lib/l10n/be.js b/lib/l10n/be.js index eb38c0ed05e..4d73f079394 100644 --- a/lib/l10n/be.js +++ b/lib/l10n/be.js @@ -1,11 +1,39 @@ OC.L10N.register( "lib", { + "%1$s and %2$s" : "%1$s і %2$s", + "%1$s, %2$s and %3$s" : "%1$s, %2$s і %3$s", + "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s і %4$s", + "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s і %5$s", "Authentication" : "Аўтэнтыфікацыя", "Unknown filetype" : "Невядомы тып файла", + "Avatar image is not square" : "Відарыс аватара не квадратны", "Files" : "Файлы", + "_%nh_::_%nh_" : ["%n г","%n г","%n г","%n г"], + "_%nm_::_%nm_" : ["%n хв","%n хв","%n хв","%n хв"], + "Local time: %s" : "Мясцовы час: %s", + "today" : "сёння", + "tomorrow" : "заўтра", + "yesterday" : "учора", + "_in %n day_::_in %n days_" : ["праз %n дзень","праз %n дні","праз %n дзён","праз %n дзён"], + "_%n day ago_::_%n days ago_" : ["%n дзень таму","%n дні таму","%n дзён таму","%n дзён таму"], + "next month" : "у наступным месяцы", + "last month" : "у мінулым месяцы", + "_in %n month_::_in %n months_" : ["праз %n месяц","праз %n месяцы","праз %n месяцаў","праз %n месяцаў"], + "_%n month ago_::_%n months ago_" : ["%n месяц таму","%n месяцы таму","%n месяцаў таму","%n месяцаў таму"], + "next year" : "у наступным годзе", + "last year" : "у мінулым годзе", + "_in %n year_::_in %n years_" : ["праз %n год","праз %n гады","праз %n гадоў","праз %n гадоў"], "_%n year ago_::_%n years ago_" : ["%n год таму","%n гады таму","%n гадоў таму","%n гадоў таму"], + "_in %n hour_::_in %n hours_" : ["праз %n гадзіну","праз %n гадзіны","праз %n гадзін","праз %n гадзін"], + "_%n hour ago_::_%n hours ago_" : ["%n гадзіну таму","%n гадзіны таму","%n гадзін таму","%n гадзін таму"], + "_in %n minute_::_in %n minutes_" : ["праз %n хвіліну","праз %n хвіліны","праз %n хвілін","праз %n хвілін"], + "_%n minute ago_::_%n minutes ago_" : ["%n хвіліну таму","%n хвіліны таму","%n хвілін таму","%n хвілін таму"], + "in a few seconds" : "праз некалькі секунд", "seconds ago" : "с таму", + "Empty file" : "Пусты файл", + "Could not convert file" : "Не атрымалася канвертаваць файл", + "%1$s (renamed)" : "%1$s (перайменаваны)", "Templates" : "Шаблоны", "__language_name__" : "Беларуская", "Apps" : "Праграмы", @@ -15,6 +43,7 @@ OC.L10N.register( "Twitter" : "Twitter", "Role" : "Роля", "Pronouns" : "Займеннікі", + "Could not find category \"%s\"" : "Не ўдалося знайсці катэгорыю \"%s\"", "Sunday" : "Нядзеля", "Monday" : "Панядзелак", "Tuesday" : "Аўторак", @@ -41,7 +70,20 @@ OC.L10N.register( "October" : "Кастрычнік", "November" : "Лістапад", "December" : "Снежань", + "Account disabled" : "Уліковы запіс адключаны", + "Application is not enabled" : "Праграма не ўключана", + "Authentication error" : "Памылка аўтэнтыфікацыі", + "Images" : "Відарысы", + "Question" : "Пытанне", + "Number of images" : "Колькасць відарысаў", + "Chat" : "Чат", + "Chat with the assistant" : "Чат з памочнікам", "Text" : "Тэкст", - "Translate" : "Перакласці" + "Translate" : "Перакласці", + "Result" : "Вынік", + "The translated text" : "Перакладзены тэкст", + "Organisation" : "Арганізацыя", + "Cannot download file" : "Немагчыма спампаваць файл", + "Login is too long" : "Лагін занадта доўгі" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/lib/l10n/be.json b/lib/l10n/be.json index d944caed749..9a410c17f7d 100644 --- a/lib/l10n/be.json +++ b/lib/l10n/be.json @@ -1,9 +1,37 @@ { "translations": { + "%1$s and %2$s" : "%1$s і %2$s", + "%1$s, %2$s and %3$s" : "%1$s, %2$s і %3$s", + "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s і %4$s", + "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s і %5$s", "Authentication" : "Аўтэнтыфікацыя", "Unknown filetype" : "Невядомы тып файла", + "Avatar image is not square" : "Відарыс аватара не квадратны", "Files" : "Файлы", + "_%nh_::_%nh_" : ["%n г","%n г","%n г","%n г"], + "_%nm_::_%nm_" : ["%n хв","%n хв","%n хв","%n хв"], + "Local time: %s" : "Мясцовы час: %s", + "today" : "сёння", + "tomorrow" : "заўтра", + "yesterday" : "учора", + "_in %n day_::_in %n days_" : ["праз %n дзень","праз %n дні","праз %n дзён","праз %n дзён"], + "_%n day ago_::_%n days ago_" : ["%n дзень таму","%n дні таму","%n дзён таму","%n дзён таму"], + "next month" : "у наступным месяцы", + "last month" : "у мінулым месяцы", + "_in %n month_::_in %n months_" : ["праз %n месяц","праз %n месяцы","праз %n месяцаў","праз %n месяцаў"], + "_%n month ago_::_%n months ago_" : ["%n месяц таму","%n месяцы таму","%n месяцаў таму","%n месяцаў таму"], + "next year" : "у наступным годзе", + "last year" : "у мінулым годзе", + "_in %n year_::_in %n years_" : ["праз %n год","праз %n гады","праз %n гадоў","праз %n гадоў"], "_%n year ago_::_%n years ago_" : ["%n год таму","%n гады таму","%n гадоў таму","%n гадоў таму"], + "_in %n hour_::_in %n hours_" : ["праз %n гадзіну","праз %n гадзіны","праз %n гадзін","праз %n гадзін"], + "_%n hour ago_::_%n hours ago_" : ["%n гадзіну таму","%n гадзіны таму","%n гадзін таму","%n гадзін таму"], + "_in %n minute_::_in %n minutes_" : ["праз %n хвіліну","праз %n хвіліны","праз %n хвілін","праз %n хвілін"], + "_%n minute ago_::_%n minutes ago_" : ["%n хвіліну таму","%n хвіліны таму","%n хвілін таму","%n хвілін таму"], + "in a few seconds" : "праз некалькі секунд", "seconds ago" : "с таму", + "Empty file" : "Пусты файл", + "Could not convert file" : "Не атрымалася канвертаваць файл", + "%1$s (renamed)" : "%1$s (перайменаваны)", "Templates" : "Шаблоны", "__language_name__" : "Беларуская", "Apps" : "Праграмы", @@ -13,6 +41,7 @@ "Twitter" : "Twitter", "Role" : "Роля", "Pronouns" : "Займеннікі", + "Could not find category \"%s\"" : "Не ўдалося знайсці катэгорыю \"%s\"", "Sunday" : "Нядзеля", "Monday" : "Панядзелак", "Tuesday" : "Аўторак", @@ -39,7 +68,20 @@ "October" : "Кастрычнік", "November" : "Лістапад", "December" : "Снежань", + "Account disabled" : "Уліковы запіс адключаны", + "Application is not enabled" : "Праграма не ўключана", + "Authentication error" : "Памылка аўтэнтыфікацыі", + "Images" : "Відарысы", + "Question" : "Пытанне", + "Number of images" : "Колькасць відарысаў", + "Chat" : "Чат", + "Chat with the assistant" : "Чат з памочнікам", "Text" : "Тэкст", - "Translate" : "Перакласці" + "Translate" : "Перакласці", + "Result" : "Вынік", + "The translated text" : "Перакладзены тэкст", + "Organisation" : "Арганізацыя", + "Cannot download file" : "Немагчыма спампаваць файл", + "Login is too long" : "Лагін занадта доўгі" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/lib/l10n/sw.js b/lib/l10n/sw.js index 9e10b43b403..0eca41da17e 100644 --- a/lib/l10n/sw.js +++ b/lib/l10n/sw.js @@ -45,9 +45,27 @@ OC.L10N.register( "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Images" : "Picha", "Question" : "Swali", + "Voice chat with the assistant" : "Voice chat with the assistant", + "System prompt" : "System prompt", + "Define rules and assumptions that the assistant should follow during the conversation." : "Define rules and assumptions that the assistant should follow during the conversation.", + "Chat voice message" : "Chat voice message", + "Chat history" : "Chat history", + "Input transcript" : "Input transcript", + "Transcription of the audio input" : "Transcription of the audio input", + "Response voice message" : "Response voice message", + "The generated voice response as part of the conversation" : "The generated voice response as part of the conversation", + "Output transcript" : "Output transcript", + "Transcription of the audio output" : "Transcription of the audio output", + "Transcribe audio" : "Transcribe audio", + "Audio input" : "Audio input", "Confirmation" : "Uthibitisho", + "Prompt" : "Prompt", + "Describe a task that you want the assistant to do or ask a question" : "Describe a task that you want the assistant to do or ask a question", + "The history of chat messages before the current message, starting with a message by the user" : "The history of chat messages before the current message, starting with a message by the user", "Text" : "Maandishi", + "Summarize" : "Summarize", "Summary" : "Muhtasari", - "Translate" : "Tafsiri" + "Translate" : "Tafsiri", + "Result" : "Result" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sw.json b/lib/l10n/sw.json index a645af4e6a8..5759a8f07f4 100644 --- a/lib/l10n/sw.json +++ b/lib/l10n/sw.json @@ -43,9 +43,27 @@ "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Images" : "Picha", "Question" : "Swali", + "Voice chat with the assistant" : "Voice chat with the assistant", + "System prompt" : "System prompt", + "Define rules and assumptions that the assistant should follow during the conversation." : "Define rules and assumptions that the assistant should follow during the conversation.", + "Chat voice message" : "Chat voice message", + "Chat history" : "Chat history", + "Input transcript" : "Input transcript", + "Transcription of the audio input" : "Transcription of the audio input", + "Response voice message" : "Response voice message", + "The generated voice response as part of the conversation" : "The generated voice response as part of the conversation", + "Output transcript" : "Output transcript", + "Transcription of the audio output" : "Transcription of the audio output", + "Transcribe audio" : "Transcribe audio", + "Audio input" : "Audio input", "Confirmation" : "Uthibitisho", + "Prompt" : "Prompt", + "Describe a task that you want the assistant to do or ask a question" : "Describe a task that you want the assistant to do or ask a question", + "The history of chat messages before the current message, starting with a message by the user" : "The history of chat messages before the current message, starting with a message by the user", "Text" : "Maandishi", + "Summarize" : "Summarize", "Summary" : "Muhtasari", - "Translate" : "Tafsiri" + "Translate" : "Tafsiri", + "Result" : "Result" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |