Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfo

This commit is contained in:
hopleus 2024-03-04 15:48:00 +03:00 committed by GitHub
commit dc77f4039e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
260 changed files with 2118 additions and 862 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Check composer.json
id: check_composer
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
with:
files: "composer.json"
@ -101,7 +101,7 @@ jobs:
run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}"
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 # v6.6.0
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1
with:
component: ${{ matrix.containers == 'component' }}
group: ${{ matrix.use-cypress-cloud && matrix.containers == 'component' && 'Run component' || matrix.use-cypress-cloud && 'Run E2E' || '' }}

View file

@ -98,7 +98,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-files-external-ftp

View file

@ -96,7 +96,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-files-external-s3
@ -163,7 +163,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-files-external-s3

View file

@ -87,7 +87,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-files-external-sftp

View file

@ -89,7 +89,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
with:
files: ./clover.xml
flags: phpunit-files-external-webdav

View file

@ -89,7 +89,7 @@ jobs:
run: npm run test:coverage
- name: Collect coverage
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
with:
files: ./coverage/lcov.info

View file

@ -58,7 +58,7 @@ jobs:
- name: Create Pull Request
if: always()
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v5
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "chore(deps): fix npm audit"

View file

@ -103,7 +103,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-azure

View file

@ -109,7 +109,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-s3

View file

@ -99,7 +99,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-swift

View file

@ -119,7 +119,7 @@ jobs:
- name: Upload db code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.db.xml
flags: phpunit-mariadb

View file

@ -98,7 +98,7 @@ jobs:
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.xml
flags: phpunit-memcached

View file

@ -119,7 +119,7 @@ jobs:
- name: Upload db code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.db.xml
flags: phpunit-mysql

View file

@ -102,7 +102,7 @@ jobs:
- name: Upload nodb code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.nodb.xml
flags: phpunit-nodb

View file

@ -117,7 +117,7 @@ jobs:
- name: Upload db code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.db.xml
flags: phpunit-oci

View file

@ -114,7 +114,7 @@ jobs:
- name: Upload db code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.db.xml
flags: phpunit-postgres

View file

@ -102,7 +102,7 @@ jobs:
- name: Upload db code coverage
if: ${{ !cancelled() && matrix.coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./clover.db.xml
flags: phpunit-sqlite

View file

@ -26,7 +26,7 @@ jobs:
run: curl --etag-compare build/ca-bundle-etag.txt --etag-save build/ca-bundle-etag.txt --output resources/config/ca-bundle.crt https://curl.se/ca/cacert.pem
- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "fix(security): Update CA certificate bundle"

View file

@ -29,7 +29,7 @@ jobs:
run: openssl crl -verify -in resources/codesigning/root.crl -CAfile resources/codesigning/root.crt -noout
- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: "fix(security): Update code signing revocation list"

View file

@ -50,7 +50,7 @@ jobs:
git checkout composer.json composer.lock lib/composer
- name: Create Pull Request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: Update psalm baseline

View file

@ -3,6 +3,8 @@ OC.L10N.register(
{
"Recently contacted" : "Contautos de recién",
"Contacts Interaction" : "Interaición con contautos",
"Manages interaction between accounts and contacts" : "Xestiona la interaición ente cuentes y contautos",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Recueye datos de les interaiciones de cuentes y contautos y forne una llibreta de direiciones colos datos",
"Manages interaction between users and contacts" : "Xestiona la interaición ente usuarios y contautos",
"Collect data about user and contacts interactions and provide an address book for the data" : "Recueye datos de les interaiciones d'usuarios y contautos y forne una llibreta de direiciones colos datos"
},

View file

@ -1,6 +1,8 @@
{ "translations": {
"Recently contacted" : "Contautos de recién",
"Contacts Interaction" : "Interaición con contautos",
"Manages interaction between accounts and contacts" : "Xestiona la interaición ente cuentes y contautos",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Recueye datos de les interaiciones de cuentes y contautos y forne una llibreta de direiciones colos datos",
"Manages interaction between users and contacts" : "Xestiona la interaición ente usuarios y contautos",
"Collect data about user and contacts interactions and provide an address book for the data" : "Recueye datos de les interaiciones d'usuarios y contautos y forne una llibreta de direiciones colos datos"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

109
apps/dav/l10n/ast.js Normal file
View file

@ -0,0 +1,109 @@
OC.L10N.register(
"dav",
{
"Calendar" : "Calendariu",
"Tasks" : "Xeres",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó'l calendariu «{calendar}»",
"You created calendar {calendar}" : "Creesti'l calendariu «{calendar}»",
"{actor} deleted calendar {calendar}" : "{actor} desanició'l calendariu «{calendar}»",
"You deleted calendar {calendar}" : "Desaniciesti'l calendariu «{calendar}»",
"{actor} updated calendar {calendar}" : "{actor} anovó'l calendariu «{calendar}»",
"You updated calendar {calendar}" : "Anovesti'l calendariu «{calendar}»",
"{actor} restored calendar {calendar}" : "{actor} restauró'l calendariu «{calendar}»",
"You restored calendar {calendar}" : "Restauresti'l calendariu «{calendar}»",
"You removed public link for calendar {calendar}" : "Desaniciesti l'enllaz públicu del calendariu «{calendar}»",
"{actor} shared calendar {calendar} with you" : "{actor} compartió'l calendariu «{calendar}» contigo",
"You shared calendar {calendar} with {user}" : "Compartiesti'l calendariu «{calendar}» con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió'l calendariu «{calendar}» con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} dexó de compartir el calendariu «{calendar}» contigo",
"You unshared calendar {calendar} from {user}" : "Dexesti de compartir el calendariu «{calendar}» con «{user}»",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dexó de compartir el calendariu «{calendar}» con «{user}»",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dexó de compartir el calendariu «{calendar}» con sigo",
"You shared calendar {calendar} with group {group}" : "Compartiesti'l calendariu «{calendar}» col grupu «{gorup}»",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió'l calendariu «{calendar}» col grupu «{group}»",
"You unshared calendar {calendar} from group {group}" : "Dexesti de compartir el calendariu «{calendar}» col grupu «{group}»",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dexó de compartir el calendariu «{calendar}» col grupu «{group}»",
"Untitled event" : "Eventu ensin títulu",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó l'eventu «{event}» nel calendariu «{calendar}»",
"You created event {event} in calendar {calendar}" : "Creesti l'eventu «{event}» nel calendariu «{calendar}»",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} desanició l'eventu «{event}» del calendariu «{calendar}»",
"You deleted event {event} from calendar {calendar}" : "Desaniciesti l'eventu «{event}» del calendariu «{calendar}»",
"{actor} updated event {event} in calendar {calendar}" : "{actor} anovó l'eventu {event} nel calendariu {calendar}",
"You updated event {event} in calendar {calendar}" : "Anovesti l'eventu {event} nel calendariu {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} movió l'eventu «{event}» del calendariu «{sourceCalendar}» al calendariu «{targetCalendar}»",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Moviesti l'eventu «{event}» del calendariu «{sourceCalendar}» al calendariu «{targetCalendar}»",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restauró l'eventu «{event}» del calendariu «{calendar}»",
"You restored event {event} of calendar {calendar}" : "Restauresti l'eventu «{event}» del calendariu «{calendar}»",
"{actor} created to-do {todo} in list {calendar}" : "{actor} creó la xera pendiente «{todo}» na llista «{calendar}»",
"You created to-do {todo} in list {calendar}" : "Creesti la xera pendiente «{todo}» na llista «{calendar}»",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} desanició la xera pendiente «{todo}» de la llista «{calendar}»",
"You deleted to-do {todo} from list {calendar}" : "Desaniciesti la xera pendiente «{todo}» de la llista «{calendar}»",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} anovó la xera pendiente «{todo}» de la llista «{calendar}»",
"You updated to-do {todo} in list {calendar}" : "Anovesti la xera pendiente «{todo}» de la llista «{calendar}»",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} resolvió la xera pendiente «{todo}» de la llista «{calendar}»",
"You solved to-do {todo} in list {calendar}" : "Resolviesti la xera pendiente «{todo}» de la llista «{calendar}»",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} volvió abrir la xera pendiente «{todo}» de la llista «{calendar}»",
"You reopened to-do {todo} in list {calendar}" : "Volviesti abrir la xera pendiente «{todo}» de la llista «{calendar}»",
"A <strong>calendar</strong> was modified" : "Modificóse un <strong>calendariu</strong>",
"A calendar <strong>event</strong> was modified" : "Modificóse un elementu del <strong>calendariu</strong>",
"A calendar <strong>to-do</strong> was modified" : "Modificóse una <strong>xera pendiente</strong> del calendariu",
"Untitled calendar" : "Calendariu ensin títulu",
"Calendar:" : "Calendariu:",
"Date:" : "Data:",
"Description:" : "Descripción:",
"_%n year_::_%n years_" : ["%n añu","%n años"],
"_%n month_::_%n months_" : ["%n mes","%n meses"],
"_%n day_::_%n days_" : ["%n día","%n díes"],
"_%n hour_::_%n hours_" : ["%n hora","%n hores"],
"_%n minute_::_%n minutes_" : ["%n minutu","%n minutos"],
"Calendar: %s" : "Calendariu: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Descripción: %s",
"%1$s via %2$s" : "%1$s per %2$s",
"%1$s has accepted your invitation" : "%1$s aceptó la to invitación",
"%1$s has declined your invitation" : "%1$s refugó la to invitación",
"%1$s has responded to your invitation" : "%1$s respondió a la to invitación",
"Invitation updated: %1$s" : "Anovóse la invitación: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s anovó l'eventu «%2$s»",
"Invitation: %1$s" : "Invitación: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s quier convidate a «%2$s»",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Títulu:",
"Time:" : "Hora:",
"Location:" : "Llugar:",
"Link:" : "Enllaz:",
"Accept" : "Aceptar",
"Decline" : "Refugar",
"More options …" : "Más opciones…",
"Contacts" : "Contautos",
"Accounts" : "Cuentes",
"File is not updatable: %1$s" : "El ficheru nun se pue anovar: %1$s",
"Could not write file contents" : "Nun se pudo escribir los conteníos del ficheru",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Could not open file" : "Nun se pudo abrir el ficheru",
"Encryption not ready: %1$s" : "El cifráu nun ta preparáu: %1$s",
"File not found: %1$s" : "Nun s'atopó'l ficheru: %1$s",
"Configures a CalDAV account" : "Configura una cuenta CalDAV",
"Configures a CardDAV account" : "Configura una cuenta CardDAV",
"Events" : "Eventos",
"Untitled task" : "Xera ensin títulu",
"Contacts and groups" : "Contautos y grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Estremu de WebDAV",
"Save" : "Guardar",
"Time zone:" : "Fusu horariu:",
"Monday" : "Llunes",
"Tuesday" : "Martes",
"Wednesday" : "Miércoles",
"Thursday" : "Xueves",
"Friday" : "Vienres",
"Saturday" : "Sábadu",
"Sunday" : "Domingu",
"Availability" : "Disponibilidá",
"Calendar server" : "Sirvidor de calendarios",
"Are you accepting the invitation?" : "¿Aceptes la invitación?",
"Your attendance was updated successfully." : "La to asistencia anovóse correutamente."
},
"nplurals=2; plural=(n != 1);");

107
apps/dav/l10n/ast.json Normal file
View file

