diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3facf40004b..a7187ac65e4 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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' || '' }} diff --git a/.github/workflows/files-external-ftp.yml b/.github/workflows/files-external-ftp.yml index 702392e0da3..7e22484e1bf 100644 --- a/.github/workflows/files-external-ftp.yml +++ b/.github/workflows/files-external-ftp.yml @@ -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 diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index 26cd6bb953c..4559d78cec2 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -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 diff --git a/.github/workflows/files-external-sftp.yml b/.github/workflows/files-external-sftp.yml index 191e502f730..012ca4acaed 100644 --- a/.github/workflows/files-external-sftp.yml +++ b/.github/workflows/files-external-sftp.yml @@ -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 diff --git a/.github/workflows/files-external-webdav.yml b/.github/workflows/files-external-webdav.yml index 2be942ea624..09cd2149c87 100644 --- a/.github/workflows/files-external-webdav.yml +++ b/.github/workflows/files-external-webdav.yml @@ -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 diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 92cf7ccf921..7d720bbe849 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -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 diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 48b44261ef1..687c47d3dfa 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -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" diff --git a/.github/workflows/object-storage-azure.yml b/.github/workflows/object-storage-azure.yml index 532f95b907a..61644893ea9 100644 --- a/.github/workflows/object-storage-azure.yml +++ b/.github/workflows/object-storage-azure.yml @@ -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 diff --git a/.github/workflows/object-storage-s3.yml b/.github/workflows/object-storage-s3.yml index 1067039cc0c..f7997e38e00 100644 --- a/.github/workflows/object-storage-s3.yml +++ b/.github/workflows/object-storage-s3.yml @@ -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 diff --git a/.github/workflows/object-storage-swift.yml b/.github/workflows/object-storage-swift.yml index 720c90aae39..08e4d9ebeca 100644 --- a/.github/workflows/object-storage-swift.yml +++ b/.github/workflows/object-storage-swift.yml @@ -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 diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index 8da2beaf395..84a76c423aa 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -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 diff --git a/.github/workflows/phpunit-memcached.yml b/.github/workflows/phpunit-memcached.yml index 6c763942a0e..5479356abf7 100644 --- a/.github/workflows/phpunit-memcached.yml +++ b/.github/workflows/phpunit-memcached.yml @@ -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 diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 6adcb733322..3fb7b8d27c0 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -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 diff --git a/.github/workflows/phpunit-nodb.yml b/.github/workflows/phpunit-nodb.yml index cfcad8a9cf6..676405eb32f 100644 --- a/.github/workflows/phpunit-nodb.yml +++ b/.github/workflows/phpunit-nodb.yml @@ -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 diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index bb1bc216db7..09b67011beb 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -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 diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index e635dc33114..ce074e415e9 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -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 diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 2833bea3896..64557e34076 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -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 diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 1fbd9ef9c71..6fcd50c9585 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -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" diff --git a/.github/workflows/update-code-signing-crl.yml b/.github/workflows/update-code-signing-crl.yml index 148546c7a3e..bcb90103b0a 100644 --- a/.github/workflows/update-code-signing-crl.yml +++ b/.github/workflows/update-code-signing-crl.yml @@ -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" diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 440fc88e09a..a00668dff9a 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -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 diff --git a/apps/contactsinteraction/l10n/ast.js b/apps/contactsinteraction/l10n/ast.js index 5e265cb8d8d..c9c48d6e3f8 100644 --- a/apps/contactsinteraction/l10n/ast.js +++ b/apps/contactsinteraction/l10n/ast.js @@ -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" }, diff --git a/apps/contactsinteraction/l10n/ast.json b/apps/contactsinteraction/l10n/ast.json index ac6a3dce7fb..6eafafc39ec 100644 --- a/apps/contactsinteraction/l10n/ast.json +++ b/apps/contactsinteraction/l10n/ast.json @@ -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);" diff --git a/apps/dav/l10n/ast.js b/apps/dav/l10n/ast.js new file mode 100644 index 00000000000..c9de33f2752 --- /dev/null +++ b/apps/dav/l10n/ast.js @@ -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 calendar was modified" : "Modificóse un calendariu", + "A calendar event was modified" : "Modificóse un elementu del calendariu", + "A calendar to-do was modified" : "Modificóse una xera pendiente 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);"); diff --git a/apps/dav/l10n/ast.json b/apps/dav/l10n/ast.json new file mode 100644 index 00000000000..2d1ef42d6ab --- /dev/null +++ b/apps/dav/l10n/ast.json @@ -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 calendar was modified" : "Modificóse un calendariu", + "A calendar event was modified" : "Modificóse un elementu del calendariu", + "A calendar to-do was modified" : "Modificóse una xera pendiente 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);" +} \ No newline at end of file diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js index ce946dc3134..5c4fb19ebde 100644 --- a/apps/dav/l10n/uk.js +++ b/apps/dav/l10n/uk.js @@ -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", diff --git a/apps/dav/l10n/uk.json b/apps/dav/l10n/uk.json index 3b90c74865a..d2ec567805e 100644 --- a/apps/dav/l10n/uk.json +++ b/apps/dav/l10n/uk.json @@ -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", diff --git a/apps/federatedfilesharing/l10n/fa.js b/apps/federatedfilesharing/l10n/fa.js index 86967e6ea5e..afc632e1dcc 100644 --- a/apps/federatedfilesharing/l10n/fa.js +++ b/apps/federatedfilesharing/l10n/fa.js @@ -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" : "ایجاد یک هم‌رسانی خودگران با همان کاربر مجاز نیست", diff --git a/apps/federatedfilesharing/l10n/fa.json b/apps/federatedfilesharing/l10n/fa.json index 35d39a3e1fb..d2eb01a4acd 100644 --- a/apps/federatedfilesharing/l10n/fa.json +++ b/apps/federatedfilesharing/l10n/fa.json @@ -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" : "ایجاد یک هم‌رسانی خودگران با همان کاربر مجاز نیست", diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index dee399efc77..6c73531ae13 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -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}", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index b02bdf68f39..0d0d9e484fd 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -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}", diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index cdff247fa0c..ecdcc8477a9 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -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}", diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index e064d78caa9..038d80b6cab 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -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}", diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 71abe885c12..83108f59105 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -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 don’t 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.", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index c0fe4c1b9a6..86054aa8738 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -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 don’t 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.", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 2ede1e0d464..931c1923f47 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -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", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 6a795b52af9..6736d0b344f 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -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", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 26b8a19a3d4..8b58d41de1b 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -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}", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 427904c4a0f..1506a07e8ab 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -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}", diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js index dca225f359c..89565c17917 100644 --- a/apps/files/l10n/fa.js +++ b/apps/files/l10n/fa.js @@ -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" : "خطا هنگام بارگیری داده های فایل", diff --git a/apps/files/l10n/fa.json b/apps/files/l10n/fa.json index e76856a6e03..43001ef6d64 100644 --- a/apps/files/l10n/fa.json +++ b/apps/files/l10n/fa.json @@ -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" : "خطا هنگام بارگیری داده های فایل", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 53ea9ab45f9..7288f9eb737 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -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}", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 3e1076a6e65..f0dd4c80702 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -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}", diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index d74befbd0e5..032d2e39a3c 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -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}", diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 0aa369f49f3..e93e9f91a2d 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -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}", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index ade59847126..35b1faf86e3 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -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}", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 21b30636e49..a857ed48fa3 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -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}", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 023e72cd1e9..526966d7c4c 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -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}", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 723da74d996..e997c42322c 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -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}", diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index b9f1d26a4d2..3f01d706a04 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -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}", diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json index f798d5fbcc0..6fdba9d11c0 100644 --- a/apps/files/l10n/uk.json +++ b/apps/files/l10n/uk.json @@ -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}", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 5407f74c57a..1e49512e43d 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -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 don’t 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." : "您最近修改的文件与文件夹将会显示在此处。", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 4f793cfe216..d9aeb798677 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -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 don’t 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." : "您最近修改的文件与文件夹将会显示在此处。", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 506d394f605..58c993e2bda 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -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}", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 7abde560cbf..826a94c454f 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -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}", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 65feffb8517..3be32079717 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -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}", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index bd9689d47f6..f6bf75dd943 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -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}", diff --git a/apps/files/src/components/BreadCrumbs.vue b/apps/files/src/components/BreadCrumbs.vue index fe4fe2b9098..d539be798ce 100644 --- a/apps/files/src/components/BreadCrumbs.vue +++ b/apps/files/src/components/BreadCrumbs.vue @@ -36,8 +36,8 @@ :aria-description="ariaForSection(section)" @click.native="onClick(section.to)"> @@ -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: { diff --git a/apps/files/src/legacy/filelistSearch.js b/apps/files/src/legacy/filelistSearch.js deleted file mode 100644 index 9512f47eccc..00000000000 --- a/apps/files/src/legacy/filelistSearch.js +++ /dev/null @@ -1,42 +0,0 @@ -/* - * @copyright Copyright (c) 2021 Julius Härtl - * - * @author Julius Härtl - * - * @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 . - * - */ - -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) - -})() diff --git a/apps/files/src/views/FilesList.vue b/apps/files/src/views/FilesList.vue index 79f8a3ee252..bd19fb146a8 100644 --- a/apps/files/src/views/FilesList.vue +++ b/apps/files/src/views/FilesList.vue @@ -80,8 +80,7 @@ - + { + 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; } } - diff --git a/apps/files_versions/lib/Listener/FileEventsListener.php b/apps/files_versions/lib/Listener/FileEventsListener.php index f5def37fc9e..84cffc2c1fd 100644 --- a/apps/files_versions/lib/Listener/FileEventsListener.php +++ b/apps/files_versions/lib/Listener/FileEventsListener.php @@ -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 { diff --git a/apps/settings/composer/composer/autoload_classmap.php b/apps/settings/composer/composer/autoload_classmap.php index 067b24592e8..09f29352510 100644 --- a/apps/settings/composer/composer/autoload_classmap.php +++ b/apps/settings/composer/composer/autoload_classmap.php @@ -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', diff --git a/apps/settings/composer/composer/autoload_static.php b/apps/settings/composer/composer/autoload_static.php index 44afee35d93..990d502e235 100644 --- a/apps/settings/composer/composer/autoload_static.php +++ b/apps/settings/composer/composer/autoload_static.php @@ -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', diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 1cabc035502..c66de37f975 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -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" : "إيميلك", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 714728a1165..9d8b88b9e71 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -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" : "إيميلك", diff --git a/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index ad3f057adec..4c7a2229a53 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -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 password or email was modified" : "Modificóse la to contraseña o corréu", - "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 {usage}" : "Tas usando {usage}", + "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Tas usando {usage} de {totalSpace} ({usageRelative}%)", + "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 didn’t 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);"); diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index 541c43adcfa..9f33078c434 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -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 password or email was modified" : "Modificóse la to contraseña o corréu", - "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 {usage}" : "Tas usando {usage}", + "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Tas usando {usage} de {totalSpace} ({usageRelative}%)", + "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 didn’t 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);" } \ No newline at end of file diff --git a/apps/settings/l10n/az.js b/apps/settings/l10n/az.js index bc990f80db1..ee690195157 100644 --- a/apps/settings/l10n/az.js +++ b/apps/settings/l10n/az.js @@ -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", diff --git a/apps/settings/l10n/az.json b/apps/settings/l10n/az.json index f5a767c0d23..1a7832ad7df 100644 --- a/apps/settings/l10n/az.json +++ b/apps/settings/l10n/az.json @@ -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", diff --git a/apps/settings/l10n/bg.js b/apps/settings/l10n/bg.js index be6c22bbb89..eeb169ad5a5 100644 --- a/apps/settings/l10n/bg.js +++ b/apps/settings/l10n/bg.js @@ -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" : "Вашият имейл адрес", diff --git a/apps/settings/l10n/bg.json b/apps/settings/l10n/bg.json index d70a72f0b6e..abc659cee1c 100644 --- a/apps/settings/l10n/bg.json +++ b/apps/settings/l10n/bg.json @@ -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" : "Вашият имейл адрес", diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index 8460e3908c6..9dc352d57df 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -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", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 59f2b5fa1c1..eb52589d8f0 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -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", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index 7a2a7be7b33..2cd21e7e31b 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -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 (1–5 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", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index fbc97ff358d..96294a4ca87 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -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 (1–5 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", diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index 0096366c7ba..9cdc9cb6e68 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -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", diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index 56bacf73be0..b09f8e647d7 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -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", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index bfcd5241cd1..105fbd91316 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -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", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 59d1e78a5e7..d30e6f1eb4d 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -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", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 01d30f00240..08d0cd27b0d 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -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", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 59ffb749d7e..4bc3906838d 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -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", diff --git a/apps/settings/l10n/el.js b/apps/settings/l10n/el.js index dbe3fbbf87d..19b7b66b03c 100644 --- a/apps/settings/l10n/el.js +++ b/apps/settings/l10n/el.js @@ -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\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.", diff --git a/apps/settings/l10n/el.json b/apps/settings/l10n/el.json index b7bb1abda7f..c910d76fb8a 100644 --- a/apps/settings/l10n/el.json +++ b/apps/settings/l10n/el.json @@ -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\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 34290c80930..1228c4b3c10 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -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", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 260ceee7600..c4590c885f6 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -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", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index cbd9e5c1ad8..b83cbcdfc12 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -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", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index a767ac5bb8a..38e07220086 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -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", diff --git a/apps/settings/l10n/es_EC.js b/apps/settings/l10n/es_EC.js index bd6dcefbf63..29f3f73fa42 100644 --- a/apps/settings/l10n/es_EC.js +++ b/apps/settings/l10n/es_EC.js @@ -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", diff --git a/apps/settings/l10n/es_EC.json b/apps/settings/l10n/es_EC.json index 59f6d247096..52f246b5096 100644 --- a/apps/settings/l10n/es_EC.json +++ b/apps/settings/l10n/es_EC.json @@ -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", diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index b668a5bd552..0ec35c9b854 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -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", diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json index 7d262b2c6b3..25eca151751 100644 --- a/apps/settings/l10n/es_MX.json +++ b/apps/settings/l10n/es_MX.json @@ -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", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 18653ddc64b..6225f7e2e6b 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -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", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index d393ba4923f..a11a6e79aaa 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -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", diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js index c227654d2d7..bccfea7ffb9 100644 --- a/apps/settings/l10n/fa.js +++ b/apps/settings/l10n/fa.js @@ -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" : "پست الکترونیکی شما", diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json index d17aaaed5f7..a6697bdb0dd 100644 --- a/apps/settings/l10n/fa.json +++ b/apps/settings/l10n/fa.json @@ -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" : "پست الکترونیکی شما", diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index 82eb980d96d..c00c1699ca5 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -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", diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index a374fc337c6..af314ff785b 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -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", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index b445cf6c7f7..0ab4a212784 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -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", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index fc0ebc2489b..52e405662ac 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -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", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index 5fa4c0750b2..8c8f2d61590 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -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", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index fc75117fc0f..bbf122b71dd 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -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", diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 502166ca9c3..7e5cbeae94e 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -117,6 +117,7 @@ OC.L10N.register( "Background jobs" : "Háttérfeladatok", "Unlimited" : "Korlátlan", "Verifying" : "Ellenőrzé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." : "Az adatkönyvtárai és a fájljai valószínűleg elérhetőek az internetről. A .htaccess fájl nem működik. Erősen javasolt, hogy a webkiszolgálót úgy állítsa be, hogy az adatkönyvtár tartalma ne legyen közvetlenül elérhető, vagy helyezze át a könyvtárat a kiszolgálási területen kívülre.", "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." : "Az adatbázisból hiányzik néhány nem kötelező oszlop. Mivel az oszlopok hozzáadása sokáig tart a nagy tábláknál, ezért a nem kötelező oszlopok nem lettek automatikusan hozzáadva. A hiányzó oszlopokat az „occ db:add-missing-columns” paranccsal lehet kézileg hozzáadni a példány futása közben. Az oszlopok hozzáadása után bizonyos funkciók válaszideje és használhatósága javulni fog.", "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." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "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." : "Az adatbázisból hiányzik néhány elsődleges kulcs. Mivel az elsődleges kulcsok hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-primary-keys” parancsot, hogy kézzel létrehozza a hiányzó elsődleges kulcsokat, miközben a példány továbbra is fut.", @@ -293,7 +294,6 @@ OC.L10N.register( "Current password" : "Jelenlegi jelszó", "New password" : "Új jelszó", "Change password" : "Jelszó megváltoztatása", - "Your profile information" : "Saját profilinformációk", "Your profile picture" : "Az Ön profilképe", "Upload profile picture" : "Profilkép feltöltése", "Choose profile picture from Files" : "Válasszon profilképet a Fájlokból", @@ -578,6 +578,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "A profil alapértelmezett engedélyezése vagy letiltása az új felhasználók számára.", "You are about to remove the group {group}. The users will NOT be deleted." : "A(z) {group} csoport eltávolítására készül. A felhasználók NEM lesznek törölve.", "Please confirm the group removal " : "Erősítse meg a csoport eltávolítását", + "Your profile information" : "Saját profilinformációk", "Choose profile picture from files" : "Válasszon profilképet a fájlok közül", "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", "Your email address" : "Az Ön e-mail-címe", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index 0dc33fe728a..ac96780e31c 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -115,6 +115,7 @@ "Background jobs" : "Háttérfeladatok", "Unlimited" : "Korlátlan", "Verifying" : "Ellenőrzé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." : "Az adatkönyvtárai és a fájljai valószínűleg elérhetőek az internetről. A .htaccess fájl nem működik. Erősen javasolt, hogy a webkiszolgálót úgy állítsa be, hogy az adatkönyvtár tartalma ne legyen közvetlenül elérhető, vagy helyezze át a könyvtárat a kiszolgálási területen kívülre.", "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." : "Az adatbázisból hiányzik néhány nem kötelező oszlop. Mivel az oszlopok hozzáadása sokáig tart a nagy tábláknál, ezért a nem kötelező oszlopok nem lettek automatikusan hozzáadva. A hiányzó oszlopokat az „occ db:add-missing-columns” paranccsal lehet kézileg hozzáadni a példány futása közben. Az oszlopok hozzáadása után bizonyos funkciók válaszideje és használhatósága javulni fog.", "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." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "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." : "Az adatbázisból hiányzik néhány elsődleges kulcs. Mivel az elsődleges kulcsok hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-primary-keys” parancsot, hogy kézzel létrehozza a hiányzó elsődleges kulcsokat, miközben a példány továbbra is fut.", @@ -291,7 +292,6 @@ "Current password" : "Jelenlegi jelszó", "New password" : "Új jelszó", "Change password" : "Jelszó megváltoztatása", - "Your profile information" : "Saját profilinformációk", "Your profile picture" : "Az Ön profilképe", "Upload profile picture" : "Profilkép feltöltése", "Choose profile picture from Files" : "Válasszon profilképet a Fájlokból", @@ -576,6 +576,7 @@ "Enable or disable profile by default for new users." : "A profil alapértelmezett engedélyezése vagy letiltása az új felhasználók számára.", "You are about to remove the group {group}. The users will NOT be deleted." : "A(z) {group} csoport eltávolítására készül. A felhasználók NEM lesznek törölve.", "Please confirm the group removal " : "Erősítse meg a csoport eltávolítását", + "Your profile information" : "Saját profilinformációk", "Choose profile picture from files" : "Válasszon profilképet a fájlok közül", "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", "Your email address" : "Az Ön e-mail-címe", diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index 9212fc1d6f4..cb7a398414e 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -116,6 +116,7 @@ OC.L10N.register( "Unlimited" : "ótakmörkuðu", "Verifying" : "Sannreyni", "Your remote address could not be determined." : "Ekki var hægt að ákvarða fjartengda vistfangið þitt.", + "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." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", "Database missing columns" : "Gagnagrunn vantar dálka", "Missing optional column \"%s\" in table \"%s\"." : "Vantar valkvæða dálkinn \"%s\" í töflunni \"%s\".", "Database missing indices" : "Gagnagrunn vantar vísa", @@ -313,7 +314,6 @@ OC.L10N.register( "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "Your profile information" : "Persónuupplýsingar þínar", "Your profile picture" : "Auðkennismyndin þín", "Upload profile picture" : "Senda inn auðkennismynd", "Choose profile picture from Files" : "Veldu sem auðkennismynd úr skrám", @@ -587,6 +587,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Virkja eða gera notandasnið óvirkt sjálfgefið fyrir nýja notendur.", "You are about to remove the group {group}. The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn {group}. Notendunum verður EKKI eytt.", "Please confirm the group removal " : "Staðfestu fjarlægingu hópsins", + "Your profile information" : "Persónuupplýsingar þínar", "Choose profile picture from files" : "Veldu sem auðkennismynd úr skrám", "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Your email address" : "Netfangið þitt", diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index 4f22385c6dd..5dda247f89f 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -114,6 +114,7 @@ "Unlimited" : "ótakmörkuðu", "Verifying" : "Sannreyni", "Your remote address could not be determined." : "Ekki var hægt að ákvarða fjartengda vistfangið þitt.", + "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." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", "Database missing columns" : "Gagnagrunn vantar dálka", "Missing optional column \"%s\" in table \"%s\"." : "Vantar valkvæða dálkinn \"%s\" í töflunni \"%s\".", "Database missing indices" : "Gagnagrunn vantar vísa", @@ -311,7 +312,6 @@ "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "Your profile information" : "Persónuupplýsingar þínar", "Your profile picture" : "Auðkennismyndin þín", "Upload profile picture" : "Senda inn auðkennismynd", "Choose profile picture from Files" : "Veldu sem auðkennismynd úr skrám", @@ -585,6 +585,7 @@ "Enable or disable profile by default for new users." : "Virkja eða gera notandasnið óvirkt sjálfgefið fyrir nýja notendur.", "You are about to remove the group {group}. The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn {group}. Notendunum verður EKKI eytt.", "Please confirm the group removal " : "Staðfestu fjarlægingu hópsins", + "Your profile information" : "Persónuupplýsingar þínar", "Choose profile picture from files" : "Veldu sem auðkennismynd úr skrám", "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Your email address" : "Netfangið þitt", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 6499c7c28e1..395c3058da6 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -124,6 +124,7 @@ OC.L10N.register( "Code integrity" : "Integrità del codice", "No altered files" : "Nessun file modificato", "Cron errors" : "Errori di cron", + "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." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess non funziona. Ti consigliamo vivamente di configurare il server in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.", "Database missing columns" : "Colonne mancanti nel database", "Missing optional column \"%s\" in table \"%s\"." : "Manca la colonna facoltativa \"%s\" nella tabella \"%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." : "Nel database mancano alcune colonne opzionali. Poiché l'aggiunta di colonne su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-columns\", le colonne mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione. Una volta che le colonne sono state aggiunte, alcune funzionalità potrebbero migliorare i tempi di risposta o l'usabilità.", @@ -365,7 +366,6 @@ OC.L10N.register( "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "Your profile information" : "Le tue informazioni del profilo", "Your profile picture" : "La tua immagine del profilo", "Upload profile picture" : "Carica immagine del profilo", "Choose profile picture from Files" : "Scegli immagine del profilo da File", @@ -650,6 +650,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Attiva o disattiva il profilo in modo predefinito per i nuovo utenti.", "You are about to remove the group {group}. The users will NOT be deleted." : "Stai per rimuovere il gruppo {group}. Gli utenti NON saranno eliminati.", "Please confirm the group removal " : "Conferma la rimozione del gruppo", + "Your profile information" : "Le tue informazioni del profilo", "Choose profile picture from files" : "Scegli immagine del profilo dai file", "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Your email address" : "Il tuo indirizzo email", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 8500b74b9e8..cceb67c893f 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -122,6 +122,7 @@ "Code integrity" : "Integrità del codice", "No altered files" : "Nessun file modificato", "Cron errors" : "Errori di cron", + "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." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess non funziona. Ti consigliamo vivamente di configurare il server in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.", "Database missing columns" : "Colonne mancanti nel database", "Missing optional column \"%s\" in table \"%s\"." : "Manca la colonna facoltativa \"%s\" nella tabella \"%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." : "Nel database mancano alcune colonne opzionali. Poiché l'aggiunta di colonne su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-columns\", le colonne mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione. Una volta che le colonne sono state aggiunte, alcune funzionalità potrebbero migliorare i tempi di risposta o l'usabilità.", @@ -363,7 +364,6 @@ "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "Your profile information" : "Le tue informazioni del profilo", "Your profile picture" : "La tua immagine del profilo", "Upload profile picture" : "Carica immagine del profilo", "Choose profile picture from Files" : "Scegli immagine del profilo da File", @@ -648,6 +648,7 @@ "Enable or disable profile by default for new users." : "Attiva o disattiva il profilo in modo predefinito per i nuovo utenti.", "You are about to remove the group {group}. The users will NOT be deleted." : "Stai per rimuovere il gruppo {group}. Gli utenti NON saranno eliminati.", "Please confirm the group removal " : "Conferma la rimozione del gruppo", + "Your profile information" : "Le tue informazioni del profilo", "Choose profile picture from files" : "Scegli immagine del profilo dai file", "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Your email address" : "Il tuo indirizzo email", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 4ea483a79d2..b8f6f0b83e9 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -143,6 +143,7 @@ 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 でした。", + "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サーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートの外に移動することを強くお勧めします。", "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\"を実行することで、不足しているカラムはインスタンスの実行中に手動で追加することができます。カラムが追加されると、応答性や使い勝手が改善される可能性があります。", @@ -439,7 +440,6 @@ OC.L10N.register( "Current password" : "現在のパスワード", "New password" : "新しいパスワード", "Change password" : "パスワードを変更", - "Your profile information" : "あなたのプロフィール情報", "Your profile picture" : "プロフィール画像", "Upload profile picture" : "新しいプロフィール画像のアップロード", "Choose profile picture from Files" : "プロフィール写真をファイルから選択", @@ -747,6 +747,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。最大20MB", "Your email address" : "あなたのメールアドレス", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index ad720733319..b0c69e233e2 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -141,6 +141,7 @@ "Cron last run" : "Cron 最後の実行", "Last background job execution ran %s. Something seems wrong. {link}." : "最後のバックグラウンドジョブの実行は %s でした。何かがおかしいようです。{link}。", "Last background job execution ran %s." : "最後のバックグラウンドジョブの実行は %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." : "データディレクトリやファイルがインターネットからアクセスされている可能性があります。.htaccessファイルが機能していません。データディレクトリにアクセスできないようにWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートの外に移動することを強くお勧めします。", "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\"を実行することで、不足しているカラムはインスタンスの実行中に手動で追加することができます。カラムが追加されると、応答性や使い勝手が改善される可能性があります。", @@ -437,7 +438,6 @@ "Current password" : "現在のパスワード", "New password" : "新しいパスワード", "Change password" : "パスワードを変更", - "Your profile information" : "あなたのプロフィール情報", "Your profile picture" : "プロフィール画像", "Upload profile picture" : "新しいプロフィール画像のアップロード", "Choose profile picture from Files" : "プロフィール写真をファイルから選択", @@ -745,6 +745,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。最大20MB", "Your email address" : "あなたのメールアドレス", diff --git a/apps/settings/l10n/ka.js b/apps/settings/l10n/ka.js index e0823478da2..4ad5e4f687d 100644 --- a/apps/settings/l10n/ka.js +++ b/apps/settings/l10n/ka.js @@ -120,6 +120,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Your remote address could not be determined.", "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." : "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.", "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.", + "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.", "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.", @@ -361,7 +362,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", @@ -645,6 +645,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", diff --git a/apps/settings/l10n/ka.json b/apps/settings/l10n/ka.json index b97bcf0583c..26f0a0e4b8c 100644 --- a/apps/settings/l10n/ka.json +++ b/apps/settings/l10n/ka.json @@ -118,6 +118,7 @@ "Your remote address could not be determined." : "Your remote address could not be determined.", "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." : "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.", "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.", + "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.", "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.", @@ -359,7 +360,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", @@ -643,6 +643,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", diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 1a6cc6c6c05..ed08b34cf73 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -137,6 +137,7 @@ 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에 수행되었습니다. ", + "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." : "현재 인터넷을 통해 누구나 당신의 데이터 디렉토리에 직접 접근할 수도 있습니다. .hraccess 파일이 동작하지 않고 있습니다. 웹 서버를 설정하여 데이터 디렉토리에 직접 접근할 수 없도록 하거나, 웹 서버 루트 밖으로 데이터 디렉토리를 이전하십시오.", "Database missing columns" : "데이터베이스의 행이 사라졌습니다", "Missing optional column \"%s\" in table \"%s\"." : "표 \"%s\"의 optional column \"%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\"를 실행하면 누락된 열을 인스턴스를 실행되는 동안 수동으로 추가할 수 있습니다. 열이 추가되면 일부 기능의 응답성이나 사용성이 향상될 수 있습니다.", @@ -422,7 +423,6 @@ OC.L10N.register( "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "Your profile information" : "내 프로필 정보", "Your profile picture" : "내 프로필 사진", "Upload profile picture" : "프로필 사진 업로드", "Choose profile picture from Files" : "내 파일에서 프로필 사진 선택", @@ -721,6 +721,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, 최대 20MB", "Your email address" : "이메일 주소", diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json index daefce5b828..8974737afd3 100644 --- a/apps/settings/l10n/ko.json +++ b/apps/settings/l10n/ko.json @@ -135,6 +135,7 @@ "Cron last run" : "마지막 Cron 작업", "Last background job execution ran %s. Something seems wrong. {link}." : "마지막 작업이 %s에 실행된 것 같습니다. 문제를 확인하십시오. {link}", "Last background job execution ran %s." : "마지막 백그라운드 작업이 %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." : "현재 인터넷을 통해 누구나 당신의 데이터 디렉토리에 직접 접근할 수도 있습니다. .hraccess 파일이 동작하지 않고 있습니다. 웹 서버를 설정하여 데이터 디렉토리에 직접 접근할 수 없도록 하거나, 웹 서버 루트 밖으로 데이터 디렉토리를 이전하십시오.", "Database missing columns" : "데이터베이스의 행이 사라졌습니다", "Missing optional column \"%s\" in table \"%s\"." : "표 \"%s\"의 optional column \"%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\"를 실행하면 누락된 열을 인스턴스를 실행되는 동안 수동으로 추가할 수 있습니다. 열이 추가되면 일부 기능의 응답성이나 사용성이 향상될 수 있습니다.", @@ -420,7 +421,6 @@ "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "Your profile information" : "내 프로필 정보", "Your profile picture" : "내 프로필 사진", "Upload profile picture" : "프로필 사진 업로드", "Choose profile picture from Files" : "내 파일에서 프로필 사진 선택", @@ -719,6 +719,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, 최대 20MB", "Your email address" : "이메일 주소", diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 431a9c84bf0..c09c288ce18 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -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-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\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "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\" ќе бидат додадени оние примарни клучеви што недостасуваат и инстанцата непречено ќе работи.", @@ -263,7 +264,6 @@ OC.L10N.register( "Current password" : "Моментална лозинка", "New password" : "Нова лозинка", "Change password" : "Промени лозинка", - "Your profile information" : "Информации за профилот", "Your profile picture" : "Ваша фотографија на профилот", "Upload profile picture" : "Прикачи фотографија на профилот", "Choose profile picture from Files" : "Избери фотографија на профилот од датотеките", @@ -520,6 +520,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" : "Вашата адреса за е-пошта", diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index 0ea0d456130..33cb79a55d5 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -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-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\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "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\" ќе бидат додадени оние примарни клучеви што недостасуваат и инстанцата непречено ќе работи.", @@ -261,7 +262,6 @@ "Current password" : "Моментална лозинка", "New password" : "Нова лозинка", "Change password" : "Промени лозинка", - "Your profile information" : "Информации за профилот", "Your profile picture" : "Ваша фотографија на профилот", "Upload profile picture" : "Прикачи фотографија на профилот", "Choose profile picture from Files" : "Избери фотографија на профилот од датотеките", @@ -518,6 +518,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" : "Вашата адреса за е-пошта", diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index 2e415066569..cbe8ad905f3 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -144,6 +144,9 @@ OC.L10N.register( "Cron last run" : "Siste cron-kjøring", "Last background job execution ran %s. Something seems wrong. {link}." : "Siste bakgrunnsjobbkjøring kjørte %s. Noe virker galt. {link}.", "Last background job execution ran %s." : "Siste bakgrunnsjobbkjøring kjørte %s. ", + "Data directory protected" : "Datakatalog beskyttet", + "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." : "Datakatalogen og filene dine er sannsynligvis tilgjengelige fra internett. .htaccess-filen fungerer ikke. Det anbefales på det sterkeste at du konfigurerer webserveren slik at datakatalogen ikke lenger er tilgjengelig, eller flytter datakatalogen utenfor webserverens dokumentrot.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Kan ikke kontrollere at datakatalogen er beskyttet. Kontroller manuelt at serveren din ikke tillater tilgang til datakatalogen.", "Database missing columns" : "Database mangler kolonner", "Missing optional column \"%s\" in table \"%s\"." : "Mangler valgfri kolonne \"%s\" i tabell \"%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." : "Databasen mangler noen valgfrie kolonner. Å legge til kolonner på store tabeller kan ta lang tid, så de ble ikke lagt til automatisk, ettersom de er valgfrie. Ved å kjøre \"occ db:add-missing-columns\" legges de manglende kolonnene til mens tjenesten fortsatt er tilgjengelig. Noen funksjoner kan få økt respons eller brukervennlighet når kolonnene er lagt til.", @@ -192,6 +195,9 @@ OC.L10N.register( "You are not using MySQL" : "Du bruker ikke MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL brukes som database og støtter 4-byte tegn", "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 brukes som database, men støtter ikke 4-byte-tegn. For å kunne håndtere 4-byte-tegn (som emojis) uten problemer i filnavn eller kommentarer, anbefales det for eksempel å aktivere 4-byte-støtten i MySQL.", + "OCS provider resolving" : "OCS-leverandør løsing", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Kunne ikke sjekke om webserveren din løser nettadressene til OCM og OCS-leverandøren på riktig måte.", + "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." : "Nettserveren din er ikke riktig konfigurert for å løse %1$s.\nDette er mest sannsynlig relatert til en webserverkonfigurasjon som ikke ble oppdatert for å levere denne mappen direkte.\nSammenlign konfigurasjonen din med de tilsendte omskrivingsreglene i \".htaccess\" for Apache eller den oppgitte i dokumentasjonen for Nginx.\nPå Nginx er det vanligvis linjene som starter med \"location ~\" som trenger en oppdatering.", "Overwrite CLI URL" : "Overwrite CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "\"overwrite.cli.url\"-alternativet i din config.php er korrekt angitt til \"%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\"-alternativet i din config.php er angitt til \"%s\", som er en korrekt URL. Foreslått URL er \"%s\".", @@ -443,7 +449,6 @@ OC.L10N.register( "Current password" : "Nåværende passord", "New password" : "Nytt passord", "Change password" : "Endre passord", - "Your profile information" : "Profilinformasjonen din", "Your profile picture" : "Ditt profilbilde", "Upload profile picture" : "Last opp profilbilde", "Choose profile picture from Files" : "Velg profilbilde fra Files", @@ -758,6 +763,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brukere.", "You are about to remove the group {group}. The users will NOT be deleted." : "Du skal til å fjerne gruppen {group}. Brukerne vil IKKE bli slettet.", "Please confirm the group removal " : "Vennligst bekreft fjerning av gruppe", + "Your profile information" : "Profilinformasjonen din", "Choose profile picture from files" : "Velg profilbilde blant filer", "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Your email address" : "Din e-postadresse", diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index 45b74415b47..34628184742 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -142,6 +142,9 @@ "Cron last run" : "Siste cron-kjøring", "Last background job execution ran %s. Something seems wrong. {link}." : "Siste bakgrunnsjobbkjøring kjørte %s. Noe virker galt. {link}.", "Last background job execution ran %s." : "Siste bakgrunnsjobbkjøring kjørte %s. ", + "Data directory protected" : "Datakatalog beskyttet", + "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." : "Datakatalogen og filene dine er sannsynligvis tilgjengelige fra internett. .htaccess-filen fungerer ikke. Det anbefales på det sterkeste at du konfigurerer webserveren slik at datakatalogen ikke lenger er tilgjengelig, eller flytter datakatalogen utenfor webserverens dokumentrot.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Kan ikke kontrollere at datakatalogen er beskyttet. Kontroller manuelt at serveren din ikke tillater tilgang til datakatalogen.", "Database missing columns" : "Database mangler kolonner", "Missing optional column \"%s\" in table \"%s\"." : "Mangler valgfri kolonne \"%s\" i tabell \"%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." : "Databasen mangler noen valgfrie kolonner. Å legge til kolonner på store tabeller kan ta lang tid, så de ble ikke lagt til automatisk, ettersom de er valgfrie. Ved å kjøre \"occ db:add-missing-columns\" legges de manglende kolonnene til mens tjenesten fortsatt er tilgjengelig. Noen funksjoner kan få økt respons eller brukervennlighet når kolonnene er lagt til.", @@ -190,6 +193,9 @@ "You are not using MySQL" : "Du bruker ikke MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL brukes som database og støtter 4-byte tegn", "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 brukes som database, men støtter ikke 4-byte-tegn. For å kunne håndtere 4-byte-tegn (som emojis) uten problemer i filnavn eller kommentarer, anbefales det for eksempel å aktivere 4-byte-støtten i MySQL.", + "OCS provider resolving" : "OCS-leverandør løsing", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Kunne ikke sjekke om webserveren din løser nettadressene til OCM og OCS-leverandøren på riktig måte.", + "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." : "Nettserveren din er ikke riktig konfigurert for å løse %1$s.\nDette er mest sannsynlig relatert til en webserverkonfigurasjon som ikke ble oppdatert for å levere denne mappen direkte.\nSammenlign konfigurasjonen din med de tilsendte omskrivingsreglene i \".htaccess\" for Apache eller den oppgitte i dokumentasjonen for Nginx.\nPå Nginx er det vanligvis linjene som starter med \"location ~\" som trenger en oppdatering.", "Overwrite CLI URL" : "Overwrite CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "\"overwrite.cli.url\"-alternativet i din config.php er korrekt angitt til \"%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\"-alternativet i din config.php er angitt til \"%s\", som er en korrekt URL. Foreslått URL er \"%s\".", @@ -441,7 +447,6 @@ "Current password" : "Nåværende passord", "New password" : "Nytt passord", "Change password" : "Endre passord", - "Your profile information" : "Profilinformasjonen din", "Your profile picture" : "Ditt profilbilde", "Upload profile picture" : "Last opp profilbilde", "Choose profile picture from Files" : "Velg profilbilde fra Files", @@ -756,6 +761,7 @@ "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brukere.", "You are about to remove the group {group}. The users will NOT be deleted." : "Du skal til å fjerne gruppen {group}. Brukerne vil IKKE bli slettet.", "Please confirm the group removal " : "Vennligst bekreft fjerning av gruppe", + "Your profile information" : "Profilinformasjonen din", "Choose profile picture from files" : "Velg profilbilde blant filer", "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Your email address" : "Din e-postadresse", diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 680a74a3176..e084c7c3dcf 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -111,6 +111,7 @@ OC.L10N.register( "Background jobs" : "Achtergrondtaken", "Unlimited" : "Ongelimiteerd", "Verifying" : "Controleer", + "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." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", "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." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index dcb550c5964..7a1f3d9a512 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -109,6 +109,7 @@ "Background jobs" : "Achtergrondtaken", "Unlimited" : "Ongelimiteerd", "Verifying" : "Controleer", + "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." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", "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." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index f11a081db34..ba371e2e754 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -121,6 +121,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Nie można określić Twojego adresu zdalnego.", "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." : "Twój zdalny adres został zidentyfikowany jako \"%s\" i obecnie jest ograniczany metodą brute-force, co spowalnia wykonywanie różnych żądań. Jeśli adres zdalny nie jest Twoim adresem, może to oznaczać, że serwer proxy nie jest poprawnie skonfigurowany.", "Your remote address \"%s\" is not brute-force throttled." : "Twój zdalny adres \"%s\" nie jest ograniczany metodą brute-force.", + "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." : "Twój katalog danych i pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Zdecydowanie zaleca się skonfigurowanie serwera WWW w taki sposób, aby katalog danych nie był już dostępny, albo przenieś katalog danych poza główny katalog serwera WWW.", "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." : "W bazie danych brakuje niektórych opcjonalnych kolumn. Ze względu na fakt, że dodawanie kolumn do dużych tabel może zająć trochę czasu oraz mogą one być opcjonalne, nie zostały dodane automatycznie. Brakujące kolumny można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-columns\". Po dodaniu kolumn niektóre funkcje mogą poprawić czas reakcji lub użyteczność.", "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." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "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." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".", @@ -338,7 +339,6 @@ OC.L10N.register( "Current password" : "Bieżące hasło", "New password" : "Nowe hasło", "Change password" : "Zmień hasło", - "Your profile information" : "Informacje o Twoim profilu", "Your profile picture" : "Twoje zdjęcie profilowe", "Upload profile picture" : "Wyślij zdjęcie profilowe", "Choose profile picture from Files" : "Wybierz zdjęcie profilowe z Plików", @@ -623,6 +623,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Domyślnie włączanie lub wyłączanie profilu dla nowych użytkowników.", "You are about to remove the group {group}. The users will NOT be deleted." : "Zamierzasz usunąć grupę {group}. Użytkownicy NIE zostaną usunięci.", "Please confirm the group removal " : "Potwierdź usunięcie grupy", + "Your profile information" : "Informacje o Twoim profilu", "Choose profile picture from files" : "Wybierz zdjęcie profilowe z Plików", "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", "Your email address" : "Twój adres e-mail", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index 6afc19792c2..f9320f5caa5 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -119,6 +119,7 @@ "Your remote address could not be determined." : "Nie można określić Twojego adresu zdalnego.", "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." : "Twój zdalny adres został zidentyfikowany jako \"%s\" i obecnie jest ograniczany metodą brute-force, co spowalnia wykonywanie różnych żądań. Jeśli adres zdalny nie jest Twoim adresem, może to oznaczać, że serwer proxy nie jest poprawnie skonfigurowany.", "Your remote address \"%s\" is not brute-force throttled." : "Twój zdalny adres \"%s\" nie jest ograniczany metodą brute-force.", + "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." : "Twój katalog danych i pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Zdecydowanie zaleca się skonfigurowanie serwera WWW w taki sposób, aby katalog danych nie był już dostępny, albo przenieś katalog danych poza główny katalog serwera WWW.", "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." : "W bazie danych brakuje niektórych opcjonalnych kolumn. Ze względu na fakt, że dodawanie kolumn do dużych tabel może zająć trochę czasu oraz mogą one być opcjonalne, nie zostały dodane automatycznie. Brakujące kolumny można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-columns\". Po dodaniu kolumn niektóre funkcje mogą poprawić czas reakcji lub użyteczność.", "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." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "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." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".", @@ -336,7 +337,6 @@ "Current password" : "Bieżące hasło", "New password" : "Nowe hasło", "Change password" : "Zmień hasło", - "Your profile information" : "Informacje o Twoim profilu", "Your profile picture" : "Twoje zdjęcie profilowe", "Upload profile picture" : "Wyślij zdjęcie profilowe", "Choose profile picture from Files" : "Wybierz zdjęcie profilowe z Plików", @@ -621,6 +621,7 @@ "Enable or disable profile by default for new users." : "Domyślnie włączanie lub wyłączanie profilu dla nowych użytkowników.", "You are about to remove the group {group}. The users will NOT be deleted." : "Zamierzasz usunąć grupę {group}. Użytkownicy NIE zostaną usunięci.", "Please confirm the group removal " : "Potwierdź usunięcie grupy", + "Your profile information" : "Informacje o Twoim profilu", "Choose profile picture from files" : "Wybierz zdjęcie profilowe z Plików", "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", "Your email address" : "Twój adres e-mail", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index 22bf47e424a..8a373887f7c 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -123,6 +123,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Seu endereço remoto não pode ser determinado.", "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." : "Seu endereço remoto foi identificado como \"%s\" e está sendo limitado por força bruta no momento, diminuindo o desempenho de diversas solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente.", "Your remote address \"%s\" is not brute-force throttled." : "Seu endereço remoto \"%s\" não é limitado por 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." : "Seu diretório de dados e arquivos provavelmente estão acessíveis na Internet. O arquivo .htaccess não está funcionando. É altamente recomendável que você configure seu servidor da web para que o diretório de dados não seja mais acessível ou mova o diretório de dados para fora da raiz do documento do servidor da web.", "Database missing columns" : "Colunas ausentes no banco de dados", "Missing optional column \"%s\" in table \"%s\"." : "Coluna opcional \"%s\" ausente na tabela \"%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." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.", @@ -354,7 +355,6 @@ OC.L10N.register( "Current password" : "Senha atual", "New password" : "Nova senha", "Change password" : "Alterar senha", - "Your profile information" : "Suas informações de perfil", "Your profile picture" : "Sua foto de perfil", "Upload profile picture" : "Carregar foto do perfil", "Choose profile picture from Files" : "Choose profile picture from Files", @@ -641,6 +641,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Habilite ou desabilite o perfil por padrão para novos usuários.", "You are about to remove the group {group}. The users will NOT be deleted." : "Você está prestes a remover o grupo {group}. Os usuários NÃO serão apagados.", "Please confirm the group removal " : "Confirme a remoção do grupo", + "Your profile information" : "Suas informações de perfil", "Choose profile picture from files" : "Escolha a foto do perfil dos arquivos", "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Your email address" : "Seu endereço de e-mail", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index d47326f0ed3..2d6c6248557 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -121,6 +121,7 @@ "Your remote address could not be determined." : "Seu endereço remoto não pode ser determinado.", "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." : "Seu endereço remoto foi identificado como \"%s\" e está sendo limitado por força bruta no momento, diminuindo o desempenho de diversas solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente.", "Your remote address \"%s\" is not brute-force throttled." : "Seu endereço remoto \"%s\" não é limitado por 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." : "Seu diretório de dados e arquivos provavelmente estão acessíveis na Internet. O arquivo .htaccess não está funcionando. É altamente recomendável que você configure seu servidor da web para que o diretório de dados não seja mais acessível ou mova o diretório de dados para fora da raiz do documento do servidor da web.", "Database missing columns" : "Colunas ausentes no banco de dados", "Missing optional column \"%s\" in table \"%s\"." : "Coluna opcional \"%s\" ausente na tabela \"%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." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.", @@ -352,7 +353,6 @@ "Current password" : "Senha atual", "New password" : "Nova senha", "Change password" : "Alterar senha", - "Your profile information" : "Suas informações de perfil", "Your profile picture" : "Sua foto de perfil", "Upload profile picture" : "Carregar foto do perfil", "Choose profile picture from Files" : "Choose profile picture from Files", @@ -639,6 +639,7 @@ "Enable or disable profile by default for new users." : "Habilite ou desabilite o perfil por padrão para novos usuários.", "You are about to remove the group {group}. The users will NOT be deleted." : "Você está prestes a remover o grupo {group}. Os usuários NÃO serão apagados.", "Please confirm the group removal " : "Confirme a remoção do grupo", + "Your profile information" : "Suas informações de perfil", "Choose profile picture from files" : "Escolha a foto do perfil dos arquivos", "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Your email address" : "Seu endereço de e-mail", diff --git a/apps/settings/l10n/pt_PT.js b/apps/settings/l10n/pt_PT.js index 5a2589a7b4a..04cb78d1501 100644 --- a/apps/settings/l10n/pt_PT.js +++ b/apps/settings/l10n/pt_PT.js @@ -175,7 +175,6 @@ OC.L10N.register( "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", "Change password" : "Alterar palavra-passe", - "Your profile information" : "Informação de perfil", "Your profile picture" : "Imagem de perfil", "Upload profile picture" : "Atualização de imagem de perfil", "Choose profile picture from Files" : "Escolher a imagem de perfil em Ficheiros", @@ -288,6 +287,7 @@ OC.L10N.register( "Copied!" : "Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para esta execução precisa da extensão PHP POSIX. Veja {iniciodaligação}documentação PHP{fimdaligação} para mais mais detalhes.", + "Your profile information" : "Informação de perfil", "Choose profile picture from files" : "Escolher imagem de perfil de Ficheiros", "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Your email address" : "O seu endereço de email", diff --git a/apps/settings/l10n/pt_PT.json b/apps/settings/l10n/pt_PT.json index b0f453f1016..a9510507812 100644 --- a/apps/settings/l10n/pt_PT.json +++ b/apps/settings/l10n/pt_PT.json @@ -173,7 +173,6 @@ "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", "Change password" : "Alterar palavra-passe", - "Your profile information" : "Informação de perfil", "Your profile picture" : "Imagem de perfil", "Upload profile picture" : "Atualização de imagem de perfil", "Choose profile picture from Files" : "Escolher a imagem de perfil em Ficheiros", @@ -286,6 +285,7 @@ "Copied!" : "Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para esta execução precisa da extensão PHP POSIX. Veja {iniciodaligação}documentação PHP{fimdaligação} para mais mais detalhes.", + "Your profile information" : "Informação de perfil", "Choose profile picture from files" : "Escolher imagem de perfil de Ficheiros", "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Your email address" : "O seu endereço de email", diff --git a/apps/settings/l10n/ro.js b/apps/settings/l10n/ro.js index 3e7bceba165..0d123caf650 100644 --- a/apps/settings/l10n/ro.js +++ b/apps/settings/l10n/ro.js @@ -103,6 +103,7 @@ OC.L10N.register( "Background jobs" : "Proces de fundal", "Unlimited" : "Nelimitată", "Verifying" : "Se verifică", + "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." : "Directorul de date și fișierele sunt probabil accesibile din Internet. Fișierul .htaccess nu este funcțional. Se recomandă puternic configurarea serverului web astfel încât directorul de date să nu mai fie accesibil astfel, sau mutați-l în afara rădăcinii documentelor a serverului 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." : "Lipsesc coloane opționale din baza de date. Datorită faptului că adăugarea de coloane tabelelor mari durează mult, acestea nu au fost adăugate automat atunci când pot fi opționale. Rulând \"occ db:add-missing-columns\", aceste coloane lipsă pot fi adăugate manual în timp ce instanța este online. Odată ce aceste coloane opționale au fost adăugate, unele funcționalități pot îmbunătăți timpul de răspuns sau uzabilitatea. ", "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." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide.", "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." : "Bazei de date îi lipsesc câteva chei primare. Datorită faptului că adăugarea cheilor primare la tabelele mari durează mult, acestea nu au fost adăugate automat. Rulând \"occ db:add-missing-primary-keys\", aceste chei primare lipsă pot fi adăugate manual în timp ce instanța rulează. ", diff --git a/apps/settings/l10n/ro.json b/apps/settings/l10n/ro.json index 14d8098a897..0939347ccce 100644 --- a/apps/settings/l10n/ro.json +++ b/apps/settings/l10n/ro.json @@ -101,6 +101,7 @@ "Background jobs" : "Proces de fundal", "Unlimited" : "Nelimitată", "Verifying" : "Se verifică", + "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." : "Directorul de date și fișierele sunt probabil accesibile din Internet. Fișierul .htaccess nu este funcțional. Se recomandă puternic configurarea serverului web astfel încât directorul de date să nu mai fie accesibil astfel, sau mutați-l în afara rădăcinii documentelor a serverului 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." : "Lipsesc coloane opționale din baza de date. Datorită faptului că adăugarea de coloane tabelelor mari durează mult, acestea nu au fost adăugate automat atunci când pot fi opționale. Rulând \"occ db:add-missing-columns\", aceste coloane lipsă pot fi adăugate manual în timp ce instanța este online. Odată ce aceste coloane opționale au fost adăugate, unele funcționalități pot îmbunătăți timpul de răspuns sau uzabilitatea. ", "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." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide.", "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." : "Bazei de date îi lipsesc câteva chei primare. Datorită faptului că adăugarea cheilor primare la tabelele mari durează mult, acestea nu au fost adăugate automat. Rulând \"occ db:add-missing-primary-keys\", aceste chei primare lipsă pot fi adăugate manual în timp ce instanța rulează. ", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 1607861dfe7..dc8a3cc68b9 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -118,6 +118,7 @@ OC.L10N.register( "Unlimited" : "Неограничено", "Verifying" : "Проверка", "Your remote address could not be determined." : "Ваш удаленный адрес определить не удалось.", + "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», эти недостающие столбцы можно добавить вручную, пока экземпляр продолжает работать. После добавления столбцов некоторые функции могут улучшить отзывчивость или удобство использования.", "Database missing indices" : "В базе данных отсутствуют некоторые индексы", "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", @@ -303,7 +304,6 @@ OC.L10N.register( "Current password" : "Текущий пароль", "New password" : "Новый пароль", "Change password" : "Сменить пароль", - "Your profile information" : "Сведения о вашем профиле", "Your profile picture" : "Изображение профиля", "Upload profile picture" : "Загрузить изображение профиля", "Choose profile picture from Files" : "Выбрать изображение профиля из загруженных файлов", @@ -584,6 +584,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 МБ", "Your email address" : "Ваш адрес электронной почты", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index bc8f48469c8..495a76526fc 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -116,6 +116,7 @@ "Unlimited" : "Неограничено", "Verifying" : "Проверка", "Your remote address could not be determined." : "Ваш удаленный адрес определить не удалось.", + "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», эти недостающие столбцы можно добавить вручную, пока экземпляр продолжает работать. После добавления столбцов некоторые функции могут улучшить отзывчивость или удобство использования.", "Database missing indices" : "В базе данных отсутствуют некоторые индексы", "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", @@ -301,7 +302,6 @@ "Current password" : "Текущий пароль", "New password" : "Новый пароль", "Change password" : "Сменить пароль", - "Your profile information" : "Сведения о вашем профиле", "Your profile picture" : "Изображение профиля", "Upload profile picture" : "Загрузить изображение профиля", "Choose profile picture from Files" : "Выбрать изображение профиля из загруженных файлов", @@ -582,6 +582,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 МБ", "Your email address" : "Ваш адрес электронной почты", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 2b81aba5f70..203a7dfea97 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -114,6 +114,7 @@ OC.L10N.register( "Background jobs" : "Úlohy na pozadí", "Unlimited" : "Nelimitované", "Verifying" : "Overovanie", + "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áš dátový adresár a súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby k dátovému adresáru už nebol prístupný, alebo presunúť dátový adresár mimo koreňa dokumentov webového servera.", "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áze chýbajú niektoré voliteľné stĺpce. Vzhľadom na skutočnosť, že pridanie stĺpcov na veľké tabuľky by mohlo nejaký čas trvať, neboli pridané automaticky, keď môžu byť voliteľné. Spustením príkazu „occ db:add-missing-columns“ sa tieto chýbajúce stĺpce môžu pridať ručne, zatiaľ čo inštancia zostáva v prevádzke. Po pridaní stĺpcov môžu niektoré funkcie zlepšiť odozvu alebo použiteľnosť.", "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." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "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." : "V databáze chýbajú niektoré primárne kľúče. Vzhľadom na to, že pridávanie primárnych kľúčov do veľkých tabuliek by mohlo chvíľu trvať, neboli pridané automaticky. Spustením príkazu „occ db:add-missing-primary-keys“ je možné tieto chýbajúce primárne kľúče pridať ručne, zatiaľ čo inštancia beží.", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index 14c9334340c..ab0174fe69f 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -112,6 +112,7 @@ "Background jobs" : "Úlohy na pozadí", "Unlimited" : "Nelimitované", "Verifying" : "Overovanie", + "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áš dátový adresár a súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Dôrazne odporúčame nakonfigurovať webový server tak, aby k dátovému adresáru už nebol prístupný, alebo presunúť dátový adresár mimo koreňa dokumentov webového servera.", "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áze chýbajú niektoré voliteľné stĺpce. Vzhľadom na skutočnosť, že pridanie stĺpcov na veľké tabuľky by mohlo nejaký čas trvať, neboli pridané automaticky, keď môžu byť voliteľné. Spustením príkazu „occ db:add-missing-columns“ sa tieto chýbajúce stĺpce môžu pridať ručne, zatiaľ čo inštancia zostáva v prevádzke. Po pridaní stĺpcov môžu niektoré funkcie zlepšiť odozvu alebo použiteľnosť.", "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." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "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." : "V databáze chýbajú niektoré primárne kľúče. Vzhľadom na to, že pridávanie primárnych kľúčov do veľkých tabuliek by mohlo chvíľu trvať, neboli pridané automaticky. Spustením príkazu „occ db:add-missing-primary-keys“ je možné tieto chýbajúce primárne kľúče pridať ručne, zatiaľ čo inštancia beží.", diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index bcad7927e23..d8ae669981a 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -121,6 +121,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Oddaljenega naslova naprave ni mogoče določiti.", "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." : "Oddaljeni naslov je bil prepoznan kot »%s« in je trenutno zaščiten pred vdorom z grobo silo, kar upočasnjuje izvajanje različnih nalog. Če oddaljeni naslov ni vaš naslov, je to lahko znak, da posredniški strežnik ni pravilno nastavljen.", "Your remote address \"%s\" is not brute-force throttled." : "Oddaljeni naslov »%s« ni omejen z zaščito pred vdorom z grobo silo.", + "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." : "Podatkovna mapa in datoteke so najverjetneje dostopni na Internetu, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape z zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.", "Database missing columns" : "Podatkovni zbirki manjkajo stolpci", "Missing optional column \"%s\" in table \"%s\"." : "Manjka izbirni stolpec »%s« v razpredelnici »%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 podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.", @@ -335,7 +336,6 @@ OC.L10N.register( "Current password" : "Trenutno geslo", "New password" : "Novo geslo", "Change password" : "Spremeni geslo", - "Your profile information" : "Podrobnosti vašega profila", "Your profile picture" : "Slika profila", "Upload profile picture" : "Pošlji sliko profila", "Choose profile picture from Files" : "Izbor slike profila med datotekami", @@ -615,6 +615,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Omogoči oziroma onemogoči privzeti profil za nove uporabnike.", "You are about to remove the group {group}. The users will NOT be deleted." : "Odstranili boste skupino {group}. Uporabniki ne bodo odstranjeni.", "Please confirm the group removal " : "Potrditi je treba odstranjevanje skupine", + "Your profile information" : "Podrobnosti vašega profila", "Choose profile picture from files" : "Izbor slike profila med datotekami", "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Your email address" : "Osebni elektronski naslov", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index 778125ec8e1..802d61b54eb 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -119,6 +119,7 @@ "Your remote address could not be determined." : "Oddaljenega naslova naprave ni mogoče določiti.", "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." : "Oddaljeni naslov je bil prepoznan kot »%s« in je trenutno zaščiten pred vdorom z grobo silo, kar upočasnjuje izvajanje različnih nalog. Če oddaljeni naslov ni vaš naslov, je to lahko znak, da posredniški strežnik ni pravilno nastavljen.", "Your remote address \"%s\" is not brute-force throttled." : "Oddaljeni naslov »%s« ni omejen z zaščito pred vdorom z grobo silo.", + "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." : "Podatkovna mapa in datoteke so najverjetneje dostopni na Internetu, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape z zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.", "Database missing columns" : "Podatkovni zbirki manjkajo stolpci", "Missing optional column \"%s\" in table \"%s\"." : "Manjka izbirni stolpec »%s« v razpredelnici »%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 podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.", @@ -333,7 +334,6 @@ "Current password" : "Trenutno geslo", "New password" : "Novo geslo", "Change password" : "Spremeni geslo", - "Your profile information" : "Podrobnosti vašega profila", "Your profile picture" : "Slika profila", "Upload profile picture" : "Pošlji sliko profila", "Choose profile picture from Files" : "Izbor slike profila med datotekami", @@ -613,6 +613,7 @@ "Enable or disable profile by default for new users." : "Omogoči oziroma onemogoči privzeti profil za nove uporabnike.", "You are about to remove the group {group}. The users will NOT be deleted." : "Odstranili boste skupino {group}. Uporabniki ne bodo odstranjeni.", "Please confirm the group removal " : "Potrditi je treba odstranjevanje skupine", + "Your profile information" : "Podrobnosti vašega profila", "Choose profile picture from files" : "Izbor slike profila med datotekami", "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Your email address" : "Osebni elektronski naslov", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index 26cad3ba9e7..dcd73eb1c8e 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -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 не функционише. Изричито препоручујемо да свој веб сервер подесите тако да се забрани приступ директоријуму са подацима, или да да преместите ван кореног директоријума докумената вашег веб сервера.", + "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 бајта", "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 бајта. Препоручује се да у MySQL укључите подршку за карактере дужине 4 бајта да би се у именима фајлова и коментарима, на пример, без проблема обрадили карактери дужине 4 бајта (као што су емођи).", + "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" : "Overwrite cli URL", "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" : "Информације о вашем профилу", "Your profile picture" : "Ваша слика профила", "Upload profile picture" : "Отпреми слику профила", "Choose profile picture from Files" : "Изабери слику профила из Фајлова", @@ -758,6 +763,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 МБ", "Your email address" : "Адреса Ваше е-поште", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index 01768c28a3c..0c77ac529e5 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -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 не функционише. Изричито препоручујемо да свој веб сервер подесите тако да се забрани приступ директоријуму са подацима, или да да преместите ван кореног директоријума докумената вашег веб сервера.", + "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 бајта", "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 бајта. Препоручује се да у MySQL укључите подршку за карактере дужине 4 бајта да би се у именима фајлова и коментарима, на пример, без проблема обрадили карактери дужине 4 бајта (као што су емођи).", + "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" : "Overwrite cli URL", "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" : "Информације о вашем профилу", "Your profile picture" : "Ваша слика профила", "Upload profile picture" : "Отпреми слику профила", "Choose profile picture from Files" : "Изабери слику профила из Фајлова", @@ -756,6 +761,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 МБ", "Your email address" : "Адреса Ваше е-поште", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index ce79fdac23c..af2dab9ff83 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -343,6 +343,7 @@ OC.L10N.register( "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX-tillägget krävs. Se {linkstart}PHP-dokumentationen{linkend} för mer information.", "Unable to update background job mode" : "Det gick inte att uppdatera bakgrundsjobbläget", "Profile" : "Profil", + "Enable or disable profile by default for new accounts." : "Aktivera eller inaktivera profil som standard för nya konton.", "Enable" : "Aktivera", "Unable to update profile default setting" : "Det gick inte att uppdatera profilens standardinställning", "Server-side encryption" : "Serverkryptering", @@ -368,7 +369,6 @@ OC.L10N.register( "Current password" : "Nuvarande lösenord", "New password" : "Nytt lösenord", "Change password" : "Ändra lösenord", - "Your profile information" : "Din profilinformation", "Your profile picture" : "Din profilbild", "Upload profile picture" : "Ladda upp profilbild", "Choose profile picture from Files" : "Välj profilbild från filer", @@ -407,9 +407,11 @@ OC.L10N.register( "Additional emails" : "Ytterligare e-postadresser", "Your handle" : "Ditt kontonamn", "Your headline" : "Din rubrik", + "Languages" : "Språk", "Help translate" : "Hjälp till med översättningarna", "Unable to update language" : "Kunde inte uppdatera språk", "No language set" : "Inget språk angivet", + "Locales" : "Platser", "Week starts on {firstDayOfWeek}" : "Veckan börjar med {firstDayOfWeek}", "Unable to update locale" : "Det gick inte att uppdatera språk", "No locale set" : "Inget språk angivet", @@ -417,12 +419,14 @@ OC.L10N.register( "Your organisation" : "Din organisation", "Your phone number" : "Ditt telefonnummer", "Edit your Profile visibility" : "Ändra synligheten för din profil", + "Enable profile" : "Aktivera profil", "Unable to update profile enabled state" : "Kunde inte uppdatera profilaktivering", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mer restriktiva inställningen av antingen synlighet eller omfattning respekteras på din profil. Till exempel, om synlighet är inställd på \"Visa för alla\" och omfattningen är inställd på \"Privat\", respekteras \"Privat\".", "Unable to update visibility of {displayId}" : "Kunde inte uppdatera synlighet för {displayId}", "Your role" : "Din roll", "Your website" : "Din webbsida", "No {property} set" : "Ingen {property} inställd", + "Invalid value" : "Ogiltigt värde", "Unable to update {property}" : "Det gick inte att uppdatera {property}", "Change scope level of {property}, current scope is {scope}" : "Ändra omfattningsnivå för {property}, nuvarande omfattning är {scope}", "Unable to update federation scope of the primary {property}" : "Det gick inte att uppdatera federationsomfånget för den primära {property}", @@ -435,6 +439,7 @@ OC.L10N.register( "Reshare" : "Dela vidare", "No accounts" : "Inga konton", "Loading accounts …" : "Laddar konton ...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Lista över konton. Denna lista är inte helt återgiven av prestandaskäl. Konton kommer att renderas när du navigerar genom listan.", "Default language" : "Standardspråk", "Common languages" : "Vanliga språk", "Other languages" : "Andra språk", @@ -471,14 +476,21 @@ OC.L10N.register( "Last login" : "Senaste inloggning", "User actions" : "Användaråtgärder", "Password or insufficient permissions message" : "Lösenord eller meddelande om otillräckliga behörigheter", + "Loading account …" : "Laddar konto ...", "Change display name" : "Ändra visningsnamn", "Set new password" : "Ange nytt lösenord", + "You do not have permissions to see the details of this account" : "Du har inte behörighet att se detaljerna för detta konto.", "Set new email address" : "Ange ny e-postadress", "Add user to group" : "Lägg till användare i grupp", + "Add account to group" : "Lägg till konto till grupp", + "Set account as admin for" : "Ange konto som administratör för", + "Select account quota" : "Välj kvot för konto", "Set the language" : "Ställ in språk", "{size} used" : "{size} använt", "Delete account" : "Radera konto", "Wipe all devices" : "Rensa alla enheter", + "Disable account" : "Inaktivera konto", + "Enable account" : "Aktivera konto", "Resend welcome email" : "Skicka om välkomstmeddelande via e-post", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Om användaren förlorar sin enhet eller lämnar organisationen, kan all Nextcloud-data fjärrensas från alla enheter associerade med {userid}. Fungerar bara om enheterna är anslutna till internet.", "Remote wipe of devices" : "Fjärrensning av enheter", @@ -498,6 +510,7 @@ OC.L10N.register( "Show storage path" : "Visa lagringsväg", "Show last login" : "Visa senaste inloggning", "Send email" : "Skicka e-post", + "Send welcome email to new accounts" : "Skicka välkomstmail till nya konton", "Defaults" : "Standardvärden", "Default quota" : "Standard kvot", "Select default quota" : "Välj standard kvot", @@ -519,13 +532,17 @@ OC.L10N.register( "{license}-licensed" : "{license}-licensierad", "Changelog" : "Ändringslogg", "by {author}\n{license}" : "av {author}\n{license}", + "Account management" : "Kontohantering", "New account" : "Nytt konto", + "Active accounts" : "Aktiva konton", "Admins" : "Administratörer", "Disabled users" : "Inaktiva användare", "Creating group …" : "Skapar grupp ...", "Create group" : "Skapa grupp", "Group name" : "Gruppnamn", "Please enter a valid group name" : "Ange ett giltigt gruppnamn", + "Disabled accounts" : "Inaktiverade konton", + "Account group: {group}" : "Kontogrupp: {group}", "Failed to create group" : "Det gick inte att skapa gruppen", "Sending…" : "Skickar...", "Email sent" : "E-post skickad", @@ -544,6 +561,7 @@ OC.L10N.register( "Profile visibility" : "Profilsynlighet", "Locale" : "Plats", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Inte tillgänglig då denna inställning krävs för essentiell funktionalitet såsom fildelning och kalenderinbjudningar", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ej tillgängligt eftersom federation har inaktiverats för ditt konto, kontakta din systemadministratör om du har några frågor", "Your apps" : "Dina appar", "Active apps" : "Aktiva appar", "Disabled apps" : "Inaktiverade appar", @@ -655,6 +673,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Aktivera eller inaktivera profil som standard för nya användare.", "You are about to remove the group {group}. The users will NOT be deleted." : "Du håller på att ta bort gruppen {group}. Användarna kommer INTE att raderas.", "Please confirm the group removal " : "Bekräfta borttagning av gruppen", + "Your profile information" : "Din profilinformation", "Choose profile picture from files" : "Välj profilbild från filer", "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Your email address" : "Din e-postadress", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index f7943e4f124..869d30cddd9 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -341,6 +341,7 @@ "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX-tillägget krävs. Se {linkstart}PHP-dokumentationen{linkend} för mer information.", "Unable to update background job mode" : "Det gick inte att uppdatera bakgrundsjobbläget", "Profile" : "Profil", + "Enable or disable profile by default for new accounts." : "Aktivera eller inaktivera profil som standard för nya konton.", "Enable" : "Aktivera", "Unable to update profile default setting" : "Det gick inte att uppdatera profilens standardinställning", "Server-side encryption" : "Serverkryptering", @@ -366,7 +367,6 @@ "Current password" : "Nuvarande lösenord", "New password" : "Nytt lösenord", "Change password" : "Ändra lösenord", - "Your profile information" : "Din profilinformation", "Your profile picture" : "Din profilbild", "Upload profile picture" : "Ladda upp profilbild", "Choose profile picture from Files" : "Välj profilbild från filer", @@ -405,9 +405,11 @@ "Additional emails" : "Ytterligare e-postadresser", "Your handle" : "Ditt kontonamn", "Your headline" : "Din rubrik", + "Languages" : "Språk", "Help translate" : "Hjälp till med översättningarna", "Unable to update language" : "Kunde inte uppdatera språk", "No language set" : "Inget språk angivet", + "Locales" : "Platser", "Week starts on {firstDayOfWeek}" : "Veckan börjar med {firstDayOfWeek}", "Unable to update locale" : "Det gick inte att uppdatera språk", "No locale set" : "Inget språk angivet", @@ -415,12 +417,14 @@ "Your organisation" : "Din organisation", "Your phone number" : "Ditt telefonnummer", "Edit your Profile visibility" : "Ändra synligheten för din profil", + "Enable profile" : "Aktivera profil", "Unable to update profile enabled state" : "Kunde inte uppdatera profilaktivering", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mer restriktiva inställningen av antingen synlighet eller omfattning respekteras på din profil. Till exempel, om synlighet är inställd på \"Visa för alla\" och omfattningen är inställd på \"Privat\", respekteras \"Privat\".", "Unable to update visibility of {displayId}" : "Kunde inte uppdatera synlighet för {displayId}", "Your role" : "Din roll", "Your website" : "Din webbsida", "No {property} set" : "Ingen {property} inställd", + "Invalid value" : "Ogiltigt värde", "Unable to update {property}" : "Det gick inte att uppdatera {property}", "Change scope level of {property}, current scope is {scope}" : "Ändra omfattningsnivå för {property}, nuvarande omfattning är {scope}", "Unable to update federation scope of the primary {property}" : "Det gick inte att uppdatera federationsomfånget för den primära {property}", @@ -433,6 +437,7 @@ "Reshare" : "Dela vidare", "No accounts" : "Inga konton", "Loading accounts …" : "Laddar konton ...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Lista över konton. Denna lista är inte helt återgiven av prestandaskäl. Konton kommer att renderas när du navigerar genom listan.", "Default language" : "Standardspråk", "Common languages" : "Vanliga språk", "Other languages" : "Andra språk", @@ -469,14 +474,21 @@ "Last login" : "Senaste inloggning", "User actions" : "Användaråtgärder", "Password or insufficient permissions message" : "Lösenord eller meddelande om otillräckliga behörigheter", + "Loading account …" : "Laddar konto ...", "Change display name" : "Ändra visningsnamn", "Set new password" : "Ange nytt lösenord", + "You do not have permissions to see the details of this account" : "Du har inte behörighet att se detaljerna för detta konto.", "Set new email address" : "Ange ny e-postadress", "Add user to group" : "Lägg till användare i grupp", + "Add account to group" : "Lägg till konto till grupp", + "Set account as admin for" : "Ange konto som administratör för", + "Select account quota" : "Välj kvot för konto", "Set the language" : "Ställ in språk", "{size} used" : "{size} använt", "Delete account" : "Radera konto", "Wipe all devices" : "Rensa alla enheter", + "Disable account" : "Inaktivera konto", + "Enable account" : "Aktivera konto", "Resend welcome email" : "Skicka om välkomstmeddelande via e-post", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Om användaren förlorar sin enhet eller lämnar organisationen, kan all Nextcloud-data fjärrensas från alla enheter associerade med {userid}. Fungerar bara om enheterna är anslutna till internet.", "Remote wipe of devices" : "Fjärrensning av enheter", @@ -496,6 +508,7 @@ "Show storage path" : "Visa lagringsväg", "Show last login" : "Visa senaste inloggning", "Send email" : "Skicka e-post", + "Send welcome email to new accounts" : "Skicka välkomstmail till nya konton", "Defaults" : "Standardvärden", "Default quota" : "Standard kvot", "Select default quota" : "Välj standard kvot", @@ -517,13 +530,17 @@ "{license}-licensed" : "{license}-licensierad", "Changelog" : "Ändringslogg", "by {author}\n{license}" : "av {author}\n{license}", + "Account management" : "Kontohantering", "New account" : "Nytt konto", + "Active accounts" : "Aktiva konton", "Admins" : "Administratörer", "Disabled users" : "Inaktiva användare", "Creating group …" : "Skapar grupp ...", "Create group" : "Skapa grupp", "Group name" : "Gruppnamn", "Please enter a valid group name" : "Ange ett giltigt gruppnamn", + "Disabled accounts" : "Inaktiverade konton", + "Account group: {group}" : "Kontogrupp: {group}", "Failed to create group" : "Det gick inte att skapa gruppen", "Sending…" : "Skickar...", "Email sent" : "E-post skickad", @@ -542,6 +559,7 @@ "Profile visibility" : "Profilsynlighet", "Locale" : "Plats", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Inte tillgänglig då denna inställning krävs för essentiell funktionalitet såsom fildelning och kalenderinbjudningar", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ej tillgängligt eftersom federation har inaktiverats för ditt konto, kontakta din systemadministratör om du har några frågor", "Your apps" : "Dina appar", "Active apps" : "Aktiva appar", "Disabled apps" : "Inaktiverade appar", @@ -653,6 +671,7 @@ "Enable or disable profile by default for new users." : "Aktivera eller inaktivera profil som standard för nya användare.", "You are about to remove the group {group}. The users will NOT be deleted." : "Du håller på att ta bort gruppen {group}. Användarna kommer INTE att raderas.", "Please confirm the group removal " : "Bekräfta borttagning av gruppen", + "Your profile information" : "Din profilinformation", "Choose profile picture from files" : "Välj profilbild från filer", "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Your email address" : "Din e-postadress", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 49827a96313..e0a9a7596d1 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -144,6 +144,7 @@ OC.L10N.register( "Cron last run" : "Zamanlanmış görevin son yürütülmesi", "Last background job execution ran %s. Something seems wrong. {link}." : "Görevin arka planda son yürütülme zamanı: %s. Bir şeyler yanlış görünüyor. {link}.", "Last background job execution ran %s." : "Görevin arka planda son yürütülme zamanı: %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." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Site sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü site sunucu kök klasörü dışına taşımanız önemle önerilir.", "Database missing columns" : "Veri tabanında sütunlar eksik", "Missing optional column \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" sütunu \"%s\" tablosunda eksik.", "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." : "Veri tabanında bazı isteğe bağlı sütunlar eksik. Büyük tablolara sütunların eklenmesi uzun sürebildiğinden, sütunlar isteğe bağlı olduğunda bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik sütunları el ile eklemek için \"occ db:add-missing-columns\" komutunu yürütün. Sütunlar eklendikten sonra bazı özelliklerin yanıtı ya da kullanımı daha iyileşebilir.", @@ -443,7 +444,6 @@ OC.L10N.register( "Current password" : "Geçerli parola", "New password" : "Yeni parola", "Change password" : "Parola değiştir", - "Your profile information" : "Profil bilgileriniz", "Your profile picture" : "Profil görseliniz", "Upload profile picture" : "Profil görseli yükle", "Choose profile picture from Files" : "Dosyalar uygulamasından profil görseli seçin", @@ -758,6 +758,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Bu seçenek etkinleştirildiğinde, profil yeni kullanıcılar için varsayılan olur.", "You are about to remove the group {group}. The users will NOT be deleted." : "{group} grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.", "Please confirm the group removal " : "Grubu silme işlemini onaylayın", + "Your profile information" : "Profil bilgileriniz", "Choose profile picture from files" : "Profil görselini dosyalardan seçin", "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", "Your email address" : "E-posta adresiniz", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index aeff10ee3cb..7a3c6bd064b 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -142,6 +142,7 @@ "Cron last run" : "Zamanlanmış görevin son yürütülmesi", "Last background job execution ran %s. Something seems wrong. {link}." : "Görevin arka planda son yürütülme zamanı: %s. Bir şeyler yanlış görünüyor. {link}.", "Last background job execution ran %s." : "Görevin arka planda son yürütülme zamanı: %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." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Site sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü site sunucu kök klasörü dışına taşımanız önemle önerilir.", "Database missing columns" : "Veri tabanında sütunlar eksik", "Missing optional column \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" sütunu \"%s\" tablosunda eksik.", "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." : "Veri tabanında bazı isteğe bağlı sütunlar eksik. Büyük tablolara sütunların eklenmesi uzun sürebildiğinden, sütunlar isteğe bağlı olduğunda bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik sütunları el ile eklemek için \"occ db:add-missing-columns\" komutunu yürütün. Sütunlar eklendikten sonra bazı özelliklerin yanıtı ya da kullanımı daha iyileşebilir.", @@ -441,7 +442,6 @@ "Current password" : "Geçerli parola", "New password" : "Yeni parola", "Change password" : "Parola değiştir", - "Your profile information" : "Profil bilgileriniz", "Your profile picture" : "Profil görseliniz", "Upload profile picture" : "Profil görseli yükle", "Choose profile picture from Files" : "Dosyalar uygulamasından profil görseli seçin", @@ -756,6 +756,7 @@ "Enable or disable profile by default for new users." : "Bu seçenek etkinleştirildiğinde, profil yeni kullanıcılar için varsayılan olur.", "You are about to remove the group {group}. The users will NOT be deleted." : "{group} grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.", "Please confirm the group removal " : "Grubu silme işlemini onaylayın", + "Your profile information" : "Profil bilgileriniz", "Choose profile picture from files" : "Profil görselini dosyalardan seçin", "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", "Your email address" : "E-posta adresiniz", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 639606913de..d764ca6d9b4 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -134,6 +134,7 @@ OC.L10N.register( "Cron last run" : "Останній запуск запланованого завдання", "Last background job execution ran %s. Something seems wrong. {link}." : "Останнє виконання фонового завдання тривало %s. Схоже, щось пішло не так. {link}.", "Last background job execution ran %s." : "Останнє виконання фонового завдання тривало: %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." : "Ваш каталог даних і файли, ймовірно, доступні з Інтернету. Файл .htaccess не працює. Настійно рекомендується налаштувати веб-сервер так, щоб каталог даних був недоступний, або перемістити каталог даних за межі кореня документа веб-сервера.", "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\". Після додавання стовпців деякі функції можуть покращити реагування та зручність використання.", @@ -418,7 +419,6 @@ OC.L10N.register( "Current password" : "Поточний пароль", "New password" : "Новий пароль", "Change password" : "Змінити пароль", - "Your profile information" : "Інформація у вашому профілі", "Your profile picture" : "Ваше зображення профілю", "Upload profile picture" : "Завантажте зображення профілю", "Choose profile picture from Files" : "Виберіть зображення профілю з Файлів", @@ -593,7 +593,7 @@ OC.L10N.register( "Website" : "Вебсайт", "Profile visibility" : "Видимість профілю", "Locale" : "Локаль", - "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Недоступно, оскільки ця властивість необхідна для основних функцій, включаючи спільний доступ до файлів і запрошення в календарі", + "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Недоступно, оскільки ця властивість необхідна для основних функцій, включно спільний доступ до файлів та запрошення в календарі", "Your apps" : "Ваші застосунки", "Active apps" : "Активні застосунки", "Disabled apps" : "Неактивні застосунки", @@ -704,6 +704,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 МБ", "Your email address" : "Ваша адреса електронної пошти", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 6778141e976..df9e5d8f593 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -132,6 +132,7 @@ "Cron last run" : "Останній запуск запланованого завдання", "Last background job execution ran %s. Something seems wrong. {link}." : "Останнє виконання фонового завдання тривало %s. Схоже, щось пішло не так. {link}.", "Last background job execution ran %s." : "Останнє виконання фонового завдання тривало: %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." : "Ваш каталог даних і файли, ймовірно, доступні з Інтернету. Файл .htaccess не працює. Настійно рекомендується налаштувати веб-сервер так, щоб каталог даних був недоступний, або перемістити каталог даних за межі кореня документа веб-сервера.", "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\". Після додавання стовпців деякі функції можуть покращити реагування та зручність використання.", @@ -416,7 +417,6 @@ "Current password" : "Поточний пароль", "New password" : "Новий пароль", "Change password" : "Змінити пароль", - "Your profile information" : "Інформація у вашому профілі", "Your profile picture" : "Ваше зображення профілю", "Upload profile picture" : "Завантажте зображення профілю", "Choose profile picture from Files" : "Виберіть зображення профілю з Файлів", @@ -591,7 +591,7 @@ "Website" : "Вебсайт", "Profile visibility" : "Видимість профілю", "Locale" : "Локаль", - "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Недоступно, оскільки ця властивість необхідна для основних функцій, включаючи спільний доступ до файлів і запрошення в календарі", + "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Недоступно, оскільки ця властивість необхідна для основних функцій, включно спільний доступ до файлів та запрошення в календарі", "Your apps" : "Ваші застосунки", "Active apps" : "Активні застосунки", "Disabled apps" : "Неактивні застосунки", @@ -702,6 +702,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 МБ", "Your email address" : "Ваша адреса електронної пошти", diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js index 7010df661bf..32c007aa5f4 100644 --- a/apps/settings/l10n/vi.js +++ b/apps/settings/l10n/vi.js @@ -116,6 +116,7 @@ OC.L10N.register( "Background jobs" : "Các công việc trong nền", "Unlimited" : "Không giới hạn", "Verifying" : "Đang xác minh", + "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." : "Thư mục dữ liệu và tệp của bạn có thể truy cập được từ internet. Tệp .htaccess không hoạt động. Chúng tôi khuyên bạn nên cấu hình máy chủ web của mình để thư mục dữ liệu không thể truy cập được nữa hoặc di chuyển thư mục dữ liệu ra ngoài thư mục gốc tài liệu máy chủ 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." : "Cơ sở dữ liệu thiếu một số cột tùy chọn. Do thực tế là việc thêm cột trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động khi chúng có thể là tùy chọn. Bằng cách chạy \"occ db:add-missing-columns\", các cột bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các cột được thêm vào, một số tính năng có thể cải thiện khả năng phản hồi hoặc khả năng sử dụng.", "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." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "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." : "Cơ sở dữ liệu thiếu một số khóa chính. Do thực tế là việc thêm các khóa chính trên các bảng lớn có thể mất một thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-primary-keys\", các khóa chính bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy.", @@ -275,7 +276,6 @@ OC.L10N.register( "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "Your profile information" : "Thông tin hồ sơ của bạn", "Your profile picture" : "Hình ảnh cá nhân của bạn", "Upload profile picture" : "Tải ảnh hồ sơ lên", "Choose profile picture from Files" : "Chọn ảnh hồ sơ từ Tệp", @@ -538,6 +538,7 @@ OC.L10N.register( "Enable or disable profile by default for new users." : "Bật hoặc tắt hồ sơ theo mặc định cho người dùng mới.", "You are about to remove the group {group}. The users will NOT be deleted." : "Bạn sắp xóa nhóm {group}. Người dùng sẽ KHÔNG bị xóa.", "Please confirm the group removal " : "Vui lòng xác nhận xóa nhóm", + "Your profile information" : "Thông tin hồ sơ của bạn", "Choose profile picture from files" : "Chọn ảnh hồ sơ từ tập tin", "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Your email address" : "Email của bạn", diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json index 57eff7fa593..72ef385e8b8 100644 --- a/apps/settings/l10n/vi.json +++ b/apps/settings/l10n/vi.json @@ -114,6 +114,7 @@ "Background jobs" : "Các công việc trong nền", "Unlimited" : "Không giới hạn", "Verifying" : "Đang xác minh", + "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." : "Thư mục dữ liệu và tệp của bạn có thể truy cập được từ internet. Tệp .htaccess không hoạt động. Chúng tôi khuyên bạn nên cấu hình máy chủ web của mình để thư mục dữ liệu không thể truy cập được nữa hoặc di chuyển thư mục dữ liệu ra ngoài thư mục gốc tài liệu máy chủ 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." : "Cơ sở dữ liệu thiếu một số cột tùy chọn. Do thực tế là việc thêm cột trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động khi chúng có thể là tùy chọn. Bằng cách chạy \"occ db:add-missing-columns\", các cột bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các cột được thêm vào, một số tính năng có thể cải thiện khả năng phản hồi hoặc khả năng sử dụng.", "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." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "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." : "Cơ sở dữ liệu thiếu một số khóa chính. Do thực tế là việc thêm các khóa chính trên các bảng lớn có thể mất một thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-primary-keys\", các khóa chính bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy.", @@ -273,7 +274,6 @@ "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "Your profile information" : "Thông tin hồ sơ của bạn", "Your profile picture" : "Hình ảnh cá nhân của bạn", "Upload profile picture" : "Tải ảnh hồ sơ lên", "Choose profile picture from Files" : "Chọn ảnh hồ sơ từ Tệp", @@ -536,6 +536,7 @@ "Enable or disable profile by default for new users." : "Bật hoặc tắt hồ sơ theo mặc định cho người dùng mới.", "You are about to remove the group {group}. The users will NOT be deleted." : "Bạn sắp xóa nhóm {group}. Người dùng sẽ KHÔNG bị xóa.", "Please confirm the group removal " : "Vui lòng xác nhận xóa nhóm", + "Your profile information" : "Thông tin hồ sơ của bạn", "Choose profile picture from files" : "Chọn ảnh hồ sơ từ tập tin", "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Your email address" : "Email của bạn", diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 8c072d376ef..5a7ee999d0c 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -97,6 +97,7 @@ OC.L10N.register( "Set your password" : "设置您的密码", "Go to %s" : "访问 %s", "Install Client" : "安装客户端", + "Logged in account must be a subadmin" : "登录的账号必须是子管理员", "Apps" : "应用", "Personal" : "个人", "Administration" : "管理", @@ -121,6 +122,7 @@ OC.L10N.register( "Your remote address could not be determined." : "无法确定您的远程地址", "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." : "您的地址 %s 因疑似暴力攻击已被限制,您可能在各种请求中遇到性能缓慢的问题。若前述地址与您的实际地址存在出入,则您可能错误配置了代理服务器。", "Your remote address \"%s\" is not brute-force throttled." : "您的地址 %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." : "您的数据目录和文件似乎可以从互联网访问。这是因为 .htaccess 文件无效。强烈建议您配置您的 web 服务器,使数据目录不再可访问,或将数据目录移到 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." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行“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." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“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”,这些缺失的主键可以在实例持续运行时手动添加。", @@ -338,7 +340,6 @@ OC.L10N.register( "Current password" : "当前密码", "New password" : "新密码", "Change password" : "修改密码", - "Your profile information" : "您的个人资料", "Your profile picture" : "您的个人资料图片", "Upload profile picture" : "上传个人资料图片", "Choose profile picture from Files" : "从文件中选择个人资料图片", @@ -624,6 +625,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 格式,最大 20MB", "Your email address" : "您的电子邮件", diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 130dbeeedd6..d9e3b168a8e 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -95,6 +95,7 @@ "Set your password" : "设置您的密码", "Go to %s" : "访问 %s", "Install Client" : "安装客户端", + "Logged in account must be a subadmin" : "登录的账号必须是子管理员", "Apps" : "应用", "Personal" : "个人", "Administration" : "管理", @@ -119,6 +120,7 @@ "Your remote address could not be determined." : "无法确定您的远程地址", "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." : "您的地址 %s 因疑似暴力攻击已被限制,您可能在各种请求中遇到性能缓慢的问题。若前述地址与您的实际地址存在出入,则您可能错误配置了代理服务器。", "Your remote address \"%s\" is not brute-force throttled." : "您的地址 %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." : "您的数据目录和文件似乎可以从互联网访问。这是因为 .htaccess 文件无效。强烈建议您配置您的 web 服务器,使数据目录不再可访问,或将数据目录移到 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." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行“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." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“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”,这些缺失的主键可以在实例持续运行时手动添加。", @@ -336,7 +338,6 @@ "Current password" : "当前密码", "New password" : "新密码", "Change password" : "修改密码", - "Your profile information" : "您的个人资料", "Your profile picture" : "您的个人资料图片", "Upload profile picture" : "上传个人资料图片", "Choose profile picture from Files" : "从文件中选择个人资料图片", @@ -622,6 +623,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 格式,最大 20MB", "Your email address" : "您的电子邮件", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 635901231db..1601b4e9dc0 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -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 設定檔並未生效。我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。", + "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 位元組字元", "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字節字符(如表情符號)而不會出現文件名或註釋問題,建議在MySQL中啟用4字節支持。", + "OCS provider resolving" : "OCS 提供者解析", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "無法檢查您的網路伺服器是否正確解析 OCM 與 OCS 提供者 URL。", + "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請將您的設定與 Apache 的「.htaccess」中隨附的重寫規則或 Nginx 文件中提供的重寫規則進行比較。\n在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整.", "Overwrite CLI URL" : "覆寫 CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項正確設定為「%s」。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項設定為「%s」,這是正確的 URL。建議的 URL 為「%s」。", @@ -443,7 +449,6 @@ OC.L10N.register( "Current password" : "目前密碼", "New password" : "新密碼", "Change password" : "更改密碼", - "Your profile information" : "您的個人簡介資訊", "Your profile picture" : "您的個人資料圖片", "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案選擇個人資料圖片", @@ -758,6 +763,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" : "您的電郵地址", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index ddf7b8404da..53c597e1921 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -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 設定檔並未生效。我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。", + "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 位元組字元", "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字節字符(如表情符號)而不會出現文件名或註釋問題,建議在MySQL中啟用4字節支持。", + "OCS provider resolving" : "OCS 提供者解析", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "無法檢查您的網路伺服器是否正確解析 OCM 與 OCS 提供者 URL。", + "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請將您的設定與 Apache 的「.htaccess」中隨附的重寫規則或 Nginx 文件中提供的重寫規則進行比較。\n在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整.", "Overwrite CLI URL" : "覆寫 CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項正確設定為「%s」。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項設定為「%s」,這是正確的 URL。建議的 URL 為「%s」。", @@ -441,7 +447,6 @@ "Current password" : "目前密碼", "New password" : "新密碼", "Change password" : "更改密碼", - "Your profile information" : "您的個人簡介資訊", "Your profile picture" : "您的個人資料圖片", "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案選擇個人資料圖片", @@ -756,6 +761,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" : "您的電郵地址", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 34e7e6c808b..8ccd5722f5a 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -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 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。", + "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 位元組字元", "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 位元組字元。例如,為了能處理檔案名稱或是留言中的 4 位元組字元(例如表情符號)。建議您啟用 MySQL 中支援 4 位元組字元的功能。", + "OCS provider resolving" : "OCS 提供者解析", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "無法檢查您的網路伺服器是否正確解析 OCM 與 OCS 提供者 URL。", + "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請將您的設定與 Apache 的「.htaccess」中隨附的重寫規則或 Nginx 文件中提供的重寫規則進行比較。\n在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。", "Overwrite CLI URL" : "覆寫 CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項正確設定為「%s」。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項設定為「%s」,這是正確的 URL。建議的 URL 為「%s」。", @@ -443,7 +449,6 @@ OC.L10N.register( "Current password" : "目前密碼", "New password" : "新密碼", "Change password" : "變更密碼", - "Your profile information" : "您的個人檔案資訊", "Your profile picture" : "您的個人資料圖片", "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案中選擇個人檔案圖片", @@ -758,6 +763,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" : "您的電子郵件信箱", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index c38bfc5bb76..059cd5a9f94 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -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 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。", + "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 位元組字元", "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 位元組字元。例如,為了能處理檔案名稱或是留言中的 4 位元組字元(例如表情符號)。建議您啟用 MySQL 中支援 4 位元組字元的功能。", + "OCS provider resolving" : "OCS 提供者解析", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "無法檢查您的網路伺服器是否正確解析 OCM 與 OCS 提供者 URL。", + "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請將您的設定與 Apache 的「.htaccess」中隨附的重寫規則或 Nginx 文件中提供的重寫規則進行比較。\n在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整。", "Overwrite CLI URL" : "覆寫 CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項正確設定為「%s」。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項設定為「%s」,這是正確的 URL。建議的 URL 為「%s」。", @@ -441,7 +447,6 @@ "Current password" : "目前密碼", "New password" : "新密碼", "Change password" : "變更密碼", - "Your profile information" : "您的個人檔案資訊", "Your profile picture" : "您的個人資料圖片", "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案中選擇個人檔案圖片", @@ -756,6 +761,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" : "您的電子郵件信箱", diff --git a/apps/settings/lib/AppInfo/Application.php b/apps/settings/lib/AppInfo/Application.php index cfe8a306365..e125e68f864 100644 --- a/apps/settings/lib/AppInfo/Application.php +++ b/apps/settings/lib/AppInfo/Application.php @@ -58,6 +58,7 @@ use OCA\Settings\SetupChecks\DatabaseHasMissingColumns; use OCA\Settings\SetupChecks\DatabaseHasMissingIndices; use OCA\Settings\SetupChecks\DatabaseHasMissingPrimaryKeys; use OCA\Settings\SetupChecks\DatabasePendingBigIntConversions; +use OCA\Settings\SetupChecks\DataDirectoryProtected; use OCA\Settings\SetupChecks\DebugMode; use OCA\Settings\SetupChecks\DefaultPhoneRegionSet; use OCA\Settings\SetupChecks\EmailTestSuccessful; @@ -183,6 +184,7 @@ class Application extends App implements IBootstrap { $context->registerSetupCheck(DatabaseHasMissingIndices::class); $context->registerSetupCheck(DatabaseHasMissingPrimaryKeys::class); $context->registerSetupCheck(DatabasePendingBigIntConversions::class); + $context->registerSetupCheck(DataDirectoryProtected::class); $context->registerSetupCheck(DebugMode::class); $context->registerSetupCheck(DefaultPhoneRegionSet::class); $context->registerSetupCheck(EmailTestSuccessful::class); diff --git a/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php b/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php index 30ffa9a2977..bc757d27e48 100644 --- a/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php +++ b/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php @@ -74,11 +74,12 @@ trait CheckServerResponseTrait { * Run a HEAD request to check header * @param string $url The relative URL to check * @param bool $ignoreSSL Ignore SSL certificates + * @param bool $httpErrors Ignore requests with HTTP errors (will not yield if request has a 4xx or 5xx response) * @return Generator */ - protected function runHEAD(string $url, bool $ignoreSSL = true): Generator { + protected function runHEAD(string $url, bool $ignoreSSL = true, bool $httpErrors = true): Generator { $client = $this->clientService->newClient(); - $requestOptions = $this->getRequestOptions($ignoreSSL); + $requestOptions = $this->getRequestOptions($ignoreSSL, $httpErrors); foreach ($this->getTestUrls($url) as $testURL) { try { @@ -89,9 +90,10 @@ trait CheckServerResponseTrait { } } - protected function getRequestOptions(bool $ignoreSSL): array { + protected function getRequestOptions(bool $ignoreSSL, bool $httpErrors): array { $requestOptions = [ 'connect_timeout' => 10, + 'http_errors' => $httpErrors, 'nextcloud' => [ 'allow_local_address' => true, ], diff --git a/apps/settings/lib/SetupChecks/DataDirectoryProtected.php b/apps/settings/lib/SetupChecks/DataDirectoryProtected.php new file mode 100644 index 00000000000..5ba92c809e4 --- /dev/null +++ b/apps/settings/lib/SetupChecks/DataDirectoryProtected.php @@ -0,0 +1,80 @@ + + * + * @author Ferdinand Thiessen + * + * @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 . + * + */ +namespace OCA\Settings\SetupChecks; + +use OCP\Http\Client\IClientService; +use OCP\IConfig; +use OCP\IL10N; +use OCP\IURLGenerator; +use OCP\SetupCheck\ISetupCheck; +use OCP\SetupCheck\SetupResult; +use Psr\Log\LoggerInterface; + +/** + * Checks if the data directory can not be accessed from outside + */ +class DataDirectoryProtected implements ISetupCheck { + use CheckServerResponseTrait; + + public function __construct( + protected IL10N $l10n, + protected IConfig $config, + protected IURLGenerator $urlGenerator, + protected IClientService $clientService, + protected LoggerInterface $logger, + ) { + } + + public function getCategory(): string { + return 'network'; + } + + public function getName(): string { + return $this->l10n->t('Data directory protected'); + } + + public function run(): SetupResult { + $datadir = str_replace(\OC::$SERVERROOT . '/', '', $this->config->getSystemValue('datadirectory', '')); + + $dataUrl = $this->urlGenerator->getWebroot() . '/' . $datadir . '/.ocdata'; + + $noResponse = true; + foreach ($this->runHEAD($dataUrl, httpErrors:false) as $response) { + $noResponse = false; + if ($response->getStatusCode() === 200) { + return SetupResult::error($this->l10n->t('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.')); + } else { + $this->logger->debug('[expected] Could not access data directory from outside.', ['url' => $dataUrl]); + } + } + + if ($noResponse) { + return SetupResult::warning($this->l10n->t('Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory.') . "\n" . $this->serverConfigHelp()); + } + return SetupResult::success(); + + } +} diff --git a/apps/settings/src/admin.js b/apps/settings/src/admin.js index a22c89f8666..b8f8e99ef80 100644 --- a/apps/settings/src/admin.js +++ b/apps/settings/src/admin.js @@ -108,9 +108,8 @@ window.addEventListener('DOMContentLoaded', () => { OC.SetupChecks.checkWellKnownUrl('PROPFIND', '/.well-known/carddav', OC.theme.docPlaceholderUrl, $('#postsetupchecks').data('check-wellknown') === true), OC.SetupChecks.checkSetup(), OC.SetupChecks.checkGeneric(), - OC.SetupChecks.checkDataProtected(), - ).then((check1, check2, check3, check4, check5, check6, check7, check8) => { - const messages = [].concat(check1, check2, check3, check4, check5, check6, check7, check8) + ).then((check1, check2, check3, check4, check5, check6, check7) => { + const messages = [].concat(check1, check2, check3, check4, check5, check6, check7) const $el = $('#postsetupchecks') $('#security-warning-state-loading').addClass('hidden') diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue index ed6cd2c423c..1137d4e1767 100644 --- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue +++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue @@ -22,9 +22,6 @@