@ -0,0 +1,107 @@
{ "translations": {
"Calendar" : "Calendariu",
"Tasks" : "Xeres",
"Personal" : "Personal",
"{actor} created calendar {calendar}" : "{actor} creó'l calendariu «{calendar}»",
"You created calendar {calendar}" : "Creesti'l calendariu «{calendar}»",
"{actor} deleted calendar {calendar}" : "{actor} desanició'l calendariu «{calendar}»",
"You deleted calendar {calendar}" : "Desaniciesti'l calendariu «{calendar}»",
"{actor} updated calendar {calendar}" : "{actor} anovó'l calendariu «{calendar}»",
"You updated calendar {calendar}" : "Anovesti'l calendariu «{calendar}»",
"{actor} restored calendar {calendar}" : "{actor} restauró'l calendariu «{calendar}»",
"You restored calendar {calendar}" : "Restauresti'l calendariu «{calendar}»",
"You removed public link for calendar {calendar}" : "Desaniciesti l'enllaz públicu del calendariu «{calendar}»",
"{actor} shared calendar {calendar} with you" : "{actor} compartió'l calendariu «{calendar}» contigo",
"You shared calendar {calendar} with {user}" : "Compartiesti'l calendariu «{calendar}» con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió'l calendariu «{calendar}» con {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} dexó de compartir el calendariu «{calendar}» contigo",
"You unshared calendar {calendar} from {user}" : "Dexesti de compartir el calendariu «{calendar}» con «{user}»",
"{actor} unshared calendar {calendar} from {user}" : "{actor} dexó de compartir el calendariu «{calendar}» con «{user}»",
"{actor} unshared calendar {calendar} from themselves" : "{actor} dexó de compartir el calendariu «{calendar}» con sigo",
"You shared calendar {calendar} with group {group}" : "Compartiesti'l calendariu «{calendar}» col grupu «{gorup}»",
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió'l calendariu «{calendar}» col grupu «{group}»",
"You unshared calendar {calendar} from group {group}" : "Dexesti de compartir el calendariu «{calendar}» col grupu «{group}»",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dexó de compartir el calendariu «{calendar}» col grupu «{group}»",
"Untitled event" : "Eventu ensin títulu",
"{actor} created event {event} in calendar {calendar}" : "{actor} creó l'eventu «{event}» nel calendariu «{calendar}»",
"You created event {event} in calendar {calendar}" : "Creesti l'eventu «{event}» nel calendariu «{calendar}»",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} desanició l'eventu «{event}» del calendariu «{calendar}»",
"You deleted event {event} from calendar {calendar}" : "Desaniciesti l'eventu «{event}» del calendariu «{calendar}»",
"{actor} updated event {event} in calendar {calendar}" : "{actor} anovó l'eventu {event} nel calendariu {calendar}",
"You updated event {event} in calendar {calendar}" : "Anovesti l'eventu {event} nel calendariu {calendar}",
"{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} movió l'eventu «{event}» del calendariu «{sourceCalendar}» al calendariu «{targetCalendar}»",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Moviesti l'eventu «{event}» del calendariu «{sourceCalendar}» al calendariu «{targetCalendar}»",
"{actor} restored event {event} of calendar {calendar}" : "{actor} restauró l'eventu «{event}» del calendariu «{calendar}»",
"You restored event {event} of calendar {calendar}" : "Restauresti l'eventu «{event}» del calendariu «{calendar}»",
"{actor} created to-do {todo} in list {calendar}" : "{actor} creó la xera pendiente «{todo}» na llista «{calendar}»",
"You created to-do {todo} in list {calendar}" : "Creesti la xera pendiente «{todo}» na llista «{calendar}»",
"{actor} deleted to-do {todo} from list {calendar}" : "{actor} desanició la xera pendiente «{todo}» de la llista «{calendar}»",
"You deleted to-do {todo} from list {calendar}" : "Desaniciesti la xera pendiente «{todo}» de la llista «{calendar}»",
"{actor} updated to-do {todo} in list {calendar}" : "{actor} anovó la xera pendiente «{todo}» de la llista «{calendar}»",
"You updated to-do {todo} in list {calendar}" : "Anovesti la xera pendiente «{todo}» de la llista «{calendar}»",
"{actor} solved to-do {todo} in list {calendar}" : "{actor} resolvió la xera pendiente «{todo}» de la llista «{calendar}»",
"You solved to-do {todo} in list {calendar}" : "Resolviesti la xera pendiente «{todo}» de la llista «{calendar}»",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} volvió abrir la xera pendiente «{todo}» de la llista «{calendar}»",
"You reopened to-do {todo} in list {calendar}" : "Volviesti abrir la xera pendiente «{todo}» de la llista «{calendar}»",
"A <strong>calendar</strong> was modified" : "Modificóse un <strong>calendariu</strong>",
"A calendar <strong>event</strong> was modified" : "Modificóse un elementu del <strong>calendariu</strong>",
"A calendar <strong>to-do</strong> was modified" : "Modificóse una <strong>xera pendiente</strong> del calendariu",
"Untitled calendar" : "Calendariu ensin títulu",
"Calendar:" : "Calendariu:",
"Date:" : "Data:",
"Description:" : "Descripción:",
"_%n year_::_%n years_" : ["%n añu","%n años"],
"_%n month_::_%n months_" : ["%n mes","%n meses"],
"_%n day_::_%n days_" : ["%n día","%n díes"],
"_%n hour_::_%n hours_" : ["%n hora","%n hores"],
"_%n minute_::_%n minutes_" : ["%n minutu","%n minutos"],
"Calendar: %s" : "Calendariu: %s",
"Date: %s" : "Data: %s",
"Description: %s" : "Descripción: %s",
"%1$s via %2$s" : "%1$s per %2$s",
"%1$s has accepted your invitation" : "%1$s aceptó la to invitación",
"%1$s has declined your invitation" : "%1$s refugó la to invitación",
"%1$s has responded to your invitation" : "%1$s respondió a la to invitación",
"Invitation updated: %1$s" : "Anovóse la invitación: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s anovó l'eventu «%2$s»",
"Invitation: %1$s" : "Invitación: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s quier convidate a «%2$s»",
"Organizer:" : "Organizador:",
"Attendees:" : "Asistentes:",
"Title:" : "Títulu:",
"Time:" : "Hora:",
"Location:" : "Llugar:",
"Link:" : "Enllaz:",
"Accept" : "Aceptar",
"Decline" : "Refugar",
"More options …" : "Más opciones…",
"Contacts" : "Contautos",
"Accounts" : "Cuentes",
"File is not updatable: %1$s" : "El ficheru nun se pue anovar: %1$s",
"Could not write file contents" : "Nun se pudo escribir los conteníos del ficheru",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Could not open file" : "Nun se pudo abrir el ficheru",
"Encryption not ready: %1$s" : "El cifráu nun ta preparáu: %1$s",
"File not found: %1$s" : "Nun s'atopó'l ficheru: %1$s",
"Configures a CalDAV account" : "Configura una cuenta CalDAV",
"Configures a CardDAV account" : "Configura una cuenta CardDAV",
"Events" : "Eventos",
"Untitled task" : "Xera ensin títulu",
"Contacts and groups" : "Contautos y grupos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Estremu de WebDAV",
"Save" : "Guardar",
"Time zone:" : "Fusu horariu:",
"Monday" : "Llunes",
"Tuesday" : "Martes",
"Wednesday" : "Miércoles",
"Thursday" : "Xueves",
"Friday" : "Vienres",
"Saturday" : "Sábadu",
"Sunday" : "Domingu",
"Availability" : "Disponibilidá",
"Calendar server" : "Sirvidor de calendarios",
"Are you accepting the invitation?" : "¿Aceptes la invitación?",
"Your attendance was updated successfully." : "La to asistencia anovóse correutamente."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -151,7 +151,7 @@ OC.L10N.register(
"No outstanding DAV system address book sync." : "Немає незавершеної синхронізації системної адресної книги DAV.",
"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 ще не запускалася, оскільки, або ваша система вже має понад 1000 користувачів, або сталася помилка. Будь ласка, запустіть синхронізацію вручну за допомогою команди \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Перенесений календар (%1$s)",
"Calendars including events, details and attendees" : "Календарі, включаючи події, деталі та відвідувачів",
"Calendars including events, details and attendees" : "Календарі, включно з подіями, деталями та відвідувачами",
"Contacts and groups" : "Контакти та групи",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Точка доступу WebDAV",

View file

@ -149,7 +149,7 @@
"No outstanding DAV system address book sync." : "Немає незавершеної синхронізації системної адресної книги DAV.",
"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 ще не запускалася, оскільки, або ваша система вже має понад 1000 користувачів, або сталася помилка. Будь ласка, запустіть синхронізацію вручну за допомогою команди \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Перенесений календар (%1$s)",
"Calendars including events, details and attendees" : "Календарі, включаючи події, деталі та відвідувачів",
"Calendars including events, details and attendees" : "Календарі, включно з подіями, деталями та відвідувачами",
"Contacts and groups" : "Контакти та групи",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Точка доступу WebDAV",

View file

@ -41,7 +41,7 @@ OC.L10N.register(
"Share with me through my #Nextcloud Federated Cloud ID" : "از طریق شناسه ابری فدرال #Nextcloud با من به اشتراک بگذارید",
"Cloud ID copied to the clipboard" : "Cloud ID در کلیپ بورد کپی شد",
"Copy to clipboard" : "رونوشت به تخته‌گیره",
"Clipboard is not available" : "تخته گیره موحود نیست",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"Copied!" : "رونوشت شد!",
"Sharing %1$s failed, because this item is already shared with user %2$s" : "هم‌رسانی %1$s شکست خورد، چرا که این مورد از پیش با کاربر%2$s هم رسانی شده بود",
"Not allowed to create a federated share with the same user" : "ایجاد یک هم‌رسانی خودگران با همان کاربر مجاز نیست",

View file

@ -39,7 +39,7 @@
"Share with me through my #Nextcloud Federated Cloud ID" : "از طریق شناسه ابری فدرال #Nextcloud با من به اشتراک بگذارید",
"Cloud ID copied to the clipboard" : "Cloud ID در کلیپ بورد کپی شد",
"Copy to clipboard" : "رونوشت به تخته‌گیره",
"Clipboard is not available" : "تخته گیره موحود نیست",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"Copied!" : "رونوشت شد!",
"Sharing %1$s failed, because this item is already shared with user %2$s" : "هم‌رسانی %1$s شکست خورد، چرا که این مورد از پیش با کاربر%2$s هم رسانی شده بود",
"Not allowed to create a federated share with the same user" : "ایجاد یک هم‌رسانی خودگران با همان کاربر مجاز نیست",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(نسخ %n)",
"Move cancelled" : "تمّ إلغاء النقل",
"A file or folder with that name already exists in this folder" : "ملف أو مجلد بنفس ذاك الاسم موجود سلفاً في هذا المجلد",
"The file is locked" : "الملف مقفول",
"The file does not exist anymore" : "الملف لم يعد موجوداً",
"Choose destination" : "إختَر المَقصِد",
"Copy to {target}" : "أُنسُخ إلى {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(نسخ %n)",
"Move cancelled" : "تمّ إلغاء النقل",
"A file or folder with that name already exists in this folder" : "ملف أو مجلد بنفس ذاك الاسم موجود سلفاً في هذا المجلد",
"The file is locked" : "الملف مقفول",
"The file does not exist anymore" : "الملف لم يعد موجوداً",
"Choose destination" : "إختَر المَقصِد",
"Copy to {target}" : "أُنسُخ إلى {target}",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(còpia %n)",
"Move cancelled" : "S'ha cancel·lat el desplaçament",
"A file or folder with that name already exists in this folder" : "Ja existeix un fitxer o carpeta amb aquest nom en aquesta carpeta",
"The file is locked" : "El fitxer està blocat",
"The file does not exist anymore" : "El fitxer ja no existeix",
"Choose destination" : "Trieu una destinació",
"Copy to {target}" : "Copia a {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(còpia %n)",
"Move cancelled" : "S'ha cancel·lat el desplaçament",
"A file or folder with that name already exists in this folder" : "Ja existeix un fitxer o carpeta amb aquest nom en aquesta carpeta",
"The file is locked" : "El fitxer està blocat",
"The file does not exist anymore" : "El fitxer ja no existeix",
"Choose destination" : "Trieu una destinació",
"Copy to {target}" : "Copia a {target}",

View file

@ -38,6 +38,9 @@ OC.L10N.register(
"Edit locally" : "Upravit lokálně",
"Open" : "Otevřít",
"_Delete file_::_Delete files_" : ["Smazat soubor","Smazat soubory","Smazat soubory","Smazat soubory"],
"_Delete folder_::_Delete folders_" : ["Smazat složku","Smazat složky","Smazat složky","Smazat složky"],
"_Disconnect storage_::_Disconnect storages_" : ["Odpojit úložiště","Odpojit úložiště","Odpojit úložiště","Odpojit úložiště"],
"_Leave this share_::_Leave these shares_" : ["Ponechat toto sdílení","Ponechat tato sdílení","Ponechat tato sdílení","Ponechat tato sdílení"],
"Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor „{file}“",
"Files" : "Soubory",
"Details" : "Podrobnosti",
@ -98,10 +101,12 @@ OC.L10N.register(
"Your storage is almost full ({usedSpacePercent}%)." : "Vaše úložiště je téměř plné ({usedSpacePercent}%).",
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["shoduje se s „{filter}“","shodují se s „{filter}“","shoduje se s „{filter}“","shodují se s „{filter}“"],
"View in folder" : "Zobrazit ve složce",
"Direct link was copied (only works for people who have access to this file/folder)" : "Přímý odkaz byl zkopírován (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)",
"Path" : "Popis umístění",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"],
"Favorited" : "Přidáno mezi oblíbené",
"Favorite" : "Oblíbené",
"Copy direct link (only works for people who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)",
"New folder" : "Nová složka",
"Create new folder" : "Vytvořit novou složku",
"Upload file" : "Nahrát soubor",
@ -122,6 +127,7 @@ OC.L10N.register(
"Restored by {user}" : "Obnovil(a) {user}",
"Renamed by {user}" : "Přejmenováno uživatelem {user}",
"Moved by {user}" : "Přesunuto uživatelem {user}",
"\"remote account\"" : "„vzdálený účet“",
"You created {file}" : "Vytvořili jste {file}",
"You created an encrypted file in {file}" : "Vytvořili jste šifrovaný soubor v {file}",
"{user} created {file}" : "{user} vytvořil(a) {file}",
@ -169,8 +175,12 @@ OC.L10N.register(
"Drag and drop files here to upload" : "Soubory nahrajete jejich přetažením sem",
"Your have used your space quota and cannot upload files anymore" : "Využili jste celou svou kvótu na prostor a už nemůžete nahrávat další soubory",
"You dont have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory",
"Some files could not be uploaded" : "Některé soubory nebylo možné nahrát",
"Files uploaded successfully" : "Soubor úspěšně nahrán",
"\"{displayName}\" action executed successfully" : "akce „{displayName}“ úspěšně vykonána",
"\"{displayName}\" action failed" : "akce „{displayName}“ se nezdařila",
"Toggle selection for file \"{displayName}\"" : "Vybrat / zrušit výběr souboru „{displayName}“",
"Toggle selection for folder \"{displayName}\"" : "Vybrat / zrušit výběr složky „{displayName}“",
"Rename file" : "Přejmenovat soubor",
"File name" : "Název souboru",
"Folder name" : "Název složky",
@ -186,6 +196,7 @@ OC.L10N.register(
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{newtName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.",
"Could not rename \"{oldName}\"" : "„{oldName}“ se nepodařilo přejmenovat",
"Total rows summary" : "Celkový souhrn řádek",
"Toggle selection for all files and folders" : "Vybrat / zrušit výběr všech souborů a složek",
"\"{displayName}\" failed on some elements " : "„{displayName}“ se pro některé prvky nezdařilo",
"\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána",
"List of files and folders." : "Seznam souborů a složek.",
@ -198,6 +209,7 @@ OC.L10N.register(
"Could not refresh storage stats" : "Nedaří se znovu načíst statistiky úložiště",
"Your storage is full, files can not be updated or synced anymore!" : "Vaše úložiště je plné soubory už proto nelze aktualizovat ani synchronizovat!",
"Create" : "Vytvořit",
"A file or folder with that name already exists." : "Stejně nazvaný soubor nebo složka už existuje.",
"Transfer ownership of a file or folder" : "Převést vlastnictví souboru či složky",
"Choose file or folder to transfer" : "Zvolte soubor nebo složku k převedení",
"Change" : "Změnit",
@ -228,7 +240,9 @@ OC.L10N.register(
"Open the files app settings" : "Otevřít nastavení aplikace soubory",
"Files settings" : "Nastavení pro Soubory",
"File cannot be accessed" : "K souboru se nedaří přistoupit",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Soubor se nepodařilo nalézt nebo nemáte oprávnění pro jeho zobrazení požádejte odesilatele, aby vám ho nasdílel.",
"Sort favorites first" : "Seřadit od oblíbených",
"Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory",
"Show hidden files" : "Zobrazit skryté soubory",
"Crop image previews" : "Oříznout náhledy obrázků",
"Enable the grid view" : "Zapnout zobrazení v mřížce",
@ -249,20 +263,28 @@ OC.L10N.register(
"Unable to create new file from template" : "Nedaří se vytvořit soubor ze šablony",
"Delete permanently" : "Nevratně smazat",
"Delete and unshare" : "Smazat a zrušit sdílení",
"You are about to delete {count} items." : "Chystáte se smazat {count} položek.",
"Confirm deletion" : "Potvrdit smazání",
"Cancel" : "Storno",
"Deletion cancelled" : "Mazání zrušeno",
"Destination is not a folder" : "Cíl není složka",
"This file/folder is already in that directory" : "V oné složce se už daný soubor/složka nachází",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Není možné přesunout soubor/složku do sebe samé nebo do své vlastní podložky",
"(copy)" : "(zkopírovat)",
"(copy %n)" : "(zkopírovat %n)",
"Move cancelled" : "Přesunutí zrušeno",
"A file or folder with that name already exists in this folder" : "V této složce už existuje stejnojmenný soubor či složka",
"The file is locked" : "Soubor je uzamčen",
"The file does not exist anymore" : "Soubor už neexistuje",
"Choose destination" : "Vyberte cíl",
"Copy to {target}" : "Zkopírovat do {target}",
"Move to {target}" : "Přesunout do {target}",
"Cancelled move or copy operation" : "Operace přesunutí či zkopírování zrušena",
"Move or copy operation failed" : "Operace přesunu či zkopírování se nezdařila",
"Open folder {displayName}" : "Otevřít složku {displayName}",
"Open in Files" : "Otevřít v Souborech",
"Open details" : "Otevřít podorobnosti",
"An error occurred while uploading. Please try again later." : "Při nahrávání došlo k chybě. Zkuste to znovu.",
"Could not copy {file}. {message}" : "Nepodařilo se zkopírovat {file}. {message}",
"Could not move {file}. {message}" : "Nepodařilo se přesunout {file}. {message}",
"Created new folder \"{name}\"" : "Vytvořena nová složka „{name}“",
@ -270,6 +292,7 @@ OC.L10N.register(
"Unable to initialize the templates directory" : "Nepodařilo se vytvořit složku pro šablony",
"Create new templates folder" : "Vytvořit novou složku šablon",
"Templates" : "Šablony",
"New template folder" : "Nová složka šablon",
"One of the dropped files could not be processed" : "Jeden z přetažených souborů se nepodařilo zpracovat",
"Uploading \"{filename}\" failed" : "Nahrávání „{filename}“ se nezdařilo",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"],
@ -282,6 +305,10 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky, které označíte jako oblíbené",
"All files" : "Všechny soubory",
"List of your files and folders." : "Seznam vašich souborů a složek.",
"Personal Files" : "Osobní soubory",
"List of your files and folders that are not shared." : "Seznam vašich souborů a složek, které nejsou sdíleny.",
"No personal files found" : "Nenalezeny žádné osobní soubory",
"Files that are not shared will show up here." : "Soubory, které nejsou nikomu sdíleny se zobrazí zde.",
"List of recently modified files and folders." : "Seznam nedávno změněných souborů a složek.",
"No recently modified files" : "Žádné nedávno změněné soubory.",
"Files and folders you recently modified will show up here." : "Zde budou zobrazeny soubory a složky, které jste nedávno změnili.",

View file

@ -36,6 +36,9 @@
"Edit locally" : "Upravit lokálně",
"Open" : "Otevřít",
"_Delete file_::_Delete files_" : ["Smazat soubor","Smazat soubory","Smazat soubory","Smazat soubory"],
"_Delete folder_::_Delete folders_" : ["Smazat složku","Smazat složky","Smazat složky","Smazat složky"],
"_Disconnect storage_::_Disconnect storages_" : ["Odpojit úložiště","Odpojit úložiště","Odpojit úložiště","Odpojit úložiště"],
"_Leave this share_::_Leave these shares_" : ["Ponechat toto sdílení","Ponechat tato sdílení","Ponechat tato sdílení","Ponechat tato sdílení"],
"Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor „{file}“",
"Files" : "Soubory",
"Details" : "Podrobnosti",
@ -96,10 +99,12 @@
"Your storage is almost full ({usedSpacePercent}%)." : "Vaše úložiště je téměř plné ({usedSpacePercent}%).",
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["shoduje se s „{filter}“","shodují se s „{filter}“","shoduje se s „{filter}“","shodují se s „{filter}“"],
"View in folder" : "Zobrazit ve složce",
"Direct link was copied (only works for people who have access to this file/folder)" : "Přímý odkaz byl zkopírován (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)",
"Path" : "Popis umístění",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajty"],
"Favorited" : "Přidáno mezi oblíbené",
"Favorite" : "Oblíbené",
"Copy direct link (only works for people who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro osoby, které mají přístup k tomuto souboru/složce)",
"New folder" : "Nová složka",
"Create new folder" : "Vytvořit novou složku",
"Upload file" : "Nahrát soubor",
@ -120,6 +125,7 @@
"Restored by {user}" : "Obnovil(a) {user}",
"Renamed by {user}" : "Přejmenováno uživatelem {user}",
"Moved by {user}" : "Přesunuto uživatelem {user}",
"\"remote account\"" : "„vzdálený účet“",
"You created {file}" : "Vytvořili jste {file}",
"You created an encrypted file in {file}" : "Vytvořili jste šifrovaný soubor v {file}",
"{user} created {file}" : "{user} vytvořil(a) {file}",
@ -167,8 +173,12 @@
"Drag and drop files here to upload" : "Soubory nahrajete jejich přetažením sem",
"Your have used your space quota and cannot upload files anymore" : "Využili jste celou svou kvótu na prostor a už nemůžete nahrávat další soubory",
"You dont have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory",
"Some files could not be uploaded" : "Některé soubory nebylo možné nahrát",
"Files uploaded successfully" : "Soubor úspěšně nahrán",
"\"{displayName}\" action executed successfully" : "akce „{displayName}“ úspěšně vykonána",
"\"{displayName}\" action failed" : "akce „{displayName}“ se nezdařila",
"Toggle selection for file \"{displayName}\"" : "Vybrat / zrušit výběr souboru „{displayName}“",
"Toggle selection for folder \"{displayName}\"" : "Vybrat / zrušit výběr složky „{displayName}“",
"Rename file" : "Přejmenovat soubor",
"File name" : "Název souboru",
"Folder name" : "Název složky",
@ -184,6 +194,7 @@
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{newtName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.",
"Could not rename \"{oldName}\"" : "„{oldName}“ se nepodařilo přejmenovat",
"Total rows summary" : "Celkový souhrn řádek",
"Toggle selection for all files and folders" : "Vybrat / zrušit výběr všech souborů a složek",
"\"{displayName}\" failed on some elements " : "„{displayName}“ se pro některé prvky nezdařilo",
"\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána",
"List of files and folders." : "Seznam souborů a složek.",
@ -196,6 +207,7 @@
"Could not refresh storage stats" : "Nedaří se znovu načíst statistiky úložiště",
"Your storage is full, files can not be updated or synced anymore!" : "Vaše úložiště je plné soubory už proto nelze aktualizovat ani synchronizovat!",
"Create" : "Vytvořit",
"A file or folder with that name already exists." : "Stejně nazvaný soubor nebo složka už existuje.",
"Transfer ownership of a file or folder" : "Převést vlastnictví souboru či složky",
"Choose file or folder to transfer" : "Zvolte soubor nebo složku k převedení",
"Change" : "Změnit",
@ -226,7 +238,9 @@
"Open the files app settings" : "Otevřít nastavení aplikace soubory",
"Files settings" : "Nastavení pro Soubory",
"File cannot be accessed" : "K souboru se nedaří přistoupit",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Soubor se nepodařilo nalézt nebo nemáte oprávnění pro jeho zobrazení požádejte odesilatele, aby vám ho nasdílel.",
"Sort favorites first" : "Seřadit od oblíbených",
"Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory",
"Show hidden files" : "Zobrazit skryté soubory",
"Crop image previews" : "Oříznout náhledy obrázků",
"Enable the grid view" : "Zapnout zobrazení v mřížce",
@ -247,20 +261,28 @@
"Unable to create new file from template" : "Nedaří se vytvořit soubor ze šablony",
"Delete permanently" : "Nevratně smazat",
"Delete and unshare" : "Smazat a zrušit sdílení",
"You are about to delete {count} items." : "Chystáte se smazat {count} položek.",
"Confirm deletion" : "Potvrdit smazání",
"Cancel" : "Storno",
"Deletion cancelled" : "Mazání zrušeno",
"Destination is not a folder" : "Cíl není složka",
"This file/folder is already in that directory" : "V oné složce se už daný soubor/složka nachází",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Není možné přesunout soubor/složku do sebe samé nebo do své vlastní podložky",
"(copy)" : "(zkopírovat)",
"(copy %n)" : "(zkopírovat %n)",
"Move cancelled" : "Přesunutí zrušeno",
"A file or folder with that name already exists in this folder" : "V této složce už existuje stejnojmenný soubor či složka",
"The file is locked" : "Soubor je uzamčen",
"The file does not exist anymore" : "Soubor už neexistuje",
"Choose destination" : "Vyberte cíl",
"Copy to {target}" : "Zkopírovat do {target}",
"Move to {target}" : "Přesunout do {target}",
"Cancelled move or copy operation" : "Operace přesunutí či zkopírování zrušena",
"Move or copy operation failed" : "Operace přesunu či zkopírování se nezdařila",
"Open folder {displayName}" : "Otevřít složku {displayName}",
"Open in Files" : "Otevřít v Souborech",
"Open details" : "Otevřít podorobnosti",
"An error occurred while uploading. Please try again later." : "Při nahrávání došlo k chybě. Zkuste to znovu.",
"Could not copy {file}. {message}" : "Nepodařilo se zkopírovat {file}. {message}",
"Could not move {file}. {message}" : "Nepodařilo se přesunout {file}. {message}",
"Created new folder \"{name}\"" : "Vytvořena nová složka „{name}“",
@ -268,6 +290,7 @@
"Unable to initialize the templates directory" : "Nepodařilo se vytvořit složku pro šablony",
"Create new templates folder" : "Vytvořit novou složku šablon",
"Templates" : "Šablony",
"New template folder" : "Nová složka šablon",
"One of the dropped files could not be processed" : "Jeden z přetažených souborů se nepodařilo zpracovat",
"Uploading \"{filename}\" failed" : "Nahrávání „{filename}“ se nezdařilo",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"],
@ -280,6 +303,10 @@
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky, které označíte jako oblíbené",
"All files" : "Všechny soubory",
"List of your files and folders." : "Seznam vašich souborů a složek.",
"Personal Files" : "Osobní soubory",
"List of your files and folders that are not shared." : "Seznam vašich souborů a složek, které nejsou sdíleny.",
"No personal files found" : "Nenalezeny žádné osobní soubory",
"Files that are not shared will show up here." : "Soubory, které nejsou nikomu sdíleny se zobrazí zde.",
"List of recently modified files and folders." : "Seznam nedávno změněných souborů a složek.",
"No recently modified files" : "Žádné nedávno změněné soubory.",
"Files and folders you recently modified will show up here." : "Zde budou zobrazeny soubory a složky, které jste nedávno změnili.",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(%n kopieren)",
"Move cancelled" : "Verschieben abgebrochen",
"A file or folder with that name already exists in this folder" : "In diesem Ordner ist bereits eine Datei oder ein Ordner mit diesem Namen vorhanden",
"The file is locked" : "Die Datei ist gesperrt",
"The file does not exist anymore" : "Diese Datei existiert nicht mehr",
"Choose destination" : "Ziel wählen",
"Copy to {target}" : "Nach {target} kopieren",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(%n kopieren)",
"Move cancelled" : "Verschieben abgebrochen",
"A file or folder with that name already exists in this folder" : "In diesem Ordner ist bereits eine Datei oder ein Ordner mit diesem Namen vorhanden",
"The file is locked" : "Die Datei ist gesperrt",
"The file does not exist anymore" : "Diese Datei existiert nicht mehr",
"Choose destination" : "Ziel wählen",
"Copy to {target}" : "Nach {target} kopieren",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(copy %n)",
"Move cancelled" : "Move cancelled",
"A file or folder with that name already exists in this folder" : "A file or folder with that name already exists in this folder",
"The file is locked" : "The file is locked",
"The file does not exist anymore" : "The file does not exist anymore",
"Choose destination" : "Choose destination",
"Copy to {target}" : "Copy to {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(copy %n)",
"Move cancelled" : "Move cancelled",
"A file or folder with that name already exists in this folder" : "A file or folder with that name already exists in this folder",
"The file is locked" : "The file is locked",
"The file does not exist anymore" : "The file does not exist anymore",
"Choose destination" : "Choose destination",
"Copy to {target}" : "Copy to {target}",

View file

@ -215,7 +215,7 @@ OC.L10N.register(
"Go back" : "برگرد",
"Share" : "اشتراک‌گذاری",
"Shared by link" : "اشتراک گذاشته شده از طریق لینک",
"Shared" : "به اشتراک گزاشته شده ",
"Shared" : "به اشتراک گذاشته شده ",
"Switch to list view" : "Switch to list view",
"Open the files app settings" : "تنظیمات برنامه فایل ها را باز کنید",
"Files settings" : "تنظیمات پرونده‌ها",
@ -225,10 +225,10 @@ OC.L10N.register(
"Crop image previews" : "پیش نمایش تصویر برش",
"Additional settings" : "تنظیمات اضافی",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "رونوشت به تخته‌گیره",
"Copy to clipboard" : "کپی به کلیپ بورد",
"Use this address to access your Files via WebDAV" : "از این آدرس برای دسترسی به فایل های خود از طریق WebDAV استفاده کنید",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "اگر 2FA را فعال کرده اید، باید با کلیک کردن در اینجا یک رمز عبور برنامه جدید ایجاد و استفاده کنید.",
"Clipboard is not available" : "تخته گیره موحود نیست",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"WebDAV URL copied to clipboard" : "URL WebDAV در کلیپ بورد کپی شد",
"Unable to change the favourite state of the file" : "امکان تغییر حالت دلخواه فایل وجود ندارد",
"Error while loading the file data" : "خطا هنگام بارگیری داده های فایل",

View file

@ -213,7 +213,7 @@
"Go back" : "برگرد",
"Share" : "اشتراک‌گذاری",
"Shared by link" : "اشتراک گذاشته شده از طریق لینک",
"Shared" : "به اشتراک گزاشته شده ",
"Shared" : "به اشتراک گذاشته شده ",
"Switch to list view" : "Switch to list view",
"Open the files app settings" : "تنظیمات برنامه فایل ها را باز کنید",
"Files settings" : "تنظیمات پرونده‌ها",
@ -223,10 +223,10 @@
"Crop image previews" : "پیش نمایش تصویر برش",
"Additional settings" : "تنظیمات اضافی",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "رونوشت به تخته‌گیره",
"Copy to clipboard" : "کپی به کلیپ بورد",
"Use this address to access your Files via WebDAV" : "از این آدرس برای دسترسی به فایل های خود از طریق WebDAV استفاده کنید",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "اگر 2FA را فعال کرده اید، باید با کلیک کردن در اینجا یک رمز عبور برنامه جدید ایجاد و استفاده کنید.",
"Clipboard is not available" : "تخته گیره موحود نیست",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"WebDAV URL copied to clipboard" : "URL WebDAV در کلیپ بورد کپی شد",
"Unable to change the favourite state of the file" : "امکان تغییر حالت دلخواه فایل وجود ندارد",
"Error while loading the file data" : "خطا هنگام بارگیری داده های فایل",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(copier %n)",
"Move cancelled" : "Déplacement annulé",
"A file or folder with that name already exists in this folder" : "Un fichier ou un dossier portant ce nom existe déjà dans ce dossier",
"The file is locked" : "Le fichier est verrouillé",
"The file does not exist anymore" : "Le fichier n'existe plus",
"Choose destination" : "Choisir la destination",
"Copy to {target}" : "Copier vers {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(copier %n)",
"Move cancelled" : "Déplacement annulé",
"A file or folder with that name already exists in this folder" : "Un fichier ou un dossier portant ce nom existe déjà dans ce dossier",
"The file is locked" : "Le fichier est verrouillé",
"The file does not exist anymore" : "Le fichier n'existe plus",
"Choose destination" : "Choisir la destination",
"Copy to {target}" : "Copier vers {target}",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(kopier %n)",
"Move cancelled" : "Flytt avbrutt",
"A file or folder with that name already exists in this folder" : "En fil eller mappe med det navnet finnes allerede i denne mappen",
"The file is locked" : "Filen er låst",
"The file does not exist anymore" : "Filen finnes ikke lenger",
"Choose destination" : "Velg målplassering",
"Copy to {target}" : "Copy to {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(kopier %n)",
"Move cancelled" : "Flytt avbrutt",
"A file or folder with that name already exists in this folder" : "En fil eller mappe med det navnet finnes allerede i denne mappen",
"The file is locked" : "Filen er låst",
"The file does not exist anymore" : "Filen finnes ikke lenger",
"Choose destination" : "Velg målplassering",
"Copy to {target}" : "Copy to {target}",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(копирано %n)",
"Move cancelled" : "Премештање је отказано",
"A file or folder with that name already exists in this folder" : "У овом фолдеру већ постоји фајл или фолдер са тим именом",
"The file is locked" : "Фајл је закључан",
"The file does not exist anymore" : "Фајл више не постоји",
"Choose destination" : "Изаберите одредиште",
"Copy to {target}" : "Копирај у {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(копирано %n)",
"Move cancelled" : "Премештање је отказано",
"A file or folder with that name already exists in this folder" : "У овом фолдеру већ постоји фајл или фолдер са тим именом",
"The file is locked" : "Фајл је закључан",
"The file does not exist anymore" : "Фајл више не постоји",
"Choose destination" : "Изаберите одредиште",
"Copy to {target}" : "Копирај у {target}",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(kopia %n)",
"Move cancelled" : "Flytt avbruten",
"A file or folder with that name already exists in this folder" : "En fil eller mapp med det namnet finns redan i den här mappen",
"The file is locked" : "Filen är låst",
"The file does not exist anymore" : "Filen finns inte längre",
"Choose destination" : "Välj destination",
"Copy to {target}" : "Kopiera till {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(kopia %n)",
"Move cancelled" : "Flytt avbruten",
"A file or folder with that name already exists in this folder" : "En fil eller mapp med det namnet finns redan i den här mappen",
"The file is locked" : "Filen är låst",
"The file does not exist anymore" : "Filen finns inte längre",
"Choose destination" : "Välj destination",
"Copy to {target}" : "Kopiera till {target}",

View file

@ -190,7 +190,7 @@ OC.L10N.register(
"{newName} already exists." : "{newName} вже присутній.",
"\"{char}\" is not allowed inside a file name." : "Неприпустимий \"{char}\" у назві файлу.",
"Name cannot be empty" : "Ім'я не може бути порожнім",
"Another entry with the same name already exists" : "Ще один запис з такою же назвою присутній.",
"Another entry with the same name already exists" : "Ще один запис з таким ім'ям вже присутній.",
"Renamed \"{oldName}\" to \"{newName}\"" : "Перейменовано \"{oldName}\" у \"{newName\"",
"Could not rename \"{oldName}\", it does not exist any more" : "Не вдалося перейментувати \"{oldName}\", оскільки він вже відсутній",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ім'я \"{newName}\" вже використовується у каталозі \"{dir}\". Виберіть інше ім'я.",
@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(копія %n)",
"Move cancelled" : "Переміщення скасовано",
"A file or folder with that name already exists in this folder" : "Файл чи каталог з таким ім'ям вже присутній в цьому каталозі",
"The file is locked" : "Файл заблоковано",
"The file does not exist anymore" : "Цей файл більше недоступний",
"Choose destination" : "Виберіть каталог призначення",
"Copy to {target}" : "Копіювати до {target}",

View file

@ -188,7 +188,7 @@
"{newName} already exists." : "{newName} вже присутній.",
"\"{char}\" is not allowed inside a file name." : "Неприпустимий \"{char}\" у назві файлу.",
"Name cannot be empty" : "Ім'я не може бути порожнім",
"Another entry with the same name already exists" : "Ще один запис з такою же назвою присутній.",
"Another entry with the same name already exists" : "Ще один запис з таким ім'ям вже присутній.",
"Renamed \"{oldName}\" to \"{newName}\"" : "Перейменовано \"{oldName}\" у \"{newName\"",
"Could not rename \"{oldName}\", it does not exist any more" : "Не вдалося перейментувати \"{oldName}\", оскільки він вже відсутній",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Ім'я \"{newName}\" вже використовується у каталозі \"{dir}\". Виберіть інше ім'я.",
@ -272,6 +272,7 @@
"(copy %n)" : "(копія %n)",
"Move cancelled" : "Переміщення скасовано",
"A file or folder with that name already exists in this folder" : "Файл чи каталог з таким ім'ям вже присутній в цьому каталозі",
"The file is locked" : "Файл заблоковано",
"The file does not exist anymore" : "Цей файл більше недоступний",
"Choose destination" : "Виберіть каталог призначення",
"Copy to {target}" : "Копіювати до {target}",

View file

@ -37,6 +37,10 @@ OC.L10N.register(
"Set reminder" : "设置提醒",
"Edit locally" : "本地编辑",
"Open" : "打开",
"_Delete file_::_Delete files_" : ["删除文件"],
"_Delete folder_::_Delete folders_" : ["删除文件夹"],
"_Disconnect storage_::_Disconnect storages_" : ["断开与存储空间的连接"],
"_Leave this share_::_Leave these shares_" : ["离开此分享"],
"Could not load info for file \"{file}\"" : "无法加载文件“{file}”的信息",
"Files" : "文件",
"Details" : "详细信息",
@ -97,10 +101,12 @@ OC.L10N.register(
"Your storage is almost full ({usedSpacePercent}%)." : "您的存储空间几乎已满({usedSpacePercent}%",
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["匹配“{filter}”"],
"View in folder" : "在文件夹中查看",
"Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"Path" : "路径",
"_%n byte_::_%n bytes_" : ["%n 字节"],
"Favorited" : "已收藏",
"Favorite" : "收藏",
"Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"New folder" : "新建文件夹",
"Create new folder" : "创建新文件夹",
"Upload file" : "上传文件",
@ -121,6 +127,7 @@ OC.L10N.register(
"Restored by {user}" : "由 {user} 恢复",
"Renamed by {user}" : "由 {user} 重命名",
"Moved by {user}" : "由 {user} 移动",
"\"remote account\"" : "远程账号",
"You created {file}" : "您创建了 {file}",
"You created an encrypted file in {file}" : "您在 {file} 创建了一个加密文件",
"{user} created {file}" : "{user} 创建了 {file}",
@ -166,7 +173,10 @@ OC.L10N.register(
"Reload current directory" : "重新载入当前目录",
"Go to the \"{dir}\" directory" : "前往“{dir}”目录",
"Drag and drop files here to upload" : "将文件拖拽至此处以上传",
"Your have used your space quota and cannot upload files anymore" : "您已用完您的空间配额,无法再上传更多文件",
"You dont have permission to upload or create files here" : "您没有权限在此上传或创建文件",
"Some files could not be uploaded" : "部分文件无法上传",
"Files uploaded successfully" : "上传文件成功",
"\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功",
"\"{displayName}\" action failed" : "“{displayName}”操作执行失败",
"Rename file" : "重命名文件",
@ -208,6 +218,7 @@ OC.L10N.register(
"Ownership transfer request sent" : "所有权转移请求已发送",
"Cannot transfer ownership of a file or folder you do not own" : "无法转让您未拥有的文件或文件夹的所有权",
"Select file or folder to link to" : "选择需要链接的文件或文件夹",
"Choose file" : "选择文件",
"Choose {file}" : "选择 {file}",
"Loading current folder" : "正在载入当前文件夹",
"No files in here" : "这里没有文件",
@ -219,10 +230,15 @@ OC.L10N.register(
"Shared" : "已共享",
"Switch to list view" : "切换为列表视图",
"Switch to grid view" : "切换到网格视图",
"Error during upload: {message}" : "上传时发生错误: {message}",
"Error during upload, status code {status}" : "上传时发生错误,状态码 {status}",
"Unknown error during upload" : "上传时发生未知错误",
"Open the files app settings" : "打开文件设置",
"Files settings" : "文件设置",
"File cannot be accessed" : "文件无法访问",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "找不到该文件,或是您没有查看该文件的权限。请要求发送者分享它。",
"Sort favorites first" : "收藏排序优先",
"Sort folders before files" : "将文件夹排在文件前面",
"Show hidden files" : "显示隐藏文件",
"Crop image previews" : "裁剪图片预览",
"Enable the grid view" : "启用网格视图",
@ -242,18 +258,26 @@ OC.L10N.register(
"Blank" : "空白",
"Unable to create new file from template" : "无法从模板创建新文件",
"Delete permanently" : "彻底删除",
"Delete and unshare" : "删除并取消分享",
"You are about to delete {count} items." : "您将删除 {count} 个项目",
"Confirm deletion" : "确认删除",
"Cancel" : "取消",
"Deletion cancelled" : "已取消删除",
"Destination is not a folder" : "目标不是一个文件夹",
"This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中",
"Move cancelled" : "已取消移动",
"A file or folder with that name already exists in this folder" : "相同的文件/文件夹已存在于该文件夹中",
"The file is locked" : "文件已被锁定",
"The file does not exist anymore" : "文件不存在",
"Copy to {target}" : "复制到 {target}",
"Move to {target}" : "移动到 {target}",
"Cancelled move or copy operation" : "已取消移动或复制操作",
"Move or copy operation failed" : "移动或复制失败",
"Open folder {displayName}" : "打开文件夹{displayName}",
"Open in Files" : "在文件中打开",
"Open details" : "打开详情",
"An error occurred while uploading. Please try again later." : "上传时发生错误。请稍后再试",
"Could not copy {file}. {message}" : "无法复制 {file}。{message}",
"Could not move {file}. {message}" : "无法移动 {file}。{message}",
"Created new folder \"{name}\"" : "创建了新文件夹「{name}」",
@ -261,6 +285,7 @@ OC.L10N.register(
"Unable to initialize the templates directory" : "无法初始化模板目录",
"Create new templates folder" : "新建模板文件夹",
"Templates" : "模板",
"New template folder" : "新建模板文件夹",
"Uploading \"{filename}\" failed" : "上传 “{filename}” 失败",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"],
@ -272,6 +297,10 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示",
"All files" : "全部文件",
"List of your files and folders." : "您的文件与文件件列表。",
"Personal Files" : "个人文件",
"List of your files and folders that are not shared." : "尚未分享的文件与文件夹",
"No personal files found" : "找不到个人文件",
"Files that are not shared will show up here." : "尚未分享的文件会显示在此处",
"List of recently modified files and folders." : "最近修改的文件与文件夹列表。",
"No recently modified files" : "近期无修改文件",
"Files and folders you recently modified will show up here." : "您最近修改的文件与文件夹将会显示在此处。",

View file

@ -35,6 +35,10 @@
"Set reminder" : "设置提醒",
"Edit locally" : "本地编辑",
"Open" : "打开",
"_Delete file_::_Delete files_" : ["删除文件"],
"_Delete folder_::_Delete folders_" : ["删除文件夹"],
"_Disconnect storage_::_Disconnect storages_" : ["断开与存储空间的连接"],
"_Leave this share_::_Leave these shares_" : ["离开此分享"],
"Could not load info for file \"{file}\"" : "无法加载文件“{file}”的信息",
"Files" : "文件",
"Details" : "详细信息",
@ -95,10 +99,12 @@
"Your storage is almost full ({usedSpacePercent}%)." : "您的存储空间几乎已满({usedSpacePercent}%",
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["匹配“{filter}”"],
"View in folder" : "在文件夹中查看",
"Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"Path" : "路径",
"_%n byte_::_%n bytes_" : ["%n 字节"],
"Favorited" : "已收藏",
"Favorite" : "收藏",
"Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"New folder" : "新建文件夹",
"Create new folder" : "创建新文件夹",
"Upload file" : "上传文件",
@ -119,6 +125,7 @@
"Restored by {user}" : "由 {user} 恢复",
"Renamed by {user}" : "由 {user} 重命名",
"Moved by {user}" : "由 {user} 移动",
"\"remote account\"" : "远程账号",
"You created {file}" : "您创建了 {file}",
"You created an encrypted file in {file}" : "您在 {file} 创建了一个加密文件",
"{user} created {file}" : "{user} 创建了 {file}",
@ -164,7 +171,10 @@
"Reload current directory" : "重新载入当前目录",
"Go to the \"{dir}\" directory" : "前往“{dir}”目录",
"Drag and drop files here to upload" : "将文件拖拽至此处以上传",
"Your have used your space quota and cannot upload files anymore" : "您已用完您的空间配额,无法再上传更多文件",
"You dont have permission to upload or create files here" : "您没有权限在此上传或创建文件",
"Some files could not be uploaded" : "部分文件无法上传",
"Files uploaded successfully" : "上传文件成功",
"\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功",
"\"{displayName}\" action failed" : "“{displayName}”操作执行失败",
"Rename file" : "重命名文件",
@ -206,6 +216,7 @@
"Ownership transfer request sent" : "所有权转移请求已发送",
"Cannot transfer ownership of a file or folder you do not own" : "无法转让您未拥有的文件或文件夹的所有权",
"Select file or folder to link to" : "选择需要链接的文件或文件夹",
"Choose file" : "选择文件",
"Choose {file}" : "选择 {file}",
"Loading current folder" : "正在载入当前文件夹",
"No files in here" : "这里没有文件",
@ -217,10 +228,15 @@
"Shared" : "已共享",
"Switch to list view" : "切换为列表视图",
"Switch to grid view" : "切换到网格视图",
"Error during upload: {message}" : "上传时发生错误: {message}",
"Error during upload, status code {status}" : "上传时发生错误,状态码 {status}",
"Unknown error during upload" : "上传时发生未知错误",
"Open the files app settings" : "打开文件设置",
"Files settings" : "文件设置",
"File cannot be accessed" : "文件无法访问",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "找不到该文件,或是您没有查看该文件的权限。请要求发送者分享它。",
"Sort favorites first" : "收藏排序优先",
"Sort folders before files" : "将文件夹排在文件前面",
"Show hidden files" : "显示隐藏文件",
"Crop image previews" : "裁剪图片预览",
"Enable the grid view" : "启用网格视图",
@ -240,18 +256,26 @@
"Blank" : "空白",
"Unable to create new file from template" : "无法从模板创建新文件",
"Delete permanently" : "彻底删除",
"Delete and unshare" : "删除并取消分享",
"You are about to delete {count} items." : "您将删除 {count} 个项目",
"Confirm deletion" : "确认删除",
"Cancel" : "取消",
"Deletion cancelled" : "已取消删除",
"Destination is not a folder" : "目标不是一个文件夹",
"This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中",
"Move cancelled" : "已取消移动",
"A file or folder with that name already exists in this folder" : "相同的文件/文件夹已存在于该文件夹中",
"The file is locked" : "文件已被锁定",
"The file does not exist anymore" : "文件不存在",
"Copy to {target}" : "复制到 {target}",
"Move to {target}" : "移动到 {target}",
"Cancelled move or copy operation" : "已取消移动或复制操作",
"Move or copy operation failed" : "移动或复制失败",
"Open folder {displayName}" : "打开文件夹{displayName}",
"Open in Files" : "在文件中打开",
"Open details" : "打开详情",
"An error occurred while uploading. Please try again later." : "上传时发生错误。请稍后再试",
"Could not copy {file}. {message}" : "无法复制 {file}。{message}",
"Could not move {file}. {message}" : "无法移动 {file}。{message}",
"Created new folder \"{name}\"" : "创建了新文件夹「{name}」",
@ -259,6 +283,7 @@
"Unable to initialize the templates directory" : "无法初始化模板目录",
"Create new templates folder" : "新建模板文件夹",
"Templates" : "模板",
"New template folder" : "新建模板文件夹",
"Uploading \"{filename}\" failed" : "上传 “{filename}” 失败",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"],
@ -270,6 +295,10 @@
"Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示",
"All files" : "全部文件",
"List of your files and folders." : "您的文件与文件件列表。",
"Personal Files" : "个人文件",
"List of your files and folders that are not shared." : "尚未分享的文件与文件夹",
"No personal files found" : "找不到个人文件",
"Files that are not shared will show up here." : "尚未分享的文件会显示在此处",
"List of recently modified files and folders." : "最近修改的文件与文件夹列表。",
"No recently modified files" : "近期无修改文件",
"Files and folders you recently modified will show up here." : "您最近修改的文件与文件夹将会显示在此处。",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(複本 %n",
"Move cancelled" : "移動已取消",
"A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾",
"The file is locked" : "檔案已被上鎖",
"The file does not exist anymore" : "檔案已不存在",
"Choose destination" : "選擇目標地",
"Copy to {target}" : "複製到 {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(複本 %n",
"Move cancelled" : "移動已取消",
"A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾",
"The file is locked" : "檔案已被上鎖",
"The file does not exist anymore" : "檔案已不存在",
"Choose destination" : "選擇目標地",
"Copy to {target}" : "複製到 {target}",

View file

@ -274,6 +274,7 @@ OC.L10N.register(
"(copy %n)" : "(副本 %n",
"Move cancelled" : "移動已取消",
"A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾",
"The file is locked" : "檔案已鎖定",
"The file does not exist anymore" : "檔案已不存在",
"Choose destination" : "選擇目的地",
"Copy to {target}" : "複製到 {target}",

View file

@ -272,6 +272,7 @@
"(copy %n)" : "(副本 %n",
"Move cancelled" : "移動已取消",
"A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾",
"The file is locked" : "檔案已鎖定",
"The file does not exist anymore" : "檔案已不存在",
"Choose destination" : "選擇目的地",
"Copy to {target}" : "複製到 {target}",

View file

@ -36,8 +36,8 @@
:aria-description="ariaForSection(section)"
@click.native="onClick(section.to)">
<template v-if="index === 0" #icon>
<NcIconSvgWrapper v-if="section.icon" :size="20" :svg="section.icon" />
<Home v-else :size="20"/>
<NcIconSvgWrapper :size="20"
:svg="viewIcon" />
</template>
</NcBreadcrumb>
@ -53,7 +53,7 @@ import type { Node } from '@nextcloud/files'
import { translate as t} from '@nextcloud/l10n'
import { basename } from 'path'
import Home from 'vue-material-design-icons/Home.vue'
import homeSvg from '@mdi/svg/svg/home.svg?raw'
import NcBreadcrumb from '@nextcloud/vue/dist/Components/NcBreadcrumb.js'
import NcBreadcrumbs from '@nextcloud/vue/dist/Components/NcBreadcrumbs.js'
import NcIconSvgWrapper from '@nextcloud/vue/dist/Components/NcIconSvgWrapper.js'
@ -68,7 +68,6 @@ export default defineComponent({
name: 'BreadCrumbs',
components: {
Home,
NcBreadcrumbs,
NcBreadcrumb,
NcIconSvgWrapper,
@ -119,7 +118,6 @@ export default defineComponent({
exact: true,
name: this.getDirDisplayName(dir),
to,
icon: this.$navigation.active?.icon || null,
}
})
},
@ -132,6 +130,11 @@ export default defineComponent({
shouldShowBreadcrumbs(): boolean {
return this.filesListWidth < 768 && !this.isUploadInProgress
},
// used to show the views icon for the first breadcrumb
viewIcon(): string {
return this.currentView?.icon ?? homeSvg
}
},
methods: {

View file

@ -1,42 +0,0 @@
/*
* @copyright Copyright (c) 2021 Julius Härtl <jus@bitgrid.net>
*
* @author Julius Härtl <jus@bitgrid.net>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { subscribe } from '@nextcloud/event-bus'
(function() {
const FilesPlugin = {
attach(fileList) {
subscribe('nextcloud:unified-search.search', ({ query }) => {
fileList.setFilter(query)
})
subscribe('nextcloud:unified-search.reset', () => {
this.query = null
fileList.setFilter('')
})
},
}
window.OC.Plugins.register('OCA.Files.FileList', FilesPlugin)
})()

View file

@ -80,8 +80,7 @@
</div>
<!-- Drag and drop notice -->
<DragAndDropNotice v-if="!loading && canUpload"
:current-folder="currentFolder" />
<DragAndDropNotice v-if="!loading && canUpload" :current-folder="currentFolder" />
<!-- Initial loading -->
<NcLoadingIcon v-if="loading && !isRefreshing"
@ -159,6 +158,7 @@ import filesListWidthMixin from '../mixins/filesListWidth.ts'
import filesSortingMixin from '../mixins/filesSorting.ts'
import logger from '../logger.js'
import DragAndDropNotice from '../components/DragAndDropNotice.vue'
import debounce from 'debounce'
const isSharingEnabled = (getCapabilities() as { files_sharing?: boolean })?.files_sharing !== undefined
@ -210,6 +210,7 @@ export default defineComponent({
data() {
return {
filterText: '',
loading: true,
promise: null,
Type,
@ -240,7 +241,7 @@ export default defineComponent({
/**
* The current folder.
*/
currentFolder(): Folder|undefined {
currentFolder(): Folder | undefined {
if (!this.currentView?.id) {
return
}
@ -294,6 +295,15 @@ export default defineComponent({
return []
}
let filteredDirContent = [...this.dirContents]
// Filter based on the filterText obtained from nextcloud:unified-search.search event.
if (this.filterText) {
filteredDirContent = filteredDirContent.filter(node => {
return node.attributes.basename.toLowerCase().includes(this.filterText.toLowerCase())
})
console.debug('Files view filtered', filteredDirContent)
}
const customColumn = (this.currentView?.columns || [])
.find(column => column.id === this.sortingMode)
@ -304,7 +314,7 @@ export default defineComponent({
}
return orderBy(
[...this.dirContents],
filteredDirContent,
...this.sortingParameters,
)
},
@ -348,7 +358,7 @@ export default defineComponent({
return { ...this.$route, query: { dir } }
},
shareAttributes(): number[]|undefined {
shareAttributes(): number[] | undefined {
if (!this.currentFolder?.attributes?.['share-types']) {
return undefined
}
@ -364,7 +374,7 @@ export default defineComponent({
}
return this.t('files', 'Shared')
},
shareButtonType(): Type|null {
shareButtonType(): Type | null {
if (!this.shareAttributes) {
return null
}
@ -440,6 +450,8 @@ export default defineComponent({
mounted() {
this.fetchContent()
subscribe('files:node:updated', this.onUpdatedNode)
subscribe('nextcloud:unified-search.search', this.onSearch)
subscribe('nextcloud:unified-search.reset', this.onSearch)
},
unmounted() {
@ -556,7 +568,9 @@ export default defineComponent({
showError(this.t('files', 'Error during upload: {message}', { message }))
return
}
} catch (error) {}
} catch (error) {
logger.error('Error while parsing', { error })
}
// Finally, check the status code if we have one
if (status !== 0) {
@ -577,7 +591,15 @@ export default defineComponent({
this.fetchContent()
}
},
/**
* Handle search event from unified search.
*
* @param searchEvent is event object.
*/
onSearch: debounce(function(searchEvent) {
console.debug('Files app handling search event from unified search...', searchEvent)
this.filterText = searchEvent.query
}, 500),
openSharingSidebar() {
if (!this.currentFolder) {
logger.debug('No current folder found for opening sharing sidebar')
@ -589,7 +611,6 @@ export default defineComponent({
}
sidebarAction.exec(this.currentFolder, this.currentView, this.currentFolder.path)
},
toggleGridView() {
this.userConfigStore.update('grid_view', !this.userConfig.grid_view)
},
@ -622,7 +643,8 @@ $navigationToggleSize: 50px;
// Align with the navigation toggle icon
margin: $margin $margin $margin $navigationToggleSize;
max-width: 100%;
> * {
>* {
// Do not grow or shrink (horizontally)
// Only the breadcrumbs shrinks
flex: 0 0;
@ -630,6 +652,7 @@ $navigationToggleSize: 50px;
&-share-button {
color: var(--color-text-maxcontrast) !important;
&--shared {
color: var(--color-main-text) !important;
}
@ -646,5 +669,4 @@ $navigationToggleSize: 50px;
margin: auto;
}
}
</style>

View file

@ -219,11 +219,12 @@ class FileEventsListener implements IEventListener {
}
if (
($writeHookInfo['versionCreated'] || $writeHookInfo['previousNode']->getSize() === 0) &&
$writeHookInfo['versionCreated'] &&
$node->getMTime() !== $writeHookInfo['previousNode']->getMTime()
) {
// If a new version was created, insert a version in the DB for the current content.
// Unless both versions have the same mtime.
// If both versions have the same mtime, it means the latest version file simply got overrode,
// so no need to create a new version.
$this->created($node);
} else {
try {

View file

@ -83,6 +83,7 @@ return array(
'OCA\\Settings\\SetupChecks\\CodeIntegrity' => $baseDir . '/../lib/SetupChecks/CodeIntegrity.php',
'OCA\\Settings\\SetupChecks\\CronErrors' => $baseDir . '/../lib/SetupChecks/CronErrors.php',
'OCA\\Settings\\SetupChecks\\CronInfo' => $baseDir . '/../lib/SetupChecks/CronInfo.php',
'OCA\\Settings\\SetupChecks\\DataDirectoryProtected' => $baseDir . '/../lib/SetupChecks/DataDirectoryProtected.php',
'OCA\\Settings\\SetupChecks\\DatabaseHasMissingColumns' => $baseDir . '/../lib/SetupChecks/DatabaseHasMissingColumns.php',
'OCA\\Settings\\SetupChecks\\DatabaseHasMissingIndices' => $baseDir . '/../lib/SetupChecks/DatabaseHasMissingIndices.php',
'OCA\\Settings\\SetupChecks\\DatabaseHasMissingPrimaryKeys' => $baseDir . '/../lib/SetupChecks/DatabaseHasMissingPrimaryKeys.php',

View file

@ -98,6 +98,7 @@ class ComposerStaticInitSettings
'OCA\\Settings\\SetupChecks\\CodeIntegrity' => __DIR__ . '/..' . '/../lib/SetupChecks/CodeIntegrity.php',
'OCA\\Settings\\SetupChecks\\CronErrors' => __DIR__ . '/..' . '/../lib/SetupChecks/CronErrors.php',
'OCA\\Settings\\SetupChecks\\CronInfo' => __DIR__ . '/..' . '/../lib/SetupChecks/CronInfo.php',
'OCA\\Settings\\SetupChecks\\DataDirectoryProtected' => __DIR__ . '/..' . '/../lib/SetupChecks/DataDirectoryProtected.php',
'OCA\\Settings\\SetupChecks\\DatabaseHasMissingColumns' => __DIR__ . '/..' . '/../lib/SetupChecks/DatabaseHasMissingColumns.php',
'OCA\\Settings\\SetupChecks\\DatabaseHasMissingIndices' => __DIR__ . '/..' . '/../lib/SetupChecks/DatabaseHasMissingIndices.php',
'OCA\\Settings\\SetupChecks\\DatabaseHasMissingPrimaryKeys' => __DIR__ . '/..' . '/../lib/SetupChecks/DatabaseHasMissingPrimaryKeys.php',

View file

@ -144,6 +144,9 @@ OC.L10N.register(
"Cron last run" : "آخر تنفيذ لـ cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "آخر مهمة خلفية تمّ تنفيذها %s. يبدو أن هنالك خطأً ما. {link}.",
"Last background job execution ran %s." : "آخر مهمة خلفية تمّ تنفيذها %s.",
"Data directory protected" : "دليل البيانات محمي",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "مجلد بياناتك و ملفاتك يمكن الوصول إليها على الأرجح من الإنترنت. الملف .htaccess لا يعمل. ننصح بشدة أن تقوم بتهيئة خادوم الوب عندك بحيث لا يُسمح بالوصول إلى مجلد البيانات أو أنقل مجلد البيانات خارج المجلد الجذري لمستندات خادم الوب web server documentroot. ",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "يتعذّر التأكد مما إذا كان دليل البيانات محميّاً. من فضلكح، قُم بالتحقق يدويّاً من أن خادومك لا يسمح بالوصول إلى دليل البيانات. ",
"Database missing columns" : "أعمدة ناقصة في قاعدة البيانات ",
"Missing optional column \"%s\" in table \"%s\"." : "عمود اختياري ناقص \"%s\" في الجدول \"%s\".",
"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." : "تفتقد قاعدة البيانات إلى بعض الأعمدة الاختيارية. نظرًا لحقيقة أن إضافة أعمدة على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا عندما يمكن أن تكون اختيارية. من خلال تشغيل \"occ db: add-missing-columns\" ، يمكن إضافة الأعمدة المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الأعمدة ، قد تعمل بعض الميزات على تحسين الاستجابة أو قابلية الاستخدام.",
@ -192,6 +195,9 @@ OC.L10N.register(
"You are not using MySQL" : "أنت لا تستعمل MySQL",
"MySQL is used as database and does support 4-byte characters" : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte.",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte. حتى يمكنك التعامل مع حروف الـ 4 بايت (مثل الإيموجي) بدون إشكاليات في أسماء الملفات أو الملاحظات على سبيل المثال، يُنصح بتمكين دعم الـ 4 بايت في MySQL.",
"OCS provider resolving" : "تحليل مزود OCS",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "يتعذّر التحقق مما إذا كان خادوم الوب قد تمكن من تحليل عناوين URL لمزودي OCM و OCS بالشكل الصحيح.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "خادوم الويب عندك لم يتم تكوينه بالشكل الصحيح لحل %1$s.\nيرتبط هذا على الأرجح بتكوين خادوم الويب الذي لم يتم تحديثه لتسليم هذا المجلد مباشرة. \nيُرجى مقارنة التكوين الخاص بك بقواعد إعادة الكتابة التي تم تعيينها في ملف \".htaccess\" الخاص بالـ Apache أو تلك المتوفرة في وثائق Nginx. \nفي Nginx، عادةً ما تبدأ هذه الأسطر التي تحتاج إلى تحديث بـ \"location ~\".",
"Overwrite CLI URL" : "إستبدال عنوان URL لـ CLI ",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "خيار \"overwrite.cli.url\" في ملفك config.php تمّ تعيينه بشكل صحيح إلى \"%s\".",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "خيار \"overwrite.cli.url\" في ملفك config.php تمّ تعيينه إلى \"%s\" و الذي هو عنوان URL صحيح. عنوان URL المقترح هو \"%s\".",
@ -443,7 +449,6 @@ OC.L10N.register(
"Current password" : "كلمة المرور الحالية",
"New password" : "كلمة المرور الجديدة",
"Change password" : "تغيير كلمة المرور",
"Your profile information" : "معلومات ملفك الشخصي profile",
"Your profile picture" : "صورة ملفك الشخصي",
"Upload profile picture" : "إرفع صورة ملفك الشخصي",
"Choose profile picture from Files" : "إختَر صورة ملفك الشخصي من الملفات Files",
@ -758,6 +763,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "تمكين أو تعطيل ملف التعريف الشخصي profile افتراضيًا للمستخدمين الجدد.",
"You are about to remove the group {group}. The users will NOT be deleted." : "أنت على وشك نقل المجموعة {group}. لن يتم حذف المستخدمين.",
"Please confirm the group removal " : "يرجى تأكيد نقل المجموعة",
"Your profile information" : "معلومات ملفك الشخصي profile",
"Choose profile picture from files" : "إختَر صورة للملف الشخصي من الملفات",
"png or jpg, max. 20 MB" : "صيغة png أو jpg، و حجم أقصاه 20 ميغا بايت",
"Your email address" : "إيميلك",

View file

@ -142,6 +142,9 @@
"Cron last run" : "آخر تنفيذ لـ cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "آخر مهمة خلفية تمّ تنفيذها %s. يبدو أن هنالك خطأً ما. {link}.",
"Last background job execution ran %s." : "آخر مهمة خلفية تمّ تنفيذها %s.",
"Data directory protected" : "دليل البيانات محمي",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "مجلد بياناتك و ملفاتك يمكن الوصول إليها على الأرجح من الإنترنت. الملف .htaccess لا يعمل. ننصح بشدة أن تقوم بتهيئة خادوم الوب عندك بحيث لا يُسمح بالوصول إلى مجلد البيانات أو أنقل مجلد البيانات خارج المجلد الجذري لمستندات خادم الوب web server documentroot. ",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "يتعذّر التأكد مما إذا كان دليل البيانات محميّاً. من فضلكح، قُم بالتحقق يدويّاً من أن خادومك لا يسمح بالوصول إلى دليل البيانات. ",
"Database missing columns" : "أعمدة ناقصة في قاعدة البيانات ",
"Missing optional column \"%s\" in table \"%s\"." : "عمود اختياري ناقص \"%s\" في الجدول \"%s\".",
"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." : "تفتقد قاعدة البيانات إلى بعض الأعمدة الاختيارية. نظرًا لحقيقة أن إضافة أعمدة على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا عندما يمكن أن تكون اختيارية. من خلال تشغيل \"occ db: add-missing-columns\" ، يمكن إضافة الأعمدة المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الأعمدة ، قد تعمل بعض الميزات على تحسين الاستجابة أو قابلية الاستخدام.",
@ -190,6 +193,9 @@
"You are not using MySQL" : "أنت لا تستعمل MySQL",
"MySQL is used as database and does support 4-byte characters" : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte.",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte. حتى يمكنك التعامل مع حروف الـ 4 بايت (مثل الإيموجي) بدون إشكاليات في أسماء الملفات أو الملاحظات على سبيل المثال، يُنصح بتمكين دعم الـ 4 بايت في MySQL.",
"OCS provider resolving" : "تحليل مزود OCS",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "يتعذّر التحقق مما إذا كان خادوم الوب قد تمكن من تحليل عناوين URL لمزودي OCM و OCS بالشكل الصحيح.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "خادوم الويب عندك لم يتم تكوينه بالشكل الصحيح لحل %1$s.\nيرتبط هذا على الأرجح بتكوين خادوم الويب الذي لم يتم تحديثه لتسليم هذا المجلد مباشرة. \nيُرجى مقارنة التكوين الخاص بك بقواعد إعادة الكتابة التي تم تعيينها في ملف \".htaccess\" الخاص بالـ Apache أو تلك المتوفرة في وثائق Nginx. \nفي Nginx، عادةً ما تبدأ هذه الأسطر التي تحتاج إلى تحديث بـ \"location ~\".",
"Overwrite CLI URL" : "إستبدال عنوان URL لـ CLI ",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "خيار \"overwrite.cli.url\" في ملفك config.php تمّ تعيينه بشكل صحيح إلى \"%s\".",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "خيار \"overwrite.cli.url\" في ملفك config.php تمّ تعيينه إلى \"%s\" و الذي هو عنوان URL صحيح. عنوان URL المقترح هو \"%s\".",
@ -441,7 +447,6 @@
"Current password" : "كلمة المرور الحالية",
"New password" : "كلمة المرور الجديدة",
"Change password" : "تغيير كلمة المرور",
"Your profile information" : "معلومات ملفك الشخصي profile",
"Your profile picture" : "صورة ملفك الشخصي",
"Upload profile picture" : "إرفع صورة ملفك الشخصي",
"Choose profile picture from Files" : "إختَر صورة ملفك الشخصي من الملفات Files",
@ -756,6 +761,7 @@
"Enable or disable profile by default for new users." : "تمكين أو تعطيل ملف التعريف الشخصي profile افتراضيًا للمستخدمين الجدد.",
"You are about to remove the group {group}. The users will NOT be deleted." : "أنت على وشك نقل المجموعة {group}. لن يتم حذف المستخدمين.",
"Please confirm the group removal " : "يرجى تأكيد نقل المجموعة",
"Your profile information" : "معلومات ملفك الشخصي profile",
"Choose profile picture from files" : "إختَر صورة للملف الشخصي من الملفات",
"png or jpg, max. 20 MB" : "صيغة png أو jpg، و حجم أقصاه 20 ميغا بايت",
"Your email address" : "إيميلك",

View file

@ -2,226 +2,187 @@ OC.L10N.register(
"settings",
{
"Local" : "Llocal",
"Federated" : "Federated",
"Verify" : "Verificar",
"Verifying …" : "Verificando...",
"Unable to change password" : "Nun pue camudase la contraseña",
"Very weak password" : "Contraseña mui feble",
"Weak password" : "Contraseña feble",
"So-so password" : "Contraseña pasable",
"Good password" : "Contraseña bona",
"Strong password" : "Contraseña mui bona",
"Very weak password" : "La contraseña ye mui poco segura",
"Weak password" : "La contraseña ye poco segura",
"So-so password" : "La contraseña ye normal",
"Good password" : "La contraseña ye segura",
"Strong password" : "La contraseña ye mui segura",
"Groups" : "Grupos",
"{actor} changed your password" : "{actor} camudó la to contraseña",
"You changed your password" : "Camudesti la to contraseña",
"Your password was reset by an administrator" : "La to contraseña reafitóla un alministrador",
"{actor} changed your email address" : "{actor} camudó la to direición de corréu",
"You changed your email address" : "Camudesti la to direición de corréu",
"Your email address was changed by an administrator" : "La to direición de corréu camudóla un alministrador",
"Security" : "Seguranza",
"You successfully logged in using two-factor authentication (%1$s)" : "Aniciesti sesión con ésitu usando l'autenticación en dos pasos (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "Falló un intentu d'aniciu de sesión usando l'autenticación en dos pasos (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Modificóse la to <strong>contraseña</strong> o <strong>corréu</strong>",
"Apps" : "Aplicaciones",
"Wrong password" : "Contraseña incorreuta",
"Settings" : "Configuración",
"Saved" : "Guardóse",
"No user supplied" : "Nun s'apurrieron usuarios",
"Authentication error" : "Fallu d'autenticación",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Apurri una contraseña de recuperación d'alministrador, d'otramiente perderánse tolos datos d'usuariu.",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación d'alministrador incorreuta. Comprueba la contraseña y volvi tentalo.",
"Federated Cloud Sharing" : "Compartición de ñube federada",
"Administrator documentation" : "Documentación d'alministrador",
"User documentation" : "Documentación d'usuariu",
"Invalid SMTP password." : "Contraseña SMTP non válida",
"Well done, %s!" : "¡Bien fecho, %s!",
"If you received this email, the email configuration seems to be correct." : "Si recibes esti corréu, entós la configuración de corréu paez tar bien.",
"Email could not be sent. Check your mail server log" : "Nun pudo unviase'l corréu. Comprueba'l rexistru del to sirvidor de corréu",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Asocedió un problema entrín s'unviaba'l corréu. Revisa los tos axustes por favor. (Fallu: %s)",
"Users" : "Usuarios",
"Invalid user" : "Usuariu non válidu",
"Invalid mail address" : "Direición non válida de corréu",
"Settings saved" : "Axustes guardaos",
"Unable to change full name" : "Nun pue camudase'l nome completu",
"Unable to change email address" : "Nun pue camudase la direición de corréu",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Pa verificar la to cuenta de Twitter, espubliza elllí'l tuit de darré (por favor asegúrate que lu espublices ensin saltos de llinia):",
"In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Pa verificar el to sitiu web, atroxa'l conteníu de darréu dientro'l raigañu'l sitiu en «.well-known/CloudIdVerificationCode.txt» (asegúrate que'l testu completu ta nuna llinia):",
"%1$s changed your password on %2$s." : "%1$s camudó la to contraseña en %2$s.",
"Your password on %s was changed." : "Camudóse la to contraseña en %s",
"Your password on %s was reset by an administrator." : "Un alministrador reanició la to contraseña en %s",
"Password for %1$s changed on %2$s" : "La contraseña pa %1$s camudó en %2$s",
"Password changed for %s" : "Camudóse la contraseña de %s",
"If you did not request this, please contact an administrator." : "Si nun solicitesti esto, por favor contautu con un alministrador.",
"Your email address on %s was changed." : "Camudóse la to direición de corréu en %s",
"Your email address on %s was changed by an administrator." : "Un alministrador camudó la to direción de corréu en %s",
"The new email address is %s" : "La nueva direición de corréu ye %s",
"Your %s account was created" : "Creóse la to cuenta %s",
"Welcome aboard" : "Afáyate en barcu",
"Welcome aboard %s" : "Afáyate en barcu %s",
"Your username is: %s" : "El to nome d'usuariu ye: %s",
"Set your password" : "Afita la to contraseña",
"Go to %s" : "Dir a %s",
"Install Client" : "Instalar veceru",
"Settings" : "Settings",
"User documentation" : "Documentación pa usuarios",
"Well done, %s!" : "Bien fecho, ¡%s!",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Prodúxose un problema mentanto s'unviaba'l mensaxe. Revisa la configuración. (error: %s)",
"Invalid account" : "Cuenta non válida",
"Settings saved" : "Guardóse la configuración",
"Apps" : "Aplicaciones",
"Personal" : "Personal",
"Additional settings" : "Axustes adicionales",
"Basic settings" : "Axustes básicos",
"Sharing" : "Compartiendo",
"Administration" : "Alministración",
"Users" : "Usuarios",
"Additional settings" : "Configuración adicional",
"Artificial Intelligence" : "Intelixencia artificial",
"Sharing" : "Compartición",
"Availability" : "Disponibilidá",
"Calendar" : "Calendariu",
"Personal info" : "Información personal",
"Email server" : "Sirvidor de corréu",
"Security & setup warnings" : "Alvertancies de seguranza y configuración",
"Background jobs" : "Trabayos de fondu",
"Code integrity" : "Integridá del códigu",
"No altered files" : "Nun hai nengún ficheru alteriáu",
"File locking" : "Bloquéu de ficheros",
"Internet connectivity" : "Conectividá a internet",
"You are not using MySQL" : "Nun tas usando MySQL",
"The function is available." : "La función ta disponible.",
"PHP modules" : "Módulos de PHP",
"PHP version" : "Versión de PHP",
"Random generator" : "Xenerador aleatoriu",
"Database version" : "Versión de la base de datos",
"Architecture" : "Arquiteutura",
"64-bit" : "64 bits",
"Nextcloud settings" : "Configuración de Nextcloud",
"Speech-To-Text" : "Voz a testu",
"Image generation" : "Xeneración d'imáxenes",
"Text processing" : "Procesamientu de testos",
"Task:" : "Xera:",
"None" : "Nada",
"Unable to modify setting" : "Nun ye posible modificar la opción",
"All" : "Too",
"Remove" : "Quitar",
"View in store" : "Ver na tienda",
"Admin documentation" : "Documentación p'alministradores",
"Developer documentation" : "Documentación pa desendolcadores",
"Rating: {score}/10" : "Valoración: {score}/10",
"All apps are up-to-date." : "Toles aplicaciones tán anovaes",
"Icon" : "Iconu",
"Name" : "Nome",
"Version" : "Versión",
"Level" : "Nivel",
"Actions" : "Aiciones",
"Results from other categories" : "Resultaos d'otres categoríes",
"No apps found for your version" : "Nun s'atopó nenguna aplicación pa esta versión",
"Rename" : "Renomar",
"Revoke" : "Revocar",
"Google Chrome for Android" : "Google Chrome p'Android",
"This session" : "Esta sesión",
"{client} - {version} ({system})" : "{client} - {version} ({system})",
"{client} - {version}" : "{client} - {version}",
"Device" : "Preséu",
"Devices & sessions" : "Preseos y sesiones",
"Web, desktop and mobile clients currently logged in to your account." : "Los veceros que tienen la sesión aniciada na cuenta.",
"Password" : "Contraseña",
"AJAX" : "AJAX",
"Webcron" : "Webcron",
"Cron (Recommended)" : "Cron (aconséyase)",
"Server-side encryption" : "Cifráu de llau del sirvidor",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó nengún módulu de cifráu, activa unu nel menú d'aplicaciones.",
"Please confirm the group removal" : "Confirma'l desaniciu del grupu",
"Cancel" : "Encaboxar",
"Confirm" : "Confirmar",
"Submit" : "Unviar",
"Current password" : "Contraseña actual",
"New password" : "Contraseña nueva",
"The file must be a PNG or JPG" : "El ficheru a ser PNG o JPG",
"Please select a valid png or jpg file" : "Seleiciona un ficheru PNG o JPEG válidu",
"Error setting profile picture" : "Hebo un error al afitar la semeya del perfil",
"Error cropping profile picture" : "Hebo un error al recortar la semeya del perfil",
"Error saving profile picture" : "Hebo un error al guardar la semeya del perfil",
"Error removing profile picture" : "Hebo un error al quitar la semeya del perfil",
"Details" : "Detalles",
"You are a member of the following groups:" : "Yes miembru de los grupos siguientes:",
"You are using <strong>{usage}</strong>" : "Tas usando <strong>{usage}</strong>",
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tas usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Back" : "Atrás",
"Languages" : "Llingües",
"Unable to update language" : "Nun ye posible anovar la llingua",
"No language set" : "Nun s'afitó nenguna llingua",
"Locales" : "Locales",
"Unable to update locale" : "Nun ye posible anovar la locale",
"Invalid value" : "El valor ye inválidu",
"Add" : "Amestar",
"Create" : "Crear",
"Change" : "Camudar",
"Delete" : "Desaniciar",
"Unlimited" : "Non llendáu",
"Verifying" : "Verificando",
"None" : "Dengún",
"Limit to groups" : "Llendar a grupos",
"Save changes" : "Guardar camudancies",
"All" : "Toos",
"No results" : "Ensin resultaos",
"Remove" : "Desaniciar",
"Disable" : "Desactivar",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Nun pue instalase esta aplicación porque nun se cumplen les dependencies de darréu:",
"View in store" : "Ver na tienda",
"Visit website" : "Visitar sitiu web",
"Report a bug" : "Informar un fallu",
"Developer documentation" : "Documentación de desendolcaores",
"Featured" : "Destacao",
"No apps found for your version" : "Nun s'alcontraron anovamientos pa la to versión",
"Enable all" : "Habilitar too",
"Allow filesystem access" : "Permitir accesu al sistema de ficheros",
"Rename" : "Renomar",
"Revoke" : "Revocar",
"Loading accounts …" : "Cargando les cuentes…",
"Other languages" : "Otres llingües",
"New user" : "Usuariu nuevu",
"Display name" : "Nome visible",
"Password (required)" : "Contraseña (obligatoria)",
"Email" : "Corréu electrónicu",
"Language" : "Llingua",
"Total rows summary" : "Resume total de fieleres",
"Loading users …" : "Cargando los usuarios…",
"_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"],
"_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"],
"Avatar" : "Avatar",
"Loading account …" : "Cargando la cuenta…",
"{size} used" : "{size} n'usu",
"Delete account" : "Dersaniciar la cuenta",
"Welcome mail sent!" : "¡Unvióse'l mensaxe d'acoyida!",
"Done" : "Fecho",
"Edit" : "Editar",
"Visibility" : "Visibilidá",
"Send email" : "Unviar un corréu electrónicu",
"Adding your device …" : "Amestando'l preséu…",
"Passwordless Authentication" : "Autenticación ensin contraseña",
"No devices configured." : "Nun se configuró nengún preséu.",
"Your browser does not support WebAuthn." : "El restolador nun ye compatible con WebAuthn.",
"Changelog" : "Rexistru de cambeos",
"New account" : "Cuenta nueva",
"Creating group …" : "Creando'l grupu…",
"Group name" : "Nome del grupu",
"Sending…" : "Unviando…",
"Location" : "Llocalización",
"Profile picture" : "Semeya del perfil",
"Full name" : "Nome completu",
"Organisation" : "Organización",
"Phone number" : "Númberu de teléfonu",
"Role" : "Rol",
"X (formerly Twitter)" : "X (anteriormente Twitter)",
"Fediverse (e.g. Mastodon)" : "Fediversu",
"Website" : "Sitiu web",
"Profile visibility" : "Visibilidá del perfil",
"Locale" : "Locale",
"Featured apps" : "Aplicaciones destacaes",
"Never" : "Enxamás",
"An error occurred during the request. Unable to proceed." : "Prodúxose un error demientres la solicitú. Nun ye posible siguir.",
"Error: This app cannot be enabled because it makes the server unstable" : "Error: nun se pue activar esta aplicación porque fai que'l sirvidor seya inestable",
"Do you really want to wipe your data from this device?" : "¿De xuru que quies borrar los datos d'esti preséu?",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Ficiéronse milenta solicitúes dende la to rede. Volvi tentalo dempués o ponte en contautu cola alministración si esti mensaxe ye un error.",
"Documentation" : "Documentación",
"Forum" : "Foru",
"General documentation" : "Documentación xeneral",
"SSL" : "SSL",
"Encryption" : "Cifráu",
"Port" : "Puertu",
"Authentication" : "Autenticación",
"Save" : "Guardar",
"There are some errors regarding your setup." : "Hai dalgunos errores en rellación a la configuración.",
"There are some warnings regarding your setup." : "Hai dalgunes alvertencies en rellación a la configuración.",
"Reasons to use Nextcloud in your organization" : "Razones pa usar Nextcloud na to organzación",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desendolcáu pola {communityopen}comunidá de Nextcloud{linkclose}, el {githubopen}códigu fonte{linkclose} llicénciase baxo l'{licenseopen}AGPL{linkclose}.",
"Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Nun se pudo determinar si la versión de TLS de cURL ta anovada o non pola mor d'un error que se produxo demientres la solicitú HTTPS escontra https://nextcloud.com. Comprueba'l ficheru de rexistru de Nextcloud pa consiguir más detalles.",
"Invalid user" : "L'usuariu ye inválidu",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
"Google Chrome" : "Google Chrome",
"Safari" : "Safari",
"Google Chrome for Android" : "Google Chrome p'Android",
"This session" : "Esta sesión",
"Device" : "Preséu",
"Last activity" : "Actividá cabera",
"Web, desktop and mobile clients currently logged in to your account." : "Veceros web, d'escritoriu y móviles cola sesión aniciada anguaño na to cuenta.",
"Error while creating device token" : "Fallu entrín se creaba'l pase'l preséu",
"Error while deleting the token" : "Fallu entrín se desaniciaba'l pase",
"App name" : "Nome d'aplicación",
"For security reasons this password will only be shown once." : "Por razones de seguranza, esta contraseña namái s'amosará una vegada.",
"Username" : "Nome d'usuariu",
"Password" : "Contraseña",
"Done" : "Fecho",
"iPhone" : "iPhone",
"iPad" : "iPad",
"Error while deleting the token" : "Hebo un error mentanto se desaniciaba'l pase",
"For security reasons this password will only be shown once." : "Por motivos de seguranza, esta contraseña namás va amosase una vegada.",
"Copied!" : "¡Copióse!",
"Copy" : "Copiar",
"Enable" : "Activar",
"Server-side encryption" : "Cifráu del llau del sirvidor",
"Enable server-side encryption" : "Activar cifráu nel sirvidor",
"Be aware that encryption always increases the file size." : "Decátate que'l cifráu siempres aumenta'l tamañu de los ficheros.",
"This is the final warning: Do you really want to enable encryption?" : "Esta ye l'alvertencia final: ¿De xuru que quies activar el cifráu?",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó dengún módulu de cifráu, activa un módulu de cifráu nel menú d'aplicaciones.",
"Select default encryption module:" : "Esbilla'l módulu predetermináu de cifráu:",
"Current password" : "Contraseña actual",
"New password" : "Contraseña nueva",
"Change password" : "Camudar contraseña",
"Picture provided by original account" : "Semeya fornida pola cuenta orixinal",
"Cancel" : "Encaboxar",
"Details" : "Detalles",
"Your email address" : "Direición de corréu-e",
"No email address set" : "Nun s'afitó denguna direición de corréu",
"Language" : "Llingua",
"Help translate" : "Ayúdanos nes traducciones",
"Your phone number" : "El to númberu de teléfonu",
"Your website" : "El to sitiu web",
"Add" : "Amestar",
"{size} used" : "{size} usaos",
"Display name" : "Nome",
"Email" : "Corréu-e",
"Quota" : "Cuota",
"User backend" : "Backend d'usuarios",
"Storage location" : "Allugamientu d'almacenamientu",
"Last login" : "Aniciu de sesión caberu",
"Default quota" : "Cuota por defeutu",
"Unnamed device" : "Preséu ensin nomar",
"Your apps" : "Les tos aplicaciones",
"Changelog" : "Rexistru de cambeos",
"Add group" : "Amestar grupu",
"Active users" : "Usuarios activos",
"Admins" : "Almins",
"Show last login" : "Amosar aniciu de sesión caberu",
"Show user backend" : "Amosar backend d'usuarios",
"Send email to new user" : "Unviar corréu al usuariu nuevu",
"Not saved" : "Nun se guardó",
"Sending…" : "Unviando...",
"Email sent" : "Corréu-e unviáu",
"Location" : "Llocalización",
"Profile picture" : "Semeya de perfil",
"About" : "Tocante a",
"Full name" : "Nome completu",
"Phone number" : "Númberu de teléfonu",
"Please confirm the group removal " : "Confirma'l desaniciu del grupu",
"Enable Profile" : "Activar el perfil",
"You do not have permissions to see the details of this user" : "Nun tienes permisu pa ver los detalles d'esti usuariu",
"Twitter" : "Twitter",
"Website" : "Sitiu web",
"Disabled apps" : "Aplicaciones deshabilitaes",
"Updates" : "Anovamientos",
"App bundles" : "Llotes d'aplicaciones",
"Hide" : "Anubrir",
"Never" : "Enxamás",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Habilitóse l'aplicación pero precisa anovase. Redirixirásete a la páxina d'anovamientu en 5 segundos.",
"Documentation" : "Documentación",
"Forum" : "Foru",
"Login" : "Entamar sesión",
"SSL/TLS" : "SSL/TLS",
"Open documentation" : "Abrir documentación",
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "Nun ye importante configurar esti sirvidor pa que seya a unviar correos, como pa refitaminetos de contraseñes y avisos.",
"Send mode" : "Mou d'unviu",
"Encryption" : "Cifráu",
"From address" : "Dende la direición",
"Server address" : "Direición del sirvidor",
"Port" : "Puertu",
"Authentication method" : "Métodu d'autenticación",
"Authentication required" : "Necesítase autenticación",
"Credentials" : "Credenciales",
"SMTP Username" : "Nome d'usuariu SMTP",
"SMTP Password" : "Contraseña SMTP",
"Save" : "Guardar",
"Send email" : "Unviar mensaxe",
"All checks passed." : "Pasáronse toles comprobaciones.",
"Version" : "Versión",
"Allow apps to use the Share API" : "Permitir a les aplicaciones usar la API de Compartición",
"Enforce expiration date" : "Facer cumplir la data de caducidá",
"Allow public uploads" : "Permitir xubes públiques",
"Always ask for a password" : "Pidir siempres la contraseña",
"Enforce password protection" : "Ameyora la proteición por contraseña.",
"Set default expiration date" : "Afitar la data d'espiración predeterminada",
"Allow resharing" : "Permitir re-compartición",
"Allow sharing with groups" : "Permiri compartición con grupos",
"Restrict users to only share with users in their groups" : "Restrinxir a los usuarios a compartir namái con otros usuarios nos sos grupos",
"Exclude groups from sharing" : "Esclúi grupos de compartir",
"These groups will still be able to receive shares, but not to initiate them." : "Estos grupos van poder siguir recibiendo conteníos compartíos, pero nun van poder anicialos",
"Like our Facebook page" : "Da-y préstame a la nuesa páxina de Facebook",
"Follow us on Twitter" : "Síguimos en Twitter.",
"Check out our blog" : "Comprueba'l nuesu blogue",
"Subscribe to our newsletter" : "Soscríbite al nuesu boletín",
"Select a profile picture" : "Esbillar una imaxe de perfil",
"Couldn't remove app." : "Nun pudo desaniciase l'aplicación.",
"Couldn't update app." : "Nun pudo anovase l'aplicación.",
"Backend doesn't support password change, but the user's encryption key was updated." : "El backend nun sofita'l cambéu de contraseña pero anovóse la clave del cifráu d'usuarios",
"Migration in progress. Please wait until the migration is finished" : "Migración en cursu. Espera fasta que la migración fine, por favor.",
"Migration started …" : "Migración aniciada...",
"Address" : "Direición",
"Plain" : "Planu",
"NT LAN Manager" : "Xestor de NT LAN",
"STARTTLS" : "STARTTLS",
"Please read carefully before activating server-side encryption: " : "Llei con procuru enantes d'activar el cifráu nel sirvidor:",
"Enable encryption" : "Habilitar cifráu",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Precises migrar les claves de cifráu d'un cifráu vieyu (ownCloud <= 8.0) a unu nuevu.",
"Start migration" : "Aniciar migración",
"Background job didnt run yet!" : "¡Entá nun s'executó'l trabayu de fondu!",
"Recommended" : "Recomendáu",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php precisa executalu l'usuariu del sistema «%s».",
"Upload new" : "Xubir otra",
"Remove image" : "Desaniciar imaxe",
"png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB",
"Your postal address" : "La to direición postal",
"Link https://…" : "Enllaz https://…"
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "A esta instancia fálten-y dalgunos módulos de PHP aconseyaos. Pa consiguir un rindimientu mayor y una compatibilidá meyor ye mui recomendable que los instales: %s.",
"You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tas a piques de quitar el grupu «{group}». NUN van desaniciase los usuarios.",
"No users" : "Nun hai nengún usuariu…",
"Loading user …" : "Cargando l'usuariu…",
"Failed to update user manager" : "Nun se pudo anovar el xestor d'usuarios",
"User management settings" : "Configuración de la xestión d'usuarios",
"Send welcome email to new users" : "Unviar un mensaxes d'acoyida a los usuarios nuevos",
"User management" : "Xestión d'usuarios"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,225 +1,186 @@
{ "translations": {
"Local" : "Llocal",
"Federated" : "Federated",
"Verify" : "Verificar",
"Verifying …" : "Verificando...",
"Unable to change password" : "Nun pue camudase la contraseña",
"Very weak password" : "Contraseña mui feble",
"Weak password" : "Contraseña feble",
"So-so password" : "Contraseña pasable",
"Good password" : "Contraseña bona",
"Strong password" : "Contraseña mui bona",
"Very weak password" : "La contraseña ye mui poco segura",
"Weak password" : "La contraseña ye poco segura",
"So-so password" : "La contraseña ye normal",
"Good password" : "La contraseña ye segura",
"Strong password" : "La contraseña ye mui segura",
"Groups" : "Grupos",
"{actor} changed your password" : "{actor} camudó la to contraseña",
"You changed your password" : "Camudesti la to contraseña",
"Your password was reset by an administrator" : "La to contraseña reafitóla un alministrador",
"{actor} changed your email address" : "{actor} camudó la to direición de corréu",
"You changed your email address" : "Camudesti la to direición de corréu",
"Your email address was changed by an administrator" : "La to direición de corréu camudóla un alministrador",
"Security" : "Seguranza",
"You successfully logged in using two-factor authentication (%1$s)" : "Aniciesti sesión con ésitu usando l'autenticación en dos pasos (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "Falló un intentu d'aniciu de sesión usando l'autenticación en dos pasos (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Modificóse la to <strong>contraseña</strong> o <strong>corréu</strong>",
"Apps" : "Aplicaciones",
"Wrong password" : "Contraseña incorreuta",
"Settings" : "Configuración",
"Saved" : "Guardóse",
"No user supplied" : "Nun s'apurrieron usuarios",
"Authentication error" : "Fallu d'autenticación",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Apurri una contraseña de recuperación d'alministrador, d'otramiente perderánse tolos datos d'usuariu.",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación d'alministrador incorreuta. Comprueba la contraseña y volvi tentalo.",
"Federated Cloud Sharing" : "Compartición de ñube federada",
"Administrator documentation" : "Documentación d'alministrador",
"User documentation" : "Documentación d'usuariu",
"Invalid SMTP password." : "Contraseña SMTP non válida",
"Well done, %s!" : "¡Bien fecho, %s!",
"If you received this email, the email configuration seems to be correct." : "Si recibes esti corréu, entós la configuración de corréu paez tar bien.",
"Email could not be sent. Check your mail server log" : "Nun pudo unviase'l corréu. Comprueba'l rexistru del to sirvidor de corréu",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Asocedió un problema entrín s'unviaba'l corréu. Revisa los tos axustes por favor. (Fallu: %s)",
"Users" : "Usuarios",
"Invalid user" : "Usuariu non válidu",
"Invalid mail address" : "Direición non válida de corréu",
"Settings saved" : "Axustes guardaos",
"Unable to change full name" : "Nun pue camudase'l nome completu",
"Unable to change email address" : "Nun pue camudase la direición de corréu",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Pa verificar la to cuenta de Twitter, espubliza elllí'l tuit de darré (por favor asegúrate que lu espublices ensin saltos de llinia):",
"In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Pa verificar el to sitiu web, atroxa'l conteníu de darréu dientro'l raigañu'l sitiu en «.well-known/CloudIdVerificationCode.txt» (asegúrate que'l testu completu ta nuna llinia):",
"%1$s changed your password on %2$s." : "%1$s camudó la to contraseña en %2$s.",
"Your password on %s was changed." : "Camudóse la to contraseña en %s",
"Your password on %s was reset by an administrator." : "Un alministrador reanició la to contraseña en %s",
"Password for %1$s changed on %2$s" : "La contraseña pa %1$s camudó en %2$s",
"Password changed for %s" : "Camudóse la contraseña de %s",
"If you did not request this, please contact an administrator." : "Si nun solicitesti esto, por favor contautu con un alministrador.",
"Your email address on %s was changed." : "Camudóse la to direición de corréu en %s",
"Your email address on %s was changed by an administrator." : "Un alministrador camudó la to direción de corréu en %s",
"The new email address is %s" : "La nueva direición de corréu ye %s",
"Your %s account was created" : "Creóse la to cuenta %s",
"Welcome aboard" : "Afáyate en barcu",
"Welcome aboard %s" : "Afáyate en barcu %s",
"Your username is: %s" : "El to nome d'usuariu ye: %s",
"Set your password" : "Afita la to contraseña",
"Go to %s" : "Dir a %s",
"Install Client" : "Instalar veceru",
"Settings" : "Settings",
"User documentation" : "Documentación pa usuarios",
"Well done, %s!" : "Bien fecho, ¡%s!",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Prodúxose un problema mentanto s'unviaba'l mensaxe. Revisa la configuración. (error: %s)",
"Invalid account" : "Cuenta non válida",
"Settings saved" : "Guardóse la configuración",
"Apps" : "Aplicaciones",
"Personal" : "Personal",
"Additional settings" : "Axustes adicionales",
"Basic settings" : "Axustes básicos",
"Sharing" : "Compartiendo",
"Administration" : "Alministración",
"Users" : "Usuarios",
"Additional settings" : "Configuración adicional",
"Artificial Intelligence" : "Intelixencia artificial",
"Sharing" : "Compartición",
"Availability" : "Disponibilidá",
"Calendar" : "Calendariu",
"Personal info" : "Información personal",
"Email server" : "Sirvidor de corréu",
"Security & setup warnings" : "Alvertancies de seguranza y configuración",
"Background jobs" : "Trabayos de fondu",
"Code integrity" : "Integridá del códigu",
"No altered files" : "Nun hai nengún ficheru alteriáu",
"File locking" : "Bloquéu de ficheros",
"Internet connectivity" : "Conectividá a internet",
"You are not using MySQL" : "Nun tas usando MySQL",
"The function is available." : "La función ta disponible.",
"PHP modules" : "Módulos de PHP",
"PHP version" : "Versión de PHP",
"Random generator" : "Xenerador aleatoriu",
"Database version" : "Versión de la base de datos",
"Architecture" : "Arquiteutura",
"64-bit" : "64 bits",
"Nextcloud settings" : "Configuración de Nextcloud",
"Speech-To-Text" : "Voz a testu",
"Image generation" : "Xeneración d'imáxenes",
"Text processing" : "Procesamientu de testos",
"Task:" : "Xera:",
"None" : "Nada",
"Unable to modify setting" : "Nun ye posible modificar la opción",
"All" : "Too",
"Remove" : "Quitar",
"View in store" : "Ver na tienda",
"Admin documentation" : "Documentación p'alministradores",
"Developer documentation" : "Documentación pa desendolcadores",
"Rating: {score}/10" : "Valoración: {score}/10",
"All apps are up-to-date." : "Toles aplicaciones tán anovaes",
"Icon" : "Iconu",
"Name" : "Nome",
"Version" : "Versión",
"Level" : "Nivel",
"Actions" : "Aiciones",
"Results from other categories" : "Resultaos d'otres categoríes",
"No apps found for your version" : "Nun s'atopó nenguna aplicación pa esta versión",
"Rename" : "Renomar",
"Revoke" : "Revocar",
"Google Chrome for Android" : "Google Chrome p'Android",
"This session" : "Esta sesión",
"{client} - {version} ({system})" : "{client} - {version} ({system})",
"{client} - {version}" : "{client} - {version}",
"Device" : "Preséu",
"Devices & sessions" : "Preseos y sesiones",
"Web, desktop and mobile clients currently logged in to your account." : "Los veceros que tienen la sesión aniciada na cuenta.",
"Password" : "Contraseña",
"AJAX" : "AJAX",
"Webcron" : "Webcron",
"Cron (Recommended)" : "Cron (aconséyase)",
"Server-side encryption" : "Cifráu de llau del sirvidor",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó nengún módulu de cifráu, activa unu nel menú d'aplicaciones.",
"Please confirm the group removal" : "Confirma'l desaniciu del grupu",
"Cancel" : "Encaboxar",
"Confirm" : "Confirmar",
"Submit" : "Unviar",
"Current password" : "Contraseña actual",
"New password" : "Contraseña nueva",
"The file must be a PNG or JPG" : "El ficheru a ser PNG o JPG",
"Please select a valid png or jpg file" : "Seleiciona un ficheru PNG o JPEG válidu",
"Error setting profile picture" : "Hebo un error al afitar la semeya del perfil",
"Error cropping profile picture" : "Hebo un error al recortar la semeya del perfil",
"Error saving profile picture" : "Hebo un error al guardar la semeya del perfil",
"Error removing profile picture" : "Hebo un error al quitar la semeya del perfil",
"Details" : "Detalles",
"You are a member of the following groups:" : "Yes miembru de los grupos siguientes:",
"You are using <strong>{usage}</strong>" : "Tas usando <strong>{usage}</strong>",
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tas usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Back" : "Atrás",
"Languages" : "Llingües",
"Unable to update language" : "Nun ye posible anovar la llingua",
"No language set" : "Nun s'afitó nenguna llingua",
"Locales" : "Locales",
"Unable to update locale" : "Nun ye posible anovar la locale",
"Invalid value" : "El valor ye inválidu",
"Add" : "Amestar",
"Create" : "Crear",
"Change" : "Camudar",
"Delete" : "Desaniciar",
"Unlimited" : "Non llendáu",
"Verifying" : "Verificando",
"None" : "Dengún",
"Limit to groups" : "Llendar a grupos",
"Save changes" : "Guardar camudancies",
"All" : "Toos",
"No results" : "Ensin resultaos",
"Remove" : "Desaniciar",
"Disable" : "Desactivar",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Nun pue instalase esta aplicación porque nun se cumplen les dependencies de darréu:",
"View in store" : "Ver na tienda",
"Visit website" : "Visitar sitiu web",
"Report a bug" : "Informar un fallu",
"Developer documentation" : "Documentación de desendolcaores",
"Featured" : "Destacao",
"No apps found for your version" : "Nun s'alcontraron anovamientos pa la to versión",
"Enable all" : "Habilitar too",
"Allow filesystem access" : "Permitir accesu al sistema de ficheros",
"Rename" : "Renomar",
"Revoke" : "Revocar",
"Loading accounts …" : "Cargando les cuentes…",
"Other languages" : "Otres llingües",
"New user" : "Usuariu nuevu",
"Display name" : "Nome visible",
"Password (required)" : "Contraseña (obligatoria)",
"Email" : "Corréu electrónicu",
"Language" : "Llingua",
"Total rows summary" : "Resume total de fieleres",
"Loading users …" : "Cargando los usuarios…",
"_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"],
"_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"],
"Avatar" : "Avatar",
"Loading account …" : "Cargando la cuenta…",
"{size} used" : "{size} n'usu",
"Delete account" : "Dersaniciar la cuenta",
"Welcome mail sent!" : "¡Unvióse'l mensaxe d'acoyida!",
"Done" : "Fecho",
"Edit" : "Editar",
"Visibility" : "Visibilidá",
"Send email" : "Unviar un corréu electrónicu",
"Adding your device …" : "Amestando'l preséu…",
"Passwordless Authentication" : "Autenticación ensin contraseña",
"No devices configured." : "Nun se configuró nengún preséu.",
"Your browser does not support WebAuthn." : "El restolador nun ye compatible con WebAuthn.",
"Changelog" : "Rexistru de cambeos",
"New account" : "Cuenta nueva",
"Creating group …" : "Creando'l grupu…",
"Group name" : "Nome del grupu",
"Sending…" : "Unviando…",
"Location" : "Llocalización",
"Profile picture" : "Semeya del perfil",
"Full name" : "Nome completu",
"Organisation" : "Organización",
"Phone number" : "Númberu de teléfonu",
"Role" : "Rol",
"X (formerly Twitter)" : "X (anteriormente Twitter)",
"Fediverse (e.g. Mastodon)" : "Fediversu",
"Website" : "Sitiu web",
"Profile visibility" : "Visibilidá del perfil",
"Locale" : "Locale",
"Featured apps" : "Aplicaciones destacaes",
"Never" : "Enxamás",
"An error occurred during the request. Unable to proceed." : "Prodúxose un error demientres la solicitú. Nun ye posible siguir.",
"Error: This app cannot be enabled because it makes the server unstable" : "Error: nun se pue activar esta aplicación porque fai que'l sirvidor seya inestable",
"Do you really want to wipe your data from this device?" : "¿De xuru que quies borrar los datos d'esti preséu?",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Ficiéronse milenta solicitúes dende la to rede. Volvi tentalo dempués o ponte en contautu cola alministración si esti mensaxe ye un error.",
"Documentation" : "Documentación",
"Forum" : "Foru",
"General documentation" : "Documentación xeneral",
"SSL" : "SSL",
"Encryption" : "Cifráu",
"Port" : "Puertu",
"Authentication" : "Autenticación",
"Save" : "Guardar",
"There are some errors regarding your setup." : "Hai dalgunos errores en rellación a la configuración.",
"There are some warnings regarding your setup." : "Hai dalgunes alvertencies en rellación a la configuración.",
"Reasons to use Nextcloud in your organization" : "Razones pa usar Nextcloud na to organzación",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desendolcáu pola {communityopen}comunidá de Nextcloud{linkclose}, el {githubopen}códigu fonte{linkclose} llicénciase baxo l'{licenseopen}AGPL{linkclose}.",
"Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Nun se pudo determinar si la versión de TLS de cURL ta anovada o non pola mor d'un error que se produxo demientres la solicitú HTTPS escontra https://nextcloud.com. Comprueba'l ficheru de rexistru de Nextcloud pa consiguir más detalles.",
"Invalid user" : "L'usuariu ye inválidu",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
"Google Chrome" : "Google Chrome",
"Safari" : "Safari",
"Google Chrome for Android" : "Google Chrome p'Android",
"This session" : "Esta sesión",
"Device" : "Preséu",
"Last activity" : "Actividá cabera",
"Web, desktop and mobile clients currently logged in to your account." : "Veceros web, d'escritoriu y móviles cola sesión aniciada anguaño na to cuenta.",
"Error while creating device token" : "Fallu entrín se creaba'l pase'l preséu",
"Error while deleting the token" : "Fallu entrín se desaniciaba'l pase",
"App name" : "Nome d'aplicación",
"For security reasons this password will only be shown once." : "Por razones de seguranza, esta contraseña namái s'amosará una vegada.",
"Username" : "Nome d'usuariu",
"Password" : "Contraseña",
"Done" : "Fecho",
"iPhone" : "iPhone",
"iPad" : "iPad",
"Error while deleting the token" : "Hebo un error mentanto se desaniciaba'l pase",
"For security reasons this password will only be shown once." : "Por motivos de seguranza, esta contraseña namás va amosase una vegada.",
"Copied!" : "¡Copióse!",
"Copy" : "Copiar",
"Enable" : "Activar",
"Server-side encryption" : "Cifráu del llau del sirvidor",
"Enable server-side encryption" : "Activar cifráu nel sirvidor",
"Be aware that encryption always increases the file size." : "Decátate que'l cifráu siempres aumenta'l tamañu de los ficheros.",
"This is the final warning: Do you really want to enable encryption?" : "Esta ye l'alvertencia final: ¿De xuru que quies activar el cifráu?",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó dengún módulu de cifráu, activa un módulu de cifráu nel menú d'aplicaciones.",
"Select default encryption module:" : "Esbilla'l módulu predetermináu de cifráu:",
"Current password" : "Contraseña actual",
"New password" : "Contraseña nueva",
"Change password" : "Camudar contraseña",
"Picture provided by original account" : "Semeya fornida pola cuenta orixinal",
"Cancel" : "Encaboxar",
"Details" : "Detalles",
"Your email address" : "Direición de corréu-e",
"No email address set" : "Nun s'afitó denguna direición de corréu",
"Language" : "Llingua",
"Help translate" : "Ayúdanos nes traducciones",
"Your phone number" : "El to númberu de teléfonu",
"Your website" : "El to sitiu web",
"Add" : "Amestar",
"{size} used" : "{size} usaos",
"Display name" : "Nome",
"Email" : "Corréu-e",
"Quota" : "Cuota",
"User backend" : "Backend d'usuarios",
"Storage location" : "Allugamientu d'almacenamientu",
"Last login" : "Aniciu de sesión caberu",
"Default quota" : "Cuota por defeutu",
"Unnamed device" : "Preséu ensin nomar",
"Your apps" : "Les tos aplicaciones",
"Changelog" : "Rexistru de cambeos",
"Add group" : "Amestar grupu",
"Active users" : "Usuarios activos",
"Admins" : "Almins",
"Show last login" : "Amosar aniciu de sesión caberu",
"Show user backend" : "Amosar backend d'usuarios",
"Send email to new user" : "Unviar corréu al usuariu nuevu",
"Not saved" : "Nun se guardó",
"Sending…" : "Unviando...",
"Email sent" : "Corréu-e unviáu",
"Location" : "Llocalización",
"Profile picture" : "Semeya de perfil",
"About" : "Tocante a",
"Full name" : "Nome completu",
"Phone number" : "Númberu de teléfonu",
"Please confirm the group removal " : "Confirma'l desaniciu del grupu",
"Enable Profile" : "Activar el perfil",
"You do not have permissions to see the details of this user" : "Nun tienes permisu pa ver los detalles d'esti usuariu",
"Twitter" : "Twitter",
"Website" : "Sitiu web",
"Disabled apps" : "Aplicaciones deshabilitaes",
"Updates" : "Anovamientos",
"App bundles" : "Llotes d'aplicaciones",
"Hide" : "Anubrir",
"Never" : "Enxamás",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Habilitóse l'aplicación pero precisa anovase. Redirixirásete a la páxina d'anovamientu en 5 segundos.",
"Documentation" : "Documentación",
"Forum" : "Foru",
"Login" : "Entamar sesión",
"SSL/TLS" : "SSL/TLS",
"Open documentation" : "Abrir documentación",
"It is important to set up this server to be able to send emails, like for password reset and notifications." : "Nun ye importante configurar esti sirvidor pa que seya a unviar correos, como pa refitaminetos de contraseñes y avisos.",
"Send mode" : "Mou d'unviu",
"Encryption" : "Cifráu",
"From address" : "Dende la direición",
"Server address" : "Direición del sirvidor",
"Port" : "Puertu",
"Authentication method" : "Métodu d'autenticación",
"Authentication required" : "Necesítase autenticación",
"Credentials" : "Credenciales",
"SMTP Username" : "Nome d'usuariu SMTP",
"SMTP Password" : "Contraseña SMTP",
"Save" : "Guardar",
"Send email" : "Unviar mensaxe",
"All checks passed." : "Pasáronse toles comprobaciones.",
"Version" : "Versión",
"Allow apps to use the Share API" : "Permitir a les aplicaciones usar la API de Compartición",
"Enforce expiration date" : "Facer cumplir la data de caducidá",
"Allow public uploads" : "Permitir xubes públiques",
"Always ask for a password" : "Pidir siempres la contraseña",
"Enforce password protection" : "Ameyora la proteición por contraseña.",
"Set default expiration date" : "Afitar la data d'espiración predeterminada",
"Allow resharing" : "Permitir re-compartición",
"Allow sharing with groups" : "Permiri compartición con grupos",
"Restrict users to only share with users in their groups" : "Restrinxir a los usuarios a compartir namái con otros usuarios nos sos grupos",
"Exclude groups from sharing" : "Esclúi grupos de compartir",
"These groups will still be able to receive shares, but not to initiate them." : "Estos grupos van poder siguir recibiendo conteníos compartíos, pero nun van poder anicialos",
"Like our Facebook page" : "Da-y préstame a la nuesa páxina de Facebook",
"Follow us on Twitter" : "Síguimos en Twitter.",
"Check out our blog" : "Comprueba'l nuesu blogue",
"Subscribe to our newsletter" : "Soscríbite al nuesu boletín",
"Select a profile picture" : "Esbillar una imaxe de perfil",
"Couldn't remove app." : "Nun pudo desaniciase l'aplicación.",
"Couldn't update app." : "Nun pudo anovase l'aplicación.",
"Backend doesn't support password change, but the user's encryption key was updated." : "El backend nun sofita'l cambéu de contraseña pero anovóse la clave del cifráu d'usuarios",
"Migration in progress. Please wait until the migration is finished" : "Migración en cursu. Espera fasta que la migración fine, por favor.",
"Migration started …" : "Migración aniciada...",
"Address" : "Direición",
"Plain" : "Planu",
"NT LAN Manager" : "Xestor de NT LAN",
"STARTTLS" : "STARTTLS",
"Please read carefully before activating server-side encryption: " : "Llei con procuru enantes d'activar el cifráu nel sirvidor:",
"Enable encryption" : "Habilitar cifráu",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Precises migrar les claves de cifráu d'un cifráu vieyu (ownCloud <= 8.0) a unu nuevu.",
"Start migration" : "Aniciar migración",
"Background job didnt run yet!" : "¡Entá nun s'executó'l trabayu de fondu!",
"Recommended" : "Recomendáu",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php precisa executalu l'usuariu del sistema «%s».",
"Upload new" : "Xubir otra",
"Remove image" : "Desaniciar imaxe",
"png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB",
"Your postal address" : "La to direición postal",
"Link https://…" : "Enllaz https://…"
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "A esta instancia fálten-y dalgunos módulos de PHP aconseyaos. Pa consiguir un rindimientu mayor y una compatibilidá meyor ye mui recomendable que los instales: %s.",
"You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tas a piques de quitar el grupu «{group}». NUN van desaniciase los usuarios.",
"No users" : "Nun hai nengún usuariu…",
"Loading user …" : "Cargando l'usuariu…",
"Failed to update user manager" : "Nun se pudo anovar el xestor d'usuarios",
"User management settings" : "Configuración de la xestión d'usuarios",
"Send welcome email to new users" : "Unviar un mensaxes d'acoyida a los usuarios nuevos",
"User management" : "Xestión d'usuarios"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -122,7 +122,6 @@ OC.L10N.register(
"Current password" : "Hazırkı şifrə",
"New password" : "Yeni şifrə",
"Change password" : "Şifrəni dəyiş",
"Your profile information" : "Sizin profil məlumatlarınız",
"Your profile picture" : "Sizin profil şəkliniz",
"Upload profile picture" : "Profil şəklini yüklə",
"Choose profile picture from Files" : "Profil şəklini Faylalrdan seçin",
@ -191,6 +190,7 @@ OC.L10N.register(
"Error while deleting the token" : "Token silinən vaxtı səhv baş verdi",
"Copied!" : "Kopyalandı!",
"Copy" : "Kopyala",
"Your profile information" : "Sizin profil məlumatlarınız",
"png or jpg, max. 20 MB" : "png vəya jpg, maksimum. 20 MB",
"Your email address" : "Sizin email ünvanı",
"Your location" : "Sizin məkan",

View file

@ -120,7 +120,6 @@
"Current password" : "Hazırkı şifrə",
"New password" : "Yeni şifrə",
"Change password" : "Şifrəni dəyiş",
"Your profile information" : "Sizin profil məlumatlarınız",
"Your profile picture" : "Sizin profil şəkliniz",
"Upload profile picture" : "Profil şəklini yüklə",
"Choose profile picture from Files" : "Profil şəklini Faylalrdan seçin",
@ -189,6 +188,7 @@
"Error while deleting the token" : "Token silinən vaxtı səhv baş verdi",
"Copied!" : "Kopyalandı!",
"Copy" : "Kopyala",
"Your profile information" : "Sizin profil məlumatlarınız",
"png or jpg, max. 20 MB" : "png vəya jpg, maksimum. 20 MB",
"Your email address" : "Sizin email ünvanı",
"Your location" : "Sizin məkan",

View file

@ -115,6 +115,7 @@ OC.L10N.register(
"Background jobs" : "Фонови процеси",
"Unlimited" : "Неограничено",
"Verifying" : "Потвърждаване",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вероятно вашите данни и файлове са достъпни от интернет. .htaccess файлът не функционира. Силно се препоръчва да настроите уеб сървъра по такъв начин, че директорията за данни да не бъде достъпна или я преместете извън началната директория на уеб сървъра.",
"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." : "В базата данни липсват някои изборни колони. Поради факта, че добавянето на колони в големи таблици може да отнеме известно време, те не се добавят автоматично, когато могат да бъдат по избор. Чрез стартиране на \"occ db: add-missing-колони\" тези липсващи колони могат да бъдат добавени ръчно, докато екземплярът продължава да работи. След като колоните бъдат добавени, някои функции могат да подобрят отзивчивостта или използваемостта.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.",
"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." : "В базата данни липсват някои първични ключове. Поради факта, че добавянето на първични ключове на големи маси може да отнеме известно време, те не бяха добавени автоматично. Чрез стартиране на \"occ db: add-missing-primary-keys\" тези липсващи първични ключове могат да бъдат добавени ръчно, докато екземплярът продължава да работи.",
@ -252,7 +253,6 @@ OC.L10N.register(
"Current password" : "Текуща парола",
"New password" : "Нова парола",
"Change password" : "Промени паролата",
"Your profile information" : "Информация за вашия профил",
"Your profile picture" : "Вашата профилна снимка",
"Upload profile picture" : "Качване на профилна снимка",
"Choose profile picture from Files" : "Избор на профилна снимка от Файлове",
@ -491,6 +491,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Активиране или деактивиране на профила по подразбиране за нови потребители.",
"You are about to remove the group {group}. The users will NOT be deleted." : "На път сте да премахнете групата {group}. Потребителите НЯМА да бъдат изтрити.",
"Please confirm the group removal " : "Моля, потвърдете премахването на групата",
"Your profile information" : "Информация за вашия профил",
"Choose profile picture from files" : "Избор на профилна снимка от файлове",
"png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB",
"Your email address" : "Вашият имейл адрес",

View file

@ -113,6 +113,7 @@
"Background jobs" : "Фонови процеси",
"Unlimited" : "Неограничено",
"Verifying" : "Потвърждаване",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вероятно вашите данни и файлове са достъпни от интернет. .htaccess файлът не функционира. Силно се препоръчва да настроите уеб сървъра по такъв начин, че директорията за данни да не бъде достъпна или я преместете извън началната директория на уеб сървъра.",
"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." : "В базата данни липсват някои изборни колони. Поради факта, че добавянето на колони в големи таблици може да отнеме известно време, те не се добавят автоматично, когато могат да бъдат по избор. Чрез стартиране на \"occ db: add-missing-колони\" тези липсващи колони могат да бъдат добавени ръчно, докато екземплярът продължава да работи. След като колоните бъдат добавени, някои функции могат да подобрят отзивчивостта или използваемостта.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.",
"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." : "В базата данни липсват някои първични ключове. Поради факта, че добавянето на първични ключове на големи маси може да отнеме известно време, те не бяха добавени автоматично. Чрез стартиране на \"occ db: add-missing-primary-keys\" тези липсващи първични ключове могат да бъдат добавени ръчно, докато екземплярът продължава да работи.",
@ -250,7 +251,6 @@
"Current password" : "Текуща парола",
"New password" : "Нова парола",
"Change password" : "Промени паролата",
"Your profile information" : "Информация за вашия профил",
"Your profile picture" : "Вашата профилна снимка",
"Upload profile picture" : "Качване на профилна снимка",
"Choose profile picture from Files" : "Избор на профилна снимка от Файлове",
@ -489,6 +489,7 @@
"Enable or disable profile by default for new users." : "Активиране или деактивиране на профила по подразбиране за нови потребители.",
"You are about to remove the group {group}. The users will NOT be deleted." : "На път сте да премахнете групата {group}. Потребителите НЯМА да бъдат изтрити.",
"Please confirm the group removal " : "Моля, потвърдете премахването на групата",
"Your profile information" : "Информация за вашия профил",
"Choose profile picture from files" : "Избор на профилна снимка от файлове",
"png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB",
"Your email address" : "Вашият имейл адрес",

View file

@ -121,6 +121,7 @@ OC.L10N.register(
"Your remote address could not be determined." : "No s'ha pogut determinar la teva adreça remota.",
"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." : "La vostra adreça remota s'ha identificat com a \"%s\" i en aquests moments s'està limitant per força bruta, cosa que ralenteix el rendiment de diverses sol·licituds. Si l'adreça remota no és la vostra, això pot ser una indicació que un servidor intermediari no està configurat correctament.",
"Your remote address \"%s\" is not brute-force throttled." : "La vostra adreça remota \"%s\" no està limitada per força bruta.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "És probable que la carpeta de dades i els fitxers siguin accessibles des d'Internet. El fitxer .htaccess no funciona. És molt recomanable que configureu el servidor web de manera que la carpeta de dades deixi de ser accessible o que desplaceu la carpeta de dades fora de l'arrel de documents del servidor web.",
"Database missing columns" : "Falten columnes a la base de dades",
"Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" a la taula \"%s\".",
"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." : "Falten algunes columnes opcionals en la base de dades. Com que afegir columnes a taules grans pot tardar una estona i són opcionals, no s'han afegit automàticament. Podeu executar «occ db:add-missing-columns» per a afegir les columnes que falten manualment amb la instància en funcionament. Després d'afegir les columnes, és possible que millori el temps de resposta o la usabilitat d'algunes característiques.",
@ -362,7 +363,6 @@ OC.L10N.register(
"Current password" : "Contrasenya actual",
"New password" : "Contrasenya nova",
"Change password" : "Canvia la contrasenya",
"Your profile information" : "La vostra informació de perfil",
"Your profile picture" : "La vostra imatge de perfil",
"Upload profile picture" : "Pujar la imatge de perfil",
"Choose profile picture from Files" : "Trieu la imatge des de Fitxers",
@ -647,6 +647,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil per defecte per als usuaris nous.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Esteu a punt de suprimir el grup {group}. Els usuaris NO seran suprimits.",
"Please confirm the group removal " : "Confirmeu la supressió del grup ",
"Your profile information" : "La vostra informació de perfil",
"Choose profile picture from files" : "Trieu una imatge de perfil als fitxers",
"png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB",
"Your email address" : "El vostre correu electrònic",

View file

@ -119,6 +119,7 @@
"Your remote address could not be determined." : "No s'ha pogut determinar la teva adreça remota.",
"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." : "La vostra adreça remota s'ha identificat com a \"%s\" i en aquests moments s'està limitant per força bruta, cosa que ralenteix el rendiment de diverses sol·licituds. Si l'adreça remota no és la vostra, això pot ser una indicació que un servidor intermediari no està configurat correctament.",
"Your remote address \"%s\" is not brute-force throttled." : "La vostra adreça remota \"%s\" no està limitada per força bruta.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "És probable que la carpeta de dades i els fitxers siguin accessibles des d'Internet. El fitxer .htaccess no funciona. És molt recomanable que configureu el servidor web de manera que la carpeta de dades deixi de ser accessible o que desplaceu la carpeta de dades fora de l'arrel de documents del servidor web.",
"Database missing columns" : "Falten columnes a la base de dades",
"Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" a la taula \"%s\".",
"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." : "Falten algunes columnes opcionals en la base de dades. Com que afegir columnes a taules grans pot tardar una estona i són opcionals, no s'han afegit automàticament. Podeu executar «occ db:add-missing-columns» per a afegir les columnes que falten manualment amb la instància en funcionament. Després d'afegir les columnes, és possible que millori el temps de resposta o la usabilitat d'algunes característiques.",
@ -360,7 +361,6 @@
"Current password" : "Contrasenya actual",
"New password" : "Contrasenya nova",
"Change password" : "Canvia la contrasenya",
"Your profile information" : "La vostra informació de perfil",
"Your profile picture" : "La vostra imatge de perfil",
"Upload profile picture" : "Pujar la imatge de perfil",
"Choose profile picture from Files" : "Trieu la imatge des de Fitxers",
@ -645,6 +645,7 @@
"Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil per defecte per als usuaris nous.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Esteu a punt de suprimir el grup {group}. Els usuaris NO seran suprimits.",
"Please confirm the group removal " : "Confirmeu la supressió del grup ",
"Your profile information" : "La vostra informació de perfil",
"Choose profile picture from files" : "Trieu una imatge de perfil als fitxers",
"png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB",
"Your email address" : "El vostre correu electrònic",

View file

@ -56,9 +56,12 @@ OC.L10N.register(
"Wrong password" : "Nesprávné heslo",
"Unable to change personal password" : "Osobní heslo se nedaří změnit",
"Saved" : "Uloženo",
"No Login supplied" : "Nezadáno žádné přihlašovací jméno",
"Unable to change password. Password too long." : "Heslo se nedaří změnit je příliš dlouhé.",
"Authentication error" : "Chyba přihlášení",
"Please provide an admin recovery password; otherwise, all account data will be lost." : "Zadejte správcovské heslo pro obnovu, jinak budou veškerá data účtu ztracena.",
"Wrong admin recovery password. Please check the password and try again." : "Chybné heslo správce pro obnovu. Překontrolujte správnost jeho zadání a zkuste to znovu.",
"Backend does not support password change, but the encryption of the account key was updated." : "Podpůrná vrstva nepodporuje změnu hesla, ale šifrovací klíč účtu byl aktualizován.",
"Administrator documentation" : "Dokumentace pro správce",
"User documentation" : "Dokumentace pro uživatele",
"Nextcloud help overview" : "Přehled nápovědy k Nextcloud",
@ -68,6 +71,7 @@ OC.L10N.register(
"If you received this email, the email configuration seems to be correct." : "Pokud přišel tento e-mail, nastavení pro odesílání e-mailů se zdá být v pořádku.",
"Email could not be sent. Check your mail server log" : "E-mail se nepodařilo odeslat. Podívejte se do záznamu událostí (log) svého e-mailového serveru.",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Při odesílání e-mailu nastala chyba překontrolujte nastavení. (Chyba: %s)",
"You need to set your account email before being able to send test emails. Go to %s for that." : "Aby bylo možné odesílat zkušební e-maily je třeba, abyste si nejprve u svého účtu nastavili svou e-mailovou adresu. To učiníte v %s.",
"Invalid account" : "Neplatný účet",
"Invalid mail address" : "Neplatná e-mailová adresa",
"Settings saved" : "Nastavení uložena",
@ -94,9 +98,11 @@ OC.L10N.register(
"Welcome aboard" : "Vítejte na palubě",
"Welcome aboard %s" : "Vítejte na palubě, %s",
"Welcome to your %s account, you can add, protect, and share your data." : "Vítejte ve svém %s účtu, můžete vkládat, chránit a sdílet svoje data.",
"Your Login is: %s" : "Vaše přihlašovací jméno je: %s",
"Set your password" : "Nastavte si své heslo",
"Go to %s" : "Jít na %s",
"Install Client" : "Nainstalovat klienta",
"Logged in account must be a subadmin" : "Je třeba, aby přihlášený účet byl dílčím správcem",
"Apps" : "Aplikace",
"Personal" : "Osobní",
"Administration" : "Správa",
@ -124,14 +130,23 @@ OC.L10N.register(
"Your remote address could not be determined." : "Nepodařilo se zjistit vaši vzdálenou adresu.",
"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." : "Vaše vzdálená adresa byla identifikována jako „%s“ a rychlost vyřizování požadavků z ní je v tuto chvíli omezována kvůli zamezení přetěžování útokem hádání hesel (bruteforce). Pokud vzdálená adresa není vaše, může se jednat o indikaci, že není správně nastavena proxy.",
"Your remote address \"%s\" is not brute-force throttled." : "Vaše vzdálená adresa „%s“ není omezována co se útoků hrubou silou týče.",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.",
"Old administration imported certificates" : "Staré správou naimportované certifikáty",
"A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Úloha na pozadí čeká na kontrolu správou naimportovaných SSL certifikátů. Zkuste to prosím později.",
"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." : "Nacházejí se zde některé SSL certifikáty, naimportované správou, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.",
"Code integrity" : "Neporušenost kódu",
"Integrity checker has been disabled. Integrity cannot be verified." : "Nástroj pro kontrolu neporušenosti byl vypnut. Neporušenost proto není možné ověřit.",
"No altered files" : "Žádné pozměněné soubory",
"Some files have not passed the integrity check. {link1} {link2}" : "Některé soubory neprošly kontrolou neporušennosti. {link1} {link2}",
"Cron errors" : "Chyby plánovače",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Nebylo možné spustit službu plánovače cron v CLI. Došlo k následujícím technickým chybám:\n%s",
"The last cron job ran without errors." : "Nejnovější naplánovaná úloha proběhla bez problémů.",
"Cron last run" : "Nejnovější spuštění plánovače (cron)",
"Last background job execution ran %s. Something seems wrong. {link}." : "Poslední vykonání úlohy na pozadí bylo %s. Něco se zdá být špatného. {link}.",
"Last background job execution ran %s." : "Poslední vykonání úlohy na pozadí bylo %s.",
"Data directory protected" : "Adresář s daty chráněn",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš datový adresář a soubory jsou pravděpodobně přístupné z Internetu. Soubor .htaccess nefunguje. Je důrazně doporučeno nastavit váš webový server tak, aby tento adresář už nebyl dostupný z Internetu, nebo byl přesunut mimo prostor, zpřístupňovaný webovým serverem.",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Nepodařilo se zkontrolovat, zda je adresář s daty chráněn. Zkontrolujte ručně, že váš server neumožňuje přístup do adresáře s daty.",
"Database missing columns" : "V databázi chybí sloupce",
"Missing optional column \"%s\" in table \"%s\"." : "Chybí volitelný sloupec „%s“ v tabulce „%s“.",
"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." : "V databázi chybí některé volitelné sloupce. Protože přidání sloupců do rozsáhlých tabulek může trvat dlouho, nebyly přidány automaticky (jsou volitelné). Spuštěním příkazu „occ db:add-missing-columns“ je možné tyto chybějící sloupce přidat ručně a to za provozu instance. Po přidání se může zlepšit doba reakce a použitelnost některých funkcí.",
@ -145,6 +160,7 @@ OC.L10N.register(
"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." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená.",
"Debug mode" : "Režim ladění",
"This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tato instance je spuštěná v ladicím režimu. Toto zapínejte pouze pro lokální vývoj a nikoli v produkčních prostředích.",
"Debug mode is disabled." : "Ladící režim je vypnutý.",
"Default phone region" : "Výchozí mezinárodní předčíslí",
"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." : "Vaše instalace nemá nastavenou žádnou výchozí oblast telefonu. To je nutné k ověření telefonních čísel v nastavení profilu bez kódu země. Chcete-li povolit čísla bez kódu země, přidejte do svého souboru s nastaveními řetězec „default_phone_region“ s příslušným kódem ISO 3166-1 regionu.",
"Email test" : "Zkouška e-mailu",
@ -162,6 +178,8 @@ OC.L10N.register(
"Internet connectivity is disabled in configuration file." : "Připojení k Internetu je vypnuté v souboru s nastaveními.",
"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." : "Tento server nemá funkční připojení k Internetu: Nedaří se připojit k vícero koncovým bodům. Některé moduly jako např. externí úložiště, upozorňování na dostupnost aktualizací, nebo instalace aplikací třetích stran kvůli tomu nebudou fungovat. Přístup k souborům z jiných míst a odesílání e-mailů s upozorněními také nemusí fungovat. Pokud chcete využívat všechny možnosti tohoto serveru, doporučujeme zprovoznit připojení k Internetu.",
"JavaScript modules support" : "Podpora JavaScript modulů",
"Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.",
"Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Váš webový server neposkytuje soubory `.mjs` pomocí MIME typu JavaScript. Toto rozbíjí některé aplikace tím, že prohlížečům brání ve spouštění JavaScript souborů. Měli byste svůj webový server nastavit tak, aby soubory `.mjs` poskytoval s MIME typem buď `text/javascript` nebo `application/javascript` .",
"Old server-side-encryption" : "Původní šifrování na straně serveru",
"Disabled" : "Vypnuto",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Je zapnutý starý formát šifrování na straně serveru. Je doporučeno toto vypnout.",
@ -169,14 +187,25 @@ OC.L10N.register(
"Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Na serveru není nastavený žádný začátek doby údržby. To znamená, že každodenní na systémové prostředky náročné úlohy na pozadí budou spouštěné také v průběhu běžného uživatelského provozu. Doporučujeme nastavit na dobu nízkého využívání, čímž se vytěžování těmito náročnými úlohami bude méně dotýkat uživatelů.",
"Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Okno pro údržbu, ve kterém vykonávat náročné úlohy na pozadí je mezi {start}:00 UTC a {end}:00 UTC",
"Memcache" : "Memcache",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“.",
"Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Coby distribuovaná mezipaměť je nastaveno Memcached, ale není nainstalován PHP modul „memcached“.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nebylo nastaveno žádné ukládání do mezipaměti. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici).",
"Configured" : "Nastaveno",
"MySQL Unicode support" : "Podpora MySQL Unicode",
"You are not using MySQL" : "Nepoužíváte MySQL",
"MySQL is used as database and does support 4-byte characters" : "Jako databáze je používáno MySQL a nepodporuje 4bajtové znaky",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové znaky (jako například emotikony) v názvech souborů nebo komentářích zobrazit, je doporučeno zapnout podporu 4 bajtových znaků v MySQL.",
"OCS provider resolving" : "Překlad OCS poskytovatele",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Nepodařilo se zkontrolovat zda váš webový server správně překládá URL adresy OCM a OCS poskytovatele.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tento webový server není správně nastaven pro rozpoznání %1$s.\nTo nejspíše souvisí s nastavením webového serveru, které nebylo upraveno tak, aby jej dovedlo přímo do této složky.\nPorovnejte svou konfiguraci s dodávanými rewrite pravidly v „.htaccess“ pro Apache nebo těm poskytnutým v dokumentaci pro Nginx.\nU Nginx jsou to obvykle řádky začínající na „location ~“, které potřebují úpravu.",
"Overwrite CLI URL" : "Přepsat URL CLI",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Volba „overwrite.cli.url“ ve vašem config.php je správně nastavená na „%s“.",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Volba „overwrite.cli.url“ ve vašem config.php je nastavená na „%s“, což je správná URL. Doporučená URL je „%s“.",
"Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Zajistěte, aby volba „overwrite.cli.url„ v souboru config.php byla nastavena na URL adresu, přes kterou uživatelé přistupují k této instanci Nextcloud. Doporučení: „%s“. Pokud tomu tak nebude, může docházet k problémům při vytváření URL prostřednictvím plánovače cron. (ačkoli je možné, že doporučená URL není tou, kterou uživatelé zpravidla používají pro přístup k této instanci Nextcloud. Nejlepší je toto v každém případě překontrolovat.)",
"PHP default charset" : "Výchozí znaková sada pro PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "Volba nastavení PHP „default_charset“ by měla být UTF-8",
"PHP set_time_limit" : "PHP set_time_limit",
"The function is available." : "Funkce je k dispozici",
"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." : "PHP funkce „set_time_limit“ není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkci povolit.",
"Freetype" : "Freetype",
"Supported" : "Podporováno",
@ -186,7 +215,14 @@ OC.L10N.register(
"PHP memory limit" : "PHP limit paměti",
"The PHP memory limit is below the recommended value of %s." : "Limit paměti pro PHP je nastaven na níže než doporučenou hodnotu %s.",
"PHP modules" : "PHP moduly",
"increases language translation performance and fixes sorting of non-ASCII characters" : "Zvyšuje rychlost překladu jazyka a opravuje řazení znaků mimo ASCII",
"for Argon2 for password hashing" : "pro tvorbu otisků hesla Argon2",
"for WebAuthn passwordless login" : "pro WebAuthn přihlášení bez hesla",
"for WebAuthn passwordless login, and SFTP storage" : "pro WebAuthn přihlášení bez hesla a SFTP úložiště",
"for picture rotation in server and metadata extraction in the Photos app" : "pro otáčení obrázku na serveru a získávání metadat v aplikaci Fotky",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Tato instance postrádá některé potřebné PHP moduly. Je třeba je nainstalovat: %s.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Této instanci chybí některé doporučené moduly pro PHP. V zájmu lepšího výkonu a kompatibility, je důrazně doporučeno je nainstalovat:\n%s",
"PHP opcache" : "PHP opcache",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP modul OPcache není načten. Pro lepší výkon je doporučeno načíst ho do vaší PHP instalace.",
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache je vypnuté. Pro lepší výkon je doporučeno mít v nastavení PHP „opcache.enable=1“.",
"The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "OPcache založené na sdílené paměti je vypnuté. Pro lepší výkon je doporučeno mít v nastavení PHP „opcache.file_cache_only=0“ a používat souborovou mezipaměť až jako druhý stupeň mezipaměti.",
@ -198,6 +234,9 @@ OC.L10N.register(
"You are currently running PHP %s." : "Nyní provozujete na PHP %s.",
"PHP \"output_buffering\" option" : "Volba PHP „output_buffering“",
"PHP configuration option \"output_buffering\" must be disabled" : "Je třeba aby volba nastavení PHP „output_buffering byla vypnutá",
"Push service" : "Služba push",
"Valid enterprise license" : "Platná licence pro podniky",
"Free push service" : "Push služba zdarma",
"Random generator" : "Generátor náhodnosti",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP nenalezlo žádný použitelný zdroj náhodnosti a to je velmi nedoporučováno z bezpečnostních důvodů.",
"Secure" : "Zabezpečené",
@ -213,9 +252,11 @@ OC.L10N.register(
"Architecture" : "Architektura",
"64-bit" : "64bit",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Zdá se, že provozujete 32bitovou verzi PHP. Aby správně fungoval, potřebuje Nextcloud 64bit. Přejděte na 64bit instalaci operačního systému a PHP!",
"Temporary space available" : "Dočasný prostor k dispozici",
"Database transaction isolation level" : "Stupeň izolace databázových transakcí",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze není spuštěná s úrovní izolace transakcí „READ COMMITTED“. Toto může způsobit problémy při paralelním spouštění více akcí současně.",
"Was not able to get transaction isolation level: %s" : "Nebylo možné získat stupeň izolace databázových transakcí: %s",
"WOFF2 file loading" : "Načítání WOFF2 souboru",
"Profile information" : "Informace o profilu",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilový obrázek, celé jméno, e-mailová adresa, telefonní číslo, adresa, webové stránky, Twitter, organizace, role, úvod, životopis a to, zda je profil zapnutý",
"Nextcloud settings" : "Nastavení Nextcloud",
@ -238,6 +279,7 @@ OC.L10N.register(
"Allow resharing" : "Povolit příjemcům tohoto sdílení, aby sami mohli sdílet dalším",
"Allow sharing with groups" : "Povolit sdílení se skupinami",
"Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny",
"Ignore the following groups when checking group membership" : "Při kontrole členství ve skupinách ignorovat následující skupiny",
"Allow users to share via link and emails" : "Povolit uživatelům sdílet pomocí odkazů a e-mailů",
"Allow public uploads" : "Povolit veřejné nahrávání souborů",
"Always ask for a password" : "Vždy se zeptat na heslo",
@ -271,6 +313,7 @@ OC.L10N.register(
"Deleted disclaimer text" : "Smazat text ohledně zřeknutí se zodpovědnosti",
"Could not set disclaimer text" : "Nepodařilo se nastavit text ohledně zřeknutí se odpovědnosti",
"Two-Factor Authentication" : "Dvoufázové ověření",
"Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny účty a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.",
"Enforce two-factor authentication" : "Vynutit dvoufázové ověřování",
"Limit to groups" : "Omezit na skupiny",
"Enforcement of two-factor authentication can be set for certain groups only." : "Vynucení dvoufázového ověřování je možné nastavit pouze pro určité skupiny.",
@ -291,6 +334,7 @@ OC.L10N.register(
"View in store" : "Zobrazit v katalogu",
"Visit website" : "Navštívit webovou stránku",
"Report a bug" : "Nahlásit chybu",
"Usage documentation" : "Dokumentace k používání",
"Admin documentation" : "Dokumentace pro správce",
"Developer documentation" : "Dokumentace pro vývojáře",
"Show details for {appName} app" : "Zobrazit podrobnosti o aplikaci {appName}",
@ -354,8 +398,10 @@ OC.L10N.register(
"Background job did not run yet!" : "Úloha na pozadí ještě nebyla spuštěná!",
"AJAX" : "AJAX",
"Webcron" : "Webcron",
"cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (15 accounts depending on the usage)." : "cron.php je zaregistrován u služby webcron aby přes HTTP volala cron.php každých 5 minut. Příklad použití: velmi malá instance (1-5 účtů, v závislosti na vytížení).",
"Cron (Recommended)" : "Cron (doporučeno)",
"Use system cron service to call the cron.php file every 5 minutes." : "Použít systémový plánovač (cron) pro volání souboru cron.php každých 5 minut.",
"The cron.php needs to be executed by the system account \"{user}\"." : "Je třeba, aby cron.php bylo spouštěno s právy systémového účtu „{user}“.",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Je zapotřebí rozšíření PHP pro POSIX. Podrobnosti viz {linkstart}dokumentace k PHP{linkend}.",
"Unable to update background job mode" : "Nedaří se aktualizovat režim úlohy běžící na pozadí",
"Profile" : "Profil",
@ -384,7 +430,6 @@ OC.L10N.register(
"Current password" : "Stávající heslo",
"New password" : "Nové heslo",
"Change password" : "Změnit heslo",
"Your profile information" : "Vaše profilové informace",
"Your profile picture" : "Váš profilový obrázek",
"Upload profile picture" : "Nahrát profilový obrázek",
"Choose profile picture from Files" : "Zvolit profilový obrázek ze Souborů",
@ -670,6 +715,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Profily nově vytvářených uživatelů ve výchozím stavu zpřístupňovat nebo nezpřístupňovat.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Chystáte se smazat skupinu {group}. Uživatelé NEbudou smazáni.",
"Please confirm the group removal " : "Potvrďte odstranění skupiny",
"Your profile information" : "Vaše profilové informace",
"Choose profile picture from files" : "Zvolit profilový obrázek ze souborů",
"png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB",
"Your email address" : "Vaše e-mailová adresa",

View file

@ -54,9 +54,12 @@
"Wrong password" : "Nesprávné heslo",
"Unable to change personal password" : "Osobní heslo se nedaří změnit",
"Saved" : "Uloženo",
"No Login supplied" : "Nezadáno žádné přihlašovací jméno",
"Unable to change password. Password too long." : "Heslo se nedaří změnit je příliš dlouhé.",
"Authentication error" : "Chyba přihlášení",
"Please provide an admin recovery password; otherwise, all account data will be lost." : "Zadejte správcovské heslo pro obnovu, jinak budou veškerá data účtu ztracena.",
"Wrong admin recovery password. Please check the password and try again." : "Chybné heslo správce pro obnovu. Překontrolujte správnost jeho zadání a zkuste to znovu.",
"Backend does not support password change, but the encryption of the account key was updated." : "Podpůrná vrstva nepodporuje změnu hesla, ale šifrovací klíč účtu byl aktualizován.",
"Administrator documentation" : "Dokumentace pro správce",
"User documentation" : "Dokumentace pro uživatele",
"Nextcloud help overview" : "Přehled nápovědy k Nextcloud",
@ -66,6 +69,7 @@
"If you received this email, the email configuration seems to be correct." : "Pokud přišel tento e-mail, nastavení pro odesílání e-mailů se zdá být v pořádku.",
"Email could not be sent. Check your mail server log" : "E-mail se nepodařilo odeslat. Podívejte se do záznamu událostí (log) svého e-mailového serveru.",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Při odesílání e-mailu nastala chyba překontrolujte nastavení. (Chyba: %s)",
"You need to set your account email before being able to send test emails. Go to %s for that." : "Aby bylo možné odesílat zkušební e-maily je třeba, abyste si nejprve u svého účtu nastavili svou e-mailovou adresu. To učiníte v %s.",
"Invalid account" : "Neplatný účet",
"Invalid mail address" : "Neplatná e-mailová adresa",
"Settings saved" : "Nastavení uložena",
@ -92,9 +96,11 @@
"Welcome aboard" : "Vítejte na palubě",
"Welcome aboard %s" : "Vítejte na palubě, %s",
"Welcome to your %s account, you can add, protect, and share your data." : "Vítejte ve svém %s účtu, můžete vkládat, chránit a sdílet svoje data.",
"Your Login is: %s" : "Vaše přihlašovací jméno je: %s",
"Set your password" : "Nastavte si své heslo",
"Go to %s" : "Jít na %s",
"Install Client" : "Nainstalovat klienta",
"Logged in account must be a subadmin" : "Je třeba, aby přihlášený účet byl dílčím správcem",
"Apps" : "Aplikace",
"Personal" : "Osobní",
"Administration" : "Správa",
@ -122,14 +128,23 @@
"Your remote address could not be determined." : "Nepodařilo se zjistit vaši vzdálenou adresu.",
"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." : "Vaše vzdálená adresa byla identifikována jako „%s“ a rychlost vyřizování požadavků z ní je v tuto chvíli omezována kvůli zamezení přetěžování útokem hádání hesel (bruteforce). Pokud vzdálená adresa není vaše, může se jednat o indikaci, že není správně nastavena proxy.",
"Your remote address \"%s\" is not brute-force throttled." : "Vaše vzdálená adresa „%s“ není omezována co se útoků hrubou silou týče.",
"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.",
"Old administration imported certificates" : "Staré správou naimportované certifikáty",
"A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Úloha na pozadí čeká na kontrolu správou naimportovaných SSL certifikátů. Zkuste to prosím později.",
"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." : "Nacházejí se zde některé SSL certifikáty, naimportované správou, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.",
"Code integrity" : "Neporušenost kódu",
"Integrity checker has been disabled. Integrity cannot be verified." : "Nástroj pro kontrolu neporušenosti byl vypnut. Neporušenost proto není možné ověřit.",
"No altered files" : "Žádné pozměněné soubory",
"Some files have not passed the integrity check. {link1} {link2}" : "Některé soubory neprošly kontrolou neporušennosti. {link1} {link2}",
"Cron errors" : "Chyby plánovače",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Nebylo možné spustit službu plánovače cron v CLI. Došlo k následujícím technickým chybám:\n%s",
"The last cron job ran without errors." : "Nejnovější naplánovaná úloha proběhla bez problémů.",
"Cron last run" : "Nejnovější spuštění plánovače (cron)",
"Last background job execution ran %s. Something seems wrong. {link}." : "Poslední vykonání úlohy na pozadí bylo %s. Něco se zdá být špatného. {link}.",
"Last background job execution ran %s." : "Poslední vykonání úlohy na pozadí bylo %s.",
"Data directory protected" : "Adresář s daty chráněn",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Váš datový adresář a soubory jsou pravděpodobně přístupné z Internetu. Soubor .htaccess nefunguje. Je důrazně doporučeno nastavit váš webový server tak, aby tento adresář už nebyl dostupný z Internetu, nebo byl přesunut mimo prostor, zpřístupňovaný webovým serverem.",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Nepodařilo se zkontrolovat, zda je adresář s daty chráněn. Zkontrolujte ručně, že váš server neumožňuje přístup do adresáře s daty.",
"Database missing columns" : "V databázi chybí sloupce",
"Missing optional column \"%s\" in table \"%s\"." : "Chybí volitelný sloupec „%s“ v tabulce „%s“.",
"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." : "V databázi chybí některé volitelné sloupce. Protože přidání sloupců do rozsáhlých tabulek může trvat dlouho, nebyly přidány automaticky (jsou volitelné). Spuštěním příkazu „occ db:add-missing-columns“ je možné tyto chybějící sloupce přidat ručně a to za provozu instance. Po přidání se může zlepšit doba reakce a použitelnost některých funkcí.",
@ -143,6 +158,7 @@
"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." : "U některých sloupců tabulek databáze doposud nebyla provedena konverze na datový typ big int. To proto, že změna typů sloupců ve velkých tabulkách může trvat dlouho a proto nebylo provedeno automaticky. Provedení je možné spustit ručně a to spuštěním příkazu „occ db: convert-filecache-bigint“. Ovšem provést lze jen tehdy, když je instance Nexcloud odstavená.",
"Debug mode" : "Režim ladění",
"This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tato instance je spuštěná v ladicím režimu. Toto zapínejte pouze pro lokální vývoj a nikoli v produkčních prostředích.",
"Debug mode is disabled." : "Ladící režim je vypnutý.",
"Default phone region" : "Výchozí mezinárodní předčíslí",
"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." : "Vaše instalace nemá nastavenou žádnou výchozí oblast telefonu. To je nutné k ověření telefonních čísel v nastavení profilu bez kódu země. Chcete-li povolit čísla bez kódu země, přidejte do svého souboru s nastaveními řetězec „default_phone_region“ s příslušným kódem ISO 3166-1 regionu.",
"Email test" : "Zkouška e-mailu",
@ -160,6 +176,8 @@
"Internet connectivity is disabled in configuration file." : "Připojení k Internetu je vypnuté v souboru s nastaveními.",
"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." : "Tento server nemá funkční připojení k Internetu: Nedaří se připojit k vícero koncovým bodům. Některé moduly jako např. externí úložiště, upozorňování na dostupnost aktualizací, nebo instalace aplikací třetích stran kvůli tomu nebudou fungovat. Přístup k souborům z jiných míst a odesílání e-mailů s upozorněními také nemusí fungovat. Pokud chcete využívat všechny možnosti tohoto serveru, doporučujeme zprovoznit připojení k Internetu.",
"JavaScript modules support" : "Podpora JavaScript modulů",
"Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.",
"Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Váš webový server neposkytuje soubory `.mjs` pomocí MIME typu JavaScript. Toto rozbíjí některé aplikace tím, že prohlížečům brání ve spouštění JavaScript souborů. Měli byste svůj webový server nastavit tak, aby soubory `.mjs` poskytoval s MIME typem buď `text/javascript` nebo `application/javascript` .",
"Old server-side-encryption" : "Původní šifrování na straně serveru",
"Disabled" : "Vypnuto",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Je zapnutý starý formát šifrování na straně serveru. Je doporučeno toto vypnout.",
@ -167,14 +185,25 @@
"Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Na serveru není nastavený žádný začátek doby údržby. To znamená, že každodenní na systémové prostředky náročné úlohy na pozadí budou spouštěné také v průběhu běžného uživatelského provozu. Doporučujeme nastavit na dobu nízkého využívání, čímž se vytěžování těmito náročnými úlohami bude méně dotýkat uživatelů.",
"Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Okno pro údržbu, ve kterém vykonávat náročné úlohy na pozadí je mezi {start}:00 UTC a {end}:00 UTC",
"Memcache" : "Memcache",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“.",
"Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Coby distribuovaná mezipaměť je nastaveno Memcached, ale není nainstalován PHP modul „memcached“.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nebylo nastaveno žádné ukládání do mezipaměti. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici).",
"Configured" : "Nastaveno",
"MySQL Unicode support" : "Podpora MySQL Unicode",
"You are not using MySQL" : "Nepoužíváte MySQL",
"MySQL is used as database and does support 4-byte characters" : "Jako databáze je používáno MySQL a nepodporuje 4bajtové znaky",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "Jako databáze je používána MySQL, ale nepodporuje 4 bajtové znaky. Aby bylo možné takové znaky (jako například emotikony) v názvech souborů nebo komentářích zobrazit, je doporučeno zapnout podporu 4 bajtových znaků v MySQL.",
"OCS provider resolving" : "Překlad OCS poskytovatele",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Nepodařilo se zkontrolovat zda váš webový server správně překládá URL adresy OCM a OCS poskytovatele.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tento webový server není správně nastaven pro rozpoznání %1$s.\nTo nejspíše souvisí s nastavením webového serveru, které nebylo upraveno tak, aby jej dovedlo přímo do této složky.\nPorovnejte svou konfiguraci s dodávanými rewrite pravidly v „.htaccess“ pro Apache nebo těm poskytnutým v dokumentaci pro Nginx.\nU Nginx jsou to obvykle řádky začínající na „location ~“, které potřebují úpravu.",
"Overwrite CLI URL" : "Přepsat URL CLI",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Volba „overwrite.cli.url“ ve vašem config.php je správně nastavená na „%s“.",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Volba „overwrite.cli.url“ ve vašem config.php je nastavená na „%s“, což je správná URL. Doporučená URL je „%s“.",
"Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Zajistěte, aby volba „overwrite.cli.url„ v souboru config.php byla nastavena na URL adresu, přes kterou uživatelé přistupují k této instanci Nextcloud. Doporučení: „%s“. Pokud tomu tak nebude, může docházet k problémům při vytváření URL prostřednictvím plánovače cron. (ačkoli je možné, že doporučená URL není tou, kterou uživatelé zpravidla používají pro přístup k této instanci Nextcloud. Nejlepší je toto v každém případě překontrolovat.)",
"PHP default charset" : "Výchozí znaková sada pro PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "Volba nastavení PHP „default_charset“ by měla být UTF-8",
"PHP set_time_limit" : "PHP set_time_limit",
"The function is available." : "Funkce je k dispozici",
"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." : "PHP funkce „set_time_limit“ není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkci povolit.",
"Freetype" : "Freetype",
"Supported" : "Podporováno",
@ -184,7 +213,14 @@
"PHP memory limit" : "PHP limit paměti",
"The PHP memory limit is below the recommended value of %s." : "Limit paměti pro PHP je nastaven na níže než doporučenou hodnotu %s.",
"PHP modules" : "PHP moduly",
"increases language translation performance and fixes sorting of non-ASCII characters" : "Zvyšuje rychlost překladu jazyka a opravuje řazení znaků mimo ASCII",
"for Argon2 for password hashing" : "pro tvorbu otisků hesla Argon2",
"for WebAuthn passwordless login" : "pro WebAuthn přihlášení bez hesla",
"for WebAuthn passwordless login, and SFTP storage" : "pro WebAuthn přihlášení bez hesla a SFTP úložiště",
"for picture rotation in server and metadata extraction in the Photos app" : "pro otáčení obrázku na serveru a získávání metadat v aplikaci Fotky",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Tato instance postrádá některé potřebné PHP moduly. Je třeba je nainstalovat: %s.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Této instanci chybí některé doporučené moduly pro PHP. V zájmu lepšího výkonu a kompatibility, je důrazně doporučeno je nainstalovat:\n%s",
"PHP opcache" : "PHP opcache",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP modul OPcache není načten. Pro lepší výkon je doporučeno načíst ho do vaší PHP instalace.",
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache je vypnuté. Pro lepší výkon je doporučeno mít v nastavení PHP „opcache.enable=1“.",
"The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "OPcache založené na sdílené paměti je vypnuté. Pro lepší výkon je doporučeno mít v nastavení PHP „opcache.file_cache_only=0“ a používat souborovou mezipaměť až jako druhý stupeň mezipaměti.",
@ -196,6 +232,9 @@
"You are currently running PHP %s." : "Nyní provozujete na PHP %s.",
"PHP \"output_buffering\" option" : "Volba PHP „output_buffering“",
"PHP configuration option \"output_buffering\" must be disabled" : "Je třeba aby volba nastavení PHP „output_buffering byla vypnutá",
"Push service" : "Služba push",
"Valid enterprise license" : "Platná licence pro podniky",
"Free push service" : "Push služba zdarma",
"Random generator" : "Generátor náhodnosti",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP nenalezlo žádný použitelný zdroj náhodnosti a to je velmi nedoporučováno z bezpečnostních důvodů.",
"Secure" : "Zabezpečené",
@ -211,9 +250,11 @@
"Architecture" : "Architektura",
"64-bit" : "64bit",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Zdá se, že provozujete 32bitovou verzi PHP. Aby správně fungoval, potřebuje Nextcloud 64bit. Přejděte na 64bit instalaci operačního systému a PHP!",
"Temporary space available" : "Dočasný prostor k dispozici",
"Database transaction isolation level" : "Stupeň izolace databázových transakcí",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaše databáze není spuštěná s úrovní izolace transakcí „READ COMMITTED“. Toto může způsobit problémy při paralelním spouštění více akcí současně.",
"Was not able to get transaction isolation level: %s" : "Nebylo možné získat stupeň izolace databázových transakcí: %s",
"WOFF2 file loading" : "Načítání WOFF2 souboru",
"Profile information" : "Informace o profilu",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilový obrázek, celé jméno, e-mailová adresa, telefonní číslo, adresa, webové stránky, Twitter, organizace, role, úvod, životopis a to, zda je profil zapnutý",
"Nextcloud settings" : "Nastavení Nextcloud",
@ -236,6 +277,7 @@
"Allow resharing" : "Povolit příjemcům tohoto sdílení, aby sami mohli sdílet dalším",
"Allow sharing with groups" : "Povolit sdílení se skupinami",
"Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny",
"Ignore the following groups when checking group membership" : "Při kontrole členství ve skupinách ignorovat následující skupiny",
"Allow users to share via link and emails" : "Povolit uživatelům sdílet pomocí odkazů a e-mailů",
"Allow public uploads" : "Povolit veřejné nahrávání souborů",
"Always ask for a password" : "Vždy se zeptat na heslo",
@ -269,6 +311,7 @@
"Deleted disclaimer text" : "Smazat text ohledně zřeknutí se zodpovědnosti",
"Could not set disclaimer text" : "Nepodařilo se nastavit text ohledně zřeknutí se odpovědnosti",
"Two-Factor Authentication" : "Dvoufázové ověření",
"Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny účty a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.",
"Enforce two-factor authentication" : "Vynutit dvoufázové ověřování",
"Limit to groups" : "Omezit na skupiny",
"Enforcement of two-factor authentication can be set for certain groups only." : "Vynucení dvoufázového ověřování je možné nastavit pouze pro určité skupiny.",
@ -289,6 +332,7 @@
"View in store" : "Zobrazit v katalogu",
"Visit website" : "Navštívit webovou stránku",
"Report a bug" : "Nahlásit chybu",
"Usage documentation" : "Dokumentace k používání",
"Admin documentation" : "Dokumentace pro správce",
"Developer documentation" : "Dokumentace pro vývojáře",
"Show details for {appName} app" : "Zobrazit podrobnosti o aplikaci {appName}",
@ -352,8 +396,10 @@
"Background job did not run yet!" : "Úloha na pozadí ještě nebyla spuštěná!",
"AJAX" : "AJAX",
"Webcron" : "Webcron",
"cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (15 accounts depending on the usage)." : "cron.php je zaregistrován u služby webcron aby přes HTTP volala cron.php každých 5 minut. Příklad použití: velmi malá instance (1-5 účtů, v závislosti na vytížení).",
"Cron (Recommended)" : "Cron (doporučeno)",
"Use system cron service to call the cron.php file every 5 minutes." : "Použít systémový plánovač (cron) pro volání souboru cron.php každých 5 minut.",
"The cron.php needs to be executed by the system account \"{user}\"." : "Je třeba, aby cron.php bylo spouštěno s právy systémového účtu „{user}“.",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Je zapotřebí rozšíření PHP pro POSIX. Podrobnosti viz {linkstart}dokumentace k PHP{linkend}.",
"Unable to update background job mode" : "Nedaří se aktualizovat režim úlohy běžící na pozadí",
"Profile" : "Profil",
@ -382,7 +428,6 @@
"Current password" : "Stávající heslo",
"New password" : "Nové heslo",
"Change password" : "Změnit heslo",
"Your profile information" : "Vaše profilové informace",
"Your profile picture" : "Váš profilový obrázek",
"Upload profile picture" : "Nahrát profilový obrázek",
"Choose profile picture from Files" : "Zvolit profilový obrázek ze Souborů",
@ -668,6 +713,7 @@
"Enable or disable profile by default for new users." : "Profily nově vytvářených uživatelů ve výchozím stavu zpřístupňovat nebo nezpřístupňovat.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Chystáte se smazat skupinu {group}. Uživatelé NEbudou smazáni.",
"Please confirm the group removal " : "Potvrďte odstranění skupiny",
"Your profile information" : "Vaše profilové informace",
"Choose profile picture from files" : "Zvolit profilový obrázek ze souborů",
"png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB",
"Your email address" : "Vaše e-mailová adresa",

View file

@ -110,6 +110,7 @@ OC.L10N.register(
"Background jobs" : "Baggrundsjobs",
"Unlimited" : "Ubegrænset",
"Verifying" : "Bekræfter",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din datamappe og filer er sandsynligvis tilgængelige fra internettet. .htaccess-filen virker ikke. Det anbefales kraftigt, at du konfigurerer din webserver, så databiblioteket ikke længere er tilgængeligt, eller flytter databiblioteket uden for webserverens dokumentrod.",
"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." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ",
"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." : "Databasen mangler nogle primære nøgler. På grund af det faktum, at tilføjelse af primærnøgler på store borde kunne tage noget tid, blev de ikke tilføjet automatisk. Ved at køre \"occ db:add-missing-primary-keys\" kunne de manglende primærnøgler tilføjes manuelt, mens instansen bliver ved med at køre.",
@ -247,7 +248,6 @@ OC.L10N.register(
"Current password" : "Nuværende adgangskode",
"New password" : "Nyt kodeord",
"Change password" : "Skift kodeord",
"Your profile information" : "Din profil information",
"Your profile picture" : "Dit profil billede",
"Upload profile picture" : "Upload profil billede",
"Choose profile picture from Files" : "Vælg profil billede fra Filer",
@ -512,6 +512,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brugere.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Du er ved at fjerne gruppen {group}. Brugerne bliver IKKE slettet.",
"Please confirm the group removal " : "Bekræft at gruppen skal fjernes",
"Your profile information" : "Din profil information",
"Choose profile picture from files" : "Vælg profil billede fra filer",
"png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB",
"Your email address" : "Din e-mailadresse",

View file

@ -108,6 +108,7 @@
"Background jobs" : "Baggrundsjobs",
"Unlimited" : "Ubegrænset",
"Verifying" : "Bekræfter",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din datamappe og filer er sandsynligvis tilgængelige fra internettet. .htaccess-filen virker ikke. Det anbefales kraftigt, at du konfigurerer din webserver, så databiblioteket ikke længere er tilgængeligt, eller flytter databiblioteket uden for webserverens dokumentrod.",
"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." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ",
"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." : "Databasen mangler nogle primære nøgler. På grund af det faktum, at tilføjelse af primærnøgler på store borde kunne tage noget tid, blev de ikke tilføjet automatisk. Ved at køre \"occ db:add-missing-primary-keys\" kunne de manglende primærnøgler tilføjes manuelt, mens instansen bliver ved med at køre.",
@ -245,7 +246,6 @@
"Current password" : "Nuværende adgangskode",
"New password" : "Nyt kodeord",
"Change password" : "Skift kodeord",
"Your profile information" : "Din profil information",
"Your profile picture" : "Dit profil billede",
"Upload profile picture" : "Upload profil billede",
"Choose profile picture from Files" : "Vælg profil billede fra Filer",
@ -510,6 +510,7 @@
"Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brugere.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Du er ved at fjerne gruppen {group}. Brugerne bliver IKKE slettet.",
"Please confirm the group removal " : "Bekræft at gruppen skal fjernes",
"Your profile information" : "Din profil information",
"Choose profile picture from files" : "Vælg profil billede fra filer",
"png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB",
"Your email address" : "Din e-mailadresse",

View file

@ -121,6 +121,7 @@ OC.L10N.register(
"Your remote address could not be determined." : "Ihre Remote-Adresse konnte nicht ermittelt werden.",
"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." : "Ihre Remote-Adresse wurde als \"%s\" erkannt und wird derzeit durch die Brute-Force-Erkennung gedrosselt, was die Leistung verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist.",
"Your remote address \"%s\" is not brute-force throttled." : "Ihre Remote-Adresse \"%s\" ist nicht durch die Brute-Force-Erkennung gedrosselt.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Document-Root-Verzeichnis des Webservers herausverschiebst.",
"Database missing columns" : "In der Datenbank fehlen Spalten",
"Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".",
"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." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
@ -349,7 +350,6 @@ OC.L10N.register(
"Current password" : "Aktuelles Passwort",
"New password" : "Neues Passwort",
"Change password" : "Passwort ändern",
"Your profile information" : "Ihre Profilinformation",
"Your profile picture" : "Dein Profilbild",
"Upload profile picture" : "Profilbild hochladen",
"Choose profile picture from Files" : "Profilbild aus Dateien wählen",
@ -636,6 +636,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren",
"You are about to remove the group {group}. The users will NOT be deleted." : "Du bist dabei die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Your profile information" : "Ihre Profilinformation",
"Choose profile picture from files" : "Profilbild aus Dateien auswählen",
"png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB",
"Your email address" : "Deine E-Mail-Adresse",

View file

@ -119,6 +119,7 @@
"Your remote address could not be determined." : "Ihre Remote-Adresse konnte nicht ermittelt werden.",
"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." : "Ihre Remote-Adresse wurde als \"%s\" erkannt und wird derzeit durch die Brute-Force-Erkennung gedrosselt, was die Leistung verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist.",
"Your remote address \"%s\" is not brute-force throttled." : "Ihre Remote-Adresse \"%s\" ist nicht durch die Brute-Force-Erkennung gedrosselt.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Document-Root-Verzeichnis des Webservers herausverschiebst.",
"Database missing columns" : "In der Datenbank fehlen Spalten",
"Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".",
"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." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
@ -347,7 +348,6 @@
"Current password" : "Aktuelles Passwort",
"New password" : "Neues Passwort",
"Change password" : "Passwort ändern",
"Your profile information" : "Ihre Profilinformation",
"Your profile picture" : "Dein Profilbild",
"Upload profile picture" : "Profilbild hochladen",
"Choose profile picture from Files" : "Profilbild aus Dateien wählen",
@ -634,6 +634,7 @@
"Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren",
"You are about to remove the group {group}. The users will NOT be deleted." : "Du bist dabei die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Your profile information" : "Ihre Profilinformation",
"Choose profile picture from files" : "Profilbild aus Dateien auswählen",
"png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB",
"Your email address" : "Deine E-Mail-Adresse",

View file

@ -109,7 +109,7 @@ OC.L10N.register(
"Users" : "Benutzer",
"Additional settings" : "Zusätzliche Einstellungen",
"Artificial Intelligence" : "Künstliche Intelligenz",
"Administration privileges" : "Administratorrechte",
"Administration privileges" : "Administrationsrechte",
"Groupware" : "Groupware",
"Overview" : "Übersicht",
"Basic settings" : "Grundeinstellungen",
@ -144,6 +144,9 @@ OC.L10N.register(
"Cron last run" : "Cron zuletzt ausgeführt",
"Last background job execution ran %s. Something seems wrong. {link}." : "Letzte Hintergrund-Jobausführung lief %s. Etwas scheint nicht in Ordnung zu sein. {link}.",
"Last background job execution ran %s." : "Letzte Hintergrund-Jobausführung lief %s.",
"Data directory protected" : "Datenverzeichnis geschützt",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Konnte nicht überprüfen, ob das Datenverzeichnis geschützt ist. Bitte überprüfen Sie manuell, ob Ihr Server keinen Zugriff auf das Datenverzeichnis erlaubt.",
"Database missing columns" : "In der Datenbank fehlen Spalten",
"Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".",
"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." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
@ -192,6 +195,9 @@ OC.L10N.register(
"You are not using MySQL" : "Sie verwenden kein MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL wird als Datenbank verwendet und unterstützt 4-Byte-Zeichen",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme z.B. in Dateinamen oder Kommentaren verwenden zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren.",
"OCS provider resolving" : "OCS Anbieter Auflösung",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Es konntre nicht überprüft werden, ob Ihr Web-Server die OCM- und OCS-Anbieter-URLs ordnungsgemäß auflöst.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von %1$s eingerichtet.\nDies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht dahingehend aktualisiert wurde, diesen Ordner direkt zu auszuliefern.\nBitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation mitgelieferten.\nAuf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
"Overwrite CLI URL" : "CLI-URL überschreiben",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Die Option \"overwrite.cli.url\" in Ihrer config.php ist korrekt auf \"%s\" festgelegt.",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Die Option \"overwrite.cli.url\" in Ihrer config.php ist auf \"%s\" festgelegt. Dies ist eine gültige URL. Die vorgeschlagene URL lautet \"%s\".",
@ -443,7 +449,6 @@ OC.L10N.register(
"Current password" : "Aktuelles Passwort",
"New password" : "Neues Passwort",
"Change password" : "Passwort ändern",
"Your profile information" : "Ihre Profilinformation",
"Your profile picture" : "Ihr Profilbild",
"Upload profile picture" : "Profilbild hochladen",
"Choose profile picture from Files" : "Profilbild aus Dateien wählen",
@ -758,6 +763,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Your profile information" : "Ihre Profilinformation",
"Choose profile picture from files" : "Profilbild aus Dateien auswählen",
"png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB",
"Your email address" : "Ihre E-Mail-Adresse",

View file

@ -107,7 +107,7 @@
"Users" : "Benutzer",
"Additional settings" : "Zusätzliche Einstellungen",
"Artificial Intelligence" : "Künstliche Intelligenz",
"Administration privileges" : "Administratorrechte",
"Administration privileges" : "Administrationsrechte",
"Groupware" : "Groupware",
"Overview" : "Übersicht",
"Basic settings" : "Grundeinstellungen",
@ -142,6 +142,9 @@
"Cron last run" : "Cron zuletzt ausgeführt",
"Last background job execution ran %s. Something seems wrong. {link}." : "Letzte Hintergrund-Jobausführung lief %s. Etwas scheint nicht in Ordnung zu sein. {link}.",
"Last background job execution ran %s." : "Letzte Hintergrund-Jobausführung lief %s.",
"Data directory protected" : "Datenverzeichnis geschützt",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Konnte nicht überprüfen, ob das Datenverzeichnis geschützt ist. Bitte überprüfen Sie manuell, ob Ihr Server keinen Zugriff auf das Datenverzeichnis erlaubt.",
"Database missing columns" : "In der Datenbank fehlen Spalten",
"Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".",
"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." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.",
@ -190,6 +193,9 @@
"You are not using MySQL" : "Sie verwenden kein MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL wird als Datenbank verwendet und unterstützt 4-Byte-Zeichen",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme z.B. in Dateinamen oder Kommentaren verwenden zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren.",
"OCS provider resolving" : "OCS Anbieter Auflösung",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Es konntre nicht überprüft werden, ob Ihr Web-Server die OCM- und OCS-Anbieter-URLs ordnungsgemäß auflöst.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Ihr Webserver ist nicht ordnungsgemäß für die Auflösung von %1$s eingerichtet.\nDies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht dahingehend aktualisiert wurde, diesen Ordner direkt zu auszuliefern.\nBitte vergleichen Sie Ihre Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation mitgelieferten.\nAuf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.",
"Overwrite CLI URL" : "CLI-URL überschreiben",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Die Option \"overwrite.cli.url\" in Ihrer config.php ist korrekt auf \"%s\" festgelegt.",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Die Option \"overwrite.cli.url\" in Ihrer config.php ist auf \"%s\" festgelegt. Dies ist eine gültige URL. Die vorgeschlagene URL lautet \"%s\".",
@ -441,7 +447,6 @@
"Current password" : "Aktuelles Passwort",
"New password" : "Neues Passwort",
"Change password" : "Passwort ändern",
"Your profile information" : "Ihre Profilinformation",
"Your profile picture" : "Ihr Profilbild",
"Upload profile picture" : "Profilbild hochladen",
"Choose profile picture from Files" : "Profilbild aus Dateien wählen",
@ -756,6 +761,7 @@
"Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Your profile information" : "Ihre Profilinformation",
"Choose profile picture from files" : "Profilbild aus Dateien auswählen",
"png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB",
"Your email address" : "Ihre E-Mail-Adresse",

View file

@ -113,6 +113,7 @@ OC.L10N.register(
"Background jobs" : "Εργασίες παρασκηνίου",
"Unlimited" : "Απεριόριστο",
"Verifying" : "Γίνεται επαλήθευση",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανότατα προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Συνιστάται έντονα να ρυθμίσετε τον διακομιστή ιστού σας έτσι ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός της ρίζας εγγράφων του διακομιστή ιστού.",
"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." : "Από την βάση δεδομένων λείπουν ορισμένες προαιρετικές στήλες. Λόγω του γεγονότος ότι η προσθήκη στηλών σε μεγάλους πίνακες θα χρειαστεί χρόνο, δεν προστέθηκαν αυτόματα τα προαιρετικά. Με την εκτέλεση του \"occ db: add-missing-columns\", αυτές οι στήλες που λείπουν θα μπορούσαν να προστεθούν με το χέρι ενώ η βάση είναι σε λειτουργία. Μόλις προστεθούν οι στήλες, ορισμένα χαρακτηριστικά ενδέχεται να βελτιώσουν την ανταπόκριση ή τη χρηστικότητα.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα.",
"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." : "Λείπουν ορισμένα βασικά κλειδιά στη βάση δεδομένων. Λόγω του γεγονότος ότι η προσθήκη πρωτευόντων κλειδιών σε μεγάλους πίνακες μπορεί να διαρκέσει λίγη ώρα, δεν προστέθηκαν αυτόματα. Εκτελώντας το \"occ db: add-lost-primary-keys\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.",

View file

@ -111,6 +111,7 @@
"Background jobs" : "Εργασίες παρασκηνίου",
"Unlimited" : "Απεριόριστο",
"Verifying" : "Γίνεται επαλήθευση",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανότατα προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Συνιστάται έντονα να ρυθμίσετε τον διακομιστή ιστού σας έτσι ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός της ρίζας εγγράφων του διακομιστή ιστού.",
"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." : "Από την βάση δεδομένων λείπουν ορισμένες προαιρετικές στήλες. Λόγω του γεγονότος ότι η προσθήκη στηλών σε μεγάλους πίνακες θα χρειαστεί χρόνο, δεν προστέθηκαν αυτόματα τα προαιρετικά. Με την εκτέλεση του \"occ db: add-missing-columns\", αυτές οι στήλες που λείπουν θα μπορούσαν να προστεθούν με το χέρι ενώ η βάση είναι σε λειτουργία. Μόλις προστεθούν οι στήλες, ορισμένα χαρακτηριστικά ενδέχεται να βελτιώσουν την ανταπόκριση ή τη χρηστικότητα.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα.",
"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." : "Λείπουν ορισμένα βασικά κλειδιά στη βάση δεδομένων. Λόγω του γεγονότος ότι η προσθήκη πρωτευόντων κλειδιών σε μεγάλους πίνακες μπορεί να διαρκέσει λίγη ώρα, δεν προστέθηκαν αυτόματα. Εκτελώντας το \"occ db: add-lost-primary-keys\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.",

View file

@ -144,6 +144,9 @@ OC.L10N.register(
"Cron last run" : "Cron last ran",
"Last background job execution ran %s. Something seems wrong. {link}." : "Last background job execution ran %s. Something seems wrong. {link}.",
"Last background job execution ran %s." : "Last background job execution ran %s.",
"Data directory protected" : "Data directory protected",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory.",
"Database missing columns" : "Database missing columns",
"Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".",
"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." : "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.",
@ -192,6 +195,9 @@ OC.L10N.register(
"You are not using MySQL" : "You are not using MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL is used as database and does support 4-byte characters",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL.",
"OCS provider resolving" : "OCS provider resolving",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Could not check if your web server properly resolves the OCM and OCS provider URLs.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update.",
"Overwrite CLI URL" : "Overwrite CLI URL",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\".",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\".",
@ -443,7 +449,6 @@ OC.L10N.register(
"Current password" : "Current password",
"New password" : "New password",
"Change password" : "Change password",
"Your profile information" : "Your profile information",
"Your profile picture" : "Your profile picture",
"Upload profile picture" : "Upload profile picture",
"Choose profile picture from Files" : "Choose profile picture from Files",
@ -758,6 +763,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.",
"You are about to remove the group {group}. The users will NOT be deleted." : "You are about to remove the group {group}. The users will NOT be deleted.",
"Please confirm the group removal " : "Please confirm the group removal ",
"Your profile information" : "Your profile information",
"Choose profile picture from files" : "Choose profile picture from files",
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
"Your email address" : "Your email address",

View file

@ -142,6 +142,9 @@
"Cron last run" : "Cron last ran",
"Last background job execution ran %s. Something seems wrong. {link}." : "Last background job execution ran %s. Something seems wrong. {link}.",
"Last background job execution ran %s." : "Last background job execution ran %s.",
"Data directory protected" : "Data directory protected",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.",
"Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory.",
"Database missing columns" : "Database missing columns",
"Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".",
"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." : "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.",
@ -190,6 +193,9 @@
"You are not using MySQL" : "You are not using MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL is used as database and does support 4-byte characters",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL.",
"OCS provider resolving" : "OCS provider resolving",
"Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Could not check if your web server properly resolves the OCM and OCS provider URLs.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update.",
"Overwrite CLI URL" : "Overwrite CLI URL",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\".",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\".",
@ -441,7 +447,6 @@
"Current password" : "Current password",
"New password" : "New password",
"Change password" : "Change password",
"Your profile information" : "Your profile information",
"Your profile picture" : "Your profile picture",
"Upload profile picture" : "Upload profile picture",
"Choose profile picture from Files" : "Choose profile picture from Files",
@ -756,6 +761,7 @@
"Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.",
"You are about to remove the group {group}. The users will NOT be deleted." : "You are about to remove the group {group}. The users will NOT be deleted.",
"Please confirm the group removal " : "Please confirm the group removal ",
"Your profile information" : "Your profile information",
"Choose profile picture from files" : "Choose profile picture from files",
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
"Your email address" : "Your email address",

View file

@ -137,6 +137,7 @@ OC.L10N.register(
"Cron last run" : "Última ejecución de cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "La última ejecución de trabajos de segundo plano se ejecutó %s. Algo parece estar mal. {link}.",
"Last background job execution ran %s." : "La última ejecución de trabajos de segundo plano se ejecutó %s.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos probablemente sean accesibles desde internet. El archivo .htaccess no funciona. Es muy recomendable que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.",
"Database missing columns" : "Faltan columnas en la base de datos",
"Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".",
"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." : "A la base de datos le faltan algunas columnas opcionales. Debido al hecho de que agregar columnas en tablas grandes podría llevar mucho tiempo, estas no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", estas columnas faltantes se pueden agregar manualmente mientras la instancia sigue en ejecución. Una vez que se agreguen las columnas, algunas características podrían mejorar su capacidad de respuesta o la usabilidad.",
@ -424,7 +425,6 @@ OC.L10N.register(
"Current password" : "Contraseña actual",
"New password" : "Nueva contraseña",
"Change password" : "Cambiar contraseña",
"Your profile information" : "Información de su perfil",
"Your profile picture" : "Su imagen de perfil",
"Upload profile picture" : "Subir imagen del perfil",
"Choose profile picture from Files" : "Seleccionar imagen del perfil desde los archivos",
@ -550,6 +550,7 @@ OC.L10N.register(
"Welcome mail sent!" : "¡Correo de bienvenida enviado!",
"Done" : "Hecho",
"Edit" : "Editar",
"Account management settings" : "Ajustes de administración de cuentas",
"Visibility" : "Visibilidad",
"Show language" : "Mostrar lenguaje",
"Show storage path" : "Mostrar ruta de almacenamiento",
@ -711,6 +712,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Activar o desactivar el perfil por defecto para los nuevos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Vas a eliminar el grupo {group}. Los usuarios NO serán eliminados.",
"Please confirm the group removal " : "Por favor, confirma la eliminación del grupo",
"Your profile information" : "Información de su perfil",
"Choose profile picture from files" : "Seleccionar imagen del perfil desde los archivos",
"png or jpg, max. 20 MB" : "png o jpg, max. 20 MB",
"Your email address" : "Su dirección de correo",

View file

@ -135,6 +135,7 @@
"Cron last run" : "Última ejecución de cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "La última ejecución de trabajos de segundo plano se ejecutó %s. Algo parece estar mal. {link}.",
"Last background job execution ran %s." : "La última ejecución de trabajos de segundo plano se ejecutó %s.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos probablemente sean accesibles desde internet. El archivo .htaccess no funciona. Es muy recomendable que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.",
"Database missing columns" : "Faltan columnas en la base de datos",
"Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".",
"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." : "A la base de datos le faltan algunas columnas opcionales. Debido al hecho de que agregar columnas en tablas grandes podría llevar mucho tiempo, estas no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", estas columnas faltantes se pueden agregar manualmente mientras la instancia sigue en ejecución. Una vez que se agreguen las columnas, algunas características podrían mejorar su capacidad de respuesta o la usabilidad.",
@ -422,7 +423,6 @@
"Current password" : "Contraseña actual",
"New password" : "Nueva contraseña",
"Change password" : "Cambiar contraseña",
"Your profile information" : "Información de su perfil",
"Your profile picture" : "Su imagen de perfil",
"Upload profile picture" : "Subir imagen del perfil",
"Choose profile picture from Files" : "Seleccionar imagen del perfil desde los archivos",
@ -548,6 +548,7 @@
"Welcome mail sent!" : "¡Correo de bienvenida enviado!",
"Done" : "Hecho",
"Edit" : "Editar",
"Account management settings" : "Ajustes de administración de cuentas",
"Visibility" : "Visibilidad",
"Show language" : "Mostrar lenguaje",
"Show storage path" : "Mostrar ruta de almacenamiento",
@ -709,6 +710,7 @@
"Enable or disable profile by default for new users." : "Activar o desactivar el perfil por defecto para los nuevos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Vas a eliminar el grupo {group}. Los usuarios NO serán eliminados.",
"Please confirm the group removal " : "Por favor, confirma la eliminación del grupo",
"Your profile information" : "Información de su perfil",
"Choose profile picture from files" : "Seleccionar imagen del perfil desde los archivos",
"png or jpg, max. 20 MB" : "png o jpg, max. 20 MB",
"Your email address" : "Su dirección de correo",

View file

@ -115,6 +115,7 @@ OC.L10N.register(
"Background jobs" : "Trabajos en segundo plano",
"Unlimited" : "Ilimitado",
"Verifying" : "Verificando",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configure su servidor web de manera que el directorio de datos ya no sea accesible, o mueva el directorio de datos fuera de la raíz del documento del servidor web.",
"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." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes puede llevar tiempo, no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", se pueden agregar manualmente esas columnas faltantes mientras la instancia sigue funcionando. Una vez que se agregan las columnas, algunas características pueden mejorar la capacidad de respuesta o la usabilidad.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
"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." : "A la base de datos le faltan algunas claves principales. Debido a que agregar claves principales en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\", se pueden agregar manualmente esas claves principales faltantes mientras la instancia sigue funcionando.",
@ -255,7 +256,6 @@ OC.L10N.register(
"Current password" : "Contraseña actual",
"New password" : "Nueva contraseña",
"Change password" : "Cambiar contraseña",
"Your profile information" : "Tu información de perfil",
"Your profile picture" : "Tu foto de perfil",
"Upload profile picture" : "Subir foto de perfil",
"Choose profile picture from Files" : "Elegir foto de perfil desde Archivos",
@ -521,6 +521,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil de forma predeterminada para nuevos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Estás a punto de eliminar el grupo {group}. Los usuarios NO serán eliminados.",
"Please confirm the group removal " : "Confirma la eliminación del grupo",
"Your profile information" : "Tu información de perfil",
"Choose profile picture from files" : "Seleccionar imagen de perfil desde archivos",
"png or jpg, max. 20 MB" : "png o jpg max. 20 MB",
"Your email address" : "Tu dirección de correo electrónico",

View file

@ -113,6 +113,7 @@
"Background jobs" : "Trabajos en segundo plano",
"Unlimited" : "Ilimitado",
"Verifying" : "Verificando",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configure su servidor web de manera que el directorio de datos ya no sea accesible, o mueva el directorio de datos fuera de la raíz del documento del servidor web.",
"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." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes puede llevar tiempo, no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", se pueden agregar manualmente esas columnas faltantes mientras la instancia sigue funcionando. Una vez que se agregan las columnas, algunas características pueden mejorar la capacidad de respuesta o la usabilidad.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
"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." : "A la base de datos le faltan algunas claves principales. Debido a que agregar claves principales en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\", se pueden agregar manualmente esas claves principales faltantes mientras la instancia sigue funcionando.",
@ -253,7 +254,6 @@
"Current password" : "Contraseña actual",
"New password" : "Nueva contraseña",
"Change password" : "Cambiar contraseña",
"Your profile information" : "Tu información de perfil",
"Your profile picture" : "Tu foto de perfil",
"Upload profile picture" : "Subir foto de perfil",
"Choose profile picture from Files" : "Elegir foto de perfil desde Archivos",
@ -519,6 +519,7 @@
"Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil de forma predeterminada para nuevos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Estás a punto de eliminar el grupo {group}. Los usuarios NO serán eliminados.",
"Please confirm the group removal " : "Confirma la eliminación del grupo",
"Your profile information" : "Tu información de perfil",
"Choose profile picture from files" : "Seleccionar imagen de perfil desde archivos",
"png or jpg, max. 20 MB" : "png o jpg max. 20 MB",
"Your email address" : "Tu dirección de correo electrónico",

View file

@ -141,6 +141,7 @@ OC.L10N.register(
"Cron last run" : "Última ejecución de cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "La última ejecución de trabajo de segundo plano se ejecutó %s. Parece que algo está mal. {link}.",
"Last background job execution ran %s." : "La última ejecución de trabajo de segundo plano se ejecutó %s.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde el Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configure su servidor web de manera que el directorio de datos ya no sea accesible, o mueva el directorio de datos fuera de la raíz de documentos del servidor web.",
"Database missing columns" : "Faltan columnas en la base de datos",
"Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".",
"Database missing indices" : "Faltan índices en la base de datos",
@ -404,7 +405,6 @@ OC.L10N.register(
"Current password" : "Contraseña actual",
"New password" : "Nueva contraseña",
"Change password" : "Cambiar contraseña",
"Your profile information" : "Información de su perfil",
"Your profile picture" : "Su foto de perfil",
"Upload profile picture" : "Cargar foto de perfil",
"Choose profile picture from Files" : "Seleccionar la imagen de perfil desde Archivos",
@ -699,6 +699,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil por defecto para nuevos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Estás a punto de eliminar el grupo {group}. Los usuarios NO serán borrados.",
"Please confirm the group removal " : "Por favor confirma la eliminación del grupo",
"Your profile information" : "Información de su perfil",
"Choose profile picture from files" : "Seleccionar la imagen de perfil desde archivos",
"png or jpg, max. 20 MB" : "png o jpg max. 20 MB",
"Your email address" : "Tu dirección de correo electrónico",

View file

@ -139,6 +139,7 @@
"Cron last run" : "Última ejecución de cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "La última ejecución de trabajo de segundo plano se ejecutó %s. Parece que algo está mal. {link}.",
"Last background job execution ran %s." : "La última ejecución de trabajo de segundo plano se ejecutó %s.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde el Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configure su servidor web de manera que el directorio de datos ya no sea accesible, o mueva el directorio de datos fuera de la raíz de documentos del servidor web.",
"Database missing columns" : "Faltan columnas en la base de datos",
"Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".",
"Database missing indices" : "Faltan índices en la base de datos",
@ -402,7 +403,6 @@
"Current password" : "Contraseña actual",
"New password" : "Nueva contraseña",
"Change password" : "Cambiar contraseña",
"Your profile information" : "Información de su perfil",
"Your profile picture" : "Su foto de perfil",
"Upload profile picture" : "Cargar foto de perfil",
"Choose profile picture from Files" : "Seleccionar la imagen de perfil desde Archivos",
@ -697,6 +697,7 @@
"Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil por defecto para nuevos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Estás a punto de eliminar el grupo {group}. Los usuarios NO serán borrados.",
"Please confirm the group removal " : "Por favor confirma la eliminación del grupo",
"Your profile information" : "Información de su perfil",
"Choose profile picture from files" : "Seleccionar la imagen de perfil desde archivos",
"png or jpg, max. 20 MB" : "png o jpg max. 20 MB",
"Your email address" : "Tu dirección de correo electrónico",

View file

@ -118,6 +118,7 @@ OC.L10N.register(
"Unlimited" : "Mugarik gabe",
"Verifying" : "Egiaztatzen",
"Your remote address could not be determined." : "Ezin izan da zure urruneko helbidea zehaztu.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Zure datuen direktorioa eta fitxategiak Internetetik atzitu daitezke seguru aski. .htaccess fitxategiak ez du funtzionatzen. Biziki gomendatzen da web zerbitzariaren konfigurazioa aldatzea datuen direktorioa atzigarri egon ez dadin, edo datuen direktorioa ateratzea web zerbitzariaren dokumentuen errotik kanpora.",
"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." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez dira automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuek erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.",
"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." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-primary-keys\" exekutatuz falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.",
@ -270,7 +271,6 @@ OC.L10N.register(
"Current password" : "Uneko pasahitza",
"New password" : "Pasahitz berria",
"Change password" : "Aldatu pasahitza",
"Your profile information" : "Zure profileko informazioa",
"Your profile picture" : "Zure profil-irudia",
"Upload profile picture" : "Igo profil-irudia",
"Choose profile picture from Files" : "Aukeratu Fitxategiak-en profileko argazkia",
@ -549,6 +549,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Gaitu edo desgaitu profila lehenespenez erabiltzaile berrientzat.",
"You are about to remove the group {group}. The users will NOT be deleted." : "{group} taldea ezabatzera zoaz. Erabiltzaileak EZ dira ezabatuko.",
"Please confirm the group removal " : "Mesedez, baieztatu taldearen ezabaketa",
"Your profile information" : "Zure profileko informazioa",
"Choose profile picture from files" : "Aukeratu profil-irudia fitxategietatik",
"png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB",
"Your email address" : "Zure e-posta",

View file

@ -116,6 +116,7 @@
"Unlimited" : "Mugarik gabe",
"Verifying" : "Egiaztatzen",
"Your remote address could not be determined." : "Ezin izan da zure urruneko helbidea zehaztu.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Zure datuen direktorioa eta fitxategiak Internetetik atzitu daitezke seguru aski. .htaccess fitxategiak ez du funtzionatzen. Biziki gomendatzen da web zerbitzariaren konfigurazioa aldatzea datuen direktorioa atzigarri egon ez dadin, edo datuen direktorioa ateratzea web zerbitzariaren dokumentuen errotik kanpora.",
"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." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez dira automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuek erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.",
"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." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-primary-keys\" exekutatuz falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.",
@ -268,7 +269,6 @@
"Current password" : "Uneko pasahitza",
"New password" : "Pasahitz berria",
"Change password" : "Aldatu pasahitza",
"Your profile information" : "Zure profileko informazioa",
"Your profile picture" : "Zure profil-irudia",
"Upload profile picture" : "Igo profil-irudia",
"Choose profile picture from Files" : "Aukeratu Fitxategiak-en profileko argazkia",
@ -547,6 +547,7 @@
"Enable or disable profile by default for new users." : "Gaitu edo desgaitu profila lehenespenez erabiltzaile berrientzat.",
"You are about to remove the group {group}. The users will NOT be deleted." : "{group} taldea ezabatzera zoaz. Erabiltzaileak EZ dira ezabatuko.",
"Please confirm the group removal " : "Mesedez, baieztatu taldearen ezabaketa",
"Your profile information" : "Zure profileko informazioa",
"Choose profile picture from files" : "Aukeratu profil-irudia fitxategietatik",
"png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB",
"Your email address" : "Zure e-posta",

View file

@ -115,6 +115,7 @@ OC.L10N.register(
"Background jobs" : "کارهای پس‌زمینه",
"Unlimited" : "نامحدود",
"Verifying" : "تآیید کردن",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.",
"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." : "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.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.",
"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." : "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.",
@ -267,7 +268,6 @@ OC.L10N.register(
"Current password" : "گذرواژه کنونی",
"New password" : "گذرواژه جدید",
"Change password" : "تغییر گذر واژه",
"Your profile information" : "Your profile information",
"Your profile picture" : "نگارهٔ نمایه‌تان",
"Upload profile picture" : "بارگذاری نگارهٔ نمایه",
"Choose profile picture from Files" : "Choose profile picture from Files",
@ -537,6 +537,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "به یا از کار انداختن نمایه برای کاربران جدید به صورت پیش‌گزیده.",
"You are about to remove the group {group}. The users will NOT be deleted." : "در حال برداشتن گروه {group} هستید. کاربران حذف نخواهند شد.",
"Please confirm the group removal " : "لطفاً برداشتن گروه را تأیید کنید",
"Your profile information" : "Your profile information",
"Choose profile picture from files" : "گزینش نگارهٔ نمایه از پرونده‌ها",
"png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ م‌ب",
"Your email address" : "پست الکترونیکی شما",

View file

@ -113,6 +113,7 @@
"Background jobs" : "کارهای پس‌زمینه",
"Unlimited" : "نامحدود",
"Verifying" : "تآیید کردن",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.",
"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." : "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.",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.",
"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." : "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.",
@ -265,7 +266,6 @@
"Current password" : "گذرواژه کنونی",
"New password" : "گذرواژه جدید",
"Change password" : "تغییر گذر واژه",
"Your profile information" : "Your profile information",
"Your profile picture" : "نگارهٔ نمایه‌تان",
"Upload profile picture" : "بارگذاری نگارهٔ نمایه",
"Choose profile picture from Files" : "Choose profile picture from Files",
@ -535,6 +535,7 @@
"Enable or disable profile by default for new users." : "به یا از کار انداختن نمایه برای کاربران جدید به صورت پیش‌گزیده.",
"You are about to remove the group {group}. The users will NOT be deleted." : "در حال برداشتن گروه {group} هستید. کاربران حذف نخواهند شد.",
"Please confirm the group removal " : "لطفاً برداشتن گروه را تأیید کنید",
"Your profile information" : "Your profile information",
"Choose profile picture from files" : "گزینش نگارهٔ نمایه از پرونده‌ها",
"png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ م‌ب",
"Your email address" : "پست الکترونیکی شما",

View file

@ -262,7 +262,6 @@ OC.L10N.register(
"Current password" : "Nykyinen salasana",
"New password" : "Uusi salasana",
"Change password" : "Vaihda salasana",
"Your profile information" : "Profiilitietosi",
"Your profile picture" : "Profiilikuvasi",
"Upload profile picture" : "Lähetä profiilikuva",
"Choose profile picture from Files" : "Valitse profiilikuva tiedostoista",
@ -503,6 +502,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Käytä tai poista käytöstä profiili oletusarvoisesti uusille käyttäjille.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän {group}. Käyttäjiä EI poisteta!",
"Please confirm the group removal " : "Vahvista ryhmän poistaminen",
"Your profile information" : "Profiilitietosi",
"Choose profile picture from files" : "Valitse profiilikuva tiedostoista",
"png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt",
"Your email address" : "Sähköpostiosoitteesi",

View file

@ -260,7 +260,6 @@
"Current password" : "Nykyinen salasana",
"New password" : "Uusi salasana",
"Change password" : "Vaihda salasana",
"Your profile information" : "Profiilitietosi",
"Your profile picture" : "Profiilikuvasi",
"Upload profile picture" : "Lähetä profiilikuva",
"Choose profile picture from Files" : "Valitse profiilikuva tiedostoista",
@ -501,6 +500,7 @@
"Enable or disable profile by default for new users." : "Käytä tai poista käytöstä profiili oletusarvoisesti uusille käyttäjille.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän {group}. Käyttäjiä EI poisteta!",
"Please confirm the group removal " : "Vahvista ryhmän poistaminen",
"Your profile information" : "Profiilitietosi",
"Choose profile picture from files" : "Valitse profiilikuva tiedostoista",
"png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt",
"Your email address" : "Sähköpostiosoitteesi",

View file

@ -130,6 +130,8 @@ OC.L10N.register(
"Your remote address could not be determined." : "Votre adresse à distance n'a pas pu être déterminée.",
"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." : "Votre adresse réseau a été identifiée comme « %s » et elle est bridée par le mécanisme anti-intrusion ce qui ralentit la performance de certaines requêtes. Si cette adresse réseau n'est pas la vôtre, cela peut signifier qu'il y a une erreur de configuration d'un proxy.",
"Your remote address \"%s\" is not brute-force throttled." : "Votre adresse distante « %s » n'est pas ralentie par attaque par force brute.",
"A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Une tâche en arrière-plan qui vérifie les certificats SSL importés par l'administration est en attente. Veuillez vérifier plus tard.",
"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." : "Certains certificats SSL importés par l'administration sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande « occ security:certificates:import ». Leurs chemins dans le dossier data sont affichés ci-dessous.",
"Code integrity" : "Intégrité du code",
"Integrity checker has been disabled. Integrity cannot be verified." : "La vérification d'intégrité a été désactivée. L'intégrité ne peut pas être vérifiée.",
"No altered files" : "Aucun fichier altéré",
@ -139,6 +141,8 @@ OC.L10N.register(
"The last cron job ran without errors." : "La dernière tâche cron s'est exécuté sans erreur.",
"Cron last run" : "Dernière exécution Cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche de fond %s. {link}.",
"Data directory protected" : "Répertoire des données protégé",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"Database missing columns" : "Colonnes manquantes dans la base de données",
"Missing optional column \"%s\" in table \"%s\"." : "Colonnes optionnelles manquantes « %s » dans la table « %s ».",
"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." : "Certaines colonnes facultatives sont manquantes dans la base de données. Étant donné qu'ajouter des colonnes sur des grandes tables peut prendre du temps, elles n'ont pas été ajoutées automatiquement lorsqu'elles sont facultatives. En exécutant \"occ db:add-missing-columns\" ces colonnes manquantes peuvent être ajoutées manuellement alors que l'instance continue de fonctionner. Une fois que les colonnes sont ajoutées, la performance ou l'utilisabilité de certaines fonctionnalités pourraient être améliorées.",
@ -162,7 +166,9 @@ OC.L10N.register(
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de données est actuellement utilisée pour les verrous. Afin d'améliorer les performances, veuillez si possible configurer un cache mémoire.",
"Forwarded for headers" : "Transmis pour les en-têtes",
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Votre paramètre « trusted_proxies » n'est pas correctement configuré, cela devrait être un tableau.",
"The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuration des entêtes du reverse proxy est incorrecte. C'est un problème de sécurité, qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud.",
"Your IP address was resolved as %s" : "Votre adresse IP a été résolue comme étant %s",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuration des entêtes du reverse proxy est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si ce n'est pas le cas, c'est un problème de sécurité, qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud.",
"Internet connectivity" : "Connexion Internet",
"Internet connectivity is disabled in configuration file." : "La connexion à Internet est désactivée dans le fichier de configuration.",
"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." : "Ce serveur ne peut se connecter à Internet : plusieurs points finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de stockages externes, les notifications de mises à jour ou l'installation d'applications tierces, ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par e-mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.",
@ -173,6 +179,7 @@ OC.L10N.register(
"Disabled" : "Désactivé",
"The old server-side-encryption format is enabled. We recommend disabling this." : "L'ancien format de chiffrement côté serveur est activé. Nous recommandons de le désactiver.",
"Maintenance window start" : "Début de la fenêtre de maintenance",
"Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Le serveur n'a pas aucune heure de début de fenêtre de maintenance configurée. Cela signifie que les tâches quotidiennes d'arrière-plan, gourmandes en ressources, seront également exécutées pendant votre période d'utilisation principale. Nous vous recommandons de le configurer à un moment de faible utilisation, afin que les utilisateurs soient moins affectés par la charge causée par ces tâches lourdes.",
"Memcache" : "Memcache",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP « memcache » est installé. \\OC\\Memcache\\Memcached est le seul a supporter « memcached » et non « memcache ».",
"Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached est configuré comme cache distribué, mais le module PHP « memcached » n'est pas installé.",
@ -181,8 +188,13 @@ OC.L10N.register(
"You are not using MySQL" : "Vous n'utilisez pas MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL est utilisé comme base de données et n'est pas compatible avec les caractères sur 4 octets",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL est utilisé comme base de données et n'est pas compatible avec les caractères sur 4 octets. Pour être capable de gérer les caractères sur 4 octets (comme les émojis) sans problème, par exemple, dans les noms de fichiers ou les commentaires, il est recommandé d'activer la compatibilité 4 octets dans MySQL.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre %1$s.\nCeci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier.\nVeuillez comparer votre configuration avec les règles ré-écrites dans « .htaccess » pour Apache ou celles contenues dans la documentation de Nginx.\nPour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par « location ~ ».",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "L'option « overwrite.cli.url » dans votre config.php est correctement définie à « %s ».",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "L'option « overwrite.cli.url » dans votre config.php est définie à « %s » qui est une URL correcte. L'URL suggérée est « %s ».",
"Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Veillez à définir le paramètre « overwrite.cli.url » dans votre fichier config.php avec l'URL que vos utilisateurs utilisent principalement pour accéder à ce Nextcloud. Suggestion : « %s ». Sinon, il pourrait y avoir des problèmes avec la génération des URL via cron. (Il est toutefois possible que l'URL suggérée ne soit pas l'URL que vos utilisateurs utilisent principalement pour accéder à ce Nextcloud. Le mieux est de le vérifier deux fois dans tous les cas).",
"PHP default charset" : "Jeu de caractères par défaut PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "L'option de configuration PHP « default_charset » doit être UTF-8",
"PHP set_time_limit" : "set_time_limit PHP",
"The function is available." : "La fonction est disponible.",
"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." : "La fonction PHP « set_time_limit » n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution en bloquant votre installation. Nous vous recommandons vivement d'activer cette fonction.",
"Freetype" : "Freetype",
@ -193,7 +205,11 @@ OC.L10N.register(
"PHP memory limit" : "Limite de mémoire PHP",
"The PHP memory limit is below the recommended value of %s." : "La limite de mémoire PHP est sous la valeur recommandée de %s.",
"PHP modules" : "Modules PHP",
"for Argon2 for password hashing" : "pour Argon2 pour le hachage de mot de passe",
"for WebAuthn passwordless login" : "pour WebAuthn pour la connexion sans mot de passe",
"for WebAuthn passwordless login, and SFTP storage" : "pour WebAuthn pour la connexion sans mot de passe, et le stockage SFTP",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Cette instance ne dispose pas de plusieurs modules nécessaires sur cette instance. Il est obligatoire de les installer : %s.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Cette instance ne dispose pas de plusieurs modules PHP recommandés. Il est recommandé de les installer pour améliorer les performances, et la compatibilité :\n%s",
"PHP opcache" : "opcache PHP",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Le module PHP 'OPcache' n'est pas chargé. Pour de meilleures performances, il est recommandé de le charger dans votre installation PHP.",
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache est désactivé. Pour de meilleures performances, il est recommandé de définir « opcache.enable=1 » dans votre fichier configuration PHP.",
@ -214,6 +230,7 @@ OC.L10N.register(
"Push service" : "Service push",
"Valid enterprise license" : "Licence entreprise valide",
"Free push service" : "Service push gratuit",
"This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Il s'agit de la version communautaire non prise en charge de Nextcloud. Compte tenu de la taille de cette instance, les performances, la fiabilité et l'extensibilité ne peuvent être garanties. Les notifications push sont limitées pour éviter de surcharger notre service gratuit. Apprenez-en plus sur les avantages de Nextcloud Enterprise sur {link}.",
"Random generator" : "Générateur aléatoire",
"Secure" : "Sécurisé",
"Configuration file access rights" : "Droits d'accès au fichier de configuration",
@ -229,6 +246,7 @@ OC.L10N.register(
"64-bit" : "64 bits",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Il semblerait que vous exécutiez une version 32 bits de PHP. Nextcloud nécessite 64 bits pour fonctionner correctement. Veuillez mettre votre système d'exploitation et PHP à niveau vers du 64 bits !",
"Temporary space available" : "Espace temporaire disponible",
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Erreur lors de la vérification du chemin PHP temporaire - il n'a pas été correctement défini sur un répertoire. Valeur retournée : %s",
"- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f Gio disponible sur dans %s (répertoire temporaire de PHP)",
"- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f Gio disponible sur dans %s (répertoire temporaire de Nextcloud)",
"Temporary directory is correctly configured:\n%s" : "Le répertoire temporaire est correctement configuré :\n%s",
@ -408,7 +426,6 @@ OC.L10N.register(
"Current password" : "Mot de passe actuel",
"New password" : "Nouveau mot de passe",
"Change password" : "Changer de mot de passe",
"Your profile information" : "Informations de votre profil",
"Your profile picture" : "Votre photo de profil",
"Upload profile picture" : "Téléverser une photo de profil",
"Choose profile picture from Files" : "Choisir une image de profil dans Fichiers",
@ -720,6 +737,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Activer ou désactiver le profil par défaut pour les nouveaux utilisateurs.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de retirer le groupe {group}. Les utilisateurs ne seront PAS supprimés.",
"Please confirm the group removal " : "Veuillez confirmer la suppression du groupe",
"Your profile information" : "Informations de votre profil",
"Choose profile picture from files" : "Choisir une image parmi les fichiers",
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo",
"Your email address" : "Votre adresse e-mail",

View file

@ -128,6 +128,8 @@
"Your remote address could not be determined." : "Votre adresse à distance n'a pas pu être déterminée.",
"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." : "Votre adresse réseau a été identifiée comme « %s » et elle est bridée par le mécanisme anti-intrusion ce qui ralentit la performance de certaines requêtes. Si cette adresse réseau n'est pas la vôtre, cela peut signifier qu'il y a une erreur de configuration d'un proxy.",
"Your remote address \"%s\" is not brute-force throttled." : "Votre adresse distante « %s » n'est pas ralentie par attaque par force brute.",
"A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Une tâche en arrière-plan qui vérifie les certificats SSL importés par l'administration est en attente. Veuillez vérifier plus tard.",
"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." : "Certains certificats SSL importés par l'administration sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande « occ security:certificates:import ». Leurs chemins dans le dossier data sont affichés ci-dessous.",
"Code integrity" : "Intégrité du code",
"Integrity checker has been disabled. Integrity cannot be verified." : "La vérification d'intégrité a été désactivée. L'intégrité ne peut pas être vérifiée.",
"No altered files" : "Aucun fichier altéré",
@ -137,6 +139,8 @@
"The last cron job ran without errors." : "La dernière tâche cron s'est exécuté sans erreur.",
"Cron last run" : "Dernière exécution Cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche de fond %s. {link}.",
"Data directory protected" : "Répertoire des données protégé",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.",
"Database missing columns" : "Colonnes manquantes dans la base de données",
"Missing optional column \"%s\" in table \"%s\"." : "Colonnes optionnelles manquantes « %s » dans la table « %s ».",
"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." : "Certaines colonnes facultatives sont manquantes dans la base de données. Étant donné qu'ajouter des colonnes sur des grandes tables peut prendre du temps, elles n'ont pas été ajoutées automatiquement lorsqu'elles sont facultatives. En exécutant \"occ db:add-missing-columns\" ces colonnes manquantes peuvent être ajoutées manuellement alors que l'instance continue de fonctionner. Une fois que les colonnes sont ajoutées, la performance ou l'utilisabilité de certaines fonctionnalités pourraient être améliorées.",
@ -160,7 +164,9 @@
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de données est actuellement utilisée pour les verrous. Afin d'améliorer les performances, veuillez si possible configurer un cache mémoire.",
"Forwarded for headers" : "Transmis pour les en-têtes",
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Votre paramètre « trusted_proxies » n'est pas correctement configuré, cela devrait être un tableau.",
"The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuration des entêtes du reverse proxy est incorrecte. C'est un problème de sécurité, qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud.",
"Your IP address was resolved as %s" : "Votre adresse IP a été résolue comme étant %s",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuration des entêtes du reverse proxy est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si ce n'est pas le cas, c'est un problème de sécurité, qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud.",
"Internet connectivity" : "Connexion Internet",
"Internet connectivity is disabled in configuration file." : "La connexion à Internet est désactivée dans le fichier de configuration.",
"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." : "Ce serveur ne peut se connecter à Internet : plusieurs points finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de stockages externes, les notifications de mises à jour ou l'installation d'applications tierces, ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par e-mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.",
@ -171,6 +177,7 @@
"Disabled" : "Désactivé",
"The old server-side-encryption format is enabled. We recommend disabling this." : "L'ancien format de chiffrement côté serveur est activé. Nous recommandons de le désactiver.",
"Maintenance window start" : "Début de la fenêtre de maintenance",
"Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Le serveur n'a pas aucune heure de début de fenêtre de maintenance configurée. Cela signifie que les tâches quotidiennes d'arrière-plan, gourmandes en ressources, seront également exécutées pendant votre période d'utilisation principale. Nous vous recommandons de le configurer à un moment de faible utilisation, afin que les utilisateurs soient moins affectés par la charge causée par ces tâches lourdes.",
"Memcache" : "Memcache",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP « memcache » est installé. \\OC\\Memcache\\Memcached est le seul a supporter « memcached » et non « memcache ».",
"Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached est configuré comme cache distribué, mais le module PHP « memcached » n'est pas installé.",
@ -179,8 +186,13 @@
"You are not using MySQL" : "Vous n'utilisez pas MySQL",
"MySQL is used as database and does support 4-byte characters" : "MySQL est utilisé comme base de données et n'est pas compatible avec les caractères sur 4 octets",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL est utilisé comme base de données et n'est pas compatible avec les caractères sur 4 octets. Pour être capable de gérer les caractères sur 4 octets (comme les émojis) sans problème, par exemple, dans les noms de fichiers ou les commentaires, il est recommandé d'activer la compatibilité 4 octets dans MySQL.",
"Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Votre serveur web n'est pas proprement configuré pour résoudre %1$s.\nCeci est probablement lié à une configuration du serveur web qui n'a pas été mise à jour pour délivrer directement ce dossier.\nVeuillez comparer votre configuration avec les règles ré-écrites dans « .htaccess » pour Apache ou celles contenues dans la documentation de Nginx.\nPour Nginx les lignes nécessitant une mise à jour sont typiquement celles débutant par « location ~ ».",
"The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "L'option « overwrite.cli.url » dans votre config.php est correctement définie à « %s ».",
"The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "L'option « overwrite.cli.url » dans votre config.php est définie à « %s » qui est une URL correcte. L'URL suggérée est « %s ».",
"Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Veillez à définir le paramètre « overwrite.cli.url » dans votre fichier config.php avec l'URL que vos utilisateurs utilisent principalement pour accéder à ce Nextcloud. Suggestion : « %s ». Sinon, il pourrait y avoir des problèmes avec la génération des URL via cron. (Il est toutefois possible que l'URL suggérée ne soit pas l'URL que vos utilisateurs utilisent principalement pour accéder à ce Nextcloud. Le mieux est de le vérifier deux fois dans tous les cas).",
"PHP default charset" : "Jeu de caractères par défaut PHP",
"PHP configuration option \"default_charset\" should be UTF-8" : "L'option de configuration PHP « default_charset » doit être UTF-8",
"PHP set_time_limit" : "set_time_limit PHP",
"The function is available." : "La fonction est disponible.",
"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." : "La fonction PHP « set_time_limit » n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution en bloquant votre installation. Nous vous recommandons vivement d'activer cette fonction.",
"Freetype" : "Freetype",
@ -191,7 +203,11 @@
"PHP memory limit" : "Limite de mémoire PHP",
"The PHP memory limit is below the recommended value of %s." : "La limite de mémoire PHP est sous la valeur recommandée de %s.",
"PHP modules" : "Modules PHP",
"for Argon2 for password hashing" : "pour Argon2 pour le hachage de mot de passe",
"for WebAuthn passwordless login" : "pour WebAuthn pour la connexion sans mot de passe",
"for WebAuthn passwordless login, and SFTP storage" : "pour WebAuthn pour la connexion sans mot de passe, et le stockage SFTP",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Cette instance ne dispose pas de plusieurs modules nécessaires sur cette instance. Il est obligatoire de les installer : %s.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Cette instance ne dispose pas de plusieurs modules PHP recommandés. Il est recommandé de les installer pour améliorer les performances, et la compatibilité :\n%s",
"PHP opcache" : "opcache PHP",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Le module PHP 'OPcache' n'est pas chargé. Pour de meilleures performances, il est recommandé de le charger dans votre installation PHP.",
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache est désactivé. Pour de meilleures performances, il est recommandé de définir « opcache.enable=1 » dans votre fichier configuration PHP.",
@ -212,6 +228,7 @@
"Push service" : "Service push",
"Valid enterprise license" : "Licence entreprise valide",
"Free push service" : "Service push gratuit",
"This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Il s'agit de la version communautaire non prise en charge de Nextcloud. Compte tenu de la taille de cette instance, les performances, la fiabilité et l'extensibilité ne peuvent être garanties. Les notifications push sont limitées pour éviter de surcharger notre service gratuit. Apprenez-en plus sur les avantages de Nextcloud Enterprise sur {link}.",
"Random generator" : "Générateur aléatoire",
"Secure" : "Sécurisé",
"Configuration file access rights" : "Droits d'accès au fichier de configuration",
@ -227,6 +244,7 @@
"64-bit" : "64 bits",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Il semblerait que vous exécutiez une version 32 bits de PHP. Nextcloud nécessite 64 bits pour fonctionner correctement. Veuillez mettre votre système d'exploitation et PHP à niveau vers du 64 bits !",
"Temporary space available" : "Espace temporaire disponible",
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Erreur lors de la vérification du chemin PHP temporaire - il n'a pas été correctement défini sur un répertoire. Valeur retournée : %s",
"- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f Gio disponible sur dans %s (répertoire temporaire de PHP)",
"- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f Gio disponible sur dans %s (répertoire temporaire de Nextcloud)",
"Temporary directory is correctly configured:\n%s" : "Le répertoire temporaire est correctement configuré :\n%s",
@ -406,7 +424,6 @@
"Current password" : "Mot de passe actuel",
"New password" : "Nouveau mot de passe",
"Change password" : "Changer de mot de passe",
"Your profile information" : "Informations de votre profil",
"Your profile picture" : "Votre photo de profil",
"Upload profile picture" : "Téléverser une photo de profil",
"Choose profile picture from Files" : "Choisir une image de profil dans Fichiers",
@ -718,6 +735,7 @@
"Enable or disable profile by default for new users." : "Activer ou désactiver le profil par défaut pour les nouveaux utilisateurs.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de retirer le groupe {group}. Les utilisateurs ne seront PAS supprimés.",
"Please confirm the group removal " : "Veuillez confirmer la suppression du groupe",
"Your profile information" : "Informations de votre profil",
"Choose profile picture from files" : "Choisir une image parmi les fichiers",
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo",
"Your email address" : "Votre adresse e-mail",

View file

@ -121,6 +121,7 @@ OC.L10N.register(
"Your remote address could not be determined." : "Non foi posíbel determinar o seu enderezo remoto.",
"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." : "O seu enderezo remoto foi identificado como «%s» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente.",
"Your remote address \"%s\" is not brute-force throttled." : "O seu enderezo remoto «%s» non está estrangulado por forza bruta.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "O seu directorio de datos e ficheiros son probabelmente accesíbeis dende Internet. O ficheiro .htaccess non funciona. Recoméndase encarecidamente que configure o seu servidor web para que o directorio de datos xa non sexa accesíbel ou que o mova fóra da raíz de documentos do servidor web.",
"Database missing columns" : "Faltan columnas na base de datos",
"Missing optional column \"%s\" in table \"%s\"." : "Falta a columna opcional «%s» na táboa «%s».",
"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." : "Á base de datos fáltanlle algunhas columnas opcionais. Por mor de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.",
@ -348,7 +349,6 @@ OC.L10N.register(
"Current password" : "Contrasinal actual",
"New password" : "Novo contrasinal",
"Change password" : "Cambiar o contrasinal",
"Your profile information" : "A información do seu perfil",
"Your profile picture" : "A súa imaxe de perfil",
"Upload profile picture" : "Enviar a imaxe de perfil",
"Choose profile picture from Files" : "Escoller a imaxe de perfil en Ficheiros",
@ -632,6 +632,7 @@ OC.L10N.register(
"Enable or disable profile by default for new users." : "Activar ou desactivar o perfil predeterminado para os novos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Está a piques de retirar o grupo {group}. Os usuarios NON van ser eliminados.",
"Please confirm the group removal " : "Confirme a retirada do grupo ",
"Your profile information" : "A información do seu perfil",
"Choose profile picture from files" : "Escolla a imaxe de perfil en ficheiros",
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB",
"Your email address" : "O seu enderezo de correo",

View file

@ -119,6 +119,7 @@
"Your remote address could not be determined." : "Non foi posíbel determinar o seu enderezo remoto.",
"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." : "O seu enderezo remoto foi identificado como «%s» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente.",
"Your remote address \"%s\" is not brute-force throttled." : "O seu enderezo remoto «%s» non está estrangulado por forza bruta.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "O seu directorio de datos e ficheiros son probabelmente accesíbeis dende Internet. O ficheiro .htaccess non funciona. Recoméndase encarecidamente que configure o seu servidor web para que o directorio de datos xa non sexa accesíbel ou que o mova fóra da raíz de documentos do servidor web.",
"Database missing columns" : "Faltan columnas na base de datos",
"Missing optional column \"%s\" in table \"%s\"." : "Falta a columna opcional «%s» na táboa «%s».",
"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." : "Á base de datos fáltanlle algunhas columnas opcionais. Por mor de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.",
@ -346,7 +347,6 @@
"Current password" : "Contrasinal actual",
"New password" : "Novo contrasinal",
"Change password" : "Cambiar o contrasinal",
"Your profile information" : "A información do seu perfil",
"Your profile picture" : "A súa imaxe de perfil",
"Upload profile picture" : "Enviar a imaxe de perfil",
"Choose profile picture from Files" : "Escoller a imaxe de perfil en Ficheiros",
@ -630,6 +630,7 @@
"Enable or disable profile by default for new users." : "Activar ou desactivar o perfil predeterminado para os novos usuarios.",
"You are about to remove the group {group}. The users will NOT be deleted." : "Está a piques de retirar o grupo {group}. Os usuarios NON van ser eliminados.",
"Please confirm the group removal " : "Confirme a retirada do grupo ",
"Your profile information" : "A información do seu perfil",
"Choose profile picture from files" : "Escolla a imaxe de perfil en ficheiros",
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB",
"Your email address" : "O seu enderezo de correo",

Some files were not shown because too many files have changed in this diff Show more