diff --git a/.drone.yml b/.drone.yml index d750c5519..9410c1bb5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -328,7 +328,26 @@ trigger: event: - pull_request - push +--- +kind: pipeline +name: Debian +steps: +- name: build + image: nextcloudci/client-debian-ci:client-debian-ci-2 + commands: + - /bin/bash -c "./admin/linux/debian/drone-build.sh" + environment: + DEBIAN_SECRET_KEY: + from_secret: DEBIAN_SECRET_KEY + DEBIAN_SECRET_IV: + from_secret: DEBIAN_SECRET_IV +trigger: + branch: + - master + event: + - pull_request + - push --- kind: pipeline name: Documentation diff --git a/.github/issue_template.md b/.github/issue_template.md index 6238a82ba..7bcd37e0a 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,9 +1,14 @@ - - + ### Expected behaviour Tell us what should happen @@ -18,6 +23,11 @@ Tell us what happens instead ### Client configuration Client version: + Operating system: @@ -34,15 +44,6 @@ Installation path of client: - -Operating system: - -Web server: - -Database: - -PHP version: - Nextcloud version: Storage backend (external storage): @@ -52,8 +53,6 @@ Storage backend (external storage): Please use Gist (https://gist.github.com/) or a similar code paster for longer logs. -```Template for output < 10 lines``` - 1. Client logfile: Output of `nextcloud --logwindow` or `nextcloud --logfile log.txt` (On Windows using `cmd.exe`, you might need to first `cd` into the Nextcloud directory) (See also https://docs.nextcloud.com/desktop/2.3/troubleshooting.html#log-files) diff --git a/.gitignore b/.gitignore index 0b9b16727..27472ed92 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,18 @@ cscope.* tags t1.cfg +## Ignore Visual Studio Code config & environment files + +.vs/ +.vscode/ + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +# CMake integration on VS2019+ + +CMakeSettings.json + # User-specific files *.suo *.user @@ -171,3 +180,4 @@ CPackConfig.cmake CPackOptions.cmake CPackSourceConfig.cmake +compile_commands.json diff --git a/.tx/nextcloud.client-desktop/hr_translation b/.tx/nextcloud.client-desktop/hr_translation index 467dd56a6..ad7a34f14 100644 --- a/.tx/nextcloud.client-desktop/hr_translation +++ b/.tx/nextcloud.client-desktop/hr_translation @@ -198,6 +198,7 @@ X-GNOME-Autostart-Delay=3 # Translations -Name[hr]=sinkronizacija računala -Comment[hr]=klijent za sinkronizaciju računala +Icon[hr]=@APPLICATION_ICON_NAME@ +Name[hr]=@APPLICATION_NAME@ klijent za sink. računala +Comment[hr]=@APPLICATION_NAME@ klijent za sinkronizaciju računala GenericName[hr]=Sinkronizacija mapa diff --git a/.tx/nextcloud.client-desktop/mk_translation b/.tx/nextcloud.client-desktop/mk_translation new file mode 100644 index 000000000..e4dd36e86 --- /dev/null +++ b/.tx/nextcloud.client-desktop/mk_translation @@ -0,0 +1,204 @@ +[Desktop Entry] +Categories=Utility;X-SuSE-SyncUtility; +Type=Application +Exec=@APPLICATION_EXECUTABLE@ +Name=@APPLICATION_NAME@ desktop sync client +Comment=@APPLICATION_NAME@ desktop synchronization client +GenericName=Folder Sync +Icon=@APPLICATION_ICON_NAME@ +Keywords=@APPLICATION_NAME@;syncing;file;sharing; +X-GNOME-Autostart-Delay=3 +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations + + +# Translations +Icon[mk]=@APPLICATION_ICON_NAME@ +Name[mk]=@APPLICATION_NAME@ клиент за синхронизација на компјутер +Comment[mk]=@APPLICATION_NAME@ клиент за синхронизација на компјутер +GenericName[mk]=Папка за синхронизација diff --git a/.tx/nextcloud.client-desktop/pt_BR_translation b/.tx/nextcloud.client-desktop/pt_BR_translation index 73979d5e2..c9b711e96 100644 --- a/.tx/nextcloud.client-desktop/pt_BR_translation +++ b/.tx/nextcloud.client-desktop/pt_BR_translation @@ -201,4 +201,4 @@ X-GNOME-Autostart-Delay=3 Icon[pt_BR]=@APPLICATION_ICON_NAME@ Name[pt_BR]=@APPLICATION_NAME@ cliente de sincronização desktop Comment[pt_BR]=@APPLICATION_NAME@ cliente de sincronização desktop -GenericName[pt_BR]=Sincronizar Pasta +GenericName[pt_BR]=Sincronizar pasta diff --git a/ChangeLog b/ChangeLog index bea352a73..98791ef4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,138 @@ -ChangeLog -========= +2.5 Series ChangeLog +==================== + +version 2.5.3 (release 2019-07-22) +* Fix empty file wording in error log (small) +* Add Qt-5.12 to CI +* Fix a minor typo +* Libcloudproviders: Add missing check for Qt5DBus +* Fix several memory leaks in cloudproviders and add translation support +* Share link fixing +* New drone config +* Uses configuraion to determine if it should show empty folder popup. +* Simplify cmake command to make copy-pastable +* Updated default remote poll to 5 seconds #1115 +* Fix memory leak with device pointer +* Added a nice UI for the E2E-enabled account first connect +* This should fix issue #1000 +* Adds parameter to retrieve shares with its reshares. +* Fixed typo +* Fixed typo in "certificate" +* WebView: Properly handle usernames with spaces and plus signs in it +* Add error category for http file lock error status 423. +* Displays the uid_owner of a shared file. +* Minor text change in the link to help in the tab 'General'. + +version 2.5.2 (release 2019-04-11) +* Handle spaces in username properly in login flow +* Wizard: show an error message if there is no enough free space in the local folder +* Removed whitespace from string +* Do not add double slash to login flow url +* Fix login flow with system proxy +* Start with easier theming +* Do not display dismissed notifications +* Fixed l18n issue. Added space for separating string +* Add invalid certiticate messagebox +* Correct app passwords link +* Be less verbose with logging +* Fix typo in translation string +* Add a command line option to launch the client in the background +* Support Ubuntu Disco Dingo +* Added missing Include +* Make sure _profile and _page are deleted in the correct order +* Fix KDEInstallDirs deprecation warnings +* Removed Stylesheet + +version 2.5.1 (release 2019-01-06) +* Fixup the port in server notification URLs +* GUI: let Clang-Tidy modernize nullptr & override usage +* Improve the slide show +* Libsync: let Clang-Tidy modernize nullptr & override usage +* SettingsDialog: fix a little glitch in the account tool button size +* SettingsDialog: tweak color aware icons +* More verbose error and proper app name on configuration read error +* Fix cmake build using WITH_PROVIDERS=OFF +* Debian/Ubuntu target repository update +* Change man page names and contents for nextcloud +* Share dialog alignment +* Fixed typo +* Change link to docs for NC 15 +* Do not fetch activities if they are not enabled +* Do not read system exclude list if user exclude is present +* Fix the activity loop +* Write the actual folder to the log +* Fix appname for Nautilus integration script + +version 2.5.0 (release 2018-11-14) +* End to end encryption +* New Web login flow +* UI improvements: Notifications +* UI improvements: refactoring of Activities +* SyncJournal: Clear etag filter before sync +* Partial local discovery: Fix scheduling logic +* Sync hidden files by default +* Larger Windows App Icon +* Show a tray message when a folder watcher becomes unreliable #6119 +* Create symlinks for the small-letter application icon file names +* In setup wizard put link to nextcloud installation +* Web view scales vertically +* Add a WebFlowCredentialsAccessManager +* Mac Application Icon +* Ensure GETFileJob notices finishing #6581 +* OAuth2: Try to refresh the token even if the credentials weren't ready. +* Tray workarounds #6545 +* UpdateInfo: Remove unused code +* OAuth: Remove the timeout +* TestOAuth: Don't have global static QObject +* Log: Adjust update/reconcile log verbosity +* Reconcile: When detecting a local move, keep the local mtime +* Wizard enhancement +* FolderMan::checkPathValidityForNewFolder: make sure to work when fold… +* Update: Report on readdir() errors #6610 +* Use encode()/decode() with Python 3 only +* Sqlite: Update bundled version to 3.24.0 +* Do not require server replies to contain an mtime +* Settings: Attempt to fix rename issue on old macOS +* Support higher resolution theme icons +* OAuth: Fix infinite loop when the refresh token is expired +* Windows: Don't ignore files with FILE_ATTRIBUTE_TEMPORARY +* Data-Fingerprint: Fix backup detection when fingerprint is empty +* Nautilus: Fix GET_MENU_ITEMS with utf8 filenames #6643 +* Windows: Release handle/fd when file open fails #6699 +* SettingsDialog: Show the page for the newly created account +* Updates submodule qtmacgoodies. +* Fixes #665 Adds slot for confirmShare button. +* Rename INSTALL to INSTALL.md for Preview :) +* Add cmake temporary stuff +* Inform user that configuration is not writable +* Uses QByteArray to store private key. +* Fix cmake command for linux in README too +* Build fix: remove an unused QtSvg/QSvgRenderer include +* Qtkeychain: 0.8.0 -> 0.9.1 +* Setup wizard: implement an animated and interactive slide show +* Theming for general settings ui +* Make the "Add Folder Sync Connection" button act like a button +* Allow to use the login flow with a self signed certificate +* Fix warning in ShareUserGroupWidget +* Copy over config file to new location on windows +* Update to translate strings +* Migrate http auth to webflow +* Margins +* Qt 5.5 compatibility patch for Xenial +* Fix cmake build of documentation +* Use Nextcloud +* Update isntaller background for OSX +* Fix ActivityWidget palette +* SettingsDialog: disable unnecessary wrapping for the about label +* Added default scheme when server returns just a host +* Removed explicit initialization; Fixed RAND_bytes not found +* Actually open the activity view on a click for more info +* Use a format that supports alpha channels for avatars +* L10n. Added space for correct grammar. + + +2.4 Series ChangeLog +==================== version 2.4.1 (2017-02-xx) * Ignore files with file names that can't be encoded for the filesystem (#6287, #5676, #5719) @@ -114,6 +247,10 @@ version 2.4.0 (2017-12-21) * Compile with stack-smashing protection * Updater: Rudimentary support for beta channel (#6048) + +2.3 Series ChangeLog +==================== + version 2.3.4 (2017-11-02) * Checksums: Use addData function to avoid endless loop CPU load issues with Office files * Packaging: Require ZLIB @@ -184,6 +321,10 @@ version 2.3.0 (2017-03-03) * Improved documentation * Crash fixes + +2.2 Series ChangeLog +==================== + version 2.2.4 (release 2016-09-27) * Dolphin Plugin: Use the Application name for the socket path (#5172) * SyncEngine: Fix renaming of folder when file are changed (#5195) @@ -248,6 +389,10 @@ version 2.2.0 (release 2016-05-12) * Update of QtKeyChain to support Windows credential store * Packaging of dolphin overlay icon module for bleeding edge distros + +2.1 Series ChangeLog +==================== + version 2.1.1 (release 2016-02-10) * UI improvements for HiDPI screens, error messages, RTL languages * Fix occurences of "Connection Closed" when a new unauthenticated TCP socket is used @@ -281,8 +426,8 @@ version 2.1 (release 2015-12-03) * Improved reconnecting after network change/disconnect (#4167 #3969 ...) * Improved performance in Windows file system discovery * Removed libneon-based propagator. As a consequence, The client can no - longer provide bandwith limiting on Linux-distributions where it is - using Qt < 5.4 +* longer provide bandwith limiting on Linux-distributions where it is +* using Qt < 5.4 * Performance improvements in the logging functions * Ensured that local disk space problems are handled gracefully (#2939) * Improved handling of checksums: transport validation, db (#3735) @@ -318,6 +463,10 @@ version 2.1 (release 2015-12-03) * Organized patches to our base Qt version into admin/qt/patches * Plus: A lot of unmentioned improvements and fixes + +2.0 Series ChangeLog +==================== + version 2.0.2 (release 2015-10-21) * csync_file_stat_s: Save a bit of memory * Shibboleth: Add our base user agent to WebKit @@ -393,6 +542,10 @@ version 2.0.0 (release 2015-08-25) * Bandwidth Throttling: Provide automatic limit setting for downloads (#3084) * Systray: Workaround for issue with Qt 5.5.0 #3656 + +1.8 Series ChangeLog +==================== + version 1.8.4 (release 2015-07-13) * Release to ship a security release of openSSL. No source changes of the ownCloud Client code. @@ -402,7 +555,7 @@ version 1.8.3 (release 2015-06-23) * Ignores: Force a remote discovery after ignore list change (#3172) * Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359) * System Ignores: Removed *.tmp from system ignore again. If a user - wants to ignore *.tmp, it needs to be added to the user ignore list. +* wants to ignore *.tmp, it needs to be added to the user ignore list. version 1.8.2 (release 2015-06-08) * Improve reporting of server error messages (#3220) @@ -415,16 +568,16 @@ version 1.8.2 (release 2015-06-08) * HTTP: Add the branding name to the UserAgent string * ConnectonValidator: Always run with new credentials (#3266) * Recall Feature: Admins can trigger an upload of a file from - client to server again (#3246) +* client to server again (#3246) * Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256) * Switch on checksum verification through branding or config * Add ability for checksum verification of up and download * Fix opening external links for some labels (#3135) * AccountState: Run only a single validator, allow error message - overriding (#3236, #3153) +* overriding (#3236, #3153) * SyncJournalDB: Minor fixes and simplificatons * SyncEngine: Force re-read of folder Etags for upgrades from - 1.8.0 and 1.8.1 +* 1.8.0 and 1.8.1 * Propagator: Limit length of temporary file name (#2789) * ShareDialog: Password ui fixes (#3189) * Fix startup hang by removing QSettings lock file (#3175) @@ -445,12 +598,12 @@ version 1.8.2 (release 2015-06-08) version 1.8.1 (release 2015-05-07) * Make "operation canceled" error a soft error * Do not throw an error for files that are scheduled to be removed, - but can not be found on the server. #2919 +* but can not be found on the server. #2919 * Windows: Reset QNAM to proper function after hibernation. #2899 #2895 #2973 * Fix argument verification of --confdir #2453 * Fix a crash when accessing a dangling UploadDevice pointer #2984 * Add-folder wizard: Make sure there is a scrollbar if folder names - are too long #2962 +* are too long #2962 * Add-folder Wizard: Select the newly created folder * Activity: Correctly restore column sizes #3005 * SSL Button: do not crash on empty certificate chain @@ -458,8 +611,8 @@ version 1.8.1 (release 2015-05-07) * Lookup system proxy async to avoid hangs #2993 #2802 * ShareDialog: Some GUI refinements * ShareDialog: On creation of a share always retrieve the share - This makes sure that if a default expiration date is set this is reflected - in the dialog. #2889 +* This makes sure that if a default expiration date is set this is reflected +* in the dialog. #2889 * ShareDialog: Only show share dialog if we are connected. * HttpCreds: Fill pw dialog with previous password. #2848 #2879 * HttpCreds: Delete password from old location. #2186 @@ -468,7 +621,7 @@ version 1.8.1 (release 2015-05-07) * ProtocolWidget: Always add seconds to the DateTime locale. #2535 * Updater: Give context as to which app is about to be updated #3040 * Windows: Add version information for owncloud.exe. This should help us know - what version or build number a crash report was generated with. +* what version or build number a crash report was generated with. * Fix a crash on shutdown in ~SocketApi #3057 * SyncEngine: Show more timing measurements #3064 * Discovery: Add warning if returned etag is 0 @@ -491,8 +644,8 @@ version 1.8.1 (release 2015-05-07) version 1.8.0 (release 2015-03-17) * Mac OS: HIDPI support * Support Sharing from desktop: Added a share dialog that can be - opened by context menu in the file managers (Win, Mac, Nautilus) - Supports public links with password enforcement +* opened by context menu in the file managers (Win, Mac, Nautilus) +* Supports public links with password enforcement * Enhanced usage of parallel HTTP requests for ownCloud 8 servers * Renamed github repository from mirall to client. * Mac OS: Use native notification support @@ -505,7 +658,7 @@ version 1.8.0 (release 2015-03-17) * Build with Qt 5.4 * Dropped libneon dependency if Qt 5.4 is available * Keep files open very short, that avoid lock problems on Windows - especially with office software but also others. +* especially with office software but also others. * Merged some NetBSD patches * Selective sync support for owncloudcmd * Reorganize the source repository @@ -514,13 +667,17 @@ version 1.8.0 (release 2015-03-17) * A huge amount of bug fixes in all areas of the client. * almost 700 commits since 1.7.1 + +1.7 Series ChangeLog +==================== + version 1.7.1 (release 2014-12-18) * Documentation fixes and updates * Nautilus Python plugin fixed for Python 3 * GUI wording fixes plus improved log messages * Fix hidning of the database files in the sync directories * Compare http download size with the header value to avoid broken - downloads, bug #2528 +* downloads, bug #2528 * Avoid initial ETag fetch job at startup, which is not needed. * Add chunk size http header to PUT requests * Fixed deteteCookie method of our CookieJar, fix for Shibboleth @@ -543,21 +700,20 @@ version 1.7.1 (release 2014-12-18) * Win32: Improve reliability of Installer, fix removal of Shell Extensions version 1.7.0 (release 2014-11-07) - * oC7 Sharing: Handle new sharing options of ownCloud 7 correctly. * Added Selective sync: Ability to unselect server folders which are - excluded from syncing, plus GUI and setup GUI +* excluded from syncing, plus GUI and setup GUI * Added overlay icons for Windows Explorer, Mac OS Finder and GNOME Nautilus. - Information is provided by the client via a local socket / named pipe API - which provides information about the sync status of files. +* Information is provided by the client via a local socket / named pipe API +* which provides information about the sync status of files. * Improved local change detection: consider file size, detect files - with ongoing changes and do not upload immediately +* with ongoing changes and do not upload immediately * Improved HTTP request timeout handler: all successful requests reset - the timeout counter +* the timeout counter * Improvements for syncing command line tool: netrc support, improved - SSL support, non interactive mode +* SSL support, non interactive mode * Permission system: ownCloud 7 delivers file and folder permissions, - added ability to deal with it for shared folders and more. +* added ability to deal with it for shared folders and more. * Ignore handling: Do not recurse into ignored or excluded directories * Major sync journal database improvements for more stability and performance * New library interface to sqlite3 @@ -566,35 +722,40 @@ version 1.7.0 (release 2014-11-07) * Improved logging: more useful meta info, removed noise * Updated to latest Qt5 versions on Windows and OS X * Fixed data loss when renaming a download temporary fails and there was - a conflict at the same time. +* a conflict at the same time. * Fixed missing warnings about reusing a sync folder when the back button - was used in the advanced folder setup wizard. +* was used in the advanced folder setup wizard. * The 'Retry Sync' button now also restarts all downloads. * Clean up temporary downloads and some extra database files when wiping a - folder. +* folder. * OS X: Sparkle update to provide pkg format properly * OS X: Change distribution format from dmg to pkg with new installer. * Windows: Fix handling of filenames with trailing dot or space * Windows: Don't use the wrong way to get file mtimes in the legacy propagator. + + +1.6 Series ChangeLog +==================== + version 1.6.4 (release 2014-10-22) * Fix startup logic, fixes bug #1989 * Fix raise dialog on X11 * Win32: fix overflow when computing the size of file > 4GiB * Use a fixed function to get files modification time, the - original one was broken for certain timezone issues, see - core bug #9781 for details +* original one was broken for certain timezone issues, see +* core bug #9781 for details * Added some missing copyright headers * Avoid data corruption due to wrong error handling, bug #2280 * Do improved request timeout handling to reduce the number of - timed out jobs, bug #2155 - version 1.6.3 (release 2014-09-03) +* timed out jobs, bug #2155 +* version 1.6.3 (release 2014-09-03) * Fixed updater on OS X * Fixed memory leak in SSL button that could lead to quick memory draining * Fixed upload problem with files >4 GB * MacOSX, Linux: Bring Settings window to front properly * Branded clients: If no configuration is detected, try to import the data - from a previously configured community edition. +* from a previously configured community edition. version 1.6.2 (release 2014-07-28 ) * Limit the HTTP buffer size when downloading to limit memory consumption. @@ -602,7 +763,7 @@ version 1.6.2 (release 2014-07-28 ) * Fix local file name clash detection for MacOSX. * Limit maximum wait time to ten seconds in network limiting. * Fix data corruption while trying to resume and the server does - not support it. +* not support it. * HTTP Credentials: Read password from legacy place if not found. * Shibboleth: Fix the waiting curser that would not disapear (#1915) * Limit memory usage to avoid mem wasting and crashes @@ -616,18 +777,18 @@ version 1.6.1 (release 2014-06-26 ) * Fix openSSL problems for windows deployment * Fix syncing a folder with '#' in the name * Fix #1845: do not update parent directory etag before sub - directories are removed +* directories are removed * Fix reappearing directories if dirs are removed during its - upload +* upload * Fix app version in settings dialog, General tab * Fix crash in FolderWizard when going offline * Shibboleth fixes * More specific error messages (file remove during upload, open - local sync file) +* local sync file) * Use QSet rather than QHash in SyncEngine (save memory) * Fix some memory leaks * Fix some thread race problems, ie. wait for neon thread to finish - before the propagator is shut down +* before the propagator is shut down * Fix a lot of issues and warnings found by Coverity * Fix Mac some settings dialog problems @@ -650,16 +811,16 @@ version 1.6.0 (release 2014-05-30 ) * Introduce a general timeout of 300s for network operations * Improve error handling, blacklisting * Job-based change propagation, enables faster parallel up/downloads - (right now only if no bandwidth limit is set and no proxy is used) +* (right now only if no bandwidth limit is set and no proxy is used) * Significantly reduced CPU load when checking for local and remote changes * Speed up file stat code on Windows * Enforce Qt5 for Windows and Mac OS X builds * Improved owncloudcmd: SSL support, documentation * Added advanced logging of operations (file .???.log in sync - directory) +* directory) * Avoid creating a temporary copy of the sync database (.ctmp) * Enable support for TLS 1.2 negotiation on platforms that use - Qt 5.2 or later +* Qt 5.2 or later * Forward server exception messages to client error messages * Mac OS X: Support Notification Center in OS X 10.8+ * Mac OS X: Use native settings dialog @@ -668,11 +829,15 @@ version 1.6.0 (release 2014-05-30 ) * Remove vio abstraction in csync * Avoid data loss when a client file system is not case sensitive + +1.5 Series ChangeLog +==================== + version 1.5.3 (release 2014-03-10 ) * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521) * Do not wipe the credentials from config for reconnect (#1499, #1503) * Do not erase the full account config if an old version of the client stored - the password (related to above) +* the password (related to above) * Fix layout of the network tab (fixes #1491) * Handle authentication requests by a Shibboleth IdP * Shibboleth: If no connection is available, don't open the login window @@ -701,34 +866,34 @@ version 1.5.2 (release 2014-02-26 ) version 1.5.1 (release 2014-02-13 ) * Added an auto updater that updates the client if a - more recent version was found automatically (Windows, Mac OS X) +* more recent version was found automatically (Windows, Mac OS X) * Added a button to the account dialog that gives information - about the encryption layer used for communication, plus a - certificate information widget +* about the encryption layer used for communication, plus a +* certificate information widget * Preserve the permission settings of local files rather than - setting them to a default (Bug #820) +* setting them to a default (Bug #820) * Handle windows lnk files correctly (Bug #1307) * Detect removes and renames in read only shares and - restore the gone away files. (Bug #1386) +* restore the gone away files. (Bug #1386) * Fixes sign in/sign out and password dialog. (Bug #1353) * Fixed error messages (Bug #1394) * Lots of fixes for building with Qt5 * Changes to network limits are now also applied during a - sync run +* sync run * Fixed mem leak after via valgrind on Mac * Imported the ocsync library into miralls repository. - Adopted all build systems and packaging to that. +* Adopted all build systems and packaging to that. * Introduce a new linux packaging scheme following the - debian upstream scheme +* debian upstream scheme * Use a refactored Linux file system watcher based on - inotify, incl. unit tests +* inotify, incl. unit tests * Wizard: Gracefully fall back to HTTP if HTTPS connection - fails, issuing a warning +* fails, issuing a warning * Fixed translation misses in the propagator * Fixes in proxy configuration * Fixes in sync journal handling * Fix the upload progress if the local source is still - changing when the upload begins. +* changing when the upload begins. * Add proxy support to owncloud commandline client * NSIS fixes * A lot of other fixes and minor improvements @@ -765,6 +930,10 @@ version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required * Windows: Fix rename of temporary files * Windows: Fix move file operation + +1.4 Series ChangeLog +==================== + version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required * Do not show the warning icon in the tray (#944) * Fix manual proxy support when switching (#1016) @@ -780,12 +949,11 @@ version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required * Progress: Show number of deletes. version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required - * Translation and documentation fixes. * Fixed error display in settings/status dialog, displays multi - line error messages now correctly. +* line error messages now correctly. * Wait up to 30 secs before complaining about missing systray - Fixes bug #949 +* Fixes bug #949 * Fixed utf8 issues with basic auth authentication, fixes bug #941 * Fixed remote folder selector, avoid recursive syncing, fixes bug #962 * Handle and display network problems at startup correctly. @@ -802,7 +970,6 @@ version 1.4.1 (release 2013-09-24 ), csync 0.90.1 required * Various minor code fixes version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required - * New Scheduler: Only sync when there are actual changes in the server * Add a Settings Dialog, move Proxy Settings there * Transform folder Status Dialog into Account Settings, provide feedback via context menu @@ -813,7 +980,7 @@ version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required * Move ability to switch to mono icons from a switch to a Settings option * Add "Launch on System Startup" GUI option * Add "Show Desktop Nofications"GUI option (enabled by default) - top optionally disable sync notifications +* top optionally disable sync notifications * Add Help item, pointing to online reference * Implement graphical selection of remote folders in FolderWizard * Allow custom ignore patterns @@ -832,11 +999,14 @@ version 1.4.0 (release 2013-09-04 ), csync 0.90.0 required * Require Qt 4.7 * Known issue: Under certain conditions, a file will only get uploaded after up to five minutes -version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required +1.3 Series ChangeLog +==================== + +version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required * Default proxy port to 8080 * Don't lose proxy settings when changing passwords - * Support SOCKS5 proxy (useful in combination with ssh *D) + * Support SOCKS5 proxy (useful in combination with ssh* *D) * Propagate proxy changes to csync at runtime * Improve proxy wizard * Display proxy errors @@ -852,7 +1022,7 @@ version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required * Remove journal when reusing a directory that used to have a journal before * Visual clean up of status dialog items * Wizard: When changing the URL or user name, allow the user to push his data - to the new location or wipe the folder and start from scratch +* to the new location or wipe the folder and start from scratch * Wizard: Make setting a custom folder as a sync target work again * Fix application icon * User-Agent now contains "Mozilla/5.0" and the Platform name (for firewall/proxy compat) @@ -860,6 +1030,10 @@ version 1.3.0 (release 2013-06-25 ), csync 0.80.0 required * New setup wizard, defaulting to root syncing (only for new setups) * Improved thread stop/termination + +1.2 Series ChangeLog +==================== + version 1.2.5 (release 2013-04-23 ), csync 0.70.7 required * [Fixes] NSIS installer fixes * [Fixes] Fix crash race by making certificateChain() thread safe @@ -925,6 +1099,10 @@ version 1.2.0 (release 2013-01-24 ), csync 0.70.2 required * [Platform] cmake fixes. * [Platform] Improved, more detailed error reporting. + +1.1 Series ChangeLog +==================== + version 1.1.4 (release 2012-12-19 ), csync 0.60.4 required * No changes to mirall, only csync fixes. @@ -934,7 +1112,7 @@ version 1.1.3 (release 2012-11-30 ), csync 0.60.3 required version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required * [Fixes] Allow to properly cancel the password dialog. * [Fixes] Share folder name correctly percent encoded with old Qt - 4.6 builds ie. Debian. +* * * * 4.6 builds ie. Debian. * [Fixes] If local sync dir is not existing, create it. * [Fixes] lots of other minor fixes. * [GUI] Display error messages in status dialog. @@ -942,30 +1120,30 @@ version 1.1.2 (release 2012-11-26 ), csync 0.60.2 required * [GUI] Show username for connection in statusdialog. * [GUI] Show intro wizard on new connection setup. * [APP] Use CredentialStore to better support various credential - backends. +* * * backends. * [APP] Handle missing local folder more robust: Create it if - missing instead of ignoring. +* * * missing instead of ignoring. * [APP] Simplify treewalk code. * [Platform] Fix Mac building version 1.1.1 (release 2012-10-18), csync 0.60.1 required - * [GUI] Allow changing folder name in single folder mode - * [GUI] Windows: Add license to installer - * [GUI] owncloud --logwindow will bring up the log window - in an already running instance + * [GUI]* Allow changing folder name in single folder mode + * [GUI]* Windows: Add license to installer + * [GUI]* owncloud --logwindow will bring up the log window +* * * * in an already running instance * [Fixes] Make sure SSL errors are always handled * [Fixes] Allow special characters in folder alias * [Fixes] Proper workaround for Menu bug in Ubuntu * [Fixes] csync: Fix improper memory cleanup which could - cause memory leaks and crashes +* * * * cause memory leaks and crashes * [Fixes] csync: Fix memory leak * [Fixes] csync: Allow single quote (') in file names * [Fixes] csync: Remove stray temporary files - * [GUI] Reworked tray context menu. - * [GUI] Users can now sync the server root folder. + * [GUI]* Reworked tray context menu. + * [GUI]* Users can now sync the server root folder. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC) - on Windows, reliability fixes across all OSes. +* * * * on Windows, reliability fixes across all OSes. * [Fixes] Url entry field in setup assistant handles http/https correctly. * [Fixes] Button enable state in status dialog. * [Fixes] Crash fixed on ending the client, tray icon related. @@ -978,11 +1156,15 @@ version 1.1.1 (release 2012-10-18), csync 0.60.1 required * [Platform] Windows: ownCloud gets added to autorun by default. * [Platform] insert correct version info from cmake. * [Platform] csync conf file and database were moved to the users app data - directory, away from the .csync dir. - * Renamed exclude.lst to sync-exclude.lst and moved it to - /etc/appName()/ for more clean packaging. From the user path, - still exclude.lst is read if sync-exclude.lst is not existing. - * Placed custom.ini with customization options to /etc/appName() +* * * * * directory, away from the .csync dir. + ** * * Renamed exclude.lst to sync-exclude.lst and moved it to +* * * * /etc/appName()/ for more clean packaging. From the user path, +* * * * still exclude.lst is read if sync-exclude.lst is not existing. + ** * * Placed custom.ini with customization options to /etc/appName() + + +1.0 Series ChangeLog +==================== version 1.0.5 (release 2012-08-14), csync 0.50.8 required * [Fixes] Fixed setup dialog: Really use https if checkbox is activated. @@ -1000,23 +1182,23 @@ version 1.0.4 (release 2012-08-10), csync 0.50.8 required * [GUI] Removed Log Window Button, log available through command line. * [GUI] Proxy configuration dialog added. * [GUI] Added Translations to languages Slovenian, Polish, Catalan, - Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak, - French, Russian, Japanese, Swedish, Portuguese (Portugal) - all with translation rate >90%. +* * * Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak, +* * * French, Russian, Japanese, Swedish, Portuguese (Portugal) +* * * all with translation rate >90%. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843) * [Fixes] Win32: Handle SSL dll loading correctly. * [Fixes] Many other small fixes and improvements. version 1.0.3 (release 2012-06-19), csync 0.50.7 required * [GUI] Added a log window which catches the logging if required and - allows to save for information. +* * * allows to save for information. * [CMI] Added options --help, --logfile and --logflush * [APP] Allow to specify sync frequency in the config file. * [Fixes] Do not use csync database files from a sync before. * [Fixes] In Connection wizard, write the final config onyl if - the user really accepted. Also remove the former database. +* * * * the user really accepted. Also remove the former database. * [Fixes] More user expected behaviour deletion of sync folder local - and remote. +* * * * and remote. * [Fixes] Allow special characters in the sync directory names * [Fixes] Win32: Fixed directory removal with special character dirs. * [Fixes] MacOS: Do not flood the system log any more @@ -1035,7 +1217,7 @@ version 1.0.2 (release 2012-05-18), csync 0.50.6 required * [Fixes] Dialogs comes to front on click * [Fixes] Open local sync folder from tray and status for win32 * [Fixes] Load exclude.lst correctly on MacOSX - + csync fixes. +* + csync fixes. version 1.0.1 (release 2012-04-18), csync 0.50.5 required * [Security] Support SSL Connections diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake index 7cc321c14..b6bc79c6b 100644 --- a/NEXTCLOUD.cmake +++ b/NEXTCLOUD.cmake @@ -3,10 +3,10 @@ set( APPLICATION_SHORTNAME "Nextcloud" ) set( APPLICATION_EXECUTABLE "nextcloud" ) set( APPLICATION_DOMAIN "nextcloud.com" ) set( APPLICATION_VENDOR "Nextcloud GmbH" ) -set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string "URL for updater" ) -set( APPLICATION_HELP_URL "" CACHE string "URL for the help menu" ) +set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE STRING "URL for updater" ) +set( APPLICATION_HELP_URL "" CACHE STRING "URL for the help menu" ) set( APPLICATION_ICON_NAME "Nextcloud" ) -set( APPLICATION_SERVER_URL "" CACHE string "URL for the server to use. If entered the server can only connect to this instance" ) +set( APPLICATION_SERVER_URL "" CACHE STRING "URL for the server to use. If entered the server can only connect to this instance" ) set( LINUX_PACKAGE_SHORTNAME "nextcloud" ) @@ -20,14 +20,14 @@ set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-back # set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt ) option( WITH_CRASHREPORTER "Build crashreporter" OFF ) -#set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" ) +#set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE STRING "URL for crash reporter" ) #set( CRASHREPORTER_ICON ":/owncloud-icon.png" ) option( WITH_PROVIDERS "Build with providers list" ON ) ## Theming options -set( APPLICATION_WIZARD_HEADER_BACKGROUND_COLOR "#0082c9" CACHE string "Hex color of the wizard header background") -set( APPLICATION_WIZARD_HEADER_TITLE_COLOR "#ffffff" CACHE string "Hex color of the text in the wizard header") +set( APPLICATION_WIZARD_HEADER_BACKGROUND_COLOR "#0082c9" CACHE STRING "Hex color of the wizard header background") +set( APPLICATION_WIZARD_HEADER_TITLE_COLOR "#ffffff" CACHE STRING "Hex color of the text in the wizard header") option( APPLICATION_WIZARD_USE_CUSTOM_LOGO "Use the logo from ':/client/theme/colored/wizard_logo.png' else the default application icon is used" ON ) diff --git a/VERSION.cmake b/VERSION.cmake index b08e6f944..8f780835c 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set( MIRALL_VERSION_MAJOR 2 ) -set( MIRALL_VERSION_MINOR 5 ) -set( MIRALL_VERSION_PATCH 3 ) +set( MIRALL_VERSION_MINOR 7 ) +set( MIRALL_VERSION_PATCH 0 ) set( MIRALL_VERSION_YEAR 2019 ) set( MIRALL_SOVERSION 0 ) diff --git a/admin/linux/debian/debian.cosmic/changelog b/admin/linux/debian/debian.eoan/changelog similarity index 66% rename from admin/linux/debian/debian.cosmic/changelog rename to admin/linux/debian/debian.eoan/changelog index 5316d79c5..184153cbc 100644 --- a/admin/linux/debian/debian.cosmic/changelog +++ b/admin/linux/debian/debian.eoan/changelog @@ -1,22 +1,22 @@ -nextcloud-client (2.3.3-1.0~cosmic1) cosmic; urgency=medium +nextcloud-client (2.3.3-1.0~eoan1) eoan; urgency=medium * Debian build support for the forked client. -- István Váradi Mon, 6 Nov 2017 20:20:04 +0100 -nextcloud-client (2.3.1-1.0~cosmic1) cosmic; urgency=medium +nextcloud-client (2.3.1-1.0~eoan1) eoan; urgency=medium * New upstream version -- István Váradi Thu, 23 Mar 2017 19:07:36 +0100 -nextcloud-client (2.3.0-1.0~cosmic1) cosmic; urgency=medium +nextcloud-client (2.3.0-1.0~eoan1) eoan; urgency=medium * New upstream version -- István Váradi Tue, 21 Mar 2017 19:34:13 +0100 -nextcloud-client (2.2.4-1.4~cosmic1) cosmic; urgency=medium +nextcloud-client (2.2.4-1.4~eoan1) eoan; urgency=medium * The locale-specific icon names are correct too diff --git a/admin/linux/debian/debian.eoan/control b/admin/linux/debian/debian.eoan/control new file mode 100644 index 000000000..f1ee4ce6a --- /dev/null +++ b/admin/linux/debian/debian.eoan/control @@ -0,0 +1,89 @@ +Source: nextcloud-client +Section: contrib/devel +Priority: optional +Maintainer: István Váradi +Build-Depends: cmake, + debhelper, + cdbs, + dh-python, + extra-cmake-modules (>= 5.16), + kdelibs5-dev, + libkf5kio-dev, + libcmocka-dev, + libhttp-dav-perl, + libinotify-dev [kfreebsd-any], + libqt5svg5-dev, + libqt5webkit5-dev, + libsqlite3-dev, + libssl-dev (>= 1.1.0), + zlib1g-dev, + optipng, + pkg-kde-tools, + python-sphinx | python3-sphinx, + python3-all, + qt5keychain-dev, + qtwebengine5-dev, + qtdeclarative5-dev, + qttools5-dev, + qttools5-dev-tools, + xvfb +Standards-Version: 3.9.8 +Homepage: https://github.com/nextcloud/client_theming +#Vcs-Git: git://anonscm.debian.org/collab-maint/nextcloud-client.git +#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/nextcloud-client.git + +Package: nextcloud-client +Architecture: any +Depends: libnextcloudsync0 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, nextcloud-client-l10n +Description: Nextcloud desktop sync client + Use the desktop client to keep your files synchronized + between your Nextcloud server and your desktop. Select + one or more directories on your local machine and always + have access to your latest files wherever you are. + +Package: libnextcloudsync0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Nextcloud sync library + Used by the Nextcloud desktop client as the synchronization engine. + +Package: libnextcloudsync-dev +Architecture: any +Section: contrib/libdevel +Depends: libnextcloudsync0 (=${binary:Version}), ${misc:Depends} +Description: Nextcloud sync library development files + The headers and development library for the Nextcloud sync library. + +Package: nextcloud-client-l10n +Architecture: all +Depends: ${misc:Depends} +Description: Nextcloud client internatialization files + The translation files. + +Package: nextcloud-client-nautilus +Architecture: all +Depends: nextcloud-client (>=${binary:Version}), libnextcloudsync0, python-nautilus, nautilus, ${misc:Depends} +Description: Nautilus plugin for Nextcloud + This package contains a Nautilus plugin to display + synchronization status icons for Nextcloud files. + +Package: nextcloud-client-nemo +Architecture: all +Depends: nextcloud-client (>=${binary:Version}), libnextcloudsync0, python-nemo | nemo-python, nemo, ${misc:Depends} +Description: Nemo plugin for Nextcloud + This package contains a Nemo plugin to display + synchronization status icons for Nextcloud files. + +Package: nextcloud-client-caja +Architecture: all +Depends: nextcloud-client (>=${binary:Version}), libnextcloudsync0, python-caja, caja, ${misc:Depends} +Description: Caja plugin for Nextcloud + This package contains a Caja plugin to display + synchronization status icons for Nextcloud files. + +Package: nextcloud-client-dolphin +Architecture: any +Depends: dolphin (>= 4:15.12.1), libnextcloudsync0 (= ${binary:Version}), nextcloud-client, ${misc:Depends}, ${shlibs:Depends} +Description: Dolphin plugin for Nextcloud + This package contains a Dolphin plugin to display + synchronization status icons for Nextcloud files. diff --git a/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch b/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch index 7d7710513..70c71d462 100644 --- a/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch +++ b/admin/linux/debian/debian.xenial/post-patches/qt5.5-compat.patch @@ -1,40 +1,12 @@ ---- nextcloud-client-2.4.0.orig/src/gui/wizard/owncloudoauthcredspage.cpp -+++ nextcloud-client-2.4.0/src/gui/wizard/owncloudoauthcredspage.cpp -@@ -53,10 +53,8 @@ OwncloudOAuthCredsPage::OwncloudOAuthCredsPage() - _ui.openLinkButton->setContextMenuPolicy(Qt::CustomContextMenu); - QObject::connect(_ui.openLinkButton, &QWidget::customContextMenuRequested, [this](const QPoint &pos) { - auto menu = new QMenu(_ui.openLinkButton); -- menu->addAction(tr("Copy link to clipboard"), this, [this] { -- if (_asyncAuth) -- QApplication::clipboard()->setText(_asyncAuth->authorisationLink().toString(QUrl::FullyEncoded)); -- }); -+ auto action = menu->addAction(tr("Copy link to clipboard")); -+ connect(action, &QAction::triggered, this, &OwncloudOAuthCredsPage::copyLinkToClipboard); - menu->setAttribute(Qt::WA_DeleteOnClose); - menu->popup(_ui.openLinkButton->mapToGlobal(pos)); - }); -@@ -131,4 +129,11 @@ bool OwncloudOAuthCredsPage::isComplete() const - return false; /* We can never go forward manually */ +--- nextcloud-client-2.5.3.orig/src/3rdparty/kmessagewidget/kmessagewidget.cpp 2019-07-26 18:40:34.949349387 +0000 ++++ nextcloud-client-2.5.3/src/3rdparty/kmessagewidget/kmessagewidget.cpp 2019-07-26 18:41:39.866478051 +0000 +@@ -105,6 +105,9 @@ + q->setMessageType(KMessageWidget::Information); } -+void OwncloudOAuthCredsPage::copyLinkToClipboard() -+{ -+ if (_asyncAuth) -+ QApplication::clipboard()->setText(_asyncAuth->authorisationLink().toString(QUrl::FullyEncoded)); -+} ++template ++constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; } + -+ - } // namespace OCC ---- nextcloud-client-2.4.0.orig/src/gui/wizard/owncloudoauthcredspage.h -+++ nextcloud-client-2.4.0/src/gui/wizard/owncloudoauthcredspage.h -@@ -57,6 +57,10 @@ public: - QString _refreshToken; - QScopedPointer _asyncAuth; - Ui_OwncloudOAuthCredsPage _ui; -+ -+protected slots: -+ void copyLinkToClipboard(); -+ - }; - - } // namespace OCC + void KMessageWidgetPrivate::createLayout() + { + delete content->layout(); diff --git a/admin/linux/debian/drone-build.sh b/admin/linux/debian/drone-build.sh index c97e130a7..0909a262a 100755 --- a/admin/linux/debian/drone-build.sh +++ b/admin/linux/debian/drone-build.sh @@ -51,7 +51,7 @@ if ! wget http://ppa.launchpad.net/${repo}/ubuntu/pool/main/n/nextcloud-client/n origsourceopt="-sa" fi -for distribution in xenial bionic cosmic disco stable; do +for distribution in xenial bionic disco eoan stable; do rm -rf nextcloud-client_${basever} cp -a ${DRONE_WORKSPACE} nextcloud-client_${basever} diff --git a/admin/linux/debian/scripts/git2changelog.py b/admin/linux/debian/scripts/git2changelog.py index 58bf9859d..3a1b44fb6 100755 --- a/admin/linux/debian/scripts/git2changelog.py +++ b/admin/linux/debian/scripts/git2changelog.py @@ -70,7 +70,9 @@ def collectEntries(baseCommit, baseVersion, kind): lastVersionTag = None lastCMAKEVersion = None for line in output.splitlines(): - (commit, name, email, date, revdate, subject) = line.split("\t") + words = line.split("\t") + (commit, name, email, date, revdate) = words[0:5] + subject = "\t".join(words[5:]) revdate = datetime.datetime.utcfromtimestamp(long(revdate)).strftime("%Y%m%d.%H%M%S") kind = "beta" diff --git a/admin/win/nsi/installer.ico b/admin/win/nsi/installer.ico index d7d4a81a1..1d1c18005 100644 Binary files a/admin/win/nsi/installer.ico and b/admin/win/nsi/installer.ico differ diff --git a/admin/win/nsi/page_header.bmp b/admin/win/nsi/page_header.bmp index e43824425..0a0a74715 100644 Binary files a/admin/win/nsi/page_header.bmp and b/admin/win/nsi/page_header.bmp differ diff --git a/admin/win/nsi/welcome.bmp b/admin/win/nsi/welcome.bmp index a3c8b45c0..519ea636f 100644 Binary files a/admin/win/nsi/welcome.bmp and b/admin/win/nsi/welcome.bmp differ diff --git a/client.qrc b/client.qrc index f1b66e5f6..f9952965a 100644 --- a/client.qrc +++ b/client.qrc @@ -28,6 +28,7 @@ resources/copy.svg resources/state-sync.svg resources/add.png + resources/state-info.svg diff --git a/cmake/modules/AddAppIconMacro.cmake b/cmake/modules/AddAppIconMacro.cmake index 5d9d9d855..4453a287e 100644 --- a/cmake/modules/AddAppIconMacro.cmake +++ b/cmake/modules/AddAppIconMacro.cmake @@ -47,7 +47,13 @@ macro (KDE4_ADD_APP_ICON appsources pattern) endif (fn MATCHES ".*128.*") if (fn MATCHES ".*256.*" ) list (APPEND _icons ${it}) - endif (fn MATCHES ".*256.*") + endif (fn MATCHES ".*256.*") + if (fn MATCHES ".*512.*" ) + list (APPEND _icons ${it}) + endif (fn MATCHES ".*512.*") + if (fn MATCHES ".*1024.*" ) + list (APPEND _icons ${it}) + endif (fn MATCHES ".*1024.*") endforeach (it) if (_icons) add_custom_command(OUTPUT ${_outfilename}.ico ${_outfilename}.rc @@ -104,14 +110,14 @@ macro (KDE4_ADD_APP_ICON appsources pattern) foreach (it ${files}) if (it MATCHES ".*sidebar-16.*") configure_file(${it} ${appsources}.iconset/sidebar_16x16.png COPYONLY) - elseif (it MATCHES ".*sidebar-18.*") - configure_file(${it} ${appsources}.iconset/sidebar_18x18.png COPYONLY) elseif (it MATCHES ".*sidebar-32.*") + configure_file(${it} ${appsources}.iconset/sidebar_18x18.png COPYONLY) configure_file(${it} ${appsources}.iconset/sidebar_16x16@2x.png COPYONLY) - configure_file(${it} ${appsources}.iconset/sidebar_32x32.png COPYONLY) - elseif (it MATCHES ".*sidebar-36.*") - configure_file(${it} ${appsources}.iconset/sidebar_18x18@2x.png COPYONLY) elseif (it MATCHES ".*sidebar-64.*") + configure_file(${it} ${appsources}.iconset/sidebar_18x18@2x.png COPYONLY) + elseif (it MATCHES ".*sidebar-128.*") + configure_file(${it} ${appsources}.iconset/sidebar_32x32.png COPYONLY) + elseif (it MATCHES ".*sidebar-256.*") configure_file(${it} ${appsources}.iconset/sidebar_32x32@2x.png COPYONLY) endif() endforeach (it) diff --git a/cmake/modules/ECMAddAppIcon.cmake b/cmake/modules/ECMAddAppIcon.cmake index 6932584fb..3934491bd 100644 --- a/cmake/modules/ECMAddAppIcon.cmake +++ b/cmake/modules/ECMAddAppIcon.cmake @@ -8,8 +8,8 @@ # # ecm_add_app_icon( # ICONS [ [...]] -# [SIDEBAR_ICONS [ [...]] # Since 5.4x -# [OUTFILE_BASE ]) # Since 5.4x +# [SIDEBAR_ICONS [ [...]] # Since 5.49 +# [OUTFILE_BASENAME ]) # Since 5.49 # ) # # The given icons, whose names must match the pattern:: @@ -27,20 +27,21 @@ # # ``SIDEBAR_ICONS`` can be used to add Mac OS X sidebar # icons to the generated iconset. They are used when a folder monitored by the -# application is dragged into Finder's sidebar. Since 5.4x. +# application is dragged into Finder's sidebar. Since 5.49. # -# ``OUTFILE_BASE`` will be used as the basename for the icon file. If -# you specify it, the icon file will be called ``.icns`` on Mac OS X -# and ``.ico`` on Windows. If you don't specify it, it defaults -# to ``.``. Since 5.4x. +# ``OUTFILE_BASENAME`` will be used as the basename for the icon file. If +# you specify it, the icon file will be called ``.icns`` on Mac OS X +# and ``.ico`` on Windows. If you don't specify it, it defaults +# to ``.``. Since 5.49. # # # Windows notes # * Icons are compiled into the executable using a resource file. # * Icons may not show up in Windows Explorer if the executable # target does not have the ``WIN32_EXECUTABLE`` property set. -# * The tool png2ico is required. See :find-module:`FindPng2Ico`. -# * Supported sizes: 16, 32, 48, 64, 128. +# * One of the tools png2ico (See :find-module:`FindPng2Ico`) or +# icotool (see :find-module:`FindIcoTool`) is required. +# * Supported sizes: 16, 24, 32, 48, 64, 128, 256, 512 and 1024. # # Mac OS X notes # * The executable target must have the ``MACOSX_BUNDLE`` property set. @@ -101,7 +102,7 @@ include(CMakeParseArguments) function(ecm_add_app_icon appsources) set(options) - set(oneValueArgs OUTFILE_BASE) + set(oneValueArgs OUTFILE_BASENAME) set(multiValueArgs ICONS SIDEBAR_ICONS) cmake_parse_arguments(ARG "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) @@ -138,9 +139,9 @@ function(ecm_add_app_icon appsources) endif() - _ecm_add_app_icon_categorize_icons("${ARG_ICONS}" "icons" "16;32;48;64;128;256;512;1024") + _ecm_add_app_icon_categorize_icons("${ARG_ICONS}" "icons" "16;24;32;48;64;128;256;512;1024") if(ARG_SIDEBAR_ICONS) - _ecm_add_app_icon_categorize_icons("${ARG_SIDEBAR_ICONS}" "sidebar_icons" "16;18;32;36;64") + _ecm_add_app_icon_categorize_icons("${ARG_SIDEBAR_ICONS}" "sidebar_icons" "16;32;64;128;256") endif() set(mac_icons @@ -151,31 +152,37 @@ function(ecm_add_app_icon appsources) ${icons_at_128px} ${icons_at_256px} ${icons_at_512px} - ${icons_at_1024px} + ${icons_at_1024px}) + set(mac_sidebar_icons # Sidebar Icons: https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/Finder.html#//apple_ref/doc/uid/TP40014214-CH15-SW15 ${sidebar_icons_at_16px} - ${sidebar_icons_at_18px} ${sidebar_icons_at_32px} - ${sidebar_icons_at_36px} - ${sidebar_icons_at_64px}) - if (NOT icons_at_128px) - message(AUTHOR_WARNING "No 128px icon provided; this will not work on Mac OS X") + ${sidebar_icons_at_64px} + ${sidebar_icons_at_128px} + ${sidebar_icons_at_256px}) + + if (NOT (mac_icons OR mac_sidebar_icons)) + message(AUTHOR_WARNING "No icons suitable for use on macOS provided") endif() - set(windows_icons ${icons_at_16px} - ${icons_at_32px} - ${icons_at_48px} - ${icons_at_64px} - ${icons_at_128px} - ${icons_at_256px}) - if (NOT windows_icons) + set(windows_icons ${icons_at_16px} + ${icons_at_24px} + ${icons_at_32px} + ${icons_at_48px} + ${icons_at_64px} + ${icons_at_128px} + ${icons_at_256px} + ${icons_at_512px} + ${icons_at_1024px}) + + if (NOT (windows_icons)) message(AUTHOR_WARNING "No icons suitable for use on Windows provided") endif() - if (ARG_OUTFILE_BASE) - set (_outfilebasename "${ARG_OUTFILE_BASE}") + if (ARG_OUTFILE_BASENAME) + set (_outfilebasename "${ARG_OUTFILE_BASENAME}") else() set (_outfilebasename "${appsources}") endif() @@ -185,26 +192,15 @@ function(ecm_add_app_icon appsources) set(saved_CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_FIND_MODULE_DIR}) find_package(Png2Ico) + find_package(IcoTool) set(CMAKE_MODULE_PATH "${saved_CMAKE_MODULE_PATH}") - if (Png2Ico_FOUND) - if (Png2Ico_HAS_RCFILE_ARGUMENT) - add_custom_command( - OUTPUT "${_outfilename}.rc" "${_outfilename}.ico" - COMMAND Png2Ico::Png2Ico - ARGS - --rcfile "${_outfilename}.rc" - "${_outfilename}.ico" - ${windows_icons} - DEPENDS ${windows_icons} - WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" - ) - else() + function(create_windows_icon_and_rc command args deps) add_custom_command( OUTPUT "${_outfilename}.ico" - COMMAND Png2Ico::Png2Ico - ARGS "${_outfilename}.ico" ${windows_icons} - DEPENDS ${windows_icons} + COMMAND ${command} + ARGS ${args} + DEPENDS ${deps} WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" ) # this bit's a little hacky to make the dependency stuff work @@ -216,12 +212,72 @@ function(ecm_add_app_icon appsources) DEPENDS "${_outfilename}.ico" WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" ) - endif() + endfunction() + + if (IcoTool_FOUND) + list(APPEND icotool_args "-c" "-o" "${_outfilename}.ico") + + # According to https://stackoverflow.com/a/40851713/2886832 + # Windows always chooses the first icon above 255px, all other ones will be ignored + set(maxSize 0) + foreach(size 256 512 1024) + if(icons_at_${size}px) + set(maxSize "${size}") + endif() + endforeach() + + foreach(size 16 24 32 48 64 128 ${maxSize}) + if(NOT icons_at_${size}px) + continue() + endif() + + set(icotool_icon_arg "") + if(size STREQUAL "${maxSize}") + # maxSize icon needs to be included as raw png + list(APPEND icotool_args "-r") + endif() + + foreach(icon ${icons_at_${size}px}) + list(APPEND icotool_args "${icons_at_${size}px}") + endforeach() + endforeach() + + create_windows_icon_and_rc(IcoTool::IcoTool "${icotool_args}" "${windows_icons_modern}") set(${appsources} "${${appsources}};${_outfilename}.rc" PARENT_SCOPE) + + # standard png2ico has no rcfile argument + # NOTE: We generally use https://github.com/hiiamok/png2ImageMagickICO + # or similar on windows, which is why we provide resolutions >= 256px here. + # Standard png2ico will fail with this. + elseif(Png2Ico_FOUND AND NOT Png2Ico_HAS_RCFILE_ARGUMENT AND windows_icons) + set(png2ico_args) + list(APPEND png2ico_args "${_outfilename}.ico") + list(APPEND png2ico_args "${windows_icons}") + create_windows_icon_and_rc(Png2Ico::Png2Ico "${png2ico_args}" "${windows_icons}") + + set(${appsources} "${${appsources}};${_outfilename}.rc" PARENT_SCOPE) + + # png2ico from kdewin provides rcfile argument + elseif(Png2Ico_FOUND AND windows_icons) + add_custom_command( + OUTPUT "${_outfilename}.rc" "${_outfilename}.ico" + COMMAND Png2Ico::Png2Ico + ARGS + --rcfile "${_outfilename}.rc" + "${_outfilename}.ico" + ${windows_icons} + DEPENDS ${windows_icons} + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + ) + + set(${appsources} "${${appsources}};${_outfilename}.rc" PARENT_SCOPE) + + # else none of the supported tools was found else() - message(WARNING "Unable to find the png2ico utility - application will not have an application icon!") + message(WARNING "Unable to find the png2ico or icotool utilities or icons in matching sizes - application will not have an application icon!") endif() - elseif (APPLE AND mac_icons) + + elseif (APPLE AND (mac_icons OR mac_sidebar_icons)) # first generate .iconset directory structure, then convert to .icns format using the Mac OS X "iconutil" utility, # to create retina compatible icon, you need png source files in pixel resolution 16x16, 32x32, 64x64, 128x128, # 256x256, 512x512, 1024x1024 @@ -246,8 +302,11 @@ function(ecm_add_app_icon appsources) WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" ) list(APPEND iconset_icons - "${_outfilename}.iconset/${type}_${sizename}.png") + "${_outfilename}.iconset/${type}_${sizename}.png") endmacro() + + # List of supported sizes and filenames taken from: + # https://developer.apple.com/library/content/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Optimizing/Optimizing.html#//apple_ref/doc/uid/TP40012302-CH7-SW4 foreach(size 16 32 128 256 512) math(EXPR double_size "2 * ${size}") foreach(file ${icons_at_${size}px}) @@ -258,14 +317,25 @@ function(ecm_add_app_icon appsources) endforeach() endforeach() - foreach(size 16 18 32) - math(EXPR double_size "2 * ${size}") - foreach(file ${sidebar_icons_at_${size}px}) - copy_icon("${file}" "${size}x${size}" "sidebar") - endforeach() - foreach(file ${sidebar_icons_at_${double_size}px}) - copy_icon("${file}" "${size}x${size}@2x" "sidebar") - endforeach() + # List of supported sizes and filenames taken from: + # https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/Finder.html#//apple_ref/doc/uid/TP40014214-CH15-SW15 + foreach(file ${sidebar_icons_at_16px}) + copy_icon("${file}" "16x16" "sidebar") + endforeach() + foreach(file ${sidebar_icons_at_32px}) + copy_icon("${file}" "16x16@2x" "sidebar") + endforeach() + foreach(file ${sidebar_icons_at_32px}) + copy_icon("${file}" "18x18" "sidebar") + endforeach() + foreach(file ${sidebar_icons_at_64px}) + copy_icon("${file}" "18x18@2x" "sidebar") + endforeach() + foreach(file ${sidebar_icons_at_128px}) + copy_icon("${file}" "32x32" "sidebar") + endforeach() + foreach(file ${sidebar_icons_at_256px}) + copy_icon("${file}" "32x32@2x" "sidebar") endforeach() # generate .icns icon file diff --git a/doc/visualtour.rst b/doc/visualtour.rst index 2feb9fd6b..8fd976666 100644 --- a/doc/visualtour.rst +++ b/doc/visualtour.rst @@ -99,7 +99,7 @@ Activity .. index:: activity, recent changes, sync activity The Activity window, which can be invoked either from the main menu (``Recent -Changes -> Details…``) or the Activity tab on the left side of the settings +Changes -> View more activity…``) or the Activity tab on the left side of the settings window, provides an in-depth account of the recent sync activity. It will show files that have not been synced because they are on the ignored files list, or because they cannot be synced in a cross-platform manner due to containing diff --git a/resources/state-info.svg b/resources/state-info.svg new file mode 100644 index 000000000..14b52e326 --- /dev/null +++ b/resources/state-info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/3rdparty/kmessagewidget/kmessagewidget.cpp b/src/3rdparty/kmessagewidget/kmessagewidget.cpp new file mode 100644 index 000000000..cd3563a1d --- /dev/null +++ b/src/3rdparty/kmessagewidget/kmessagewidget.cpp @@ -0,0 +1,512 @@ +/* This file is part of the KDE libraries + * + * Copyright (c) 2011 Aurélien Gâteau + * Copyright (c) 2014 Dominik Haumann + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ +#include "kmessagewidget.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +//--------------------------------------------------------------------- +// KMessageWidgetPrivate +//--------------------------------------------------------------------- +class KMessageWidgetPrivate +{ +public: + void init(KMessageWidget *); + + KMessageWidget *q; + QFrame *content = nullptr; + QLabel *iconLabel = nullptr; + QLabel *textLabel = nullptr; + QToolButton *closeButton = nullptr; + QTimeLine *timeLine = nullptr; + QIcon icon; + bool ignoreShowEventDoingAnimatedShow = false; + + KMessageWidget::MessageType messageType; + bool wordWrap; + QList buttons; + QPixmap contentSnapShot; + + void createLayout(); + void applyStyleSheet(); + void updateSnapShot(); + void updateLayout(); + void slotTimeLineChanged(qreal); + void slotTimeLineFinished(); + + int bestContentHeight() const; +}; + +void KMessageWidgetPrivate::init(KMessageWidget *q_ptr) +{ + q = q_ptr; + + q->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed); + + // Note: when changing the value 500, also update KMessageWidgetTest + timeLine = new QTimeLine(500, q); + QObject::connect(timeLine, SIGNAL(valueChanged(qreal)), q, SLOT(slotTimeLineChanged(qreal))); + QObject::connect(timeLine, SIGNAL(finished()), q, SLOT(slotTimeLineFinished())); + + content = new QFrame(q); + content->setObjectName(QStringLiteral("contentWidget")); + content->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); + + wordWrap = false; + + iconLabel = new QLabel(content); + iconLabel->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); + iconLabel->hide(); + + textLabel = new QLabel(content); + textLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); + textLabel->setTextInteractionFlags(Qt::TextBrowserInteraction); + QObject::connect(textLabel, &QLabel::linkActivated, q, &KMessageWidget::linkActivated); + QObject::connect(textLabel, &QLabel::linkHovered, q, &KMessageWidget::linkHovered); + + QAction *closeAction = new QAction(q); + closeAction->setText(KMessageWidget::tr("&Close")); + closeAction->setToolTip(KMessageWidget::tr("Close message")); + closeAction->setIcon(QIcon(":/client/resources/close.svg")); // ivan: NC customization + + QObject::connect(closeAction, &QAction::triggered, q, &KMessageWidget::animatedHide); + + closeButton = new QToolButton(content); + closeButton->setAutoRaise(true); + closeButton->setDefaultAction(closeAction); + + q->setMessageType(KMessageWidget::Information); +} + +void KMessageWidgetPrivate::createLayout() +{ + delete content->layout(); + + content->resize(q->size()); + + qDeleteAll(buttons); + buttons.clear(); + + Q_FOREACH (QAction *action, q->actions()) { + QToolButton *button = new QToolButton(content); + button->setDefaultAction(action); + button->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); + buttons.append(button); + } + + // AutoRaise reduces visual clutter, but we don't want to turn it on if + // there are other buttons, otherwise the close button will look different + // from the others. + closeButton->setAutoRaise(buttons.isEmpty()); + + if (wordWrap) { + QGridLayout *layout = new QGridLayout(content); + // Set alignment to make sure icon does not move down if text wraps + layout->addWidget(iconLabel, 0, 0, 1, 1, Qt::AlignHCenter | Qt::AlignTop); + layout->addWidget(textLabel, 0, 1); + + if (buttons.isEmpty()) { + // Use top-vertical alignment like the icon does. + layout->addWidget(closeButton, 0, 2, 1, 1, Qt::AlignHCenter | Qt::AlignTop); + } else { + // Use an additional layout in row 1 for the buttons. + QHBoxLayout *buttonLayout = new QHBoxLayout; + buttonLayout->addStretch(); + Q_FOREACH (QToolButton *button, buttons) { + // For some reason, calling show() is necessary if wordwrap is true, + // otherwise the buttons do not show up. It is not needed if + // wordwrap is false. + button->show(); + buttonLayout->addWidget(button); + } + buttonLayout->addWidget(closeButton); + layout->addItem(buttonLayout, 1, 0, 1, 2); + } + } else { + QHBoxLayout *layout = new QHBoxLayout(content); + layout->addWidget(iconLabel); + layout->addWidget(textLabel); + + for (QToolButton *button : qAsConst(buttons)) { + layout->addWidget(button); + } + + layout->addWidget(closeButton); + }; + + if (q->isVisible()) { + q->setFixedHeight(content->sizeHint().height()); + } + q->updateGeometry(); +} + +void KMessageWidgetPrivate::applyStyleSheet() +{ + QColor bgBaseColor; + + // We have to hardcode colors here because KWidgetsAddons is a tier 1 framework + // and therefore can't depend on any other KDE Frameworks + // The following RGB color values come from the "default" scheme in kcolorscheme.cpp + switch (messageType) { + case KMessageWidget::Positive: + bgBaseColor.setRgb(39, 174, 96); // Window: ForegroundPositive + break; + case KMessageWidget::Information: + bgBaseColor.setRgb(61, 174, 233); // Window: ForegroundActive + break; + case KMessageWidget::Warning: + bgBaseColor.setRgb(246, 116, 0); // Window: ForegroundNeutral + break; + case KMessageWidget::Error: + bgBaseColor.setRgb(218, 68, 83); // Window: ForegroundNegative + break; + } + const qreal bgBaseColorAlpha = 0.2; + bgBaseColor.setAlphaF(bgBaseColorAlpha); + + const QPalette palette = QGuiApplication::palette(); + const QColor windowColor = palette.window().color(); + const QColor textColor = palette.text().color(); + const QColor border = bgBaseColor; + + // Generate a final background color from overlaying bgBaseColor over windowColor + const int newRed = (bgBaseColor.red() * bgBaseColorAlpha) + (windowColor.red() * (1 - bgBaseColorAlpha)); + const int newGreen = (bgBaseColor.green() * bgBaseColorAlpha) + (windowColor.green() * (1 - bgBaseColorAlpha)); + const int newBlue = (bgBaseColor.blue() * bgBaseColorAlpha) + (windowColor.blue() * (1 - bgBaseColorAlpha)); + + const QColor bgFinalColor = QColor(newRed, newGreen, newBlue); + + content->setStyleSheet( + QString::fromLatin1(".QFrame {" + "background-color: %1;" + "border-radius: 4px;" + "border: 2px solid %2;" + "margin: %3px;" + "}" + ".QLabel { color: %4; }" + ) + .arg(bgFinalColor.name()) + .arg(border.name()) + // DefaultFrameWidth returns the size of the external margin + border width. We know our border is 1px, so we subtract this from the frame normal QStyle FrameWidth to get our margin + .arg(q->style()->pixelMetric(QStyle::PM_DefaultFrameWidth, nullptr, q) - 1) + .arg(textColor.name()) + ); +} + +void KMessageWidgetPrivate::updateLayout() +{ + if (content->layout()) { + createLayout(); + } +} + +void KMessageWidgetPrivate::updateSnapShot() +{ + // Attention: updateSnapShot calls QWidget::render(), which causes the whole + // window layouts to be activated. Calling this method from resizeEvent() + // can lead to infinite recursion, see: + // https://bugs.kde.org/show_bug.cgi?id=311336 + contentSnapShot = QPixmap(content->size() * q->devicePixelRatio()); + contentSnapShot.setDevicePixelRatio(q->devicePixelRatio()); + contentSnapShot.fill(Qt::transparent); + content->render(&contentSnapShot, QPoint(), QRegion(), QWidget::DrawChildren); +} + +void KMessageWidgetPrivate::slotTimeLineChanged(qreal value) +{ + q->setFixedHeight(qMin(value * 2, qreal(1.0)) * content->height()); + q->update(); +} + +void KMessageWidgetPrivate::slotTimeLineFinished() +{ + if (timeLine->direction() == QTimeLine::Forward) { + // Show + // We set the whole geometry here, because it may be wrong if a + // KMessageWidget is shown right when the toplevel window is created. + content->setGeometry(0, 0, q->width(), bestContentHeight()); + + // notify about finished animation + emit q->showAnimationFinished(); + } else { + // hide and notify about finished animation + q->hide(); + emit q->hideAnimationFinished(); + } +} + +int KMessageWidgetPrivate::bestContentHeight() const +{ + int height = content->heightForWidth(q->width()); + if (height == -1) { + height = content->sizeHint().height(); + } + return height; +} + +//--------------------------------------------------------------------- +// KMessageWidget +//--------------------------------------------------------------------- +KMessageWidget::KMessageWidget(QWidget *parent) + : QFrame(parent) + , d(new KMessageWidgetPrivate) +{ + d->init(this); +} + +KMessageWidget::KMessageWidget(const QString &text, QWidget *parent) + : QFrame(parent) + , d(new KMessageWidgetPrivate) +{ + d->init(this); + setText(text); +} + +KMessageWidget::~KMessageWidget() +{ + delete d; +} + +QString KMessageWidget::text() const +{ + return d->textLabel->text(); +} + +void KMessageWidget::setText(const QString &text) +{ + d->textLabel->setText(text); + updateGeometry(); +} + +KMessageWidget::MessageType KMessageWidget::messageType() const +{ + return d->messageType; +} + +void KMessageWidget::setMessageType(KMessageWidget::MessageType type) +{ + d->messageType = type; + d->applyStyleSheet(); +} + +QSize KMessageWidget::sizeHint() const +{ + ensurePolished(); + return d->content->sizeHint(); +} + +QSize KMessageWidget::minimumSizeHint() const +{ + ensurePolished(); + return d->content->minimumSizeHint(); +} + +bool KMessageWidget::event(QEvent *event) +{ + if (event->type() == QEvent::Polish && !d->content->layout()) { + d->createLayout(); + } else if (event->type() == QEvent::PaletteChange) { + d->applyStyleSheet(); + } else if (event->type() == QEvent::Show && !d->ignoreShowEventDoingAnimatedShow) { + if ((height() != d->content->height()) || (d->content->pos().y() != 0)) { + d->content->move(0, 0); + setFixedHeight(d->content->height()); + } + } + return QFrame::event(event); +} + +void KMessageWidget::resizeEvent(QResizeEvent *event) +{ + QFrame::resizeEvent(event); + + if (d->timeLine->state() == QTimeLine::NotRunning) { + d->content->resize(width(), d->bestContentHeight()); + } +} + +int KMessageWidget::heightForWidth(int width) const +{ + ensurePolished(); + return d->content->heightForWidth(width); +} + +void KMessageWidget::paintEvent(QPaintEvent *event) +{ + QFrame::paintEvent(event); + if (d->timeLine->state() == QTimeLine::Running) { + QPainter painter(this); + painter.setOpacity(d->timeLine->currentValue() * d->timeLine->currentValue()); + painter.drawPixmap(0, 0, d->contentSnapShot); + } +} + +bool KMessageWidget::wordWrap() const +{ + return d->wordWrap; +} + +void KMessageWidget::setWordWrap(bool wordWrap) +{ + d->wordWrap = wordWrap; + d->textLabel->setWordWrap(wordWrap); + QSizePolicy policy = sizePolicy(); + policy.setHeightForWidth(wordWrap); + setSizePolicy(policy); + d->updateLayout(); + // Without this, when user does wordWrap -> !wordWrap -> wordWrap, a minimum + // height is set, causing the widget to be too high. + // Mostly visible in test programs. + if (wordWrap) { + setMinimumHeight(0); + } +} + +bool KMessageWidget::isCloseButtonVisible() const +{ + return d->closeButton->isVisible(); +} + +void KMessageWidget::setCloseButtonVisible(bool show) +{ + d->closeButton->setVisible(show); + updateGeometry(); +} + +void KMessageWidget::addAction(QAction *action) +{ + QFrame::addAction(action); + d->updateLayout(); +} + +void KMessageWidget::removeAction(QAction *action) +{ + QFrame::removeAction(action); + d->updateLayout(); +} + +void KMessageWidget::animatedShow() +{ + // Test before styleHint, as there might have been a style change while animation was running + if (isHideAnimationRunning()) { + d->timeLine->stop(); + emit hideAnimationFinished(); + } + + if (!style()->styleHint(QStyle::SH_Widget_Animate, nullptr, this) + || (parentWidget() && !parentWidget()->isVisible())) { + show(); + emit showAnimationFinished(); + return; + } + + if (isVisible() && (d->timeLine->state() == QTimeLine::NotRunning) && (height() == d->bestContentHeight()) && (d->content->pos().y() == 0)) { + emit showAnimationFinished(); + return; + } + + d->ignoreShowEventDoingAnimatedShow = true; + show(); + d->ignoreShowEventDoingAnimatedShow = false; + setFixedHeight(0); + int wantedHeight = d->bestContentHeight(); + d->content->setGeometry(0, -wantedHeight, width(), wantedHeight); + + d->updateSnapShot(); + + d->timeLine->setDirection(QTimeLine::Forward); + if (d->timeLine->state() == QTimeLine::NotRunning) { + d->timeLine->start(); + } +} + +void KMessageWidget::animatedHide() +{ + // test this before isVisible, as animatedShow might have been called directly before, + // so the first timeline event is not yet done and the widget is still hidden + // And before styleHint, as there might have been a style change while animation was running + if (isShowAnimationRunning()) { + d->timeLine->stop(); + emit showAnimationFinished(); + } + + if (!style()->styleHint(QStyle::SH_Widget_Animate, nullptr, this)) { + hide(); + emit hideAnimationFinished(); + return; + } + + if (!isVisible()) { + // explicitly hide it, so it stays hidden in case it is only not visible due to the parents + hide(); + emit hideAnimationFinished(); + return; + } + + d->content->move(0, -d->content->height()); + d->updateSnapShot(); + + d->timeLine->setDirection(QTimeLine::Backward); + if (d->timeLine->state() == QTimeLine::NotRunning) { + d->timeLine->start(); + } +} + +bool KMessageWidget::isHideAnimationRunning() const +{ + return (d->timeLine->direction() == QTimeLine::Backward) + && (d->timeLine->state() == QTimeLine::Running); +} + +bool KMessageWidget::isShowAnimationRunning() const +{ + return (d->timeLine->direction() == QTimeLine::Forward) + && (d->timeLine->state() == QTimeLine::Running); +} + +QIcon KMessageWidget::icon() const +{ + return d->icon; +} + +void KMessageWidget::setIcon(const QIcon &icon) +{ + d->icon = icon; + if (d->icon.isNull()) { + d->iconLabel->hide(); + } else { + const int size = style()->pixelMetric(QStyle::PM_ToolBarIconSize); + d->iconLabel->setPixmap(d->icon.pixmap(size)); + d->iconLabel->show(); + } +} + +#include "moc_kmessagewidget.cpp" + diff --git a/src/3rdparty/kmessagewidget/kmessagewidget.h b/src/3rdparty/kmessagewidget/kmessagewidget.h new file mode 100644 index 000000000..cc2767bf9 --- /dev/null +++ b/src/3rdparty/kmessagewidget/kmessagewidget.h @@ -0,0 +1,346 @@ +/* This file is part of the KDE libraries + * + * Copyright (c) 2011 Aurélien Gâteau + * Copyright (c) 2014 Dominik Haumann + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ +#ifndef KMESSAGEWIDGET_H +#define KMESSAGEWIDGET_H + +#include + +class KMessageWidgetPrivate; + +/** + * @class KMessageWidget kmessagewidget.h KMessageWidget + * + * @short A widget to provide feedback or propose opportunistic interactions. + * + * KMessageWidget can be used to provide inline positive or negative + * feedback, or to implement opportunistic interactions. + * + * As a feedback widget, KMessageWidget provides a less intrusive alternative + * to "OK Only" message boxes. If you want to avoid a modal KMessageBox, + * consider using KMessageWidget instead. + * + * Examples of KMessageWidget look as follows, all of them having an icon set + * with setIcon(), and the first three show a close button: + * + * \image html kmessagewidget.png "KMessageWidget with different message types" + * + * Negative feedback + * + * The KMessageWidget can be used as a secondary indicator of failure: the + * first indicator is usually the fact the action the user expected to happen + * did not happen. + * + * Example: User fills a form, clicks "Submit". + * + * @li Expected feedback: form closes + * @li First indicator of failure: form stays there + * @li Second indicator of failure: a KMessageWidget appears on top of the + * form, explaining the error condition + * + * When used to provide negative feedback, KMessageWidget should be placed + * close to its context. In the case of a form, it should appear on top of the + * form entries. + * + * KMessageWidget should get inserted in the existing layout. Space should not + * be reserved for it, otherwise it becomes "dead space", ignored by the user. + * KMessageWidget should also not appear as an overlay to prevent blocking + * access to elements the user needs to interact with to fix the failure. + * + * Positive feedback + * + * KMessageWidget can be used for positive feedback but it shouldn't be + * overused. It is often enough to provide feedback by simply showing the + * results of an action. + * + * Examples of acceptable uses: + * + * @li Confirm success of "critical" transactions + * @li Indicate completion of background tasks + * + * Example of unadapted uses: + * + * @li Indicate successful saving of a file + * @li Indicate a file has been successfully removed + * + * Opportunistic interaction + * + * Opportunistic interaction is the situation where the application suggests to + * the user an action he could be interested in perform, either based on an + * action the user just triggered or an event which the application noticed. + * + * Example of acceptable uses: + * + * @li A browser can propose remembering a recently entered password + * @li A music collection can propose ripping a CD which just got inserted + * @li A chat application may notify the user a "special friend" just connected + * + * @author Aurélien Gâteau + * @since 4.7 + */ +class KMessageWidget : public QFrame +{ + Q_OBJECT + + Q_PROPERTY(QString text READ text WRITE setText) + Q_PROPERTY(bool wordWrap READ wordWrap WRITE setWordWrap) + Q_PROPERTY(bool closeButtonVisible READ isCloseButtonVisible WRITE setCloseButtonVisible) + Q_PROPERTY(MessageType messageType READ messageType WRITE setMessageType) + Q_PROPERTY(QIcon icon READ icon WRITE setIcon) +public: + + /** + * Available message types. + * The background colors are chosen depending on the message type. + */ + enum MessageType { + Positive, + Information, + Warning, + Error + }; + Q_ENUM(MessageType) + + /** + * Constructs a KMessageWidget with the specified @p parent. + */ + explicit KMessageWidget(QWidget *parent = nullptr); + + /** + * Constructs a KMessageWidget with the specified @p parent and + * contents @p text. + */ + explicit KMessageWidget(const QString &text, QWidget *parent = nullptr); + + /** + * Destructor. + */ + ~KMessageWidget() override; + + /** + * Get the text of this message widget. + * @see setText() + */ + QString text() const; + + /** + * Check whether word wrap is enabled. + * + * If word wrap is enabled, the message widget wraps the displayed text + * as required to the available width of the widget. This is useful to + * avoid breaking widget layouts. + * + * @see setWordWrap() + */ + bool wordWrap() const; + + /** + * Check whether the close button is visible. + * + * @see setCloseButtonVisible() + */ + bool isCloseButtonVisible() const; + + /** + * Get the type of this message. + * By default, the type is set to KMessageWidget::Information. + * + * @see KMessageWidget::MessageType, setMessageType() + */ + MessageType messageType() const; + + /** + * Add @p action to the message widget. + * For each action a button is added to the message widget in the + * order the actions were added. + * + * @param action the action to add + * @see removeAction(), QWidget::actions() + */ + void addAction(QAction *action); + + /** + * Remove @p action from the message widget. + * + * @param action the action to remove + * @see KMessageWidget::MessageType, addAction(), setMessageType() + */ + void removeAction(QAction *action); + + /** + * Returns the preferred size of the message widget. + */ + QSize sizeHint() const override; + + /** + * Returns the minimum size of the message widget. + */ + QSize minimumSizeHint() const override; + + /** + * Returns the required height for @p width. + * @param width the width in pixels + */ + int heightForWidth(int width) const override; + + /** + * The icon shown on the left of the text. By default, no icon is shown. + * @since 4.11 + */ + QIcon icon() const; + + /** + * Check whether the hide animation started by calling animatedHide() + * is still running. If animations are disabled, this function always + * returns @e false. + * + * @see animatedHide(), hideAnimationFinished() + * @since 5.0 + */ + bool isHideAnimationRunning() const; + + /** + * Check whether the show animation started by calling animatedShow() + * is still running. If animations are disabled, this function always + * returns @e false. + * + * @see animatedShow(), showAnimationFinished() + * @since 5.0 + */ + bool isShowAnimationRunning() const; + +public Q_SLOTS: + /** + * Set the text of the message widget to @p text. + * If the message widget is already visible, the text changes on the fly. + * + * @param text the text to display, rich text is allowed + * @see text() + */ + void setText(const QString &text); + + /** + * Set word wrap to @p wordWrap. If word wrap is enabled, the text() + * of the message widget is wrapped to fit the available width. + * If word wrap is disabled, the message widget's minimum size is + * such that the entire text fits. + * + * @param wordWrap disable/enable word wrap + * @see wordWrap() + */ + void setWordWrap(bool wordWrap); + + /** + * Set the visibility of the close button. If @p visible is @e true, + * a close button is shown that calls animatedHide() if clicked. + * + * @see closeButtonVisible(), animatedHide() + */ + void setCloseButtonVisible(bool visible); + + /** + * Set the message type to @p type. + * By default, the message type is set to KMessageWidget::Information. + * Appropriate colors are chosen to mimic the appearance of Kirigami's + * InlineMessage. + * + * @see messageType(), KMessageWidget::MessageType + */ + void setMessageType(KMessageWidget::MessageType type); + + /** + * Show the widget using an animation. + */ + void animatedShow(); + + /** + * Hide the widget using an animation. + */ + void animatedHide(); + + /** + * Define an icon to be shown on the left of the text + * @since 4.11 + */ + void setIcon(const QIcon &icon); + +Q_SIGNALS: + /** + * This signal is emitted when the user clicks a link in the text label. + * The URL referred to by the href anchor is passed in contents. + * @param contents text of the href anchor + * @see QLabel::linkActivated() + * @since 4.10 + */ + void linkActivated(const QString &contents); + + /** + * This signal is emitted when the user hovers over a link in the text label. + * The URL referred to by the href anchor is passed in contents. + * @param contents text of the href anchor + * @see QLabel::linkHovered() + * @since 4.11 + */ + void linkHovered(const QString &contents); + + /** + * This signal is emitted when the hide animation is finished, started by + * calling animatedHide(). If animations are disabled, this signal is + * emitted immediately after the message widget got hidden. + * + * @note This signal is @e not emitted if the widget was hidden by + * calling hide(), so this signal is only useful in conjunction + * with animatedHide(). + * + * @see animatedHide() + * @since 5.0 + */ + void hideAnimationFinished(); + + /** + * This signal is emitted when the show animation is finished, started by + * calling animatedShow(). If animations are disabled, this signal is + * emitted immediately after the message widget got shown. + * + * @note This signal is @e not emitted if the widget was shown by + * calling show(), so this signal is only useful in conjunction + * with animatedShow(). + * + * @see animatedShow() + * @since 5.0 + */ + void showAnimationFinished(); + +protected: + void paintEvent(QPaintEvent *event) override; + + bool event(QEvent *event) override; + + void resizeEvent(QResizeEvent *event) override; + +private: + KMessageWidgetPrivate *const d; + friend class KMessageWidgetPrivate; + + Q_PRIVATE_SLOT(d, void slotTimeLineChanged(qreal)) + Q_PRIVATE_SLOT(d, void slotTimeLineFinished()) +}; + +#endif /* KMESSAGEWIDGET_H */ diff --git a/src/common/utility_win.cpp b/src/common/utility_win.cpp index e3e4234e8..3706a4605 100644 --- a/src/common/utility_win.cpp +++ b/src/common/utility_win.cpp @@ -87,9 +87,36 @@ void setLaunchOnStartup_private(const QString &appName, const QString &guiName, } } +// TODO: Right now only detection on toggle/startup, not when windows theme is switched while nextcloud is running static inline bool hasDarkSystray_private() { - return true; + bool hasDarkSystray = true; + // Open registry key first, continue only on success (may be legitimately absent in earlier windows versions) + HKEY hKey; + LONG lRes = RegOpenKeyExW(HKEY_CURRENT_USER, L"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize", 0, KEY_READ, &hKey); + + // classical windows function - preserve buff size for DWORD, call ExW version, store regkey value in nResult + if (lRes == ERROR_SUCCESS) { + DWORD dwBufferSize(sizeof(DWORD)); + DWORD nResult(0); + + // https://docs.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regqueryvalueexw + LONG nError = ::RegQueryValueExW(hKey, + L"SystemUsesLightTheme", + NULL, + NULL, + reinterpret_cast(&nResult), + &dwBufferSize); + + // if RegQuery returned no error and light theme was found, change systray return value + if (nError == ERROR_SUCCESS && nResult == 1) + hasDarkSystray = false; + + return hasDarkSystray; + } else { + // fallback to true if regkey could not be determined + return hasDarkSystray; + } } QVariant Utility::registryGetKeyValue(HKEY hRootKey, const QString &subKey, const QString &valueName) diff --git a/src/csync/csync_exclude.cpp b/src/csync/csync_exclude.cpp index e3146a099..9a4f196ed 100644 --- a/src/csync/csync_exclude.cpp +++ b/src/csync/csync_exclude.cpp @@ -236,13 +236,29 @@ static CSYNC_EXCLUDE_TYPE _csync_excluded_common(const char *path, bool excludeC return match; } +static QByteArray leftIncludeLast(const QByteArray & arr, char c) +{ + // left up to and including `c` + return arr.left(arr.lastIndexOf(c, arr.size() - 2) + 1); +} using namespace OCC; -ExcludedFiles::ExcludedFiles() +ExcludedFiles::ExcludedFiles(QString localPath) + : _localPath(std::move(localPath)) { + Q_ASSERT(_localPath.endsWith("/")); // Windows used to use PathMatchSpec which allows *foo to match abc/deffoo. _wildcardsMatchSlash = Utility::isWindows(); + + // We're in a detached exclude probably coming from a partial sync or test + if (_localPath.isEmpty()) + return; + + // Load exclude file from base dir + QFileInfo fi(_localPath + ".sync-exclude.lst"); + if (fi.isReadable()) + addInTreeExcludeFilePath(fi.absoluteFilePath()); } ExcludedFiles::~ExcludedFiles() @@ -251,7 +267,13 @@ ExcludedFiles::~ExcludedFiles() void ExcludedFiles::addExcludeFilePath(const QString &path) { - _excludeFiles.insert(path); + _excludeFiles[_localPath.toUtf8()].append(path); +} + +void ExcludedFiles::addInTreeExcludeFilePath(const QString &path) +{ + BasePathByteArray basePath = leftIncludeLast(path.toUtf8(), '/'); + _excludeFiles[basePath].append(path); } void ExcludedFiles::setExcludeConflictFiles(bool onoff) @@ -261,9 +283,18 @@ void ExcludedFiles::setExcludeConflictFiles(bool onoff) void ExcludedFiles::addManualExclude(const QByteArray &expr) { - _manualExcludes.append(expr); - _allExcludes.append(expr); - prepare(); + addManualExclude(expr, _localPath.toUtf8()); +} + +void ExcludedFiles::addManualExclude(const QByteArray &expr, const QByteArray &basePath) +{ + Q_ASSERT(basePath.startsWith('/')); + Q_ASSERT(basePath.endsWith('/')); + + auto key = basePath; + _manualExcludes[key].append(expr); + _allExcludes[key].append(expr); + prepare(key); } void ExcludedFiles::clearManualExcludes() @@ -278,26 +309,47 @@ void ExcludedFiles::setWildcardsMatchSlash(bool onoff) prepare(); } +bool ExcludedFiles::loadExcludeFile(const QByteArray & basePath, const QString & file) +{ + QFile f(file); + if (!f.open(QIODevice::ReadOnly)) + return false; + + while (!f.atEnd()) { + QByteArray line = f.readLine().trimmed(); + if (line.isEmpty() || line.startsWith('#')) + continue; + csync_exclude_expand_escapes(line); + _allExcludes[basePath].append(line); + } + prepare(basePath); + return true; +} + bool ExcludedFiles::reloadExcludeFiles() { _allExcludes.clear(); + // clear all regex + _bnameTraversalRegexFile.clear(); + _bnameTraversalRegexDir.clear(); + _fullTraversalRegexFile.clear(); + _fullTraversalRegexDir.clear(); + _fullRegexFile.clear(); + _fullRegexDir.clear(); + bool success = true; - foreach (const QString &file, _excludeFiles) { - QFile f(file); - if (!f.open(QIODevice::ReadOnly)) { - success = false; - continue; - } - while (!f.atEnd()) { - QByteArray line = f.readLine().trimmed(); - if (line.isEmpty() || line.startsWith('#')) - continue; - csync_exclude_expand_escapes(line); - _allExcludes.append(line); + for (auto basePath : _excludeFiles.keys()) { + for (auto file : _excludeFiles.value(basePath)) { + success = loadExcludeFile(basePath, file); } } - _allExcludes.append(_manualExcludes); - prepare(); + + auto endManual = _manualExcludes.cend(); + for (auto kv = _manualExcludes.cbegin(); kv != endManual; ++kv) { + _allExcludes[kv.key()].append(kv.value()); + prepare(kv.key()); + } + return success; } @@ -311,13 +363,15 @@ bool ExcludedFiles::isExcluded( return true; } + //TODO this seems a waste, hidden files are ignored before hitting this function it seems if (excludeHidden) { QString path = filePath; // Check all path subcomponents, but to *not* check the base path: // We do want to be able to sync with a hidden folder as the target. while (path.size() > basePath.size()) { QFileInfo fi(path); - if (fi.isHidden() || fi.fileName().startsWith(QLatin1Char('.'))) { + if (fi.fileName() != ".sync-exclude.lst" + && (fi.isHidden() || fi.fileName().startsWith(QLatin1Char('.')))) { return true; } @@ -340,7 +394,7 @@ bool ExcludedFiles::isExcluded( return fullPatternMatch(relativePath.toUtf8(), type) != CSYNC_NOT_EXCLUDED; } -CSYNC_EXCLUDE_TYPE ExcludedFiles::traversalPatternMatch(const char *path, ItemType filetype) const +CSYNC_EXCLUDE_TYPE ExcludedFiles::traversalPatternMatch(const char *path, ItemType filetype) { auto match = _csync_excluded_common(path, _excludeConflictFiles); if (match != CSYNC_NOT_EXCLUDED) @@ -348,6 +402,15 @@ CSYNC_EXCLUDE_TYPE ExcludedFiles::traversalPatternMatch(const char *path, ItemTy if (_allExcludes.isEmpty()) return CSYNC_NOT_EXCLUDED; + // Directories are guaranteed to be visited before their files + if (filetype == ItemTypeDirectory) { + QFileInfo fi = QFileInfo(_localPath + path + "/.sync-exclude.lst"); + if (fi.isReadable()) { + addInTreeExcludeFilePath(fi.absoluteFilePath()); + loadExcludeFile(fi.absolutePath().toUtf8(), fi.absoluteFilePath()); + } + } + // Check the bname part of the path to see whether the full // regex should be run. @@ -359,35 +422,53 @@ CSYNC_EXCLUDE_TYPE ExcludedFiles::traversalPatternMatch(const char *path, ItemTy } QString bnameStr = QString::fromUtf8(bname); - QRegularExpressionMatch m; - if (filetype == ItemTypeDirectory) { - m = _bnameTraversalRegexDir.match(bnameStr); - } else { - m = _bnameTraversalRegexFile.match(bnameStr); - } - if (!m.hasMatch()) - return CSYNC_NOT_EXCLUDED; - if (m.capturedStart(QStringLiteral("exclude")) != -1) { - return CSYNC_FILE_EXCLUDE_LIST; - } else if (m.capturedStart(QStringLiteral("excluderemove")) != -1) { - return CSYNC_FILE_EXCLUDE_AND_REMOVE; - } + QByteArray basePath(_localPath.toUtf8() + path); + while (basePath.size() > _localPath.size()) { + basePath = leftIncludeLast(basePath, '/'); + QRegularExpressionMatch m; + if (filetype == ItemTypeDirectory + && _bnameTraversalRegexDir.contains(basePath)) { + m = _bnameTraversalRegexDir[basePath].match(bnameStr); + } else if (filetype == ItemTypeFile + && _bnameTraversalRegexFile.contains(basePath)) { + m = _bnameTraversalRegexFile[basePath].match(bnameStr); + } else { + continue; + } - // third capture: full path matching is triggered - QString pathStr = QString::fromUtf8(path); - - if (filetype == ItemTypeDirectory) { - m = _fullTraversalRegexDir.match(pathStr); - } else { - m = _fullTraversalRegexFile.match(pathStr); - } - if (m.hasMatch()) { + if (!m.hasMatch()) + return CSYNC_NOT_EXCLUDED; if (m.capturedStart(QStringLiteral("exclude")) != -1) { return CSYNC_FILE_EXCLUDE_LIST; } else if (m.capturedStart(QStringLiteral("excluderemove")) != -1) { return CSYNC_FILE_EXCLUDE_AND_REMOVE; } } + + // third capture: full path matching is triggered + QString pathStr = QString::fromUtf8(path); + basePath = _localPath.toUtf8() + path; + while (basePath.size() > _localPath.size()) { + basePath = leftIncludeLast(basePath, '/'); + QRegularExpressionMatch m; + if (filetype == ItemTypeDirectory + && _fullTraversalRegexDir.contains(basePath)) { + m = _fullTraversalRegexDir[basePath].match(pathStr); + } else if (filetype == ItemTypeFile + && _fullTraversalRegexFile.contains(basePath)) { + m = _fullTraversalRegexFile[basePath].match(pathStr); + } else { + continue; + } + + if (m.hasMatch()) { + if (m.capturedStart(QStringLiteral("exclude")) != -1) { + return CSYNC_FILE_EXCLUDE_LIST; + } else if (m.capturedStart(QStringLiteral("excluderemove")) != -1) { + return CSYNC_FILE_EXCLUDE_AND_REMOVE; + } + } + } return CSYNC_NOT_EXCLUDED; } @@ -400,23 +481,38 @@ CSYNC_EXCLUDE_TYPE ExcludedFiles::fullPatternMatch(const char *path, ItemType fi return CSYNC_NOT_EXCLUDED; QString p = QString::fromUtf8(path); - QRegularExpressionMatch m; - if (filetype == ItemTypeDirectory) { - m = _fullRegexDir.match(p); - } else { - m = _fullRegexFile.match(p); - } - if (m.hasMatch()) { - if (m.capturedStart(QStringLiteral("exclude")) != -1) { - return CSYNC_FILE_EXCLUDE_LIST; - } else if (m.capturedStart(QStringLiteral("excluderemove")) != -1) { - return CSYNC_FILE_EXCLUDE_AND_REMOVE; + // `path` seems to always be relative to `_localPath`, the tests however have not been + // written that way... this makes the tests happy for now. TODO Fix the tests at some point + if (path[0] == '/') + ++path; + + QByteArray basePath(_localPath.toUtf8() + path); + while (basePath.size() > _localPath.size()) { + basePath = leftIncludeLast(basePath, '/'); + QRegularExpressionMatch m; + if (filetype == ItemTypeDirectory + && _fullRegexDir.contains(basePath)) { + m = _fullRegexDir[basePath].match(p); + } else if (filetype == ItemTypeFile + && _fullRegexFile.contains(basePath)) { + m = _fullRegexFile[basePath].match(p); + } else { + continue; + } + + if (m.hasMatch()) { + if (m.capturedStart(QStringLiteral("exclude")) != -1) { + return CSYNC_FILE_EXCLUDE_LIST; + } else if (m.capturedStart(QStringLiteral("excluderemove")) != -1) { + return CSYNC_FILE_EXCLUDE_AND_REMOVE; + } } } + return CSYNC_NOT_EXCLUDED; } -auto ExcludedFiles::csyncTraversalMatchFun() const +auto ExcludedFiles::csyncTraversalMatchFun() -> std::function { return [this](const char *path, ItemType filetype) { return this->traversalPatternMatch(path, filetype); }; @@ -555,6 +651,22 @@ static QString extractBnameTrigger(const QString &exclude, bool wildcardsMatchSl void ExcludedFiles::prepare() { + // clear all regex + _bnameTraversalRegexFile.clear(); + _bnameTraversalRegexDir.clear(); + _fullTraversalRegexFile.clear(); + _fullTraversalRegexDir.clear(); + _fullRegexFile.clear(); + _fullRegexDir.clear(); + + for (auto const & basePath : _allExcludes.keys()) + prepare(basePath); +} + +void ExcludedFiles::prepare(const BasePathByteArray & basePath) +{ + Q_ASSERT(_allExcludes.contains(basePath)); + // Build regular expressions for the different cases. // // To compose the _bnameTraversalRegex, _fullTraversalRegex and _fullRegex @@ -596,7 +708,7 @@ void ExcludedFiles::prepare() pattern.append(appendMe); }; - for (auto exclude : _allExcludes) { + for (auto exclude : _allExcludes.value(basePath)) { if (exclude[0] == '\n') continue; // empty line if (exclude[0] == '\r') @@ -618,6 +730,15 @@ void ExcludedFiles::prepare() auto &fullFileDir = removeExcluded ? fullFileDirRemove : fullFileDirKeep; auto &fullDir = removeExcluded ? fullDirRemove : fullDirKeep; + if (fullPath) { + // The full pattern is matched against a path relative to _localPath, however exclude is + // relative to basePath at this point. + // We know for sure that both _localPath and basePath are absolute and that basePath is + // contained in _localPath. So we can simply remove it from the begining. + auto relPath = basePath.mid(_localPath.size()); + // Make exclude relative to _localPath + exclude.prepend(relPath); + } auto regexExclude = convertToRegexpSyntax(QString::fromUtf8(exclude), _wildcardsMatchSlash); if (!fullPath) { regexAppend(bnameFileDir, bnameDir, regexExclude, matchDirOnly); @@ -654,11 +775,11 @@ void ExcludedFiles::prepare() // (exclude)|(excluderemove)|(bname triggers). // If the third group matches, the fullActivatedRegex needs to be applied // to the full path. - _bnameTraversalRegexFile.setPattern( + _bnameTraversalRegexFile[basePath].setPattern( "^(?P" + bnameFileDirKeep + ")$|" + "^(?P" + bnameFileDirRemove + ")$|" + "^(?P" + bnameTriggerFileDir + ")$"); - _bnameTraversalRegexDir.setPattern( + _bnameTraversalRegexDir[basePath].setPattern( "^(?P" + bnameFileDirKeep + "|" + bnameDirKeep + ")$|" + "^(?P" + bnameFileDirRemove + "|" + bnameDirRemove + ")$|" + "^(?P" + bnameTriggerFileDir + "|" + bnameTriggerDir + ")$"); @@ -667,13 +788,13 @@ void ExcludedFiles::prepare() // the bname regex matches. Its basic form is (exclude)|(excluderemove)". // This pattern can be much simpler than fullRegex since we can assume a traversal // situation and doesn't need to look for bname patterns in parent paths. - _fullTraversalRegexFile.setPattern( + _fullTraversalRegexFile[basePath].setPattern( QLatin1String("") // Full patterns are anchored to the beginning + "^(?P" + fullFileDirKeep + ")(?:$|/)" + "|" + "^(?P" + fullFileDirRemove + ")(?:$|/)"); - _fullTraversalRegexDir.setPattern( + _fullTraversalRegexDir[basePath].setPattern( QLatin1String("") + "^(?P" + fullFileDirKeep + "|" + fullDirKeep + ")(?:$|/)" + "|" @@ -681,7 +802,7 @@ void ExcludedFiles::prepare() // The full regex is applied to the full path and incorporates both bname and // full-path patterns. It has the form "(exclude)|(excluderemove)". - _fullRegexFile.setPattern( + _fullRegexFile[basePath].setPattern( QLatin1String("(?P") // Full patterns are anchored to the beginning + "^(?:" + fullFileDirKeep + ")(?:$|/)" + "|" @@ -697,7 +818,7 @@ void ExcludedFiles::prepare() + "(?:^|/)(?:" + bnameFileDirRemove + ")(?:$|/)" + "|" + "(?:^|/)(?:" + bnameDirRemove + ")/" + ")"); - _fullRegexDir.setPattern( + _fullRegexDir[basePath].setPattern( QLatin1String("(?P") + "^(?:" + fullFileDirKeep + "|" + fullDirKeep + ")(?:$|/)" + "|" + "(?:^|/)(?:" + bnameFileDirKeep + "|" + bnameDirKeep + ")(?:$|/)" @@ -711,16 +832,16 @@ void ExcludedFiles::prepare() QRegularExpression::PatternOptions patternOptions = QRegularExpression::NoPatternOption; if (OCC::Utility::fsCasePreserving()) patternOptions |= QRegularExpression::CaseInsensitiveOption; - _bnameTraversalRegexFile.setPatternOptions(patternOptions); - _bnameTraversalRegexFile.optimize(); - _bnameTraversalRegexDir.setPatternOptions(patternOptions); - _bnameTraversalRegexDir.optimize(); - _fullTraversalRegexFile.setPatternOptions(patternOptions); - _fullTraversalRegexFile.optimize(); - _fullTraversalRegexDir.setPatternOptions(patternOptions); - _fullTraversalRegexDir.optimize(); - _fullRegexFile.setPatternOptions(patternOptions); - _fullRegexFile.optimize(); - _fullRegexDir.setPatternOptions(patternOptions); - _fullRegexDir.optimize(); + _bnameTraversalRegexFile[basePath].setPatternOptions(patternOptions); + _bnameTraversalRegexFile[basePath].optimize(); + _bnameTraversalRegexDir[basePath].setPatternOptions(patternOptions); + _bnameTraversalRegexDir[basePath].optimize(); + _fullTraversalRegexFile[basePath].setPatternOptions(patternOptions); + _fullTraversalRegexFile[basePath].optimize(); + _fullTraversalRegexDir[basePath].setPatternOptions(patternOptions); + _fullTraversalRegexDir[basePath].optimize(); + _fullRegexFile[basePath].setPatternOptions(patternOptions); + _fullRegexFile[basePath].optimize(); + _fullRegexDir[basePath].setPatternOptions(patternOptions); + _fullRegexDir[basePath].optimize(); } diff --git a/src/csync/csync_exclude.h b/src/csync/csync_exclude.h index 249ec7bff..0b1147791 100644 --- a/src/csync/csync_exclude.h +++ b/src/csync/csync_exclude.h @@ -66,7 +66,7 @@ class OCSYNC_EXPORT ExcludedFiles : public QObject { Q_OBJECT public: - ExcludedFiles(); + ExcludedFiles(QString localPath = "/"); ~ExcludedFiles(); /** @@ -75,6 +75,7 @@ public: * Does not load the file. Use reloadExcludeFiles() afterwards. */ void addExcludeFilePath(const QString &path); + void addInTreeExcludeFilePath(const QString &path); /** * Whether conflict files shall be excluded. @@ -95,12 +96,13 @@ public: bool excludeHidden) const; /** - * Adds an exclude pattern. + * Adds an exclude pattern anchored to base path * * Primarily used in tests. Patterns added this way are preserved when * reloadExcludeFiles() is called. */ void addManualExclude(const QByteArray &expr); + void addManualExclude(const QByteArray &expr, const QByteArray &basePath); /** * Removes all manually added exclude patterns. @@ -121,7 +123,7 @@ public: * Careful: The function will only be valid for as long as this * ExcludedFiles instance stays alive. */ - auto csyncTraversalMatchFun() const + auto csyncTraversalMatchFun() -> std::function; public slots: @@ -129,6 +131,10 @@ public slots: * Reloads the exclude patterns from the registered paths. */ bool reloadExcludeFiles(); + /** + * Loads the exclude patterns from file the registered base paths. + */ + bool loadExcludeFile(const QByteArray & basePath, const QString & file); private: /** @@ -156,10 +162,32 @@ private: * Note that this only matches patterns. It does not check whether the file * or directory pointed to is hidden (or whether it even exists). */ - CSYNC_EXCLUDE_TYPE traversalPatternMatch(const char *path, ItemType filetype) const; + CSYNC_EXCLUDE_TYPE traversalPatternMatch(const char *path, ItemType filetype); + + // Our BasePath need to end with '/' + class BasePathByteArray : public QByteArray + { + public: + BasePathByteArray(QByteArray && other) + : QByteArray(std::move(other)) + { + Q_ASSERT(this->endsWith('/')); + } + + BasePathByteArray(const QByteArray & other) + : QByteArray(other) + { + Q_ASSERT(this->endsWith('/')); + } + + BasePathByteArray(const char * data, int size = -1) + : BasePathByteArray(QByteArray(data, size)) + { + } + }; /** - * Generate optimized regular expressions for the exclude patterns. + * Generate optimized regular expressions for the exclude patterns anchored to basePath. * * The optimization works in two steps: First, all supported patterns are put * into _fullRegexFile/_fullRegexDir. These regexes can be applied to the full @@ -187,24 +215,28 @@ private: * full matcher would exclude. Example: "b" is excluded. traversal("b/c") * returns not-excluded because "c" isn't a bname activation pattern. */ + void prepare(const BasePathByteArray & basePath); + void prepare(); + + QString _localPath; /// Files to load excludes from - QSet _excludeFiles; + QMap> _excludeFiles; /// Exclude patterns added with addManualExclude() - QList _manualExcludes; + QMap> _manualExcludes; /// List of all active exclude patterns - QList _allExcludes; + QMap> _allExcludes; /// see prepare() - QRegularExpression _bnameTraversalRegexFile; - QRegularExpression _bnameTraversalRegexDir; - QRegularExpression _fullTraversalRegexFile; - QRegularExpression _fullTraversalRegexDir; - QRegularExpression _fullRegexFile; - QRegularExpression _fullRegexDir; + QMap _bnameTraversalRegexFile; + QMap _bnameTraversalRegexDir; + QMap _fullTraversalRegexFile; + QMap _fullTraversalRegexDir; + QMap _fullRegexFile; + QMap _fullRegexDir; bool _excludeConflictFiles = true; diff --git a/src/csync/csync_update.cpp b/src/csync/csync_update.cpp index fd6c6ec95..ecea21cae 100644 --- a/src/csync/csync_update.cpp +++ b/src/csync/csync_update.cpp @@ -124,7 +124,9 @@ static int _csync_detect_update(CSYNC *ctx, std::unique_ptr f * because it's a hidden file that should not be synced. * This code should probably be in csync_exclude, but it does not have the fs parameter. * Keep it here for now */ - if (ctx->ignore_hidden_files && (fs->is_hidden)) { + if (ctx->ignore_hidden_files + && fs->is_hidden + && !fs->path.endsWith(".sync-exclude.lst")) { qCInfo(lcUpdate, "file excluded because it is a hidden file: %s", fs->path.constData()); excluded = CSYNC_FILE_EXCLUDE_HIDDEN; } diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 4e739e25a..e806bebba 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -22,6 +22,7 @@ set(client_UI_SRCS generalsettings.ui legalnotice.ui ignorelisteditor.ui + ignorelisttablewidget.ui networksettings.ui activitywidget.ui synclogdialog.ui @@ -38,6 +39,8 @@ set(client_UI_SRCS wizard/owncloudconnectionmethoddialog.ui wizard/owncloudhttpcredspage.ui wizard/owncloudoauthcredspage.ui + wizard/flow2authcredspage.ui + wizard/flow2authwidget.ui wizard/owncloudsetupnocredspage.ui wizard/owncloudwizardresultpage.ui wizard/webview.ui @@ -59,6 +62,7 @@ set(client_SRCS generalsettings.cpp legalnotice.cpp ignorelisteditor.cpp + ignorelisttablewidget.cpp lockwatcher.cpp logbrowser.cpp navigationpanehelper.cpp @@ -103,6 +107,7 @@ set(client_SRCS creds/credentialsfactory.cpp creds/httpcredentialsgui.cpp creds/oauth.cpp + creds/flow2auth.cpp creds/webflowcredentials.cpp creds/webflowcredentialsdialog.cpp wizard/postfixlineedit.cpp @@ -111,6 +116,8 @@ set(client_SRCS wizard/owncloudconnectionmethoddialog.cpp wizard/owncloudhttpcredspage.cpp wizard/owncloudoauthcredspage.cpp + wizard/flow2authcredspage.cpp + wizard/flow2authwidget.cpp wizard/owncloudsetuppage.cpp wizard/owncloudwizardcommon.cpp wizard/owncloudwizard.cpp @@ -165,6 +172,7 @@ set(3rdparty_SRC ../3rdparty/qtsingleapplication/qtlocalpeer.cpp ../3rdparty/qtsingleapplication/qtsingleapplication.cpp ../3rdparty/qtsingleapplication/qtsinglecoreapplication.cpp + ../3rdparty/kmessagewidget/kmessagewidget.cpp ) if (APPLE) @@ -243,7 +251,7 @@ if(APPLE) file(GLOB_RECURSE OWNCLOUD_SIDEBAR_ICONS "${theme_dir}/colored/*-${APPLICATION_ICON_NAME}-sidebar*") MESSAGE(STATUS "OWNCLOUD_SIDEBAR_ICONS: ${APPLICATION_ICON_NAME}: ${OWNCLOUD_SIDEBAR_ICONS}") endif() -ecm_add_app_icon(final_src ICONS "${OWNCLOUD_ICONS}" SIDEBAR_ICONS "${OWNCLOUD_SIDEBAR_ICONS}" OUTFILE_BASE "${APPLICATION_ICON_NAME}") +ecm_add_app_icon(final_src ICONS "${OWNCLOUD_ICONS}" SIDEBAR_ICONS "${OWNCLOUD_SIDEBAR_ICONS}" OUTFILE_BASENAME "${APPLICATION_ICON_NAME}") if(UNIX AND NOT APPLE) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIE") @@ -265,6 +273,9 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE) endforeach(_file) install(FILES ${client_I18N} DESTINATION ${SHAREDIR}/${APPLICATION_EXECUTABLE}/i18n) else() + file(GLOB_RECURSE VISUAL_ELEMENTS "${theme_dir}/colored/*-${APPLICATION_ICON_NAME}-w10startmenu*") + install(FILES ${VISUAL_ELEMENTS} DESTINATION bin/visualelements) + install(FILES "${theme_dir}/${APPLICATION_EXECUTABLE}.VisualElementsManifest.xml" DESTINATION bin) install(FILES ${client_I18N} DESTINATION i18n) endif() @@ -329,6 +340,7 @@ target_include_directories(${APPLICATION_EXECUTABLE} PRIVATE ${CMAKE_SOURCE_DIR}/src/3rdparty/qtlockedfile ${CMAKE_SOURCE_DIR}/src/3rdparty/qtmacgoodies/src ${CMAKE_SOURCE_DIR}/src/3rdparty/qtsingleapplication + ${CMAKE_SOURCE_DIR}/src/3rdparty/kmessagewidget ${CMAKE_CURRENT_BINARY_DIR} ) diff --git a/src/gui/accountmanager.cpp b/src/gui/accountmanager.cpp index 8824ac7c7..ca00a4e17 100644 --- a/src/gui/accountmanager.cpp +++ b/src/gui/accountmanager.cpp @@ -342,9 +342,6 @@ AccountPtr AccountManager::createAccount() connect(acc.data(), &Account::proxyAuthenticationRequired, ProxyAuthHandler::instance(), &ProxyAuthHandler::handleProxyAuthenticationRequired); - connect(acc.data()->e2e(), &ClientSideEncryption::mnemonicGenerated, - &AccountManager::displayMnemonic); - return acc; } @@ -364,6 +361,7 @@ void AccountManager::displayMnemonic(const QString& mnemonic) widget->exec(); widget->resize(widget->sizeHint()); } + void AccountManager::shutdown() { auto accountsCopy = _accounts; diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 81f441f22..2fc324573 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -35,10 +35,12 @@ #include "filesystem.h" #include "clientsideencryptionjobs.h" #include "syncresult.h" +#include "ignorelisttablewidget.h" #include #include +#include #include #include #include @@ -194,6 +196,14 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) // Connect E2E stuff connect(this, &AccountSettings::requesetMnemonic, _accountState->account()->e2e(), &ClientSideEncryption::slotRequestMnemonic); connect(_accountState->account()->e2e(), &ClientSideEncryption::showMnemonic, this, &AccountSettings::slotShowMnemonic); + + connect(_accountState->account()->e2e(), &ClientSideEncryption::mnemonicGenerated, this, &AccountSettings::slotNewMnemonicGenerated); + if (_accountState->account()->e2e()->newMnemonicGenerated()) + { + slotNewMnemonicGenerated(); + } else { + ui->encryptionMessage->hide(); + } } @@ -222,6 +232,19 @@ void AccountSettings::createAccountToolbox() slotAccountAdded(_accountState); } + +void AccountSettings::slotNewMnemonicGenerated() +{ + ui->encryptionMessage->setText(tr("This account supports end-to-end encryption")); + + QAction *mnemonic = new QAction(tr("Enable encryption"), this); + connect(mnemonic, &QAction::triggered, this, &AccountSettings::requesetMnemonic); + connect(mnemonic, &QAction::triggered, ui->encryptionMessage, &KMessageWidget::hide); + + ui->encryptionMessage->addAction(mnemonic); + ui->encryptionMessage->show(); +} + void AccountSettings::slotMenuBeforeShow() { if (_menuShown) { return; @@ -401,7 +424,7 @@ bool AccountSettings::canEncryptOrDecrypt (const FolderStatusModel::SubFolderInf return true; } -void AccountSettings::slotMarkSubfolderEncrpted(const FolderStatusModel::SubFolderInfo* folderInfo) +void AccountSettings::slotMarkSubfolderEncrypted(const FolderStatusModel::SubFolderInfo* folderInfo) { if (!canEncryptOrDecrypt(folderInfo)) { return; @@ -518,6 +541,51 @@ void AccountSettings::slotLockForDecryptionError(const QByteArray& fileId, int h qDebug() << "Error Locking for decryption"; } +void AccountSettings::slotEditCurrentIgnoredFiles() +{ + Folder *f = FolderMan::instance()->folder(selectedFolderAlias()); + if (f == nullptr) + return; + openIgnoredFilesDialog(f->path()); +} + +void AccountSettings::slotEditCurrentLocalIgnoredFiles() +{ + QModelIndex selected = ui->_folderList->selectionModel()->currentIndex(); + if (!selected.isValid() || _model->classify(selected) != FolderStatusModel::SubFolder) + return; + QString fileName = _model->data(selected, FolderStatusDelegate::FolderPathRole).toString(); + openIgnoredFilesDialog(fileName); +} + +void AccountSettings::openIgnoredFilesDialog(const QString & absFolderPath) +{ + Q_ASSERT(absFolderPath.startsWith('/')); + Q_ASSERT(absFolderPath.endsWith('/')); + + const QString ignoreFile = absFolderPath + ".sync-exclude.lst"; + auto layout = new QVBoxLayout(); + auto ignoreListWidget = new IgnoreListTableWidget(this); + ignoreListWidget->readIgnoreFile(ignoreFile); + layout->addWidget(ignoreListWidget); + + auto buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel); + layout->addWidget(buttonBox); + + auto dialog = new QDialog(); + dialog->setLayout(layout); + + connect(buttonBox, &QDialogButtonBox::clicked, [=](QAbstractButton * button) { + if (buttonBox->buttonRole(button) == QDialogButtonBox::AcceptRole) + ignoreListWidget->slotWriteIgnoreFile(ignoreFile); + dialog->close(); + }); + connect(buttonBox, &QDialogButtonBox::rejected, + dialog, &QDialog::close); + + dialog->open(); +} + void AccountSettings::slotSubfolderContextMenuRequested(const QModelIndex& index, const QPoint& pos) { Q_UNUSED(pos); @@ -540,12 +608,16 @@ void AccountSettings::slotSubfolderContextMenuRequested(const QModelIndex& index if (!isEncrypted) { ac = menu.addAction(tr("Encrypt")); - connect(ac, &QAction::triggered, [this, &info] { slotMarkSubfolderEncrpted(info); }); + connect(ac, &QAction::triggered, [this, &info] { slotMarkSubfolderEncrypted(info); }); } else { // Ingore decrypting for now since it only works with an empty folder // connect(ac, &QAction::triggered, [this, &info] { slotMarkSubfolderDecrypted(info); }); } } + + ac = menu.addAction(tr("Edit Ignored Files")); + connect(ac, &QAction::triggered, this, &AccountSettings::slotEditCurrentLocalIgnoredFiles); + menu.exec(QCursor::pos()); } @@ -579,6 +651,9 @@ void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos) QAction *ac = menu->addAction(tr("Open folder")); connect(ac, &QAction::triggered, this, &AccountSettings::slotOpenCurrentFolder); + ac = menu->addAction(tr("Edit Ignored Files")); + connect(ac, &QAction::triggered, this, &AccountSettings::slotEditCurrentIgnoredFiles); + if (!ui->_folderList->isExpanded(index)) { ac = menu->addAction(tr("Choose what to sync")); ac->setEnabled(folderConnected); diff --git a/src/gui/accountsettings.h b/src/gui/accountsettings.h index e0132ae2f..ce1885d2d 100644 --- a/src/gui/accountsettings.h +++ b/src/gui/accountsettings.h @@ -80,6 +80,8 @@ protected slots: void slotRemoveCurrentFolder(); void slotOpenCurrentFolder(); // sync folder void slotOpenCurrentLocalSubFolder(); // selected subfolder in sync folder + void slotEditCurrentIgnoredFiles(); + void slotEditCurrentLocalIgnoredFiles(); void slotFolderWizardAccepted(); void slotFolderWizardRejected(); void slotDeleteAccount(); @@ -87,7 +89,7 @@ protected slots: void slotOpenAccountWizard(); void slotAccountAdded(AccountState *); void refreshSelectiveSyncStatus(); - void slotMarkSubfolderEncrpted(const FolderStatusModel::SubFolderInfo* folderInfo); + void slotMarkSubfolderEncrypted(const FolderStatusModel::SubFolderInfo* folderInfo); void slotMarkSubfolderDecrypted(const FolderStatusModel::SubFolderInfo* folderInfo); void slotSubfolderContextMenuRequested(const QModelIndex& idx, const QPoint& point); void slotCustomContextMenuRequested(const QPoint &); @@ -99,6 +101,7 @@ protected slots: // Encryption Related Stuff. void slotShowMnemonic(const QString &mnemonic); + void slotNewMnemonicGenerated(); void slotEncryptionFlagSuccess(const QByteArray &folderId); void slotEncryptionFlagError(const QByteArray &folderId, int httpReturnCode); @@ -109,7 +112,7 @@ protected slots: void slotUploadMetadataSuccess(const QByteArray& folderId); void slotUpdateMetadataError(const QByteArray& folderId, int httpReturnCode); - // Remove Encryotion Bit. + // Remove Encryption Bit. void slotLockForDecryptionSuccess(const QByteArray& folderId, const QByteArray& token); void slotLockForDecryptionError(const QByteArray& folderId, int httpReturnCode); void slotDeleteMetadataSuccess(const QByteArray& folderId); @@ -124,6 +127,7 @@ private: QStringList errors = QStringList()); bool event(QEvent *) override; void createAccountToolbox(); + void openIgnoredFilesDialog(const QString & absFolderPath); /// Returns the alias of the selected folder, empty string if none QString selectedFolderAlias() const; diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui index 705f1bdad..6fd35566f 100644 --- a/src/gui/accountsettings.ui +++ b/src/gui/accountsettings.ui @@ -6,136 +6,15 @@ 0 0 - 575 + 582 557 - Form + Form - - - - - - - - 0 - 0 - - - - - - - - - - - - 0 - 0 - - - - Connected with <server> as <user> - - - Qt::RichText - - - true - - - true - - - - - - - ... - - - - - - - - - - - - - 0 - 0 - - - - - - - Storage space: ... - - - Qt::PlainText - - - false - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 7 - - - - 100 - - - -1 - - - false - - - - - - - - - - 0 - 5 - - - - Qt::CustomContextMenu - - - QAbstractItemView::NoEditTriggers - - - true - - - - + @@ -267,6 +146,130 @@ + + + + + + + + 0 + 0 + + + + + + + + + + + + 0 + 0 + + + + Connected with <server> as <user> + + + Qt::RichText + + + true + + + true + + + + + + + ... + + + + + + + + + + + + + 0 + 0 + + + + + + + Storage space: ... + + + Qt::PlainText + + + false + + + + + + + false + + + + 0 + 0 + + + + + 16777215 + 7 + + + + 100 + + + -1 + + + false + + + + + + + + + + 0 + 5 + + + + Qt::CustomContextMenu + + + QAbstractItemView::NoEditTriggers + + + true + + + + + + @@ -280,6 +283,12 @@ QTreeView
folderstatusview.h
+ + KMessageWidget + QWidget +
kmessagewidget.h
+ 1 +
diff --git a/src/gui/activitylistmodel.cpp b/src/gui/activitylistmodel.cpp index 5b084784b..d35fd1368 100644 --- a/src/gui/activitylistmodel.cpp +++ b/src/gui/activitylistmodel.cpp @@ -103,10 +103,12 @@ QVariant ActivityListModel::data(const QModelIndex &index, int role) const || a._status == SyncFileItem::BlacklistedError) { return QIcon(QLatin1String(":/client/resources/state-error.svg")); } else if(a._status == SyncFileItem::SoftError - || a._status == SyncFileItem::FileIgnored || a._status == SyncFileItem::Conflict - || a._status == SyncFileItem::Restoration){ + || a._status == SyncFileItem::Restoration + || a._status == SyncFileItem::FileLocked){ return QIcon(QLatin1String(":/client/resources/state-warning.svg")); + } else if(a._status == SyncFileItem::FileIgnored){ + return QIcon(QLatin1String(":/client/resources/state-info.svg")); } return QIcon(QLatin1String(":/client/resources/state-sync.svg")); } diff --git a/src/gui/activitywidget.cpp b/src/gui/activitywidget.cpp index 71a86dd28..c293a0384 100644 --- a/src/gui/activitywidget.cpp +++ b/src/gui/activitywidget.cpp @@ -121,6 +121,11 @@ void ActivityWidget::slotProgressInfo(const QString &folder, const ProgressInfo continue; } + if(activity._status == SyncFileItem::FileLocked && !QFileInfo(f->path() + activity._file).exists()){ + _model->removeActivityFromActivityList(activity); + continue; + } + if(activity._status == SyncFileItem::FileIgnored && !QFileInfo(f->path() + activity._file).exists()){ _model->removeActivityFromActivityList(activity); diff --git a/src/gui/activitywidget.ui b/src/gui/activitywidget.ui index 695e45008..7e5e9f73c 100644 --- a/src/gui/activitywidget.ui +++ b/src/gui/activitywidget.ui @@ -11,7 +11,7 @@ - Form + Form @@ -81,7 +81,7 @@ - TextLabel + TextLabel Qt::RichText diff --git a/src/gui/creds/flow2auth.cpp b/src/gui/creds/flow2auth.cpp new file mode 100644 index 000000000..e570e01d4 --- /dev/null +++ b/src/gui/creds/flow2auth.cpp @@ -0,0 +1,176 @@ +/* + * Copyright (C) by Olivier Goffart + * Copyright (C) by Michael Schuster + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License + * for more details. + */ + +#include +#include +#include +#include "account.h" +#include "creds/flow2auth.h" +#include +#include +#include "theme.h" +#include "networkjobs.h" +#include "configfile.h" + +namespace OCC { + +Q_LOGGING_CATEGORY(lcFlow2auth, "nextcloud.sync.credentials.flow2auth", QtInfoMsg) + +Flow2Auth::~Flow2Auth() +{ +} + +void Flow2Auth::start() +{ + // Note: All startup code is in openBrowser() to allow reinitiate a new request with + // fresh tokens. Opening the same pollEndpoint link twice triggers an expiration + // message by the server (security, intended design). + openBrowser(); +} + +QUrl Flow2Auth::authorisationLink() const +{ + return _loginUrl; +} + +void Flow2Auth::openBrowser() +{ + _pollTimer.stop(); + + // Step 1: Initiate a login, do an anonymous POST request + QUrl url = Utility::concatUrlPath(_account->url().toString(), QLatin1String("/index.php/login/v2")); + + auto job = _account->sendRequest("POST", url); + job->setTimeout(qMin(30 * 1000ll, job->timeoutMsec())); + + QObject::connect(job, &SimpleNetworkJob::finishedSignal, this, [this](QNetworkReply *reply) { + auto jsonData = reply->readAll(); + QJsonParseError jsonParseError; + QJsonObject json = QJsonDocument::fromJson(jsonData, &jsonParseError).object(); + + QString pollToken = json.value("poll").toObject().value("token").toString(); + QString pollEndpoint = json.value("poll").toObject().value("endpoint").toString(); + QUrl loginUrl = json["login"].toString(); + + if (reply->error() != QNetworkReply::NoError || jsonParseError.error != QJsonParseError::NoError + || json.isEmpty() || pollToken.isEmpty() || pollEndpoint.isEmpty() || loginUrl.isEmpty()) { + QString errorReason; + QString errorFromJson = json["error"].toString(); + if (!errorFromJson.isEmpty()) { + errorReason = tr("Error returned from the server: %1") + .arg(errorFromJson.toHtmlEscaped()); + } else if (reply->error() != QNetworkReply::NoError) { + errorReason = tr("There was an error accessing the 'token' endpoint:
%1") + .arg(reply->errorString().toHtmlEscaped()); + } else if (jsonParseError.error != QJsonParseError::NoError) { + errorReason = tr("Could not parse the JSON returned from the server:
%1") + .arg(jsonParseError.errorString()); + } else { + errorReason = tr("The reply from the server did not contain all expected fields"); + } + qCWarning(lcFlow2auth) << "Error when getting the loginUrl" << json << errorReason; + emit result(Error); + return; + } + + + _loginUrl = loginUrl; + _pollToken = pollToken; + _pollEndpoint = pollEndpoint; + + + // Start polling + ConfigFile cfg; + std::chrono::milliseconds polltime = cfg.remotePollInterval(); + qCInfo(lcFlow2auth) << "setting remote poll timer interval to" << polltime.count() << "msec"; + _pollTimer.setInterval(polltime.count()); + QObject::connect(&_pollTimer, &QTimer::timeout, this, &Flow2Auth::slotPollTimerTimeout); + _pollTimer.start(); + + + // Try to open Browser + if (!QDesktopServices::openUrl(authorisationLink())) { + // We cannot open the browser, then we claim we don't support Flow2Auth. + // Our UI callee should ask the user to copy and open the link. + emit result(NotSupported, QString()); + } + }); +} + +void Flow2Auth::slotPollTimerTimeout() +{ + _pollTimer.stop(); + + // Step 2: Poll + QNetworkRequest req; + req.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded"); + + auto requestBody = new QBuffer; + QUrlQuery arguments(QString("token=%1").arg(_pollToken)); + requestBody->setData(arguments.query(QUrl::FullyEncoded).toLatin1()); + + auto job = _account->sendRequest("POST", _pollEndpoint, req, requestBody); + job->setTimeout(qMin(30 * 1000ll, job->timeoutMsec())); + + QObject::connect(job, &SimpleNetworkJob::finishedSignal, this, [this](QNetworkReply *reply) { + auto jsonData = reply->readAll(); + QJsonParseError jsonParseError; + QJsonObject json = QJsonDocument::fromJson(jsonData, &jsonParseError).object(); + + QUrl serverUrl = json["server"].toString(); + QString loginName = json["loginName"].toString(); + QString appPassword = json["appPassword"].toString(); + + if (reply->error() != QNetworkReply::NoError || jsonParseError.error != QJsonParseError::NoError + || json.isEmpty() || serverUrl.isEmpty() || loginName.isEmpty() || appPassword.isEmpty()) { + QString errorReason; + QString errorFromJson = json["error"].toString(); + if (!errorFromJson.isEmpty()) { + errorReason = tr("Error returned from the server: %1") + .arg(errorFromJson.toHtmlEscaped()); + } else if (reply->error() != QNetworkReply::NoError) { + errorReason = tr("There was an error accessing the 'token' endpoint:
%1") + .arg(reply->errorString().toHtmlEscaped()); + } else if (jsonParseError.error != QJsonParseError::NoError) { + errorReason = tr("Could not parse the JSON returned from the server:
%1") + .arg(jsonParseError.errorString()); + } else { + errorReason = tr("The reply from the server did not contain all expected fields"); + } + qCDebug(lcFlow2auth) << "Error when polling for the appPassword" << json << errorReason; + + // Forget sensitive data + appPassword.clear(); + loginName.clear(); + + // Failed: poll again + _pollTimer.start(); + return; + } + + // Success + qCInfo(lcFlow2auth) << "Success getting the appPassword for user: " << loginName << ", server: " << serverUrl.toString(); + + _account->setUrl(serverUrl); + + emit result(LoggedIn, loginName, appPassword); + + // Forget sensitive data + appPassword.clear(); + loginName.clear(); + }); +} + +} // namespace OCC diff --git a/src/gui/creds/flow2auth.h b/src/gui/creds/flow2auth.h new file mode 100644 index 000000000..b53834a11 --- /dev/null +++ b/src/gui/creds/flow2auth.h @@ -0,0 +1,68 @@ +/* + * Copyright (C) by Olivier Goffart + * Copyright (C) by Michael Schuster + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License + * for more details. + */ + +#pragma once +#include +#include +#include +#include "accountfwd.h" + +namespace OCC { + +/** + * Job that does the authorization, grants and fetches the access token via Login Flow v2 + * + * See: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#login-flow-v2 + * + */ +class Flow2Auth : public QObject +{ + Q_OBJECT +public: + Flow2Auth(Account *account, QObject *parent) + : QObject(parent) + , _account(account) + { + } + ~Flow2Auth(); + + enum Result { NotSupported, + LoggedIn, + Error }; + Q_ENUM(Result); + void start(); + void openBrowser(); + QUrl authorisationLink() const; + +signals: + /** + * The state has changed. + * when logged in, appPassword has the value of the app password. + */ + void result(Flow2Auth::Result result, const QString &user = QString(), const QString &appPassword = QString()); + +private slots: + void slotPollTimerTimeout(); + +private: + Account *_account; + QUrl _loginUrl; + QString _pollToken; + QString _pollEndpoint; + QTimer _pollTimer; +}; + + +} // namespace OCC diff --git a/src/gui/creds/shibboleth/shibbolethwebview.cpp b/src/gui/creds/shibboleth/shibbolethwebview.cpp index 8f54af751..8e4465b3c 100644 --- a/src/gui/creds/shibboleth/shibbolethwebview.cpp +++ b/src/gui/creds/shibboleth/shibbolethwebview.cpp @@ -90,7 +90,7 @@ ShibbolethWebView::ShibbolethWebView(AccountPtr account, QWidget *parent) QWebView *debugView = new QWebView(this); debugView->setPage(debugPage); QMainWindow *window = new QMainWindow(this); - window->setWindowTitle(tr("SSL Chipher Debug View")); + window->setWindowTitle(tr("SSL Cipher Debug View")); window->setCentralWidget(debugView); window->show(); } diff --git a/src/gui/creds/webflowcredentials.cpp b/src/gui/creds/webflowcredentials.cpp index 0912753d3..b34e6e054 100644 --- a/src/gui/creds/webflowcredentials.cpp +++ b/src/gui/creds/webflowcredentials.cpp @@ -14,6 +14,7 @@ #include "accessmanager.h" #include "account.h" +#include "configfile.h" #include "theme.h" #include "wizard/webview.h" #include "webflowcredentialsdialog.h" @@ -24,6 +25,13 @@ namespace OCC { Q_LOGGING_CATEGORY(lcWebFlowCredentials, "sync.credentials.webflow", QtInfoMsg) +namespace { + const char userC[] = "user"; + const char clientCertificatePEMC[] = "_clientCertificatePEM"; + const char clientKeyPEMC[] = "_clientKeyPEM"; + const char clientCaCertificatePEMC[] = "_clientCaCertificatePEM"; +} // ns + class WebFlowCredentialsAccessManager : public AccessManager { public: @@ -37,13 +45,27 @@ protected: QNetworkReply *createRequest(Operation op, const QNetworkRequest &request, QIODevice *outgoingData) override { QNetworkRequest req(request); - if (!req.attribute(HttpCredentials::DontAddCredentialsAttribute).toBool()) { + if (!req.attribute(WebFlowCredentials::DontAddCredentialsAttribute).toBool()) { if (_cred && !_cred->password().isEmpty()) { QByteArray credHash = QByteArray(_cred->user().toUtf8() + ":" + _cred->password().toUtf8()).toBase64(); req.setRawHeader("Authorization", "Basic " + credHash); } } + if (_cred && !_cred->_clientSslKey.isNull() && !_cred->_clientSslCertificate.isNull()) { + // SSL configuration + QSslConfiguration sslConfiguration = req.sslConfiguration(); + sslConfiguration.setLocalCertificate(_cred->_clientSslCertificate); + sslConfiguration.setPrivateKey(_cred->_clientSslKey); + + // Merge client side CA with system CA + auto ca = sslConfiguration.systemCaCertificates(); + ca.append(_cred->_clientSslCaCertificates); + sslConfiguration.setCaCertificates(ca); + + req.setSslConfiguration(sslConfiguration); + } + return AccessManager::createRequest(op, req, outgoingData); } @@ -53,22 +75,33 @@ private: QPointer _cred; }; +static void addSettingsToJob(Account *account, QKeychain::Job *job) +{ + Q_UNUSED(account) + auto settings = ConfigFile::settingsWithGroup(Theme::instance()->appName()); + settings->setParent(job); // make the job parent to make setting deleted properly + job->setSettings(settings.release()); +} + WebFlowCredentials::WebFlowCredentials() : _ready(false) , _credentialsValid(false) , _keychainMigration(false) + , _retryOnKeyChainError(false) { } -WebFlowCredentials::WebFlowCredentials(const QString &user, const QString &password, const QSslCertificate &certificate, const QSslKey &key) +WebFlowCredentials::WebFlowCredentials(const QString &user, const QString &password, const QSslCertificate &certificate, const QSslKey &key, const QList &caCertificates) : _user(user) , _password(password) , _clientSslKey(key) , _clientSslCertificate(certificate) + , _clientSslCaCertificates(caCertificates) , _ready(true) , _credentialsValid(true) , _keychainMigration(false) + , _retryOnKeyChainError(false) { } @@ -102,24 +135,29 @@ bool WebFlowCredentials::ready() const { void WebFlowCredentials::fetchFromKeychain() { _wasFetched = true; - // Make sure we get the user fromt he config file + // Make sure we get the user from the config file fetchUser(); if (ready()) { emit fetched(); } else { - qCInfo(lcWebFlowCredentials()) << "Fetch from keyhchain!"; + qCInfo(lcWebFlowCredentials()) << "Fetch from keychain!"; fetchFromKeychainHelper(); } } void WebFlowCredentials::askFromUser() { - _askDialog = new WebFlowCredentialsDialog(); + // LoginFlowV2 > WebViewFlow > OAuth > Shib > Basic + bool useFlow2 = (_account->serverVersionInt() >= Account::makeServerVersion(16, 0, 0)); - QUrl url = _account->url(); - QString path = url.path() + "/index.php/login/flow"; - url.setPath(path); - _askDialog->setUrl(url); + _askDialog = new WebFlowCredentialsDialog(_account, useFlow2); + + if (!useFlow2) { + QUrl url = _account->url(); + QString path = url.path() + "/index.php/login/flow"; + url.setPath(path); + _askDialog->setUrl(url); + } QString msg = tr("You have been logged out of %1 as user %2. Please login again") .arg(_account->displayName(), _user); @@ -133,7 +171,7 @@ void WebFlowCredentials::askFromUser() { } void WebFlowCredentials::slotAskFromUserCredentialsProvided(const QString &user, const QString &pass, const QString &host) { - Q_UNUSED(host); + Q_UNUSED(host) if (_user != user) { qCInfo(lcWebFlowCredentials()) << "Authed with the wrong user!"; @@ -142,10 +180,12 @@ void WebFlowCredentials::slotAskFromUserCredentialsProvided(const QString &user, .arg(_user); _askDialog->setError(msg); - QUrl url = _account->url(); - QString path = url.path() + "/index.php/login/flow"; - url.setPath(path); - _askDialog->setUrl(url); + if (!_askDialog->isUsingFlow2()) { + QUrl url = _account->url(); + QString path = url.path() + "/index.php/login/flow"; + url.setPath(path); + _askDialog->setUrl(url); + } return; } @@ -178,17 +218,128 @@ void WebFlowCredentials::persist() { return; } - _account->setCredentialSetting("user", _user); + _account->setCredentialSetting(userC, _user); _account->wantsAccountSaved(_account); - //TODO: Add ssl cert and key storing + // write cert if there is one + if (!_clientSslCertificate.isNull()) { + WritePasswordJob *job = new WritePasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); + job->setInsecureFallback(false); + connect(job, &Job::finished, this, &WebFlowCredentials::slotWriteClientCertPEMJobDone); + job->setKey(keychainKey(_account->url().toString(), _user + clientCertificatePEMC, _account->id())); + job->setBinaryData(_clientSslCertificate.toPem()); + job->start(); + } else { + // no cert, just write credentials + slotWriteClientCertPEMJobDone(); + } +} + +void WebFlowCredentials::slotWriteClientCertPEMJobDone() +{ + // write ssl key if there is one + if (!_clientSslKey.isNull()) { + WritePasswordJob *job = new WritePasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); + job->setInsecureFallback(false); + connect(job, &Job::finished, this, &WebFlowCredentials::slotWriteClientKeyPEMJobDone); + job->setKey(keychainKey(_account->url().toString(), _user + clientKeyPEMC, _account->id())); + job->setBinaryData(_clientSslKey.toPem()); + job->start(); + } else { + // no key, just write credentials + slotWriteClientKeyPEMJobDone(); + } +} + +void WebFlowCredentials::writeSingleClientCaCertPEM() +{ + // write a ca cert if there is any in the queue + if (!_clientSslCaCertificatesWriteQueue.isEmpty()) { + // grab and remove the first cert from the queue + auto cert = _clientSslCaCertificatesWriteQueue.dequeue(); + + auto index = (_clientSslCaCertificates.count() - _clientSslCaCertificatesWriteQueue.count()) - 1; + + // keep the limit + if (index > (_clientSslCaCertificatesMaxCount - 1)) { + qCWarning(lcWebFlowCredentials) << "Maximum client CA cert count exceeded while writing slot" << QString::number(index) << "), cutting off after " << QString::number(_clientSslCaCertificatesMaxCount) << "certs"; + + _clientSslCaCertificatesWriteQueue.clear(); + + slotWriteClientCaCertsPEMJobDone(nullptr); + return; + } + + WritePasswordJob *job = new WritePasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); + job->setInsecureFallback(false); + connect(job, &Job::finished, this, &WebFlowCredentials::slotWriteClientCaCertsPEMJobDone); + job->setKey(keychainKey(_account->url().toString(), _user + clientCaCertificatePEMC + QString::number(index), _account->id())); + job->setBinaryData(cert.toPem()); + job->start(); + } else { + slotWriteClientCaCertsPEMJobDone(nullptr); + } +} + +void WebFlowCredentials::slotWriteClientKeyPEMJobDone() +{ + _clientSslCaCertificatesWriteQueue.clear(); + + // write ca certs if there are any + if (!_clientSslCaCertificates.isEmpty()) { + // queue the certs to avoid trouble on Windows (Workaround for CredWriteW used by QtKeychain) + _clientSslCaCertificatesWriteQueue.append(_clientSslCaCertificates); + + // first ca cert + writeSingleClientCaCertPEM(); + } else { + slotWriteClientCaCertsPEMJobDone(nullptr); + } +} + +void WebFlowCredentials::slotWriteClientCaCertsPEMJobDone(QKeychain::Job *incomingJob) +{ + // errors / next ca cert? + if (incomingJob && !_clientSslCaCertificates.isEmpty()) { + WritePasswordJob *writeJob = static_cast(incomingJob); + + if (writeJob->error() != NoError) { + qCWarning(lcWebFlowCredentials) << "Error while writing client CA cert" << writeJob->errorString(); + } + + if (!_clientSslCaCertificatesWriteQueue.isEmpty()) { + // next ca cert + writeSingleClientCaCertPEM(); + return; + } + } + + // done storing ca certs, time for the password WritePasswordJob *job = new WritePasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); job->setInsecureFallback(false); + connect(job, &Job::finished, this, &WebFlowCredentials::slotWriteJobDone); job->setKey(keychainKey(_account->url().toString(), _user, _account->id())); job->setTextData(_password); job->start(); } +void WebFlowCredentials::slotWriteJobDone(QKeychain::Job *job) +{ + delete job->settings(); + switch (job->error()) { + case NoError: + break; + default: + qCWarning(lcWebFlowCredentials) << "Error while writing password" << job->errorString(); + } + WritePasswordJob *wjob = qobject_cast(job); + wjob->deleteLater(); +} + void WebFlowCredentials::invalidateToken() { // clear the session cookie. _account->clearCookieJar(); @@ -201,7 +352,7 @@ void WebFlowCredentials::invalidateToken() { QTimer::singleShot(0, _account, &Account::clearQNAMCache); } -void WebFlowCredentials::forgetSensitiveData(){ +void WebFlowCredentials::forgetSensitiveData() { _password = QString(); _ready = false; @@ -219,6 +370,15 @@ void WebFlowCredentials::forgetSensitiveData(){ job->start(); invalidateToken(); + + /* IMPORTANT + /* TODO: For "Log out" & "Remove account": Remove client CA certs and KEY! + * + * Disabled as long as selecting another cert is not supported by the UI. + * + * Being able to specify a new certificate is important anyway: expiry etc. + */ + //deleteKeychainEntries(); } void WebFlowCredentials::setAccount(Account *account) { @@ -229,12 +389,12 @@ void WebFlowCredentials::setAccount(Account *account) { } QString WebFlowCredentials::fetchUser() { - _user = _account->credentialSetting("user").toString(); + _user = _account->credentialSetting(userC).toString(); return _user; } void WebFlowCredentials::slotAuthentication(QNetworkReply *reply, QAuthenticator *authenticator) { - Q_UNUSED(reply); + Q_UNUSED(reply) if (!_ready) { return; @@ -260,12 +420,139 @@ void WebFlowCredentials::slotFinished(QNetworkReply *reply) { } void WebFlowCredentials::fetchFromKeychainHelper() { + // Read client cert from keychain + const QString kck = keychainKey( + _account->url().toString(), + _user + clientCertificatePEMC, + _keychainMigration ? QString() : _account->id()); + + ReadPasswordJob *job = new ReadPasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); + job->setInsecureFallback(false); + job->setKey(kck); + connect(job, &Job::finished, this, &WebFlowCredentials::slotReadClientCertPEMJobDone); + job->start(); +} + +void WebFlowCredentials::slotReadClientCertPEMJobDone(QKeychain::Job *incomingJob) +{ +#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) + Q_ASSERT(!incomingJob->insecureFallback()); // If insecureFallback is set, the next test would be pointless + if (_retryOnKeyChainError && (incomingJob->error() == QKeychain::NoBackendAvailable + || incomingJob->error() == QKeychain::OtherError)) { + // Could be that the backend was not yet available. Wait some extra seconds. + // (Issues #4274 and #6522) + // (For kwallet, the error is OtherError instead of NoBackendAvailable, maybe a bug in QtKeychain) + qCInfo(lcWebFlowCredentials) << "Backend unavailable (yet?) Retrying in a few seconds." << incomingJob->errorString(); + QTimer::singleShot(10000, this, &WebFlowCredentials::fetchFromKeychainHelper); + _retryOnKeyChainError = false; + return; + } + _retryOnKeyChainError = false; +#endif + + // Store PEM in memory + ReadPasswordJob *readJob = static_cast(incomingJob); + if (readJob->error() == NoError && readJob->binaryData().length() > 0) { + QList sslCertificateList = QSslCertificate::fromData(readJob->binaryData(), QSsl::Pem); + if (sslCertificateList.length() >= 1) { + _clientSslCertificate = sslCertificateList.at(0); + } + } + + // Load key too + const QString kck = keychainKey( + _account->url().toString(), + _user + clientKeyPEMC, + _keychainMigration ? QString() : _account->id()); + + ReadPasswordJob *job = new ReadPasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); + job->setInsecureFallback(false); + job->setKey(kck); + connect(job, &Job::finished, this, &WebFlowCredentials::slotReadClientKeyPEMJobDone); + job->start(); +} + +void WebFlowCredentials::slotReadClientKeyPEMJobDone(QKeychain::Job *incomingJob) +{ + // Store key in memory + ReadPasswordJob *readJob = static_cast(incomingJob); + + if (readJob->error() == NoError && readJob->binaryData().length() > 0) { + QByteArray clientKeyPEM = readJob->binaryData(); + // FIXME Unfortunately Qt has a bug and we can't just use QSsl::Opaque to let it + // load whatever we have. So we try until it works. + _clientSslKey = QSslKey(clientKeyPEM, QSsl::Rsa); + if (_clientSslKey.isNull()) { + _clientSslKey = QSslKey(clientKeyPEM, QSsl::Dsa); + } + if (_clientSslKey.isNull()) { + _clientSslKey = QSslKey(clientKeyPEM, QSsl::Ec); + } + if (_clientSslKey.isNull()) { + qCWarning(lcWebFlowCredentials) << "Could not load SSL key into Qt!"; + } + } + + // Start fetching client CA certs + _clientSslCaCertificates.clear(); + + readSingleClientCaCertPEM(); +} + +void WebFlowCredentials::readSingleClientCaCertPEM() +{ + // try to fetch a client ca cert + if (_clientSslCaCertificates.count() < _clientSslCaCertificatesMaxCount) { + const QString kck = keychainKey( + _account->url().toString(), + _user + clientCaCertificatePEMC + QString::number(_clientSslCaCertificates.count()), + _keychainMigration ? QString() : _account->id()); + + ReadPasswordJob *job = new ReadPasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); + job->setInsecureFallback(false); + job->setKey(kck); + connect(job, &Job::finished, this, &WebFlowCredentials::slotReadClientCaCertsPEMJobDone); + job->start(); + } else { + qCWarning(lcWebFlowCredentials) << "Maximum client CA cert count exceeded while reading, ignoring after " << _clientSslCaCertificatesMaxCount; + + slotReadClientCaCertsPEMJobDone(nullptr); + } +} + +void WebFlowCredentials::slotReadClientCaCertsPEMJobDone(QKeychain::Job *incomingJob) { + // Store key in memory + ReadPasswordJob *readJob = static_cast(incomingJob); + + if (readJob) { + if (readJob->error() == NoError && readJob->binaryData().length() > 0) { + QList sslCertificateList = QSslCertificate::fromData(readJob->binaryData(), QSsl::Pem); + if (sslCertificateList.length() >= 1) { + _clientSslCaCertificates.append(sslCertificateList.at(0)); + } + + // try next cert + readSingleClientCaCertPEM(); + return; + } else { + if (readJob->error() != QKeychain::Error::EntryNotFound || + (readJob->error() == QKeychain::Error::EntryNotFound) && _clientSslCaCertificates.count() == 0) { + qCWarning(lcWebFlowCredentials) << "Unable to read client CA cert slot " << QString::number(_clientSslCaCertificates.count()) << readJob->errorString(); + } + } + } + + // Now fetch the actual server password const QString kck = keychainKey( _account->url().toString(), _user, _keychainMigration ? QString() : _account->id()); ReadPasswordJob *job = new ReadPasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); job->setInsecureFallback(false); job->setKey(kck); connect(job, &Job::finished, this, &WebFlowCredentials::slotReadPasswordJobDone); @@ -283,6 +570,10 @@ void WebFlowCredentials::slotReadPasswordJobDone(Job *incomingJob) { return; } + if (_user.isEmpty()) { + qCWarning(lcWebFlowCredentials) << "Strange: User is empty!"; + } + if (error == QKeychain::NoError) { _password = job->textData(); _ready = true; @@ -296,16 +587,29 @@ void WebFlowCredentials::slotReadPasswordJobDone(Job *incomingJob) { if (_keychainMigration && _ready) { _keychainMigration = false; persist(); - deleteOldKeychainEntries(); + deleteKeychainEntries(true); // true: delete old entries qCInfo(lcWebFlowCredentials) << "Migrated old keychain entries"; } } -void WebFlowCredentials::deleteOldKeychainEntries() { - DeletePasswordJob *job = new DeletePasswordJob(Theme::instance()->appName()); - job->setInsecureFallback(false); - job->setKey(keychainKey(_account->url().toString(), _user, QString())); - job->start(); +void WebFlowCredentials::deleteKeychainEntries(bool oldKeychainEntries) { + auto startDeleteJob = [this, oldKeychainEntries](QString user) { + DeletePasswordJob *job = new DeletePasswordJob(Theme::instance()->appName()); + addSettingsToJob(_account, job); + job->setInsecureFallback(true); + job->setKey(keychainKey(_account->url().toString(), + user, + oldKeychainEntries ? QString() : _account->id())); + job->start(); + }; + + startDeleteJob(_user); + startDeleteJob(_user + clientKeyPEMC); + startDeleteJob(_user + clientCertificatePEMC); + + for (auto i = 0; i < _clientSslCaCertificates.count(); i++) { + startDeleteJob(_user + clientCaCertificatePEMC + QString::number(i)); + } } } diff --git a/src/gui/creds/webflowcredentials.h b/src/gui/creds/webflowcredentials.h index 02814919e..0e02568ec 100644 --- a/src/gui/creds/webflowcredentials.h +++ b/src/gui/creds/webflowcredentials.h @@ -3,6 +3,8 @@ #include #include +#include +#include #include "creds/abstractcredentials.h" @@ -22,9 +24,19 @@ class WebFlowCredentialsDialog; class WebFlowCredentials : public AbstractCredentials { Q_OBJECT + friend class WebFlowCredentialsAccessManager; + public: + /// Don't add credentials if this is set on a QNetworkRequest + static constexpr QNetworkRequest::Attribute DontAddCredentialsAttribute = QNetworkRequest::User; + explicit WebFlowCredentials(); - WebFlowCredentials(const QString &user, const QString &password, const QSslCertificate &certificate = QSslCertificate(), const QSslKey &key = QSslKey()); + WebFlowCredentials( + const QString &user, + const QString &password, + const QSslCertificate &certificate = QSslCertificate(), + const QSslKey &key = QSslKey(), + const QList &caCertificates = QList()); QString authType() const override; QString user() const override; @@ -48,12 +60,50 @@ private slots: void slotAuthentication(QNetworkReply *reply, QAuthenticator *authenticator); void slotFinished(QNetworkReply *reply); - void slotReadPasswordJobDone(QKeychain::Job *incomingJob); void slotAskFromUserCredentialsProvided(const QString &user, const QString &pass, const QString &host); + void slotReadClientCertPEMJobDone(QKeychain::Job *incomingJob); + void slotReadClientKeyPEMJobDone(QKeychain::Job *incomingJob); + void slotReadClientCaCertsPEMJobDone(QKeychain::Job *incommingJob); + void slotReadPasswordJobDone(QKeychain::Job *incomingJob); + + void slotWriteClientCertPEMJobDone(); + void slotWriteClientKeyPEMJobDone(); + void slotWriteClientCaCertsPEMJobDone(QKeychain::Job *incomingJob); + void slotWriteJobDone(QKeychain::Job *); + private: + /* + * Windows: Workaround for CredWriteW used by QtKeychain + * + * Saving all client CA's within one credential may result in: + * Error: "Credential size exceeds maximum size of 2560" + */ + void readSingleClientCaCertPEM(); + void writeSingleClientCaCertPEM(); + + /* + * Since we're limited by Windows limits we just create our own + * limit to avoid evil things happening by endless recursion + * + * Better than storing the count and relying on maybe-hacked values + */ + static constexpr int _clientSslCaCertificatesMaxCount = 10; + QQueue _clientSslCaCertificatesWriteQueue; + +protected: + /** Reads data from keychain locations + * + * Goes through + * slotReadClientCertPEMJobDone to + * slotReadClientKeyPEMJobDone to + * slotReadClientCaCertsPEMJobDone to + * slotReadJobDone + */ void fetchFromKeychainHelper(); - void deleteOldKeychainEntries(); + + /// Wipes legacy keychain locations + void deleteKeychainEntries(bool oldKeychainEntries = false); QString fetchUser(); @@ -61,10 +111,12 @@ private: QString _password; QSslKey _clientSslKey; QSslCertificate _clientSslCertificate; + QList _clientSslCaCertificates; bool _ready; bool _credentialsValid; bool _keychainMigration; + bool _retryOnKeyChainError = true; // true if we haven't done yet any reading from keychain WebFlowCredentialsDialog *_askDialog; }; diff --git a/src/gui/creds/webflowcredentialsdialog.cpp b/src/gui/creds/webflowcredentialsdialog.cpp index 2d22ba06e..9971f8f34 100644 --- a/src/gui/creds/webflowcredentialsdialog.cpp +++ b/src/gui/creds/webflowcredentialsdialog.cpp @@ -3,13 +3,21 @@ #include #include +#include "theme.h" +#include "wizard/owncloudwizardcommon.h" #include "wizard/webview.h" +#include "wizard/flow2authwidget.h" namespace OCC { -WebFlowCredentialsDialog::WebFlowCredentialsDialog(QWidget *parent) - : QDialog(parent) +WebFlowCredentialsDialog::WebFlowCredentialsDialog(Account *account, bool useFlow2, QWidget *parent) + : QDialog(parent), + _useFlow2(useFlow2), + _flow2AuthWidget(nullptr), + _webView(nullptr) { + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); + _layout = new QVBoxLayout(this); //QString msg = tr("You have been logged out of %1 as user %2, please login again") @@ -17,28 +25,43 @@ WebFlowCredentialsDialog::WebFlowCredentialsDialog(QWidget *parent) _infoLabel = new QLabel(); _layout->addWidget(_infoLabel); - _webView = new WebView(); - _layout->addWidget(_webView); + if (_useFlow2) { + _flow2AuthWidget = new Flow2AuthWidget(account); + _layout->addWidget(_flow2AuthWidget); + + connect(_flow2AuthWidget, &Flow2AuthWidget::urlCatched, this, &WebFlowCredentialsDialog::urlCatched); + } else { + _webView = new WebView(); + _layout->addWidget(_webView); + + connect(_webView, &WebView::urlCatched, this, &WebFlowCredentialsDialog::urlCatched); + } _errorLabel = new QLabel(); _errorLabel->hide(); _layout->addWidget(_errorLabel); - setLayout(_layout); + WizardCommon::initErrorLabel(_errorLabel); - connect(_webView, &WebView::urlCatched, this, &WebFlowCredentialsDialog::urlCatched); + setLayout(_layout); } void WebFlowCredentialsDialog::closeEvent(QCloseEvent* e) { - Q_UNUSED(e); + Q_UNUSED(e) - // Force calling WebView::~WebView() earlier so that _profile and _page are - // deleted in the correct order. - delete _webView; + if (_webView) { + // Force calling WebView::~WebView() earlier so that _profile and _page are + // deleted in the correct order. + delete _webView; + } + + if (_flow2AuthWidget) + delete _flow2AuthWidget; } void WebFlowCredentialsDialog::setUrl(const QUrl &url) { - _webView->setUrl(url); + if (_webView) + _webView->setUrl(url); } void WebFlowCredentialsDialog::setInfo(const QString &msg) { @@ -46,6 +69,11 @@ void WebFlowCredentialsDialog::setInfo(const QString &msg) { } void WebFlowCredentialsDialog::setError(const QString &error) { + if (_useFlow2 && _flow2AuthWidget) { + _flow2AuthWidget->setError(error); + return; + } + if (error.isEmpty()) { _errorLabel->hide(); } else { diff --git a/src/gui/creds/webflowcredentialsdialog.h b/src/gui/creds/webflowcredentialsdialog.h index 9849ee3a4..a540f0edb 100644 --- a/src/gui/creds/webflowcredentialsdialog.h +++ b/src/gui/creds/webflowcredentialsdialog.h @@ -4,23 +4,30 @@ #include #include +#include "accountfwd.h" + class QLabel; class QVBoxLayout; namespace OCC { class WebView; +class Flow2AuthWidget; class WebFlowCredentialsDialog : public QDialog { Q_OBJECT public: - WebFlowCredentialsDialog(QWidget *parent = nullptr); + WebFlowCredentialsDialog(Account *account, bool useFlow2, QWidget *parent = nullptr); void setUrl(const QUrl &url); void setInfo(const QString &msg); void setError(const QString &error); + bool isUsingFlow2() const { + return _useFlow2; + } + protected: void closeEvent(QCloseEvent * e) override; @@ -28,7 +35,11 @@ signals: void urlCatched(const QString user, const QString pass, const QString host); private: + bool _useFlow2; + + Flow2AuthWidget *_flow2AuthWidget; WebView *_webView; + QLabel *_errorLabel; QLabel *_infoLabel; QVBoxLayout *_layout; diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp index 97625c5c6..f5aedacf0 100644 --- a/src/gui/folder.cpp +++ b/src/gui/folder.cpp @@ -351,6 +351,10 @@ void Folder::showSyncResultPopup() createGuiLog(_syncResult.firstItemError()->_file, LogStatusError, errorCount); } + if (int lockedCount = _syncResult.numLockedItems()) { + createGuiLog(_syncResult.firstItemLocked()->_file, LogStatusFileLocked, lockedCount); + } + qCInfo(lcFolder) << "Folder sync result: " << int(_syncResult.status()); } diff --git a/src/gui/folder.h b/src/gui/folder.h index 05bd62a4e..48a2e52f7 100644 --- a/src/gui/folder.h +++ b/src/gui/folder.h @@ -344,7 +344,8 @@ private: LogStatusNew, LogStatusError, LogStatusConflict, - LogStatusUpdated + LogStatusUpdated, + LogStatusFileLocked }; void createGuiLog(const QString &filename, LogStatus status, int count, diff --git a/src/gui/folderstatusdelegate.cpp b/src/gui/folderstatusdelegate.cpp index d0660b4a2..337530da9 100644 --- a/src/gui/folderstatusdelegate.cpp +++ b/src/gui/folderstatusdelegate.cpp @@ -168,6 +168,7 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem & QString itemString = qvariant_cast(index.data(SyncProgressItemString)); int warningCount = qvariant_cast(index.data(WarningCount)); bool syncOngoing = qvariant_cast(index.data(SyncRunning)); + QDateTime syncDate = qvariant_cast(index.data(SyncDate)); bool syncEnabled = qvariant_cast(index.data(FolderAccountConnected)); QRect iconRect = option.rect; @@ -252,7 +253,7 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem & if (!showProgess) { painter->setFont(subFont); QString elidedRemotePathText = subFm.elidedText( - tr("Synchronized with local folder"), + tr("Synchronized with local folder (%1)").arg(syncDate.toTimeSpec(Qt::LocalTime).toString(Qt::SystemLocaleShortDate)), Qt::ElideRight, remotePathRect.width()); painter->drawText(QStyle::visualRect(option.direction, option.rect, remotePathRect), textAlign, elidedRemotePathText); diff --git a/src/gui/folderstatusdelegate.h b/src/gui/folderstatusdelegate.h index 2879bdb5e..b4902abf0 100644 --- a/src/gui/folderstatusdelegate.h +++ b/src/gui/folderstatusdelegate.h @@ -44,6 +44,7 @@ public: SyncProgressItemString, WarningCount, SyncRunning, + SyncDate, AddButton // 1 = enabled; 2 = disabled }; diff --git a/src/gui/folderstatusmodel.cpp b/src/gui/folderstatusmodel.cpp index 563166f34..fb16dfacb 100644 --- a/src/gui/folderstatusmodel.cpp +++ b/src/gui/folderstatusmodel.cpp @@ -218,6 +218,8 @@ QVariant FolderStatusModel::data(const QModelIndex &index, int role) const return f->syncResult().errorStrings(); case FolderStatusDelegate::SyncRunning: return f->syncResult().status() == SyncResult::SyncRunning; + case FolderStatusDelegate::SyncDate: + return f->syncResult().syncTime(); case FolderStatusDelegate::HeaderRole: return f->shortGuiRemotePathOrAppName(); case FolderStatusDelegate::FolderAliasRole: diff --git a/src/gui/folderwatcher.cpp b/src/gui/folderwatcher.cpp index d8136ff36..65e68cb36 100644 --- a/src/gui/folderwatcher.cpp +++ b/src/gui/folderwatcher.cpp @@ -75,9 +75,27 @@ bool FolderWatcher::isReliable() const return _isReliable; } +void FolderWatcher::appendSubPaths(QDir dir, QStringList& subPaths) { + QStringList newSubPaths = dir.entryList(QDir::NoDotAndDotDot | QDir::Dirs | QDir::Files); + for (int i = 0; i < newSubPaths.size(); i++) { + QString path = dir.path() + "/" + newSubPaths[i]; + QFileInfo fileInfo(path); + subPaths.append(path); + if (fileInfo.isDir()) { + QDir dir(path); + appendSubPaths(dir, subPaths); + } + } +} + void FolderWatcher::changeDetected(const QString &path) { + QFileInfo fileInfo(path); QStringList paths(path); + if (fileInfo.isDir()) { + QDir dir(path); + appendSubPaths(dir, paths); + } changeDetected(paths); } diff --git a/src/gui/folderwatcher.h b/src/gui/folderwatcher.h index a6cf006e2..b07c33a10 100644 --- a/src/gui/folderwatcher.h +++ b/src/gui/folderwatcher.h @@ -26,6 +26,7 @@ #include #include #include +#include class QTimer; @@ -120,6 +121,8 @@ private: Folder *_folder; bool _isReliable = true; + void appendSubPaths(QDir dir, QStringList& subPaths); + friend class FolderWatcherPrivate; }; } diff --git a/src/gui/folderwizardsourcepage.ui b/src/gui/folderwizardsourcepage.ui index 7522792be..c338617b1 100644 --- a/src/gui/folderwizardsourcepage.ui +++ b/src/gui/folderwizardsourcepage.ui @@ -11,7 +11,7 @@
- Form + Form diff --git a/src/gui/folderwizardtargetpage.ui b/src/gui/folderwizardtargetpage.ui index 5dcefc73f..3a869c31f 100644 --- a/src/gui/folderwizardtargetpage.ui +++ b/src/gui/folderwizardtargetpage.ui @@ -11,7 +11,7 @@ - Form + Form diff --git a/src/gui/generalsettings.cpp b/src/gui/generalsettings.cpp index b8c10d592..dd4235834 100644 --- a/src/gui/generalsettings.cpp +++ b/src/gui/generalsettings.cpp @@ -184,6 +184,7 @@ void GeneralSettings::slotShowInExplorerNavigationPane(bool checked) void GeneralSettings::slotIgnoreFilesEditor() { if (_ignoreEditor.isNull()) { + ConfigFile cfgFile; _ignoreEditor = new IgnoreListEditor(this); _ignoreEditor->setAttribute(Qt::WA_DeleteOnClose, true); _ignoreEditor->open(); diff --git a/src/gui/generalsettings.ui b/src/gui/generalsettings.ui index 34aa03510..fcdfc073c 100644 --- a/src/gui/generalsettings.ui +++ b/src/gui/generalsettings.ui @@ -11,7 +11,7 @@ - Form + Form diff --git a/src/gui/ignorelisteditor.cpp b/src/gui/ignorelisteditor.cpp index 9b44c25a0..6e5a3d784 100644 --- a/src/gui/ignorelisteditor.cpp +++ b/src/gui/ignorelisteditor.cpp @@ -14,8 +14,9 @@ #include "configfile.h" -#include "ignorelisteditor.h" #include "folderman.h" +#include "generalsettings.h" +#include "ignorelisteditor.h" #include "ui_ignorelisteditor.h" #include @@ -27,10 +28,6 @@ namespace OCC { -static int patternCol = 0; -static int deletableCol = 1; -static int readOnlyRows = 3; - IgnoreListEditor::IgnoreListEditor(QWidget *parent) : QDialog(parent) , ui(new Ui::IgnoreListEditor) @@ -39,28 +36,28 @@ IgnoreListEditor::IgnoreListEditor(QWidget *parent) ui->setupUi(this); ConfigFile cfgFile; - ui->descriptionLabel->setText(tr("Files or folders matching a pattern will not be synchronized.\n\n" - "Items where deletion is allowed will be deleted if they prevent a " - "directory from being removed. " - "This is useful for meta data.")); + //FIXME This is not true. The entries are hardcoded below in setupTableReadOnlyItems readOnlyTooltip = tr("This entry is provided by the system at '%1' " "and cannot be modified in this view.") .arg(QDir::toNativeSeparators(cfgFile.excludeFile(ConfigFile::SystemScope))); setupTableReadOnlyItems(); - readIgnoreFile(cfgFile.excludeFile(ConfigFile::UserScope), false); + const auto userConfig = cfgFile.excludeFile(ConfigFile::Scope::UserScope); + ui->ignoreTableWidget->readIgnoreFile(userConfig); - connect(this, &QDialog::accepted, this, &IgnoreListEditor::slotUpdateLocalIgnoreList); - ui->removePushButton->setEnabled(false); - connect(ui->tableWidget, &QTableWidget::itemSelectionChanged, this, &IgnoreListEditor::slotItemSelectionChanged); - connect(ui->removePushButton, &QAbstractButton::clicked, this, &IgnoreListEditor::slotRemoveCurrentItem); - connect(ui->addPushButton, &QAbstractButton::clicked, this, &IgnoreListEditor::slotAddPattern); - connect(ui->removeAllPushButton, &QAbstractButton::clicked, this, &IgnoreListEditor::slotRemoveAllItems); - connect(ui->buttonBox, &QDialogButtonBox::clicked, this, &IgnoreListEditor::slotRestoreDefaults); + connect(this, &QDialog::accepted, [=]() { + ui->ignoreTableWidget->slotWriteIgnoreFile(userConfig); + /* handle the hidden file checkbox */ - ui->tableWidget->resizeColumnsToContents(); - ui->tableWidget->horizontalHeader()->setSectionResizeMode(patternCol, QHeaderView::Stretch); - ui->tableWidget->verticalHeader()->setVisible(false); + /* the ignoreHiddenFiles flag is a folder specific setting, but for now, it is + * handled globally. Save it to every folder that is defined. + * TODO this can now be fixed, simply attach this IgnoreListEditor to top-level account + * settings + */ + FolderMan::instance()->setIgnoreHiddenFiles(ignoreHiddenFiles()); + }); + connect(ui->buttonBox, &QDialogButtonBox::clicked, + this, &IgnoreListEditor::slotRestoreDefaults); ui->syncHiddenFilesCheckBox->setChecked(!FolderMan::instance()->ignoreHiddenFiles()); } @@ -70,12 +67,11 @@ IgnoreListEditor::~IgnoreListEditor() delete ui; } -void IgnoreListEditor::setupTableReadOnlyItems(){ - ui->tableWidget->setRowCount(0); - addPattern(".csync_journal.db*", /*deletable=*/false, /*readonly=*/true); - addPattern("._sync_*.db*", /*deletable=*/false, /*readonly=*/true); - addPattern(".sync_*.db*", /*deletable=*/false, /*readonly=*/true); - ui->removeAllPushButton->setEnabled(false); +void IgnoreListEditor::setupTableReadOnlyItems() +{ + ui->ignoreTableWidget->addPattern(".csync_journal.db*", /*deletable=*/false, /*readonly=*/true); + ui->ignoreTableWidget->addPattern("._sync_*.db*", /*deletable=*/false, /*readonly=*/true); + ui->ignoreTableWidget->addPattern(".sync_*.db*", /*deletable=*/false, /*readonly=*/true); } bool IgnoreListEditor::ignoreHiddenFiles() @@ -83,140 +79,16 @@ bool IgnoreListEditor::ignoreHiddenFiles() return !ui->syncHiddenFilesCheckBox->isChecked(); } -void IgnoreListEditor::slotItemSelectionChanged() +void IgnoreListEditor::slotRestoreDefaults(QAbstractButton *button) { - QTableWidgetItem *item = ui->tableWidget->currentItem(); - if (!item) { - ui->removePushButton->setEnabled(false); + if(ui->buttonBox->buttonRole(button) != QDialogButtonBox::ResetRole) return; - } - bool enable = item->flags() & Qt::ItemIsEnabled; - ui->removePushButton->setEnabled(enable); -} + ui->ignoreTableWidget->slotRemoveAllItems(); -void IgnoreListEditor::slotRemoveCurrentItem() -{ - ui->tableWidget->removeRow(ui->tableWidget->currentRow()); - if(ui->tableWidget->rowCount() == readOnlyRows) - ui->removeAllPushButton->setEnabled(false); -} - -void IgnoreListEditor::slotRemoveAllItems() -{ - ui->tableWidget->clearContents(); - setupTableReadOnlyItems(); -} - -void IgnoreListEditor::slotUpdateLocalIgnoreList() -{ ConfigFile cfgFile; - QString ignoreFile = cfgFile.excludeFile(ConfigFile::UserScope); - QFile ignores(ignoreFile); - if (ignores.open(QIODevice::WriteOnly)) { - // rewrites the whole file since now the user can also remove system patterns - QFile::resize(ignoreFile, 0); - for (int row = 0; row < ui->tableWidget->rowCount(); ++row) { - QTableWidgetItem *patternItem = ui->tableWidget->item(row, patternCol); - QTableWidgetItem *deletableItem = ui->tableWidget->item(row, deletableCol); - if (patternItem->flags() & Qt::ItemIsEnabled) { - QByteArray prepend; - if (deletableItem->checkState() == Qt::Checked) { - prepend = "]"; - } else if (patternItem->text().startsWith('#')) { - prepend = "\\"; - } - ignores.write(prepend + patternItem->text().toUtf8() + '\n'); - } - } - } else { - QMessageBox::warning(this, tr("Could not open file"), - tr("Cannot write changes to '%1'.").arg(ignoreFile)); - } - ignores.close(); //close the file before reloading stuff. - - FolderMan *folderMan = FolderMan::instance(); - - /* handle the hidden file checkbox */ - - /* the ignoreHiddenFiles flag is a folder specific setting, but for now, it is - * handled globally. Save it to every folder that is defined. - */ - folderMan->setIgnoreHiddenFiles(ignoreHiddenFiles()); - - // We need to force a remote discovery after a change of the ignore list. - // Otherwise we would not download the files/directories that are no longer - // ignored (because the remote etag did not change) (issue #3172) - foreach (Folder *folder, folderMan->map()) { - folder->journalDb()->forceRemoteDiscoveryNextSync(); - folderMan->scheduleFolder(folder); - } -} - -void IgnoreListEditor::slotAddPattern() -{ - bool okClicked; - QString pattern = QInputDialog::getText(this, tr("Add Ignore Pattern"), - tr("Add a new ignore pattern:"), - QLineEdit::Normal, QString(), &okClicked); - - if (!okClicked || pattern.isEmpty()) - return; - - addPattern(pattern, false, false); - ui->tableWidget->scrollToBottom(); -} - -void IgnoreListEditor::slotRestoreDefaults(QAbstractButton *button){ - if(ui->buttonBox->buttonRole(button) == QDialogButtonBox::ResetRole){ - ConfigFile cfgFile; - setupTableReadOnlyItems(); - readIgnoreFile(cfgFile.excludeFile(ConfigFile::SystemScope), false); - } -} - -void IgnoreListEditor::readIgnoreFile(const QString &file, bool readOnly) -{ - QFile ignores(file); - if (ignores.open(QIODevice::ReadOnly)) { - while (!ignores.atEnd()) { - QString line = QString::fromUtf8(ignores.readLine()); - line.chop(1); - if (!line.isEmpty() && !line.startsWith("#")) { - bool deletable = false; - if (line.startsWith(']')) { - deletable = true; - line = line.mid(1); - } - addPattern(line, deletable, readOnly); - } - } - } -} - -int IgnoreListEditor::addPattern(const QString &pattern, bool deletable, bool readOnly) -{ - int newRow = ui->tableWidget->rowCount(); - ui->tableWidget->setRowCount(newRow + 1); - - QTableWidgetItem *patternItem = new QTableWidgetItem; - patternItem->setText(pattern); - ui->tableWidget->setItem(newRow, patternCol, patternItem); - - QTableWidgetItem *deletableItem = new QTableWidgetItem; - deletableItem->setFlags(Qt::ItemIsUserCheckable | Qt::ItemIsEnabled); - deletableItem->setCheckState(deletable ? Qt::Checked : Qt::Unchecked); - ui->tableWidget->setItem(newRow, deletableCol, deletableItem); - - if (readOnly) { - patternItem->setFlags(patternItem->flags() ^ Qt::ItemIsEnabled); - patternItem->setToolTip(readOnlyTooltip); - deletableItem->setFlags(deletableItem->flags() ^ Qt::ItemIsEnabled); - } - - ui->removeAllPushButton->setEnabled(true); - - return newRow; + setupTableReadOnlyItems(); + ui->ignoreTableWidget->readIgnoreFile(cfgFile.excludeFile(ConfigFile::SystemScope), false); } } // namespace OCC diff --git a/src/gui/ignorelisteditor.h b/src/gui/ignorelisteditor.h index 74137a736..39c38d74d 100644 --- a/src/gui/ignorelisteditor.h +++ b/src/gui/ignorelisteditor.h @@ -35,23 +35,16 @@ class IgnoreListEditor : public QDialog Q_OBJECT public: - explicit IgnoreListEditor(QWidget *parent = nullptr); + IgnoreListEditor(QWidget *parent = nullptr); ~IgnoreListEditor(); bool ignoreHiddenFiles(); private slots: - void slotItemSelectionChanged(); - void slotRemoveCurrentItem(); - void slotUpdateLocalIgnoreList(); - void slotAddPattern(); void slotRestoreDefaults(QAbstractButton *button); - void slotRemoveAllItems(); private: - void readIgnoreFile(const QString &file, bool readOnly); void setupTableReadOnlyItems(); - int addPattern(const QString &pattern, bool deletable, bool readOnly); QString readOnlyTooltip; Ui::IgnoreListEditor *ui; }; diff --git a/src/gui/ignorelisteditor.ui b/src/gui/ignorelisteditor.ui index 8e544a911..891fbc6e9 100644 --- a/src/gui/ignorelisteditor.ui +++ b/src/gui/ignorelisteditor.ui @@ -36,96 +36,8 @@ Files Ignored by Patterns - - - - true - - - - 0 - 0 - - - - - - - Qt::PlainText - - - true - - - - - - - true - - - Qt::Vertical - - - - 20 - 213 - - - - - - - - true - - - QAbstractItemView::SingleSelection - - - QAbstractItemView::SelectRows - - - 2 - - - - Pattern - - - - - Allow Deletion - - - - - - - - true - - - Remove - - - - - - - true - - - Add - - - - - - - Remove all - - + + @@ -139,6 +51,14 @@ + + + IgnoreListTableWidget + QWidget +
ignorelisttablewidget.h
+ 1 +
+
diff --git a/src/gui/ignorelisttablewidget.cpp b/src/gui/ignorelisttablewidget.cpp new file mode 100644 index 000000000..67c8ab4f2 --- /dev/null +++ b/src/gui/ignorelisttablewidget.cpp @@ -0,0 +1,167 @@ +#include "ignorelisttablewidget.h" +#include "ui_ignorelisttablewidget.h" + +#include "folderman.h" + +#include +#include +#include +#include + +namespace OCC { + +static constexpr int patternCol = 0; +static constexpr int deletableCol = 1; +static constexpr int readOnlyRows = 3; + +IgnoreListTableWidget::IgnoreListTableWidget(QWidget *parent) + : QWidget(parent) + , ui(new Ui::IgnoreListTableWidget) +{ + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); + ui->setupUi(this); + + ui->descriptionLabel->setText(tr("Files or folders matching a pattern will not be synchronized.\n\n" + "Items where deletion is allowed will be deleted if they prevent a " + "directory from being removed. " + "This is useful for meta data.")); + + ui->removePushButton->setEnabled(false); + connect(ui->tableWidget, &QTableWidget::itemSelectionChanged, + this, &IgnoreListTableWidget::slotItemSelectionChanged); + connect(ui->removePushButton, &QAbstractButton::clicked, + this, &IgnoreListTableWidget::slotRemoveCurrentItem); + connect(ui->addPushButton, &QAbstractButton::clicked, + this, &IgnoreListTableWidget::slotAddPattern); + connect(ui->removeAllPushButton, &QAbstractButton::clicked, + this, &IgnoreListTableWidget::slotRemoveAllItems); + + ui->tableWidget->resizeColumnsToContents(); + ui->tableWidget->horizontalHeader()->setSectionResizeMode(patternCol, QHeaderView::Stretch); + ui->tableWidget->verticalHeader()->setVisible(false); +} + +IgnoreListTableWidget::~IgnoreListTableWidget() +{ + delete ui; +} + +void IgnoreListTableWidget::slotItemSelectionChanged() +{ + QTableWidgetItem *item = ui->tableWidget->currentItem(); + if (!item) { + ui->removePushButton->setEnabled(false); + return; + } + + bool enable = item->flags() & Qt::ItemIsEnabled; + ui->removePushButton->setEnabled(enable); +} + +void IgnoreListTableWidget::slotRemoveCurrentItem() +{ + ui->tableWidget->removeRow(ui->tableWidget->currentRow()); + if(ui->tableWidget->rowCount() == readOnlyRows) + ui->removeAllPushButton->setEnabled(false); +} + +void IgnoreListTableWidget::slotRemoveAllItems() +{ + ui->tableWidget->setRowCount(0); +} + +void IgnoreListTableWidget::slotWriteIgnoreFile(const QString & file) +{ + QFile ignores(file); + if (ignores.open(QIODevice::WriteOnly)) { + // rewrites the whole file since now the user can also remove system patterns + QFile::resize(file, 0); + for (int row = 0; row < ui->tableWidget->rowCount(); ++row) { + QTableWidgetItem *patternItem = ui->tableWidget->item(row, patternCol); + QTableWidgetItem *deletableItem = ui->tableWidget->item(row, deletableCol); + if (patternItem->flags() & Qt::ItemIsEnabled) { + QByteArray prepend; + if (deletableItem->checkState() == Qt::Checked) { + prepend = "]"; + } else if (patternItem->text().startsWith('#')) { + prepend = "\\"; + } + ignores.write(prepend + patternItem->text().toUtf8() + '\n'); + } + } + } else { + QMessageBox::warning(this, tr("Could not open file"), + tr("Cannot write changes to '%1'.").arg(file)); + } + ignores.close(); //close the file before reloading stuff. + + FolderMan *folderMan = FolderMan::instance(); + + // We need to force a remote discovery after a change of the ignore list. + // Otherwise we would not download the files/directories that are no longer + // ignored (because the remote etag did not change) (issue #3172) + foreach (Folder *folder, folderMan->map()) { + folder->journalDb()->forceRemoteDiscoveryNextSync(); + folderMan->scheduleFolder(folder); + } +} + +void IgnoreListTableWidget::slotAddPattern() +{ + bool okClicked; + QString pattern = QInputDialog::getText(this, tr("Add Ignore Pattern"), + tr("Add a new ignore pattern:"), + QLineEdit::Normal, QString(), &okClicked); + + if (!okClicked || pattern.isEmpty()) + return; + + addPattern(pattern, false, false); + ui->tableWidget->scrollToBottom(); +} + +void IgnoreListTableWidget::readIgnoreFile(const QString &file, bool readOnly) +{ + QFile ignores(file); + if (ignores.open(QIODevice::ReadOnly)) { + while (!ignores.atEnd()) { + QString line = QString::fromUtf8(ignores.readLine()); + line.chop(1); + if (!line.isEmpty() && !line.startsWith("#")) { + bool deletable = false; + if (line.startsWith(']')) { + deletable = true; + line = line.mid(1); + } + addPattern(line, deletable, readOnly); + } + } + } +} + +int IgnoreListTableWidget::addPattern(const QString &pattern, bool deletable, bool readOnly) +{ + int newRow = ui->tableWidget->rowCount(); + ui->tableWidget->setRowCount(newRow + 1); + + QTableWidgetItem *patternItem = new QTableWidgetItem; + patternItem->setText(pattern); + ui->tableWidget->setItem(newRow, patternCol, patternItem); + + QTableWidgetItem *deletableItem = new QTableWidgetItem; + deletableItem->setFlags(Qt::ItemIsUserCheckable | Qt::ItemIsEnabled); + deletableItem->setCheckState(deletable ? Qt::Checked : Qt::Unchecked); + ui->tableWidget->setItem(newRow, deletableCol, deletableItem); + + if (readOnly) { + patternItem->setFlags(patternItem->flags() ^ Qt::ItemIsEnabled); + patternItem->setToolTip(readOnlyTooltip); + deletableItem->setFlags(deletableItem->flags() ^ Qt::ItemIsEnabled); + } + + ui->removeAllPushButton->setEnabled(true); + + return newRow; +} + +} // namespace OCC diff --git a/src/gui/ignorelisttablewidget.h b/src/gui/ignorelisttablewidget.h new file mode 100644 index 000000000..3bded0462 --- /dev/null +++ b/src/gui/ignorelisttablewidget.h @@ -0,0 +1,38 @@ +#pragma once + +#include + +class QAbstractButton; + +namespace OCC { + +namespace Ui { + class IgnoreListTableWidget; +} + +class IgnoreListTableWidget : public QWidget +{ + Q_OBJECT + +public: + IgnoreListTableWidget(QWidget *parent = nullptr); + ~IgnoreListTableWidget(); + + void readIgnoreFile(const QString &file, bool readOnly = false); + int addPattern(const QString &pattern, bool deletable, bool readOnly); + +public slots: + void slotRemoveAllItems(); + void slotWriteIgnoreFile(const QString & file); + +private slots: + void slotItemSelectionChanged(); + void slotRemoveCurrentItem(); + void slotAddPattern(); + +private: + void setupTableReadOnlyItems(); + QString readOnlyTooltip; + Ui::IgnoreListTableWidget *ui; +}; +} // namespace OCC diff --git a/src/gui/ignorelisttablewidget.ui b/src/gui/ignorelisttablewidget.ui new file mode 100644 index 000000000..2a618395a --- /dev/null +++ b/src/gui/ignorelisttablewidget.ui @@ -0,0 +1,112 @@ + + + OCC::IgnoreListTableWidget + + + + 0 + 0 + 342 + 378 + + + + IgnoreListTableWidget + + + + + + true + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + 2 + + + + Pattern + + + + + Allow Deletion + + + + + + + + true + + + Add + + + + + + + true + + + Remove + + + + + + + Remove all + + + + + + + true + + + Qt::Vertical + + + + 20 + 322 + + + + + + + + true + + + + 0 + 0 + + + + + + + Qt::PlainText + + + true + + + + + + + + diff --git a/src/gui/legalnotice.ui b/src/gui/legalnotice.ui index be3c67ba6..1411ad892 100644 --- a/src/gui/legalnotice.ui +++ b/src/gui/legalnotice.ui @@ -11,7 +11,7 @@ - Dialog + Dialog @@ -33,7 +33,7 @@ - TextLabel + TextLabel diff --git a/src/gui/mnemonicdialog.ui b/src/gui/mnemonicdialog.ui index e0b804f13..5f598c58b 100644 --- a/src/gui/mnemonicdialog.ui +++ b/src/gui/mnemonicdialog.ui @@ -20,7 +20,7 @@ - Dialog + Dialog false diff --git a/src/gui/networksettings.ui b/src/gui/networksettings.ui index 60c5ae9c2..a8245bdf6 100644 --- a/src/gui/networksettings.ui +++ b/src/gui/networksettings.ui @@ -11,7 +11,7 @@ - Form + Form diff --git a/src/gui/ocsshareejob.cpp b/src/gui/ocsshareejob.cpp index 0d1b6d44b..ced73800f 100644 --- a/src/gui/ocsshareejob.cpp +++ b/src/gui/ocsshareejob.cpp @@ -21,7 +21,7 @@ namespace OCC { OcsShareeJob::OcsShareeJob(AccountPtr account) : OcsJob(account) { - setPath("ocs/v1.php/apps/files_sharing/api/v1/sharees"); + setPath("ocs/v2.php/apps/files_sharing/api/v1/sharees"); connect(this, &OcsJob::jobFinished, this, &OcsShareeJob::jobDone); } diff --git a/src/gui/ocssharejob.cpp b/src/gui/ocssharejob.cpp index 520225461..15884e012 100644 --- a/src/gui/ocssharejob.cpp +++ b/src/gui/ocssharejob.cpp @@ -24,7 +24,7 @@ namespace OCC { OcsShareJob::OcsShareJob(AccountPtr account) : OcsJob(account) { - setPath("ocs/v1.php/apps/files_sharing/api/v1/shares"); + setPath("ocs/v2.php/apps/files_sharing/api/v1/shares"); connect(this, &OcsJob::jobFinished, this, &OcsShareJob::jobDone); } @@ -33,6 +33,7 @@ void OcsShareJob::getShares(const QString &path) setVerb("GET"); addParam(QString::fromLatin1("path"), path); + addParam(QString::fromLatin1("reshares"), QString("true")); addPassStatusCode(404); start(); diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp index 4d4dda1f6..53b568413 100644 --- a/src/gui/owncloudgui.cpp +++ b/src/gui/owncloudgui.cpp @@ -779,7 +779,7 @@ void ownCloudGui::setupActions() _actionStatus->setEnabled(false); _actionSettings = new QAction(tr("Settings..."), this); _actionNewAccountWizard = new QAction(tr("New account..."), this); - _actionRecent = new QAction(tr("Details..."), this); + _actionRecent = new QAction(tr("View more activity..."), this); _actionRecent->setEnabled(true); QObject::connect(_actionRecent, &QAction::triggered, this, &ownCloudGui::slotShowSyncProtocol); diff --git a/src/gui/owncloudsetupwizard.cpp b/src/gui/owncloudsetupwizard.cpp index 2a037ff84..fbe07e8b2 100644 --- a/src/gui/owncloudsetupwizard.cpp +++ b/src/gui/owncloudsetupwizard.cpp @@ -408,7 +408,7 @@ void OwncloudSetupWizard::slotAuthError() } _ocWizard->show(); - if (_ocWizard->currentId() == WizardCommon::Page_ShibbolethCreds || _ocWizard->currentId() == WizardCommon::Page_OAuthCreds) { + if (_ocWizard->currentId() == WizardCommon::Page_ShibbolethCreds || _ocWizard->currentId() == WizardCommon::Page_OAuthCreds || _ocWizard->currentId() == WizardCommon::Page_Flow2AuthCreds) { _ocWizard->back(); } _ocWizard->displayError(errorMsg, _ocWizard->currentId() == WizardCommon::Page_ServerSetup && checkDowngradeAdvised(reply)); diff --git a/src/gui/sharedialog.cpp b/src/gui/sharedialog.cpp index 4a62f5885..bc45eed20 100644 --- a/src/gui/sharedialog.cpp +++ b/src/gui/sharedialog.cpp @@ -194,7 +194,7 @@ void ShareDialog::slotSharesFetched(const QList> &shares) const QString versionString = _accountState->account()->serverVersion(); qCInfo(lcSharing) << versionString << "Fetched" << shares.count() << "shares"; foreach (auto share, shares) { - if (share->getShareType() != Share::TypeLink) { + if (share->getShareType() != Share::TypeLink || share->getUidOwner() != share->account()->davUser()) { continue; } @@ -271,6 +271,7 @@ void ShareDialog::showSharingUi() auto label = new QLabel(this); label->setText(tr("The file can not be shared because it was shared without sharing permission.")); label->setWordWrap(true); + _ui->verticalLayout->insertWidget(1, label); return; } diff --git a/src/gui/sharelinkwidget.ui b/src/gui/sharelinkwidget.ui index c0b85261f..c2fe47103 100644 --- a/src/gui/sharelinkwidget.ui +++ b/src/gui/sharelinkwidget.ui @@ -7,7 +7,7 @@ 0 0 350 - 136 + 160 @@ -29,6 +29,131 @@ 0 + + + + + 1 + 0 + + + + + + + + + 1 + 0 + + + + Password: + + + 20 + + + + + + + false + + + + :/client/resources/more.svg:/client/resources/more.svg + + + QToolButton::InstantPopup + + + + + + + + + + + + 255 + 0 + 0 + + + + + + + + + 255 + 0 + 0 + + + + + + + + + 123 + 121 + 134 + + + + + + + + TextLabel + + + Qt::PlainText + + + true + + + + + + + + 1 + 0 + + + + QLineEdit::Password + + + + + + + + :/client/resources/confirm.svg:/client/resources/confirm.svg + + + true + + + + + + + + :/client/resources/confirm.svg:/client/resources/confirm.svg + + + true + + + @@ -102,60 +227,6 @@ - - - - false - - - - :/client/resources/more.svg:/client/resources/more.svg - - - QToolButton::InstantPopup - - - - - - - - 1 - 0 - - - - Password: - - - 20 - - - - - - - - 1 - 0 - - - - QLineEdit::Password - - - - - - - - :/client/resources/confirm.svg:/client/resources/confirm.svg - - - true - - - @@ -172,77 +243,6 @@ - - - - - 1 - 0 - - - - - - - - - :/client/resources/confirm.svg:/client/resources/confirm.svg - - - true - - - - - - - - - - - - 255 - 0 - 0 - - - - - - - - - 255 - 0 - 0 - - - - - - - - - 123 - 121 - 134 - - - - - - - - TextLabel - - - Qt::PlainText - - - true - - - diff --git a/src/gui/sharemanager.cpp b/src/gui/sharemanager.cpp index 4bc32182a..1f96f2c6f 100644 --- a/src/gui/sharemanager.cpp +++ b/src/gui/sharemanager.cpp @@ -52,12 +52,16 @@ static void updateFolder(const AccountPtr &account, const QString &path) Share::Share(AccountPtr account, const QString &id, + const QString &uidowner, + const QString &ownerDisplayName, const QString &path, const ShareType shareType, const Permissions permissions, const QSharedPointer shareWith) : _account(account) , _id(id) + , _uidowner(uidowner) + , _ownerDisplayName(ownerDisplayName) , _path(path) , _shareType(shareType) , _permissions(permissions) @@ -80,6 +84,16 @@ QString Share::getId() const return _id; } +QString Share::getUidOwner() const +{ + return _uidowner; +} + +QString Share::getOwnerDisplayName() const +{ + return _ownerDisplayName; +} + Share::ShareType Share::getShareType() const { return _shareType; @@ -153,6 +167,8 @@ bool LinkShare::isPasswordSet() const LinkShare::LinkShare(AccountPtr account, const QString &id, + const QString &uidowner, + const QString &ownerDisplayName, const QString &path, const QString &name, const QString &token, @@ -160,7 +176,7 @@ LinkShare::LinkShare(AccountPtr account, bool passwordSet, const QUrl &url, const QDate &expireDate) - : Share(account, id, path, Share::TypeLink, permissions) + : Share(account, id, uidowner, ownerDisplayName, path, Share::TypeLink, permissions) , _name(name) , _token(token) , _passwordSet(passwordSet) @@ -393,6 +409,8 @@ QSharedPointer ShareManager::parseLinkShare(const QJsonObject &data) return QSharedPointer(new LinkShare(_account, data.value("id").toVariant().toString(), // "id" used to be an integer, support both + data.value("uid_owner").toString(), + data.value("displayname_owner").toString(), data.value("path").toString(), data.value("name").toString(), data.value("token").toString(), @@ -410,6 +428,8 @@ QSharedPointer ShareManager::parseShare(const QJsonObject &data) return QSharedPointer(new Share(_account, data.value("id").toVariant().toString(), // "id" used to be an integer, support both + data.value("uid_owner").toVariant().toString(), + data.value("displayname_owner").toVariant().toString(), data.value("path").toString(), (Share::ShareType)data.value("share_type").toInt(), (Share::Permissions)data.value("permissions").toInt(), diff --git a/src/gui/sharemanager.h b/src/gui/sharemanager.h index 18d060bae..db48771b1 100644 --- a/src/gui/sharemanager.h +++ b/src/gui/sharemanager.h @@ -54,6 +54,8 @@ public: */ explicit Share(AccountPtr account, const QString &id, + const QString &owner, + const QString &ownerDisplayName, const QString &path, const ShareType shareType, const Permissions permissions = SharePermissionDefault, @@ -71,6 +73,16 @@ public: */ QString getId() const; + /* + * Get the uid_owner + */ + QString getUidOwner() const; + + /* + * Get the owner display name + */ + QString getOwnerDisplayName() const; + /* * Get the shareType */ @@ -110,6 +122,8 @@ signals: protected: AccountPtr _account; QString _id; + QString _uidowner; + QString _ownerDisplayName; QString _path; ShareType _shareType; Permissions _permissions; @@ -134,6 +148,8 @@ class LinkShare : public Share public: explicit LinkShare(AccountPtr account, const QString &id, + const QString &uidowner, + const QString &ownerDisplayName, const QString &path, const QString &name, const QString &token, diff --git a/src/gui/shareusergroupwidget.cpp b/src/gui/shareusergroupwidget.cpp index 6f85809d9..a8eb848f1 100644 --- a/src/gui/shareusergroupwidget.cpp +++ b/src/gui/shareusergroupwidget.cpp @@ -190,13 +190,23 @@ void ShareUserGroupWidget::slotSharesFetched(const QList> layout->setContentsMargins(0, 0, 0, 0); int x = 0; int height = 0; + QList linkOwners({}); foreach (const auto &share, shares) { // We don't handle link shares, only TypeUser or TypeGroup if (share->getShareType() == Share::TypeLink) { + if(!share->getUidOwner().isEmpty() && + share->getUidOwner() != share->account()->davUser()){ + linkOwners.append(share->getOwnerDisplayName()); + } continue; } + // the owner of the file that shared it first + if(x == 0 && !share->getUidOwner().isEmpty()){ + _ui->mainOwnerLabel->setText(QString("Shared with you by ").append(share->getOwnerDisplayName())); + } + ShareUserLine *s = new ShareUserLine(share, _maxSharingPermissions, _isFile, _parentScrollArea); connect(s, &ShareUserLine::resizeRequested, this, &ShareUserGroupWidget::slotAdjustScrollWidgetSize); connect(s, &ShareUserLine::visualDeletionDone, this, &ShareUserGroupWidget::getShares); @@ -209,7 +219,18 @@ void ShareUserGroupWidget::slotSharesFetched(const QList> } } - scrollArea->setFrameShape(x > 3 ? QFrame::StyledPanel : QFrame::NoFrame); + foreach (const QString &owner, linkOwners) { + auto ownerLabel = new QLabel(QString(owner + " shared via link")); + layout->addWidget(ownerLabel); + ownerLabel->setVisible(true); + + x++; + if (x <= 6) { + height = newViewPort->sizeHint().height(); + } + } + + scrollArea->setFrameShape(x > 6 ? QFrame::StyledPanel : QFrame::NoFrame); scrollArea->setVisible(!shares.isEmpty()); scrollArea->setFixedHeight(height); scrollArea->setWidget(newViewPort); @@ -367,6 +388,15 @@ ShareUserLine::ShareUserLine(QSharedPointer share, menu->addAction(_permissionReshare); connect(_permissionReshare, &QAction::triggered, this, &ShareUserLine::slotPermissionsChanged); + menu->addSeparator(); + + // Adds action to delete share widget + QIcon deleteicon = QIcon::fromTheme(QLatin1String("user-trash"),QIcon(QLatin1String(":/client/resources/delete.png"))); + _deleteShareButton= new QAction(deleteicon,tr("Unshare"), this); + + menu->addAction(_deleteShareButton); + connect(_deleteShareButton, &QAction::triggered, this, &ShareUserLine::on_deleteShareButton_clicked); + /* * Files can't have create or delete permissions */ @@ -413,8 +443,8 @@ ShareUserLine::ShareUserLine(QSharedPointer share, connect(share.data(), &Share::permissionsSet, this, &ShareUserLine::slotPermissionsSet); connect(share.data(), &Share::shareDeleted, this, &ShareUserLine::slotShareDeleted); - _ui->deleteShareButton->setIcon(QIcon::fromTheme(QLatin1String("user-trash"), - QIcon(QLatin1String(":/client/resources/delete.png")))); + // _ui->deleteShareButton->setIcon(QIcon::fromTheme(QLatin1String("user-trash"), + // QIcon(QLatin1String(":/client/resources/delete.png")))); if (!share->account()->capabilities().shareResharing()) { _permissionReshare->setVisible(false); diff --git a/src/gui/shareusergroupwidget.h b/src/gui/shareusergroupwidget.h index be1e3c111..a1f537f05 100644 --- a/src/gui/shareusergroupwidget.h +++ b/src/gui/shareusergroupwidget.h @@ -148,6 +148,7 @@ private: // _permissionEdit is a checkbox QAction *_permissionReshare; + QAction *_deleteShareButton; QAction *_permissionCreate; QAction *_permissionChange; QAction *_permissionDelete; diff --git a/src/gui/shareusergroupwidget.ui b/src/gui/shareusergroupwidget.ui index 51682bb05..ed1e43e7f 100644 --- a/src/gui/shareusergroupwidget.ui +++ b/src/gui/shareusergroupwidget.ui @@ -32,6 +32,13 @@ 0 + + + + + + + diff --git a/src/gui/shareuserline.ui b/src/gui/shareuserline.ui index 0de300930..d586ef161 100644 --- a/src/gui/shareuserline.ui +++ b/src/gui/shareuserline.ui @@ -91,15 +91,7 @@ - - - - - .. - - - - +
diff --git a/src/gui/sslerrordialog.cpp b/src/gui/sslerrordialog.cpp index 8b6350efa..814a7b0af 100644 --- a/src/gui/sslerrordialog.cpp +++ b/src/gui/sslerrordialog.cpp @@ -184,10 +184,15 @@ QString SslErrorDialog::certDiv(QSslCertificate cert) const msg += QL("

"); - QString md5sum = Utility::formatFingerprint(cert.digest(QCryptographicHash::Md5).toHex()); - QString sha1sum = Utility::formatFingerprint(cert.digest(QCryptographicHash::Sha1).toHex()); - msg += tr("Fingerprint (MD5): %1").arg(md5sum) + QL("
"); - msg += tr("Fingerprint (SHA1): %1").arg(sha1sum) + QL("
"); + if (cert.effectiveDate() < QDateTime(QDate(2016, 1, 1), QTime(), Qt::UTC)) { + QString sha1sum = Utility::formatFingerprint(cert.digest(QCryptographicHash::Sha1).toHex()); + msg += tr("Fingerprint (SHA1): %1").arg(sha1sum) + QL("
"); + } + + QString sha256sum = Utility::formatFingerprint(cert.digest(QCryptographicHash::Sha256).toHex()); + QString sha512sum = Utility::formatFingerprint(cert.digest(QCryptographicHash::Sha512).toHex()); + msg += tr("Fingerprint (SHA-256): %1").arg(sha256sum) + QL("
"); + msg += tr("Fingerprint (SHA-512): %1").arg(sha512sum) + QL("
"); msg += QL("
"); msg += tr("Effective Date: %1").arg(cert.effectiveDate().toString()) + QL("
"); msg += tr("Expiration Date: %1").arg(cert.expiryDate().toString()) + QL("

"); diff --git a/src/gui/sslerrordialog.ui b/src/gui/sslerrordialog.ui index 900e746fc..438888a4a 100644 --- a/src/gui/sslerrordialog.ui +++ b/src/gui/sslerrordialog.ui @@ -11,7 +11,7 @@ - Form + Form diff --git a/src/gui/wizard/flow2authcredspage.cpp b/src/gui/wizard/flow2authcredspage.cpp new file mode 100644 index 000000000..165752663 --- /dev/null +++ b/src/gui/wizard/flow2authcredspage.cpp @@ -0,0 +1,151 @@ +/* + * Copyright (C) by Olivier Goffart + * Copyright (C) by Michael Schuster + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License + * for more details. + */ + +#include +#include +#include + +#include "wizard/flow2authcredspage.h" +#include "theme.h" +#include "account.h" +#include "cookiejar.h" +#include "wizard/owncloudwizardcommon.h" +#include "wizard/owncloudwizard.h" +#include "creds/credentialsfactory.h" +#include "creds/webflowcredentials.h" + +namespace OCC { + +Flow2AuthCredsPage::Flow2AuthCredsPage() + : AbstractCredentialsWizardPage() +{ + _ui.setupUi(this); + + Theme *theme = Theme::instance(); + _ui.topLabel->hide(); + _ui.bottomLabel->hide(); + QVariant variant = theme->customMedia(Theme::oCSetupTop); + WizardCommon::setupCustomMedia(variant, _ui.topLabel); + variant = theme->customMedia(Theme::oCSetupBottom); + WizardCommon::setupCustomMedia(variant, _ui.bottomLabel); + + WizardCommon::initErrorLabel(_ui.errorLabel); + + setTitle(WizardCommon::titleTemplate().arg(tr("Connect to %1").arg(Theme::instance()->appNameGUI()))); + setSubTitle(WizardCommon::subTitleTemplate().arg(tr("Login in your browser (Login Flow v2)"))); + + connect(_ui.openLinkButton, &QCommandLinkButton::clicked, this, &Flow2AuthCredsPage::slotOpenBrowser); + connect(_ui.copyLinkButton, &QCommandLinkButton::clicked, this, &Flow2AuthCredsPage::slotCopyLinkToClipboard); +} + +void Flow2AuthCredsPage::initializePage() +{ + OwncloudWizard *ocWizard = qobject_cast(wizard()); + Q_ASSERT(ocWizard); + ocWizard->account()->setCredentials(CredentialsFactory::create("http")); + _asyncAuth.reset(new Flow2Auth(ocWizard->account().data(), this)); + connect(_asyncAuth.data(), &Flow2Auth::result, this, &Flow2AuthCredsPage::asyncAuthResult, Qt::QueuedConnection); + _asyncAuth->start(); + + // Don't hide the wizard (avoid user confusion)! + //wizard()->hide(); +} + +void OCC::Flow2AuthCredsPage::cleanupPage() +{ + // The next or back button was activated, show the wizard again + wizard()->show(); + _asyncAuth.reset(); + + // Forget sensitive data + _appPassword.clear(); + _user.clear(); +} + +void Flow2AuthCredsPage::asyncAuthResult(Flow2Auth::Result r, const QString &user, + const QString &appPassword) +{ + switch (r) { + case Flow2Auth::NotSupported: { + /* Flow2Auth not supported (can't open browser) */ + _ui.errorLabel->setText(tr("Unable to open the Browser, please copy the link to your Browser.")); + _ui.errorLabel->show(); + + /* Don't fallback to HTTP credentials */ + /*OwncloudWizard *ocWizard = qobject_cast(wizard()); + ocWizard->back(); + ocWizard->setAuthType(DetermineAuthTypeJob::Basic);*/ + break; + } + case Flow2Auth::Error: + /* Error while getting the access token. (Timeout, or the server did not accept our client credentials */ + _ui.errorLabel->show(); + wizard()->show(); + break; + case Flow2Auth::LoggedIn: { + _user = user; + _appPassword = appPassword; + OwncloudWizard *ocWizard = qobject_cast(wizard()); + Q_ASSERT(ocWizard); + emit connectToOCUrl(ocWizard->account()->url().toString()); + break; + } + } +} + +int Flow2AuthCredsPage::nextId() const +{ + return WizardCommon::Page_AdvancedSetup; +} + +void Flow2AuthCredsPage::setConnected() +{ + wizard()->show(); +} + +AbstractCredentials *Flow2AuthCredsPage::getCredentials() const +{ + OwncloudWizard *ocWizard = qobject_cast(wizard()); + Q_ASSERT(ocWizard); + return new WebFlowCredentials( + _user, + _appPassword, + ocWizard->_clientSslCertificate, + ocWizard->_clientSslKey, + ocWizard->_clientSslCaCertificates + ); +} + +bool Flow2AuthCredsPage::isComplete() const +{ + return false; /* We can never go forward manually */ +} + +void Flow2AuthCredsPage::slotOpenBrowser() +{ + if (_ui.errorLabel) + _ui.errorLabel->hide(); + + if (_asyncAuth) + _asyncAuth->openBrowser(); +} + +void Flow2AuthCredsPage::slotCopyLinkToClipboard() +{ + if (_asyncAuth) + QApplication::clipboard()->setText(_asyncAuth->authorisationLink().toString(QUrl::FullyEncoded)); +} + +} // namespace OCC diff --git a/src/gui/wizard/flow2authcredspage.h b/src/gui/wizard/flow2authcredspage.h new file mode 100644 index 000000000..f51d7d7f3 --- /dev/null +++ b/src/gui/wizard/flow2authcredspage.h @@ -0,0 +1,65 @@ +/* + * Copyright (C) by Olivier Goffart + * Copyright (C) by Michael Schuster + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License + * for more details. + */ + +#pragma once + +#include +#include +#include +#include +#include + +#include "wizard/abstractcredswizardpage.h" +#include "accountfwd.h" +#include "creds/flow2auth.h" + +#include "ui_flow2authcredspage.h" + + +namespace OCC { + + +class Flow2AuthCredsPage : public AbstractCredentialsWizardPage +{ + Q_OBJECT +public: + Flow2AuthCredsPage(); + + AbstractCredentials *getCredentials() const override; + + void initializePage() override; + void cleanupPage() override; + int nextId() const override; + void setConnected(); + bool isComplete() const override; + +public Q_SLOTS: + void asyncAuthResult(Flow2Auth::Result, const QString &user, const QString &appPassword); + +signals: + void connectToOCUrl(const QString &); + +public: + QString _user; + QString _appPassword; + QScopedPointer _asyncAuth; + Ui_Flow2AuthCredsPage _ui; + +protected slots: + void slotOpenBrowser(); + void slotCopyLinkToClipboard(); +}; + +} // namespace OCC diff --git a/src/gui/wizard/flow2authcredspage.ui b/src/gui/wizard/flow2authcredspage.ui new file mode 100644 index 000000000..37d2b8f53 --- /dev/null +++ b/src/gui/wizard/flow2authcredspage.ui @@ -0,0 +1,100 @@ + + + Flow2AuthCredsPage + + + + 0 + 0 + 424 + 373 + + + + Form + + + + + + TextLabel + + + Qt::RichText + + + Qt::AlignCenter + + + true + + + + + + + Please switch to your browser to proceed. + + + true + + + + + + + An error occurred while connecting. Please try again. + + + Qt::PlainText + + + + + + + Re-open Browser + + + + + + + + 50 + false + + + + Copy link + + + + + + + Qt::Vertical + + + + 20 + 127 + + + + + + + + TextLabel + + + Qt::RichText + + + + + + + + diff --git a/src/gui/wizard/flow2authwidget.cpp b/src/gui/wizard/flow2authwidget.cpp new file mode 100644 index 000000000..c050a54d0 --- /dev/null +++ b/src/gui/wizard/flow2authwidget.cpp @@ -0,0 +1,115 @@ +/* + * Copyright (C) by Michael Schuster + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License + * for more details. + */ + +#include "flow2authwidget.h" + +#include +#include +#include +#include +#include + +#include +#include + +#include "common/utility.h" +#include "account.h" +#include "theme.h" +#include "wizard/owncloudwizardcommon.h" + +namespace OCC { + +Q_LOGGING_CATEGORY(lcFlow2AuthWidget, "gui.wizard.flow2authwidget", QtInfoMsg) + + +Flow2AuthWidget::Flow2AuthWidget(Account *account, QWidget *parent) + : QWidget(parent), + _account(account), + _ui() +{ + _ui.setupUi(this); + + Theme *theme = Theme::instance(); + _ui.topLabel->hide(); + _ui.bottomLabel->hide(); + QVariant variant = theme->customMedia(Theme::oCSetupTop); + WizardCommon::setupCustomMedia(variant, _ui.topLabel); + variant = theme->customMedia(Theme::oCSetupBottom); + WizardCommon::setupCustomMedia(variant, _ui.bottomLabel); + + WizardCommon::initErrorLabel(_ui.errorLabel); + + connect(_ui.openLinkButton, &QCommandLinkButton::clicked, this, &Flow2AuthWidget::slotOpenBrowser); + connect(_ui.copyLinkButton, &QCommandLinkButton::clicked, this, &Flow2AuthWidget::slotCopyLinkToClipboard); + + _asyncAuth.reset(new Flow2Auth(_account, this)); + connect(_asyncAuth.data(), &Flow2Auth::result, this, &Flow2AuthWidget::asyncAuthResult, Qt::QueuedConnection); + _asyncAuth->start(); +} + +void Flow2AuthWidget::asyncAuthResult(Flow2Auth::Result r, const QString &user, + const QString &appPassword) +{ + switch (r) { + case Flow2Auth::NotSupported: + /* Flow2Auth can't open browser */ + _ui.errorLabel->setText(tr("Unable to open the Browser, please copy the link to your Browser.")); + _ui.errorLabel->show(); + break; + case Flow2Auth::Error: + /* Error while getting the access token. (Timeout, or the server did not accept our client credentials */ + _ui.errorLabel->show(); + break; + case Flow2Auth::LoggedIn: { + _user = user; + _appPassword = appPassword; + emit urlCatched(_user, _appPassword, QString()); + break; + } + } +} + +void Flow2AuthWidget::setError(const QString &error) { + if (error.isEmpty()) { + _ui.errorLabel->hide(); + } else { + _ui.errorLabel->setText(error); + _ui.errorLabel->show(); + } +} + +Flow2AuthWidget::~Flow2AuthWidget() { + _asyncAuth.reset(); + + // Forget sensitive data + _appPassword.clear(); + _user.clear(); +} + +void Flow2AuthWidget::slotOpenBrowser() +{ + if (_ui.errorLabel) + _ui.errorLabel->hide(); + + if (_asyncAuth) + _asyncAuth->openBrowser(); +} + +void Flow2AuthWidget::slotCopyLinkToClipboard() +{ + if (_asyncAuth) + QApplication::clipboard()->setText(_asyncAuth->authorisationLink().toString(QUrl::FullyEncoded)); +} + +} // namespace OCC diff --git a/src/gui/wizard/flow2authwidget.h b/src/gui/wizard/flow2authwidget.h new file mode 100644 index 000000000..7fe1844c1 --- /dev/null +++ b/src/gui/wizard/flow2authwidget.h @@ -0,0 +1,56 @@ +/* + * Copyright (C) by Michael Schuster + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 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 General Public License + * for more details. + */ + +#ifndef FLOW2AUTHWIDGET_H +#define FLOW2AUTHWIDGET_H + +#include +#include + +#include "creds/flow2auth.h" + +#include "ui_flow2authwidget.h" + +namespace OCC { + +class Flow2AuthWidget : public QWidget +{ + Q_OBJECT +public: + Flow2AuthWidget(Account *account, QWidget *parent = nullptr); + virtual ~Flow2AuthWidget(); + + void setError(const QString &error); + +public Q_SLOTS: + void asyncAuthResult(Flow2Auth::Result, const QString &user, const QString &appPassword); + +signals: + void urlCatched(const QString user, const QString pass, const QString host); + +private: + Account *_account; + QString _user; + QString _appPassword; + QScopedPointer _asyncAuth; + Ui_Flow2AuthWidget _ui; + +protected slots: + void slotOpenBrowser(); + void slotCopyLinkToClipboard(); +}; + +} + +#endif // FLOW2AUTHWIDGET_H diff --git a/src/gui/wizard/flow2authwidget.ui b/src/gui/wizard/flow2authwidget.ui new file mode 100644 index 000000000..7de44675f --- /dev/null +++ b/src/gui/wizard/flow2authwidget.ui @@ -0,0 +1,112 @@ + + + Flow2AuthWidget + + + + 0 + 0 + 500 + 280 + + + + + 0 + 0 + + + + + 500 + 280 + + + + Form + + + + + + TextLabel + + + Qt::RichText + + + Qt::AlignCenter + + + true + + + + + + + Please switch to your browser to proceed. + + + true + + + + + + + An error occurred while connecting. Please try again. + + + Qt::PlainText + + + + + + + Re-open Browser + + + + + + + + 50 + false + + + + Copy link + + + + + + + Qt::Vertical + + + + 20 + 127 + + + + + + + + TextLabel + + + Qt::RichText + + + + + + + + diff --git a/src/gui/wizard/owncloudadvancedsetuppage.ui b/src/gui/wizard/owncloudadvancedsetuppage.ui index d949d50ba..7f10417c1 100644 --- a/src/gui/wizard/owncloudadvancedsetuppage.ui +++ b/src/gui/wizard/owncloudadvancedsetuppage.ui @@ -17,7 +17,7 @@ - Form + Form @@ -29,7 +29,7 @@ - TextLabel + TextLabel Qt::RichText @@ -97,7 +97,7 @@ - TextLabel + TextLabel Qt::PlainText @@ -202,7 +202,7 @@ - TextLabel + TextLabel Qt::PlainText @@ -232,7 +232,7 @@ - TextLabel + TextLabel Qt::AlignCenter @@ -282,7 +282,7 @@ - pbSelectLocalFolder + pbSelectLocalFolder @@ -291,7 +291,7 @@ - TextLabel + TextLabel Qt::AlignCenter @@ -383,7 +383,7 @@ - TextLabel + TextLabel @@ -392,7 +392,7 @@ - TextLabel + TextLabel @@ -418,7 +418,7 @@ - TextLabel + TextLabel Qt::RichText diff --git a/src/gui/wizard/owncloudhttpcredspage.ui b/src/gui/wizard/owncloudhttpcredspage.ui index 9fd445f35..36c2a30e4 100644 --- a/src/gui/wizard/owncloudhttpcredspage.ui +++ b/src/gui/wizard/owncloudhttpcredspage.ui @@ -11,7 +11,7 @@ - Form + Form diff --git a/src/gui/wizard/owncloudoauthcredspage.cpp b/src/gui/wizard/owncloudoauthcredspage.cpp index a32ccdb87..0d4c40ea7 100644 --- a/src/gui/wizard/owncloudoauthcredspage.cpp +++ b/src/gui/wizard/owncloudoauthcredspage.cpp @@ -45,21 +45,8 @@ OwncloudOAuthCredsPage::OwncloudOAuthCredsPage() setTitle(WizardCommon::titleTemplate().arg(tr("Connect to %1").arg(Theme::instance()->appNameGUI()))); setSubTitle(WizardCommon::subTitleTemplate().arg(tr("Login in your browser"))); - connect(_ui.openLinkButton, &QCommandLinkButton::clicked, [this] { - _ui.errorLabel->hide(); - if (_asyncAuth) - _asyncAuth->openBrowser(); - }); - _ui.openLinkButton->setContextMenuPolicy(Qt::CustomContextMenu); - QObject::connect(_ui.openLinkButton, &QWidget::customContextMenuRequested, [this](const QPoint &pos) { - auto menu = new QMenu(_ui.openLinkButton); - menu->addAction(tr("Copy link to clipboard"), this, [this] { - if (_asyncAuth) - QApplication::clipboard()->setText(_asyncAuth->authorisationLink().toString(QUrl::FullyEncoded)); - }); - menu->setAttribute(Qt::WA_DeleteOnClose); - menu->popup(_ui.openLinkButton->mapToGlobal(pos)); - }); + connect(_ui.openLinkButton, &QCommandLinkButton::clicked, this, &OwncloudOAuthCredsPage::slotOpenBrowser); + connect(_ui.copyLinkButton, &QCommandLinkButton::clicked, this, &OwncloudOAuthCredsPage::slotCopyLinkToClipboard); } void OwncloudOAuthCredsPage::initializePage() @@ -70,7 +57,9 @@ void OwncloudOAuthCredsPage::initializePage() _asyncAuth.reset(new OAuth(ocWizard->account().data(), this)); connect(_asyncAuth.data(), &OAuth::result, this, &OwncloudOAuthCredsPage::asyncAuthResult, Qt::QueuedConnection); _asyncAuth->start(); - wizard()->hide(); + + // Don't hide the wizard (avoid user confusion)! + //wizard()->hide(); } void OCC::OwncloudOAuthCredsPage::cleanupPage() @@ -131,4 +120,19 @@ bool OwncloudOAuthCredsPage::isComplete() const return false; /* We can never go forward manually */ } +void OwncloudOAuthCredsPage::slotOpenBrowser() +{ + if (_ui.errorLabel) + _ui.errorLabel->hide(); + + if (_asyncAuth) + _asyncAuth->openBrowser(); +} + +void OwncloudOAuthCredsPage::slotCopyLinkToClipboard() +{ + if (_asyncAuth) + QApplication::clipboard()->setText(_asyncAuth->authorisationLink().toString(QUrl::FullyEncoded)); +} + } // namespace OCC diff --git a/src/gui/wizard/owncloudoauthcredspage.h b/src/gui/wizard/owncloudoauthcredspage.h index 32341eb1c..efbc9a69b 100644 --- a/src/gui/wizard/owncloudoauthcredspage.h +++ b/src/gui/wizard/owncloudoauthcredspage.h @@ -57,6 +57,10 @@ public: QString _refreshToken; QScopedPointer _asyncAuth; Ui_OwncloudOAuthCredsPage _ui; + +protected slots: + void slotOpenBrowser(); + void slotCopyLinkToClipboard(); }; } // namespace OCC diff --git a/src/gui/wizard/owncloudoauthcredspage.ui b/src/gui/wizard/owncloudoauthcredspage.ui index 285ef3a2b..03682cae1 100644 --- a/src/gui/wizard/owncloudoauthcredspage.ui +++ b/src/gui/wizard/owncloudoauthcredspage.ui @@ -11,7 +11,7 @@ - Form + Form @@ -57,6 +57,19 @@ + + + + + 50 + false + + + + Copy link + + + diff --git a/src/gui/wizard/owncloudsetupnocredspage.ui b/src/gui/wizard/owncloudsetupnocredspage.ui index bc0ec84b9..10a44e49b 100644 --- a/src/gui/wizard/owncloudsetupnocredspage.ui +++ b/src/gui/wizard/owncloudsetupnocredspage.ui @@ -17,7 +17,7 @@ - Form + Form false @@ -35,7 +35,7 @@ - TextLabel + TextLabel Qt::RichText @@ -94,7 +94,7 @@ - TextLabel + TextLabel Qt::RichText diff --git a/src/gui/wizard/owncloudsetuppage.cpp b/src/gui/wizard/owncloudsetuppage.cpp index e56ca06ae..3a956b0d7 100644 --- a/src/gui/wizard/owncloudsetuppage.cpp +++ b/src/gui/wizard/owncloudsetuppage.cpp @@ -258,6 +258,8 @@ int OwncloudSetupPage::nextId() const return WizardCommon::Page_HttpCreds; case DetermineAuthTypeJob::OAuth: return WizardCommon::Page_OAuthCreds; + case DetermineAuthTypeJob::LoginFlowV2: + return WizardCommon::Page_Flow2AuthCreds; case DetermineAuthTypeJob::Shibboleth: return WizardCommon::Page_ShibbolethCreds; case DetermineAuthTypeJob::WebViewFlow: @@ -375,12 +377,13 @@ QString subjectInfoHelper(const QSslCertificate &cert, const QByteArray &qa) //called during the validation of the client certificate. void OwncloudSetupPage::slotCertificateAccepted() { - QList clientCaCertificates; QFile certFile(addCertDial->getCertificatePath()); certFile.open(QFile::ReadOnly); - if (QSslCertificate::importPkcs12(&certFile, - &_ocWizard->_clientSslKey, &_ocWizard->_clientSslCertificate, - &clientCaCertificates, + if (QSslCertificate::importPkcs12( + &certFile, + &_ocWizard->_clientSslKey, + &_ocWizard->_clientSslCertificate, + &_ocWizard->_clientSslCaCertificates, addCertDial->getCertificatePasswd().toLocal8Bit())) { AccountPtr acc = _ocWizard->account(); @@ -392,6 +395,12 @@ void OwncloudSetupPage::slotCertificateAccepted() // cert will come via the HttpCredentials sslConfiguration.setLocalCertificate(_ocWizard->_clientSslCertificate); sslConfiguration.setPrivateKey(_ocWizard->_clientSslKey); + + // Be sure to merge the CAs + auto ca = sslConfiguration.systemCaCertificates(); + ca.append(_ocWizard->_clientSslCaCertificates); + sslConfiguration.setCaCertificates(ca); + acc->setSslConfiguration(sslConfiguration); // Make sure TCP connections get re-established diff --git a/src/gui/wizard/owncloudwizard.cpp b/src/gui/wizard/owncloudwizard.cpp index 357b4e005..e4dda0fbd 100644 --- a/src/gui/wizard/owncloudwizard.cpp +++ b/src/gui/wizard/owncloudwizard.cpp @@ -27,6 +27,7 @@ #include "wizard/owncloudadvancedsetuppage.h" #include "wizard/owncloudwizardresultpage.h" #include "wizard/webviewpage.h" +#include "wizard/flow2authcredspage.h" #include "QProgressIndicator.h" @@ -45,6 +46,7 @@ OwncloudWizard::OwncloudWizard(QWidget *parent) , _setupPage(new OwncloudSetupPage(this)) , _httpCredsPage(new OwncloudHttpCredsPage(this)) , _browserCredsPage(new OwncloudOAuthCredsPage) + , _flow2CredsPage(new Flow2AuthCredsPage) #ifndef NO_SHIBBOLETH , _shibbolethCredsPage(new OwncloudShibbolethCredsPage) #endif @@ -59,6 +61,7 @@ OwncloudWizard::OwncloudWizard(QWidget *parent) setPage(WizardCommon::Page_ServerSetup, _setupPage); setPage(WizardCommon::Page_HttpCreds, _httpCredsPage); setPage(WizardCommon::Page_OAuthCreds, _browserCredsPage); + setPage(WizardCommon::Page_Flow2AuthCreds, _flow2CredsPage); #ifndef NO_SHIBBOLETH setPage(WizardCommon::Page_ShibbolethCreds, _shibbolethCredsPage); #endif @@ -76,6 +79,7 @@ OwncloudWizard::OwncloudWizard(QWidget *parent) connect(_setupPage, &OwncloudSetupPage::determineAuthType, this, &OwncloudWizard::determineAuthType); connect(_httpCredsPage, &OwncloudHttpCredsPage::connectToOCUrl, this, &OwncloudWizard::connectToOCUrl); connect(_browserCredsPage, &OwncloudOAuthCredsPage::connectToOCUrl, this, &OwncloudWizard::connectToOCUrl); + connect(_flow2CredsPage, &Flow2AuthCredsPage::connectToOCUrl, this, &OwncloudWizard::connectToOCUrl); #ifndef NO_SHIBBOLETH connect(_shibbolethCredsPage, &OwncloudShibbolethCredsPage::connectToOCUrl, this, &OwncloudWizard::connectToOCUrl); #endif @@ -129,11 +133,13 @@ QString OwncloudWizard::ocUrl() const return url; } -bool OwncloudWizard::registration() { +bool OwncloudWizard::registration() +{ return _registration; } -void OwncloudWizard::setRegistration(bool registration) { +void OwncloudWizard::setRegistration(bool registration) +{ _registration = registration; } @@ -162,6 +168,10 @@ void OwncloudWizard::successfulStep() _browserCredsPage->setConnected(); break; + case WizardCommon::Page_Flow2AuthCreds: + _flow2CredsPage->setConnected(); + break; + #ifndef NO_SHIBBOLETH case WizardCommon::Page_ShibbolethCreds: _shibbolethCredsPage->setConnected(); @@ -195,6 +205,8 @@ void OwncloudWizard::setAuthType(DetermineAuthTypeJob::AuthType type) #endif if (type == DetermineAuthTypeJob::OAuth) { _credentialsPage = _browserCredsPage; + } else if (type == DetermineAuthTypeJob::LoginFlowV2) { + _credentialsPage = _flow2CredsPage; } else if (type == DetermineAuthTypeJob::WebViewFlow) { _credentialsPage = _webViewPage; } else { // try Basic auth even for "Unknown" @@ -221,7 +233,7 @@ void OwncloudWizard::slotCurrentPageChanged(int id) } setOption(QWizard::HaveCustomButton1, id == WizardCommon::Page_AdvancedSetup); - if (id == WizardCommon::Page_AdvancedSetup && _credentialsPage == _browserCredsPage) { + if (id == WizardCommon::Page_AdvancedSetup && (_credentialsPage == _browserCredsPage || _credentialsPage == _flow2CredsPage)) { // For OAuth, disable the back button in the Page_AdvancedSetup because we don't want // to re-open the browser. button(QWizard::BackButton)->setEnabled(false); diff --git a/src/gui/wizard/owncloudwizard.h b/src/gui/wizard/owncloudwizard.h index 1429709f1..c1d290d4b 100644 --- a/src/gui/wizard/owncloudwizard.h +++ b/src/gui/wizard/owncloudwizard.h @@ -40,6 +40,7 @@ class OwncloudWizardResultPage; class AbstractCredentials; class AbstractCredentialsWizardPage; class WebViewPage; +class Flow2AuthCredsPage; /** * @brief The OwncloudWizard class @@ -77,6 +78,7 @@ public: // Set from the OwncloudSetupPage, later used from OwncloudHttpCredsPage QSslKey _clientSslKey; QSslCertificate _clientSslCertificate; + QList _clientSslCaCertificates; public slots: void setAuthType(DetermineAuthTypeJob::AuthType type); @@ -103,6 +105,7 @@ private: #ifndef NO_SHIBBOLETH OwncloudShibbolethCredsPage *_shibbolethCredsPage; #endif + Flow2AuthCredsPage *_flow2CredsPage; OwncloudAdvancedSetupPage *_advancedSetupPage; OwncloudWizardResultPage *_resultPage; AbstractCredentialsWizardPage *_credentialsPage; diff --git a/src/gui/wizard/owncloudwizardcommon.h b/src/gui/wizard/owncloudwizardcommon.h index c3174d15a..d1f7c08be 100644 --- a/src/gui/wizard/owncloudwizardcommon.h +++ b/src/gui/wizard/owncloudwizardcommon.h @@ -38,6 +38,7 @@ namespace WizardCommon { Page_HttpCreds, Page_ShibbolethCreds, Page_OAuthCreds, + Page_Flow2AuthCreds, Page_WebView, Page_AdvancedSetup, Page_Result diff --git a/src/gui/wizard/owncloudwizardresultpage.ui b/src/gui/wizard/owncloudwizardresultpage.ui index 67eb5a617..44652f295 100644 --- a/src/gui/wizard/owncloudwizardresultpage.ui +++ b/src/gui/wizard/owncloudwizardresultpage.ui @@ -11,13 +11,13 @@ - Form + Form - TextLabel + TextLabel true @@ -95,7 +95,7 @@ - PushButton + PushButton Qt::ToolButtonTextUnderIcon @@ -117,7 +117,7 @@ - PushButton + PushButton Qt::ToolButtonTextUnderIcon diff --git a/src/gui/wizard/webview.cpp b/src/gui/wizard/webview.cpp index 08045b350..8612e6e21 100644 --- a/src/gui/wizard/webview.cpp +++ b/src/gui/wizard/webview.cpp @@ -136,7 +136,7 @@ WebViewPageUrlSchemeHandler::WebViewPageUrlSchemeHandler(QObject *parent) void WebViewPageUrlSchemeHandler::requestStarted(QWebEngineUrlRequestJob *request) { QUrl url = request->requestUrl(); - QString path = url.path().mid(1); + QString path = url.path(0).mid(1); // get undecoded path QStringList parts = path.split("&"); QString server; @@ -153,12 +153,14 @@ void WebViewPageUrlSchemeHandler::requestStarted(QWebEngineUrlRequestJob *reques } } - user = QUrl::fromPercentEncoding(user.toUtf8()); - password = QUrl::fromPercentEncoding(password.toUtf8()); + qCDebug(lcWizardWebiew()) << "Got raw user from request path: " << user; user = user.replace(QChar('+'), QChar(' ')); password = password.replace(QChar('+'), QChar(' ')); + user = QUrl::fromPercentEncoding(user.toUtf8()); + password = QUrl::fromPercentEncoding(password.toUtf8()); + if (!server.startsWith("http://") && !server.startsWith("https://")) { server = "https://" + server; } @@ -197,7 +199,7 @@ bool WebEnginePage::certificateError(const QWebEngineCertificateError &certifica */ QMessageBox messageBox; messageBox.setText(tr("Invalid certificate detected")); - messageBox.setInformativeText(tr("The host \"%1\" provided an invalid certitiface. Continue?").arg(certificateError.url().host())); + messageBox.setInformativeText(tr("The host \"%1\" provided an invalid certificate. Continue?").arg(certificateError.url().host())); messageBox.setIcon(QMessageBox::Warning); messageBox.setStandardButtons(QMessageBox::Yes|QMessageBox::No); messageBox.setDefaultButton(QMessageBox::No); diff --git a/src/gui/wizard/webview.ui b/src/gui/wizard/webview.ui index 9cb513e49..ba3588ca8 100644 --- a/src/gui/wizard/webview.ui +++ b/src/gui/wizard/webview.ui @@ -23,7 +23,7 @@ - Form + Form diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp index f0d3bc9dc..5c5f23c9e 100644 --- a/src/libsync/clientsideencryption.cpp +++ b/src/libsync/clientsideencryption.cpp @@ -958,6 +958,7 @@ void ClientSideEncryption::encryptPrivateKey() { QStringList list = WordList::getRandomWords(12); _mnemonic = list.join(' '); + _newMnemonicGenerated = true; qCInfo(lcCse()) << "mnemonic Generated:" << _mnemonic; emit mnemonicGenerated(_mnemonic); @@ -989,6 +990,11 @@ void ClientSideEncryption::encryptPrivateKey() job->start(); } +bool ClientSideEncryption::newMnemonicGenerated() const +{ + return _newMnemonicGenerated; +} + void ClientSideEncryption::decryptPrivateKey(const QByteArray &key) { QString msg = tr("Please enter your end to end encryption passphrase:
" "
" diff --git a/src/libsync/clientsideencryption.h b/src/libsync/clientsideencryption.h index 400260706..05425a26f 100644 --- a/src/libsync/clientsideencryption.h +++ b/src/libsync/clientsideencryption.h @@ -87,6 +87,8 @@ public: void forgetSensitiveData(); + bool newMnemonicGenerated() const; + public slots: void slotRequestMnemonic(); @@ -127,6 +129,7 @@ public: QSslKey _publicKey; QSslCertificate _certificate; QString _mnemonic; + bool _newMnemonicGenerated = false; }; /* Generates the Metadata for the folder */ diff --git a/src/libsync/configfile.cpp b/src/libsync/configfile.cpp index a2881d4a8..4a71dc9a9 100644 --- a/src/libsync/configfile.cpp +++ b/src/libsync/configfile.cpp @@ -37,7 +37,7 @@ #include #include -#define DEFAULT_REMOTE_POLL_INTERVAL 30000 // default remote poll time in milliseconds +#define DEFAULT_REMOTE_POLL_INTERVAL 5000 // default remote poll time in milliseconds #define DEFAULT_MAX_LOG_LINES 20000 namespace OCC { diff --git a/src/libsync/creds/httpcredentials.cpp b/src/libsync/creds/httpcredentials.cpp index 3090bdb30..fbe01331e 100644 --- a/src/libsync/creds/httpcredentials.cpp +++ b/src/libsync/creds/httpcredentials.cpp @@ -173,7 +173,7 @@ void HttpCredentials::fetchFromKeychain() fetchUser(); if (!_ready && !_refreshToken.isEmpty()) { - // This happens if the credentials are still loaded from the keychain, bur we are called + // This happens if the credentials are still loaded from the keychain, but we are called // here because the auth is invalid, so this means we simply need to refresh the credentials refreshAccessToken(); return; diff --git a/src/libsync/networkjobs.cpp b/src/libsync/networkjobs.cpp index cf59b5ab6..c17889519 100644 --- a/src/libsync/networkjobs.cpp +++ b/src/libsync/networkjobs.cpp @@ -925,6 +925,11 @@ void DetermineAuthTypeJob::checkBothDone() result = WebViewFlow; } + // LoginFlowV2 > WebViewFlow > OAuth > Shib > Basic + if (_account->serverVersionInt() >= Account::makeServerVersion(16, 0, 0)) { + result = LoginFlowV2; + } + qCInfo(lcDetermineAuthTypeJob) << "Auth type for" << _account->davUrl() << "is" << result; emit authType(result); deleteLater(); diff --git a/src/libsync/networkjobs.h b/src/libsync/networkjobs.h index c2fefd611..d0829b463 100644 --- a/src/libsync/networkjobs.h +++ b/src/libsync/networkjobs.h @@ -412,7 +412,8 @@ public: Basic, // also the catch-all fallback for backwards compatibility reasons OAuth, Shibboleth, - WebViewFlow + WebViewFlow, + LoginFlowV2 }; explicit DetermineAuthTypeJob(AccountPtr account, QObject *parent = nullptr); diff --git a/src/libsync/owncloudpropagator.cpp b/src/libsync/owncloudpropagator.cpp index bf358153e..ac03a1b97 100644 --- a/src/libsync/owncloudpropagator.cpp +++ b/src/libsync/owncloudpropagator.cpp @@ -269,6 +269,7 @@ void PropagateItemJob::done(SyncFileItem::Status statusArg, const QString &error case SyncFileItem::FileIgnored: case SyncFileItem::NoStatus: case SyncFileItem::BlacklistedError: + case SyncFileItem::FileLocked: // nothing break; } diff --git a/src/libsync/owncloudpropagator_p.h b/src/libsync/owncloudpropagator_p.h index cb266a80d..90841e537 100644 --- a/src/libsync/owncloudpropagator_p.h +++ b/src/libsync/owncloudpropagator_p.h @@ -93,7 +93,7 @@ inline SyncFileItem::Status classifyError(QNetworkReply::NetworkError nerror, if (anotherSyncNeeded) { *anotherSyncNeeded = true; } - return SyncFileItem::SoftError; + return SyncFileItem::FileLocked; } return SyncFileItem::NormalError; diff --git a/src/libsync/progressdispatcher.cpp b/src/libsync/progressdispatcher.cpp index e17279a53..179d28319 100644 --- a/src/libsync/progressdispatcher.cpp +++ b/src/libsync/progressdispatcher.cpp @@ -91,7 +91,8 @@ bool Progress::isWarningKind(SyncFileItem::Status kind) return kind == SyncFileItem::SoftError || kind == SyncFileItem::NormalError || kind == SyncFileItem::FatalError || kind == SyncFileItem::FileIgnored || kind == SyncFileItem::Conflict || kind == SyncFileItem::Restoration - || kind == SyncFileItem::DetailError || kind == SyncFileItem::BlacklistedError; + || kind == SyncFileItem::DetailError || kind == SyncFileItem::BlacklistedError + || kind == SyncFileItem::FileLocked; } bool Progress::isIgnoredKind(SyncFileItem::Status kind) diff --git a/src/libsync/propagatedownload.cpp b/src/libsync/propagatedownload.cpp index 07c7c5f18..da2d88b82 100644 --- a/src/libsync/propagatedownload.cpp +++ b/src/libsync/propagatedownload.cpp @@ -571,6 +571,12 @@ void PropagateDownloadFile::slotGetFinished() qCWarning(lcPropagateDownload) << "server replied 404, assuming file was deleted"; } + // Getting a 423 means that the file is locked + const bool fileLocked = _item->_httpErrorCode == 423; + if (fileLocked) { + qCWarning(lcPropagateDownload) << "server replied 423, file is Locked"; + } + // Don't keep the temporary file if it is empty or we // used a bad range header or the file's not on the server anymore. if (_tmpFile.size() == 0 || badRangeHeader || fileNotFound) { diff --git a/src/libsync/propagateupload.h b/src/libsync/propagateupload.h index 8dfd98d6f..a1b4f8666 100644 --- a/src/libsync/propagateupload.h +++ b/src/libsync/propagateupload.h @@ -92,19 +92,19 @@ private: public: // Takes ownership of the device - explicit PUTFileJob(AccountPtr account, const QString &path, QIODevice *device, + explicit PUTFileJob(AccountPtr account, const QString &path, std::unique_ptr device, const QMap &headers, int chunk, QObject *parent = nullptr) : AbstractNetworkJob(account, path, parent) - , _device(device) + , _device(device.release()) , _headers(headers) , _chunk(chunk) { _device->setParent(this); } - explicit PUTFileJob(AccountPtr account, const QUrl &url, QIODevice *device, + explicit PUTFileJob(AccountPtr account, const QUrl &url, std::unique_ptr device, const QMap &headers, int chunk, QObject *parent = nullptr) : AbstractNetworkJob(account, QString(), parent) - , _device(device) + , _device(device.release()) , _headers(headers) , _url(url) , _chunk(chunk) diff --git a/src/libsync/propagateuploadng.cpp b/src/libsync/propagateuploadng.cpp index 49728a781..7dae923cb 100644 --- a/src/libsync/propagateuploadng.cpp +++ b/src/libsync/propagateuploadng.cpp @@ -305,7 +305,7 @@ void PropagateUploadFileNG::startNextChunk() return; } - auto device = new UploadDevice(&propagator()->_bandwidthManager); + auto device = std::make_unique(&propagator()->_bandwidthManager); const QString fileName = _fileToUpload._path; if (!device->prepareAndOpen(fileName, _sent, _currentChunkSize)) { @@ -328,13 +328,14 @@ void PropagateUploadFileNG::startNextChunk() QUrl url = chunkUrl(_currentChunk); // job takes ownership of device via a QScopedPointer. Job deletes itself when finishing - PUTFileJob *job = new PUTFileJob(propagator()->account(), url, device, headers, _currentChunk, this); + auto devicePtr = device.get(); // for connections later + PUTFileJob *job = new PUTFileJob(propagator()->account(), url, std::move(device), headers, _currentChunk, this); _jobs.append(job); connect(job, &PUTFileJob::finishedSignal, this, &PropagateUploadFileNG::slotPutFinished); connect(job, &PUTFileJob::uploadProgress, this, &PropagateUploadFileNG::slotUploadProgress); connect(job, &PUTFileJob::uploadProgress, - device, &UploadDevice::slotJobUploadProgress); + devicePtr, &UploadDevice::slotJobUploadProgress); connect(job, &QObject::destroyed, this, &PropagateUploadFileCommon::slotJobDestroyed); job->start(); propagator()->_activeJobList.append(this); diff --git a/src/libsync/propagateuploadv1.cpp b/src/libsync/propagateuploadv1.cpp index bcd31761c..104fa9d75 100644 --- a/src/libsync/propagateuploadv1.cpp +++ b/src/libsync/propagateuploadv1.cpp @@ -89,7 +89,7 @@ void PropagateUploadFileV1::startNextChunk() QString path = _fileToUpload._file; - UploadDevice *device = new UploadDevice(&propagator()->_bandwidthManager); + auto device = std::make_unique(&propagator()->_bandwidthManager); qint64 chunkStart = 0; qint64 currentChunkSize = fileSize; bool isFinalChunk = false; @@ -134,16 +134,16 @@ void PropagateUploadFileV1::startNextChunk() } // Soft error because this is likely caused by the user modifying his files while syncing abortWithError(SyncFileItem::SoftError, device->errorString()); - delete device; return; } // job takes ownership of device via a QScopedPointer. Job deletes itself when finishing - PUTFileJob *job = new PUTFileJob(propagator()->account(), propagator()->_remoteFolder + path, device, headers, _currentChunk, this); + auto devicePtr = device.get(); // for connections later + PUTFileJob *job = new PUTFileJob(propagator()->account(), propagator()->_remoteFolder + path, std::move(device), headers, _currentChunk, this); _jobs.append(job); connect(job, &PUTFileJob::finishedSignal, this, &PropagateUploadFileV1::slotPutFinished); connect(job, &PUTFileJob::uploadProgress, this, &PropagateUploadFileV1::slotUploadProgress); - connect(job, &PUTFileJob::uploadProgress, device, &UploadDevice::slotJobUploadProgress); + connect(job, &PUTFileJob::uploadProgress, devicePtr, &UploadDevice::slotJobUploadProgress); connect(job, &QObject::destroyed, this, &PropagateUploadFileCommon::slotJobDestroyed); if (isFinalChunk) adjustLastJobTimeout(job, fileSize); diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp index d9c240a93..3e2624a21 100644 --- a/src/libsync/syncengine.cpp +++ b/src/libsync/syncengine.cpp @@ -91,7 +91,7 @@ SyncEngine::SyncEngine(AccountPtr account, const QString &localPath, _csync_ctx.reset(new CSYNC(localPath.toUtf8().data(), journal)); - _excludedFiles.reset(new ExcludedFiles); + _excludedFiles.reset(new ExcludedFiles(localPath)); _csync_ctx->exclude_traversal_fn = _excludedFiles->csyncTraversalMatchFun(); _syncFileStatusTracker.reset(new SyncFileStatusTracker(this)); diff --git a/src/libsync/syncfileitem.h b/src/libsync/syncfileitem.h index 461627ba3..e054ab83a 100644 --- a/src/libsync/syncfileitem.h +++ b/src/libsync/syncfileitem.h @@ -59,6 +59,7 @@ public: Conflict, FileIgnored, ///< The file is in the ignored list (or blacklisted with no retries left) + FileLocked, ///< The file is locked Restoration, ///< The file was restored because what should have been done was not allowed /** For errors that should only appear in the error view. diff --git a/src/libsync/syncfilestatustracker.cpp b/src/libsync/syncfilestatustracker.cpp index 6dc2514ff..c492b34d5 100644 --- a/src/libsync/syncfilestatustracker.cpp +++ b/src/libsync/syncfilestatustracker.cpp @@ -105,7 +105,8 @@ static inline bool showWarningInSocketApi(const SyncFileItem &item) return item._instruction == CSYNC_INSTRUCTION_IGNORE || status == SyncFileItem::FileIgnored || status == SyncFileItem::Conflict - || status == SyncFileItem::Restoration; + || status == SyncFileItem::Restoration + || status == SyncFileItem::FileLocked; } SyncFileStatusTracker::SyncFileStatusTracker(SyncEngine *syncEngine) diff --git a/src/libsync/syncresult.cpp b/src/libsync/syncresult.cpp index 8550b4628..a3481c74f 100644 --- a/src/libsync/syncresult.cpp +++ b/src/libsync/syncresult.cpp @@ -28,6 +28,7 @@ SyncResult::SyncResult() , _numNewConflictItems(0) , _numOldConflictItems(0) , _numErrorItems(0) + , _numLockedItems(0) { } @@ -139,6 +140,13 @@ void SyncResult::processCompletedItem(const SyncFileItemPtr &item) _folderStructureWasChanged = true; } + if(item->_status == SyncFileItem::FileLocked){ + _numLockedItems++; + if (!_firstItemLocked) { + _firstItemLocked = item; + } + } + // Process the item to the gui if (item->_status == SyncFileItem::FatalError || item->_status == SyncFileItem::NormalError) { //: this displays an error string (%2) for a file %1 diff --git a/src/libsync/syncresult.h b/src/libsync/syncresult.h index 6c484ee4d..1a0c680ca 100644 --- a/src/libsync/syncresult.h +++ b/src/libsync/syncresult.h @@ -72,12 +72,16 @@ public: int numErrorItems() const { return _numErrorItems; } bool hasUnresolvedConflicts() const { return _numNewConflictItems + _numOldConflictItems > 0; } + int numLockedItems() const { return _numLockedItems; } + bool hasLockedFiles() const { return _numLockedItems > 0; } + const SyncFileItemPtr &firstItemNew() const { return _firstItemNew; } const SyncFileItemPtr &firstItemDeleted() const { return _firstItemDeleted; } const SyncFileItemPtr &firstItemUpdated() const { return _firstItemUpdated; } const SyncFileItemPtr &firstItemRenamed() const { return _firstItemRenamed; } const SyncFileItemPtr &firstNewConflictItem() const { return _firstNewConflictItem; } const SyncFileItemPtr &firstItemError() const { return _firstItemError; } + const SyncFileItemPtr &firstItemLocked() const { return _firstItemLocked; } void processCompletedItem(const SyncFileItemPtr &item); @@ -101,6 +105,7 @@ private: int _numNewConflictItems; int _numOldConflictItems; int _numErrorItems; + int _numLockedItems; SyncFileItemPtr _firstItemNew; SyncFileItemPtr _firstItemDeleted; @@ -108,6 +113,7 @@ private: SyncFileItemPtr _firstItemRenamed; SyncFileItemPtr _firstNewConflictItem; SyncFileItemPtr _firstItemError; + SyncFileItemPtr _firstItemLocked; }; } diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index f68b61e2e..ed2964729 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -341,10 +341,9 @@ QString Theme::gitSHA1() const QString Theme::about() const { QString devString; - devString = tr("

Version %1. For more information please visit %3.

") + devString = tr("

Version %1. For more information please click here.

") .arg(MIRALL_VERSION_STRING) - .arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN)) - .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)); + .arg(helpUrl()); devString += tr("

This release was supplied by %1

") .arg(APPLICATION_VENDOR); diff --git a/sync-exclude.lst b/sync-exclude.lst index fe5cbee10..129c8d8af 100644 --- a/sync-exclude.lst +++ b/sync-exclude.lst @@ -40,3 +40,5 @@ System Volume Information .nfs* My Saved Places. + +\#*# diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index bb184412b..fc7e8ef0a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -12,10 +12,10 @@ include_directories(${CMAKE_SOURCE_DIR}/src ${SQLITE3_INCLUDE_DIR} ) -include(owncloud_add_test.cmake) +include(nextcloud_add_test.cmake) -owncloud_add_test(OwncloudPropagator "") -owncloud_add_test(Updater "") +nextcloud_add_test(NextcloudPropagator "") +nextcloud_add_test(Updater "") SET(FolderWatcher_SRC ../src/gui/folderwatcher.cpp) @@ -29,33 +29,33 @@ IF( APPLE ) list(APPEND FolderWatcher_SRC ../src/gui/folderwatcher_mac.cpp) list(APPEND FolderWatcher_SRC ../src/gui/socketapisocket_mac.mm) ENDIF() -owncloud_add_test(NetrcParser ../src/cmd/netrcparser.cpp) -owncloud_add_test(OwnSql "") -owncloud_add_test(SyncJournalDB "") -owncloud_add_test(SyncFileItem "") -owncloud_add_test(ConcatUrl "") -owncloud_add_test(XmlParse "") -owncloud_add_test(ChecksumValidator "") +nextcloud_add_test(NetrcParser ../src/cmd/netrcparser.cpp) +nextcloud_add_test(OwnSql "") +nextcloud_add_test(SyncJournalDB "") +nextcloud_add_test(SyncFileItem "") +nextcloud_add_test(ConcatUrl "") +nextcloud_add_test(XmlParse "") +nextcloud_add_test(ChecksumValidator "") -owncloud_add_test(ExcludedFiles "") +nextcloud_add_test(ExcludedFiles "") -owncloud_add_test(FileSystem "") -owncloud_add_test(Utility "") -owncloud_add_test(SyncEngine "syncenginetestutils.h") -owncloud_add_test(SyncMove "syncenginetestutils.h") -owncloud_add_test(SyncConflict "syncenginetestutils.h") -owncloud_add_test(SyncFileStatusTracker "syncenginetestutils.h") -owncloud_add_test(ChunkingNg "syncenginetestutils.h") -owncloud_add_test(UploadReset "syncenginetestutils.h") -owncloud_add_test(AllFilesDeleted "syncenginetestutils.h") -owncloud_add_test(Blacklist "syncenginetestutils.h") -owncloud_add_test(FolderWatcher "${FolderWatcher_SRC}") +nextcloud_add_test(FileSystem "") +nextcloud_add_test(Utility "") +nextcloud_add_test(SyncEngine "syncenginetestutils.h") +nextcloud_add_test(SyncMove "syncenginetestutils.h") +nextcloud_add_test(SyncConflict "syncenginetestutils.h") +nextcloud_add_test(SyncFileStatusTracker "syncenginetestutils.h") +nextcloud_add_test(ChunkingNg "syncenginetestutils.h") +nextcloud_add_test(UploadReset "syncenginetestutils.h") +nextcloud_add_test(AllFilesDeleted "syncenginetestutils.h") +nextcloud_add_test(Blacklist "syncenginetestutils.h") +nextcloud_add_test(FolderWatcher "${FolderWatcher_SRC}") if( UNIX AND NOT APPLE ) - owncloud_add_test(InotifyWatcher "${FolderWatcher_SRC}") + nextcloud_add_test(InotifyWatcher "${FolderWatcher_SRC}") endif(UNIX AND NOT APPLE) -owncloud_add_benchmark(LargeSync "syncenginetestutils.h") +nextcloud_add_benchmark(LargeSync "syncenginetestutils.h") SET(FolderMan_SRC ../src/gui/folderman.cpp) list(APPEND FolderMan_SRC ../src/gui/folder.cpp ) @@ -69,9 +69,9 @@ list(APPEND FolderMan_SRC ../src/gui/connectionvalidator.cpp ) list(APPEND FolderMan_SRC ../src/gui/clientproxy.cpp ) list(APPEND FolderMan_SRC ${FolderWatcher_SRC}) list(APPEND FolderMan_SRC stub.cpp ) -owncloud_add_test(FolderMan "${FolderMan_SRC}") +nextcloud_add_test(FolderMan "${FolderMan_SRC}") -owncloud_add_test(OAuth "syncenginetestutils.h;../src/gui/creds/oauth.cpp") +nextcloud_add_test(OAuth "syncenginetestutils.h;../src/gui/creds/oauth.cpp") configure_file(test_journal.db "${PROJECT_BINARY_DIR}/bin/test_journal.db" COPYONLY) diff --git a/test/csync/csync_tests/check_csync_exclude.cpp b/test/csync/csync_tests/check_csync_exclude.cpp index 95b6e9a31..07ec665a8 100644 --- a/test/csync/csync_tests/check_csync_exclude.cpp +++ b/test/csync/csync_tests/check_csync_exclude.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #define CSYNC_TEST 1 #include "csync_exclude.cpp" @@ -115,16 +116,32 @@ static void check_csync_exclude_add(void **) excludedFiles->addManualExclude("/tmp/check_csync1/*"); assert_int_equal(check_file_full("/tmp/check_csync1/foo"), CSYNC_FILE_EXCLUDE_LIST); assert_int_equal(check_file_full("/tmp/check_csync2/foo"), CSYNC_NOT_EXCLUDED); - assert_true(excludedFiles->_allExcludes.contains("/tmp/check_csync1/*")); + assert_true(excludedFiles->_allExcludes["/"].contains("/tmp/check_csync1/*")); - assert_true(excludedFiles->_fullRegexFile.pattern().contains("csync1")); - assert_true(excludedFiles->_fullTraversalRegexFile.pattern().contains("csync1")); - assert_false(excludedFiles->_bnameTraversalRegexFile.pattern().contains("csync1")); + assert_true(excludedFiles->_fullRegexFile["/"].pattern().contains("csync1")); + assert_true(excludedFiles->_fullTraversalRegexFile["/"].pattern().contains("csync1")); + assert_false(excludedFiles->_bnameTraversalRegexFile["/"].pattern().contains("csync1")); excludedFiles->addManualExclude("foo"); - assert_true(excludedFiles->_bnameTraversalRegexFile.pattern().contains("foo")); - assert_true(excludedFiles->_fullRegexFile.pattern().contains("foo")); - assert_false(excludedFiles->_fullTraversalRegexFile.pattern().contains("foo")); + assert_true(excludedFiles->_bnameTraversalRegexFile["/"].pattern().contains("foo")); + assert_true(excludedFiles->_fullRegexFile["/"].pattern().contains("foo")); + assert_false(excludedFiles->_fullTraversalRegexFile["/"].pattern().contains("foo")); +} + +static void check_csync_exclude_add_per_dir(void **) +{ + excludedFiles->addManualExclude("*", "/tmp/check_csync1/"); + assert_int_equal(check_file_full("/tmp/check_csync1/foo"), CSYNC_FILE_EXCLUDE_LIST); + assert_int_equal(check_file_full("/tmp/check_csync2/foo"), CSYNC_NOT_EXCLUDED); + assert_true(excludedFiles->_allExcludes["/tmp/check_csync1/"].contains("*")); + + excludedFiles->addManualExclude("foo"); + assert_true(excludedFiles->_fullRegexFile["/"].pattern().contains("foo")); + + excludedFiles->addManualExclude("foo/bar", "/tmp/check_csync1/"); + assert_true(excludedFiles->_fullRegexFile["/tmp/check_csync1/"].pattern().contains("bar")); + assert_true(excludedFiles->_fullTraversalRegexFile["/tmp/check_csync1/"].pattern().contains("bar")); + assert_false(excludedFiles->_bnameTraversalRegexFile["/tmp/check_csync1/"].pattern().contains("foo")); } static void check_csync_excluded(void **) @@ -232,6 +249,58 @@ static void check_csync_excluded(void **) assert_int_equal(check_file_full("c [d]"), CSYNC_FILE_EXCLUDE_LIST); } +static void check_csync_excluded_per_dir(void **) +{ + excludedFiles->addManualExclude("A"); + excludedFiles->reloadExcludeFiles(); + + assert_int_equal(check_file_full("A"), CSYNC_FILE_EXCLUDE_LIST); + + excludedFiles->clearManualExcludes(); + excludedFiles->addManualExclude("A", "/B/"); + excludedFiles->reloadExcludeFiles(); + + assert_int_equal(check_file_full("A"), CSYNC_NOT_EXCLUDED); + assert_int_equal(check_file_full("B/A"), CSYNC_FILE_EXCLUDE_LIST); + + excludedFiles->clearManualExcludes(); + excludedFiles->addManualExclude("A/a1", "/B/"); + excludedFiles->reloadExcludeFiles(); + + assert_int_equal(check_file_full("A"), CSYNC_NOT_EXCLUDED); + assert_int_equal(check_file_full("B/A/a1"), CSYNC_FILE_EXCLUDE_LIST); + +#define FOO_DIR "/tmp/check_csync1/foo" +#define FOO_EXCLUDE_LIST FOO_DIR "/.sync-exclude.lst" + int rc; + rc = system("mkdir -p " FOO_DIR); + assert_int_equal(rc, 0); + FILE *fh = fopen(FOO_EXCLUDE_LIST, "w"); + assert_non_null(fh); + rc = fprintf(fh, "bar"); + assert_int_not_equal(rc, 0); + rc = fclose(fh); + assert_int_equal(rc, 0); + + excludedFiles->addInTreeExcludeFilePath(FOO_EXCLUDE_LIST); + excludedFiles->reloadExcludeFiles(); + assert_int_equal(check_file_full(FOO_DIR), CSYNC_NOT_EXCLUDED); + assert_int_equal(check_file_full(FOO_DIR "/bar"), CSYNC_FILE_EXCLUDE_LIST); + assert_int_equal(check_file_full(FOO_DIR "/baz"), CSYNC_NOT_EXCLUDED); +#undef FOO_DIR +#undef FOO_EXCLUDE_LIST +} + +static void check_csync_excluded_traversal_per_dir(void **) +{ + assert_int_equal(check_file_traversal("/"), CSYNC_NOT_EXCLUDED); + + /* path wildcards */ + excludedFiles->addManualExclude("*/*.tex.tmp", "/latex/"); + assert_int_equal(check_file_traversal("latex/my_manuscript.tex.tmp"), CSYNC_NOT_EXCLUDED); + assert_int_equal(check_file_traversal("latex/songbook/my_manuscript.tex.tmp"), CSYNC_FILE_EXCLUDE_LIST); +} + static void check_csync_excluded_traversal(void **) { assert_int_equal(check_file_traversal(""), CSYNC_NOT_EXCLUDED); @@ -633,8 +702,11 @@ int torture_run_tests(void) const struct CMUnitTest tests[] = { cmocka_unit_test_setup_teardown(T::check_csync_exclude_add, T::setup, T::teardown), + cmocka_unit_test_setup_teardown(T::check_csync_exclude_add_per_dir, T::setup, T::teardown), cmocka_unit_test_setup_teardown(T::check_csync_excluded, T::setup_init, T::teardown), + cmocka_unit_test_setup_teardown(T::check_csync_excluded_per_dir, T::setup, T::teardown), cmocka_unit_test_setup_teardown(T::check_csync_excluded_traversal, T::setup_init, T::teardown), + cmocka_unit_test_setup_teardown(T::check_csync_excluded_traversal_per_dir, T::setup, T::teardown), cmocka_unit_test_setup_teardown(T::check_csync_dir_only, T::setup, T::teardown), cmocka_unit_test_setup_teardown(T::check_csync_pathes, T::setup_init, T::teardown), cmocka_unit_test_setup_teardown(T::check_csync_wildcards, T::setup, T::teardown), diff --git a/test/owncloud_add_test.cmake b/test/nextcloud_add_test.cmake similarity index 93% rename from test/owncloud_add_test.cmake rename to test/nextcloud_add_test.cmake index ee2cfd200..f65687b84 100644 --- a/test/owncloud_add_test.cmake +++ b/test/nextcloud_add_test.cmake @@ -1,6 +1,6 @@ find_package(Qt5 COMPONENTS Core Test Xml Network REQUIRED) -macro(owncloud_add_test test_class additional_cpp) +macro(nextcloud_add_test test_class additional_cpp) set(CMAKE_AUTOMOC TRUE) set(OWNCLOUD_TEST_CLASS ${test_class}) string(TOLOWER "${OWNCLOUD_TEST_CLASS}" OWNCLOUD_TEST_CLASS_LOWERCASE) @@ -19,7 +19,7 @@ macro(owncloud_add_test test_class additional_cpp) add_test(NAME ${OWNCLOUD_TEST_CLASS}Test COMMAND ${OWNCLOUD_TEST_CLASS}Test) endmacro() -macro(owncloud_add_benchmark test_class additional_cpp) +macro(nextcloud_add_benchmark test_class additional_cpp) set(CMAKE_AUTOMOC TRUE) set(OWNCLOUD_TEST_CLASS ${test_class}) string(TOLOWER "${OWNCLOUD_TEST_CLASS}" OWNCLOUD_TEST_CLASS_LOWERCASE) diff --git a/test/testexcludedfiles.cpp b/test/testexcludedfiles.cpp index 11d0a3282..ea68440ad 100644 --- a/test/testexcludedfiles.cpp +++ b/test/testexcludedfiles.cpp @@ -39,6 +39,8 @@ private slots: QVERIFY(excluded.isExcluded("/a/foo_conflict-bar", "/a", keepHidden)); QVERIFY(excluded.isExcluded("/a/foo (conflicted copy bar)", "/a", keepHidden)); QVERIFY(excluded.isExcluded("/a/.b", "/a", excludeHidden)); + + QVERIFY(excluded.isExcluded("/a/#b#", "/a", keepHidden)); } }; diff --git a/test/testfolderwatcher.cpp b/test/testfolderwatcher.cpp index d90856828..fdd97701d 100644 --- a/test/testfolderwatcher.cpp +++ b/test/testfolderwatcher.cpp @@ -140,6 +140,17 @@ private slots: QVERIFY(waitForPathChanged(file)); } + void testMove3LevelDirWithFile() { + QString file(_rootPath + "/a0/b/c/empty.txt"); + mkdir(_rootPath + "/a0"); + mkdir(_rootPath + "/a0/b"); + mkdir(_rootPath + "/a0/b/c"); + touch(file); + mv(_rootPath + "/a0 ", _rootPath + "/a"); + QVERIFY(waitForPathChanged(_rootPath + "/a/b/c/empty.txt")); + } + + void testCreateADir() { QString file(_rootPath+"/a1/b1/new_dir"); mkdir(file); diff --git a/test/testowncloudpropagator.cpp b/test/testnextcloudpropagator.cpp similarity index 90% rename from test/testowncloudpropagator.cpp rename to test/testnextcloudpropagator.cpp index cd8f431a9..dc2e476ad 100644 --- a/test/testowncloudpropagator.cpp +++ b/test/testnextcloudpropagator.cpp @@ -15,14 +15,14 @@ namespace OCC { QString OWNCLOUDSYNC_EXPORT createDownloadTmpFileName(const QString &previous); } -class TestOwncloudPropagator : public QObject +class TestNextcloudPropagator : public QObject { Q_OBJECT private slots: void testUpdateErrorFromSession() { -// OwncloudPropagator propagator( NULL, QLatin1String("test1"), QLatin1String("test2"), new ProgressDatabase); +// NextcloudPropagator propagator( NULL, QLatin1String("test1"), QLatin1String("test2"), new ProgressDatabase); QVERIFY( true ); } @@ -78,5 +78,5 @@ private slots: } }; -QTEST_APPLESS_MAIN(TestOwncloudPropagator) -#include "testowncloudpropagator.moc" +QTEST_APPLESS_MAIN(TestNextcloudPropagator) +#include "testnextcloudpropagator.moc" diff --git a/theme.qrc b/theme.qrc index 11641c386..44d0dfc72 100644 --- a/theme.qrc +++ b/theme.qrc @@ -1,12 +1,14 @@ - theme/colored/512-Nextcloud-icon.png - theme/colored/256-Nextcloud-icon.png - theme/colored/128-Nextcloud-icon.png - theme/colored/22-Nextcloud-icon.png + theme/colored/16-Nextcloud-icon.png + theme/colored/24-Nextcloud-icon.png theme/colored/32-Nextcloud-icon.png theme/colored/48-Nextcloud-icon.png theme/colored/64-Nextcloud-icon.png + theme/colored/128-Nextcloud-icon.png + theme/colored/256-Nextcloud-icon.png + theme/colored/512-Nextcloud-icon.png + theme/colored/1024-Nextcloud-icon.png theme/colored/state-error-32.png theme/colored/state-error-64.png theme/colored/state-error-128.png diff --git a/theme/colored/1024-Nextcloud-icon.png b/theme/colored/1024-Nextcloud-icon.png index b8c89ee03..e6bea6dbb 100644 Binary files a/theme/colored/1024-Nextcloud-icon.png and b/theme/colored/1024-Nextcloud-icon.png differ diff --git a/theme/colored/128-Nextcloud-icon.png b/theme/colored/128-Nextcloud-icon.png index c97f36807..78c88f5f6 100644 Binary files a/theme/colored/128-Nextcloud-icon.png and b/theme/colored/128-Nextcloud-icon.png differ diff --git a/theme/colored/128-Nextcloud-sidebar.png b/theme/colored/128-Nextcloud-sidebar.png new file mode 100644 index 000000000..4ca9fae9b Binary files /dev/null and b/theme/colored/128-Nextcloud-sidebar.png differ diff --git a/theme/colored/150-Nextcloud-w10startmenu.png b/theme/colored/150-Nextcloud-w10startmenu.png new file mode 100644 index 000000000..30dcfbef6 Binary files /dev/null and b/theme/colored/150-Nextcloud-w10startmenu.png differ diff --git a/theme/colored/16-Nextcloud-icon.png b/theme/colored/16-Nextcloud-icon.png index 36bcce79c..8a52d672b 100644 Binary files a/theme/colored/16-Nextcloud-icon.png and b/theme/colored/16-Nextcloud-icon.png differ diff --git a/theme/colored/16-Nextcloud-sidebar.png b/theme/colored/16-Nextcloud-sidebar.png index 36bcce79c..4bcc1a54f 100644 Binary files a/theme/colored/16-Nextcloud-sidebar.png and b/theme/colored/16-Nextcloud-sidebar.png differ diff --git a/theme/colored/18-Nextcloud-sidebar.png b/theme/colored/18-Nextcloud-sidebar.png deleted file mode 100644 index 017f0204a..000000000 Binary files a/theme/colored/18-Nextcloud-sidebar.png and /dev/null differ diff --git a/theme/colored/22-Nextcloud-icon.png b/theme/colored/22-Nextcloud-icon.png deleted file mode 100644 index d12e6826e..000000000 Binary files a/theme/colored/22-Nextcloud-icon.png and /dev/null differ diff --git a/theme/colored/24-Nextcloud-icon.png b/theme/colored/24-Nextcloud-icon.png new file mode 100644 index 000000000..826e15b25 Binary files /dev/null and b/theme/colored/24-Nextcloud-icon.png differ diff --git a/theme/colored/256-Nextcloud-icon.png b/theme/colored/256-Nextcloud-icon.png index 11b0833ca..a83201edd 100644 Binary files a/theme/colored/256-Nextcloud-icon.png and b/theme/colored/256-Nextcloud-icon.png differ diff --git a/theme/colored/256-Nextcloud-sidebar.png b/theme/colored/256-Nextcloud-sidebar.png new file mode 100644 index 000000000..19da6fe9d Binary files /dev/null and b/theme/colored/256-Nextcloud-sidebar.png differ diff --git a/theme/colored/32-Nextcloud-icon.png b/theme/colored/32-Nextcloud-icon.png index 052da904e..bdf479dbf 100644 Binary files a/theme/colored/32-Nextcloud-icon.png and b/theme/colored/32-Nextcloud-icon.png differ diff --git a/theme/colored/32-Nextcloud-sidebar.png b/theme/colored/32-Nextcloud-sidebar.png index 052da904e..e49a15c83 100644 Binary files a/theme/colored/32-Nextcloud-sidebar.png and b/theme/colored/32-Nextcloud-sidebar.png differ diff --git a/theme/colored/36-Nextcloud-sidebar.png b/theme/colored/36-Nextcloud-sidebar.png deleted file mode 100644 index 2fccf344b..000000000 Binary files a/theme/colored/36-Nextcloud-sidebar.png and /dev/null differ diff --git a/theme/colored/48-Nextcloud-icon.png b/theme/colored/48-Nextcloud-icon.png index a1a9625f9..0ae67b48e 100644 Binary files a/theme/colored/48-Nextcloud-icon.png and b/theme/colored/48-Nextcloud-icon.png differ diff --git a/theme/colored/512-Nextcloud-icon.png b/theme/colored/512-Nextcloud-icon.png index 9f40c76cf..d5936039c 100644 Binary files a/theme/colored/512-Nextcloud-icon.png and b/theme/colored/512-Nextcloud-icon.png differ diff --git a/theme/colored/64-Nextcloud-icon.png b/theme/colored/64-Nextcloud-icon.png index f11f36320..32be410ef 100644 Binary files a/theme/colored/64-Nextcloud-icon.png and b/theme/colored/64-Nextcloud-icon.png differ diff --git a/theme/colored/64-Nextcloud-sidebar.png b/theme/colored/64-Nextcloud-sidebar.png index f11f36320..bd1adb490 100644 Binary files a/theme/colored/64-Nextcloud-sidebar.png and b/theme/colored/64-Nextcloud-sidebar.png differ diff --git a/theme/colored/70-Nextcloud-w10startmenu.png b/theme/colored/70-Nextcloud-w10startmenu.png new file mode 100644 index 000000000..56e30cdca Binary files /dev/null and b/theme/colored/70-Nextcloud-w10startmenu.png differ diff --git a/theme/colored/Nextcloud-icon.svg b/theme/colored/Nextcloud-icon.svg index bf7753aa3..24ecc907a 100644 --- a/theme/colored/Nextcloud-icon.svg +++ b/theme/colored/Nextcloud-icon.svg @@ -1,70 +1 @@ - -image/svg+xml \ No newline at end of file + \ No newline at end of file diff --git a/theme/colored/Nextcloud-sidebar.svg b/theme/colored/Nextcloud-sidebar.svg new file mode 100644 index 000000000..2068bc8d2 --- /dev/null +++ b/theme/colored/Nextcloud-sidebar.svg @@ -0,0 +1,22 @@ + + + + + + + + + + diff --git a/theme/nextcloud.VisualElementsManifest.xml b/theme/nextcloud.VisualElementsManifest.xml new file mode 100644 index 000000000..acdc31272 --- /dev/null +++ b/theme/nextcloud.VisualElementsManifest.xml @@ -0,0 +1,8 @@ + + + \ No newline at end of file diff --git a/translations/client_bg.ts b/translations/client_bg.ts index 06587b346..59ff44804 100644 --- a/translations/client_bg.ts +++ b/translations/client_bg.ts @@ -65,12 +65,12 @@ Help - + Помощ Settings - + Настройки @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - - - - + ... ... - + Storage space: ... Дисково пространство: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Не маркирани папки ще бъдат <b>премахнати</b> от локалната файлова система и няма да бъдат синхронизирани на този компютър повече - + Synchronize all Синхронизирай всички - + Synchronize none Без синхронизиране - + Apply manual changes Потвърди ръчните промени - + Apply Приложи - - - + + + Cancel Отказ - + Connected with <server> as <user> Свързан с <server>, като <user> - + No account configured. Няма настроен профил. - + Add new Добави нов - + Remove Премахни - + Account Профил - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Избор на елементи за синхронизиране - + Force sync now Синхронизирай сега - + Restart sync Рестартирай синхронизирането - + Remove folder sync connection Премахни синхронизирането - + Folder creation failed Създаването на папката се провали - + <p>Could not create local folder <i>%1</i>. <p>Локалната папка <i>%1</i>не може да бъде създадена. - + Confirm Folder Sync Connection Removal Потвърждаване за премахване на синхронизация - + Remove Folder Sync Connection Премахни - + Sync Running Синхронизират се файлове - + The syncing operation is running.<br/>Do you want to terminate it? В момента се извършва синхронизиране.<br/>Да бъде ли прекратено? - + %1 in use Ползвате %1 - + %1 as <i>%2</i> %1 като <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Сървърът е версия %1 - стара и неподдържана! Можете . - + Connected to %1. Осъществена връзка с %1. - + Server %1 is temporarily unavailable. Сървърът %1 е временно недостъпен. - + Server %1 is currently in maintenance mode. Сървърът %1 е в режим на поддръжка. - + Signed out from %1. Отписан от %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Извършва се оторизация от браузъра. <a href='%1'>Кликнете тук</a> за да отворите отново браузъра. - + Connecting to %1... Свързване към %1... - + No connection to %1 at %2. Не може да се осъществи връзка като %1 с %2. - + Log in Вписване - + There are folders that were not synchronized because they are too big: Някои папки не са синхронизирани защото са твърде големи: - + There are folders that were not synchronized because they are external storages: Има папки, които не са синхронизирани защото са външни хранилища: - + There are folders that were not synchronized because they are too big or external storages: Има папки, които не са синхронизирани защото са твърде големи или са външни хранилища: - + Confirm Account Removal Потвърждение за премахване на профил - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Наистина ли желаете да премахнете връзката към профила <i>%1</i>?</p><p><b>Бележка:</b> Дейтствието <b>няма</b> да предизвика изтриване на файлове.</p> - + Remove connection Премахни връзката - - + + Open folder Отвори папката - - + + Log out Отписване - + Resume sync Продължи синхронизирането - + Pause sync Пауза - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Наистина ли желаете да премахнете синхронизирането на папката<i>%1</i>?</p><p><b>Бележка:</b> Действието <b>няма</b> да предизвика изтриване на файлове.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. Ползвате %1 (%3%) от %2. Някои папки, включително монтирани по мрежата или споделени може да имат различни лимити. - + %1 of %2 in use Ползвате %1 от %2 - + Currently there is no storage usage information available. В момента няма достъпна информация за използването на хранилището. - + No %1 connection configured. Няма %1 конфигурирана връзка. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - - - - - TextLabel - - Accept Приемане - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Възника грешка при запис на метаданните в базата данни @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 не може да бъде прочетен. - + %1 has been removed. %1 names a file. %1 е премахнат. - + %1 has been downloaded. %1 names a file. %1 е свален. - + %1 has been updated. %1 names a file. %1 е качен. - + %1 has been renamed to %2. %1 and %2 name files. %1 е преименуван на %2. - + %1 has been moved to %2. %1 е преместен в %2. - + %1 and %n other file(s) have been removed. %1 е премахнат.%1 и %n други файла са премахнати. - + %1 and %n other file(s) have been downloaded. %1 и %n друг файл са свалени.%1 и %n други файлове са свалени. - + %1 and %n other file(s) have been updated. %1 и %n друг файл са актуализирани.%1 и %n други файлове са актуализирани. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 е преименуван на %2.%1 е преименуван на %2 и %n други файла са преименувани. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 е преместен в %2.%1 е преместен в %2 и %n други файла са преместени. - + %1 has and %n other file(s) have sync conflicts. Възникна конфликт при синхронизирането на %1.Възникна конфликт при синхронизирането на %1 и %n други файла. - + %1 has a sync conflict. Please check the conflict file! Възникна конфликт при синхронизирането %1. Проверете файла! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 не може да бъде синхронизиран. За подробности проверете журнала.%1 и %n други файла не могат да бъдат синхронизирани. За подробности проверете журнала. - + %1 could not be synced due to an error. See the log for details. %1 не може да бъде синхронизиран поради грешка. За подробности проверете журнала. - + Sync Activity Активност от синхронизиране - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Добавена е нова папка по-голяма от %1 MB: %2. - + A folder from an external storage has been added. Добавена е папка от външно хранилище. - + Please go in the settings to select it if you wish to download it. Моля, отидете в настройки, ако желаете да го свалите. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,46 +965,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Засечено е резервно копие - + Normal Synchronisation Нормално синхронизиране - + Keep Local Files as Conflict @@ -1305,11 +1400,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - - Legal notice @@ -1459,82 +1549,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Файлове игнорирани чрез модел - - Add - Добави + + This entry is provided by the system at '%1' and cannot be modified in this view. + + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + - + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + Remove all - - Pattern - Модел - - - - Allow Deletion - Разреши изтриване - - - - Remove - Премахни - - - + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Файлове и папки, чиито имена съвпадат с модел няма да бъдат синхронизирани. - -Елементите, които препятстват премахване на директория и за които е разрешено изриването, ще бъдат изтрити. Опцията е полезна за метаданни. + - + Could not open file - + Cannot write changes to '%1'. - + Add Ignore Pattern - Добавяне на модел за игнориране + - + Add a new ignore pattern: - Нов модел за игнориране: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. OCC::LegalNotice - - - Dialog - - Legal notice - - - TextLabel - - Close @@ -1664,11 +1750,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - - Proxy Settings @@ -1979,11 +2060,6 @@ for additional privileges during the process. Login in your browser - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2035,12 +2111,12 @@ It is not advisable to use it. Напред > - + Invalid URL Невалиден URL - + Could not load certificate. Maybe wrong password? @@ -2198,12 +2274,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 - Помощник за свързване - + Skip folders configuration Пропусни настройването на папки @@ -2237,7 +2313,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database @@ -2265,32 +2341,32 @@ It is not advisable to use it. Свободното място на диска е по-малко от %1 - + File was deleted from server - + The file could not be downloaded completely. Целият файл не може да бъде свален. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery - + Error writing metadata to the database @@ -2303,7 +2379,7 @@ It is not advisable to use it. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2435,27 +2511,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. - + Local file changed during sync. Локален файл е променен по време на синхронизирането. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2664,22 +2740,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + Password: Парола: - + Expiration date: - + TextLabel @@ -2752,22 +2828,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... - + Copy link Копирай връзката - + No results for '%1' Няма резултат за '%1' - + I shared something with you Споделих нещо с вас @@ -2785,22 +2861,27 @@ It is not advisable to use it. може да редактира - + Can reshare Може да споделя повторно - + + Unshare + + + + Can create Може да създава - + Can change Може да променя - + Can delete Може да изтрива @@ -2827,7 +2908,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3011,11 +3092,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - - Trust this certificate anyway @@ -3045,44 +3121,49 @@ It is not advisable to use it. - + Organization: %1 Организация: %1 - + Unit: %1 Отдел: %1 - + Country: %1 Държава: %1 - Fingerprint (MD5): <tt>%1</tt> - Отпечатък (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Отпечатък (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Валиден от: %1 - + Expiration Date: %1 Валиден до: %1 - + Issuer: %1 Издател: %1 @@ -3373,11 +3454,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Версия %1. За допълнителна информация посетете <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3385,25 +3466,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected Открит е невалиден сертификат - - The host "%1" provided an invalid certitiface. Continue? - "%1" предостави невалиден сертификат. Желаете ли да продължите? + + The host "%1" provided an invalid certificate. Continue? + OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3470,11 +3551,6 @@ It is not advisable to use it. Settings... Настройки... - - - Details... - Подробности... - Help @@ -3586,6 +3662,11 @@ It is not advisable to use it. New account... Нов профил... + + + View more activity... + + Crash now @@ -3645,23 +3726,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - - - - - - - - - - - - TextLabel - - Server @@ -3703,11 +3767,6 @@ It is not advisable to use it. &Local Folder Локална папка - - - pbSelectLocalFolder - - &Keep local data @@ -3726,11 +3785,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - - &Username @@ -3744,11 +3798,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - - Please switch to your browser to proceed. @@ -3764,20 +3813,14 @@ It is not advisable to use it. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - - - - - - TextLabel - - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3811,27 +3854,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - - - - - TextLabel - - Your entire account is synced to the local folder Целият профил се синхронизира с локалната папка - - - - PushButton - - QObject @@ -3886,7 +3913,7 @@ It is not advisable to use it. Преди известно време - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3968,14 +3995,6 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_ca.ts b/translations/client_ca.ts index 159230e9e..6f1d6c191 100644 --- a/translations/client_ca.ts +++ b/translations/client_ca.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Diàleg - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Formulari + + + Please switch to your browser to proceed. + Si us plau, canvieu al navegador per continuar. + + + + An error occurred while connecting. Please try again. + Hi ha hagut un error mentre es connectava. Si us plau, torneu-ho a provar. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Formulari + + + + Please switch to your browser to proceed. + Si us plau, canvieu al vostre navegador per continuar. + + + + An error occurred while connecting. Please try again. + Hi ha hagut un error mentre es connectava. Si us plau, torneu-ho a provar. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulari - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Xifratge amb mnemotècnica de punt a punt - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Per protegir la vostra identitat Criptogràfica, ho encriptarem amb una mnemotècnica de 12 paraules de diccionari. Si us plau, anoteu-les i deseu-les a un lloc segur. Aquestes paraules us seran necessàries per afegir altres dispositius al vostre compte (com ara telèfons mòbils o portàtils). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulari - - - + ... ... - + Storage space: ... Espai d'emmagatzematge: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Les carpetes desmarcades <b>se suprimirian</b> del vostre sistema de fitxers local i ja no es sincronitzaran en aquest ordinador - + Synchronize all Sincronitza-ho tot - + Synchronize none No sincronitzis res - + Apply manual changes Aplica els canvis manuals - + Apply Aplica - - - + + + Cancel Cancel·la - + Connected with <server> as <user> Connectat amb <server> com a <user> - + No account configured. No hi ha cap compte configurat - + Add new Afegeix-ne un de nou - + Remove Suprimeix - + Account Compte - + + This account supports end-to-end encryption + Aquest compte suporta xifratge d'extrem a extrem + + + + Enable encryption + Activa el xifratge + + + Show E2E mnemonic Mostra la mnemotècnica Punt-a-Punt - + Encrypt Xifra - + + + Edit Ignored Files + + + + Choose what to sync Trieu què voleu sincronitzar - + Force sync now Força la sincronització ara - + Restart sync Reinicia la sincronització - + Remove folder sync connection Suprimeix la connexió de la carpeta sincronitzada - + Folder creation failed Ha fallat la creació de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No s'ha pogut crear la carpeta local <i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmeu la supressió de la connexió de la carpeta sincronitzada - + Remove Folder Sync Connection Suprimeix la connexió de la carpeta sincronitzada - + Sync Running S'està sincronitzant - + The syncing operation is running.<br/>Do you want to terminate it? S'està sincronitzant.<br/>Voleu aturar-ho? - + %1 in use %1 en ús - + %1 as <i>%2</i> %1 com a <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. La versió del servidor %1 és antiga i fora de suport! Continueu sota la vostra responsabilitat. - + Connected to %1. Connectat a %1 - + Server %1 is temporarily unavailable. El servidor %1 no està temporalment disponible - + Server %1 is currently in maintenance mode. El servidor %1 es troba en mode de manteniment. - + Signed out from %1. S'ha desconnectat de %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. S'està obtenint autorització des del navegador. <a href='%1'>feu clic aquí</a> per tornar a obrir el navegador. - + Connecting to %1... S'està connectant amb %1... - + No connection to %1 at %2. No hi ha connexió amb %1 a %2. - + Log in Inici de sessió - + There are folders that were not synchronized because they are too big: Hi ha carpetes que no s'han sincronitzat perquè són massa grans: - + There are folders that were not synchronized because they are external storages: Hi ha carpetes que no s'han sincronitzat perquè són fonts d'emmagatzematge externes: - + There are folders that were not synchronized because they are too big or external storages: Hi ha carpetes que no s'han sincronitzat perquè són massa grans o són fonts d'emmagatzematge externes: - + Confirm Account Removal Confirmeu la supressió del compte - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Segur que voleu suprimir la connexió al compte <i>%1</i>?</p><p><b>Nota:</b> això <b>no</b> suprimirà cap fitxer.</p> - + Remove connection Suprimeix la connexió - - + + Open folder Obre la carpeta - - + + Log out Surt - + Resume sync Continua la sincronització - + Pause sync Pausa la sincronització - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Segur que voleu aturar la sincronització de la carpeta <i>%1</i>?</p><p><b>Nota:</b> això <b>no</b> suprimirà cap fitxer.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en ús. Algunes carpetes, incloent les carpetes muntades a través de xarxa o les compartides, poden tenir límits diferents. - + %1 of %2 in use %1 de %2 en ús - + Currently there is no storage usage information available. Actualment no hi ha informació disponible de l'ús d'emmagatzematge. - + No %1 connection configured. La connexió %1 no està configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulari - - - - TextLabel - TextLabel - Accept Accepta - + Synced Sincronitzat - + Retry all uploads Torna a provar totes les pujades - + <br/>Account %1 does not have activities enabled. <br/>El compte %1 no té les activitats habilitades. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database S'ha produït un error a l'escriure les metadades a la base de dades @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Si us plau, introduïu la contrasenya d'encriptació punt a punt: <br><br>Usuari: %2<br>Compte: %3<br> - + Enter E2E passphrase Introduïu la contrasenya Punt-a-Punt @@ -722,6 +764,59 @@ Falten dades a la resposta de detecció de fitxers del servidor. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + S'ha produït un error des del servidor: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + S'ha produït un error en accedir al punt final del "testimoni": <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + No s'ha pogut analitzar el JSON retornat des del servidor: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + La resposta del servidor no contenia tots els camps esperats + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Connecta a %1 + + + + Login in your browser (Login Flow v2) + Inicieu la sessió al vostre navegador (Flux d'entrada v2) + + + + Unable to open the Browser, please copy the link to your Browser. + No es pot obrir el navegador; si us plau, copieu l'enllaç al navegador. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + No es pot obrir el navegador; si us plau, copieu l'enllaç al navegador. + + OCC::Folder @@ -740,122 +835,122 @@ No es pot llegir %1. - + %1 has been removed. %1 names a file. S'ha suprimit '%1' - + %1 has been downloaded. %1 names a file. S'ha descarregat %1 - + %1 has been updated. %1 names a file. S'ha actualitzat %1 - + %1 has been renamed to %2. %1 and %2 name files. %1 s'ha renomenat a %2. - + %1 has been moved to %2. %1 s'ha mogut a %2. - + %1 and %n other file(s) have been removed. %1 i %n altre fitxer s'ha esborrat.%1 i %n altres fitxers s'han suprimit. - + %1 and %n other file(s) have been downloaded. %1 i %n altre fitxer s'han descarregat.%1 i %n altres fitxers s'han descarregat. - + %1 and %n other file(s) have been updated. %1 i %n altre fitxer s'han actualitzat.%1 i %n altres fitxers s'han actualitzat. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 s'ha reanomenat a %2 i %n altre fitxer s'ha reanomenat.%1 s'ha renomenat a %2 i %n altres fitxers s'han reanomenat. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 s'ha mogut a %2 i %n altre fitxer s'ha mogut.%1 s'ha mogut a %2 i %n altres fitxers s'han mogut. - + %1 has and %n other file(s) have sync conflicts. %1 i %n altre fitxer tenen conflictes de sincronització%1 i %n altres fitxers tenen conflictes de sincronització - + %1 has a sync conflict. Please check the conflict file! %1 té conflictes de sincronització. Comproveu el fitxer conflictiu! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 i %n altre fitxer no s'han sincronitzat per errors. Consulteu el registre per obtenir més informació.%1 i %n altres fitxers no s'han sincronitzat per errors. Consulteu el registre per obtenir més informació. - + %1 could not be synced due to an error. See the log for details. %1 no s'ha pogut sincronitzar degut a un error. Mireu el registre per més detalls. - + Sync Activity Activitat de sincronització - + Could not read system exclude file No s'ha pogut llegir el fitxer d'exclusió del sistema - + A new folder larger than %1 MB has been added: %2. S'ha afegit una carpeta de més de %1 MB: %2. - + A folder from an external storage has been added. S'ha afegit una carpeta d'una font d'emmagatzematge extern. - + Please go in the settings to select it if you wish to download it. Si us plau aneu al paràmetres per seleccionar si voleu descarregar-ho - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. La carpeta %1 es va crear, però es va excloure de la sincronització anteriorment. Les dades que hi ha dins no es sincronitzaran. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. El fitxer %1 es va crear, però es va excloure de la sincronització anteriorment. No es sincronitzarà. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -868,7 +963,7 @@ Això significa que és possible que el client de sincronització no pugui carre %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -879,22 +974,22 @@ Si decidiu conservar els fitxers, es tornarà a sincronitzar amb el servidor si Si decidiu suprimir els fitxers, no estaran disponibles per a vosaltres, tret que en sigueu el propietari. - + Download new files? Descarregar nous fitxers? - + Download new files Descarrega nous fitxers - + Keep local files Manté els fitxers locals - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -903,7 +998,7 @@ Esteu segurs que voleu sincronitzar aquestes accions amb el servidor? Si s’ha produït un accident i decidiu conservar els vostres fitxers, es tornaran a sincronitzar des del servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -912,17 +1007,17 @@ Això pot ser per què es va restablir una còpia de seguretat al servidor. Continuar la sincronització com a normal farà que tots els vostres fitxers siguin sobreescrits per un fitxer anterior en un estat anterior. Voleu mantenir els fitxers locals més recents com a fitxers de conflicte? - + Backup detected Còpia de seguretat detectada - + Normal Synchronisation Sincronització normal - + Keep Local Files as Conflict Manté els fitxers locals com a conflicte @@ -1318,11 +1413,6 @@ Continuar la sincronització com a normal farà que tots els vostres fitxers sig OCC::GeneralSettings - - - Form - Formulari - Legal notice @@ -1474,82 +1564,78 @@ Continuar la sincronització com a normal farà que tots els vostres fitxers sig Fitxers ignorats per patrons - - Add - Afegeix - - - - Remove all - Suprimeix tot - - - - Pattern - Patró - - - - Allow Deletion - Permet l'eliminació - - - - Remove - Suprimeix - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Els fitxers o directoris que concordin amb algun patró no es sincronitzaran. - -Els elements que poden ser suprimits s'eliminaran si impedeixen que una carpeta sigui suprimida. Això és útil per les metadades. - - - - Could not open file - No s'ha pogut obrir el fitxer - - - - Cannot write changes to '%1'. - No es poden desar els canvis a '%1'. - - - - Add Ignore Pattern - Afegeix un patró per ignorar - - - - Add a new ignore pattern: - Afegeix un nou patró d'ignorats: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Això es proporciona pel sistema a '%1' i no es pot modificar en aquesta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Diàleg + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Avís legal - - - TextLabel - TextLabel - Close @@ -1681,11 +1767,6 @@ Els registres s’escriuran a %1 OCC::NetworkSettings - - - Form - Formulari - Proxy Settings @@ -1949,7 +2030,7 @@ privilegis addicionals durant el procés. Select a different URL - Seleccioneu una URL diferent + Seleccioneu un URL diferent @@ -1997,11 +2078,6 @@ privilegis addicionals durant el procés. Login in your browser Inicieu la sessió al vostre navegador - - - Copy link to clipboard - Copia l'enllaç al porta-retalls - OCC::OwncloudSetupPage @@ -2045,7 +2121,7 @@ No és aconsellable fer-la servir. This url is secure. You can use it. - Aquesta url és segura. Podeu fer-la servir. + Aquest URL és segur. Podeu fer-lo servir. @@ -2053,12 +2129,12 @@ No és aconsellable fer-la servir. &Següent > - + Invalid URL - URL no vàlida + L'URL no és vàlid - + Could not load certificate. Maybe wrong password? No s'ha pogut carregar el certificat. Potser la contrasenya és incorrecta? @@ -2088,7 +2164,7 @@ No és aconsellable fer-la servir. The authenticated request to the server was redirected to '%1'. The URL is bad, the server is misconfigured. - La sol·licitud autenticada al servidor s'ha redirigit a '%1'. L’URL no és bona, el servidor està mal configurat. + La sol·licitud autenticada al servidor s'ha redirigit a '%1'. L’URL no és bo, el servidor està mal configurat. @@ -2103,7 +2179,7 @@ No és aconsellable fer-la servir. Invalid URL - URL no vàlida + L'URL no és vàlid @@ -2216,12 +2292,12 @@ No és aconsellable fer-la servir. OCC::OwncloudWizard - + %1 Connection Wizard Assistent de connexió %1 - + Skip folders configuration Salta la configuració de carpetes @@ -2255,7 +2331,7 @@ No és aconsellable fer-la servir. OCC::PropagateDirectory - + Error writing metadata to the database S'ha produït un error en escriure metadades a la base de dades @@ -2283,32 +2359,32 @@ No és aconsellable fer-la servir. L'espai lliure del disc dur és inferior a %1 - + File was deleted from server El fitxer s'ha suprimit del servidor - + The file could not be downloaded completely. No s'ha pogut descarregar el fitxer completament. - + The downloaded file is empty despite that the server announced it should have been %1. El fitxer descarregat és buit malgrat que el servidor ha dit que hauria d'haver estat %1. - + File %1 cannot be saved because of a local file name clash! El fitxer %1 no es pot desar a causa d’un conflicte de nom amb un fitxer local. - + File has changed since discovery El fitxer ha canviat des que es va descobrir - + Error writing metadata to the database S'ha produït un error en escriure metadades a la base de dades @@ -2321,7 +2397,7 @@ No és aconsellable fer-la servir. ; Ha fallat la restauració: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 S'ha suprimit un fitxer o carpeta d’una compartició de només lectura, però la restauració ha fallat: %1 @@ -2453,27 +2529,27 @@ No és aconsellable fer-la servir. OCC::PropagateUploadFileNG - + The local file was removed during sync. El fitxer local s'ha suprimit durant la sincronització. - + Local file changed during sync. El fitxer local ha canviat durant la sincronització. - + Unexpected return code from server (%1) Codi de retorn inesperat del servidor (%1) - + Missing File ID from server Falta l'ID de fitxer del servidor - + Missing ETag from server Falta l'ETag del servidor @@ -2682,22 +2758,22 @@ No és aconsellable fer-la servir. OCC::ShareLinkWidget - + &Share link &Comparteix l'enllaç - + Password: Contrasenya: - + Expiration date: Data de caducitat: - + TextLabel TextLabel @@ -2739,7 +2815,7 @@ No és aconsellable fer-la servir. Unshare - Descomparteix + Deixa de compartir @@ -2770,22 +2846,22 @@ No és aconsellable fer-la servir. OCC::ShareUserGroupWidget - + Share with users or groups ... Comparteix amb usuaris o grups ... - + Copy link Copia l'enllaç - + No results for '%1' No hi ha resultats per '%1' - + I shared something with you He compartit una cosa amb tu @@ -2803,22 +2879,27 @@ No és aconsellable fer-la servir. pot editar - + Can reshare Pot re-compartir - + + Unshare + Deixa de compartir + + + Can create Pot crear - + Can change Pot canviar - + Can delete Pot suprimir @@ -2845,8 +2926,8 @@ No és aconsellable fer-la servir. - SSL Chipher Debug View - Vista de depuració de xifratge SSL + SSL Cipher Debug View + Visor del Depurador de xifratge SSL @@ -3030,11 +3111,6 @@ No és aconsellable fer-la servir. OCC::SslErrorDialog - - - Form - Formulari - Trust this certificate anyway @@ -3064,44 +3140,49 @@ No és aconsellable fer-la servir. - + Organization: %1 Organització %1 - + Unit: %1 Unitat: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Empremta digital (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Empremta digital (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Data d'efectivitat: %1 - + Expiration Date: %1 Data de venciment: %1 - + Issuer: %1 Emissor: %1 @@ -3392,11 +3473,11 @@ No és aconsellable fer-la servir. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versió %1. Per més informació visiteu <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Versió %1. Per a més informació, feu clic <a href='%2'>aquí</a>.</p> - + <p>This release was supplied by %1</p> <p>Aquest llançament va ser subministrat per %1</p> @@ -3404,25 +3485,25 @@ No és aconsellable fer-la servir. OCC::WebEnginePage - + Invalid certificate detected S'ha detectat un certificat no vàlid - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? El servidor "%1" ha proporcionat un certificat no vàlid. Voleu continuar? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Heu tancat la sessió de %1 com a usuari %2. Si us plau, torneu a iniciar la sessió - + Please login with the user: %1 Si us plau, inicieu la sessió amb l’usuari: %1 @@ -3489,11 +3570,6 @@ No és aconsellable fer-la servir. Settings... Paràmetres... - - - Details... - Detalls... - Help @@ -3605,11 +3681,16 @@ No és aconsellable fer-la servir. New account... Compte nou... + + + View more activity... + Mostra més activitat... + Crash now Only shows in debug mode to allow testing the crash handler - + Fallada ara @@ -3664,23 +3745,6 @@ No és aconsellable fer-la servir. OwncloudAdvancedSetupPage - - - Form - Formulari - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3722,11 +3786,6 @@ No és aconsellable fer-la servir. &Local Folder Carpeta &local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3745,11 +3804,6 @@ No és aconsellable fer-la servir. OwncloudHttpCredsPage - - - Form - Formulari - &Username @@ -3763,11 +3817,6 @@ No és aconsellable fer-la servir. OwncloudOAuthCredsPage - - - Form - Formulari - Please switch to your browser to proceed. @@ -3783,20 +3832,14 @@ No és aconsellable fer-la servir. Re-open Browser Torna a obrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Formulari - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3830,27 +3873,11 @@ No és aconsellable fer-la servir. OwncloudWizardResultPage - - - Form - Formulari - - - - TextLabel - TextLabel - Your entire account is synced to the local folder El vostre compte està totalment sincronitzat amb la carpeta local - - - - PushButton - PushButton - QObject @@ -3905,7 +3932,7 @@ No és aconsellable fer-la servir. Fa una estona - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3987,14 +4014,6 @@ No és aconsellable fer-la servir. El fitxer descarregat no coincideix amb la suma de verificació, es reprendrà. - - WebView - - - Form - Formulari - - main.cpp @@ -4169,7 +4188,7 @@ No és aconsellable fer-la servir. There was an error when launching the browser to go to URL %1. Maybe no default browser is configured? - S'ha produït un error en iniciar el navegador per anar a la URL %1. Potser no s’ha configurat cap navegador predeterminat? + S'ha produït un error en iniciar el navegador per anar a l'URL %1. Potser no s’ha configurat cap navegador predeterminat? diff --git a/translations/client_cs.ts b/translations/client_cs.ts index 34ee5c365..553b9e46a 100644 --- a/translations/client_cs.ts +++ b/translations/client_cs.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialog - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Formulář + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + Došlo k chybě při připojování. Zkuste to znovu. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + Pro pokračování přepněte do vámi používaného webového prohlížeče. + + + + An error occurred while connecting. Please try again. + Došlo k chybě při připojování. Zkuste to znovu. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulář - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Mnemonická šifrování mezi koncovými body - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Pro ochranu vaší kryptografické identity ji šifrujeme pomocí mnemonické 12 slovy ze slovníku. Poznamenejte si je někam bezpečně. Budou potřebné pro přidání dalších zařízení k vašemu účtu (jako je mobilní telefon či notebook). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulář - - - + ... - + Storage space: ... Prostor úložiště: … - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Neoznačené složky budou <b>odstraněny</b> z místního souborového systému a nebudou už synchronizovány na tento počítač - + Synchronize all Synchronizovat vše - + Synchronize none Nic nesynchronizovat - + Apply manual changes Použít manuální úpravy - + Apply Použít - - - + + + Cancel Zrušit - + Connected with <server> as <user> Připojen k <server> jako <user> - + No account configured. Žádný účet nenastaven. - + Add new Přidat nový - + Remove Odebrat - + Account Účet - + + This account supports end-to-end encryption + Tento účet podporuje šifrování end-to-end + + + + Enable encryption + Zapnout šifrování + + + Show E2E mnemonic Zobrazit E2E mnemotechnickou - + Encrypt Šífrovat - + + + Edit Ignored Files + + + + Choose what to sync Vybrat co sesynchronizovat - + Force sync now Vynutit synchronizaci nyní - + Restart sync Restartovat synchronizaci - + Remove folder sync connection Odstranit připojení synchronizace složky - + Folder creation failed Vytvoření složky se nezdařilo - + <p>Could not create local folder <i>%1</i>. <p>Nedaří se vytvořit místní složku <i>%1</i>. - + Confirm Folder Sync Connection Removal Potvrdit odstranění připojení synchronizace složky - + Remove Folder Sync Connection Odstranit připojení synchronizace adresáře - + Sync Running Synchronizace probíhá - + The syncing operation is running.<br/>Do you want to terminate it? Operace synchronizace právě probíhá.<br/>Přejete si ji ukončit? - + %1 in use %1 používaný - + %1 as <i>%2</i> %1 jako <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Server verze %1 je zastaralý a nepodporovaný! Pokračujte na vlastní riziko. - + Connected to %1. Připojeno k %1. - + Server %1 is temporarily unavailable. Server %1 je dočasně nedostupný. - + Server %1 is currently in maintenance mode. server %1 je v režimu údržby. - + Signed out from %1. Odhlášeno z %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Získávání autorizace z prohlížeče. <a href='%1'>Klikněte zde</a> pro opětovné otevření prohlížeče. - + Connecting to %1... Připojeno k %1… - + No connection to %1 at %2. Bez připojení k %1 na %2. - + Log in Přihlásit - + There are folders that were not synchronized because they are too big: Tyto složky nebyly synchronizovány, protože jsou příšliš velké: - + There are folders that were not synchronized because they are external storages: Tyto složky nebyly synchronizovány, protože se nachází na externím úložišti: - + There are folders that were not synchronized because they are too big or external storages: Tyto složky nebyly synchronizovány, protože jsou příliš velké, nebo se nachází na externím úložišti: - + Confirm Account Removal Potvrdit odstranění účtu - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Opravdu chcete odstranit připojení k účtu <i>%1</i>?</p><p><b>Poznámka:</b> Toto <b>neodstraní</b> žádné soubory.</p> - + Remove connection Odstranit připojení - - + + Open folder Otevřít složku - - + + Log out Odhlásit se - + Resume sync Pokračovat v synchronizaci - + Pause sync Pozastavit synchronizaci - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Opravdu chcete zastavit synchronizaci adresáře <i>%1</i>?</p><p><b>Poznámka:</b> Toto <b>neodstraní</b> žádné soubory.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. Používaných %1 (%3%) z %2. Některé adresáře včetně připojených síťových nebo sdílených adresářů mohou mít odlišné limity. - + %1 of %2 in use Používaných %1 z %2 - + Currently there is no storage usage information available. Momentálně nejsou k dispozici žádné informace o využití úložiště. - + No %1 connection configured. Nenastaveno žádné spojení s %1. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulář - - - - TextLabel - Textový popisek - Accept Přijmout - + Synced Synchronizováno - + Retry all uploads Zkusit znovu všechna nahrání - + <br/>Account %1 does not have activities enabled. <br/>Účet %1 nemá zapnuté aktivity. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Chyba zápisu metadat do databáze @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Zadejte heslovou frázi pro šifrování mezi koncovými body: <br><br>Uživatel: %2<br>Účet: %3<br> - + Enter E2E passphrase Zadejte E2E heslovou frázi @@ -722,6 +764,59 @@ Odpověď ze serveru na objevování souboru postrádá data. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Chyba vrácená ze serveru: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + Odpověď ze serveru neobsahuje všechny očekávané kolonky + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Připojit k %1 + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + Nedaří se otevřít prohlížeč, zkopírujte do něj odkaz sami. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,119 +835,119 @@ %1 není čitelný. - + %1 has been removed. %1 names a file. %1 byl odebrán. - + %1 has been downloaded. %1 names a file. %1 byl stažen. - + %1 has been updated. %1 names a file. %1 byl aktualizován. - + %1 has been renamed to %2. %1 and %2 name files. %1 byl přejmenován na %2. - + %1 has been moved to %2. %1 byl přemístěn do %2. - + %1 and %n other file(s) have been removed. %1 soubor bude smazán.%1 a %n další soubory budou smazány.%1 a %n další soubory budou smazány.%1 a %n další soubory budou smazány. - + %1 and %n other file(s) have been downloaded. %1 soubor byl stažen.%1 a %n další soubory byly staženy.%1 a %n další soubory byly staženy.%1 a %n další soubory byly staženy. - + %1 and %n other file(s) have been updated. %1 soubor byl aktualizován.%1 a %n další soubory byly aktualizovány.%1 a %n další soubory byly aktualizovány.%1 a %n další soubory byly aktualizovány. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 byl přejmenován na %2.%1 byl přejmenován na %2 a %n další soubory byly přejmenovány.%1 byl přejmenován na %2 a %n další soubory byly přejmenovány.%1 byl přejmenován na %2 a %n další soubory byly přejmenovány. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 byl přesunut do %2.%1 byl přesunut do %2 a %n dalších souborů bylo přesunuto.%1 byl přesunut do %2 a %n dalších souborů bylo přesunuto.%1 byl přesunut do %2 a %n dalších souborů bylo přesunuto. - + %1 has and %n other file(s) have sync conflicts. %1 má problém se synchronizací.%1 a %n dalších souborů má problém se synchronizací.%1 a %n dalších souborů má problém se synchronizací.%1 a %n dalších souborů má problém se synchronizací. - + %1 has a sync conflict. Please check the conflict file! %1 má problém se synchronizací. Zkontrolujte soubor s konflikty. - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 soubor nemůže být synchronizován kvůli chybám. Shlédněte log pro detaily.%1 a %n dalších souborů nemohou být synchronizovány kvůli chybám. Shlédněte log pro detaily.%1 a %n dalších souborů nemohou být synchronizovány kvůli chybám. Shlédněte log pro detaily.%1 a %n dalších souborů nemohou být synchronizovány kvůli chybám. Shlédněte log pro detaily. - + %1 could not be synced due to an error. See the log for details. %1 nebyl kvůli chybě synchronizován. Podrobnosti jsou k nalezení v záznamu událostí. - + Sync Activity Průběh synchronizace - + Could not read system exclude file Nezdařilo se přečtení systémového exclude souboru - + A new folder larger than %1 MB has been added: %2. Nová složka větší než %1 MB byla přidána: %2. - + A folder from an external storage has been added. Byla přidána složka z externího úložiště. - + Please go in the settings to select it if you wish to download it. Pokud to chcete stáhnout, jděte do nastavení a vyberte to. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Složka %1 byla vytvořena ale byla dříve vynechána ze synchronizace. Nebude synchronizována. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Soubor %1 byl vytvořen ale byl dříve byl vynechán ze synchronizace. Nebude synchronizován. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -865,7 +960,7 @@ To znamená, že synchronizační klient nemusí místní změny okamžitě nahr %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -876,22 +971,22 @@ Pokud se rozhodnete soubory ponechat, budou znovu synchronizovány se serverem p Pokud se soubory rozhodnete smazat, nebudou vám dostupné, pokud nejste vlastník. - + Download new files? Stáhnout nové soubory? - + Download new files Stáhnout nové soubory - + Keep local files Ponechat místní soubory - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -900,7 +995,7 @@ Jste si jisti, že chcete tyto akce synchronizovat se serverem? Pokud to byl omyl a chcete si soubory ponechat, budou opět synchronizovány ze serveru. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -909,17 +1004,17 @@ Toto může být způsobeno obnovením zálohy na straně serveru. Pokračováním v synchronizaci způsobí přepsání všech vašich souborů staršími soubory z dřívějšího stavu. Přejete si ponechat své místní nejaktuálnější soubory jako konfliktní soubory? - + Backup detected Záloha nalezena - + Normal Synchronisation Normální synchronizace - + Keep Local Files as Conflict Ponechat místní soubory jako konflikt @@ -1315,11 +1410,6 @@ Pokračováním v synchronizaci způsobí přepsání všech vašich souborů st OCC::GeneralSettings - - - Form - Formulář - Legal notice @@ -1471,82 +1561,78 @@ Pokračováním v synchronizaci způsobí přepsání všech vašich souborů st Ignorovat soubory podle masky - - Add - Přidat - - - - Remove all - Odebrat vše - - - - Pattern - Maska - - - - Allow Deletion - Povolit mazání - - - - Remove - Odebrat - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Soubory či adresáře vyhovující masce nebudou synchronizovány. - -Položky u kterých je povoleno smazání budou vymazány, pokud by bránily odstranění adresáře. Toto je užitečné pro metadata. - - - - Could not open file - Nepodařilo se otevřít soubor - - - - Cannot write changes to '%1'. - Nelze zapsat změny do '%1'. - - - - Add Ignore Pattern - Přidat masku ignorovaných - - - - Add a new ignore pattern: - Přidat novou masku ignorovaných souborů: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Tato položka je poskytnuta systémem na '%1' a nemůže být v tomto pohledu změněna. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialog + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Právní upozornění - - - TextLabel - TextovýŠtítek - Close @@ -1678,11 +1764,6 @@ Záznamy událostí budou zapisovány do %1 OCC::NetworkSettings - - - Form - Formulář - Proxy Settings @@ -1994,11 +2075,6 @@ můžete být požádáni o dodatečná oprávnění. Login in your browser Přihlášení v prohlížeči - - - Copy link to clipboard - Zkopírovat odkaz do schránky - OCC::OwncloudSetupPage @@ -2050,12 +2126,12 @@ Nedoporučuje se jí používat. &Následující > - + Invalid URL Neplatná URL adresa - + Could not load certificate. Maybe wrong password? Certifikát není možné načíst. Nejspíš je chybné heslo? @@ -2213,12 +2289,12 @@ Nedoporučuje se jí používat. OCC::OwncloudWizard - + %1 Connection Wizard %1 Průvodce spojením - + Skip folders configuration Přeskočit konfiguraci adresářů @@ -2252,7 +2328,7 @@ Nedoporučuje se jí používat. OCC::PropagateDirectory - + Error writing metadata to the database Chyba zápisu metadat do databáze @@ -2280,32 +2356,32 @@ Nedoporučuje se jí používat. Volné místo na disku je méně než %1 - + File was deleted from server Soubor byl smazán ze serveru - + The file could not be downloaded completely. Soubor nemohl být kompletně stažen. - + The downloaded file is empty despite that the server announced it should have been %1. - + Stažený soubor je prázdný, přestože soubor oznámil, že měl mít %1. - + File %1 cannot be saved because of a local file name clash! Soubor %1 nemohl být uložen z důvodu kolize názvu se souborem v místním systému! - + File has changed since discovery Soubor se mezitím změnil - + Error writing metadata to the database Chyba zápisu metadat do databáze @@ -2318,7 +2394,7 @@ Nedoporučuje se jí používat. ; Obnovení selhalo: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Soubor nebo adresář by odebrán ze sdílení pouze pro čtení, ale jeho obnovení selhalo: %1 @@ -2450,27 +2526,27 @@ Nedoporučuje se jí používat. OCC::PropagateUploadFileNG - + The local file was removed during sync. Místní soubor byl odstraněn během synchronizace. - + Local file changed during sync. Místní soubor byl změněn během synchronizace. - + Unexpected return code from server (%1) Neočekávaný návratový kód ze serveru (%1) - + Missing File ID from server Chybějící souborové ID ze serveru - + Missing ETag from server Chybějící ETag ze serveru @@ -2679,22 +2755,22 @@ Nedoporučuje se jí používat. OCC::ShareLinkWidget - + &Share link Odkaz pro &sdílení - + Password: Heslo: - + Expiration date: Datum skončení platnosti: - + TextLabel Textový popisek @@ -2767,22 +2843,22 @@ Nedoporučuje se jí používat. OCC::ShareUserGroupWidget - + Share with users or groups ... Sdílet s uživateli nebo skupinami… - + Copy link Zkopírovat odkaz - + No results for '%1' Žádné výsledky pro „%1“ - + I shared something with you Něco jsem vám nasdílel @@ -2800,22 +2876,27 @@ Nedoporučuje se jí používat. lze upravovat - + Can reshare Může sdílet dál - + + Unshare + Přestat sdílet + + + Can create Může vytvářet - + Can change Může měnit - + Can delete Může mazat @@ -2842,8 +2923,8 @@ Nedoporučuje se jí používat. - SSL Chipher Debug View - Ladící zobrazení šifry SSL + SSL Cipher Debug View + @@ -3027,11 +3108,6 @@ Nedoporučuje se jí používat. OCC::SslErrorDialog - - - Form - Formulář - Trust this certificate anyway @@ -3061,44 +3137,49 @@ Nedoporučuje se jí používat. - + Organization: %1 Organizace: %1 - + Unit: %1 Jednotka: %1 - + Country: %1 Země: %1 - Fingerprint (MD5): <tt>%1</tt> - Otisk (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Otisk (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Datum účinnosti: %1 - + Expiration Date: %1 Datum skončení platnosti: %1 - + Issuer: %1 Vydavatel: %1 @@ -3389,11 +3470,11 @@ Nedoporučuje se jí používat. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Verze %1. Více informací na <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Verze %1. Více informací získáte kliknutím <a href='%2'>sem</a>.</p> - + <p>This release was supplied by %1</p> <p>Toto vydání bylo poskytnuto %1</p> @@ -3401,25 +3482,25 @@ Nedoporučuje se jí používat. OCC::WebEnginePage - + Invalid certificate detected Zjištěn neplatný certifikát - - The host "%1" provided an invalid certitiface. Continue? - Stroj „%1“ předložil neplatný certifikát. Pokračovat i tak? + + The host "%1" provided an invalid certificate. Continue? + Stroj „%1“ předložil neplatný certifikát. Pokračovat? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Byli jste odhlášeni z %1 jako uživatel %2. Znovu se přihlaste - + Please login with the user: %1 Přihlaste se pomocí uživatele: %1 @@ -3486,11 +3567,6 @@ Nedoporučuje se jí používat. Settings... Nastavení… - - - Details... - Podrobnosti… - Help @@ -3602,6 +3678,11 @@ Nedoporučuje se jí používat. New account... Nový účet… + + + View more activity... + Zobrazit další aktivitu… + Crash now @@ -3661,23 +3742,6 @@ Nedoporučuje se jí používat. OwncloudAdvancedSetupPage - - - Form - Formulář - - - - - - - - - - - TextLabel - Textový popisek - Server @@ -3719,11 +3783,6 @@ Nedoporučuje se jí používat. &Local Folder Místní s&ložka - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3742,11 +3801,6 @@ Nedoporučuje se jí používat. OwncloudHttpCredsPage - - - Form - Formulář - &Username @@ -3760,11 +3814,6 @@ Nedoporučuje se jí používat. OwncloudOAuthCredsPage - - - Form - Formulář - Please switch to your browser to proceed. @@ -3780,20 +3829,14 @@ Nedoporučuje se jí používat. Re-open Browser Znovu otevřít prohlížeč + + + Copy link + + OwncloudSetupPage - - - Form - Formulář - - - - - TextLabel - Textový popisek - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3827,27 +3870,11 @@ Nedoporučuje se jí používat. OwncloudWizardResultPage - - - Form - Formulář - - - - TextLabel - Textový popisek - Your entire account is synced to the local folder Celý váš účet je synchronizován do místní složky - - - - PushButton - Tlačítko - QObject @@ -3902,7 +3929,7 @@ Nedoporučuje se jí používat. Před nějakým časem - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3984,14 +4011,6 @@ Nedoporučuje se jí používat. Stažený soubor neodpovídá kontrolnímu součtu, bude znovu stažen. - - WebView - - - Form - Formulář - - main.cpp diff --git a/translations/client_da.ts b/translations/client_da.ts index 73af35b20..809b9813c 100644 --- a/translations/client_da.ts +++ b/translations/client_da.ts @@ -50,46 +50,41 @@ Open website - + Åbn websted Recently changed - + Ændret for nylig Pause synchronization - + Pause synkronisering Help - + Hjælp Settings - + Indstillinger Log out - + Log ud Quit sync client - + Luk synkroniserings-klient Dialog - - - Dialog - Dialog - Label @@ -112,20 +107,71 @@ Moving to the trash is not implemented on this platform + Flytning af filer til skraldespand er ikke implementeret på denne platform + + + + Flow2AuthCredsPage + + + Form + Formular + + + + Please switch to your browser to proceed. + Venligst skift til din browser for at fortsætte + + + + An error occurred while connecting. Please try again. + Der opstod en fejl under forsøget på at oprette forbindelse. Prøv venligst igen. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Formular + + + + Please switch to your browser to proceed. + Venligst skift til din browser for at fortsætte + + + + An error occurred while connecting. Please try again. + Der opstod en fejl under forsøget på at oprette forbindelse. Prøv venligst igen. + + + + Re-open Browser + + + + + Copy link FolderWizardSourcePage - - - Form - Formular - Pick a local folder on your computer to sync - + Vælg en lokal mappe på din computer der ønskes synkroniseret @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formular - Select a remote destination folder @@ -171,297 +212,308 @@ Connection timed out - + Forbindelsen udløb Unknown error: network reply was deleted - + Ukendt fejl: netværkets svar blev slettet Server replied "%1 %2" to "%3 %4" - + Serveren svarede "%1 %2" to "%3 %4" OCC::AccountManager - + End to end encryption mnemonic - + End to end krypterings huskeregel - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). - + For at beskytte din kryptografiske identitet krypterer vi den vha. en huskeregel med 12 ordbogs opslag. Venligst noter dem ned og opbevar sikkert. De skal bruges for at tilføje andre enheder til din konto (fx mobil eller bærbar). OCC::AccountSettings - - Form - - - - + ... ... - + Storage space: ... - + Lagerplads: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - + Fravalgte mapper vil blive <b>fjernet</b> fra dit lokale filsystem og bliver ikke længere synkroniseret til denne computer - + Synchronize all Synkroniser alt - + Synchronize none Synkroniser ingen - + Apply manual changes Anvend manuelle ændringer - + Apply Anvend - - - + + + Cancel Annuller - + Connected with <server> as <user> Forbundet med <server> som <user> - + No account configured. Ingen konto konfigureret. - + Add new Tilføj ny - + Remove Fjern - + Account Konto - + + This account supports end-to-end encryption + Denne konto supporterer end-to-end kryptering + + + + Enable encryption + Slå kryptering til + + + Show E2E mnemonic vis E2E huskeregel - + Encrypt Krypter - + + + Edit Ignored Files + + + + Choose what to sync Vælg hvad der skal synkroniseres - + Force sync now Gennemtving synkronisering nu - + Restart sync Genstart synkronisering - + Remove folder sync connection Fjern mappesynkroniseringsforbindelse - + Folder creation failed Fejl ved oprettelse af mappe - + <p>Could not create local folder <i>%1</i>. - + <p>Kunne ikke oprette lokal mappe <i>%1</i>. - + Confirm Folder Sync Connection Removal - + Remove Folder Sync Connection - + Sync Running Synkronisering i gang - + The syncing operation is running.<br/>Do you want to terminate it? - + Synkronisering pågår.<br/>Ønsker du at afslutte den? - + %1 in use - + %1 i brug - + %1 as <i>%2</i> %1 som <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. - + Server version %1 er gammel og usupporteret! Fortsæt på egen risiko. - + Connected to %1. Forbundet til %1. - + Server %1 is temporarily unavailable. - + Serveren %1 er midlertidig utilgængelig. - + Server %1 is currently in maintenance mode. - + Serveren %1 er i vedligeholdelsestilstand. - + Signed out from %1. Logget ud fra %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... Forbinder til %1… - + No connection to %1 at %2. - + Ingen forbindelse til %1 hos %2. - + Log in Log ind - + There are folders that were not synchronized because they are too big: - + Der er mapper som ikke blev synkroniseret fordi de er for store: - + There are folders that were not synchronized because they are external storages: - + Der er mapper som ikke blev synkroniseret fordi de er eksterne lagre: - + There are folders that were not synchronized because they are too big or external storages: - + Der er mapper som ikke blev synkroniseret fordi de er for store eller eksterne lagre: - + Confirm Account Removal - + Bekræft sletning af konto - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Ønsker du virkelig at fjerne forbindelse til kontoen <i>%1</i>?</p><p><b>Note:</b>Dette sletter <b>ikke</b>nogen filer.</p> - + Remove connection Fjern forbindelse - - + + Open folder Åbn mappe - - + + Log out Log ud - + Resume sync Genoptag synkronisering - + Pause sync Paus synkronisering - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Ønsker du virkelig at stoppe synkronisering af mappen <i>%1</i>?</p><p><b>Note:</b>Dette sletter <b>ikke</b>nogen filer.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 (%3%) af %2 i brug. Nogle mapper, inklusiv netværksdiske eller delte mapper, har muligvis andre begrænsninger. - + %1 of %2 in use %1 af %2 er i brug - + Currently there is no storage usage information available. - + Der er i øjeblikket ingen informationer om brug af lager tilgængelig. - + No %1 connection configured. - + Ingen %1 forbindelse konfigureret. @@ -474,7 +526,7 @@ Disconnected - + Frakoblet @@ -504,7 +556,7 @@ Asking Credentials - + Forespørger om brugeroplysninger @@ -542,35 +594,25 @@ OCC::ActivityWidget - - - Form - Formular - - - - TextLabel - Textmærke - Accept Accepter - + Synced S - + Retry all uploads - + Prøv fejlede alle fejlede uploads igen - + <br/>Account %1 does not have activities enabled. - + <br/>Konto %1 har ikke nogen aktiviteter slået til. @@ -578,17 +620,17 @@ SSL client certificate authentication - + SSL klient certifikat autentifikation This server probably requires a SSL client certificate. - + Denne server kræver sandsynligvis et SSL klient certifikat. Certificate & Key (pkcs12) : - + Certifikat & nøgle (pkcs12) : @@ -616,7 +658,7 @@ Error accessing the configuration file - + Adgang til konfigurationsfilen fejlede @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Fejl ved skrivning af metadata til databasen @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase Indtast E2E kodeord @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,118 +835,118 @@ %1 kan ikke læses. - + %1 has been removed. %1 names a file. %1 er fjernet. - + %1 has been downloaded. %1 names a file. %1 er hentet. - + %1 has been updated. %1 names a file. %1 er blevet opdateret. - + %1 has been renamed to %2. %1 and %2 name files. %1 er blevet omdøbt til %2. - + %1 has been moved to %2. %1 er blevet flyttet til %2. - + %1 and %n other file(s) have been removed. - + %1 and %n other file(s) have been downloaded. - + %1 and %n other file(s) have been updated. - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 has and %n other file(s) have sync conflicts. - + %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. - + Sync Activity Synkroniseringsaktivitet - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. - + A folder from an external storage has been added. - + Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -860,7 +955,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -868,46 +963,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? Hent nye filer? - + Download new files Hent nye filer - + Keep local files Behold lokale filer - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected - + Normal Synchronisation Normal synkronisering - + Keep Local Files as Conflict @@ -1303,11 +1398,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - - Legal notice @@ -1457,80 +1547,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an - - Add - Tilføj + + This entry is provided by the system at '%1' and cannot be modified in this view. + + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + - - Remove all - Fjern alle - - - + Pattern - Mønster + - + Allow Deletion - Tillad sletning + - + + Add + + + + Remove - Fjern + - + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - + Cannot write changes to '%1'. - + Add Ignore Pattern - + Add a new ignore pattern: - - - This entry is provided by the system at '%1' and cannot be modified in this view. - - OCC::LegalNotice - - - Dialog - Dialog - Legal notice - - - TextLabel - - Close @@ -1660,11 +1748,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - - Proxy Settings @@ -1975,11 +2058,6 @@ for additional privileges during the process. Login in your browser - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2030,12 +2108,12 @@ It is not advisable to use it. &Næste > - + Invalid URL Ugyldig URL - + Could not load certificate. Maybe wrong password? @@ -2193,12 +2271,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard - + Skip folders configuration @@ -2232,7 +2310,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database @@ -2260,32 +2338,32 @@ It is not advisable to use it. - + File was deleted from server - + The file could not be downloaded completely. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery - + Error writing metadata to the database @@ -2298,7 +2376,7 @@ It is not advisable to use it. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2430,27 +2508,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. - + Local file changed during sync. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2659,22 +2737,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel @@ -2747,22 +2825,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... - + Copy link - + No results for '%1' - + I shared something with you @@ -2780,22 +2858,27 @@ It is not advisable to use it. kan redigere - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2822,7 +2905,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3005,11 +3088,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - - Trust this certificate anyway @@ -3039,44 +3117,49 @@ It is not advisable to use it. - + Organization: %1 - + Unit: %1 - + Country: %1 Land: %1 - Fingerprint (MD5): <tt>%1</tt> - - - - Fingerprint (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 - + Expiration Date: %1 Udløbsdato: %1 - + Issuer: %1 @@ -3367,11 +3450,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> - + <p>This release was supplied by %1</p> @@ -3379,25 +3462,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3464,11 +3547,6 @@ It is not advisable to use it. Settings... Indstillinger… - - - Details... - Detaljer… - Help @@ -3580,6 +3658,11 @@ It is not advisable to use it. New account... Ny konto… + + + View more activity... + + Crash now @@ -3639,23 +3722,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - - - - - - - - - - - - TextLabel - - Server @@ -3697,11 +3763,6 @@ It is not advisable to use it. &Local Folder - - - pbSelectLocalFolder - - &Keep local data @@ -3720,11 +3781,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - - &Username @@ -3738,11 +3794,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - - Please switch to your browser to proceed. @@ -3758,20 +3809,14 @@ It is not advisable to use it. Re-open Browser Åbn browser igen + + + Copy link + + OwncloudSetupPage - - - Form - - - - - - TextLabel - - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3805,27 +3850,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - - - - - TextLabel - - Your entire account is synced to the local folder - - - - PushButton - - QObject @@ -3880,7 +3909,7 @@ It is not advisable to use it. - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3962,14 +3991,6 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_de.ts b/translations/client_de.ts index b304c08f4..f7582fb92 100644 --- a/translations/client_de.ts +++ b/translations/client_de.ts @@ -55,7 +55,7 @@ Recently changed - Zuletzt geteilt + Zuletzt geändert @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialog - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Formular + Form + + + Please switch to your browser to proceed. + Um Fortzufahren wechseln Sie bitte zu Ihrem Browser. + + + + An error occurred while connecting. Please try again. + Fehler bei der Verbindungsherstellung. Bitte erneut versuchen. + + + + Re-open Browser + Browser erneut öffnen + + + + Copy link + Link kopieren + + + + Flow2AuthWidget + + + Form + Form + + + + Please switch to your browser to proceed. + Bitte wechseln Sie zu Ihrem Browser um fortzufahren. + + + + An error occurred while connecting. Please try again. + Beim Herstellen der Verbindung ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut. + + + + Re-open Browser + Browser erneut öffnen + + + + Copy link + Link kopieren + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formular - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Gedächtnisstütze für Ende-zu-Ende Verschlüsselung - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Um Ihre kryptografische Identität zu schützen, verschlüsseln wir sie mit einer Gedächtnisstütze von 12 Wörterbuchwörtern. Bitte notieren Sie sich diese und bewahren Sie sie auf. Sie werden benötigt, um Ihrem Konto weitere Geräte hinzuzufügen (z. B. Ihr Mobiltelefon oder Laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formular - - - + ... ... - + Storage space: ... Speicherplatz: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Nicht markierte Ordner werden von Ihrem lokalen Dateisystem <b>entfernt</b> und werden auch nicht mehr auf diesem Rechner synchronisiert - + Synchronize all Alles synchronisieren - + Synchronize none Nichts synchronisieren - + Apply manual changes Manuelle Änderungen übernehmen - + Apply Anwenden - - - + + + Cancel Abbrechen - + Connected with <server> as <user> Verbunden mit <server> als <user> - + No account configured. Kein Konto konfiguriert. - + Add new Neues Konto hinzufügen - + Remove Entfernen - + Account Benutzerkonto - + + This account supports end-to-end encryption + Dieses Konto unterstützt Ende-zu-Ende-Verschlüsselung + + + + Enable encryption + Verschlüsselung aktivieren + + + Show E2E mnemonic Gedächtnisstütze für E2E anzeigen - + Encrypt Verschlüsseln - + + + Edit Ignored Files + Ignorierte Dateien bearbeiten + + + Choose what to sync Zu synchronisierende Elemente auswählen - + Force sync now Synchronisierung jetzt erzwingen - + Restart sync Synchronisierung neustarten - + Remove folder sync connection Ordner-Synchronisierung entfernen - + Folder creation failed Anlegen des Ordners fehlgeschlagen - + <p>Could not create local folder <i>%1</i>. <p>Konnte lokalen Ordner <i>%1</i> nicht anlegen. - + Confirm Folder Sync Connection Removal Bestätigen Sie die Löschung der Ordner-Synchronisierung - + Remove Folder Sync Connection Ordner-Synchronisierung entfernen - + Sync Running Synchronisierung läuft - + The syncing operation is running.<br/>Do you want to terminate it? Die Synchronisierung läuft gerade.<br/>Wollen Sie sie beenden? - + %1 in use %1 wird verwendet - + %1 as <i>%2</i> %1 als <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Die Serverversion %1 ist veraltet und wird nicht mehr unterstützt! Fortfahren auf eigenes Risiko. - + Connected to %1. Verbunden mit %1. - + Server %1 is temporarily unavailable. Server %1 ist derzeit nicht verfügbar. - + Server %1 is currently in maintenance mode. Server %1 befindet sich im Wartungsmodus. - + Signed out from %1. Abgemeldet von %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Berechtigung vom Browser einholen. <a href='%1'> KlickenSie hier </a>, um den Browser erneut zu öffnen. - + Connecting to %1... Verbinde mit %1 ... - + No connection to %1 at %2. Keine Verbindung zu %1 auf %2 - + Log in Einloggen - + There are folders that were not synchronized because they are too big: Einige Verzeichnisse konnten nicht synchronisiert werden, da sie zu groß sind: - + There are folders that were not synchronized because they are external storages: Es gibt Verzeichnisse, die nicht synchronisiert werden konnten, da sie externe Speicher sind: - + There are folders that were not synchronized because they are too big or external storages: Es gibt Verzeichnisse, die nicht synchronisiert werden konnten, da sie zu groß oder externe Speicher sind: - + Confirm Account Removal Konto wirklich entfernen? - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Wollen Sie wirklich die Verbindung zum Konto <i>%1</i> lösen?</p><p><b>Anmerkung:</b> Dieser Vorgang wird <b>keine</b> Dateien löschen.</p> - + Remove connection Verbindung entfernen - - + + Open folder Ordner öffnen - - + + Log out Abmelden - + Resume sync Synchronisierung fortsetzen - + Pause sync Synchronisierung pausieren - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Möchten Sie den Ordner <i>%1</i> wirklich nicht mehr synchronisieren?</p><p><b>Anmerkung:</b> Dies wird <b>keine</b> Dateien löschen.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) von %2 Serverkapazität verwendet. Einige Ordner, einschließlich über das Netzwerk verbundene oder geteilte Ordner, können unterschiedliche Beschränkungen aufweisen. - + %1 of %2 in use %1 von %2 Serverkapazität verwendet - + Currently there is no storage usage information available. Derzeit sind keine Speichernutzungsinformationen verfügbar. - + No %1 connection configured. Keine %1-Verbindung konfiguriert. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formular - - - - TextLabel - TextLabel - Accept Akzeptieren - + Synced Synchronisiert - + Retry all uploads Alle Uploads neu starten - + <br/>Account %1 does not have activities enabled. <br/>Für Konto %1 sind serverseitig keine Aktivitäten aktiviert. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Fehler beim Schreiben der Metadaten in die Datenbank @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Geben Sie Ihre Passphrase für Ende-zu-Ende-Verschlüsselung ein:<br><br>Benutzer: %2<br>Konto: %3<br> - + Enter E2E passphrase E2E-Passphrase eingeben @@ -722,6 +764,59 @@ Bei der Server-Dateierkennungsantwort fehlen Daten. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Vom Server zurückgegebener Fehler: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Fehler beim Zugriff auf den 'Token'-Endpunkt: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Der vom Server zurückgegebene JSON-Code konnte nicht verarbeitet werden: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + Die Antwort des Servers enthielt nicht alle erwarteten Felder + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Mit %1 verbinden + + + + Login in your browser (Login Flow v2) + Melden Sie sich in Ihren Browser an (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Der Browser kann nicht geöffnet werden. Bitte kopieren Sie den Link in Ihren Browser. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Der Browser kann nicht geöffnet werden. Bitte kopieren Sie den Link in Ihren Browser. + + OCC::Folder @@ -740,120 +835,120 @@ %1 ist nicht lesbar. - + %1 has been removed. %1 names a file. %1 wurde gelöscht. - + %1 has been downloaded. %1 names a file. %1 wurde heruntergeladen. - + %1 has been updated. %1 names a file. %1 wurde aktualisiert. - + %1 has been renamed to %2. %1 and %2 name files. %1 wurde in %2 umbenannt. - + %1 has been moved to %2. %1 wurde in %2 verschoben. - + %1 and %n other file(s) have been removed. %1 und %n andere Datei wurde gelöscht.%1 und %n andere Dateien wurden gelöscht. - + %1 and %n other file(s) have been downloaded. %1 und %n andere Datei wurde heruntergeladen.%1 und %n andere Dateien wurden heruntergeladen. - + %1 and %n other file(s) have been updated. %1 und %n andere Datei wurde aktualisiert.%1 und %n andere Dateien wurden aktualisiert. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 wurde in %2 umbenannt und %n andere Datei wurde umbenannt.%1 wurde in %2 umbenannt und %n andere Dateien wurden umbenannt. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 wurde in %2 verschoben und %n andere Datei wurde verschoben.%1 wurde in %2 verschoben und %n andere Dateien wurden verschoben. - + %1 has and %n other file(s) have sync conflicts. %1 und %n andere Datei haben Konflikte beim Abgleichen.%1 und %n andere Dateien haben Konflikte beim Abgleichen. - + %1 has a sync conflict. Please check the conflict file! Es gab einen Konflikt bei der Synchronisierung von %1. Bitte prüfen Sie die Konfliktdatei! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 und %n weitere Datei konnten aufgrund von Fehlern nicht synchronisiert werden. Schauen Sie in das Protokoll für Details.%1 und %n weitere Dateien konnten aufgrund von Fehlern nicht synchronisiert werden. Details finden Sie im Protokoll. - + %1 could not be synced due to an error. See the log for details. %1 konnte aufgrund eines Fehlers nicht synchronisiert werden. Details finden Sie im Protokoll. - + Sync Activity Synchronisierungsaktivität - + Could not read system exclude file Systemeigene Ausschlussdatei kann nicht gelesen werden - + A new folder larger than %1 MB has been added: %2. Ein neues Verzeichnis größer als %1 MB wurde hinzugefügt: %2. - + A folder from an external storage has been added. Ein Verzeichnis von einem externen Speicher wurde hinzugefügt. - + Please go in the settings to select it if you wish to download it. Bitte wechseln Sie zu den Einstellungen, falls Sie das Verzeichnis herunterladen möchten. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Der Ordner %1 wurde erstellt, wurde jedoch zuvor von der Synchronisierung ausgeschlossen. Die darin enthaltenen Daten werden nicht synchronisiert. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Die Datei % 1 wurde erstellt, jedoch bereits zuvor von der Synchronisierung ausgeschlossen. Sie wird nicht synchronisiert werden. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ Dies bedeutet, dass der Synchronisierungs-Client lokale Änderungen möglicherwe %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ Wenn Sie sich dazu entscheiden, diese Dateien zu behalten, werden diese wieder z Wenn Sie sich zum Löschen der Dateien entscheiden, sind diese nicht mehr verfügbar, außer Sie sind der Eigentümer. - + Download new files? Neue Dateien herunterladen? - + Download new files Neue Dateien herunterladen - + Keep local files Lokale Dateien behalten - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ Sind Sie sich sicher, dass Sie diese Aktion mit Ihrem Server synchronisieren mö Falls dies ein Missgeschick war und Sie sich zum Behalten der Dateien entscheiden, werden diese wieder vom Server synchronisiert. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Der Grund dafür ist möglicherweise, dass auf dem Server ein Backup eingespielt Wenn diese Synchronisierung fortgesetzt wird, werden Dateien eventuell von älteren Versionen überschrieben. Möchten Sie die neueren lokalen Dateien als Konflikt-Dateien behalten? - + Backup detected Backup erkannt - + Normal Synchronisation Normale Synchronisierung - + Keep Local Files as Conflict Lokale Konfliktdateien behalten @@ -1316,11 +1411,6 @@ Wenn diese Synchronisierung fortgesetzt wird, werden Dateien eventuell von älte OCC::GeneralSettings - - - Form - Formular - Legal notice @@ -1472,32 +1562,45 @@ Wenn diese Synchronisierung fortgesetzt wird, werden Dateien eventuell von älte Nach Muster ignorierte Dateien - - Add - Hinzufügen + + This entry is provided by the system at '%1' and cannot be modified in this view. + Dieser Eintrag wird vom System auf '%1' bereitgestellt und kann in dieser Ansicht nicht geändert werden. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + IgnoreListTableWidget - - Remove all - Alle löschen - - - + Pattern Muster - + Allow Deletion Löschen erlauben - + + Add + Hinzufügen + + + Remove Entfernen - + + Remove all + Alle entfernen + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. @@ -1506,48 +1609,33 @@ Items where deletion is allowed will be deleted if they prevent a directory from Objekte, bei denen Löschen erlaubt ist, werden gelöscht, wenn diese das Löschen eines Ordners verhindern würden. Dies ist für Metadaten nützlich. - + Could not open file Datei konnte nicht geöffnet werden - + Cannot write changes to '%1'. Konnte Änderungen nicht in '%1' schreiben. - + Add Ignore Pattern Ignoriermuster hinzufügen - + Add a new ignore pattern: - Neues Ignoriermuster hinzufügen: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. - Dieser Eintrag wird vom System auf '%1' bereitgestellt und kann in dieser Ansicht nicht geändert werden. + Neues Ignoriermuster hinzufügen OCC::LegalNotice - - - Dialog - Dialog - Legal notice Impressum - - - TextLabel - TextLabel - Close @@ -1679,11 +1767,6 @@ Protokolle werden in % 1 geschrieben OCC::NetworkSettings - - - Form - Formular - Proxy Settings @@ -1994,11 +2077,6 @@ for additional privileges during the process. Login in your browser Melden Sie sich in Ihrem Browser an - - - Copy link to clipboard - Link in Zwischenablage kopieren - OCC::OwncloudSetupPage @@ -2050,12 +2128,12 @@ Es ist nicht ratsam, sie zu benutzen. &Weiter > - + Invalid URL Ungültige URL - + Could not load certificate. Maybe wrong password? Das Zertifikat konnte nicht geladen werden. Vielleicht ein falsches Passwort? @@ -2213,12 +2291,12 @@ Es ist nicht ratsam, sie zu benutzen. OCC::OwncloudWizard - + %1 Connection Wizard %1-Verbindungsassistent - + Skip folders configuration Ordner-Konfiguration überspringen @@ -2252,7 +2330,7 @@ Es ist nicht ratsam, sie zu benutzen. OCC::PropagateDirectory - + Error writing metadata to the database Fehler beim Schreiben der Metadaten in die Datenbank @@ -2280,32 +2358,32 @@ Es ist nicht ratsam, sie zu benutzen. Der freie Speicher auf der Festplatte ist weniger als %1 - + File was deleted from server Die Datei wurde vom Server gelöscht - + The file could not be downloaded completely. Die Datei konnte nicht vollständig herunter geladen werden. - + The downloaded file is empty despite that the server announced it should have been %1. Die heruntergeladene Datei ist leer, obwohl der Server %1 als Größe übermittelt hat. - + File %1 cannot be saved because of a local file name clash! Die Datei %1 kann aufgrund eines Konflikts mit dem lokalen Dateinamen nicht gespeichert geladen werden! - + File has changed since discovery Datei ist seit der Entdeckung geändert worden - + Error writing metadata to the database Fehler beim Schreiben der Metadaten in die Datenbank @@ -2318,7 +2396,7 @@ Es ist nicht ratsam, sie zu benutzen. ; Wiederherstellung fehlgeschlagen: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Eine Datei oder ein Ordner wurde von einer Nur-Lese-Freigabe wiederhergestellt, aber die Wiederherstellung ist mit folgendem Fehler fehlgeschlagen: %1 @@ -2450,27 +2528,27 @@ Es ist nicht ratsam, sie zu benutzen. OCC::PropagateUploadFileNG - + The local file was removed during sync. Die lokale Datei wurde während der Synchronisation gelöscht. - + Local file changed during sync. Eine lokale Datei wurde während der Synchronisation geändert. - + Unexpected return code from server (%1) Unerwarteter Rückgabe-Code Antwort vom Server (%1) - + Missing File ID from server Fehlende Datei-ID vom Server - + Missing ETag from server Fehlender ETag vom Server @@ -2679,22 +2757,22 @@ Es ist nicht ratsam, sie zu benutzen. OCC::ShareLinkWidget - + &Share link &Link teilen - + Password: Passwort: - + Expiration date: Ablaufdatum: - + TextLabel TextLabel @@ -2767,22 +2845,22 @@ Es ist nicht ratsam, sie zu benutzen. OCC::ShareUserGroupWidget - + Share with users or groups ... Mit Benutzern oder Gruppen teilen … - + Copy link Link kopieren - + No results for '%1' Keine Ergebnisse für '%1' - + I shared something with you Ich habe etwas mit Ihnen geteilt @@ -2800,22 +2878,27 @@ Es ist nicht ratsam, sie zu benutzen. kann bearbeiten - + Can reshare kann weiterteilen - + + Unshare + Freigabe aufheben + + + Can create kann erstellen - + Can change kann ändern - + Can delete kann löschen @@ -2842,7 +2925,7 @@ Es ist nicht ratsam, sie zu benutzen. - SSL Chipher Debug View + SSL Cipher Debug View Debug-Ansicht der SSL-Chiffren @@ -3027,11 +3110,6 @@ Es ist nicht ratsam, sie zu benutzen. OCC::SslErrorDialog - - - Form - Formular - Trust this certificate anyway @@ -3061,44 +3139,49 @@ Es ist nicht ratsam, sie zu benutzen. - + Organization: %1 Organisation: %1 - + Unit: %1 Einheit: %1 - + Country: %1 Land: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingerabdruck (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingerabdruck (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Fingerabdruck (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Fingerabdruck (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Aktuelles Datum: %1 - + Expiration Date: %1 Ablaufdatum: %1 - + Issuer: %1 Aussteller: %1 @@ -3389,11 +3472,11 @@ Es ist nicht ratsam, sie zu benutzen. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Version %1. Für weitere Informationen besuchen Sie bitte <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Version %1. Für weitere Informationen klicken Sie bitte <a href='%2'>hier</a>.</p> - + <p>This release was supplied by %1</p> <p>Diese Version wird von %1 bereitgestellt</p> @@ -3401,25 +3484,25 @@ Es ist nicht ratsam, sie zu benutzen. OCC::WebEnginePage - + Invalid certificate detected Ungültiges Zertifikat gefunden - - The host "%1" provided an invalid certitiface. Continue? - Host "%1" hat ein ungültiges Zertifikat bereitgestellt. Fortfahren? + + The host "%1" provided an invalid certificate. Continue? + Der Server "%1" hat ein ungültiges Zertifikat. Fortsetzen? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Sie wurden von %1 als Benutzer %2 abgemeldet. Bitte melden Sie sich erneut an - + Please login with the user: %1 Mit folgendem Benutzer anmelden: %1 @@ -3486,11 +3569,6 @@ Es ist nicht ratsam, sie zu benutzen. Settings... Einstellungen … - - - Details... - Details … - Help @@ -3602,6 +3680,11 @@ Es ist nicht ratsam, sie zu benutzen. New account... Neues Konto ... + + + View more activity... + Weitere Aktivitäten anzeigen… + Crash now @@ -3661,23 +3744,6 @@ Es ist nicht ratsam, sie zu benutzen. OwncloudAdvancedSetupPage - - - Form - Formular - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3719,11 +3785,6 @@ Es ist nicht ratsam, sie zu benutzen. &Local Folder &Lokaler Ordner - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3742,11 +3803,6 @@ Es ist nicht ratsam, sie zu benutzen. OwncloudHttpCredsPage - - - Form - Formular - &Username @@ -3760,11 +3816,6 @@ Es ist nicht ratsam, sie zu benutzen. OwncloudOAuthCredsPage - - - Form - Formular - Please switch to your browser to proceed. @@ -3780,20 +3831,14 @@ Es ist nicht ratsam, sie zu benutzen. Re-open Browser Browser erneut öffnen + + + Copy link + Link kopieren + OwncloudSetupPage - - - Form - Formular - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3827,27 +3872,11 @@ Es ist nicht ratsam, sie zu benutzen. OwncloudWizardResultPage - - - Form - Formular - - - - TextLabel - TextLabel - Your entire account is synced to the local folder Ihr gesamtes Konto wird mit dem lokalen Ordner synchronisiert. - - - - PushButton - Schaltfläche - QObject @@ -3902,7 +3931,7 @@ Es ist nicht ratsam, sie zu benutzen. vor einiger Zeit - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3984,14 +4013,6 @@ Es ist nicht ratsam, sie zu benutzen. Die heruntergeladene Datei entspricht nicht der Prüfsumme, das Herunterladen wird wiederaufgenommen. - - WebView - - - Form - Formular - - main.cpp diff --git a/translations/client_el.ts b/translations/client_el.ts index 733f962eb..713d3302c 100644 --- a/translations/client_el.ts +++ b/translations/client_el.ts @@ -9,22 +9,22 @@ Checking for changes in '%1' - + Γίνεται έλεγχος για αλλαγές στο '%1' Syncing %1 of %2 (%3 left) - + Συγχρονισμός %1 από %2 (%3 απομένουν) Syncing %1 of %2 - + Συγχρονισμός %1 από %2 Syncing %1 (%2 left) - + Συγχρονισμός %1 (%2 απομένουν) @@ -35,7 +35,7 @@ No recently changed files - + Δεν προστέθηκαν πρόσφατα αρχεία. @@ -50,32 +50,32 @@ Open website - + Άνοιγμα ιστοσελίδας Recently changed - + Τροποποιήθηκαν πρόσφατα Pause synchronization - + Παύση συγχρονισμού Help - + Βοήθεια Settings - + Ρυθμίσεις Log out - + Αποσύνδεση @@ -85,11 +85,6 @@ Dialog - - - Dialog - Παράθυρο διαλόγου - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Φόρμα + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Φόρμα - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Φόρμα - - - + ... ... - + Storage space: ... Χώρος αποθήκευσης: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Οι μη επιλεγμένοι φάκελοι θα <b>αφαιρεθούν</ b> από το τοπικό σύστημα αρχείων σας και δεν θα συγχρονιστούν πια με αυτόν τον υπολογιστή - + Synchronize all Συγχρονισμός όλων - + Synchronize none Κανένας συγχρονισμός - + Apply manual changes Χειροκίνητη αλλαγή εφαρμογών - + Apply Εφαρμογή - - - + + + Cancel Άκυρο - + Connected with <server> as <user> Συνδεδεμένοι με το <server> ως <user> - + No account configured. Δεν ρυθμίστηκε λογαριασμός. - + Add new Προσθήκη νέου - + Remove Αφαίρεση - + Account Λογαριασμός - + + This account supports end-to-end encryption + + + + + Enable encryption + Ενεργοποίηση κρυπτογράφησης + + + Show E2E mnemonic - + Encrypt Κρυπτογράφηση - + + + Edit Ignored Files + + + + Choose what to sync Επιλέξτε τι θα συγχρονιστεί - + Force sync now Εξαναγκασμός συγχρονισμού τώρα - + Restart sync Επανεκκίνηση συγχρονισμού - + Remove folder sync connection Αφαίρεση σύνδεσης συγχρονισμού φακέλου - + Folder creation failed Αποτυχία αφαίρεσης φακέλου - + <p>Could not create local folder <i>%1</i>. <p>Αδυναμία δημιουργίας τοπικού φακέλου <i>%1</i>. - + Confirm Folder Sync Connection Removal Επιβεβαίωση αφαίρεσης σύνδεσης συγχρονισμού φακέλου - + Remove Folder Sync Connection Αφαίρεση σύνδεσης συγχρονισμού φακέλου - + Sync Running Εκτελείται Συγχρονισμός - + The syncing operation is running.<br/>Do you want to terminate it? Η λειτουργία συγχρονισμού εκτελείται.<br/> Θέλετε να την τερματίσετε; - + %1 in use %1 σε χρήση - + %1 as <i>%2</i> %1 ως <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Η έκδοση του διακομιστή %1 είναι παλιά και δεν υποστηρίζεται! Προχωρείστε με δική σας ευθύνη. - + Connected to %1. Συνδεδεμένο με %1. - + Server %1 is temporarily unavailable. Ο διακομιστής %1 δεν είναι διαθέσιμος προσωρινά. - + Server %1 is currently in maintenance mode. - + Ο διακομιστής %1 βρίσκεται τώρα σε κατάσταση συντήρησης. - + Signed out from %1. Αποσυνδέθηκε από %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Γίνεται λήψη της εξουσιοδότησης από το πρόγραμμα περιήγησης. Κάντε κλικ <a href='%1'>εδώ</a> για να ανοίξετε πάλι το πρόγραμμα περιήγησης. - + Connecting to %1... Σύνδεση σε %1... - + No connection to %1 at %2. Δεν υπάρχει σύνδεση με το %1 στο %2. - + Log in Είσοδος - + There are folders that were not synchronized because they are too big: Υπάρχουν φάκελοι που δεν συγχρονίστηκαν επειδή είναι πολύ μεγάλοι: - + There are folders that were not synchronized because they are external storages: Υπάρχουν φάκελοι που δεν συγχρονίστηκαν επειδή είναι εξωτερικοί αποθηκευτικοί χώροι: - + There are folders that were not synchronized because they are too big or external storages: Υπάρχουν φάκελοι που δεν συγχρονίστηκαν επειδή είναι πολύ μεγάλοι ή αποθηκευτικοί χώροι: - + Confirm Account Removal Επιβεβαίωση Αφαίρεσης Λογαριασμού - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Θέλετε πραγματικά να αφαιρέσετε τη σύνδεση με το λογαριασμό <i>%1</i>;</p><p><b>Σημείωση:</b> Αυτό <b>δεν</b> θα διαγράψει κανένα αρχείο.</p> - + Remove connection Αφαίρεση σύνδεσης - - + + Open folder Άνοιγμα φακέλου - - + + Log out Αποσύνδεση - + Resume sync Συνέχιση συγχρονισμού - + Pause sync Παύση συγχρονισμού - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Θέλετε πραγματικά να σταματήσετε το συγχρονισμό του φακέλου <i>%1</i>;</p><p><b>Σημείωση:</b> Αυτό <b>δεν</b> θα διαγράψει κανένα αρχείο.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) από %2 σε χρήση. Μερικοί φάκελοι, συμπεριλαμβανομένων των δικτυακών ή των κοινόχρηστων μπορεί να έχουν διαφορετικά όρια. - + %1 of %2 in use %1 από %2 σε χρήση - + Currently there is no storage usage information available. Προς το παρόν δεν υπάρχουν πληροφορίες χρήσης χώρου αποθήκευσης διαθέσιμες. - + No %1 connection configured. Δεν έχει ρυθμιστεί σύνδεση με το %1. @@ -489,7 +541,7 @@ Maintenance mode - + Κατάσταση συντήρησης @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Φόρμα - - - - TextLabel - TextLabel - Accept Αποδοχή - + Synced - + Συγχρονίστηκε - + Retry all uploads - + Επανάληψη όλων των μεταφορτώσεων - + <br/>Account %1 does not have activities enabled. <br/>Ο λογαριασμός %1 δεν έχει ενεργοποιήσει τις δραστηριότητες. @@ -621,12 +663,12 @@ There was an error while accessing the configuration file at %1. Please make sure the file can be accessed by your user. - + Υπήρξε σφάλμα κατά την πρόσβαση του αρχείου ρυθμίσεων στο %1. Παρακαλώ επαληθεύστε αν μπορείτε να προσπελάσετε το αρχείο. Quit %1 - + Κλείσιμο %1 @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Σφάλμα εγγραφής μεταδεδομένων στην βάση δεδομένων @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase Εισάγετε κωδικό E2E @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ Το %1 δεν είναι αναγνώσιμο. - + %1 has been removed. %1 names a file. Το %1 αφαιρέθηκε. - + %1 has been downloaded. %1 names a file. Το %1 έχει ληφθεί. - + %1 has been updated. %1 names a file. Το %1 έχει ενημερωθεί. - + %1 has been renamed to %2. %1 and %2 name files. Το %1 έχει μετονομαστεί σε %2. - + %1 has been moved to %2. Το %1 έχει μετακινηθεί στο %2. - + %1 and %n other file(s) have been removed. %1 και%n άλλo αρχείo(α) έχουν καταργηθεί.%1 και%n άλλo αρχείo(α) έχουν καταργηθεί. - + %1 and %n other file(s) have been downloaded. %1 και%n άλλο αρχείο(ο) έχουν ληφθεί.%1 και%n άλλο αρχείο(ο) έχουν ληφθεί. - + %1 and %n other file(s) have been updated. %1 και%n άλλο αρχείο(α) έχουν ενημερωθεί.%1 και%n άλλο αρχείο(α) έχουν ενημερωθεί. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 μετονομάστηκε σε %2 και %n άλλο αρχείο(α) έχουν μετονομαστεί.%1 μετονομάστηκε σε %2 και %n άλλο αρχείο(α) έχουν μετονομαστεί. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 έχει μετακινηθεί σε %2 και %n άλλo αρχείο(α) έχουν μετακινηθεί.%1 έχει μετακινηθεί σε %2 και %n άλλo αρχείο(α) έχουν μετακινηθεί. - + %1 has and %n other file(s) have sync conflicts. %1 έχει και %n άλλο αρχείο(α) έχουν διένεξη συγχρονισμού.%1 έχει και %n άλλο αρχείο(α) έχουν διένεξη συγχρονισμού. - + %1 has a sync conflict. Please check the conflict file! %1 έχει μια διένεξη συγχρονισμού. Παρακαλώ ελέγξτε τη διένεξη του αρχείου! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 και %n άλλο(α) αρχείο(α) δεν μπορούν να συγχρονιστούν λόγω σφαλμάτων. Δείτε το ιστορικό για λεπτομέρειες%1 και %n άλλο αρχείο(α) δεν μπορούν να συγχρονιστούν λόγω σφαλμάτων. Δείτε το ημερολόγιο για λεπτομέρειες. - + %1 could not be synced due to an error. See the log for details. %1 δεν ήταν δυνατό να συγχρονιστεί εξαιτίας ενός σφάλματος. Δείτε το αρχείο καταγραφής για λεπτομέρειες. - + Sync Activity Δραστηριότητα Συγχρονισμού - + Could not read system exclude file Αδυναμία ανάγνωσης αρχείου αποκλεισμού συστήματος - + A new folder larger than %1 MB has been added: %2. Προστέθηκε ένας νέος φάκελος μεγαλύτερος από %1 MB: %2 - + A folder from an external storage has been added. Προστέθηκε ένας φάκελος από εξωτερικό αποθηκευτικό χώρο. - + Please go in the settings to select it if you wish to download it. Μεταβείτε στις ρυθμίσεις για να το επιλέξετε εάν επιθυμείτε να το κατεβάσετε. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? Λήψη νέων αρχείων; - + Download new files Λήψη νέων αρχείων - + Keep local files Διατήρηση τοπικών αρχείων - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Αν αυτό ήταν ένα ατύχημα και αποφασίσατε να διατηρήσετε τα αρχεία σας, θα συγχρονιστούν εκ νέου από το διακομιστή. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -903,17 +998,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an Η συνέχιση του συγχρονισμού κανονικά θα προκαλέσει την αντικατάσταση όλων των αρχείων σας από παλιότερο αρχείο σε προηγούμενη κατάσταση. Θέλετε να διατηρήσετε τα τοπικά σας πιο πρόσφατα αρχεία ως αρχεία σύγκρουσης; - + Backup detected Ανιχνεύθηκε αντίγραφο ασφαλείας - + Normal Synchronisation Κανονικός συγχρονισμός - + Keep Local Files as Conflict Διατήρηση τοπικών αρχείων ως Διένεξη @@ -963,7 +1058,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Sync was successful, unresolved conflicts. - + Ο συγχρονισμός ήταν επιτυχής, μη διευθετημένες διενέξεις. @@ -1031,7 +1126,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Synchronized with local folder - + Συγχρονίστηκε με τοπικό φάκελο @@ -1076,7 +1171,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an There are unresolved conflicts. Click for details. - + Υπάρχουν μη επιλύσιμες συγκρούσεις. Πατήστε εδώ για λεπτομέρειες. @@ -1127,7 +1222,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Checking for changes in local '%1' - + Γίνεται έλεγχος για αλλαγές στο τοπικό '%1' @@ -1309,11 +1404,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Φόρμα - Legal notice @@ -1332,7 +1422,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Show Server &Notifications - + Εμφάνιση των ειδοποιήσεων διακομιστή @@ -1399,7 +1489,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Server notifications that require attention. - + Ειδοποιήσεις από τον διακομιστή που απαιτούν την προσοχή σας. @@ -1463,82 +1553,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Αρχεία που αγνοούνται από τα πρότυπα - - Add - Προσθήκη - - - - Remove all - Αφαίρεση όλων - - - - Pattern - Πρότυπα - - - - Allow Deletion - Να πειτρέπεται η διαγραφή - - - - Remove - Αφαίρεση - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Αρχεία ή φάκελοι αρχείων που ταιριάζουν με αυτό το πρότυπο δεν θα συγχρονιστούν. - -Τα στοιχεία όπου επιτρέπεται η διαγραφή θα διαγράφονται εάν εμποδίζουν την αφαίρεση ενός φακέλου αρχείων. Αυτό είναι χρήσιμο για μετα-δεδομένα. - - - - Could not open file - Αδυναμία ανοίγματος αρχείου - - - - Cannot write changes to '%1'. - Αδυναμία εγγραφής αλλαγών στο '%1'. - - - - Add Ignore Pattern - Προσθήκη Προτύπου Αγνόησης - - - - Add a new ignore pattern: - Προσθήκη νέου προτύπου αγνόησης: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Αυτή η είσοδος παρέχεται από το σύστημα στο '%1' και δεν μπορεί να τροποποιηθεί σε αυτή την προβολή. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Παράθυρο διαλόγου + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Νομική ειδοποίηση - - - TextLabel - - Close @@ -1580,7 +1666,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from Permanently save logs - + Μόνιμη αποθήκευση των αρχείων καταγραφής @@ -1668,11 +1754,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Φόρμα - Proxy Settings @@ -1779,7 +1860,7 @@ Logs will be written to %1 Error returned from the server: <em>%1</em> - + Ο διακομιστής επέστρεψε το σφάλμα: <em>%1</em> @@ -1902,7 +1983,7 @@ for additional privileges during the process. Free space: %1 - + Ελεύθερος χώρος: %1 @@ -1918,7 +1999,7 @@ for additional privileges during the process. There isn't enough free space in the local folder! - + Δεν υπάρχει αρκετός ελεύθερος χώρος στον τοπικό φάκελο! @@ -1982,12 +2063,7 @@ for additional privileges during the process. Login in your browser - - - - - Copy link to clipboard - Αντιγραφή συνδέσμου στο πρόχειρο + Σύνδεση στον προεπιλεγμένο περιηγητή ιστοσελίδων @@ -2005,22 +2081,22 @@ for additional privileges during the process. Keep your data secure and under your control - + Διατηρείστε τα δεδομένα σας ασφαλή και υπό τον έλεγχο σας Secure collaboration & file exchange - + Ασφαλής συνεργασία & ανταλλαγή αρχείων Easy-to-use web mail, calendaring & contacts - + Εύχρηστο web mail, ημερολόγιο & επαφές Screensharing, online meetings & web conferences - + Κοινή χρήση οθόνης, ηλεκτρονικές συναντήσεις & συνέδρια @@ -2040,14 +2116,14 @@ It is not advisable to use it. &Επόμενο > - + Invalid URL - + Μη έγκυρη διεύθυνση URL - + Could not load certificate. Maybe wrong password? - + Δεν ήταν δυνατή η φόρτωση του πιστοποιητικού. Ίσος είναι λάθος ο κωδικός; @@ -2095,7 +2171,7 @@ It is not advisable to use it. The server reported the following error: - + Ο διακομιστής αναφέρει το ακόλουθο σφάλμα: @@ -2135,7 +2211,7 @@ It is not advisable to use it. creating folder on Nextcloud: %1 - + δημιουργία φακέλου στο Nextcloud: %1 @@ -2203,12 +2279,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 Οδηγός Σύνδεσης - + Skip folders configuration Παράλειψη διαμόρφωσης φακέλων @@ -2242,7 +2318,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database Σφάλμα εγγραφής μεταδεδομένων στην βάση δεδομένων @@ -2252,7 +2328,7 @@ It is not advisable to use it. File %1 can not be downloaded because encryption information is missing. - + Δεν είναι δυνατή η λήψη του αρχείου %1, διότι λείπουν οι πληροφορίες κρυπτογράφησης. @@ -2270,32 +2346,32 @@ It is not advisable to use it. Ο διαθέσιμος χώρος στο δίσκο είναι λιγότερος από %1 - + File was deleted from server Το αρχείο διαγράφηκε από τον διακομιστή - + The file could not be downloaded completely. Η λήψη του αρχείου δεν ολοκληρώθηκε. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! Το αρχείο %1 δεν είναι δυνατό να αποθηκευτεί λόγω διένεξης με το όνομα ενός τοπικού ονόματος αρχείου! - + File has changed since discovery Το αρχείο έχει αλλάξει από όταν ανακαλύφθηκε - + Error writing metadata to the database Σφάλμα εγγραφής μεταδεδομένων στην βάση δεδομένων @@ -2308,7 +2384,7 @@ It is not advisable to use it. ; Η Αποκατάσταση Απέτυχε: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Ένα αρχείο ή ένας κατάλογος αφαιρέθηκε από ένα διαμοιρασμένο κατάλογο μόνο για ανάγνωση, αλλά η επαναφορά απέτυχε: %1 @@ -2440,27 +2516,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. Το τοπικό αρχείο αφαιρέθηκε κατά το συγχρονισμό. - + Local file changed during sync. Το τοπικό αρχείο τροποποιήθηκε κατά τον συγχρονισμό. - + Unexpected return code from server (%1) Ο διακομιστής επέστρεψε απροσδόκητο κωδικό (%1) - + Missing File ID from server Απουσία ID αρχείου από τον διακομιστή - + Missing ETag from server Απουσία ETag από τον διακομιστή @@ -2669,22 +2745,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + &Διαμοιρασμός συνδέσμου - + Password: Συνθηματικό : - + Expiration date: Ημερομηνία λήξης: - + TextLabel TextLabel @@ -2706,7 +2782,7 @@ It is not advisable to use it. Allow Upload && Editing - + Επιτρέψτε την Μεταφόρτωση && Επεξεργασία @@ -2757,22 +2833,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... Διαμοιρασμός με χρήστες ή ομάδες ... - + Copy link Αντιγραφή συνδέσμου - + No results for '%1' Κανένα αποτέλεσμα για '%1' - + I shared something with you @@ -2790,22 +2866,27 @@ It is not advisable to use it. δυνατότητα επεξεργασίας - + Can reshare Δυνατότητα να διαμοιραστεί ξανά - + + Unshare + Διακοπή διαμοιρασμού + + + Can create Δυνατότητα δημιουργίας - + Can change - + Μπορεί να αλλάξει - + Can delete Μπορεί να διαγράψει @@ -2832,8 +2913,8 @@ It is not advisable to use it. - SSL Chipher Debug View - Προβολή SSL Chipher Debug + SSL Cipher Debug View + @@ -3017,11 +3098,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - Φόρμα - Trust this certificate anyway @@ -3051,44 +3127,49 @@ It is not advisable to use it. - + Organization: %1 Οργανισμός: %1 - + Unit: %1 Μονάδα: %1 - + Country: %1 Χώρα: %1 - Fingerprint (MD5): <tt>%1</tt> - Αποτύπωμα (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Αποτύπωμα (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Ημερομηνία Έναρξης: 1% - + Expiration Date: %1 Ημερομηνία Λήξης: %1 - + Issuer: %1 Εκδότης: %1 @@ -3379,11 +3460,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Έκδοση %1. Για περισσότερες πληροφορίες δείτε <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3391,25 +3472,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - + Εντοπίστηκε μη έγκυρο πιστοποιητικό - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3476,11 +3557,6 @@ It is not advisable to use it. Settings... Ρυθμίσεις... - - - Details... - Λεπτομέρειες... - Help @@ -3592,6 +3668,11 @@ It is not advisable to use it. New account... Νέος λογαριασμός... + + + View more activity... + + Crash now @@ -3651,23 +3732,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - Φόρμα - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3709,11 +3773,6 @@ It is not advisable to use it. &Local Folder &Τοπικός Φάκελος - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3732,11 +3791,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - Φόρμα - &Username @@ -3750,11 +3804,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - Φόρμα - Please switch to your browser to proceed. @@ -3770,20 +3819,14 @@ It is not advisable to use it. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - Φόρμα - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3817,27 +3860,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - Φόρμα - - - - TextLabel - TextLabel - Your entire account is synced to the local folder Ολόκληρος ο λογαριασμός σας έχει συγχρονιστεί με τον τοπικό φάκελο - - - - PushButton - PushButton - QObject @@ -3892,7 +3919,7 @@ It is not advisable to use it. Λίγη ώρα πριν - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3974,14 +4001,6 @@ It is not advisable to use it. - - WebView - - - Form - Φόρμα - - main.cpp diff --git a/translations/client_en.ts b/translations/client_en.ts index e533ffe82..dcd3a5dcb 100644 --- a/translations/client_en.ts +++ b/translations/client_en.ts @@ -87,11 +87,6 @@ Dialog - - - Dialog - - Label @@ -118,12 +113,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -137,11 +183,6 @@ FolderWizardTargetPage - - - Form - - Select a remote destination folder @@ -189,12 +230,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -202,266 +243,277 @@ OCC::AccountSettings - - Form - - - - + ... - + Storage space: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - + Synchronize all - + Synchronize none - + Apply manual changes - + Apply - - - + + + Cancel - + Connected with <server> as <user> - + No account configured. - + Add new - + Remove - + Account - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync - + Force sync now - + Restart sync - + Remove folder sync connection - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - + Confirm Folder Sync Connection Removal - + Remove Folder Sync Connection - + Sync Running - + The syncing operation is running.<br/>Do you want to terminate it? - + %1 in use - + %1 as <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. - + Connected to %1. - + Server %1 is temporarily unavailable. - + Server %1 is currently in maintenance mode. - + Signed out from %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... - + No connection to %1 at %2. - + Log in - + There are folders that were not synchronized because they are too big: - + There are folders that were not synchronized because they are external storages: - + There are folders that were not synchronized because they are too big or external storages: - + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - - + + Open folder - - + + Log out - + Resume sync - + Pause sync - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. - + No %1 connection configured. @@ -544,33 +596,23 @@ OCC::ActivityWidget - - - Form - - - - - TextLabel - - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. @@ -657,7 +699,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database @@ -665,12 +707,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -724,6 +766,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -742,36 +837,36 @@ - + %1 has been removed. %1 names a file. - + %1 has been downloaded. %1 names a file. - + %1 has been updated. %1 names a file. - + %1 has been renamed to %2. %1 and %2 name files. - + %1 has been moved to %2. - + %1 and %n other file(s) have been removed. @@ -779,7 +874,7 @@ - + %1 and %n other file(s) have been downloaded. @@ -787,7 +882,7 @@ - + %1 and %n other file(s) have been updated. @@ -795,7 +890,7 @@ - + %1 has been renamed to %2 and %n other file(s) have been renamed. @@ -803,7 +898,7 @@ - + %1 has been moved to %2 and %n other file(s) have been moved. @@ -811,7 +906,7 @@ - + %1 has and %n other file(s) have sync conflicts. @@ -819,12 +914,12 @@ - + %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. @@ -832,49 +927,49 @@ - + %1 could not be synced due to an error. See the log for details. - + Sync Activity - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. - + A folder from an external storage has been added. - + Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -883,7 +978,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -891,46 +986,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected - + Normal Synchronisation - + Keep Local Files as Conflict @@ -1329,11 +1424,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - - Legal notice @@ -1483,80 +1573,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an - - Add + + This entry is provided by the system at '%1' and cannot be modified in this view. + + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget - - Remove all - - - - + Pattern - + Allow Deletion - + + Add + + + + Remove - + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - + Cannot write changes to '%1'. - + Add Ignore Pattern - + Add a new ignore pattern: - - - This entry is provided by the system at '%1' and cannot be modified in this view. - - OCC::LegalNotice - - - Dialog - - Legal notice - - - TextLabel - - Close @@ -1686,11 +1774,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - - Proxy Settings @@ -2001,11 +2084,6 @@ for additional privileges during the process. Login in your browser - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2056,12 +2134,12 @@ It is not advisable to use it. - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2219,12 +2297,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard - + Skip folders configuration @@ -2258,7 +2336,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database @@ -2286,32 +2364,32 @@ It is not advisable to use it. - + File was deleted from server - + The file could not be downloaded completely. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery - + Error writing metadata to the database @@ -2324,7 +2402,7 @@ It is not advisable to use it. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2456,27 +2534,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. - + Local file changed during sync. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2685,22 +2763,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel @@ -2773,22 +2851,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... - + Copy link - + No results for '%1' - + I shared something with you @@ -2806,22 +2884,27 @@ It is not advisable to use it. - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2848,7 +2931,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3031,11 +3114,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - - Trust this certificate anyway @@ -3065,44 +3143,49 @@ It is not advisable to use it. - + Organization: %1 - + Unit: %1 - + Country: %1 - Fingerprint (MD5): <tt>%1</tt> - - - - Fingerprint (SHA1): <tt>%1</tt> - - Effective Date: %1 + + Fingerprint (SHA-256): <tt>%1</tt> - - Expiration Date: %1 + + Fingerprint (SHA-512): <tt>%1</tt> + Effective Date: %1 + + + + + Expiration Date: %1 + + + + Issuer: %1 @@ -3393,11 +3476,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> - + <p>This release was supplied by %1</p> @@ -3405,25 +3488,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3490,11 +3573,6 @@ It is not advisable to use it. Settings... - - - Details... - - Help @@ -3606,6 +3684,11 @@ It is not advisable to use it. New account... + + + View more activity... + + Crash now @@ -3665,23 +3748,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - - - - - - - - - - - - TextLabel - - Server @@ -3723,11 +3789,6 @@ It is not advisable to use it. &Local Folder - - - pbSelectLocalFolder - - &Keep local data @@ -3746,11 +3807,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - - &Username @@ -3764,11 +3820,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - - Please switch to your browser to proceed. @@ -3784,20 +3835,14 @@ It is not advisable to use it. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - - - - - - TextLabel - - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3831,27 +3876,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - - - - - TextLabel - - Your entire account is synced to the local folder - - - - PushButton - - QObject @@ -3924,7 +3953,7 @@ It is not advisable to use it. - + %1: %2 this displays an error string (%2) for a file %1 @@ -4024,14 +4053,6 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_en_GB.ts b/translations/client_en_GB.ts index 6d9c37127..0e7375529 100644 --- a/translations/client_en_GB.ts +++ b/translations/client_en_GB.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialogue - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Form + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Form - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Form - - - + ... ... - + Storage space: ... Storage space: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Unchecked folders will be <b>removed</b> from your local file system and will not be synchronised to this computer any more - + Synchronize all Synchronise all - + Synchronize none Synchronize none - + Apply manual changes Apply manual changes - + Apply Apply - - - + + + Cancel Cancel - + Connected with <server> as <user> Connected with <server> as <user> - + No account configured. No account configured. - + Add new Add new - + Remove Remove - + Account Account - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic Show E2E mnemonic - + Encrypt Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Choose what to sync - + Force sync now Force sync now - + Restart sync Restart sync - + Remove folder sync connection Remove folder sync connection - + Folder creation failed Folder creation failed - + <p>Could not create local folder <i>%1</i>. <p>Could not create local folder <i>%1</i>. - + Confirm Folder Sync Connection Removal Confirm Folder Sync Connection Removal - + Remove Folder Sync Connection Remove Folder Sync Connection - + Sync Running Sync Running - + The syncing operation is running.<br/>Do you want to terminate it? The syncing operation is running.<br/>Do you want to terminate it? - + %1 in use %1 in use - + %1 as <i>%2</i> %1 as <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. The server version %1 is old and unsupported! Proceed at your own risk. - + Connected to %1. Connected to %1. - + Server %1 is temporarily unavailable. Server %1 is temporarily unavailable. - + Server %1 is currently in maintenance mode. Server %1 is currently in maintenance mode. - + Signed out from %1. Signed out from %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obtaining authorisation from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... Connecting to %1... - + No connection to %1 at %2. No connection to %1 at %2. - + Log in Log in - + There are folders that were not synchronized because they are too big: There are folders that were not synchronised because they are too big: - + There are folders that were not synchronized because they are external storages: There are folders that were not synchronised because they are external storages: - + There are folders that were not synchronized because they are too big or external storages: There are folders that were not synchronised because they are too big or external storages: - + Confirm Account Removal Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection Remove connection - - + + Open folder Open folder - - + + Log out Log out - + Resume sync Resume sync - + Pause sync Pause sync - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use %1 of %2 in use - + Currently there is no storage usage information available. Currently there is no storage usage information available. - + No %1 connection configured. No %1 connection configured. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Form - - - - TextLabel - TextLabel - Accept Accept - + Synced - + Retry all uploads Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>Account %1 does not have activities enabled. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error writing metadata to the database @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase Enter E2E passphrase @@ -722,6 +764,59 @@ The server file discovery reply is missing data. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 is not readable. - + %1 has been removed. %1 names a file. %1 has been removed. - + %1 has been downloaded. %1 names a file. %1 has been downloaded. - + %1 has been updated. %1 names a file. %1 has been updated. - + %1 has been renamed to %2. %1 and %2 name files. %1 has been renamed to %2. - + %1 has been moved to %2. %1 has been moved to %2. - + %1 and %n other file(s) have been removed. %1 and %n other file have been removed.%1 and %n other files have been removed. - + %1 and %n other file(s) have been downloaded. %1 and %n other file have been downloaded.%1 and %n other files have been downloaded. - + %1 and %n other file(s) have been updated. %1 and %n other file have been updated.%1 and %n other files have been updated. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 has been renamed to %2 and %n other file have been renamed.%1 has been renamed to %2 and %n other files have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 has been moved to %2 and %n other file have been moved.%1 has been moved to %2 and %n other files have been moved. - + %1 has and %n other file(s) have sync conflicts. %1 has and %n other file have sync conflicts.%1 has and %n other files have sync conflicts. - + %1 has a sync conflict. Please check the conflict file! %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 and %n other file could not be synced due to errors. See the log for details.%1 and %n other files could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. %1 could not be synced due to an error. See the log for details. - + Sync Activity Sync Activity - + Could not read system exclude file Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. A new folder larger than %1 MB has been added: %2. - + A folder from an external storage has been added. A folder from an external storage has been added. - + Please go in the settings to select it if you wish to download it. Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ This means that the synchronization client might not upload local changes immedi %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ If you decide to keep the files, they will be re-synced with the server if you h If you decide to delete the files, they will be unavailable to you, unless you are the owner. - + Download new files? Download new files? - + Download new files Download new files - + Keep local files Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Backup detected - + Normal Synchronisation Normal Synchronisation - + Keep Local Files as Conflict Keep Local Files as Conflict @@ -1316,11 +1411,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Form - Legal notice @@ -1472,82 +1562,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Files Ignored by Patterns - - Add - Add - - - - Remove all - Remove all - - - - Pattern - Pattern - - - - Allow Deletion - Allow Deletion - - - - Remove - Remove - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Files or folders matching a pattern will not be synchronised. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - - - - Could not open file - Could not open file - - - - Cannot write changes to '%1'. - Cannot write changes to '%1'. - - - - Add Ignore Pattern - Add Ignore Pattern - - - - Add a new ignore pattern: - Add a new ignore pattern: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. This entry is provided by the system at '%1' and cannot be modified in this view. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialogue + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Legal notice - - - TextLabel - TextLabel - Close @@ -1679,11 +1765,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Form - Proxy Settings @@ -1995,11 +2076,6 @@ for additional privileges during the process. Login in your browser Login in your browser - - - Copy link to clipboard - Copy link to clipboard - OCC::OwncloudSetupPage @@ -2051,12 +2127,12 @@ It is not advisable to use it. &Next > - + Invalid URL Invalid URL - + Could not load certificate. Maybe wrong password? Could not load certificate. Maybe wrong password? @@ -2214,12 +2290,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 Connection Wizard - + Skip folders configuration Skip folders configuration @@ -2253,7 +2329,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database Error writing metadata to the database @@ -2281,32 +2357,32 @@ It is not advisable to use it. Free space on disk is less than %1 - + File was deleted from server File was deleted from server - + The file could not be downloaded completely. The file could not be downloaded completely. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! File %1 cannot be saved because of a local file name clash! - + File has changed since discovery File has changed since discovery - + Error writing metadata to the database Error writing metadata to the database @@ -2319,7 +2395,7 @@ It is not advisable to use it. ; Restoration Failed: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 A file or folder was removed from a read only share, but restoring failed: %1 @@ -2451,27 +2527,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. The local file was removed during sync. - + Local file changed during sync. Local file changed during sync. - + Unexpected return code from server (%1) Unexpected return code from server (%1) - + Missing File ID from server Missing File ID from server - + Missing ETag from server Missing ETag from server @@ -2680,22 +2756,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link &Share link - + Password: Password: - + Expiration date: Expiration date: - + TextLabel TextLabel @@ -2768,22 +2844,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... Share with users or groups ... - + Copy link Copy link - + No results for '%1' No results for '%1' - + I shared something with you I shared something with you @@ -2801,22 +2877,27 @@ It is not advisable to use it. can edit - + Can reshare Can reshare - + + Unshare + + + + Can create Can create - + Can change Can change - + Can delete Can delete @@ -2843,8 +2924,8 @@ It is not advisable to use it. - SSL Chipher Debug View - SSL Cipher Debug View + SSL Cipher Debug View + @@ -3028,11 +3109,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - Form - Trust this certificate anyway @@ -3062,44 +3138,49 @@ It is not advisable to use it. - + Organization: %1 Organisation: %1 - + Unit: %1 Unit: %1 - + Country: %1 Country: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingerprint (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingerprint (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Effective Date: %1 - + Expiration Date: %1 Expiration Date: %1 - + Issuer: %1 Issuer: %1 @@ -3390,11 +3471,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> <p>This release was supplied by %1</p> @@ -3402,25 +3483,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 Please login with the user: %1 @@ -3487,11 +3568,6 @@ It is not advisable to use it. Settings... Settings... - - - Details... - Details... - Help @@ -3603,6 +3679,11 @@ It is not advisable to use it. New account... New account... + + + View more activity... + + Crash now @@ -3662,23 +3743,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - Form - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3720,11 +3784,6 @@ It is not advisable to use it. &Local Folder &Local Folder - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3743,11 +3802,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - Form - &Username @@ -3761,11 +3815,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - Form - Please switch to your browser to proceed. @@ -3781,20 +3830,14 @@ It is not advisable to use it. Re-open Browser Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - Form - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3828,27 +3871,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - Form - - - - TextLabel - TextLabel - Your entire account is synced to the local folder Your entire account is synced to the local folder - - - - PushButton - PushButton - QObject @@ -3903,7 +3930,7 @@ It is not advisable to use it. Some time ago - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3985,14 +4012,6 @@ It is not advisable to use it. The downloaded file does not match the checksum, it will be resumed. - - WebView - - - Form - Form - - main.cpp diff --git a/translations/client_eo.ts b/translations/client_eo.ts index 16686ba4e..ca66bb015 100644 --- a/translations/client_eo.ts +++ b/translations/client_eo.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialogo - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Elektilo + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Elektilo - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Memorigilo por tutvoja ĉifrado - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Por protekti vian ĉifran identecon, ni ĉifras ĝin kun memorigilo de 12 vortoj el la vortaro. Bv. noti tiujn kaj gardi tion en sekura loko. Vi bezonos ilin por aldoni aliajn aparatojn al via konto (kiel via poŝtelefono aŭ via portebla komputilo). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Elektilo - - - + ... ... - + Storage space: ... Konserveja spaco: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Malmarkitaj dosierujoj estos <b>forigitaj</b> el via loka dosiersistemo kaj ne plu estos sinkronigitaj ĉe tiu ĉi komputilo - + Synchronize all Ĉion sinkronigi - + Synchronize none Sinkronigi neniu - + Apply manual changes Validigi permanajn ŝanĝojn - + Apply Validigi - - - + + + Cancel Nuligi - + Connected with <server> as <user> Konektita kun servilo <server> kiel uzanto <user> - + No account configured. Neniu konto agordita. - + Add new Aldoni novan - + Remove Forigi - + Account Konto - + + This account supports end-to-end encryption + Tiu konto subtenas tutvojan ĉifradon + + + + Enable encryption + Ebligi ĉifradon + + + Show E2E mnemonic Montri E2E memorigilon - + Encrypt Ĉifri - + + + Edit Ignored Files + + + + Choose what to sync Elekti tion, kion sinkronigi - + Force sync now Sinkronigi nun - + Restart sync Rekomenci sinkronigon - + Remove folder sync connection Ne plu sinkronigi tiun dosierujon - + Folder creation failed Kreo de dosierujo malsukcesis - + <p>Could not create local folder <i>%1</i>. <p>Ne eblis krei lokan dosierujon <i>%1</i>. - + Confirm Folder Sync Connection Removal Konfirmu la forigadon de la sinkronigo de tiu dosierujo - + Remove Folder Sync Connection Ne plu sinkronigi tiun dosierujon - + Sync Running Sinkronigo ruliĝanta - + The syncing operation is running.<br/>Do you want to terminate it? Sinkronigo estas ruliĝanta.<br/>Ĉu vi volas fini ĝin? - + %1 in use %1 uzata(j) - + %1 as <i>%2</i> %1 per la konto <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. La servilo je versio %1 estas malnova kaj nesubtenata. Daŭrigu je via risko. - + Connected to %1. Konektita al %1. - + Server %1 is temporarily unavailable. Servilo %1 dumtempe ne disponeblas - + Server %1 is currently in maintenance mode. La servilo %1 estas en reĝimo de prizorgado - + Signed out from %1. Elsalutita de %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Atendante rajtigon el la retumilo. <a href='%1'>Alklaku ĉi tie</a> por remalfermi la retumilon. - + Connecting to %1... Konektante al %1... - + No connection to %1 at %2. Neniu konekto al servilo %1 je la adreso %2. - + Log in Ensaluti - + There are folders that were not synchronized because they are too big: Kelkaj dosierujoj ne sinkroniĝis, ĉar ili estas tro grandaj: - + There are folders that were not synchronized because they are external storages: Kelkaj dosierujoj ne sinkroniĝis, ĉar ili estas konservataj en ekstera konservejo: - + There are folders that were not synchronized because they are too big or external storages: Kelkaj dosierujoj ne sinkroniĝis, ĉar ili estas tro grandaj âù konservataj en ekstera konservejo: - + Confirm Account Removal Konfirmi forigadon de la konto - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Ĉu vi vere volas forigi konekton al la konto <i>%1</i>?</p><p><b>Notu:</b> Tio <b>ne</b> forigos la dosierojn.</p> - + Remove connection Forigi konekton - - + + Open folder Malfermi dosierujon - - + + Log out Elsaluti - + Resume sync Daŭrigi sinkronigon - + Pause sync Paŭzigi sinkronigon - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Ĉu vi vere volas ĉesi sinkronigi la dosierujon <i>%1</i>?</p><p><b>Notu:</b> Tio <b>ne</b> forigos la dosierojn.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) el %2 uzataj. Certaj dosierujoj, inkluzive de rete muntitaj aŭ kunhavigitaj dosierujoj, eble havas aliajn limigojn. - + %1 of %2 in use %1 el %2 uzitaj - + Currently there is no storage usage information available. Ĉi-momente estas neniu informo pri konservejospaco. - + No %1 connection configured. Neniu konekto al %1 agordita. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Elektilo - - - - TextLabel - TextLabel - Accept Akcepti - + Synced Sinkronigita - + Retry all uploads Reprovi ĉiujn alŝutoj - + <br/>Account %1 does not have activities enabled. <br/>Konto %1 ne havas ebligitajn aktivaĵojn. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Eraro dum konservado de pridatumoj en la datumbazo @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Bv. entajpi vian pasfrazon de tutvoja ĉifrado:<br><br>Uzanto: %2<br>Konto: %3<br> - + Enter E2E passphrase Entajpu E2E (tutvoja) pasfrazon @@ -722,6 +764,59 @@ La servila respondo pri dosiera malkovro havas mankantajn datumojn. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 ne estas legebla. - + %1 has been removed. %1 names a file. %1 estis forigita. - + %1 has been downloaded. %1 names a file. %1 estis elŝutita. - + %1 has been updated. %1 names a file. %1 estis ĝisdatigita. - + %1 has been renamed to %2. %1 and %2 name files. %1 estis alinomita al %2. - + %1 has been moved to %2. %1 estis movita al %2. - + %1 and %n other file(s) have been removed. %1 estis forigita.%1 kaj %n plia(j) dosiero(j) estis forigitaj. - + %1 and %n other file(s) have been downloaded. %1 estis elŝutita.%1 kaj %n plia(j) dosiero(j) estis elŝutitaj. - + %1 and %n other file(s) have been updated. %1 ĝisdatiĝis.%1 kaj %n plia(j) dosiero(j) ĝisdatiĝis. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 estis alinomita al %2.%1 estis alinomita al %2, kaj %n plia(j) dosiero(j) estis alinomitaj. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 estis movita al %2.%1 estis movita al %2, kaj %n plia(j) dosiero(j) estis movitaj. - + %1 has and %n other file(s) have sync conflicts. %1 havas sinkronigajn konfliktojn.%1 kaj %n plia(j) dosiero(j) havas sinkronigajn konfliktojn. - + %1 has a sync conflict. Please check the conflict file! %1 havas sinkronigan konflikton. Bv. kontroli la dosieron pri konfliktoj! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 ne estis sinkronigita pro eraroj. Vidu la protokolon por detaloj.%1 kaj %n plia(j) dosiero(j) ne estis sinkronigitaj pro eraroj. Vidu la protokolon por detaloj. - + %1 could not be synced due to an error. See the log for details. %1 ne estis sinkronigita pro eraro. Vidu la protokolon por detaloj. - + Sync Activity Sinkronigaj aktivaĵoj - + Could not read system exclude file Ne eblis legi la sisteman dosieron pri esceptoj - + A new folder larger than %1 MB has been added: %2. Nova dosierujo pli granda ol %1 MB estis aldonita: %2. - + A folder from an external storage has been added. Dosierujo el ekstera konservejo estis aldonita. - + Please go in the settings to select it if you wish to download it. Bv. iri al la agordoj por elekti, ĉu vi volas elŝuti ĝin. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. La dosierujo %1 estis kreita sed estis eksigita el sinkronigo antaŭe. Datumoj ene de ĝi ne estos sinkronigitaj. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. La dosiero %1 estis kreita sed estis eksigita el sinkronigo antaŭe. Ĝi ne estos sinkronigita. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ Tio signifas, ke la sinkroniga kliento eble ne alŝutas tuj lokajn ŝanĝojn kaj %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ Se vi decidas gardi la dosierojn, ili estos resinkronigitaj al la servilo, se vi Se vi decidas forigi la dosierojn, ili ne plus estos haveblaj al vi, krom se vi estas la posedanto. - + Download new files? Ĉu elŝuti la novajn dosierojn? - + Download new files Elŝuti la novajn dosierojn - + Keep local files Gardi la lokajn dosierojn - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Se tio estis neintenca kaj se vi decidas gardi viajn dosierojn, ili estos resinkronigitaj el la servilo. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Tio estas eble kaŭzita de restaŭro de savkopio ĉe la servilo. Se vi plu sinkronigas, la sinkronigo anstataŭigos ĉiujn viajn dosierojn per antaŭaj versioj el viaj dosieroj. Ĉu vi volas gardi la plej freŝajn dosierojn kiel konfliktajn dosierojn? - + Backup detected Savkopio eltrovita - + Normal Synchronisation Kutima sinkronigo - + Keep Local Files as Conflict Konservi la lokajn dosierojn kiel konfliktojn @@ -1316,11 +1411,6 @@ Se vi plu sinkronigas, la sinkronigo anstataŭigos ĉiujn viajn dosierojn per an OCC::GeneralSettings - - - Form - Elektilo - Legal notice @@ -1472,82 +1562,78 @@ Se vi plu sinkronigas, la sinkronigo anstataŭigos ĉiujn viajn dosierojn per an Dosieroj ignoritaj per nomomodeloj - - Add - Aldoni - - - - Remove all - Ĉion forigi - - - - Pattern - Modelo - - - - Allow Deletion - Permesi forigon - - - - Remove - Forigi - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Dosieroj aŭ dosierujoj, kiuj kongruas kun la modelo ne sinkroniĝos. - -Elementoj, kun opcio „Permesi forigon“ ebligita, estos forigitaj, se ili malhelpas forigon de dosierujo; tio utilas por pridatumoj. - - - - Could not open file - Ne eblis malfermi dosieron - - - - Cannot write changes to '%1'. - Ne eblas skribi ŝanĝojn al „%1“. - - - - Add Ignore Pattern - Aldoni ignoran modelon - - - - Add a new ignore pattern: - Aldoni novan ignoran modelon: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Tiu elemento estas provizita de la sistemo en „%1“, kaj ĝi ne povas esti modifita tie ĉi. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialogo + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Atentigo pri kopirajto - - - TextLabel - TextLabel - Close @@ -1679,11 +1765,6 @@ Protokoloj estos skribataj al %1. OCC::NetworkSettings - - - Form - Elektilo - Proxy Settings @@ -1994,11 +2075,6 @@ for additional privileges during the process. Login in your browser Ensaluti pere de via retumilo - - - Copy link to clipboard - Kopii ligilon al tondujo - OCC::OwncloudSetupPage @@ -2050,12 +2126,12 @@ Uzi ĝin ne konsilindas. &Sekva > - + Invalid URL Nevalida retadreso - + Could not load certificate. Maybe wrong password? Ne eblis ŝargi atestilon. Ĉu neĝusta pasvorto? @@ -2213,12 +2289,12 @@ Uzi ĝin ne konsilindas. OCC::OwncloudWizard - + %1 Connection Wizard Asistilo pri konekto %1 - + Skip folders configuration Preterpasi agordon de dosierujoj @@ -2252,7 +2328,7 @@ Uzi ĝin ne konsilindas. OCC::PropagateDirectory - + Error writing metadata to the database Eraro dum skribo de pridatumoj en la datumbazo @@ -2280,32 +2356,32 @@ Uzi ĝin ne konsilindas. Libera diskospaco estas malpli ol %1 - + File was deleted from server Dosiero estis forigita el la servilo - + The file could not be downloaded completely. La dosiero ne estis elŝutita plene. - + The downloaded file is empty despite that the server announced it should have been %1. La elŝutita dosiero malplenas, kvankam la servilo anoncis, ke ĝi estos %1. - + File %1 cannot be saved because of a local file name clash! Dosiero %1 ne eblis esti konservita pro konflikto kun loka dosiernomo! - + File has changed since discovery Dosiero ŝanĝiĝis ekde sia malkovro - + Error writing metadata to the database Eraro dum konservado de pridatumoj en la datumbazo @@ -2318,7 +2394,7 @@ Uzi ĝin ne konsilindas. ; malsukcesis la restaŭro: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Dosiero aŭ dosierujo estis forigita el nurlega kunhavo, sed restaŭrado malsukcesis: %1 @@ -2450,27 +2526,27 @@ Uzi ĝin ne konsilindas. OCC::PropagateUploadFileNG - + The local file was removed during sync. Loka dosiero estis forigita dum sinkronigo. - + Local file changed during sync. Loka dosiero ŝanĝiĝis dum sinkronigo. - + Unexpected return code from server (%1) Neatendita elirkodo el servilo (%1) - + Missing File ID from server Mankanta identigilo de dosiero el la servilo - + Missing ETag from server Mankanta ETag el la servilo @@ -2679,22 +2755,22 @@ Uzi ĝin ne konsilindas. OCC::ShareLinkWidget - + &Share link &Kunhava ligilo - + Password: Pasvorto: - + Expiration date: Limdato: - + TextLabel TextLabel @@ -2767,22 +2843,22 @@ Uzi ĝin ne konsilindas. OCC::ShareUserGroupWidget - + Share with users or groups ... Kunhavigi kun uzantoj aŭ grupoj... - + Copy link Kopii ligilon - + No results for '%1' Neniu rezulto por „%1“ - + I shared something with you Mi kunhavigis ion kun vi @@ -2800,22 +2876,27 @@ Uzi ĝin ne konsilindas. povas redakti - + Can reshare Eblas rekunhavigi - + + Unshare + Malkunhavigi + + + Can create Povas krei - + Can change Eblas ŝanĝi - + Can delete Povas forigi @@ -2842,7 +2923,7 @@ Uzi ĝin ne konsilindas. - SSL Chipher Debug View + SSL Cipher Debug View Vido pri sencimigo de SSL-ĉifrado @@ -2867,7 +2948,7 @@ Uzi ĝin ne konsilindas. Context menu share - + Menuo pri kunhavigo @@ -3026,11 +3107,6 @@ Uzi ĝin ne konsilindas. OCC::SslErrorDialog - - - Form - Elektilo - Trust this certificate anyway @@ -3060,44 +3136,49 @@ Uzi ĝin ne konsilindas. - + Organization: %1 Organizaĵo: - + Unit: %1 Unuo: %1 - + Country: %1 Lando: %1 - Fingerprint (MD5): <tt>%1</tt> - MD5-fingrospuro: <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> SHA1-fingrospuro: <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Ekvalida dato: %1 - + Expiration Date: %1 Limdato: %1 - + Issuer: %1 Eldonanto: %1 @@ -3388,11 +3469,11 @@ Uzi ĝin ne konsilindas. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versio %1. Por pli da informoj, bv. viziti <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Versio %1. Por pli da informoj, alklaku <a href='%2'>ĉi tie</a>.</p> - + <p>This release was supplied by %1</p> <p>Tiu eldono estis liverita de %1</p> @@ -3400,25 +3481,25 @@ Uzi ĝin ne konsilindas. OCC::WebEnginePage - + Invalid certificate detected Nevalida atestilo eltrovita - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? La gastigo „%1“ provizis nevalidan atestilon. Ĉu daŭrigi? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Vi estis elsalutita de %1 kiel uzanto %2. Bv. re-ensaluti. - + Please login with the user: %1 Bv. ensaluti kun la uzanto: %1 @@ -3485,11 +3566,6 @@ Uzi ĝin ne konsilindas. Settings... Agordoj... - - - Details... - Detaloj... - Help @@ -3601,6 +3677,11 @@ Uzi ĝin ne konsilindas. New account... Nova konto... + + + View more activity... + Vidi pli da aktivaĵoj... + Crash now @@ -3660,23 +3741,6 @@ Uzi ĝin ne konsilindas. OwncloudAdvancedSetupPage - - - Form - Elektilo - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3718,11 +3782,6 @@ Uzi ĝin ne konsilindas. &Local Folder &Loka dosierujo - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3741,11 +3800,6 @@ Uzi ĝin ne konsilindas. OwncloudHttpCredsPage - - - Form - Elektilo - &Username @@ -3759,11 +3813,6 @@ Uzi ĝin ne konsilindas. OwncloudOAuthCredsPage - - - Form - Elektilo - Please switch to your browser to proceed. @@ -3779,20 +3828,14 @@ Uzi ĝin ne konsilindas. Re-open Browser Remalfermi retumilon + + + Copy link + + OwncloudSetupPage - - - Form - Elektilo - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3826,27 +3869,11 @@ Uzi ĝin ne konsilindas. OwncloudWizardResultPage - - - Form - Elektilo - - - - TextLabel - TextLabel - Your entire account is synced to the local folder Via tuta konta sinkroniĝas kun la loka dosierujo. - - - - PushButton - PushButton - QObject @@ -3901,7 +3928,7 @@ Uzi ĝin ne konsilindas. Antaŭ nelonge - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3983,14 +4010,6 @@ Uzi ĝin ne konsilindas. La elŝutita dosiero ne kongruas kun la kontrolsumo, ĝi estos re-elŝutita. - - WebView - - - Form - Elektilo - - main.cpp diff --git a/translations/client_es.ts b/translations/client_es.ts index 0b7935942..9d81d4311 100644 --- a/translations/client_es.ts +++ b/translations/client_es.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Cuadro de diálogo - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Formulario + + + Please switch to your browser to proceed. + Por favor, cambie a su navegador para proceder. + + + + An error occurred while connecting. Please try again. + Ha ocurrido un error al conectarse. Por favor, vuelve a intentarlo. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Formulario + + + + Please switch to your browser to proceed. + Por favor, cambie a su navegador para proceder. + + + + An error occurred while connecting. Please try again. + Se ha producido un error al conectarse. Por favor, inténtelo de nuevo. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulario - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Regla mnemotécnica del cifrado de extremo a extremo - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Para proteger tu identidad criptográfica, la ciframos con una regla nemotécnica de 12 palabras del diccionario. Por favor, anótalas y mantenlas a salvo. Estas palabras serán necesarias para añadir otros dispositivos a su cuenta (como un teléfono móvil o un portátil). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulario - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no seleccionadas serán <b>eliminadas</b> de su carpeta local y ya no serán sincronizadas en este ordenador - + Synchronize all Sincronizar todo - + Synchronize none No sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado a <server> como <user> - + No account configured. No se ha configurado ninguna cuenta. - + Add new Añadir nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + Esta cuenta soporta cifrado punto a punto + + + + Enable encryption + Habilitar cifrado + + + Show E2E mnemonic Mostrar mnemotécnica E2E - + Encrypt Cifrar - + + + Edit Ignored Files + + + + Choose what to sync Elija qué sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sync - + Remove folder sync connection Eliminar la sincronización de carpetas conectadas - + Folder creation failed Ha fallado la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No se ha podido crear la carpeta local <i>%1</i>. - + Confirm Folder Sync Connection Removal Confirme la sincronización para la eliminación de la carpeta conectada - + Remove Folder Sync Connection Eliminar carpeta de sincronización conectada - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La sincronización está en curso.<br/>¿Desea interrumpirla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Si continúas, lo haces bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. Servidor %1 no está disponible temporalmente. - + Server %1 is currently in maintenance mode. El servidor %1 está actualmente en modo mantenimiento. - + Signed out from %1. Cerró sesión desde %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización desde el navegador. <a href='%1'>Haga clic aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. Sin conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no se han sincronizado porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no se han sincronizado porque están en el almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no se han sincronizado porque son demasiado grandes o están en el almacenamiento externo: - + Confirm Account Removal Confirmar eliminación de cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿De verdad quiere eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> eliminará los archivos.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Cerrar sesión - + Resume sync Continuar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿De verdad quiere dejar de sincronizar la carpeta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> elminará los archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, como carpetas de red o compartidas, podrían tener límites diferentes. - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible sobre el uso de almacenamiento. - + No %1 connection configured. No hay ninguna conexión de %1 configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulario - - - - TextLabel - EtiquetaDeTexto - Accept Aceptar - + Synced Sincronizado - + Retry all uploads Reintentar todas las subidas - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir los metadatos en la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Por favor, introduce la frase de seguridad del cifrado extremo a extremo: <br><br>Usuario: %2<br>Cuenta: %3<br> - + Enter E2E passphrase Introduce la frase de acceso E2E @@ -722,6 +764,59 @@ A la respuesta de descubrimiento de archivos del servidor le faltan datos. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Error devuelto por el servidor: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Se encontró un error al acceder al 'token' del punto final: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + No se puede procesar el código JSON recibido del servidor: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + La respuesta del servidor no contiene todos los campos esperados + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Conectado a %1 + + + + Login in your browser (Login Flow v2) + Inicia sesión en tu navegador Web (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + No se ha podido abrir el navegador, por favor copie el enlace en su navegador. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + No se ha podido abrir el navegador, por favor copie el enlace en su navegador. + + OCC::Folder @@ -740,120 +835,120 @@ %1 es ilegible. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 ha sido movido a %2. - + %1 and %n other file(s) have been removed. %1 y otro archivo han sido borrados.%1 y otros %n archivos han sido borrados. - + %1 and %n other file(s) have been downloaded. %1 y otro archivo han sido descargados.%1 y otros %n archivos han sido descargados. - + %1 and %n other file(s) have been updated. %1 y otro archivo han sido actualizados.%1 y otros %n archivos han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado a %2 y otro archivo ha sido renombrado.%1 ha sido renombrado a %2 y otros %n archivos han sido renombrado. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 ha sido movido a %2 y otro archivo ha sido movido.%1 ha sido movido a %2 y otros %n archivos han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y otro archivo han tenido conflictos al sincronizar.%1 y otros %n archivos han tenido conflictos al sincronizar. - + %1 has a sync conflict. Please check the conflict file! Conflicto al sincronizar %1. ¡Por favor compruebe el archivo! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y otro archivo no pudieron ser sincronizados debido a errores. Para más detalles vea el registro.%1 y otros %n archivos no se han podido sincronizar debido a errores. Para más detalles vea el registro. - + %1 could not be synced due to an error. See the log for details. %1 no se ha podido sincronizar debido a un error. Para más detalles, vea el registro. - + Sync Activity Actividad de la sincronización - + Could not read system exclude file No se ha podido leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una carpeta mayor de %1 MB ha sido añadida: %2. - + A folder from an external storage has been added. Una carpeta de almacenamiento externo ha sido añadida. - + Please go in the settings to select it if you wish to download it. Por favor vaya a opciones a seleccionarlo si desea descargar esto. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Se ha creado la carpeta %1 pero se excluyó de la sincronización con anterioridad. Los datos en su interior no se sincronizarán. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Se ha creado el archivo %1 pero se excluyó de la sincronización con anterioridad. No se sincronizará. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ Esto significa que el cliente de sincronización podría no subir inmediatamente %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ Si decides mantener los archivos, se resubirán al servidor si tienes permisos p Si decides eliminar los archivos, no podrás disponer de ellos a no ser que seas el propietario. - + Download new files? ¿Descargar los archivos nuevos? - + Download new files Descargar archivos nuevos - + Keep local files Mantener los archivos locales - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si ha sido un accidente, y decide mantener los archivos, serán re-sincronizados con el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Esto puede deberse a que una copia de seguridad fue restaurada en el servidor. Si continua con la sincronización todos los archivos serán remplazados por su versión previa. ¿Desea mantener los archivos locales en su versión actual como archivos en conflicto? - + Backup detected Backup detectado - + Normal Synchronisation Sincronización normal - + Keep Local Files as Conflict Mantener los archivos locales en caso de conflicto @@ -1316,11 +1411,6 @@ Si continua con la sincronización todos los archivos serán remplazados por su OCC::GeneralSettings - - - Form - Formulario - Legal notice @@ -1472,82 +1562,78 @@ Si continua con la sincronización todos los archivos serán remplazados por su Archivos ignorados por patrones - - Add - Añadir - - - - Remove all - Eliminar todo - - - - Pattern - Patrón - - - - Allow Deletion - Permitir eliminación - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos o directorios que coincidan con un patrón no serán sincronizados. - -Los elementos cuya eliminación está permitida serán eliminados si impiden que un directorio sea eliminado. Esto es útil para sus metadatos. - - - - Could not open file - No se ha podido abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden guardar cambios en '%1'. - - - - Add Ignore Pattern - Añadir patrón para ignorar - - - - Add a new ignore pattern: - Añadir nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entrada la proporciona el sistema en '%1' y no se puede modificar en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Cuadro de diálogo + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Aviso legal - - - TextLabel - EtiquetaDeTexto - Close @@ -1679,11 +1765,6 @@ Los registros se guardarán en: %1 OCC::NetworkSettings - - - Form - Formulario - Proxy Settings @@ -1994,11 +2075,6 @@ for additional privileges during the process. Login in your browser Inicia sesión en tu navegador Web - - - Copy link to clipboard - Copiar enlace al portapapeles - OCC::OwncloudSetupPage @@ -2050,12 +2126,12 @@ No se recomienda usarla. &Siguiente > - + Invalid URL Dirección URL incorrecta - + Could not load certificate. Maybe wrong password? No se ha podido guardar el certificado. ¿Quizás la contraseña sea incorrecta? @@ -2213,12 +2289,12 @@ No se recomienda usarla. OCC::OwncloudWizard - + %1 Connection Wizard Asistente de conexión %1 - + Skip folders configuration Omitir la configuración de carpetas @@ -2252,7 +2328,7 @@ No se recomienda usarla. OCC::PropagateDirectory - + Error writing metadata to the database Error al escribir los metadatos en la base de datos @@ -2280,32 +2356,32 @@ No se recomienda usarla. El espacio libre en el disco es inferior a %1 - + File was deleted from server Se ha eliminado el archivo del servidor - + The file could not be downloaded completely. No se ha podido descargar el archivo completamente. - + The downloaded file is empty despite that the server announced it should have been %1. El archivo descargado está vacío a pesar de que el servidor comunicó que debería haber sido %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede guardarse debido a un conflicto con el nombre de otro archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos en la base de datos @@ -2318,7 +2394,7 @@ No se recomienda usarla. ; Fallo al restaurar: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o directorio ha sido eliminado de una carpeta compartida de solo lectura pero la recuperación ha fallado: %1 @@ -2450,27 +2526,27 @@ No se recomienda usarla. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local ha sido eliminado durante la sincronización. - + Local file changed during sync. Un archivo local fue modificado durante la sincronización. - + Unexpected return code from server (%1) Respuesta inesperada del servidor (%1) - + Missing File ID from server ID perdido del archivo del servidor - + Missing ETag from server Perdido ETag del servidor @@ -2679,22 +2755,22 @@ No se recomienda usarla. OCC::ShareLinkWidget - + &Share link Compartir enlace - + Password: Contraseña: - + Expiration date: Fecha de caducidad - + TextLabel EtiquetaDeTexto @@ -2767,22 +2843,22 @@ No se recomienda usarla. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link Copiar enlace - + No results for '%1' No hay resultados para '%1' - + I shared something with you He compartido algo contigo @@ -2800,22 +2876,27 @@ No se recomienda usarla. puede editar - + Can reshare Puede compartir - + + Unshare + No compartir + + + Can create Puede crear - + Can change Puede cambiar - + Can delete Puede eliminar @@ -2842,8 +2923,8 @@ No se recomienda usarla. - SSL Chipher Debug View - Vista depuradador Chipher SSL + SSL Cipher Debug View + Vista Depurador Chipher SSL @@ -3027,11 +3108,6 @@ No se recomienda usarla. OCC::SslErrorDialog - - - Form - Formulario - Trust this certificate anyway @@ -3061,44 +3137,49 @@ No se recomienda usarla. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huella dactilar (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha de vigencia: %1 - + Expiration Date: %1 Fecha de caducidad: %1 - + Issuer: %1 Emisor: %1 @@ -3389,11 +3470,11 @@ No se recomienda usarla. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para obtener más información, visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Versión %1. Para obtener más información, haga clic <a href='%2'> aquí </a>.</p> - + <p>This release was supplied by %1</p> <p>Esta versión ha sido suministrada por %1</p> @@ -3401,25 +3482,25 @@ No se recomienda usarla. OCC::WebEnginePage - + Invalid certificate detected Certificado inválido detectado - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? El host "%1" ha ofrecido un certificado no válido. ¿Continuar? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Has sido desconectado de %1 como el usuario %2. Por favor, vuelve a entrar - + Please login with the user: %1 Por favor, entra con el usuario: %1 @@ -3486,11 +3567,6 @@ No se recomienda usarla. Settings... Ajustes... - - - Details... - Detalles... - Help @@ -3602,6 +3678,11 @@ No se recomienda usarla. New account... Nueva cuenta ... + + + View more activity... + Ver más actividad ... + Crash now @@ -3661,23 +3742,6 @@ No se recomienda usarla. OwncloudAdvancedSetupPage - - - Form - Formulario - - - - - - - - - - - TextLabel - Etiqueta de texto - Server @@ -3719,11 +3783,6 @@ No se recomienda usarla. &Local Folder Carpeta &local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3742,11 +3801,6 @@ No se recomienda usarla. OwncloudHttpCredsPage - - - Form - Formulario - &Username @@ -3760,11 +3814,6 @@ No se recomienda usarla. OwncloudOAuthCredsPage - - - Form - Formulario - Please switch to your browser to proceed. @@ -3780,20 +3829,14 @@ No se recomienda usarla. Re-open Browser Reabra el navegador + + + Copy link + + OwncloudSetupPage - - - Form - Formulario - - - - - TextLabel - Etiqueta - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3827,27 +3870,11 @@ No se recomienda usarla. OwncloudWizardResultPage - - - Form - Formulario - - - - TextLabel - Texto Etiqueta - Your entire account is synced to the local folder Tu cuenta entera está sincronizada con la carpeta local - - - - PushButton - BotónPulsable - QObject @@ -3902,7 +3929,7 @@ No se recomienda usarla. Hace tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3984,14 +4011,6 @@ No se recomienda usarla. Al archivo descargado no le coincide el checksum, se volverá a bajar. - - WebView - - - Form - Formulario - - main.cpp diff --git a/translations/client_es_AR.ts b/translations/client_es_AR.ts index f7242f6e5..96f3112ce 100644 --- a/translations/client_es_AR.ts +++ b/translations/client_es_AR.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Formulario + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulario - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulario - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Deseleccionar Carpetas que serán <b>eliminadas</b> de su sistema de archivos local y no será sincronizado más en este equipo - + Synchronize all Sincronizar todos - + Synchronize none Sincronizar ninguno - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuenta configurada. - + Add new Agregar nuevo - + Remove Borrar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elegir que sincronizar - + Force sync now Forzar sincronización ahora - + Restart sync Reinicia sincronización - + Remove folder sync connection Eliminar conexión de sincronización de carpeta - + Folder creation failed Falló la creacion de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No pudó ser creada la carpeta local <i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar eliminación de conexión de sincronización de carpeta - + Remove Folder Sync Connection Eliminar Conexión de Sincronización de Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La sincronización está en curso.<br/>¿Querés interrumpirla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 de <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor% 1 es antigua y no está soportada! Proceda bajo su propio riesgo. - + Connected to %1. Conectado a %1 - + Server %1 is temporarily unavailable. El servidor %1 esta temporalmente sin conexión - + Server %1 is currently in maintenance mode. Servidor %1 actualmente en modo mantenimiento. - + Signed out from %1. Registrado desde %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Click aquí</a> para volver a abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. Sin conexión a %1 desde %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: - + There are folders that were not synchronized because they are external storages: - + There are folders that were not synchronized because they are too big or external storages: - + Confirm Account Removal Confirmar la eliminación de la cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Cerrar la sesión - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Realmente quieres detener la sincronización de la carpeta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> eliminara ningun archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible acerca del uso del almacenamiento. - + No %1 connection configured. No hay ninguna conexión de %1 configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulario - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error escribiendo metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,118 +835,118 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado - + %1 has been renamed to %2. %1 and %2 name files. - + %1 has been moved to %2. - + %1 and %n other file(s) have been removed. - + %1 and %n other file(s) have been downloaded. - + %1 and %n other file(s) have been updated. - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 has and %n other file(s) have sync conflicts. - + %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. - + Sync Activity Actividad de Sync - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. - + A folder from an external storage has been added. - + Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -860,7 +955,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -868,46 +963,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected - + Normal Synchronisation Sincronizacón Normal. - + Keep Local Files as Conflict Mantener Archivos Locales como Conflicto @@ -1303,11 +1398,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Formulario - Legal notice @@ -1457,80 +1547,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an - - Add - Agregar + + This entry is provided by the system at '%1' and cannot be modified in this view. + Esta entrada es provista por el sistema en '%1' y no puede ser modificada en esta vista. + + + OCC::IgnoreListTableWidget - - Remove all + + IgnoreListTableWidget - + Pattern - + Allow Deletion - - Remove - Borrar + + Add + - + + Remove + + + + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - No se pudo abrir el archivo + - + Cannot write changes to '%1'. - No se pueden guardar cambios en '%1'. + - + Add Ignore Pattern - Agregar patrón a ignorar + - + Add a new ignore pattern: - Añadir nuevo patrón a ignorar: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. - Esta entrada es provista por el sistema en '%1' y no puede ser modificada en esta vista. + OCC::LegalNotice - - - Dialog - - Legal notice - - - TextLabel - - Close @@ -1660,11 +1748,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Formulario - Proxy Settings @@ -1975,11 +2058,6 @@ for additional privileges during the process. Login in your browser - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2030,12 +2108,12 @@ It is not advisable to use it. - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2193,12 +2271,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration @@ -2232,7 +2310,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database Error escribiendo metadatos a la base de datos @@ -2260,32 +2338,32 @@ It is not advisable to use it. - + File was deleted from server - + The file could not be downloaded completely. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery - + Error writing metadata to the database Error escribiendo metadatos a la base de datos @@ -2298,7 +2376,7 @@ It is not advisable to use it. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2430,27 +2508,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. - + Local file changed during sync. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2659,22 +2737,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2747,22 +2825,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuario o grupo ... - + Copy link - + No results for '%1' - + I shared something with you @@ -2780,22 +2858,27 @@ It is not advisable to use it. podés editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2822,7 +2905,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3005,11 +3088,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - Formulario - Trust this certificate anyway @@ -3039,44 +3117,49 @@ It is not advisable to use it. - + Organization: %1 Empresa: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huella (SHA1): <tt>%1</tt> - - Effective Date: %1 - Desde: %1 + + Fingerprint (SHA-256): <tt>%1</tt> + - - Expiration Date: %1 + + Fingerprint (SHA-512): <tt>%1</tt> + Effective Date: %1 + Desde: %1 + + + + Expiration Date: %1 + + + + Issuer: %1 Generado por: %1 @@ -3367,11 +3450,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> - + <p>This release was supplied by %1</p> @@ -3379,25 +3462,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3464,11 +3547,6 @@ It is not advisable to use it. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3580,6 +3658,11 @@ It is not advisable to use it. New account... + + + View more activity... + + Crash now @@ -3639,23 +3722,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - Formulario - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3697,11 +3763,6 @@ It is not advisable to use it. &Local Folder Directorio &local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3720,11 +3781,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - Formulario - &Username @@ -3738,11 +3794,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - Formulario - Please switch to your browser to proceed. @@ -3758,20 +3809,14 @@ It is not advisable to use it. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - Formulario - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3806,27 +3851,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - Formulario - - - - TextLabel - Etiqueta - Your entire account is synced to the local folder Tu cuenta completa está sincronizada al directorio local - - - - PushButton - Botón - QObject @@ -3881,7 +3910,7 @@ It is not advisable to use it. - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3963,14 +3992,6 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_CL.ts b/translations/client_es_CL.ts index 479715fcf..94ef06b2c 100644 --- a/translations/client_es_CL.ts +++ b/translations/client_es_CL.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_CO.ts b/translations/client_es_CO.ts index 127ecbf99..e19ff129b 100644 --- a/translations/client_es_CO.ts +++ b/translations/client_es_CO.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_CR.ts b/translations/client_es_CR.ts index 19cb4d354..883a26dab 100644 --- a/translations/client_es_CR.ts +++ b/translations/client_es_CR.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_DO.ts b/translations/client_es_DO.ts index 8679215aa..20e5bc876 100644 --- a/translations/client_es_DO.ts +++ b/translations/client_es_DO.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_EC.ts b/translations/client_es_EC.ts index 038964182..acb416d8d 100644 --- a/translations/client_es_EC.ts +++ b/translations/client_es_EC.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_GT.ts b/translations/client_es_GT.ts index 46a6e58bf..701e37614 100644 --- a/translations/client_es_GT.ts +++ b/translations/client_es_GT.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_HN.ts b/translations/client_es_HN.ts index 193ae492d..d2d6db950 100644 --- a/translations/client_es_HN.ts +++ b/translations/client_es_HN.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_MX.ts b/translations/client_es_MX.ts index 98fa7d5c8..8df55af36 100644 --- a/translations/client_es_MX.ts +++ b/translations/client_es_MX.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_es_SV.ts b/translations/client_es_SV.ts index c036be18e..6ff2aaa4f 100644 --- a/translations/client_es_SV.ts +++ b/translations/client_es_SV.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Espacio de almacenamiento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Las carpetas no marcadas serán <b>eliminadas</b> de tu sistema de archivos local y ya no serán sincronizados a esta computadora - + Synchronize all Sincronizar todo - + Synchronize none Sincronizar nada - + Apply manual changes Aplicar cambios manuales - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. No hay cuentas configuradas. - + Add new Agregar nuevo - + Remove Eliminar - + Account Cuenta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Elige que sincronizar - + Force sync now Forzar la sincronización ahora - + Restart sync Reiniciar sincronización - + Remove folder sync connection Eliminar la conexión de sincronización de carpetas - + Folder creation failed Falló la creación de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No fue posible crear la carpeta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar la Eliminación de la Conexión de Sincronización de Carpeta - + Remove Folder Sync Connection Eliminar la Conexión de Sincronización de la Carpeta - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La operación de sincronización está en curso. <br/>¿Deseas terminarla? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. ¡La versión del servidor %1 es antigua y no está soportada! Procede bajo tu propio riesgo. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. El servidor %1 se encuntra temporalmente no disponible - + Server %1 is currently in maintenance mode. Actualmente el servidor %1 se encuentra en modo mantenimiento. - + Signed out from %1. Cerraste sesión en %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obteniendo autorización del navegador. <a href='%1'>Haz click aquí</a> para re-abrir el navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. No hay conexión a %1 en %2. - + Log in Iniciar sesión - + There are folders that were not synchronized because they are too big: Hay carpetas que no fueron sincronizadas porque son demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hay carpetas que no fueron sincronizadas porque son de almacenamiento externo: - + There are folders that were not synchronized because they are too big or external storages: Hay carpetas que no fueron sincronizadas porque son demasiado grandes o son de almacenamiento externo: - + Confirm Account Removal Confirma la Remosion de la Cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + Remove connection Eliminar conexión - - + + Open folder Abrir carpeta - - + + Log out Salir - + Resume sync Reanudar sincronización - + Pause sync Pausar sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿Realmente quieres dejar de sincronizar la carpeta <i>%1</i>?<p><b>Nota:</b> Esto <b>no</b> borrará ningún archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, incluidas carpetas montadas en red o carpetas compartidas, pueden tener diferentes límites - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible del espacio usado. - + No %1 connection configured. No hay %1 conexión configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>La cuenta %1 no tiene las actividades habilitadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Error al escribir metadatos a la base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ No se puede leer %1. - + %1 has been removed. %1 names a file. %1 ha sido eliminado. - + %1 has been downloaded. %1 names a file. %1 ha sido descargado. - + %1 has been updated. %1 names a file. %1 ha sido actualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 ha sido renombrado a %2. - + %1 has been moved to %2. %1 se ha movido a %2. - + %1 and %n other file(s) have been removed. %1 y %n otro(s) archivo(s) han sido eliminados. %1 y %n otro(s) archivo(s) han sido eliminados. - + %1 and %n other file(s) have been downloaded. %1 y %n otro(s) archivo(s) han sido descargados. %1 y %n otro(s) archivo(s) han sido descargados. - + %1 and %n other file(s) have been updated. %1 y %n otro(s) archivo(s) han sido actualizados.%1 y %n otro(s) archivo(s) han sido actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. %1 ha sido renombrado como %2 y %n otro(s) archivo(s) han sido renombrados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos.%1 se ha movido a %2 y %n otro(s) archivo(s) han sido movidos. - + %1 has and %n other file(s) have sync conflicts. %1 y %n otro(s) archivo(s) tienen confictos de sincronización.%1 y %n otro(s) archivo(s) tienen confictos de sincronización. - + %1 has a sync conflict. Please check the conflict file! %1 tiene un conflicto de sincronización. ¡Por favor verifica el archivo con conflicto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. %1 y %n otro(s) archivo(s) no puideron ser sincronizado por errores. Consulta la bitácora para más detalles. - + %1 could not be synced due to an error. See the log for details. %1 no pudo ser sincronizado por un error. Consulta la bitácora para más detalles. - + Sync Activity Sincronizar Actividad - + Could not read system exclude file No fue posible leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Una nueva carpeta de más de %1 MB ha sido agregada: %2 - + A folder from an external storage has been added. Una carpeta de un almacenamiento externo ha sido agregada. - + Please go in the settings to select it if you wish to download it. Por favor ve a las configuraciones para seleccionarlo si deseas descargarlo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Si esto fue un accidente y decides mantener tus archivos, estos se re-sincronizaran desde el servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuar con la sincronización como normal causará que todos tus archivos sea ¿Quieres mantener tu copia local más reciente como archivos en conflicto? - + Backup detected Respaldo detectado - + Normal Synchronisation Sincronización Normal - + Keep Local Files as Conflict Mantener los Archivos Locales como Conflictos @@ -1310,11 +1405,6 @@ Continuar con la sincronización como normal causará que todos tus archivos sea OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1464,82 +1554,78 @@ Continuar con la sincronización como normal causará que todos tus archivos sea Archivos Ignorados por Patrones - - Add - Agregar - - - - Remove all - - - - - Pattern - Patrón - - - - Allow Deletion - Permitir el Borrado - - - - Remove - Eliminar - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Los archivos y carpetas que coincidan con el patrón no podrán ser sincronizadas. - -Lo elelemtnos donde el borrado se permita, serán borrados si evitan que un directorio sea eliminado. Esto es útil para los metadatos. - - - - Could not open file - No fue posible abrir el archivo - - - - Cannot write changes to '%1'. - No se pueden escribir los cambios a '%1'. - - - - Add Ignore Pattern - Agrega Ignorar Patrón - - - - Add a new ignore pattern: - Agregar un nuevo patrón para ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entidad la proporciona el sistema en '%1' y no puede ser modificada en esta vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1985,11 +2066,6 @@ mas privilegios durante el proceso. Login in your browser Iniciar sesión en tu navegador - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ No es recomendable usarlo. &Siguiente> - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2204,12 +2280,12 @@ No es recomendable usarlo. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration Omitir las carpetas de configuración @@ -2243,7 +2319,7 @@ No es recomendable usarlo. OCC::PropagateDirectory - + Error writing metadata to the database Se presentó un error al escribir los metadatos a la base de datos @@ -2271,32 +2347,32 @@ No es recomendable usarlo. El espacio disponible en disco es menos del 1% - + File was deleted from server El archivo fue borrado del servidor - + The file could not be downloaded completely. El archivo no pudo ser descargado por completo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ¡El archivo %1 no puede ser guardado debido a un conflicto en su nombre con un archivo local! - + File has changed since discovery El archivo ha cambiado desde que fue descubierto - + Error writing metadata to the database Error al escribir los metadatos a la base de datos @@ -2309,7 +2385,7 @@ No es recomendable usarlo. ; La Restauración Falló: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un archivo o carpeta fue eliminado de un elemento compartido de solo lectura, pero la restauracion falló: %1 @@ -2441,27 +2517,27 @@ No es recomendable usarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. El archivo local se eliminó durante la sincronización. - + Local file changed during sync. El archivo local cambió durante la sincronización. - + Unexpected return code from server (%1) Código de retorno del servidor inesperado (%1) - + Missing File ID from server El ID de archivo no está en el servidor - + Missing ETag from server ETag no está en el servidor @@ -2670,22 +2746,22 @@ No es recomendable usarlo. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel EtiquetaDeTexto @@ -2758,22 +2834,22 @@ No es recomendable usarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios o grupos ... - + Copy link - + No results for '%1' No se encontraron resultados para '%1' - + I shared something with you Compartí algo contigo @@ -2791,22 +2867,27 @@ No es recomendable usarlo. puede editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2833,8 +2914,8 @@ No es recomendable usarlo. - SSL Chipher Debug View - Vista de Depuración del Cifrado SSL + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ No es recomendable usarlo. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3052,44 +3128,49 @@ No es recomendable usarlo. - + Organization: %1 Organización: %1 - + Unit: %1 Unidad: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Huella (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Huekka (SHA1):<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Fecha Efectiva: %1 - + Expiration Date: %1 Fecha de Expiración: %1 - + Issuer: %1 Emitido por: %1 @@ -3380,11 +3461,11 @@ No es recomendable usarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para más información por favor visita <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ No es recomendable usarlo. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ No es recomendable usarlo. Settings... Configuraciones... - - - Details... - Detalles... - Help @@ -3593,6 +3669,11 @@ No es recomendable usarlo. New account... Nueva cuenta... + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ No es recomendable usarlo. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - EtiquetaDeTexto - Server @@ -3710,11 +3774,6 @@ No es recomendable usarlo. &Local Folder Carpeta &Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ No es recomendable usarlo. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3751,11 +3805,6 @@ No es recomendable usarlo. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ No es recomendable usarlo. Re-open Browser Re-abrir el Navegador + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - EtiquetaDeTexto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ No es recomendable usarlo. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - EtiquetaDeTexto - Your entire account is synced to the local folder La totalidad de tu cuenta está sincronizada a la carpeta local - - - - PushButton - PushButton - QObject @@ -3893,7 +3920,7 @@ No es recomendable usarlo. Hace algún tiempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ No es recomendable usarlo. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_et.ts b/translations/client_et.ts index 1d0cc962c..3e2b21297 100644 --- a/translations/client_et.ts +++ b/translations/client_et.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Vorm + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Vorm - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Vorm - - - + ... ... - + Storage space: ... Salvestusruum: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Märkimata kataloogid <b>eemaldatakse</b> kohalikust failisüsteemist ning neid ei sünkroniseerita enam sellesse arvutisse - + Synchronize all - + Synchronize none - + Apply manual changes - + Apply Rakenda - - - + + + Cancel Loobu - + Connected with <server> as <user> Ühendatud <server> kasutajana <user> - + No account configured. Ühtegi kontot pole seadistatud - + Add new Lisa uus - + Remove Eemalda - + Account Konto - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Vali, mida sünkroniseerida - + Force sync now - + Restart sync - + Remove folder sync connection - + Folder creation failed Kausta loomine ebaõnnestus - + <p>Could not create local folder <i>%1</i>. - + Confirm Folder Sync Connection Removal - + Remove Folder Sync Connection - + Sync Running Sünkroniseerimine on käimas - + The syncing operation is running.<br/>Do you want to terminate it? Sünkroniseerimine on käimas.<br/>Kas sa soovid seda lõpetada? - + %1 in use %1 kasutusel - + %1 as <i>%2</i> %1 as <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. - + Connected to %1. Ühendatud %1 - + Server %1 is temporarily unavailable. Server %1 pole ajutiselt saadaval. - + Server %1 is currently in maintenance mode. - + Signed out from %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... - + No connection to %1 at %2. - + Log in Logi sisse - + There are folders that were not synchronized because they are too big: - + There are folders that were not synchronized because they are external storages: - + There are folders that were not synchronized because they are too big or external storages: - + Confirm Account Removal Kinnita konto eemaldamine - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection Eemalda ühendus - - + + Open folder Ava kaust - - + + Log out Logi välja - + Resume sync Taasta sünroonimist - + Pause sync Peata sünkroonimine - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Hetkel pole mahu kasutuse info saadaval. - + No %1 connection configured. Ühtegi %1 ühendust pole seadistatud. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Vorm - - - - TextLabel - Tekstisilt - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,118 +835,118 @@ %1 pole loetav. - + %1 has been removed. %1 names a file. %1 on eemaldatud. - + %1 has been downloaded. %1 names a file. %1 on alla laaditud. - + %1 has been updated. %1 names a file. %1 on uuendatud. - + %1 has been renamed to %2. %1 and %2 name files. %1 on ümber nimetatud %2. - + %1 has been moved to %2. %1 on tõstetud %2. - + %1 and %n other file(s) have been removed. - + %1 and %n other file(s) have been downloaded. - + %1 and %n other file(s) have been updated. - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 has and %n other file(s) have sync conflicts. - + %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. %1 sünkroniseerimine ebaõnnestus tõrke tõttu. Lisainfot vaata logist. - + Sync Activity Sünkroniseerimise tegevus - + Could not read system exclude file Süsteemi väljajätmiste faili lugemine ebaõnnestus - + A new folder larger than %1 MB has been added: %2. - + A folder from an external storage has been added. - + Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -860,7 +955,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -868,46 +963,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Leiti varukoopia - + Normal Synchronisation Tavaline sünkroonimine - + Keep Local Files as Conflict @@ -1303,11 +1398,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Vorm - Legal notice @@ -1457,80 +1547,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Mustri poolt ignoreeritud failid - - Add - Lisa + + This entry is provided by the system at '%1' and cannot be modified in this view. + Selle kirje on pakkunud süsteem '%1' ning seda ei saa antud vaates muuta. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + - + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + Remove all - - Pattern - Muster - - - - Allow Deletion - Luba kustutamine - - - - Remove - Eemalda - - - + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - Ei suutunud avada faili + - + Cannot write changes to '%1'. - Ei saa kirjutada muudatusi '%1'. + - + Add Ignore Pattern - Lisa ignoreerimise muster + - + Add a new ignore pattern: - Lisa uus ignoreerimise muster: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. - Selle kirje on pakkunud süsteem '%1' ning seda ei saa antud vaates muuta. + OCC::LegalNotice - - - Dialog - - Legal notice - - - TextLabel - - Close @@ -1660,11 +1748,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Vorm - Proxy Settings @@ -1975,11 +2058,6 @@ for additional privileges during the process. Login in your browser - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2031,12 +2109,12 @@ Selle kasutamine pole soovitatav. &Edasi > - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2194,12 +2272,12 @@ Selle kasutamine pole soovitatav. OCC::OwncloudWizard - + %1 Connection Wizard %1 seadistamise juhendaja - + Skip folders configuration Jäta kaustade seadistamine vahele @@ -2233,7 +2311,7 @@ Selle kasutamine pole soovitatav. OCC::PropagateDirectory - + Error writing metadata to the database @@ -2261,32 +2339,32 @@ Selle kasutamine pole soovitatav. - + File was deleted from server Fail on serverist kustutatud - + The file could not be downloaded completely. Faili täielik allalaadimine ebaõnnestus. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! Faili %1 ei saa salvestada kuna on nime konflikt kohaliku failiga! - + File has changed since discovery Faili on pärast avastamist muudetud - + Error writing metadata to the database @@ -2299,7 +2377,7 @@ Selle kasutamine pole soovitatav. ; Taastamine ebaõnnestus: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2431,27 +2509,27 @@ Selle kasutamine pole soovitatav. OCC::PropagateUploadFileNG - + The local file was removed during sync. Kohalik fail on eemaldatud sünkroniseeringu käigus. - + Local file changed during sync. Kohalik fail muutus sünkroniseeringu käigus. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2660,22 +2738,22 @@ Selle kasutamine pole soovitatav. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel Tekstisilt @@ -2748,22 +2826,22 @@ Selle kasutamine pole soovitatav. OCC::ShareUserGroupWidget - + Share with users or groups ... Jaga kasutajate või gruppidega ... - + Copy link - + No results for '%1' - + I shared something with you @@ -2781,22 +2859,27 @@ Selle kasutamine pole soovitatav. saab muuta - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2823,7 +2906,7 @@ Selle kasutamine pole soovitatav. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3008,11 +3091,6 @@ Selle kasutamine pole soovitatav. OCC::SslErrorDialog - - - Form - Vorm - Trust this certificate anyway @@ -3042,44 +3120,49 @@ Selle kasutamine pole soovitatav. - + Organization: %1 Organisatsioon: %1 - + Unit: %1 Ühik: %1 - + Country: %1 Riik: %1 - Fingerprint (MD5): <tt>%1</tt> - Sõrmejälg (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Sõrmejälg (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Efektiivne kuupäev: %1 - + Expiration Date: %1 Aegumise kuupäev: %1 - + Issuer: %1 Esitaja: %1 @@ -3370,11 +3453,11 @@ Selle kasutamine pole soovitatav. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> - + <p>This release was supplied by %1</p> @@ -3382,25 +3465,25 @@ Selle kasutamine pole soovitatav. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3467,11 +3550,6 @@ Selle kasutamine pole soovitatav. Settings... Seaded... - - - Details... - Üksikasjad... - Help @@ -3583,6 +3661,11 @@ Selle kasutamine pole soovitatav. New account... + + + View more activity... + + Crash now @@ -3642,23 +3725,6 @@ Selle kasutamine pole soovitatav. OwncloudAdvancedSetupPage - - - Form - Vorm - - - - - - - - - - - TextLabel - Tekstisilt - Server @@ -3700,11 +3766,6 @@ Selle kasutamine pole soovitatav. &Local Folder &Kohalik kataloog - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3723,11 +3784,6 @@ Selle kasutamine pole soovitatav. OwncloudHttpCredsPage - - - Form - Vorm - &Username @@ -3741,11 +3797,6 @@ Selle kasutamine pole soovitatav. OwncloudOAuthCredsPage - - - Form - Vorm - Please switch to your browser to proceed. @@ -3761,20 +3812,14 @@ Selle kasutamine pole soovitatav. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - Vorm - - - - - TextLabel - Tekstisilt - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3808,27 +3853,11 @@ Selle kasutamine pole soovitatav. OwncloudWizardResultPage - - - Form - Vorm - - - - TextLabel - TekstiSilt - Your entire account is synced to the local folder Kogu Su konto sünkroniseeriti kohalikku kataloogi - - - - PushButton - Nupp - QObject @@ -3883,7 +3912,7 @@ Selle kasutamine pole soovitatav. Mõni aeg tagasi - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3965,14 +3994,6 @@ Selle kasutamine pole soovitatav. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_eu.ts b/translations/client_eu.ts index fd72a44b3..e2c9b879e 100644 --- a/translations/client_eu.ts +++ b/translations/client_eu.ts @@ -4,92 +4,87 @@ %1 (%2, %3) - + %1 (%2, %3) Checking for changes in '%1' - + '%1'-(e)an aldaketak begiratzen Syncing %1 of %2 (%3 left) - + Sinkronizatzen %2-tik %1 (%3 falta da) Syncing %1 of %2 - + Sinkronizatzen %2-tik %1 Syncing %1 (%2 left) - + Sinkronizatzen %1 (%2 falta da) Syncing %1 - + Sinkronizatzen %1 No recently changed files - + Azken aldian ez aldaketarik egon. Sync paused - + Sinkronizazioa pausatua Syncing - + Sinkronizatzen Open website - + Ireki webgunea Recently changed - + Azken aldian aldatuta Pause synchronization - + Pausatu sinkronizazioa Help - + Laguntza Settings - + Ezarpenak Log out - + Amaitu saioa Quit sync client - + Irten sinkronizazio bezerotik Dialog - - - Dialog - - Label @@ -101,27 +96,78 @@ Could not make directories in trash - + Ezin da direktoriorik egin zakarrontzian Could not move '%1' to '%2' - + Ezin da '%1' '%2'-ra mugitu Moving to the trash is not implemented on this platform + Plataforma honetan ezin da mugitu zakarrontzira + + + + Flow2AuthCredsPage + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link FolderWizardSourcePage - - - Form - Formularioa - Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formularioa - Select a remote destination folder @@ -181,285 +222,296 @@ Server replied "%1 %2" to "%3 %4" - + Zerbitzariak erantzun du "%1 %2" "%3 %4"-ra OCC::AccountManager - + End to end encryption mnemonic - + Amaitu muturretik muturrerako zifratzea - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). - + Zure nortasun kriptografikoa babesteko, hiztegietako 12 hitzen mnemoniko batekin zifratzen dugu. Mesedez, kontuan hartu horiek eta gorde itzazu. Beharrezkoak izango dira zure kontuan beste gailu batzuk gehitzeko (telefono mugikorra edo ordenagailu eramangarria adibidez). OCC::AccountSettings - - Form - Formularioa - - - + ... ... - + Storage space: ... Biltegiratze ahalmena: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Desmarkatutako karpetak zure bertako fitxategi sistematik <b>ezabatuko</b> dira eta ez dira gehiago ordenagailu honekin sinkronizatuko - + Synchronize all Sinkronizatu dena - + Synchronize none Ez sinkronizatu ezer - + Apply manual changes Aplikatu eskuzko aldaketak - + Apply Aplikatu - - - + + + Cancel Ezeztatu - + Connected with <server> as <user> <user> bezala <server>-n konektatuta - + No account configured. Ez da konturik konfiguratu. - + Add new Gehitu berria - + Remove Ezabatu - + Account Kontua - - Show E2E mnemonic - + + This account supports end-to-end encryption + Kontu honek onartzen du muturretik muturrerako zifratzea - + + Enable encryption + Gaitu zifratzea + + + + Show E2E mnemonic + Erakutsi E2E mnemoteknikoa + + + Encrypt Zifratu - + + + Edit Ignored Files + + + + Choose what to sync Hautatu zer sinkronizatu - + Force sync now Behartu orain sinkronizatzen - + Restart sync Berrabiarazi sinkronizazioa - + Remove folder sync connection Ezabatu karpeta honen konexioa - + Folder creation failed Karpeta sortzeak huts egin du - + <p>Could not create local folder <i>%1</i>. <p>Ezin izan da <i>%1</i> bertako karpeta sortu. - + Confirm Folder Sync Connection Removal Baieztatu Karpetaren Konexioaren Ezabatzea - + Remove Folder Sync Connection Ezabatu Karpeta Honen Konexioa - + Sync Running Sinkronizazioa martxan da - + The syncing operation is running.<br/>Do you want to terminate it? Sinkronizazio martxan da.<br/>Bukatu nahi al duzu? - + %1 in use %1 erabiltzen - + %1 as <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Zerbitzariaren bertsioa %1 zaharra eta euskarririk gabekoa da! Zure ardurapean aritu. - + Connected to %1. %1ra konektatuta. - + Server %1 is temporarily unavailable. %1 zerbitzaria ez dago orain eskuragarri - + Server %1 is currently in maintenance mode. %1 zerbitzaria une honetan mantenu lanetan dago. - + Signed out from %1. %1etik saioa itxita. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Nabigatzailearen baimena eskuratzen. Egin <a href= '%1'>klik hemen</a> nabigatzailea berrabiarazteko. - + Connecting to %1... - %1(r)ekin konektatzen + %1(r)ekin konektatzen... - + No connection to %1 at %2. Konexiorik ez %1-ekin %2-etan - + Log in Hasi saioa - + There are folders that were not synchronized because they are too big: Hainbat karpeta ez dira sinkronizatu handiegiak direlako: - + There are folders that were not synchronized because they are external storages: Hainbat karpeta ez dira sinkronizatu kanpoko biltegietan daudelako: - + There are folders that were not synchronized because they are too big or external storages: Hainbat karpeta ez dira sinkronizatu handiegiak direlako edo kanpoko biltegietan daudelako: - + Confirm Account Removal Baieztatu Kontuaren Ezabatzea - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Ziur zaude <i>%1</i>kontuaren konexioa kendu nahi duzula?</p><p><b>Oharra:</b> Honek<b>ez</b> du fitxategirik ezabatuko.</p> - + Remove connection Ezabatu konexioa - - + + Open folder Ireki karpeta - - + + Log out Saioa bukatu - + Resume sync Berrekin sinkronizazioa - + Pause sync Gelditu sinkronizazioa - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Ziur zaude <i>%1</i>karpetaren sinkronizazioa gelditu nahi duzula?</p><p><b>Oharra:</b> Honek <b>ez</b> du fitxategirik ezabatuko.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %2-tik %1 (%3%) erabiltzen ari da. Zenbait karpetek, sarean muntatutako edo partekatutako karpetak barne, muga desberdinak izan ditzakete. - + %1 of %2 in use %2tik %1 erabilita - + Currently there is no storage usage information available. Orain ez dago eskuragarri biltegiratze erabileraren informazioa. - + No %1 connection configured. Ez dago %1 konexiorik konfiguratuta. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formularioa - - - - TextLabel - TestuEtiketa - Accept Onartu - + Synced - + Sinkronizatuta - + Retry all uploads - + Saiatu berriro denak kargatzen - + <br/>Account %1 does not have activities enabled. <br/>%1 kontuak ez ditu jarduerak gaituta. @@ -588,7 +630,7 @@ Certificate & Key (pkcs12) : - + Egiaztagiria eta gakoa (pkcs12) : @@ -621,12 +663,12 @@ There was an error while accessing the configuration file at %1. Please make sure the file can be accessed by your user. - + % 1 konfigurazio fitxategian sartzean akats bat gertatu da. Egiaztatu zure erabiltzaileak fitxategi hau atzitzeko baimena duela. Quit %1 - + %1etik Irten @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Errorea metadatuak datu-basean idaztean @@ -663,14 +705,14 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Sartu zure muturretik muturrerako zifratzeko pasahitza:<br><br>Erabiltzailea: %2<br>Kontua: %3<br> - + Enter E2E passphrase - + Sartu muturretik muturrerako (E2E) pasahitza @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,178 +835,190 @@ %1 ezin da irakurri. - + %1 has been removed. %1 names a file. %1 ezabatua izan da. - + %1 has been downloaded. %1 names a file. %1 deskargatu da. - + %1 has been updated. %1 names a file. %1 kargatu da. - + %1 has been renamed to %2. %1 and %2 name files. %1 %2-(e)ra berrizendatu da. - + %1 has been moved to %2. %1 %2-(e)ra mugitu da. - + %1 and %n other file(s) have been removed. - + %1 eta beste fitxategi %n ezabatu dira.%1 eta beste %n fitxategi ezabatu dira. - + %1 and %n other file(s) have been downloaded. - + %1 eta beste fitxategi %n deskargatu dira.%1 eta beste %n fitxategi deskargatu dira. - + %1 and %n other file(s) have been updated. - + %1 eta beste fitxategi %n eguneratu dira.%1 eta beste %n fitxategi eguneratu dira. - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 fitxategiak %2 izen berria hartu du eta beste fitxategi %n berrizendatu da.%1 fitxategiak %2 izen berria hartu du eta beste %n fitxategi berrizendatu dira. - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 fitxategia %2-ra mugitu da eta beste fitxategi %n mugitu da.%1 fitxategia %2-ra mugitu da eta beste %n fitxategi mugitu dira. - + %1 has and %n other file(s) have sync conflicts. - + %1 eta beste fitxategi %n sinkronizazio gatazkak izan dituzte.%1 eta beste %n fitxategi sinkronizazio gatazkak izan dituzte. - + %1 has a sync conflict. Please check the conflict file! - + %1 sinkronizazio gatazka izan du. Begiratu gatazkaren fitxategia! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 eta beste fitxateg %ni ezin izan dira sinkronizatu erroreak direla eta. Ikusi egunkaria xehetasun gehiago izateko.%1 eta beste %n fitxategi ezin izan dira sinkronizatu erroreak direla eta. Ikusi egunkaria xehetasun gehiago izateko. - + %1 could not be synced due to an error. See the log for details. - %1 ezin izan da sinkronizatu akats bat dela eta. Ikusi egunerkoa zehaztapen gehiago izateko. + %1 ezin izan da sinkronizatu errore bat dela eta. Ikusi egunkaria xehetasun gehiago izateko. - + Sync Activity Sinkronizazio Jarduerak - + Could not read system exclude file Ezin izan da sistemako baztertutakoen fitxategia irakurri - + A new folder larger than %1 MB has been added: %2. %1 MB baino handiagoa den karpeta berri bat gehitu da: %2. - + A folder from an external storage has been added. Kanpoko biltegi bateko karpeta gehitu da. - + Please go in the settings to select it if you wish to download it. - + Jo ezarpenetara aukeratzeko deskargatu nahi ote duzun. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + %1 karpeta sortu zen baina sinkronizaziotik kanpo ezarri zen. Haren barneko fitxategiak ez dira sinkronizatuko. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + %1 fitxategia sortu zen baina sinkronizaziotik kanpo ezarri zen. Fitxategia ez da sinkronizatuko. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). %1 - + Sinkronizatutako karpeten aldaketen segimendua ezin izan da egin fidagarritasunez. + +Honek esan nahi du sinkronizazio bezeroak agian ez duela berehalakoan kargatuko tokiko aldaketak eta haren ordez tokiko aldaketak bilatu eta tarteka kargatuko ditu (berez, bi orduero). + +%1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. - + Sinkronizazio '%1' karpetako fitxategi guztiak ezabatu dira zerbitzarian. +Ezabaketa horiek zure tokiko sinkronizazio karpetan sinkronizatuko dira, hartara ezingo dituzu fitxategiok erabili leheneratzeko eskubidea izan ezean. +Fitxategiok mantentzea erabakitzen baduzu, birsinkronizatuko dira zerbitzarian, horretarako eskubiderik baduzu. +Fitxategiok ezabatzea erabakitzen baduzu, ezingo dituzu berriro erabili, horien jabea izan ezean. - + Download new files? Fitxategi berriak deskargatu? - + Download new files Fitxategi berriak deskargatu - + Keep local files - + Mantendu tokiko fitxategiak - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + Zure tokiko '%1' sinkronizazio karpetako fitxategi guztiak ezabatu dira. Ezabaketa hauek zerbitzarian sinkronizatuko dira, beraz ezingo dituzu fitxategiok erabili leheneratu ezean. +Ziur zaude ekintza hauek zerbitzarian sinkronizatu nahi dituzula? +Ezabaketa nahigabea izan bada eta erabakitzen baduzu fitxategiok mantentzea, hauek zerbitzarian bir-sinkronizatuko dira. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - - - - - Backup detected - - - - - Normal Synchronisation - + Sinkronizazio honek '%1' sinkronizazio karpetako fitxategiak aurreko egoerara berrezarriko ditu. +Hau izan daiteke babeskopia bat zerbitzarian leheneratu delako. +Sinkronizazio honekin segitzen baduzu litekeena da aurreko egoerako fitxategiek oraingoak berridaztea. +Nahi al duzu zure tokiko fitxategi berrienak gatazkako fitxategi gisa mantentzea? + Backup detected + Babes-kopia hauteman da + + + + Normal Synchronisation + Sinkronizazio normala + + + Keep Local Files as Conflict - + Mantendu fitxategi lokalak gatazka gisa @@ -959,12 +1066,12 @@ Continuing the sync as normal will cause all your files to be overwritten by an Sync was successful, unresolved conflicts. - + Sinkronizazioa behar bezala burutu da, konpondu gabeko gatazkak. Last Sync was successful. - Azkeneko sinkronizazioa ongi burutu zen. + Azkeneko sinkronizazioa behar bezala burutu da. @@ -974,7 +1081,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an User Abort. - Erabiltzaileak bertan behera utzi. + Erabiltzaileak bertan behera utzi du. @@ -989,7 +1096,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an No valid folder selected! - Ez da karpeta egokirik hautatu! + Ez da baliozko karpetarik hautatu! @@ -1004,17 +1111,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an There is already a sync from the server to this local folder. Please pick another local folder! - + Dagoeneko sinkronizazio bat dago zerbitzaritik karpeta lokal honetara. Aukeratu tokiko beste karpeta bat! The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! - + Tokiko '%1' karpetak badu dagoeneko sinkronizatutako karpeta bat. Hautatu beste bat! The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! - + Tokiko '%1' karpeta dagoeneko sinkronizatutako karpeta batean dago. Hautatu beste bat! @@ -1027,7 +1134,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Synchronized with local folder - + Sinkronizatuta karpeta lokalarekin @@ -1077,7 +1184,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Reconciling changes - + Aldaketak bateratzen @@ -1113,17 +1220,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an upload %1/s Example text: "upload 24Kb/s" (%1 is replaced by 24Kb (translated)) - igo %1/s + Kargatu %1/s Checking for changes in remote '%1' - + Begiratzen ea aldaketarik dagoen urrutiko '%1'-(e)an Checking for changes in local '%1' - + Begiratzen ea aldaketarik dagoen tokiko '%1'-(e)an @@ -1151,13 +1258,13 @@ Continuing the sync as normal will cause all your files to be overwritten by an %5 left, %1 of %2, file %3 of %4 Example text: "5 minutes left, 12 MB of 345 MB, file 6 of 7" - + %5 falta da,%2tik %1 , %4tik %3 fitxategi %1 of %2, file %3 of %4 Example text: "12 MB of 345 MB, file 6 of 7" - + %2tik %1 , %4tik %3 fitxategi @@ -1185,7 +1292,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an This problem usually happens when the inotify watches are exhausted. Check the FAQ for details. - + Arazo hau normalean inotify erlojuak agortu direnean gertatzen da. Begiratu ohiko galderetan zehaztasunetarako. @@ -1305,15 +1412,10 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Formularioa - Legal notice - + Legezko oharra @@ -1323,12 +1425,12 @@ Continuing the sync as normal will cause all your files to be overwritten by an For System Tray - + Sistemaren erretilurako Show Server &Notifications - + Erakutsi zerbitzariaren jakinarazpenak @@ -1338,7 +1440,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Ask for confirmation before synchronizing folders larger than - + Eskatu baimena handiagoak diren karpetak sinkronizatu baino lehen @@ -1349,7 +1451,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Ask for confirmation before synchronizing external storages - + Eskatu baimena kanpoko biltegiak sinkronizatu baino lehen @@ -1364,17 +1466,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an Edit &Ignored Files - + Editatu eta baztertutako fitxategiak Show sync folders in &Explorer's Navigation Pane - + Erakutsi sinkronizatutako karpetak arakatzailearen nabigazio panelean S&how crash reporter - + Erakutsi kraskaduraren txostena @@ -1395,7 +1497,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Server notifications that require attention. - + Arreta eskatzen duten zerbitzariaren jakinarazpenak. @@ -1403,14 +1505,16 @@ Continuing the sync as normal will cause all your files to be overwritten by an Sharing error - Akatsa partekatzerakoan + Errorea partekatzerakoan Could not retrieve or create the public link share. Error: %1 - + Ezin izan da berreskuratu edo sortu esteka publikoaren partekatzea. Errorea: + +%1 @@ -1418,12 +1522,12 @@ Continuing the sync as normal will cause all your files to be overwritten by an Please enter %1 password:<br><br>User: %2<br>Account: %3<br> - + Sartu %1 pasahitza:<br><br>Erabiltzailea: %2<br>Kontua: %3<br> Reading from keychain failed with error: '%1' - + Giltzatako irakurketa errorea: '%1' @@ -1433,7 +1537,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an <a href="%1">Click here</a> to request an app password from the web interface. - + <a href="%1">Egin klik hemen</a> eskatzeko aplikazio pasahitz bat web interfazetik. @@ -1446,7 +1550,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Global Ignore Settings - + Ezikusien ezarpen orokorrak @@ -1456,84 +1560,80 @@ Continuing the sync as normal will cause all your files to be overwritten by an Files Ignored by Patterns + Ezikusitako fitxategiak ereduen arabera + + + + This entry is provided by the system at '%1' and cannot be modified in this view. + Sarrera hau sistemak "% 1" gunean ematen du eta ezin da ikuspegi honetan aldatu. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget - - Add - Gehitu - - - - Remove all - Dena kendu - - - + Pattern - Eredua + - + Allow Deletion - Baimendu Ezabatzea + - + + Add + + + + Remove - Ezabatu + - + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Eredu bat jarraitzen duten fitxategiak ez dira sinkronizatuko. - -Ezabatzeko baimena duten itemak ezabatuko dira hauek karpeta bat ezabatzea uzten ez badute. Hau meta datuentzat interesgarria da. + - + Could not open file - Ezin izan da fitxategia ireki + - + Cannot write changes to '%1'. - Ezin izan dira aldaketa idatzi hemen '%1'. + - + Add Ignore Pattern - Gehitu Baztertzeko Eredua + - + Add a new ignore pattern: - Gehitu baztertzeko eredu berria: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. OCC::LegalNotice - - - Dialog - - Legal notice - - - - - TextLabel - + Ohar legala @@ -1548,7 +1648,7 @@ Ezabatzeko baimena duten itemak ezabatuko dira hauek karpeta bat ezabatzea uzten <p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p> - + <p>GNU General Public License (GPL) 2.0 edo ondorengo bertsioan lizentziatua.</p> @@ -1576,14 +1676,15 @@ Ezabatzeko baimena duten itemak ezabatuko dira hauek karpeta bat ezabatzea uzten Permanently save logs - + Gorde erregistroak era iraunkorrean When this option is enabled and no other logging is configured, logs will be written to a temporary folder and expire after a few hours. This setting persists across client restarts. Logs will be written to %1 - + Aukera hau aktiboa dagoenean eta bestelako erregistro sistema konfiguratua ez dagoenean, erregistroak behin behineko karpeta batean idazten dira eta ordu gutxi batzuetan iraungitzen dira. Ezarpen hauek mantentzen dira bezeroa berrabiaraztean. +Erregistroak %1(e)an idatziko dira. @@ -1618,7 +1719,7 @@ Logs will be written to %1 Could not write to log file %1 - + Ezin da idatzi %1 erregistro fitxategian @@ -1664,11 +1765,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Formularioa - Proxy Settings @@ -1707,7 +1803,7 @@ Logs will be written to %1 Download Bandwidth - Deskargatzeko Banda Zabalera + Deskargako banda zabalera @@ -1736,7 +1832,7 @@ Logs will be written to %1 Upload Bandwidth - Igotzeko Banda Zabalera + Kargako banda zabalera @@ -1814,7 +1910,8 @@ Logs will be written to %1 A new update for %1 is about to be installed. The updater may ask for additional privileges during the process. - + %1-etarako eguneraketa bat instalatzeko prest dago. Instalatzaileak +pribilegio gehigarriak eskatzen ahal dizu prozesuan. @@ -1824,7 +1921,7 @@ for additional privileges during the process. Could not download update. Please click <a href='%1'>here</a> to download the update manually. - + Ezin da eguneraketa deskargatu. Egin klik <a href='%1'>hemen</a> eguneraketa eskuz deskargatzeko. @@ -1897,7 +1994,7 @@ for additional privileges during the process. Free space: %1 - + Toki librea: %1 @@ -1913,7 +2010,7 @@ for additional privileges during the process. There isn't enough free space in the local folder! - + Ez dago nahikoa toki librerik karpeta lokalean! @@ -1979,11 +2076,6 @@ for additional privileges during the process. Login in your browser Saioa hasi zure nabigatzailean - - - Copy link to clipboard - Esteka arbelera kopiatu - OCC::OwncloudSetupPage @@ -2000,7 +2092,7 @@ for additional privileges during the process. Keep your data secure and under your control - + Mantendu zure datuak seguru eta zure kontrolpean @@ -2010,7 +2102,7 @@ for additional privileges during the process. Easy-to-use web mail, calendaring & contacts - + Web posta, egutegi eta kontaktuak erabilerraza @@ -2035,14 +2127,14 @@ Ez da gomendagarria erabltzea. &Hurrengoa > - + Invalid URL - + Baliogabeko URLa - + Could not load certificate. Maybe wrong password? - + Ezin izan da ziurtagira kargatu. Baliteke pasahitza okerra izatea? @@ -2130,7 +2222,7 @@ Ez da gomendagarria erabltzea. creating folder on Nextcloud: %1 - + Nextcloud-en karpeta sortzen: %1 @@ -2198,12 +2290,12 @@ Ez da gomendagarria erabltzea. OCC::OwncloudWizard - + %1 Connection Wizard %1 Konexio Morroia - + Skip folders configuration Saltatu karpeten ezarpenak @@ -2237,7 +2329,7 @@ Ez da gomendagarria erabltzea. OCC::PropagateDirectory - + Error writing metadata to the database Errorea metadatuak datu-basean idaztean @@ -2247,7 +2339,7 @@ Ez da gomendagarria erabltzea. File %1 can not be downloaded because encryption information is missing. - + %1 fitxategia ezin da deskargatu zifratze informazioa falta delako. @@ -2262,35 +2354,35 @@ Ez da gomendagarria erabltzea. Free space on disk is less than %1 - + %1 baino toki libre gutxiago diskoan - + File was deleted from server Fitxategia zerbitzaritik ezabatua izan da - + The file could not be downloaded completely. - + Fitxategia ezin izan da guztiz deskargatu. - + The downloaded file is empty despite that the server announced it should have been %1. - + Deskargatutako fitxategia hutsik dago zerbitzariak %1 izan beharko lituzkeela iragarri badu ere. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery - + Error writing metadata to the database Errorea metadatuak datu-basean idaztean @@ -2303,7 +2395,7 @@ Ez da gomendagarria erabltzea. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2313,7 +2405,7 @@ Ez da gomendagarria erabltzea. could not delete file %1, error: %2 - + ezin izan da %1 fitxategia ezabatu, errorea: %2 @@ -2336,7 +2428,7 @@ Ez da gomendagarria erabltzea. Error removing '%1': %2; - Akatsa '%1' ezabatzerakoan: %2; + Errorea '%1' ezabatzerakoan: %2; @@ -2403,7 +2495,7 @@ Ez da gomendagarria erabltzea. File %1 cannot be uploaded because another file with the same name, differing only in case, exists - + %1 fitxategia ezin da kargatu izen bereko beste fitxategi bat dagoelako -soilik kasuan ezberdina- @@ -2419,12 +2511,12 @@ Ez da gomendagarria erabltzea. Upload of %1 exceeds the quota for the folder - + %1-aren kargak karpetaren kuota gainditzen du File Removed (start upload) %1 - + Fitxategia kendu da (hasi karga) %1 @@ -2435,27 +2527,27 @@ Ez da gomendagarria erabltzea. OCC::PropagateUploadFileNG - + The local file was removed during sync. Fitxategi lokala ezabatu da sinkronizazioan. - + Local file changed during sync. Fitxategi lokala aldatu da sinkronizazioan. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2643,7 +2735,7 @@ Ez da gomendagarria erabltzea. %1 Sharing - + %1 partekatzen @@ -2664,22 +2756,22 @@ Ez da gomendagarria erabltzea. OCC::ShareLinkWidget - + &Share link - + Password: Pasahitza: - + Expiration date: - Iraungitze data: + Iraungitze-data: - + TextLabel TestuEtiketa @@ -2701,12 +2793,12 @@ Ez da gomendagarria erabltzea. Allow Upload && Editing - + Onartu karga eta edizioa File Drop (Upload Only) - + Fitxategia jaregin (karga bakarrik) @@ -2716,7 +2808,7 @@ Ez da gomendagarria erabltzea. Expiration Date - Iraungitze data + Iraungitze-data @@ -2726,7 +2818,7 @@ Ez da gomendagarria erabltzea. Add another link - + Gehitu beste esteka bat @@ -2736,7 +2828,7 @@ Ez da gomendagarria erabltzea. <p>Do you really want to delete the public link share <i>%1</i>?</p><p>Note: This action cannot be undone.</p> - + <p>Ziur zaude <i>%1</i>esteka publikoaren partekatzea ezabatu nahi duzula?</p><p>Oharra: Ekintza hau ezin da desegin.</p> @@ -2752,22 +2844,22 @@ Ez da gomendagarria erabltzea. OCC::ShareUserGroupWidget - + Share with users or groups ... Elkarbanatu erabiltzaile edo taldearekin... - + Copy link Esteka kopiatu - + No results for '%1' - + I shared something with you Zerbait partekatu dut zurekin @@ -2785,22 +2877,27 @@ Ez da gomendagarria erabltzea. editatu dezake - + Can reshare Birparteka daiteke - + + Unshare + Ez partekatu + + + Can create Sortu dezake - + Can change Aldatu dezake - + Can delete Ezabatu dezake @@ -2815,7 +2912,7 @@ Ez da gomendagarria erabltzea. You must sign in as user %1 - + Sartu behar zara %1 erabiltzaile gisa @@ -2823,11 +2920,11 @@ Ez da gomendagarria erabltzea. %1 - Authenticate - + %1 - Autentifikatu - SSL Chipher Debug View + SSL Cipher Debug View @@ -2838,7 +2935,7 @@ Ez da gomendagarria erabltzea. Your session has expired. You need to re-login to continue to use the client. - + Zure saioa iraungi du. Sartu behar zara berriro bezeroa erabiltzen jarraitzeko. @@ -2857,7 +2954,7 @@ Ez da gomendagarria erabltzea. I shared something with you - + Zerbait partekatu dut zurekin @@ -2874,12 +2971,12 @@ Ez da gomendagarria erabltzea. Send private link by email... - + Bidali esteka pribatua postaz... Resharing this file is not allowed - + Fitxategi hau birpartekatzea ez da onartzen @@ -2938,7 +3035,7 @@ Ez da gomendagarria erabltzea. <h3>Issuer</h3> - + <h3>Jaulkitzailea</h3> @@ -3010,11 +3107,6 @@ Ez da gomendagarria erabltzea. OCC::SslErrorDialog - - - Form - Formularioa - Trust this certificate anyway @@ -3044,44 +3136,49 @@ Ez da gomendagarria erabltzea. - + Organization: %1 Erakundea: %1 - + Unit: %1 Unitatea: %1 - + Country: %1 Herrialdea: %1 - Fingerprint (MD5): <tt>%1</tt> - Hatz-marka (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Hatz-marka (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Balio-data: %1 - + Expiration Date: %1 Iraungitze data: %1 - + Issuer: %1 Jaulkitzailea: %1 @@ -3116,7 +3213,7 @@ Ez da gomendagarria erabltzea. Error while reading folder. - + Errorea karpeta irakurtzean @@ -3126,7 +3223,7 @@ Ez da gomendagarria erabltzea. File/Folder is ignored because it's hidden. - + Fitxategia/Karpeta ez da ikusi ezkutuan dagoelako. @@ -3167,7 +3264,7 @@ Ez da gomendagarria erabltzea. There is insufficient space available on the server for some uploads. - + Ez dago nahiko toki erabilgarririk zerbitzarian hainbat kargatarako. @@ -3192,7 +3289,7 @@ Ez da gomendagarria erabltzea. Permission denied. - + Baimena ukatuta @@ -3207,22 +3304,22 @@ Ez da gomendagarria erabltzea. No space on %1 server available. - + Ez dago leku erabilgarririk %1 zerbitzarian. The service is temporarily unavailable - + Zerbitzu hau behin behinean ez dago erabilgarri Access is forbidden - + Sarrera debekatuta An internal error number %1 occurred. - + %1 zenbakia duen barne errorea gertatu a. @@ -3267,7 +3364,7 @@ Ez da gomendagarria erabltzea. Unresolved conflict. - + Ebatzi gabeko gatazka. @@ -3282,7 +3379,7 @@ Ez da gomendagarria erabltzea. Invalid characters, please rename "%1" - + Baliogabeko karaktereak, aldatu "%1" izena @@ -3318,7 +3415,7 @@ Ez da gomendagarria erabltzea. Not allowed to upload this file because it is read-only on the server, restoring - + Ez dago baimenik fitxategi hau kargatzek zerbitzarian irakurtzeko soilik delako, leheneratzen. @@ -3372,11 +3469,11 @@ Ez da gomendagarria erabltzea. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>%1 Bertsioa. Informazio gehiago eskuratzeko ikusi <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>%1 bertsioa. Informazio gehiago eskuratzeko egin klik <a href='%2'>hemen</a>.</p> - + <p>This release was supplied by %1</p> @@ -3384,27 +3481,27 @@ Ez da gomendagarria erabltzea. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 - + Sartu %1 erabiltzaile gisa @@ -3469,11 +3566,6 @@ Ez da gomendagarria erabltzea. Settings... Ezarpenak... - - - Details... - Xehetasunak... - Help @@ -3527,28 +3619,28 @@ Ez da gomendagarria erabltzea. Account synchronization is disabled - + Kontuen sinkronizazioa desaktibatua dago Synchronization is paused - + Sinkronizazioa pausatua dago Unresolved conflicts - + Ebatzi gabeko gatazkak Error during synchronization - + Errorea sinkronizatzean No sync folders configured - + Ez dira ezarri sinkronizatzeko karpetak @@ -3563,28 +3655,33 @@ Ez da gomendagarria erabltzea. Resume all synchronization - + Berrabiarazi sinkronizazio guztiak Resume synchronization - + Berrabiarazi sinkronizazioa Pause all synchronization - + Pausatu sinkronizazio guztiak Pause synchronization - + Pausatu sinkronizazioa New account... Kontu berria... + + + View more activity... + + Crash now @@ -3619,7 +3716,7 @@ Ez da gomendagarria erabltzea. Syncing %1 of %2 - + Sinlrnozatzen %1 %2tik @@ -3644,23 +3741,6 @@ Ez da gomendagarria erabltzea. OwncloudAdvancedSetupPage - - - Form - Formularioa - - - - - - - - - - - TextLabel - TestuEtiketa - Server @@ -3669,7 +3749,7 @@ Ez da gomendagarria erabltzea. <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> - + <html><head/><body><p>Laukitxo hau markatuta badago, karpetako eduki guztia ezabatuko da sinkronizazio garbi bat hasteko zerbitzaritik.</p><p>Ez markatu laukitxoa karpeta lokalaren edukia zerbitzariko karpetara kargatu behar badar.</p></body></html> @@ -3679,7 +3759,7 @@ Ez da gomendagarria erabltzea. Ask for confirmation before synchroni&zing folders larger than - + Eskatu baimena handiagoak diren karpetak sinkronizatu baino lehen @@ -3690,7 +3770,7 @@ Ez da gomendagarria erabltzea. Ask for confirmation before synchronizing e&xternal storages - + Eskatu baimena kanpoko biltegiak sinkronizatu baino lehen @@ -3702,11 +3782,6 @@ Ez da gomendagarria erabltzea. &Local Folder Karpeta &lokala - - - pbSelectLocalFolder - - &Keep local data @@ -3725,11 +3800,6 @@ Ez da gomendagarria erabltzea. OwncloudHttpCredsPage - - - Form - Formularioa - &Username @@ -3743,11 +3813,6 @@ Ez da gomendagarria erabltzea. OwncloudOAuthCredsPage - - - Form - Formularioa - Please switch to your browser to proceed. @@ -3756,31 +3821,25 @@ Ez da gomendagarria erabltzea. An error occurred while connecting. Please try again. - + Errore bat gertatu da konektatzean. Saiatu berriro. Re-open Browser Berrireki nabigatzailea + + + Copy link + + OwncloudSetupPage - - - Form - Formularioa - - - - - TextLabel - TestuEtiketa - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> - + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Ostatatu zeure zerbitzaria</span></a> @@ -3795,7 +3854,7 @@ Ez da gomendagarria erabltzea. Server Address - + Zerbitzariaren helbidea @@ -3810,27 +3869,11 @@ Ez da gomendagarria erabltzea. OwncloudWizardResultPage - - - Form - Formularioa - - - - TextLabel - TestuEtiketa - Your entire account is synced to the local folder Zure kontu osoa karpeta lokalera sinkronizaturik dago - - - - PushButton - - QObject @@ -3842,17 +3885,17 @@ Ez da gomendagarria erabltzea. %n day ago - + duela egun %nduela %n egun %n days ago - + duela egun %nduela %n egun %n hour ago - + duela ordu %nduela %n ordu @@ -3872,20 +3915,20 @@ Ez da gomendagarria erabltzea. %n minute ago - + duela minutu %nduela %n minutu %n minutes ago - + duela minutu %nduela %n minutu Some time ago - + Duela zenbait denbora - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3921,7 +3964,7 @@ Ez da gomendagarria erabltzea. %n month(s) - + hilabete %n %n hilabete @@ -3931,12 +3974,12 @@ Ez da gomendagarria erabltzea. %n hour(s) - + ordu %n%n ordu %n minute(s) - + minutu %n%n minutu @@ -3967,14 +4010,6 @@ Ez da gomendagarria erabltzea. - - WebView - - - Form - - - main.cpp @@ -4006,7 +4041,7 @@ Ez da gomendagarria erabltzea. Uploaded - Igoa + Kargatuta @@ -4031,7 +4066,7 @@ Ez da gomendagarria erabltzea. Filesystem access error - + Fitxategi sisteman sartzeko errorea @@ -4041,7 +4076,7 @@ Ez da gomendagarria erabltzea. Updated local metadata - + metadatu lokalak eguneratu dira @@ -4057,7 +4092,7 @@ Ez da gomendagarria erabltzea. uploading - igotzen + kargatzen @@ -4083,7 +4118,7 @@ Ez da gomendagarria erabltzea. updating local metadata - + metadatu lokalak eguneratzen @@ -4116,12 +4151,12 @@ Ez da gomendagarria erabltzea. Sync Error - Sinkronizazio Errorea + Sinkronizazio errorea Setup Error - Konfigurazio Errorea + Konfigurazio errorea @@ -4149,17 +4184,17 @@ Ez da gomendagarria erabltzea. There was an error when launching the browser to go to URL %1. Maybe no default browser is configured? - + Errore bat gertatu da nabigatzailea abiatzen saiatzean URL bat irekitzeko. Izan daiteke berezko nabigatzailerik ez dagoelako konfiguratua? Could not open email client - + Ezin izan da ireki posta bezeroa There was an error when launching the email client to create a new message. Maybe no default email client is configured? - + Errore bat gertatu da posta bezeroa abiatzen saiatzean mezu berri bat sortzeko. Izan daiteke berezko posta bezerorik ez dagoelako konfiguratua? \ No newline at end of file diff --git a/translations/client_fa.ts b/translations/client_fa.ts index 1e086c5a4..e0508674a 100644 --- a/translations/client_fa.ts +++ b/translations/client_fa.ts @@ -4,7 +4,7 @@ %1 (%2, %3) - + %1 (%2, %3) @@ -29,67 +29,62 @@ Syncing %1 - + در حال همگام سازی %1 No recently changed files - + هیچ فایل اخیرا تغییر نکرده است Sync paused - + همگام سازی موقتا متوقف شد Syncing - + در حال همگام سازی Open website - + باز کردن وب سایت Recently changed - + اخیرا تغییر یافته Pause synchronization - + متوقف سازی موقت همگام سازی Help - + راهنما Settings - + تنظیمات Log out - + خروج Quit sync client - + خروج از همگام سازی مشتری Dialog - - - Dialog - مکالمه - Label @@ -101,27 +96,78 @@ Could not make directories in trash - + امکان ایجاد پوشه در سطل آشغال وجود ندارد Could not move '%1' to '%2' - + امکان انتقال '%1' به '%2' وجود ندارد Moving to the trash is not implemented on this platform + انتقال فایل به سطل آشغال در این فلتفرم پیاده سازی نشده است + + + + Flow2AuthCredsPage + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link FolderWizardSourcePage - - - Form - فرم - Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - فرم - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - فرم - - - + ... ... - + Storage space: ... حجم فضای ذخیره‌سازی: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore پوشه های بررسی نشده از سیستم فایل محلی شما <b>حذف</b> خواهد شد و دیگر در این کامپیوتر همگام سازی نخواهد شد. - + Synchronize all همگام‌سازی همه - + Synchronize none همگام سازی هیچ - + Apply manual changes تایید تغییرات دستی - + Apply اعمال - - - + + + Cancel منصرف شدن - + Connected with <server> as <user> متصل به <server> به عنوان <user> - + No account configured. هیچ حساب‌کاربری‌ای تنظیم نشده‌ است. - + Add new اضافه کردن جدید - + Remove حذف - + Account حساب کاربری - + + This account supports end-to-end encryption + این حساب کاربری امکان رمزنگاری انتها-به-انتها را دارد + + + + Enable encryption + فعال سازی رمزنگاری + + + Show E2E mnemonic - + Encrypt رمزنگاری - + + + Edit Ignored Files + + + + Choose what to sync انتخاب موارد همگام‌سازی - + Force sync now - + Restart sync راه اندازی مجدد همگام سازی - + Remove folder sync connection حذف اتصال همگام سازی پوشه - + Folder creation failed ساخت پوشه ناموفق - + <p>Could not create local folder <i>%1</i>. <p>ناتوانی در ساخت پوشه محلی <i>1%</i> - + Confirm Folder Sync Connection Removal تأیید حذف اتصال همگام سازی پوشه - + Remove Folder Sync Connection حذف اتصال همگام سازی پوشه - + Sync Running همگام سازی در حال اجراست - + The syncing operation is running.<br/>Do you want to terminate it? عملیات همگام سازی در حال اجراست.<br/>آیا دوست دارید آن را متوقف کنید؟ - + %1 in use 1% در استفاده - + %1 as <i>%2</i> 1% به عنوان <i>2%</i> - + The server version %1 is old and unsupported! Proceed at your own risk. نسخه سرور 1% قدیمی است و پشتیبانی نشده است! مسئولیت با خود شماست. - + Connected to %1. متصل به %1. - + Server %1 is temporarily unavailable. سرور %1 بصورت موقت خارج از دسترس است. - + Server %1 is currently in maintenance mode. سرور 1% اکنون در حالت تعمیر است. - + Signed out from %1. از 1% خارج شد. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. دریافت مجوز از مرورگر. <a href='%1'>اینجا کلیک کنید</a> تا مرورگر دوباره باز شود. - + Connecting to %1... اتصال به %1... - + No connection to %1 at %2. اتصال به 1% در 2% وجود ندارد. - + Log in ورود - + There are folders that were not synchronized because they are too big: پوشه‌هایی وجود دارند که همگام سازی نشده اند زیرا آن ها بسیار بزرگ هستند: - + There are folders that were not synchronized because they are external storages: پوشه‌هایی وجود دارند که همگام سازی نشده اند زیرا آن ها مخازن خارجی هستند: - + There are folders that were not synchronized because they are too big or external storages: پوشه‌هایی وجود دارند که همگام سازی نشده اند زیرا آن ها بسیار بزرگ یا مخازن خارجی هستند: - + Confirm Account Removal تائید حذف حساب‌کاربری - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>آیا شما واقعا می خواهید اتصال به حساب <i>1%</i>را حذف کنید؟</p> <p><b>توجه:</b> این هیچ فایلی را حذف نخواهد کرد.</p> - + Remove connection حذف ارتباط - - + + Open folder بازکردن پوشه - - + + Log out خروج - + Resume sync از سر‎گیری همگام‌سازی - + Pause sync توقف به‌هنگام‌سازی - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>آیا شما واقعا می خواهید همگام سازی پوشه <i>1%</i> را متوقف نمایید؟</p><p><b>توجه:</b>این هیچ فایلی را حذف <b>نخواهد</b> کرد. </p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. 1% (%3%) از 2% در استفاده. برخی پوشه‌ها، شامل شبکه نصب شده یا پوشه های مشترک، ممکن است محدودیت های متفاوت داشته باشند. - + %1 of %2 in use 1% از 2% در استفاده - + Currently there is no storage usage information available. در حال حاضر هیچ اطلاعات کاربرد ذخیره سازی در دسترس نیست. - + No %1 connection configured. بدون %1 اتصال پیکربندی شده. @@ -517,7 +569,7 @@ %1 - + %1 @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - فرم - - - - TextLabel - برچسب متنی - Accept - + تایید - + Synced - + همگام سازی شد - + Retry all uploads تلاش مجدد برای بارگذاری همه - + <br/>Account %1 does not have activities enabled. <br/>فعالیت های حساب 1% فعال نیست. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database خطا در نوشتن متادیتا در پایگاه داده @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 قابل خواندن نیست. - + %1 has been removed. %1 names a file. %1 حذف شده است. - + %1 has been downloaded. %1 names a file. %1 بارگزاری شد. - + %1 has been updated. %1 names a file. %1 بروز رسانی شده است. - + %1 has been renamed to %2. %1 and %2 name files. %1 به %2 تغییر نام داده شده است. - + %1 has been moved to %2. %1 به %2 انتقال داده شده است. - + %1 and %n other file(s) have been removed. 1% و n% پرونده های دیگر حذف شده اند.1% و n% پرونده های دیگر حذف شده اند. - + %1 and %n other file(s) have been downloaded. 1% و n% پرونده های دیگر دانلود شده اند.1% و n% پرونده های دیگر دانلود شده اند. - + %1 and %n other file(s) have been updated. 1% و n% پرونده های دیگر به روز رسانی شده اند. 1% و n% پرونده های دیگر به روز رسانی شده اند. - + %1 has been renamed to %2 and %n other file(s) have been renamed. 1% به 2% تغییر نام داده شده و n% پرونده های دیگر تغییر نام داده شده اند.1% به 2% تغییر نام داده شده و n% پرونده های دیگر تغییر نام داده شده اند. - + %1 has been moved to %2 and %n other file(s) have been moved. 1% به 2% منتقل شده و n% پرونده های دیگر منتقل شده اند.1% به 2% منتقل شده و n% پرونده های دیگر منتقل شده اند. - + %1 has and %n other file(s) have sync conflicts. 1% و n% سایر پرونده ها ناسازگاری همگام سازی دارند.1% و n% سایر پرونده ها ناسازگاری همگام سازی دارند. - + %1 has a sync conflict. Please check the conflict file! 1% داراری ناسازگاری همگام سازی است. لطفا پرونده ناسازگار را بررسی نمایید. - + %1 and %n other file(s) could not be synced due to errors. See the log for details. 1% و n% سایر پرونده ها به دلیل خطاها نمی توانند همگام سازی شوند. برای جزییات log را مشاهده کنید.1% و n% سایر پرونده ها به دلیل خطاها نمی توانند همگام سازی شوند. برای جزییات log را مشاهده کنید. - + %1 could not be synced due to an error. See the log for details. 1% به دلیل خطاها نمی تواند همگام سازی شود. برای جزییات log را مشاهده کنید. - + Sync Activity فعالیت همگام سازی - + Could not read system exclude file نمی توان پرونده خارجی سیستم را خواند. - + A new folder larger than %1 MB has been added: %2. یک پوشه جدید بزرگتر از 1% MB اضافه شده است: 2%. - + A folder from an external storage has been added. یک پوشه از یک مخزن خارجی اضافه شده است. - + Please go in the settings to select it if you wish to download it. اگر می خواهید این را دانلود کنید لطفا به تنظیمات بروید تا آن را انتخاب کنید. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + آیا فایل های جدید بارگزاری شود؟ - + Download new files دانلود همه فایلهای جدید - + Keep local files نگهداری فایل های محلی - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ If this was an accident and you decide to keep your files, they will be re-synce اگر این یک اتفاق بوده و شما تصمیم دارید پرونده هایتان را نگه دارید، آن ها از سرور مجددا همگام سازی خواهند شد. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -903,17 +998,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an ادامه همگام سازی به طور معمول سبب خواهد شد که تمام پرونده های شما توسط یک فایل قدیمی تر در یک وضعیت جدیدتر بازنویسی شوند. آیا شما می خواهید پرونده های اخیر محلیتان را به عنوان پرونده های ناسازگار نگهداری کنید؟ - + Backup detected پشتیبان شناسایی شد - + Normal Synchronisation همگام سازی معمول - + Keep Local Files as Conflict پرونده های محلی را به عنوان ناسازگار نگه دارید @@ -1309,11 +1404,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - فرم - Legal notice @@ -1463,81 +1553,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an پرونده ها توسط الگوها رد شده اند - - Add - افزودن - - - - Remove all - حذف همه - - - - Pattern - الگو - - - - Allow Deletion - اجازه حذف - - - - Remove - حذف - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - پرونده ها یا پوشه‌های مطابق با یک الگو همگام نخواهند شد. -مواردی که در آن حذف کردن مجاز است، اگر از حذف یک پوشه جلوگیری کنند حذف خواهند شد. این برای فرا داده ها مفید است. - - - - Could not open file - امکان باز کردن فایل وجود ندارد - - - - Cannot write changes to '%1'. - نمی‌توان تغییرات را در '%1' نوشت. - - - - Add Ignore Pattern - افزودن الگوی رد کردن - - - - Add a new ignore pattern: - افزودن یک الگوی رد کردن جدید: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. این ورودی توسط سیستم در '1%' ارائه شده است و در این دیدگاه قابل تغییر نیست. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - گفتگو + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - برچسب متن - Close @@ -1667,11 +1754,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - فرم - Proxy Settings @@ -1900,7 +1982,7 @@ for additional privileges during the process. Free space: %1 - + فضای خالی: %1 @@ -1916,7 +1998,7 @@ for additional privileges during the process. There isn't enough free space in the local folder! - + فضای خالی کافی در پوشه محلی وجود ندارد! @@ -1982,11 +2064,6 @@ for additional privileges during the process. Login in your browser در مرورگر خود وارد شوید - - - Copy link to clipboard - کپی آدرس در حافظه - OCC::OwncloudSetupPage @@ -2003,7 +2080,7 @@ for additional privileges during the process. Keep your data secure and under your control - + داده های خود را امن و تحت کنترل خود نگه دارید @@ -2038,14 +2115,14 @@ It is not advisable to use it. &بعدی> - + Invalid URL آدرس غیر معتبر - + Could not load certificate. Maybe wrong password? - + امکان بارگزاری گواهی وجود ندارد، ممکن است رمز عبور اشتباه باشد؟ @@ -2133,7 +2210,7 @@ It is not advisable to use it. creating folder on Nextcloud: %1 - + ایجاد پوشه در نکس کلود: %1 @@ -2201,12 +2278,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard - + Skip folders configuration از پیکربندی پوشه‌ها بگذرید @@ -2240,7 +2317,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database خطا در نوشتن متادیتا در پایگاه داده @@ -2268,32 +2345,32 @@ It is not advisable to use it. فضای خالی دیسک کمتر از %1 است - + File was deleted from server فایل از روی سرور حذف شد - + The file could not be downloaded completely. فایل به طور کامل قابل دانلود نیست. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! پرونده 1% بخاطر یک پرونده محلی به نام برخورد ذخیره نمی شود! - + File has changed since discovery پرونده از زمان کشف تغییر کرده است. - + Error writing metadata to the database خطا در نوشتن متادیتا در پایگاه داده @@ -2306,7 +2383,7 @@ It is not advisable to use it. ؛ بازگردانی شکست خورد: 1% - + A file or folder was removed from a read only share, but restoring failed: %1 یک پرونده یا پوشه از یک اشتراک فقط خواندنی حذف شد، اما بازگردانی شکست خورد: 1% @@ -2438,27 +2515,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. فایل محلی در حین همگام‌سازی حذف شده است. - + Local file changed during sync. فایل محلی در حین همگام‌سازی تغییر کرده است. - + Unexpected return code from server (%1) کد بازگشت غیر منتظره از سرور (1%) - + Missing File ID from server فاقد شناسه پرونده از سرور - + Missing ETag from server فاقد ETag از سرور @@ -2641,7 +2718,7 @@ It is not advisable to use it. Icon - + آیکون @@ -2667,22 +2744,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + &لینک اشتراک - + Password: کلمه عبور - + Expiration date: تاریخ انقضا - + TextLabel برچسب متنی @@ -2724,12 +2801,12 @@ It is not advisable to use it. Unshare - + لغو اشتراک Add another link - + افزودن آدرس دیگر @@ -2755,22 +2832,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... اشتراک گذاری با کاربران یا گروه ها ... - + Copy link کپی کردن آدرس لینک - + No results for '%1' هیچ نتیجه ای برای '1%' وجود ندارد - + I shared something with you من چیزی را با شما به اشتراک گذاشتم @@ -2788,24 +2865,29 @@ It is not advisable to use it. می توان ویرایش کرد - + Can reshare + امکان اشتراک گذاری وجود دارد + + + + Unshare - + Can create - + امکان ایجاد وجود دارد - + Can change - + امکان تغییر وجود دارد - + Can delete - + امکان حذف وجود دار @@ -2830,7 +2912,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3014,11 +3096,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - فرم - Trust this certificate anyway @@ -3048,44 +3125,49 @@ It is not advisable to use it. - + Organization: %1 سازماندهی : %1 - + Unit: %1 واحد: %1 - + Country: %1 کشور: %1 - Fingerprint (MD5): <tt>%1</tt> - اثر انگشت (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> اثرانگشت (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 تاریخ موثر: %1 - + Expiration Date: %1 تاریخ انقضا: %1 - + Issuer: %1 صادرکننده: %1 @@ -3196,7 +3278,7 @@ It is not advisable to use it. Permission denied. - + عدم وجود دسترسی @@ -3211,7 +3293,7 @@ It is not advisable to use it. No space on %1 server available. - + فضایی در سرور %1 موجود نیست @@ -3376,11 +3458,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>نسخه %1. برای اطلاعات بیشتر لطفا اینجا را مشاهده کنید t <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3388,25 +3470,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - + گواهی نامعتبر شناسایی شد - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3473,11 +3555,6 @@ It is not advisable to use it. Settings... تنظیمات... - - - Details... - جزئیات... - Help @@ -3557,7 +3634,7 @@ It is not advisable to use it. Resume all folders - + از سرگیری همه پوشه ها @@ -3589,6 +3666,11 @@ It is not advisable to use it. New account... حساب جدید... + + + View more activity... + + Crash now @@ -3598,7 +3680,7 @@ It is not advisable to use it. Apps - + برنامه ها @@ -3648,23 +3730,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - فرم - - - - - - - - - - - TextLabel - برچسب متنی - Server @@ -3706,11 +3771,6 @@ It is not advisable to use it. &Local Folder &پوشه محلی - - - pbSelectLocalFolder - - &Keep local data @@ -3729,11 +3789,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - فرم - &Username @@ -3747,11 +3802,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - فرم - Please switch to your browser to proceed. @@ -3767,20 +3817,14 @@ It is not advisable to use it. Re-open Browser مرورگر را دوباره باز کنید + + + Copy link + + OwncloudSetupPage - - - Form - فرم - - - - - TextLabel - برچسب متنی - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3799,7 +3843,7 @@ It is not advisable to use it. Server Address - + آدرس سرور @@ -3814,27 +3858,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - فرم - - - - TextLabel - برچسب متنی - Your entire account is synced to the local folder کل حساب شما با پوشه محلی همگام سازی شده است - - - - PushButton - دکمه - QObject @@ -3846,12 +3874,12 @@ It is not advisable to use it. %n day ago - + %n روز گذشته%n روز گذشته %n days ago - + %n ساعت پیش%n روز پیش @@ -3889,7 +3917,7 @@ It is not advisable to use it. چند وقت پیش - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3971,14 +3999,6 @@ It is not advisable to use it. - - WebView - - - Form - فرم - - main.cpp diff --git a/translations/client_fi.ts b/translations/client_fi.ts index 1f902462a..618dcf97d 100644 --- a/translations/client_fi.ts +++ b/translations/client_fi.ts @@ -35,7 +35,7 @@ No recently changed files - + Ei äskettäin muuttuneita tiedostoja @@ -50,46 +50,41 @@ Open website - + Avaa verkkosivusto Recently changed - + Äskettäin muutettu Pause synchronization - + Keskeytä synkronointi Help - + Ohje Settings - + Asetukset Log out - + Kirjaudu ulos Quit sync client - + Lopeta synkronointiasiakas Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Lomake + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Lomake - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Lomake - - - + ... ... - + Storage space: ... Tallennustila: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Ilman valintaa olevat kansiot <b>poistetaan</b> paikallisesta tiedostojärjestelmästä, eikä niitä synkronoida enää jatkossa tämän tietokoneen kanssa - + Synchronize all Synkronoi kaikki - + Synchronize none Älä synkronoi mitään - + Apply manual changes Toteuta manuaalimuutokset - + Apply Toteuta - - - + + + Cancel Peruuta - + Connected with <server> as <user> Yhdistetty palvelimeen <server> käyttäen tunnusta <user> - + No account configured. Tiliä ei ole määritelty. - + Add new Lisää uusi - + Remove Poista - + Account Tili - + + This account supports end-to-end encryption + Tämä tili tukee päästä päähän -salausta + + + + Enable encryption + Ota salaus käyttöön + + + Show E2E mnemonic - + Encrypt Salaus - + + + Edit Ignored Files + + + + Choose what to sync Valitse synkronoitavat tiedot - + Force sync now Pakota synkronointi nyt - + Restart sync Käynnistä synkronointi uudelleen - + Remove folder sync connection Poista kansion synkronointiyhteys - + Folder creation failed Kansion luominen epäonnistui - + <p>Could not create local folder <i>%1</i>. <p>Paikallisen kansion <i>%1</i> luominen epäonnistui. - + Confirm Folder Sync Connection Removal Vahvista kansion synkronointiyhteyden poisto - + Remove Folder Sync Connection Poista kansion synkronointiyhteys - + Sync Running Synkronointi meneillään - + The syncing operation is running.<br/>Do you want to terminate it? Synkronointioperaatio on meneillään.<br/>Haluatko keskeyttää sen? - + %1 in use %1 käytössä - + %1 as <i>%2</i> %1 käyttäjänä <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Palvelimen versio %1 on vanha ja sen tuki on loppunut! Jatka omalla vastuulla. - + Connected to %1. Yhteys muodostettu kohteeseen %1. - + Server %1 is temporarily unavailable. Palvelin %1 ei ole juuri nyt saatavilla. - + Server %1 is currently in maintenance mode. Palvelin %1 on parhaillaan huoltotilassa. - + Signed out from %1. Kirjauduttu ulos kohteesta %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Hankitaan valtuutus selaimelta. <a href='%1'>Napsauta tästä</a> avataksesi selaimen uudelleen. - + Connecting to %1... Yhdistetään kohteeseen %1... - + No connection to %1 at %2. Ei yhteyttä kohteeseen %1 osoitteessa %2. - + Log in Kirjaudu sisään - + There are folders that were not synchronized because they are too big: Havaittiin kansioita, joita ei synkronoitu, koska ne ovat kooltaan liian suuria: - + There are folders that were not synchronized because they are external storages: - + There are folders that were not synchronized because they are too big or external storages: - + Confirm Account Removal Vahvista tilin poistaminen - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Haluatko varmasti poistaa tilin <i>%1</i>?</p><p><b>Huomio:</b> Tämä toimenpide <b>ei</b> poista mitään tiedostoja.</p> - + Remove connection Poista yhteys - - + + Open folder Avaa kansio - - + + Log out Kirjaudu ulos - + Resume sync Palauta synkronointi - + Pause sync Keskeytä synkronointi - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Haluatko varmasti lopettaa kansion <i>%1</i> synkronoinnin?</p><p><b>Huomio:</b> Tämä toimenpide <b>ei</b> poista mitään tiedostoja.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1/%2 (%3 %) käytössä. Jotkin kansiot, mukaan lukien verkkojaot ja jaetut kansiot, voivat sisältää eri rajoitukset. - + %1 of %2 in use %1/%2 käytössä - + Currently there is no storage usage information available. Tallennustilan käyttötietoja ei ole juuri nyt saatavilla. - + No %1 connection configured. %1-yhteyttä ei ole määritelty. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Lomake - - - - TextLabel - TekstiLeima - Accept Hyväksy - + Synced Synkronoitu - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>Tilillä %1 ei ole toimia käytössä. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Virhe kirjoittaessa metadataa tietokantaan @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 ei ole luettavissa. - + %1 has been removed. %1 names a file. %1 on poistettu. - + %1 has been downloaded. %1 names a file. %1 on ladattu. - + %1 has been updated. %1 names a file. %1 on päivitetty. - + %1 has been renamed to %2. %1 and %2 name files. %1 on nimetty uudeelleen muotoon %2. - + %1 has been moved to %2. %1 on siirretty kohteeseen %2. - + %1 and %n other file(s) have been removed. - + %1 and %n other file(s) have been downloaded. - + %1 and %n other file(s) have been updated. - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 has and %n other file(s) have sync conflicts. - + %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. Kohdetta %1 ei voi synkronoida virheen vuoksi. Katso tarkemmat tiedot lokista. - + Sync Activity Synkronointiaktiviteetti - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Uusi kansio kooltaan yli %1 Mt on lisätty: %2. - + A folder from an external storage has been added. Kansio erillisestä tallennustilasta on lisätty. - + Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,46 +965,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? Ladataanko uudet tiedostot? - + Download new files Lataa uudet tiedostot - + Keep local files Säilytä paikalliset tiedostot - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Varmuuskopio poistettu - + Normal Synchronisation Normaali synkronointi - + Keep Local Files as Conflict @@ -1305,11 +1400,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Lomake - Legal notice @@ -1459,82 +1549,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Kaavojen perusteella ohitettavat tiedostot - - Add - Lisää + + This entry is provided by the system at '%1' and cannot be modified in this view. + + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + - - Remove all - Poista kaikki - - - + Pattern - Kaava + - + Allow Deletion - Salli poistaminen + - + + Add + + + + Remove - Poista + - + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Kaavaa vastaavat tiedostot ja kansiot jätetään synkronoimatta. - -Kohteet, joiden poisto on sallittu, poistetaan, jos ne estävät kansion poistamisen. Tämä on hyödyllistä metatietojen osalta. + - + Could not open file - Tiedoston avaaminen ei onnistunut + - + Cannot write changes to '%1'. - Muutoksien kirjoittaminen kohteeseen '%1' epäonnistui. + - + Add Ignore Pattern - Lisää ohituskaava + - + Add a new ignore pattern: - Lisää uusi ohituskaava: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. OCC::LegalNotice - - - Dialog - - Legal notice Lainopillinen huomautus - - - TextLabel - - Close @@ -1664,11 +1750,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Lomake - Proxy Settings @@ -1785,7 +1866,7 @@ Logs will be written to %1 Could not parse the JSON returned from the server: <br><em>%1</em> - + Ei voitu jäsentää palvelimen palauttamaa JSON:ia: <br><em>%1</em> @@ -1979,11 +2060,6 @@ for additional privileges during the process. Login in your browser Kirjaudu selaimellasi - - - Copy link to clipboard - Kopioi linkki leikepöydälle - OCC::OwncloudSetupPage @@ -2035,12 +2111,12 @@ Osoitteen käyttäminen ei ole suositeltavaa. &Seuraava > - + Invalid URL Virheellinen URL - + Could not load certificate. Maybe wrong password? Varmennetta ei voitu ladata. Kenties salasana oli väärin. @@ -2198,12 +2274,12 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::OwncloudWizard - + %1 Connection Wizard %1-yhteysavustaja - + Skip folders configuration Ohita kansioiden määritykset @@ -2237,7 +2313,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::PropagateDirectory - + Error writing metadata to the database Virhe kirjoittaessa metadataa tietokantaan @@ -2265,32 +2341,32 @@ Osoitteen käyttäminen ei ole suositeltavaa. Levyllä on vapaata tilaa vähemmän kuin %1 - + File was deleted from server Tiedosto poistettiin palvelimelta - + The file could not be downloaded completely. Tiedostoa ei voitu ladata täysin. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery Tiedosto on muuttunut löytymisen jälkeen - + Error writing metadata to the database Virhe kirjoittaessa metadataa tietokantaan @@ -2303,7 +2379,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2435,27 +2511,27 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::PropagateUploadFileNG - + The local file was removed during sync. Paikallinen tiedosto poistettiin synkronoinnin aikana. - + Local file changed during sync. Paikallinen tiedosto muuttui synkronoinnin aikana. - + Unexpected return code from server (%1) Odottamaton paluukoodi palvelimelta (%1) - + Missing File ID from server - + Missing ETag from server @@ -2664,22 +2740,22 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::ShareLinkWidget - + &Share link &Jaa linkki - + Password: Salasana: - + Expiration date: Vanhenemispäivä: - + TextLabel TekstiLeima @@ -2752,22 +2828,22 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::ShareUserGroupWidget - + Share with users or groups ... Jaa käyttäjien tai ryhmien kanssa… - + Copy link Kopioi linkki - + No results for '%1' Ei tuloksia haulla '%1' - + I shared something with you Jaoin jotain kanssasi @@ -2785,22 +2861,27 @@ Osoitteen käyttäminen ei ole suositeltavaa. voi muokata - + Can reshare Voi uudelleenjakaa - + + Unshare + + + + Can create Voi luoda - + Can change Voi muuttaa - + Can delete Voi poistaa @@ -2827,7 +2908,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3012,11 +3093,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::SslErrorDialog - - - Form - Lomake - Trust this certificate anyway @@ -3046,44 +3122,49 @@ Osoitteen käyttäminen ei ole suositeltavaa. - + Organization: %1 Organisaatio: %1 - + Unit: %1 Yksikkö: %1 - + Country: %1 Maa: %1 - Fingerprint (MD5): <tt>%1</tt> - Sormenjälki (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Sormenjälki (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Voimassa oleva päivämäärä: %1 - + Expiration Date: %1 Vanhenemispäivä: %1 - + Issuer: %1 Myöntäjä: %1 @@ -3209,7 +3290,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. No space on %1 server available. - + %1-palvelimella ei ole tilaa jäljellä. @@ -3374,11 +3455,11 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versio %1. Lisätietoja osoitteessa <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3386,27 +3467,27 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::WebEnginePage - + Invalid certificate detected Virheellinen varmenne havaittu - - The host "%1" provided an invalid certitiface. Continue? - Isäntä "%1" lähetti virheellisen varmenteen. Jatketaanko? + + The host "%1" provided an invalid certificate. Continue? + OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 - + Kirjaudu käyttäjänä: %1 @@ -3471,11 +3552,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. Settings... Asetukset... - - - Details... - Tiedot... - Help @@ -3587,6 +3663,11 @@ Osoitteen käyttäminen ei ole suositeltavaa. New account... Uusi tili... + + + View more activity... + + Crash now @@ -3646,23 +3727,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. OwncloudAdvancedSetupPage - - - Form - Lomake - - - - - - - - - - - TextLabel - TekstiLeima - Server @@ -3704,11 +3768,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. &Local Folder &Paikallinen kansio - - - pbSelectLocalFolder - - &Keep local data @@ -3727,11 +3786,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. OwncloudHttpCredsPage - - - Form - Lomake - &Username @@ -3745,11 +3799,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. OwncloudOAuthCredsPage - - - Form - Lomake - Please switch to your browser to proceed. @@ -3765,29 +3814,23 @@ Osoitteen käyttäminen ei ole suositeltavaa. Re-open Browser Avaa selain uudelleen + + + Copy link + + OwncloudSetupPage - - - Form - Lomake - - - - - TextLabel - TekstiLeima - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> - + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Ylläpidä omaa palvelintasi</span></a> Register with a provider - + Rekisteröidy palveluntarjoajalle @@ -3812,27 +3855,11 @@ Osoitteen käyttäminen ei ole suositeltavaa. OwncloudWizardResultPage - - - Form - Lomake - - - - TextLabel - TekstiLeima - Your entire account is synced to the local folder Koko tilisi on synkronoitu paikalliseen kansioon - - - - PushButton - - QObject @@ -3887,7 +3914,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. Jokin aika sitten - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3969,14 +3996,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_fr.ts b/translations/client_fr.ts index 14c69c0e9..489df6281 100644 --- a/translations/client_fr.ts +++ b/translations/client_fr.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialogue - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Formulaire + + + Please switch to your browser to proceed. + Merci de basculer vers votre navigateur pour terminer. + + + + An error occurred while connecting. Please try again. + Une erreur s'est produite pendant la connexion. Veuillez ré-essayer. + + + + Re-open Browser + Ré-ouvrir le navigateur + + + + Copy link + Copier le lien + + + + Flow2AuthWidget + + + Form + Formulaire + + + + Please switch to your browser to proceed. + Merci de basculer vers votre navigateur pour terminer. + + + + An error occurred while connecting. Please try again. + Une erreur s'est produite pendant la connexion. Veuillez ré-essayer. + + + + Re-open Browser + Ré-ouvrir le navigateur + + + + Copy link + Copier le lien + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulaire - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Chiffrement de bout en bout mnémotechnique - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Pour protéger votre identité cryptographique, nous la chiffrons avec une mnémonique de 12 mots du dictionnaire. Veuillez les noter et les garder en sécurité. Ils seront nécessaires pour ajouter d’autres appareils à votre compte (comme votre téléphone portable ou votre ordinateur portable). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulaire - - - + ... ... - + Storage space: ... Espace de stockage : ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Les dossiers décochés seront <b>supprimés</b> de votre disque local et ne seront plus synchronisés avec cet ordinateur. - + Synchronize all Tout synchroniser - + Synchronize none Ne rien synchroniser - + Apply manual changes Appliquer les changements manuellement - + Apply Appliquer - - - + + + Cancel Annuler - + Connected with <server> as <user> Connecté au serveur <server> avec le compte <user> - + No account configured. Aucun compte configuré. - + Add new Ajouter un nouveau compte - + Remove Supprimer - + Account Compte - + + This account supports end-to-end encryption + Ce compte prend en charge le chiffrement de bout en bout. + + + + Enable encryption + Activer le chiffrement + + + Show E2E mnemonic Afficher le code mnémotechnique E2E - + Encrypt Chiffrer - + + + Edit Ignored Files + Modifier les fichiers ignorés + + + Choose what to sync Sélectionner le contenu à synchroniser - + Force sync now Forcer la synchronisation maintenant - + Restart sync Redémarrer la synchronisation - + Remove folder sync connection Supprimer la synchronisation du dossier - + Folder creation failed Échec de création du dossier - + <p>Could not create local folder <i>%1</i>. <p>Impossible de créer le dossier local <i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmer la suppression de synchronisation de dossier - + Remove Folder Sync Connection Supprimer la synchronisation de ce dossier - + Sync Running Synchronisation en cours - + The syncing operation is running.<br/>Do you want to terminate it? La synchronisation est en cours.<br/>Voulez-vous l'arrêter ? - + %1 in use %1 utilisé(s) - + %1 as <i>%2</i> %1 avec le compte <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. La version %1 du serveur est ancienne et n'est pas prise en charge. Continuez à vos risques et périls. - + Connected to %1. Connecté au serveur %1. - + Server %1 is temporarily unavailable. Le serveur %1 est temporairement indisponible. - + Server %1 is currently in maintenance mode. Le serveur %1 est en cours de maintenance. - + Signed out from %1. Session sur %1 fermée. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. En attente d'autorisation du navigateur. <a href='%1'>Cliquer ici</a> pour recharger le navigateur. - + Connecting to %1... Connexion à %1 - + No connection to %1 at %2. Aucune connexion au serveur %1 à l'adresse %2. - + Log in Se connecter - + There are folders that were not synchronized because they are too big: Certains dossiers n'ont pas été synchronisés parce qu'ils sont de taille trop importante : - + There are folders that were not synchronized because they are external storages: Certains dossiers n'ont pas été synchronisés parce qu'ils sont localisés sur un stockage externe : - + There are folders that were not synchronized because they are too big or external storages: Certains dossiers n'ont pas été synchronisés par qu'ils sont localisés sur un stockage externe ou qu'ils sont de taille trop importante : - + Confirm Account Removal Confirmation de retrait du compte - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Êtes-vous certain de vouloir retirer <i>%1</i> des comptes synchronisés avec le serveur ?</p><p><b>Remarque :</b> cela ne supprimera pas votre compte sur le serveur et aucun fichier ne sera supprimé ni localement ni en ligne.</p> - + Remove connection Retirer le compte - - + + Open folder Ouvrir le dossier local - - + + Log out Se déconnecter - + Resume sync Reprendre la synchronisation - + Pause sync Mettre en pause - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Voulez-vous vraiment arrêter de synchroniser le dossier <i>%1</i> ?</p><p><b>Note :</b> Aucun fichier ne sera supprimé.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) utilisés sur %2. Certains dossiers, montés depuis le réseau ou partagés, peuvent avoir des limites différentes. - + %1 of %2 in use %1 utilisés sur %2 - + Currently there is no storage usage information available. Actuellement aucune information d'utilisation de stockage n'est disponible. - + No %1 connection configured. Aucune connexion à %1 configurée @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Form - - - - TextLabel - TextLabel - Accept Accepter - + Synced Synchronisé - + Retry all uploads Relancer tous les envois - + <br/>Account %1 does not have activities enabled. <br/>Le compte %1 n'a aucune activité activée. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Erreur à l'écriture des métadonnées dans la base de données @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Merci de saisir votre phrase secrète E2E : <br><br>Utilisateur : %2<br>Compte : %3<br> - + Enter E2E passphrase Entrez la phrase secrète E2E @@ -722,6 +764,59 @@ Données manquantes dans la réponse à la découverte du fichier sur le serveur + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Erreur renvoyée par le serveur : <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Une erreur s'est produite lors de l'accès au point d'arrivée 'jeton' : <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Impossible d'analyser le JSON renvoyé par le serveur : <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + La réponse du serveur ne contient pas tous les champs attendus + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Connexion à %1 + + + + Login in your browser (Login Flow v2) + Connectez-vous avec votre navigateur web (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Impossible d'ouvrir le navigateur, veuillez copier le lien dans votre navigateur Web. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Impossible d'ouvrir le navigateur, veuillez copier le lien dans votre navigateur Web. + + OCC::Folder @@ -740,98 +835,98 @@ %1 ne peut pas être lu. - + %1 has been removed. %1 names a file. %1 a été supprimé. - + %1 has been downloaded. %1 names a file. %1 a été téléchargé. - + %1 has been updated. %1 names a file. %1 a été mis à jour. - + %1 has been renamed to %2. %1 and %2 name files. %1 a été renommé en %2. - + %1 has been moved to %2. %1 a été déplacé vers %2. - + %1 and %n other file(s) have been removed. %1 a été supprimé.%1 et %n autres fichiers ont été supprimés. - + %1 and %n other file(s) have been downloaded. %1 a été téléchargé.%1 et %n autres fichiers ont été téléchargés. - + %1 and %n other file(s) have been updated. %1 a été mis à jour.%1 et %n autres fichiers ont été mis à jour. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 a été renommé en %2.%1 a été renommé en %2 et %n autres fichiers ont été renommés. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 a été déplacé vers %2.%1 a été déplacé vers %2 et %n autres fichiers ont été déplacés. - + %1 has and %n other file(s) have sync conflicts. %1 a un conflit de synchronisation.%1 et %n autres fichiers ont des problèmes de synchronisation. - + %1 has a sync conflict. Please check the conflict file! %1 a un problème de synchronisation. Merci de vérifier le fichier conflit ! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 ne peut pas être synchronisé en raison d'erreurs. Consultez les logs pour les détails.%1 et %n autres fichiers n'ont pas pu être synchronisés en raison d'erreurs. Consultez les logs pour les détails. - + %1 could not be synced due to an error. See the log for details. %1 n'a pu être synchronisé pour cause d'erreur. Consultez les logs pour les détails. - + Sync Activity Activité de synchronisation - + Could not read system exclude file Impossible de lire le fichier d'exclusion du système - + A new folder larger than %1 MB has been added: %2. Un nouveau dossier de taille supérieure à %1 Mo a été ajouté : %2. - + A folder from an external storage has been added. Un nouveau dossier localisé sur un stockage externe a été ajouté. @@ -839,22 +934,22 @@ - + Please go in the settings to select it if you wish to download it. Merci d'aller dans les Paramètres pour indiquer si vous souhaitez le télécharger. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Le dossier %1 a été créé mais il était exclu de la synchronisation auparavant. Les données qu'il contient ne seront pas synchronisées. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Le fichier %1 a été créé mais il était exclu de la synchronisation auparavant. Il ne sera pas synchronisé. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -868,7 +963,7 @@ Cela signifie que le client de synchronisation peut ne pas télécharger immédi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -879,22 +974,22 @@ Si vous décidez de garder ces fichiers, ils seront resynchronisés avec le serv Si vous décidez de supprimer ces fichiers, ils ne vous seront plus accessibles à moins que vous n'en soyez le propriétaire. - + Download new files? Recevoir les nouveaux fichiers ? - + Download new files Recevoir les nouveaux fichiers - + Keep local files Conserver les fichiers locaux - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -903,7 +998,7 @@ If this was an accident and you decide to keep your files, they will be re-synce S'il s'agissait d'un accident et que vous choisissiez de conserver vos fichiers, ils seront synchronisés à nouveau depuis le serveur. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -912,17 +1007,17 @@ Cela peut être dû à une copie de sauvegarde restaurée sur le serveur. Continuer la synchronisation comme d'habitude fera en sorte que tous les fichiers soient remplacés par des fichiers plus vieux d'un état précédent. Voulez-vous conserver les versions les plus récentes de vos fichiers en tant que fichiers conflictuels ? - + Backup detected Sauvegarde détectée - + Normal Synchronisation Synchronisation normale - + Keep Local Files as Conflict Conserver les fichiers locaux comme Conflits @@ -1318,11 +1413,6 @@ Continuer la synchronisation comme d'habitude fera en sorte que tous les fi OCC::GeneralSettings - - - Form - Formulaire - Legal notice @@ -1474,82 +1564,78 @@ Continuer la synchronisation comme d'habitude fera en sorte que tous les fi Fichiers exclus sur motif de nom - - Add - Ajouter - - - - Remove all - Supprimer tout - - - - Pattern - Motif de nom - - - - Allow Deletion - Autoriser suppression - - - - Remove - Supprimer - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Les fichiers ou dossiers dont les noms correspondent à un motif seront exclus de la synchronisation. - -L'option "Autoriser suppression" permet de ne pas bloquer la suppression d'un dossier. C'est utile pour les fichiers de méta-données. - - - - Could not open file - Impossible d'ouvrir le fichier - - - - Cannot write changes to '%1'. - Impossible d'écrire les modifications sur '%1'. - - - - Add Ignore Pattern - Ajouter un motif d'exclusion - - - - Add a new ignore pattern: - Ajoutez un nouveau motif d'exclusion : - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Cette entrée est fournie par le système dans '%1' et ne peut être modifiée dans cette vue. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialogue + + IgnoreListTableWidget + + + + Pattern + Motif + + + + Allow Deletion + Autoriser la suppression + + + + Add + Ajouter + + + + Remove + Supprimer + + + + Remove all + Supprimer tout + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + Impossible d'ouvrir le fichier + + + + Cannot write changes to '%1'. + Impossible d'écrire les modifications sur '%1'. + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Notice légale - - - TextLabel - Étiquette de texte - Close @@ -1681,11 +1767,6 @@ Les journaux seront écrits dans %1. OCC::NetworkSettings - - - Form - Formulaire - Proxy Settings @@ -1792,7 +1873,7 @@ Les journaux seront écrits dans %1. Error returned from the server: <em>%1</em> - Erreur retournée par le serveur: <em>%1</em> + Erreur renvoyée par le serveur: <em>%1</em> @@ -1802,12 +1883,12 @@ Les journaux seront écrits dans %1. Could not parse the JSON returned from the server: <br><em>%1</em> - Impossible d'analyser le fichier JSON récupéré sur le serveur : <br><em>%1</em> + Impossible d'analyser le JSON renvoyé par le serveur : <br><em>%1</em> The reply from the server did not contain all expected fields - La réponse provenant du serveur ne contienne pas tous les champs attendus + La réponse du serveur ne contient pas tous les champs attendus @@ -1997,11 +2078,6 @@ L'assistant de mise à jour peut vous demandez des autorisations supplémen Login in your browser Connectez vous sur votre navigateur - - - Copy link to clipboard - Copier le lien vers le presse-papier - OCC::OwncloudSetupPage @@ -2053,12 +2129,12 @@ Il est déconseillé de l'utiliser. &Suivant > - + Invalid URL URL invalide - + Could not load certificate. Maybe wrong password? Impossible de charger le certificat. Vérifiez le mot de passe saisi. @@ -2216,12 +2292,12 @@ Il est déconseillé de l'utiliser. OCC::OwncloudWizard - + %1 Connection Wizard Assistant de Connexion %1 - + Skip folders configuration Ignorer la configuration des dossiers @@ -2255,7 +2331,7 @@ Il est déconseillé de l'utiliser. OCC::PropagateDirectory - + Error writing metadata to the database Erreur à l'écriture des métadonnées dans la base de données @@ -2283,32 +2359,32 @@ Il est déconseillé de l'utiliser. Il y a moins de %1 d'espace libre sur le disque - + File was deleted from server Le fichier a été supprimé du serveur - + The file could not be downloaded completely. Le fichier n'a pas pu être téléchargé intégralement. - + The downloaded file is empty despite that the server announced it should have been %1. Le fichier reçu est vide bien que le serveur indique que sa taille devrait être de %1. - + File %1 cannot be saved because of a local file name clash! Le fichier %1 n'a pas pu être sauvegardé en raison d'un conflit sur le nom du fichier local ! - + File has changed since discovery Le fichier a changé depuis sa découverte - + Error writing metadata to the database Erreur à l'écriture des métadonnées dans la base de données @@ -2321,7 +2397,7 @@ Il est déconseillé de l'utiliser. ; Échec de la restauration : %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un fichier ou un dossier a été supprimé d'un partage en lecture seule, mais la restauration a échoué : %1 @@ -2453,27 +2529,27 @@ Il est déconseillé de l'utiliser. OCC::PropagateUploadFileNG - + The local file was removed during sync. Fichier local supprimé pendant la synchronisation. - + Local file changed during sync. Fichier local modifié pendant la synchronisation. - + Unexpected return code from server (%1) Le serveur a retourné un code inattendu (%1) - + Missing File ID from server L'identifiant de fichier est manquant sur le serveur - + Missing ETag from server L'information Etag de modification de fichier est manquante sur le serveur @@ -2682,22 +2758,22 @@ Il est déconseillé de l'utiliser. OCC::ShareLinkWidget - + &Share link &Lien de partage - + Password: Mot de passe : - + Expiration date: Date d'expiration : - + TextLabel TextLabel @@ -2771,22 +2847,22 @@ Il est déconseillé de l'utiliser. OCC::ShareUserGroupWidget - + Share with users or groups ... Partager avec des utilisateurs ou groupes... - + Copy link Copier le lien - + No results for '%1' Aucun résultat pour '%1' - + I shared something with you J'ai partagé quelque chose avec vous @@ -2804,22 +2880,27 @@ Il est déconseillé de l'utiliser. peut modifier - + Can reshare Peut repartager - + + Unshare + Ne plus partager + + + Can create Peut créer - + Can change Peut modifier - + Can delete Peut supprimer @@ -2846,8 +2927,8 @@ Il est déconseillé de l'utiliser. - SSL Chipher Debug View - Vue de débug Chipher SSL + SSL Cipher Debug View + Vue de débogage du chiffrement SSL @@ -3031,11 +3112,6 @@ Il est déconseillé de l'utiliser. OCC::SslErrorDialog - - - Form - Formulaire - Trust this certificate anyway @@ -3065,44 +3141,49 @@ Il est déconseillé de l'utiliser. - + Organization: %1 Organisation : %1 - + Unit: %1 Unité : %1 - + Country: %1 Pays : %1 - Fingerprint (MD5): <tt>%1</tt> - Empreinte (MD5) : <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Empreinte (SHA1) : <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Empreinte (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Empreinte (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Date de début de validité : %1 - + Expiration Date: %1 Date d'expiration : %1 - + Issuer: %1 Émetteur : %1 @@ -3393,11 +3474,11 @@ Il est déconseillé de l'utiliser. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Version %1. Pour plus d'information, visitez <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Version %1. Pour plus d’informations, veuillez cliquer <a href='%2'>ici</a>.</p> - + <p>This release was supplied by %1</p> Cette version a été fournie par %1 @@ -3405,25 +3486,25 @@ Il est déconseillé de l'utiliser. OCC::WebEnginePage - + Invalid certificate detected Certificat invalide - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? L’hôte "%1" utilise un certificat invalide. Continuer ? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Vous avez été déconnecté de %1 en tant qu'utilisateur %2. Veuillez vous reconnecter - + Please login with the user: %1 Veuillez vous connecter avec l’utilisateur : %1 @@ -3490,11 +3571,6 @@ Il est déconseillé de l'utiliser. Settings... Paramètres... - - - Details... - Toutes les modifications... - Help @@ -3606,6 +3682,11 @@ Il est déconseillé de l'utiliser. New account... Nouveau compte… + + + View more activity... + Afficher plus d'activité… + Crash now @@ -3665,23 +3746,6 @@ Il est déconseillé de l'utiliser. OwncloudAdvancedSetupPage - - - Form - Formulaire - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3723,11 +3787,6 @@ Il est déconseillé de l'utiliser. &Local Folder &Dossier local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3746,11 +3805,6 @@ Il est déconseillé de l'utiliser. OwncloudHttpCredsPage - - - Form - Formulaire - &Username @@ -3764,11 +3818,6 @@ Il est déconseillé de l'utiliser. OwncloudOAuthCredsPage - - - Form - Form - Please switch to your browser to proceed. @@ -3784,20 +3833,14 @@ Il est déconseillé de l'utiliser. Re-open Browser Redémarrez votre navigateur + + + Copy link + Copier le lien + OwncloudSetupPage - - - Form - Formulaire - - - - - TextLabel - Zone de texte - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3831,27 +3874,11 @@ Il est déconseillé de l'utiliser. OwncloudWizardResultPage - - - Form - Formulaire - - - - TextLabel - Nom du libellé - Your entire account is synced to the local folder Votre compte est intégralement synchronisé avec le dossier local - - - - PushButton - PushButton - QObject @@ -3906,7 +3933,7 @@ Il est déconseillé de l'utiliser. Il y a quelque temps - + %1: %2 this displays an error string (%2) for a file %1 %1 : %2 @@ -3988,14 +4015,6 @@ Il est déconseillé de l'utiliser. Le fichier téléchargé ne correspond pas à la somme de contrôle, il va être téléchargé à nouveau. - - WebView - - - Form - Formulaire - - main.cpp diff --git a/translations/client_gl.ts b/translations/client_gl.ts index 042d7f879..476fe78bd 100644 --- a/translations/client_gl.ts +++ b/translations/client_gl.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialogo - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Formulario + + + Please switch to your browser to proceed. + Cambie para o seu navegador para proseguir. + + + + An error occurred while connecting. Please try again. + Produciuse un erro ao conectarse. Ténteo de novo. + + + + Re-open Browser + Volver abrir o navegador + + + + Copy link + Copiar a ligazón + + + + Flow2AuthWidget + + + Form + Formulario + + + + Please switch to your browser to proceed. + Cambie para o seu navegador para proseguir. + + + + An error occurred while connecting. Please try again. + Produciuse un erro ao conectarse. Ténteo de novo. + + + + Re-open Browser + Volver abrir o navegador + + + + Copy link + Copiar a ligazón + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulario - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Mnemónico do cifrado de extremo a extremo - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Para protexer a súa identidade criptográfica, cifrámola cun mnemónico de 12 palabras do diccionario. Anóteas e manteñas en lugar seguro. Estas palabras serán necesarias para engadir outros dispositivos á súa cuenta (como un teléfono móvil ou un portátil). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulario - - - + ... ... - + Storage space: ... Espazo de almacenamento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Os cartafoles non seleccionados van seren <b>eliminados</b> do seu sistema de ficheiros local e non volverán sincronizarse con este computador - + Synchronize all Sincronizar todo - + Synchronize none Non sincronizar - + Apply manual changes Aplicar cambios manuais - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado con <server> como <user> - + No account configured. Non hai contas configuradas. - + Add new Engadir novo - + Remove Retirar - + Account Conta - + + This account supports end-to-end encryption + Esta conta admite o cifrado de extremo a extremo + + + + Enable encryption + Activar o cifrado + + + Show E2E mnemonic Amosar o mnemónico E2E - + Encrypt Cifrar - + + + Edit Ignored Files + Editar ficheiros ignorados + + + Choose what to sync Escolla que sincronizar - + Force sync now Forzar a sincronización - + Restart sync Reiniciar a sincronización - + Remove folder sync connection Retirar a conexión da sincronización do cartafol - + Folder creation failed Non foi posíbel crear o cartafol - + <p>Could not create local folder <i>%1</i>. <p>Non foi posíbel crear o cartafol local <i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar a retirada da conexión da sincronización do cartafol - + Remove Folder Sync Connection Retirar a conexión da sincronización do cartafol - + Sync Running Sincronización en proceso - + The syncing operation is running.<br/>Do you want to terminate it? Estase a realizar a sincronización.<br/>Quere interrompela e rematala? - + %1 in use %1 en uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Este servidor da versión %1 é vello e non ten soporte! Vostede verá o que fai. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. O servidor %1 non está dispoñíbel temporalmente. - + Server %1 is currently in maintenance mode. O servidor %1 neste momento está en modo de mantemento. - + Signed out from %1. Desconectado de %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obtendo autorización dende o navegador. <a href='%1'>Prema aquí</a> para volver abrir o navegador. - + Connecting to %1... Conectando con %1... - + No connection to %1 at %2. Non hai conexión con %1 en %2. - + Log in Acceder - + There are folders that were not synchronized because they are too big: Hai cartafoles que non se sincronizaron por ser demasiado grandes: - + There are folders that were not synchronized because they are external storages: Hai cartafoles que non se sincronizaron porque son almacenamentos externos: - + There are folders that were not synchronized because they are too big or external storages: Hai cartafoles que non se sincronizaron porque son demasiado grandes ou almacenamentos externos: - + Confirm Account Removal Confirme a retirada da conta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>De verdade quere retirar a conexión a conta <i>%1</i>?</p><p><b>Aviso:</b> Isto <b>non</b> eliminará ningún ficheiro.</p> - + Remove connection Retirar conexión - - + + Open folder Abrir o cartafol - - + + Log out Saír - + Resume sync Continuar coa sincronización - + Pause sync Por en pausa a sincronización - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Quere realmente deixar de sincronizar o cartafol <i>%1</i>?</p><p><b>Aviso:</b> Isto <b>non</b> eliminará ningún ficheiro.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algúns cartafoles, incluíndo os compartidos e os montados en rede, poderían ter diferentes límites. - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente non hai dispoñíbel ningunha información sobre o uso do almacenamento. - + No %1 connection configured. Non se configurou a conexión %1. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulario - - - - TextLabel - Etiqueta de texto - Accept Aceptar - + Synced Sincronizado - + Retry all uploads Tentar de novo todos os envíos - + <br/>Account %1 does not have activities enabled. <br/>A conta %1 non ten activadas as actividades. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Produciuse un erro ao escribir os metadatos na base de datos @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Introduza a súa frase de paso de cifrado de extremo a extremo: <br><br>Usuario: %2<br>Conta: %3<br> - + Enter E2E passphrase Introduza a frase de paso E2E @@ -722,6 +764,59 @@ Á resposta de descubrimento de ficheiros do servidor fáltanlle datos. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Erro devolto dende o servidor: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Produciuse un erro ao acceder ao punto final da «marca»: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Non foi posíbel analizar o JSON devolto dende o servidor: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + A resposta do servidor non contiña todos os campos agardados + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Conectar con %1 + + + + Login in your browser (Login Flow v2) + Acceda no seu navegador (Fluxo de acceso v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Non foi posíbel abrir o navegador, copie a ligazón ao seu navegador. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Non foi posíbel abrir o navegador, copie a ligazón ao seu navegador. + + OCC::Folder @@ -740,120 +835,120 @@ %1 non é lexíbel. - + %1 has been removed. %1 names a file. %1 foi retirado. - + %1 has been downloaded. %1 names a file. %1 foi descargado. - + %1 has been updated. %1 names a file. %1 foi enviado. - + %1 has been renamed to %2. %1 and %2 name files. %1 foi renomeado a %2. - + %1 has been moved to %2. %1 foi movido a %2. - + %1 and %n other file(s) have been removed. %1 e outro ficheiro foi retirado.%1 e outros %n ficheiros foron retirados. - + %1 and %n other file(s) have been downloaded. %1 e outro ficheiro foi descargado.%1 e outros %n ficheiros foron descargados. - + %1 and %n other file(s) have been updated. %1 e outro ficheiro foi actualizado.%1 e outros %n ficheiros foron actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 foi renomeado a %2 e outro ficheiro tamén foi renomeado.%1 foi renomeado a %2 e outros %n ficheiros tamén foron renomeados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 foi movido a %2 e outro ficheiro tamén foi movido.%1 foi movido a %2 e outros %n ficheiros tamén foron movidos. - + %1 has and %n other file(s) have sync conflicts. %1 e outro ficheiro tiveron conflitos ao sincronizar.%1 e outros %n ficheiros tiveron conflitos ao sincronizar. - + %1 has a sync conflict. Please check the conflict file! Produciuse un conflito ao sincronizar %1. Comprobe o ficheiro! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. Non foi posíbel sincronizar %1 e outro ficheiro por mor de erros. Vexa os detalles no rexistro.Non foi posíbel sincronizar %1 e outros %n ficheiros por mor de erros. Vexa os detalles no rexistro. - + %1 could not be synced due to an error. See the log for details. Non foi posíbel sincronizar %1 por mor dun erro. Vexa os detalles no rexistro. - + Sync Activity Actividade de sincronización - + Could not read system exclude file Non foi posíbel ler o ficheiro de exclusión do sistema - + A new folder larger than %1 MB has been added: %2. Foi engadido un cartafol maior de %1 MB: %2. - + A folder from an external storage has been added. Foi engadido un cartafol de almacenamento externo. - + Please go in the settings to select it if you wish to download it. Vaia a axustes a seleccionalo se quere descargar isto. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Creouse o cartafol %1 mais foi excluído da sincronización con anterioridade. Os datos no seu interior non se sincronizarán. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Creouse o ficheiro %1 mais foi excluído da sincronización con anterioridade. Non se sincronizará. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ Isto significa que o cliente de sincronización podería non enviar os cambios i %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ Se decide manter os ficheiros, resincronizaranse co servidor se ten dereitos par Se decide eliminar os ficheiros, non poderá dispor deles a non ser que sexa o propietario. - + Download new files? Descargar os ficheiros novos? - + Download new files Descargar os ficheiros novos - + Keep local files Manter os ficheiros locais - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -902,7 +997,7 @@ Confirma que quere sincronizar estas accións co servidor? Se fose un accidente e decide manter os seus ficheiros, volverán ser sincronizados dende o servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -911,17 +1006,17 @@ Isto podería ser porque se restaurou unha copia de seguranza no servidor. Continuando a sincronización como normal fará que todos os seus ficheiros sexan substituídos por unha versión anterior. Quere manter os seus ficheiros máis recentes locais como ficheiros en conflito? - + Backup detected Detectouse unha copia de seguranza - + Normal Synchronisation Sincronización normal - + Keep Local Files as Conflict Mantener os ficheiros locais en caso de conflito @@ -1317,11 +1412,6 @@ Continuando a sincronización como normal fará que todos os seus ficheiros sexa OCC::GeneralSettings - - - Form - Formulario - Legal notice @@ -1465,7 +1555,7 @@ Continuando a sincronización como normal fará que todos os seus ficheiros sexa Sync hidden files - Sincronizar os ficheiros agachados + Sincronizar os ficheiros agochados @@ -1473,32 +1563,45 @@ Continuando a sincronización como normal fará que todos os seus ficheiros sexa Ficheiros ignorados por patróns - - Add - Engadir + + This entry is provided by the system at '%1' and cannot be modified in this view. + Esta entrada é fornecida polo sistema en «%1» e non pode ser modificado nesta vista. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + IgnorarListaTáboaTrebello - - Remove all - Retirar todo - - - + Pattern - Patrón + Modelo - + Allow Deletion Permitir a eliminación - + + Add + Engadir + + + Remove Retirar - + + Remove all + Retirar todo + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. @@ -1507,48 +1610,33 @@ Items where deletion is allowed will be deleted if they prevent a directory from Os elementos onde se permite a eliminación eliminaranse se impiden que se elimine un directorio. Isto é útil para os metadatos. - + Could not open file Non foi posíbel abrir o ficheiro - + Cannot write changes to '%1'. Non é posíbel escribir os cambios en «%1». - + Add Ignore Pattern Engadir o patrón a ignorar - + Add a new ignore pattern: Engadir un novo patrón a ignorar: - - - This entry is provided by the system at '%1' and cannot be modified in this view. - Esta entrada é fornecida polo sistema en «%1» e non pode ser modificado nesta vista. - OCC::LegalNotice - - - Dialog - Dialogo - Legal notice Aviso legal - - - TextLabel - EtiquetaDeTexto - Close @@ -1680,15 +1768,10 @@ Os rexistros escribiranse en %1 OCC::NetworkSettings - - - Form - Formulario - Proxy Settings - Configuración do proxy + Axustes do proxy @@ -1996,11 +2079,6 @@ actualización pode pedir privilexios adicionais durante o procedemento.Login in your browser Acceda no seu navegador - - - Copy link to clipboard - Copiar a ligazón no portapapeis - OCC::OwncloudSetupPage @@ -2052,12 +2130,12 @@ Recomendámoslle que non o use. &Seguinte > - + Invalid URL URL incorrecto - + Could not load certificate. Maybe wrong password? Non foi posíbel cargar o certificado. Quizais o contrasinal é incorrecto? @@ -2215,12 +2293,12 @@ Recomendámoslle que non o use. OCC::OwncloudWizard - + %1 Connection Wizard Asistente de conexión %1 - + Skip folders configuration Omitir a configuración dos cartafoles @@ -2254,7 +2332,7 @@ Recomendámoslle que non o use. OCC::PropagateDirectory - + Error writing metadata to the database Produciuse un erro ao escribir os metadatos na base de datos @@ -2282,32 +2360,32 @@ Recomendámoslle que non o use. O espazo libre no disco é inferior a %1 - + File was deleted from server O ficheiro vai ser eliminado do servidor - + The file could not be downloaded completely. Non foi posíbel descargar completamente o ficheiro. - + The downloaded file is empty despite that the server announced it should have been %1. O ficheiro descargado está baleiro, aínda que o servidor dí que o seu tamaño debe ser de %1. - + File %1 cannot be saved because of a local file name clash! Non foi posíbel gardar o ficheiro %1 por mor dunha colisión co nome dun ficheiro local! - + File has changed since discovery O ficheiro cambiou após ser atopado - + Error writing metadata to the database Produciuse un erro ao escribir os metadatos na base de datos @@ -2320,7 +2398,7 @@ Recomendámoslle que non o use. ; Produciuse un fallo na restauración: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un ficheiro ou cartafol foi eliminado dun recurso compartido só de lectura, pero fallou a restauración: %1 @@ -2452,27 +2530,27 @@ Recomendámoslle que non o use. OCC::PropagateUploadFileNG - + The local file was removed during sync. O ficheiro local retirarase durante a sincronización. - + Local file changed during sync. O ficheiro local cambiou durante a sincronización. - + Unexpected return code from server (%1) O servidor devolveu un código non agardado (%1) - + Missing File ID from server Falta o ID do ficheiro do servidor - + Missing ETag from server Falta ETag do servidor @@ -2681,22 +2759,22 @@ Recomendámoslle que non o use. OCC::ShareLinkWidget - + &Share link Ligazón &compartida - + Password: Contrasinal: - + Expiration date: Data de caducidade: - + TextLabel Etiqueta de texto @@ -2769,22 +2847,22 @@ Recomendámoslle que non o use. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartir con usuarios ou grupos... - + Copy link Copiar a ligazón - + No results for '%1' Non hai resultados para «%1» - + I shared something with you Compartín algo con vostede @@ -2802,22 +2880,27 @@ Recomendámoslle que non o use. pode editar - + Can reshare Pode volver compartir - + + Unshare + Deixar de compartir + + + Can create Pode crear - + Can change Pode cambiar - + Can delete Pode eliminar @@ -2844,7 +2927,7 @@ Recomendámoslle que non o use. - SSL Chipher Debug View + SSL Cipher Debug View Vista de depuración do cifrado SSL @@ -3029,11 +3112,6 @@ Recomendámoslle que non o use. OCC::SslErrorDialog - - - Form - Formulario - Trust this certificate anyway @@ -3063,44 +3141,49 @@ Recomendámoslle que non o use. - + Organization: %1 Organización: %1 - + Unit: %1 Unidade: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Pegada dixital (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Pegada dixital (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Pegada dixital (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Pegada dixital (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Data de aplicación: %1 - + Expiration Date: %1 Data de caducidade: %1 - + Issuer: %1 Emisor: %1 @@ -3145,7 +3228,7 @@ Recomendámoslle que non o use. File/Folder is ignored because it's hidden. - O ficheiro/cartafol ignórase por estar agachado. + O ficheiro/cartafol ignórase por estar agochado. @@ -3391,11 +3474,11 @@ Recomendámoslle que non o use. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versión %1. Para obter máis información visite <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Versión %1. Para obter máis información prema <a href='%2'>aquí</a>.</p> - + <p>This release was supplied by %1</p> <p>Esta versión foi fornecida por %1</p> @@ -3403,25 +3486,25 @@ Recomendámoslle que non o use. OCC::WebEnginePage - + Invalid certificate detected Detectouse un certificado non válido - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? O servidor «%1» forneceu un certificado non válido. Continuar? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Foi desconectado de %1 como o usuario %2. Volva acceder de novo - + Please login with the user: %1 Acceda co usuario: %1 @@ -3488,11 +3571,6 @@ Recomendámoslle que non o use. Settings... Axustes... - - - Details... - Detalles... - Help @@ -3604,6 +3682,11 @@ Recomendámoslle que non o use. New account... Nova conta... + + + View more activity... + Ver máis actividades… + Crash now @@ -3663,23 +3746,6 @@ Recomendámoslle que non o use. OwncloudAdvancedSetupPage - - - Form - Formulario - - - - - - - - - - - TextLabel - Etiqueta de texto - Server @@ -3721,11 +3787,6 @@ Recomendámoslle que non o use. &Local Folder Cartafol &local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3744,11 +3805,6 @@ Recomendámoslle que non o use. OwncloudHttpCredsPage - - - Form - Formulario - &Username @@ -3762,11 +3818,6 @@ Recomendámoslle que non o use. OwncloudOAuthCredsPage - - - Form - Formulario - Please switch to your browser to proceed. @@ -3782,20 +3833,14 @@ Recomendámoslle que non o use. Re-open Browser Volver abrir o navegador + + + Copy link + Copiar a ligazón + OwncloudSetupPage - - - Form - Formulario - - - - - TextLabel - Etiqueta de texto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3829,27 +3874,11 @@ Recomendámoslle que non o use. OwncloudWizardResultPage - - - Form - Formulario - - - - TextLabel - Etiqueta de texto - Your entire account is synced to the local folder Toda a súa conta está sincronizada co cartafol local - - - - PushButton - PushButton - QObject @@ -3904,7 +3933,7 @@ Recomendámoslle que non o use. Hai algún tempo - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3986,14 +4015,6 @@ Recomendámoslle que non o use. O ficheiro descargado non coincide coa suma de comprobación. Retomase. - - WebView - - - Form - Formulario - - main.cpp diff --git a/translations/client_he.ts b/translations/client_he.ts index 0ddd90b04..7581c0a80 100644 --- a/translations/client_he.ts +++ b/translations/client_he.ts @@ -35,7 +35,7 @@ No recently changed files - + לא השתנו קבצים לאחרונה @@ -50,46 +50,41 @@ Open website - + לפתוח את האתר Recently changed - + השתנה לאחרונה Pause synchronization - + השהיית הסנכרון Help - + עזרה Settings - + הגדרות Log out - + יציאה Quit sync client - + יצירה מלקוח הסנכרון Dialog - - - Dialog - תיבת דו-שיח - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - טופס + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - טופס - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic תיבת זיכרון להצפנה מקצה לקצה. - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). להגנה על מזהה ההצפנה שלך, אנו מצפינים באמצעות תיבת זיכרון של 12 מילים. מומלץ לרשום אותן בצד ולשמור עליהן באיזור מוגן. ע"י המילים הללו נוכל להוסיף מכשירים נוספים לחשבונך (כגון טלפון חכם או מחשב נייד). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - טופס - - - + ... - + Storage space: ... מקום אחסון: … - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore תיקיות לא מסומנות <b> יוסרו </b> ממערכת הקבצים המקומית שלך ולא יסונכרנו למחשב זה יותר - + Synchronize all לסנכרן הכול - + Synchronize none לא לסנכרן כלום - + Apply manual changes להחיל שינויים ידניים - + Apply החלה - - - + + + Cancel ביטול - + Connected with <server> as <user> מחובר באמצעות <server> כ <user> - + No account configured. לא הוגדר חשבון. - + Add new הוספת חדש - + Remove הסרה - + Account חשבון - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic הראה תיבת זיכרון ל הצפנה מקצה לקצה - + Encrypt הצפן - + + + Edit Ignored Files + + + + Choose what to sync לבחור מה לסנכרן - + Force sync now לאלץ סנכרון כעת - + Restart sync להפעיל את הסנכרון מחדש - + Remove folder sync connection הסרת חיבור סנכרון לתיקייה - + Folder creation failed יצירת התיקייה נכשלה - + <p>Could not create local folder <i>%1</i>. <p>לא ניתן ליצור את התיקייה המקומית <i>%1</i>. - + Confirm Folder Sync Connection Removal אשר הסרת חיבור ל סנכרון תיקיות - + Remove Folder Sync Connection הסר חיבור ל סנכרון תיקיות - + Sync Running סנכרון מופעל - + The syncing operation is running.<br/>Do you want to terminate it? הסנכרון מופעל.<br/>האם להפסיק את פעולתו ? - + %1 in use %1 בשימוש - + %1 as <i>%2</i> - %1 כ <i>%2</i> + %1 בתור <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. - גרסת השרת %1 היא ישנה ואינה נתמכת! המשך עבודה בגרסה זו תחת אחריותך. + גרסת השרת %1 ישנה ואינה נתמכת! המשך עבודה בגרסה זו תחת אחריותך. - + Connected to %1. - מחובר ל %1. + בוצע חיבור אל %1. - + Server %1 is temporarily unavailable. השרת %1 אינו זמין כרגע. - + Server %1 is currently in maintenance mode. השרת %1 כרגע במצב תחזוקה. - + Signed out from %1. - התנתקת מ %1. + יצאת מהשירות %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - מבקש אימות מהדפדפן. <a href='%1'>הקלק כאן</a> לפתיחה מחדש של הדפדפן. + מתבצעת בקשת אימות מהדפדפן. נא <a href='%1'>ללחוץ כאן</a> לפתיחה מחדש של הדפדפן. - + Connecting to %1... - מתחבר ל %1... + בהתחברות אל %1… - + No connection to %1 at %2. - אין חיבור ל %1 ב %2. + אין חיבור אל %1 ב־%2. - + Log in כניסה - + There are folders that were not synchronized because they are too big: - לא סונכרנו בשל בעיות גודל התיקיות הבאות: + ישנן תיקיות שלא סונכרנו מפאת גודלן הרב: - + There are folders that were not synchronized because they are external storages: - לא סונכרנו בשל היותן על אחסון חיצוני התיקיות הבאות : + ישנן תיקיות שלא סונכרנו כיוון שהן נמצאות על אמצעי אחסון חיצוניים: - + There are folders that were not synchronized because they are too big or external storages: - לא סונכרנו בשל היותן על אחסון חיצוני או בשל בעיות גודל התיקיות הבאות : + ישנן תיקיות שלא סונכרנו כיוון שהן גדולות מדי או באחסון חיצוני: - + Confirm Account Removal - אשר הסרת חשבון + אישור הסרת חשבון - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>האם ברצונך להסיר את החיבור לחשבון <i>%1</i>?</p><p><b>שים לב:</b>פעולה זו <b>לא</b> תסיר את הקבצים.</p> - + Remove connection הסרת חיבור - - + + Open folder פתיחת תיקייה - - + + Log out יציאה - + Resume sync להמשיך בסנכרון - + Pause sync השהיית סנכרון - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>האם ברצונך להפסיק את סנכרון התיקיה <i>%1</i>?</p><p><b>שים לב:</b> פעולה זו <b>לא </b> תמחק את הקבצים.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) מתוך %2 בשימוש. חלק מהתיקיות, ובכללן תיקיות רשת או משותפות, עלולות להיות בעלות מכסות שונות. - + %1 of %2 in use %1 מתוך %2 בשימוש - + Currently there is no storage usage information available. ברגע זה אין כל מידע זמין על השימוש באחסון. - + No %1 connection configured. אין הגדרה לחיבור %1 @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - טופס - - - - TextLabel - תוית טקסט - Accept אשר - + Synced סונכרן - + Retry all uploads נסה מחדש את כל ההעלאות - + <br/>Account %1 does not have activities enabled. חשבון %1 לא איפשר את מצב הפעילויות. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database איראה שגיאה בעת כתיבת metadata ל מסד הנתונים @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> נא להקליד את הססמא להצפנה מקצה לקצה:<br><br>משתמש: %2<br>חשבון: %3<br> - + Enter E2E passphrase נא להקליד ססמת הצפנה קצה לקצה @@ -722,6 +764,59 @@ תגובת גילוי הקבצים של השרת לוקה בחסר. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 אינה ניתנת לקריאה. - + %1 has been removed. %1 names a file. %1 הוסרה. - + %1 has been downloaded. %1 names a file. %1 התקבלה. - + %1 has been updated. %1 names a file. %1 עודכנה. - + %1 has been renamed to %2. %1 and %2 name files. השם של %1 הוחלף בשם %2. - + %1 has been moved to %2. %1 הועברה אל %2. - + %1 and %n other file(s) have been removed. - + %1 and %n other file(s) have been downloaded. - + %1 and %n other file(s) have been updated. - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 has and %n other file(s) have sync conflicts. - + %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. - + Sync Activity פעילות סנכרון - + Could not read system exclude file לא ניתן לקרוא את קובץ ההחרגה של המערכת. - + A new folder larger than %1 MB has been added: %2. נוספה תיקייה שגודלה הוא מעבר ל־%1 מ״ב: %2. - + A folder from an external storage has been added. נוספה תיקייה ממקור חיצוני. - + Please go in the settings to select it if you wish to download it. נא לגשת להגדרות כדי לבחור אם ברצונך להוריד אותה. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. התיקייה %1 נוצרה אך הוחרגה מהסנכרון בעבר. הנתונים שבתוכה לא יסונכרנו. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,46 +965,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? להוריד קבצים חדשים? - + Download new files להוריד קבצים חדשים - + Keep local files להשאיר את הקבצים המקומיים - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected התגלה גיבוי - + Normal Synchronisation סנכרון רגיל - + Keep Local Files as Conflict להשאיר את הקבצים המקומיים כסותרים @@ -1305,11 +1400,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - טופס - Legal notice @@ -1451,7 +1541,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Sync hidden files - + סנכרון קבצים נסתרים @@ -1459,89 +1549,87 @@ Continuing the sync as normal will cause all your files to be overwritten by an - - Add - הוספה + + This entry is provided by the system at '%1' and cannot be modified in this view. + + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + - - Remove all - להסיר הכול - - - + Pattern - תבנית + - + Allow Deletion - לאפשר מחיקה + - + + Add + + + + Remove - הסרה + - + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - לא ניתן לפתוח קובץ + - + Cannot write changes to '%1'. - + Add Ignore Pattern - + Add a new ignore pattern: - - - This entry is provided by the system at '%1' and cannot be modified in this view. - - OCC::LegalNotice - - - Dialog - - Legal notice - - - - - TextLabel - + הצהרה משפטית Close - + סגירה <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> - + <p>כל הזכויות שמורות 2017‏-2018 ל־Nextcloud GmbH<br />כל הזכויות שמורות 2012‏-2018 ל־ownCloud GmbH</p> @@ -1559,12 +1647,12 @@ Items where deletion is allowed will be deleted if they prevent a directory from &Search: - + &חיפוש: &Find - + &איתור: @@ -1596,27 +1684,27 @@ Logs will be written to %1 S&ave - + &שמירה Save the log file to a file on disk for debugging. - + שמירת קובץ היומן לקובץ בכונן לצורכי ניפוי שגיאות. Save log file - + שמירת קובץ יומן Error - + שגיאה Could not write to log file %1 - + לא ניתן לכתוב לקובץ היומן %1 @@ -1624,7 +1712,7 @@ Logs will be written to %1 Error - + שגיאה @@ -1647,50 +1735,45 @@ Logs will be written to %1 Skip this version - + לדלג על הגרסה הזו Skip this time - + לדלג הפעם Get update - + לקבל עדכון OCC::NetworkSettings - - - Form - - Proxy Settings - + הגדרות מתווך No Proxy - + אין מתווך Use system proxy - + להשתמש במתווך המערכת Specify proxy manually as - + לציין מתווך ידנית בתור Host - + מארח @@ -1700,30 +1783,30 @@ Logs will be written to %1 Proxy server requires authentication - + השרת המתווך דורש אימות Download Bandwidth - + רוחב פס הורדה Limit to - + להגביל לכדי KBytes/s - + ק״ב/ש׳ No limit - + ללא הגבלה @@ -1895,23 +1978,23 @@ for additional privileges during the process. Free space: %1 - + מקום פנוי: %1 Local Sync Folder - + תיקיית סנכרון מקומית (%1) - + (%1) There isn't enough free space in the local folder! - + אין מספיק שטח פנוי בתיקייה המקומית! @@ -1919,7 +2002,7 @@ for additional privileges during the process. Connection failed - + החיבור נכשל @@ -1929,7 +2012,7 @@ for additional privileges during the process. Select a different URL - + נא לבחור בכתובת אחרת @@ -1952,17 +2035,17 @@ for additional privileges during the process. &Email - + &דוא״ל Connect to %1 - + להתחבר אל %1 Enter user credentials - + להכניס פרטי משתמש @@ -1970,17 +2053,12 @@ for additional privileges during the process. Connect to %1 - + להתחבר אל %1 Login in your browser - - - - - Copy link to clipboard - + כניסה בדפדפן שלך @@ -1988,12 +2066,12 @@ for additional privileges during the process. Connect to %1 - + להתחבר אל %1 Setup %1 server - + הקמת שרת %1 @@ -2032,12 +2110,12 @@ It is not advisable to use it. - + Invalid URL - + כתובת שגויה - + Could not load certificate. Maybe wrong password? @@ -2122,7 +2200,7 @@ It is not advisable to use it. Error: %1 - + שגיאה: %1 @@ -2195,14 +2273,14 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard - + אשף החיבור אל %1 - + Skip folders configuration - + דילוג על הגדרות תיקיות @@ -2210,17 +2288,17 @@ It is not advisable to use it. Everything set up! - + הכול הוגדר! Open Local Folder - + פתיחת תיקייה מקומית Open %1 in Browser - + לפתוח את %1 בדפדפן @@ -2228,15 +2306,15 @@ It is not advisable to use it. Invalid JSON reply from the poll URL - + תגובת JSON שגויה מכתובת התשאול OCC::PropagateDirectory - + Error writing metadata to the database - + שגיאה בכתיבת נתוני העל למסד הנתונים @@ -2262,32 +2340,32 @@ It is not advisable to use it. - + File was deleted from server - + הקובץ נמחק מהשרת - + The file could not be downloaded completely. - + לא ניתן להוריד את הקובץ במלואו. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery - + Error writing metadata to the database @@ -2300,7 +2378,7 @@ It is not advisable to use it. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2310,22 +2388,22 @@ It is not advisable to use it. could not delete file %1, error: %2 - + לא ניתן למחוק את הקובץ %1, שגיאה: %2 Attention, possible case sensitivity clash with %1 - + לתשומת לבך, כנראה שיש סתירה של אותיות רישיות עם %1 could not create folder %1 - + לא ניתן ליצור את התיקייה %1 Error writing metadata to the database - + שגיאה בכתיבת נתוני העל למסד הנתונים @@ -2333,17 +2411,17 @@ It is not advisable to use it. Error removing '%1': %2; - + שגיאה בהסרת ‚%1’: %2; Could not remove folder '%1' - + לא ניתן להסיר את התיקייה ‚%1’ Could not remove %1 because of a local file name clash - + לא ניתן להסיר את %1 עקב סתירה עם שם קובץ מקומי @@ -2351,13 +2429,13 @@ It is not advisable to use it. File %1 can not be renamed to %2 because of a local file name clash - + לא ניתן לשנות את השם של %1 לשם %2 עקב סתירה עם שם קובץ מקומי Error writing metadata to the database - + שגיאה בכתיבת נתוני העל למסד הנתונים @@ -2432,29 +2510,29 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. - + Local file changed during sync. - + Unexpected return code from server (%1) - + Missing File ID from server - + מזהה הקובץ חסר בשרת - + Missing ETag from server - + ETag חסר בשרת @@ -2462,22 +2540,22 @@ It is not advisable to use it. Poll URL missing - + חסרה כתובת הסקר The local file was removed during sync. - + הקובץ המקומי הוסר במהלך הסנכרון. Local file changed during sync. - + הקובץ המקומי השתנה במהלך הסנכרון. The server did not acknowledge the last chunk. (No e-tag was present) - + השרת לא הכיר בחלק האחרון. (לא היה e-tag) @@ -2485,27 +2563,27 @@ It is not advisable to use it. Proxy authentication required - + נדרש אימות מול המתווך Username: - + שם משתמש: Proxy: - + מתווך: The proxy server needs a username and password. - + לשרת המתווך נדרשים שם משתמש וססמה. Password: - + ססמה: @@ -2518,7 +2596,7 @@ It is not advisable to use it. Choose What to Sync - + נא לבחור מה לסנכרן @@ -2526,33 +2604,33 @@ It is not advisable to use it. Loading ... - + בטעינה… Deselect remote folders you do not wish to synchronize. - + יש לבטל את בחירת התיקיות המרוחקות אם אין ברצונך לסנכרן. Name - + שם Size - + גודל No subfolders currently on the server. - + אין כרגע תת־תיקיות בשרת. An error occurred while loading the list of sub folders. - + אירעה שגיאה בעת טעינת רשימת תת־התיקיות. @@ -2560,7 +2638,7 @@ It is not advisable to use it. Dismiss - + התעלמות @@ -2568,27 +2646,27 @@ It is not advisable to use it. Settings - + הגדרות Activity - + פעילות General - + כללי Network - + רשת Account - + חשבון @@ -2596,28 +2674,28 @@ It is not advisable to use it. %1 - + %1 Activity - + פעילות General - + כללי Network - + רשת Account - + חשבון @@ -2630,12 +2708,12 @@ It is not advisable to use it. ownCloud Path: - + נתיב ownCloud: Icon - + סמל @@ -2650,85 +2728,85 @@ It is not advisable to use it. Folder: %2 - + תיקייה: %2 The file can not be shared because it was shared without sharing permission. - + לא ניתן לשתף את הקובץ כיוון שהוא שותף ללא הרשאות שיתוף. OCC::ShareLinkWidget - + &Share link - + Password: - + ססמה: - + Expiration date: - + מועד תפוגת תוקף: - + TextLabel Delete - + מחיקה Allow Editing - + לאפשר עריכה Read only - + קריאה בלבד Allow Upload && Editing - + לאפשר העלאה ועריכה File Drop (Upload Only) - + גרירת קבצים (העלאה בלבד) Password Protect - + הגנה בססמה Expiration Date - + מועד תפוגת תוקף Unshare - + ביטול שיתוף Add another link - + הוספת קישור נוסף Confirm Link Share Deletion - + אישור מחיקת קישור לשיתוף @@ -2738,35 +2816,35 @@ It is not advisable to use it. Cancel - + ביטול Public link - + קישור ציבורי OCC::ShareUserGroupWidget - + Share with users or groups ... - + שיתוף עם משתמשים או קבוצות… - + Copy link - + העתקת קישור - + No results for '%1' - + אין תוצאות לחיפוש אחר ‚%1’ - + I shared something with you - + שיתפת אתך משהו @@ -2774,32 +2852,37 @@ It is not advisable to use it. User name - + שם משתמש can edit - + הרשאה לעריכה - + Can reshare + הרשאה לשיתוף מחדש + + + + Unshare - + Can create - + הרשאה ליצירה - + Can change - + הרשאה לעריכה - + Can delete - + הרשאה למחיקה @@ -2807,12 +2890,12 @@ It is not advisable to use it. Login Error - + שגיאת כניסה You must sign in as user %1 - + עליך להיכנס בתור המשתמש %1 @@ -2820,22 +2903,22 @@ It is not advisable to use it. %1 - Authenticate - + %1 - אימות - SSL Chipher Debug View + SSL Cipher Debug View Reauthentication required - + נדרשת אימות חוזר Your session has expired. You need to re-login to continue to use the client. - + ההפעלה שלך פגה. עליך להיכנס מחדש כדי להמשיך להשתמש בתכנית הלקוח. @@ -2844,50 +2927,50 @@ It is not advisable to use it. Share with %1 parameter is Nextcloud - + שיתוף עם %1 Context menu share - + שיתוף מתפריט הקשר I shared something with you - + שיתפתי אתך משהו Share... - + שיתוף… Copy private link to clipboard - + העתקת שיעור פרטי ללוח הגזירים Send private link by email... - + שליחת קישור פרטי בדוא״ל… Resharing this file is not allowed - + אסור לשתף קובץ זה מחדש Copy public link to clipboard - + העתקת קישור ציבורי ללוח הגזירים Open in browser - + פתיחה בדפדפן @@ -2895,7 +2978,7 @@ It is not advisable to use it. <h3>Certificate Details</h3> - + <h3>פרטי האישור</h3> @@ -2960,12 +3043,12 @@ It is not advisable to use it. SHA-256: - + SHA-256: SHA-1: - + SHA-1: @@ -3007,11 +3090,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - - Trust this certificate anyway @@ -3041,44 +3119,49 @@ It is not advisable to use it. - + Organization: %1 - + Unit: %1 - + Country: %1 - Fingerprint (MD5): <tt>%1</tt> - - - - Fingerprint (SHA1): <tt>%1</tt> - - Effective Date: %1 + + Fingerprint (SHA-256): <tt>%1</tt> - - Expiration Date: %1 + + Fingerprint (SHA-512): <tt>%1</tt> + Effective Date: %1 + + + + + Expiration Date: %1 + + + + Issuer: %1 @@ -3184,17 +3267,17 @@ It is not advisable to use it. Discovery step failed. - + שלב בגילוי נכשל Permission denied. - + ההרשאה נדחתה. File or directory not found: - + קובץ או תיקייה לא נמצאו: @@ -3209,12 +3292,12 @@ It is not advisable to use it. The service is temporarily unavailable - + השירות אינו זמין באופן זמני Access is forbidden - + הגישה אסורה @@ -3254,17 +3337,17 @@ It is not advisable to use it. Filename is too long. - + שם הקובץ ארוך מדי The filename cannot be encoded on your file system. - + לא ניתן להצפין את שם הקובץ במערכת הקבצים שלך. Unresolved conflict. - + סתירה בלתי פתורה. @@ -3341,12 +3424,12 @@ It is not advisable to use it. the destination - + היעד the source - + המקור @@ -3354,7 +3437,7 @@ It is not advisable to use it. Synchronisation Log - + יומן סנכרון @@ -3369,11 +3452,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> - + <p>This release was supplied by %1</p> @@ -3381,27 +3464,27 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 - + נא להיכנס עם המשתמש: %1 @@ -3409,87 +3492,82 @@ It is not advisable to use it. Please sign in - + נא להיכנס Folder %1: %2 - + תיקייה %1: %2 There are no sync folders configured. - + לא מוגדרות תיקיות לסנכרון Open in browser - + פתיחה בדפדפן Log in... - + כניסה… Log out - + יציאה Recent Changes - + שינויים אחרונים Managed Folders: - + תיקיות מנוהלות: Open folder '%1' - + פתיחת התיקייה ‚%1’ Open %1 in browser - + פתיחת %1 בדפדפן Unknown status - + מצב לא ידוע Settings... - - - - - Details... - + הגדרות… Help - + עזרה Quit %1 - + יציאה מ־%1 Disconnected from %1 - + ניתוק מ־%1 Unsupported Server Version - + גרסת השרת אינה נתמכת @@ -3514,72 +3592,77 @@ It is not advisable to use it. Account %1: %2 - + חשבון %1: %2 Signed out - + יצאת Account synchronization is disabled - + סנכרון החשבון מושבת Synchronization is paused - + הסנכרון מושהה Unresolved conflicts - + סתירות בלתי פתורות Error during synchronization - + שגיאה במהלך הסנכרון No sync folders configured - + לא הוגדרו תיקיות סנכרון Resume all folders - + להמשיך עם כל התיקיות Pause all folders - + להשהות את כל התיקיות Resume all synchronization - + להמשיך את כל הסנכרונים Resume synchronization - + להמשיך סנכרון Pause all synchronization - + להשהות את כל הסנכרונים Pause synchronization - + להשהות סנכרון New account... + חשבון חדש… + + + + View more activity... @@ -3636,32 +3719,15 @@ It is not advisable to use it. Up to date - + עדכני OwncloudAdvancedSetupPage - - - Form - - - - - - - - - - - - TextLabel - - Server - + שרת @@ -3682,7 +3748,7 @@ It is not advisable to use it. MB Trailing part of "Ask confirmation before syncing folder larger than" - + מ״ב @@ -3697,102 +3763,81 @@ It is not advisable to use it. &Local Folder - - - - - pbSelectLocalFolder - + &תיקייה מקומית &Keep local data - + לה&שאיר את הנתונים המקומיים S&ync everything from server - + ל&סנכרן הכול מהשרת Status message - + הודעת מצב OwncloudHttpCredsPage - - - Form - - &Username - + &שם משתמש &Password - + &ססמה OwncloudOAuthCredsPage - - - Form - - Please switch to your browser to proceed. - + נא להחליף לדפדפן שלך כדי להמשיך. An error occurred while connecting. Please try again. - + אירעה שגיאה בזמן החיבור. נא לנסות שוב. Re-open Browser + נא לפתוח את הדפדפן מחדש + + + + Copy link OwncloudSetupPage - - - Form - - - - - - TextLabel - - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> - + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">אירוח שרת משלך</span></a> Register with a provider - + הרשמה אצל ספק Log in - + כניסה Server Address - + כתובת השרת @@ -3802,31 +3847,15 @@ It is not advisable to use it. Error Label - + תווית שגיאה OwncloudWizardResultPage - - - Form - - - - - TextLabel - - Your entire account is synced to the local folder - - - - - - PushButton - + כל החשבון שלך מסונכרן לתיקייה הנוכחית @@ -3834,55 +3863,55 @@ It is not advisable to use it. in the future - + בעתיד %n day ago - + אתמולשלשוםלפני %n ימיםלפני %n ימים %n days ago - + אתמולשלשוםלפני %n ימיםלפני %n ימים %n hour ago - + לפני שעהלפני שעתייםלפני %n שעותלפני %n שעות %n hours ago - + לפני שעהלפני שעתייםלפני %n שעותלפני %n שעות now - + עכשיו Less than a minute ago - + לפני פחות מדקה %n minute ago - + לפני דקהלפני %n דקותלפני %n דקותלפני %n דקות %n minutes ago - + לפני דקהלפני %n דקותלפני %n דקותלפני %n דקות Some time ago - + ממש לא מזמן - + %1: %2 this displays an error string (%2) for a file %1 @@ -3893,57 +3922,57 @@ It is not advisable to use it. %L1 GB - + %L1 ג״ב %L1 MB - + %L1 מ״ב %L1 KB - + %L1 ק״ב %L1 B - + %L1 ב׳ %n year(s) - + שנהשנתיים%n שנים%n שנים %n month(s) - + חודשחודשיים%n חודשים%n חודשים %n day(s) - + יוםיומיים%n ימים%n ימים %n hour(s) - + שעהשעתיים%n שעות%n שעות %n minute(s) - + דקה%n דקות%n דקות%n דקות %n second(s) - + שנייה%n שניות%n שניות%n שניות %1 %2 - + %1 %2 @@ -3951,7 +3980,7 @@ It is not advisable to use it. The checksum header is malformed. - + כותרת הבדיקה פגומה. @@ -3964,20 +3993,12 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp System Tray not available - + מגש המערכת אינו זמין @@ -3990,7 +4011,7 @@ It is not advisable to use it. <p><small>Built from Git revision <a href="%1">%2</a> on %3, %4 using Qt %5, %6</small></p> - + <p><small>נבנה מהמהדורה <a href="%1">%2</a> ב־Git ב־%3, %4 באמצעות Qt %5, %6</small></p> @@ -4018,7 +4039,7 @@ It is not advisable to use it. Moved to %1 - + הועבר אל %1 @@ -4028,23 +4049,23 @@ It is not advisable to use it. Filesystem access error - + שגיאת גישה למערכת הקבצים Error - + שגיאה Updated local metadata - + נתוני העל המקומיים עודכנו Unknown - + לא ידוע @@ -4075,12 +4096,12 @@ It is not advisable to use it. error - + שגיאה updating local metadata - + נתוני העל המקומיים מתעדכנים @@ -4088,42 +4109,42 @@ It is not advisable to use it. Status undefined - + המצב לא מוגדר Waiting to start sync - + בהמתנה להתחלת סנכרון Sync is running - + הסנכרון פעיל Sync Success - + הסנכרון הצליח Sync Success, some files were ignored. - + הסנכרון הצליח תוך התעלמות ממספר קבצים. Sync Error - + שגיאת סנכרון Setup Error - + שגיאת התקנה Preparing to sync - + בהכנה לסנכרון @@ -4133,7 +4154,7 @@ It is not advisable to use it. Sync is paused - + הסנכרון מושהה @@ -4141,7 +4162,7 @@ It is not advisable to use it. Could not open browser - + לא ניתן לפתוח דפדפן @@ -4151,12 +4172,12 @@ It is not advisable to use it. Could not open email client - + לא ניתן לפתוח לקוח דוא״ל There was an error when launching the email client to create a new message. Maybe no default email client is configured? - + אירעה שגיאה בעת הפעלת לקוח הדוא״ל לצורך כתיבת הודעה חדשה. אולי לא מוגדר לקוח דוא״ל כבררת מחדל? \ No newline at end of file diff --git a/translations/client_hr.ts b/translations/client_hr.ts new file mode 100644 index 000000000..73f573ea6 --- /dev/null +++ b/translations/client_hr.ts @@ -0,0 +1,4202 @@ + + + CloudProviderWrapper + + + %1 (%2, %3) + %1 (%2, %3) + + + + Checking for changes in '%1' + Provjera izmjena u '%1' + + + + Syncing %1 of %2 (%3 left) + Sinkronizacija %1 od %2 (preostalo %3) + + + + Syncing %1 of %2 + Sinkronizacija %1 od %2 + + + + Syncing %1 (%2 left) + Sinkronizacija %1 (preostalo %2) + + + + Syncing %1 + Sinkronizacija %1 + + + + + No recently changed files + Nema nedavno promijenjenih datoteka + + + + Sync paused + Sinkronizacija je pauzirana + + + + Syncing + Sinkronizacija + + + + Open website + Otvori web-mjesto + + + + Recently changed + Nedavno promijenjeno + + + + Pause synchronization + Pauziraj sinkronizaciju + + + + Help + Pomoć + + + + Settings + Postavke + + + + Log out + Odjava + + + + Quit sync client + Zatvori klijent za sinkronizaciju + + + + Dialog + + + Label + Oznaka + + + + FileSystem + + + Could not make directories in trash + Neuspješna izrada direktorija u košu za smeće + + + + + Could not move '%1' to '%2' + Nije moguće premjestiti '%1' u '%2' + + + + Moving to the trash is not implemented on this platform + Premještanje u koš za smeće nije implementirano na ovoj platformi + + + + Flow2AuthCredsPage + + + Form + Obrazac + + + + Please switch to your browser to proceed. + Za nastavak prijeđite na preglednik. + + + + An error occurred while connecting. Please try again. + Došlo je do pogreške tijekom povezivanja. Pokušajte ponovno. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Obrazac + + + + Please switch to your browser to proceed. + Za nastavak prijeđite na preglednik. + + + + An error occurred while connecting. Please try again. + Došlo je do pogreške tijekom povezivanja. Pokušajte ponovno. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage + + + Pick a local folder on your computer to sync + Odaberite lokalnu mapu na računalu koju želite sinkronizirati + + + + &Choose... + &Odaberite... + + + + FolderWizardTargetPage + + + Select a remote destination folder + Odaberi udaljenu odredišnu mapu + + + + Create Folder + Stvori mapu + + + + Refresh + Osvježi + + + + Folders + Mape + + + + TextLabel + TextLabel + + + + OCC::AbstractNetworkJob + + + Connection timed out + Vrijeme sesije je isteklo + + + + Unknown error: network reply was deleted + Nepoznata pogreška: odgovor mreže je izbrisan + + + + Server replied "%1 %2" to "%3 %4" + Poslužitelj je odgovorio „%1 %2” na „%3 %4” + + + + OCC::AccountManager + + + End to end encryption mnemonic + Mnemonika cjelovitog šifriranja + + + + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). + Kako bismo zaštitili vaš kriptografski identitet, šifriramo ga s pomoću mnemonika od 12 riječi iz rječnika. Zapamtite ih i čuvajte na sigurnom. Bit će vam potrebni za dodavanje drugih uređaja na vaš račun (poput mobilnog telefona ili prijenosnog računala). + + + + OCC::AccountSettings + + + ... + ... + + + + Storage space: ... + Prostor za pohranu:... + + + + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore + Neoznačene mape bit će <b>uklonjene</b> iz vašeg lokalnog datotečnog sustava i više se neće sinkronizirati s ovim računalom + + + + Synchronize all + Sinkroniziraj sve + + + + Synchronize none + Sinkroniziraj ništa + + + + Apply manual changes + Primijeni ručne promjene + + + + Apply + Potvrdi + + + + + + Cancel + Odustani + + + + Connected with <server> as <user> + Povezan s <poslužitelj> kao <korisnik> + + + + No account configured. + Račun nije konfiguriran. + + + + Add new + Dodaj novi + + + + Remove + Ukloni + + + + Account + Račun + + + + This account supports end-to-end encryption + Ovaj račun podržava cjelovito šifriranje + + + + Enable encryption + Omogući šifriranje + + + + Show E2E mnemonic + Pokaži E2E mnemoničku oznaku + + + + Encrypt + Šifriraj + + + + + Edit Ignored Files + + + + + Choose what to sync + Odaberite što sinkronizirati + + + + Force sync now + Sinkroniziraj sada + + + + Restart sync + Ponovno pokreni sinkronizaciju + + + + Remove folder sync connection + Uklonite poveznicu za sinkronizaciju mape + + + + Folder creation failed + Neuspješna izrada mape + + + + <p>Could not create local folder <i>%1</i>. + <p>Nije moguće stvoriti lokalnu mapu <i>%1</i>. + + + + Confirm Folder Sync Connection Removal + Potvrdi uklanjanje poveznice za sinkronizaciju mape + + + + Remove Folder Sync Connection + Uklonite poveznicu za sinkronizaciju mape + + + + Sync Running + Sinkronizacija u tijeku + + + + The syncing operation is running.<br/>Do you want to terminate it? + Sinkronizacija je pokrenuta.<br/>Želite li je prekinuti? + + + + %1 in use + %1 u upotrebi + + + + %1 as <i>%2</i> + %1 kao <i>%2</i> + + + + The server version %1 is old and unsupported! Proceed at your own risk. + Inačica poslužitelja %1 je stara i nepodržana! Nastavite na vlastitu odgovornost. + + + + Connected to %1. + Povezano s %1. + + + + Server %1 is temporarily unavailable. + Poslužitelj %1 privremeno nije dostupan. + + + + Server %1 is currently in maintenance mode. + Poslužitelj %1 trenutno je u načinu održavanja. + + + + Signed out from %1. + Odjavili ste se iz %1. + + + + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. + Dobivanje autorizacije od preglednika. <a href='%1'>Kliknite ovdje</a> za ponovno otvaranje preglednika. + + + + Connecting to %1... + Povezivanje s %1... + + + + No connection to %1 at %2. + Ne postoji veza s %1 na %2. + + + + Log in + Prijava + + + + There are folders that were not synchronized because they are too big: + Ove mape nisu sinkronizirane jer su prevelike: + + + + There are folders that were not synchronized because they are external storages: + Ove mape nisu sinkronizirane jer su vanjski prostori za pohranu: + + + + There are folders that were not synchronized because they are too big or external storages: + Ove mape nisu sinkronizirane jer su prevelike ili su vanjski prostori za pohranu: + + + + Confirm Account Removal + Potvrdi brisanje računa + + + + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> + <p>Želite li zaista ukloniti vezu s računom <i>%1</i>?</p><p><b>Napomena:</b> time <b>nećete</b> izbrisati datoteke.</p> + + + + Remove connection + Ukloni vezu + + + + + Open folder + Otvori mapu + + + + + Log out + Odjava + + + + Resume sync + Nastavi sinkronizaciju + + + + Pause sync + Pauziraj sinkronizaciju + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> + <p>Želite li zaista prekinuti sinkronizaciju mape <i>%1</i>?</p><p><b>Napomena:</b> time <b>nećete</b> izbrisati datoteke.</p> + + + + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. + %1 (%3%) od %2 u upotrebi. Neke mape, uključujući mrežne ili dijeljene mape, mogu imati različita ograničenja. + + + + %1 of %2 in use + %1 od %2 u upotrebi + + + + Currently there is no storage usage information available. + Trenutno nema dostupnih podataka o uporabi pohrane. + + + + No %1 connection configured. + Nije konfigurirana veza %1. + + + + OCC::AccountState + + + Signed out + Odjavljen + + + + Disconnected + Odspojen + + + + Connected + Povezan + + + + Service unavailable + Usluga nedostupna + + + + Maintenance mode + Način održavanja + + + + Network error + Pogreška mreže + + + + Configuration error + Pogreška konfiguracije + + + + Asking Credentials + Traženje vjerodajnica + + + + Unknown account state + Nepoznato stanje računa + + + + OCC::ActivityItemDelegate + + + %1 + %1 + + + + More information + Više informacija + + + + Accept + Prihvati + + + + Join + Pridruži se + + + + Open Browser + Otvori preglednik + + + + OCC::ActivityWidget + + + Accept + Prihvati + + + + Synced + Sinkronizirano + + + + Retry all uploads + Ponovno pokreni sve otpreme + + + + <br/>Account %1 does not have activities enabled. + <br/>Račun %1 nema omogućenih aktivnosti. + + + + OCC::AddCertificateDialog + + + SSL client certificate authentication + Autentifikacija SSL vjerodajnice klijenta + + + + This server probably requires a SSL client certificate. + Ovaj poslužitelj vjerojatno zahtijeva SSL vjerodajnicu klijenta. + + + + Certificate & Key (pkcs12) : + Vjerodajnica i ključ (pkcs12): + + + + Browse... + Pretraži... + + + + Certificate password : + Zaporka vjerodajnice: + + + + Select a certificate + Odaberi vjerodajnicu + + + + Certificate files (*.p12 *.pfx) + Datoteke vjerodajnica (*.p12 *.pfx) + + + + OCC::Application + + + Error accessing the configuration file + Pogreška pri pristupanju konfiguracijskoj datoteci + + + + There was an error while accessing the configuration file at %1. Please make sure the file can be accessed by your user. + Došlo je do pogreške prilikom pristupanja konfiguracijskoj datoteci na %1. Provjerite može li korisnik pristupiti datoteci. + + + + Quit %1 + Zatvori %1 + + + + OCC::AuthenticationDialog + + + Authentication Required + Potrebna autentifikacija + + + + Enter username and password for '%1' at %2. + Unesite korisničko ime i zaporku za ‘%1’ na %2. + + + + &User: + &Korisnik: + + + + &Password: + &Zaporka: + + + + OCC::CleanupPollsJob + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::ClientSideEncryption + + + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> + Unesite zaporku za cjelovito šifriranje: <br><br>Korisnik: %2<br>Račun: %3<br> + + + + Enter E2E passphrase + Unesite zaporku za E2E + + + + OCC::ConnectionValidator + + + No ownCloud account configured + Nije konfiguriran račun za ownCloud + + + + The configured server for this client is too old + Konfigurirani poslužitelj za ovog klijenta je prestar + + + + Please update to the latest server and restart the client. + Ažurirajte na najnoviji poslužitelj i ponovno pokrenite klijenta. + + + + Authentication error: Either username or password are wrong. + Pogrešna autentifikacija: pogrešno korisničko ime ili zaporka. + + + + timeout + istek vremena + + + + The provided credentials are not correct + Navedene vjerodajnice nisu točne + + + + OCC::DiscoveryMainThread + + + Aborted by the user + Prekinuo korisnik + + + + OCC::DiscoverySingleDirectoryJob + + + The server file discovery reply is missing data. + Nedostaju podaci u odgovoru datoteke poslužitelja. + + + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Poslužitelj je vratio pogrešku: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Došlo je do pogreške prilikom pristupanja krajnjoj točki ‘token’: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Nije moguće parsirati JSON koji je vratio poslužitelj: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + Odgovor poslužitelja ne sadrži sva očekivana polja + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Poveži s %1 + + + + Login in your browser (Login Flow v2) + Prijavi se u svoj preglednik (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Nije moguće otvoriti preglednik, kopirajte poveznicu u svoj preglednik. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Nije moguće otvoriti preglednik, kopirajte poveznicu u svoj preglednik. + + + + OCC::Folder + + + Local folder %1 does not exist. + Lokalna mapa %1 ne postoji. + + + + %1 should be a folder but is not. + %1 bi trebao biti mapa, ali nije. + + + + %1 is not readable. + %1 nije čitljiva. + + + + %1 has been removed. + %1 names a file. + %1 je uklonjena. + + + + %1 has been downloaded. + %1 names a file. + %1 je preuzeta. + + + + %1 has been updated. + %1 names a file. + %1 je ažurirana. + + + + %1 has been renamed to %2. + %1 and %2 name files. + %1 je preimenovana u %2. + + + + %1 has been moved to %2. + %1 je premještena u %2. + + + + %1 and %n other file(s) have been removed. + %1 i %n drugih datoteka su uklonjene.%1 i %n drugih datoteka su uklonjene.%1 i %n drugih datoteka su uklonjene. + + + + %1 and %n other file(s) have been downloaded. + %1 i %n drugih datoteka su preuzete.%1 i %n drugih datoteka su preuzete.%1 i %n drugih datoteka su preuzete. + + + + %1 and %n other file(s) have been updated. + %1 i %n drugih datoteka su ažurirane.%1 i %n drugih datoteka su ažurirane.%1 i %n drugih datoteka su ažurirane. + + + + %1 has been renamed to %2 and %n other file(s) have been renamed. + %1 je preimenovana u %2 i %n drugih datoteka je preimenovano.%1 je preimenovana u %2 i %n drugih datoteka je preimenovano.%1 je preimenovana u %2 i %n drugih datoteka je preimenovano. + + + + %1 has been moved to %2 and %n other file(s) have been moved. + %1 je premještena u %2 i %n drugih datoteka je premješteno.%1 je premještena u %2 i %n drugih datoteka je premješteno.%1 je premještena u %2 i %n drugih datoteka je premješteno. + + + + %1 has and %n other file(s) have sync conflicts. + Postoji nepodudaranje u sinkronizaciji za %1 i %n drugih datoteka.Postoji nepodudaranje u sinkronizaciji za %1 i %n drugih datoteka.Postoji nepodudaranje u sinkronizaciji za %1 i %n drugih datoteka. + + + + %1 has a sync conflict. Please check the conflict file! + Postoji nepodudaranje u sinkronizaciji za %1. Provjerite datoteku nepodudaranja! + + + + %1 and %n other file(s) could not be synced due to errors. See the log for details. + %1 i %n drugih datoteka nije moguće sinkronizirati zbog pogrešaka. Pojedinosti potražite u zapisu pogreške.%1 i %n drugih datoteka nije moguće sinkronizirati zbog pogrešaka. Pojedinosti potražite u zapisu pogreške.%1 i %n drugih datoteka nije moguće sinkronizirati zbog pogrešaka. Pojedinosti potražite u zapisu pogreške. + + + + %1 could not be synced due to an error. See the log for details. + %1 nije moguće sinkronizirati zbog pogreške. Pojedinosti potražite u zapisu pogreške. + + + + Sync Activity + Aktivnost sinkronizacije + + + + Could not read system exclude file + Nije moguće pročitati datoteku izuzetka iz sustava + + + + A new folder larger than %1 MB has been added: %2. + + Dodana je nova mapa veća od %1 MB: %2. + + + + + A folder from an external storage has been added. + + Dodana je mapa iz vanjskog prostora za pohranu. + + + + + Please go in the settings to select it if you wish to download it. + Idite u postavke kako biste je odabrali ako je želite preuzeti. + + + + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. + Mapa %1 je stvorena, ali je prethodno isključena iz sinkronizacije. Podaci unutar nje neće se sinkronizirati. + + + + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. + Datoteka %1 je stvorena, ali je prethodno isključena iz sinkronizacije. Neće se sinkronizirati. + + + + Changes in synchronized folders could not be tracked reliably. + +This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). + +%1 + Promjene u sinkroniziranim mapama nije moguće pouzdano pratiti. + +To znači da klijent za sinkronizaciju možda neće odmah otpremiti lokalne promjene i umjesto toga će skenirati u potrazi za lokalnim promjenama i povremeno ih otpremati (svaka dva sata prema zadanim postavkama). + +%1 + + + + All files in the sync folder '%1' folder were deleted on the server. +These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. +If you decide to keep the files, they will be re-synced with the server if you have rights to do so. +If you decide to delete the files, they will be unavailable to you, unless you are the owner. + Sve datoteke u mapi za sinkronizaciju '%1' izbrisane su sa poslužitelja. +Ta će se brisanja sinkronizirati s lokalnom mapom za sinkronizaciju, što znači da će takve datoteke biti nedostupne ako nemate ovlasti za vraćanje. +Ako odlučite zadržati datoteke, ponovno će se sinkronizirati s poslužiteljem ako imate potrebne ovlasti. +Ako odlučite izbrisati datoteke, one će vam biti nedostupne ako niste njihov vlasnik. + + + + Download new files? + Preuzmi nove datoteke? + + + + Download new files + Preuzmi nove datoteke + + + + Keep local files + Zadrži lokalne datoteke + + + + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. +Are you sure you want to sync those actions with the server? +If this was an accident and you decide to keep your files, they will be re-synced from the server. + Sve datoteke u vašoj lokalnoj mapi za sinkronizaciju '%1' su izbrisane. Ova će se brisanja sinkronizirati s vašim poslužiteljem, što znači da će te datoteke biti nedostupne ako ih ne vratite. +Jeste li sigurni da želite sinkronizirati te radnje s poslužiteljem? +Ako ste slučajno odabrali ovu radnju i želite zadržati svoje datoteke, ponovno će se sinkronizirati s poslužitelja. + + + + This sync would reset the files to an earlier time in the sync folder '%1'. +This might be because a backup was restored on the server. +Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? + Ova sinkronizacija vratit će ranije inačice datoteka u mapu za sinkronizaciju '%1'. +To može biti zbog vraćanja sigurnosne kopije na poslužitelj. +Nastavljanje sinkronizacije uzrokovat će zamjenu svih vaših datoteka starijim inačicama istih datoteka. Želite li zadržati najnovije lokalne datoteke kao datoteke nepodudaranja? + + + + Backup detected + Otkrivena je sigurnosna kopija + + + + Normal Synchronisation + Normalna sinkronizacija + + + + Keep Local Files as Conflict + Zadrži lokalne datoteke kao datoteke nepodudaranja + + + + OCC::FolderMan + + + Could not reset folder state + Stanje mape nije moguće vratiti + + + + An old sync journal '%1' was found, but could not be removed. Please make sure that no application is currently using it. + Pronađen je stari sinkronizacijski dnevnik ‘%1’ ali ga nije moguće ukloniti. Provjerite koristi li ga trenutno neka druga aplikacija. + + + + (backup) + (sigurnosna kopija) + + + + (backup %1) + (sigurnosna kopija %1) + + + + Undefined State. + Nedefinirano stanje. + + + + Waiting to start syncing. + Čeka se početak sinkronizacije. + + + + Preparing for sync. + Priprema za sinkronizaciju. + + + + Sync is running. + Sinkronizacija je pokrenuta. + + + + Sync was successful, unresolved conflicts. + Sinkronizacija je bila uspješna, postoje neriješena nepodudaranja. + + + + Last Sync was successful. + Zadnja sinkronizacija bila je uspješna. + + + + Setup Error. + Pogreška pri postavljanju. + + + + User Abort. + Prekinuo korisnik. + + + + Sync is paused. + Sinkronizacija je pauzirana. + + + + %1 (Sync is paused) + %1 (Sinkronizacija je pauzirana) + + + + No valid folder selected! + Nije odabrana nijedna valjana mapa! + + + + The selected path is not a folder! + Odabran put nije mapa! + + + + You have no permission to write to the selected folder! + Nemate dopuštenje za pisanje u odabranu mapu! + + + + There is already a sync from the server to this local folder. Please pick another local folder! + Već postoji sinkronizacija između poslužitelja i te lokalne mape. Odaberite drugu lokalnu mapu! + + + + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + Lokalna mapa %1 već sadrži mapu koja se upotrebljava u poveznici za sinkronizaciju mape. Odaberite drugu mapu! + + + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + Lokalna mapa %1 već je sadržana u mapi koja se upotrebljava u poveznici za sinkronizaciju mape. Odaberite drugu mapu! + + + + OCC::FolderStatusDelegate + + + Add Folder Sync Connection + Dodaj poveznicu za sinkronizaciju mape + + + + Synchronized with local folder + Sinkronizirano s lokalnom mapom + + + + File + Datoteka + + + + OCC::FolderStatusModel + + + You need to be connected to add a folder + Morate biti povezani kako biste dodali mapu + + + + Click this button to add a folder to synchronize. + Kliknite ovaj gumb kako biste dodali mapu za sinkronizaciju. + + + + + %1 (%2) + Example text: "File.txt (23KB)" + %1 (%2) + + + + Error while loading the list of folders from the server. + Pogreška prilikom učitavanja popisa mapa s poslužitelja. + + + + Signed out + Odjavljen + + + + Fetching folder list from server... + Dohvaćanje popisa mapa s poslužitelja... + + + + There are unresolved conflicts. Click for details. + Postoje neriješena nepodudaranja. Kliknite za pojedinosti. + + + + Reconciling changes + Usklađivanje promjena + + + + , '%1' + Build a list of file names + , '%1' + + + + '%1' + Argument is a file name + '%1' + + + + Syncing %1 + Example text: "Syncing 'foo.txt', 'bar.txt'" + Sinkronizacija %1 + + + + + , + , + + + + download %1/s + Example text: "download 24Kb/s" (%1 is replaced by 24Kb (translated)) + preuzimanje %1/s + + + + upload %1/s + Example text: "upload 24Kb/s" (%1 is replaced by 24Kb (translated)) + otpremanje %1/s + + + + Checking for changes in remote '%1' + Provjera za promjene u udaljenom ‘%1’ + + + + Checking for changes in local '%1' + Provjera za promjene u lokalnom ‘%1’ + + + + ↓ %1/s + ↓ %1/s + + + + ↑ %1/s + ↑ %1/s + + + + %1 %2 (%3 of %4) + Example text: "uploading foobar.png (2MB of 2MB)" + %1 %2 (%3 od %4) + + + + %1 %2 + Example text: "uploading foobar.png" + %1 %2 + + + + %5 left, %1 of %2, file %3 of %4 + Example text: "5 minutes left, 12 MB of 345 MB, file 6 of 7" + %5 preostalo, %1 od %2, datoteka %3 od %4 + + + + %1 of %2, file %3 of %4 + Example text: "12 MB of 345 MB, file 6 of 7" + %1 od %2, datoteka %3 od %4 + + + + file %1 of %2 + datoteka %1 od %2 + + + + Waiting... + Čekanje... + + + + Waiting for %n other folder(s)... + Čeka se %n drugih mapa...Čeka se %n drugih mapa...Čeka se %n drugih mapa... + + + + Preparing to sync... + Priprema za sinkronizaciju... + + + + OCC::FolderWatcherPrivate + + + This problem usually happens when the inotify watches are exhausted. Check the FAQ for details. + Taj se problem obično javlja kada su potrošeni inotify watches. Pojedinosti potražite među najčešće postavljenim pitanjima. + + + + OCC::FolderWizard + + + Add Folder Sync Connection + Dodaj poveznicu za sinkronizaciju mape + + + + Add Sync Connection + Dodaj poveznicu za sinkronizaciju + + + + OCC::FolderWizardLocalPath + + + Click to select a local folder to sync. + Kliknite za odabir lokalne mape za sinkronizaciju. + + + + Enter the path to the local folder. + Unesite put do lokalne mape. + + + + Select the source folder + Odaberi izvornu mapu + + + + OCC::FolderWizardRemotePath + + + Create Remote Folder + Stvori udaljenu mapu + + + + Enter the name of the new folder to be created below '%1': + Unesite naziv nove mape koja će se stvoriti ispod '%1': + + + + Folder was successfully created on %1. + Mapa je uspješno stvorena na %1. + + + + Authentication failed accessing %1 + Neuspješna autentifikacija za pristup %1 + + + + Failed to create the folder on %1. Please check manually. + Neuspješno stvaranje mape na %1. Provjerite ručno. + + + + Failed to list a folder. Error: %1 + Neuspješno popisivanje mape. Pogreška: %1 + + + + Choose this to sync the entire account + Odaberite ovu opciju za sinkronizaciju cijelog računa + + + + This folder is already being synced. + Ova se mapa već sinkronizira. + + + + You are already syncing <i>%1</i>, which is a parent folder of <i>%2</i>. + Već sinkronizirate <i>%1</i>, nadređenu mapu od <i>%2</i>. + + + + OCC::FormatWarningsWizardPage + + + <b>Warning:</b> %1 + <b>Upozorenje:</b> %1 + + + + <b>Warning:</b> + <b>Upozorenje:</ b> + + + + OCC::GETFileJob + + + No E-Tag received from server, check Proxy/Gateway + Nijedna E-oznaka nije primljena s poslužitelja, označite proxy/pristupno računalo + + + + We received a different E-Tag for resuming. Retrying next time. + Primljena je drugačija E-oznaka za nastavak. Ponovni pokušaj sljedeći put. + + + + Server returned wrong content-range + Poslužitelj je vratio pogrešan raspon sadržaja + + + + Connection Timeout + Istek veze + + + + OCC::GeneralSettings + + + Legal notice + Pravna obavijest + + + + General Settings + Opće postavke + + + + For System Tray + Za ladicu sustava + + + + Show Server &Notifications + Prikaži poslužitelj i obavijesti + + + + Advanced + Napredno + + + + Ask for confirmation before synchronizing folders larger than + Zatraži potvrdu prije sinkronizacije mapa većih od + + + + MB + Trailing part of "Ask confirmation before syncing folder larger than" + MB + + + + Ask for confirmation before synchronizing external storages + Zatraži potvrdu prije sinkronizacije vanjskih prostora za pohranu + + + + &Launch on System Startup + Pokreni pri pokretanju sustava + + + + Use &Monochrome Icons + Koristi jednobojne ikone + + + + Edit &Ignored Files + Uredi zanemarene datoteke + + + + Show sync folders in &Explorer's Navigation Pane + Prikaži mape za sinkronizaciju u navigacijskom oknu preglednika datoteka + + + + S&how crash reporter + Prikaži alat za izvješćivanje o padu sustava + + + + + About + Informacije + + + + Updates + Ažuriranja + + + + &Restart && Update + Ponovno pokreni i ažuriraj + + + + Server notifications that require attention. + Obavijesti poslužitelja koje zahtijevaju pažnju. + + + + OCC::GetOrCreatePublicLinkShare + + + Sharing error + Pogreška dijeljenja + + + + Could not retrieve or create the public link share. Error: + +%1 + Nije moguće dohvatiti ili stvoriti poveznicu za javno dijeljenje. Pogreška: + +%1 + + + + OCC::HttpCredentialsGui + + + Please enter %1 password:<br><br>User: %2<br>Account: %3<br> + Unesite zaporku %1:<br><br>Korisnik: %2<br>Račun: %3<br> + + + + Reading from keychain failed with error: '%1' + Čitanje s privjeska nije uspjelo, pogreška: '%1' + + + + Enter Password + Unesi zaporku + + + + <a href="%1">Click here</a> to request an app password from the web interface. + <a href="%1">Kliknite ovdje</a> kako biste zatražili zaporku za aplikaciju putem web-sučelja. + + + + OCC::IgnoreListEditor + + + Ignored Files Editor + Uređivač zanemarenih datoteka + + + + Global Ignore Settings + Globalne postavke zanemarivanja + + + + Sync hidden files + Sinkroniziraj skrivene datoteke + + + + Files Ignored by Patterns + Datoteke koje zanemaruju obrasci + + + + This entry is provided by the system at '%1' and cannot be modified in this view. + Ovaj unos osigurava sustav na '%1' i ne može se mijenjati u ovom prikazu. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice + + + Legal notice + Pravna obavijest + + + + Close + Zatvori + + + + <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> + <p>Autorska prava 2017. – 2018. Nextcloud GmbH<br />Autorska prava 2012. – 2018. ownCloud GmbH</p> + + + + <p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p> + <p>Licencirano pod Općom javnom licencom za GNU (GPL), verzijom 2.0 ili novijom.</p> + + + + OCC::LogBrowser + + + Log Output + Izlaz zapisa + + + + &Search: + &Traži: + + + + &Find + &Pronađi + + + + &Capture debug messages + &Snimi poruke za otklanjanje pogrešaka + + + + Permanently save logs + Trajno spremi zapise + + + + When this option is enabled and no other logging is configured, logs will be written to a temporary folder and expire after a few hours. This setting persists across client restarts. + +Logs will be written to %1 + Kada je ova opcija omogućena i nijedna druga evidencija zapisa nije konfigurirana, zapisi će se spremati u privremenu mapu i brisati nakon nekoliko sati. Ova postavka ostaje aktivna nakon ponovnog pokretanja klijenta. + +Zapisi se zapisuju u %1 + + + + Clear + Izbriši + + + + Clear the log display. + Izbriši prikaz zapisa. + + + + S&ave + Spremi + + + + Save the log file to a file on disk for debugging. + Spremite datoteku zapisa u datoteku na disku radi otklanjanja pogrešaka. + + + + Save log file + Spremi datoteku zapisa + + + + Error + Pogreška + + + + Could not write to log file %1 + Nije moguće pisati u datoteku zapisa %1 + + + + OCC::Logger + + + Error + Pogreška + + + + <nobr>File '%1'<br/>cannot be opened for writing.<br/><br/>The log output can <b>not</b> be saved!</nobr> + <nobr>Datoteka ‘%1’<br/>se ne može otvoriti radi zapisivanja.<br/><br/>Izlaz zapisa <b>ne može</b> se spremiti!</nobr> + + + + OCC::NSISUpdater + + + New Version Available + Dostupna je nova inačica + + + + <p>A new version of the %1 Client is available.</p><p><b>%2</b> is available for download. The installed version is %3.</p> + <p>Dostupna je nova inačica klijenta %1.</p><p><b>%2</b> je dostupan za preuzimanje. Instalirana je inačica %3.</p> + + + + Skip this version + Preskoči ovu inačicu + + + + Skip this time + Preskoči ovaj put + + + + Get update + Dohvati ažuriranje + + + + OCC::NetworkSettings + + + Proxy Settings + Postavke proxyja + + + + No Proxy + Nema proxyja + + + + Use system proxy + Koristi proxy sustava + + + + Specify proxy manually as + Ručno odredi proxy kao + + + + Host + Glavno računalo + + + + : + : + + + + Proxy server requires authentication + Proxy poslužitelj zahtijeva autentifikaciju + + + + Download Bandwidth + Propusnost za preuzimanja + + + + + Limit to + Ograniči na + + + + + KBytes/s + KB/s + + + + + No limit + Nema ograničenja + + + + + Limit to 3/4 of estimated bandwidth + Ograniči na 3/4 procijenjene propusnosti + + + + Upload Bandwidth + Propusnost za otpremanja + + + + + Limit automatically + Ograni automatski + + + + Hostname of proxy server + Naziv računala proxy poslužitelja + + + + Username for proxy server + Korisničko ime za proxy poslužitelj + + + + Password for proxy server + Zaporka za proxy poslužitelj + + + + HTTP(S) proxy + HTTP(S) proxy + + + + SOCKS5 proxy + SOCKS5 proxy + + + + OCC::OAuth + + + Error returned from the server: <em>%1</em> + Poslužitelj je vratio pogrešku: <em>%1</em> + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Došlo je do pogreške prilikom pristupanja krajnjoj točki ‘token’: <br><em>%1</em> + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Nije moguće parsirati JSON koji je vratio poslužitelj: <br><em>%1</em> + + + + The reply from the server did not contain all expected fields + Odgovor poslužitelja ne sadrži sva očekivana polja + + + + <h1>Login Error</h1><p>%1</p> + <h1>Pogreška pri prijavi</h1><p>%1</p> + + + + <h1>Wrong user</h1><p>You logged-in with user <em>%1</em>, but must login with user <em>%2</em>.<br>Please log out of %3 in another tab, then <a href='%4'>click here</a> and log in as user %2</p> + <h1>Pogrešan korisnik</h1><p>Prijavili ste se kao korisnik <em>%1</em>, ali morate se prijaviti kao korisnik <em>%2</em>.<br>Odjavite se iz %3 u drugoj kartici, a zatim <a href=’%4’>kliknite ovdje</a> i prijavite se kao korisnik %2</p> + + + + OCC::OCUpdater + + + New %1 Update Ready + Novo %1 ažuriranje je spremno + + + + A new update for %1 is about to be installed. The updater may ask +for additional privileges during the process. + Sada će se instalirati novo ažuriranje za %1. Alat za ažuriranje može tražiti +dodatne ovlasti tijekom postupka. + + + + Downloading version %1. Please wait... + Preuzimanje inačice %1. Pričekajte... + + + + Could not download update. Please click <a href='%1'>here</a> to download the update manually. + Nije moguće preuzeti ažuriranje. Kliknite <a href='%1'>ovdje</a> kako biste ručno preuzeli ažuriranje. + + + + Could not check for new updates. + Nije moguće provjeriti ima li novih ažuriranja. + + + + %1 version %2 available. Restart application to start the update. + %1 inačica %2 je dostupna. Ponovno pokrenite aplikaciju kako biste pokrenuli ažuriranje. + + + + New %1 version %2 available. Please use the system's update tool to install it. + Dostupna je %1 inačica %2. Instalirajte je s pomoću alata za ažuriranje sustava. + + + + Checking update server... + Provjera poslužitelja za ažuriranje... + + + + Update status is unknown: Did not check for new updates. + Status ažuriranja je nepoznat: provjera ažuriranja nije izvršena. + + + + No updates available. Your installation is at the latest version. + Nema dostupnih ažuriranja. Instalirana je najnovija inačica. + + + + Update Check + Provjera ažuriranja + + + + OCC::OwncloudAdvancedSetupPage + + + Connect to %1 + Poveži s %1 + + + + Setup local folder options + Mogućnosti postavljanja lokalne mape + + + + Connect... + Povezivanje... + + + + %1 folder '%2' is synced to local folder '%3' + %1 mapa '%2' sinkronizirana je s lokalnom mapom '%3' + + + + Sync the folder '%1' + Sinkroniziraj mapu '%1' + + + + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>Upozorenje:</strong> lokalna mapa nije prazna. Odaberite razlučivost!</small></p> + + + + Free space: %1 + Slobodan prostor: %1 + + + + Local Sync Folder + Mapa za lokalnu sinkronizaciju + + + + + (%1) + (%1) + + + + There isn't enough free space in the local folder! + Nema dovoljno slobodnog prostora u lokalnoj mapi! + + + + OCC::OwncloudConnectionMethodDialog + + + Connection failed + Veza nije uspjela + + + + <html><head/><body><p>Failed to connect to the secure server address specified. How do you wish to proceed?</p></body></html> + <html><head/><body><p>Povezivanje s navedenom adresom sigurnog poslužitelja nije uspjelo. Kako želite nastaviti?</p></body></html> + + + + Select a different URL + Odaberi drugi URL + + + + Retry unencrypted over HTTP (insecure) + Pokušaj ponovo nešifrirano putem HTTP-a (nesigurno) + + + + Configure client-side TLS certificate + Konfiguriraj TLS vjerodajnicu na strani klijenta + + + + <html><head/><body><p>Failed to connect to the secure server address <em>%1</em>. How do you wish to proceed?</p></body></html> + <html><head/><body><p>Povezivanje s adresom sigurnog poslužitelja <em>%1</em> nije uspjelo. Kako želite nastaviti?</p></body></html> + + + + OCC::OwncloudHttpCredsPage + + + &Email + &E-pošta + + + + Connect to %1 + Poveži s %1 + + + + Enter user credentials + Unesi korisničke vjerodajnice + + + + OCC::OwncloudOAuthCredsPage + + + Connect to %1 + Poveži s %1 + + + + Login in your browser + Prijavi se u svoj preglednik + + + + OCC::OwncloudSetupPage + + + Connect to %1 + Poveži s %1 + + + + Setup %1 server + Postavi poslužitelj %1 + + + + Keep your data secure and under your control + Čuvajte svoje podatke sigurnim i pod kontrolom + + + + Secure collaboration & file exchange + Sigurna suradnja i razmjena datoteka + + + + Easy-to-use web mail, calendaring & contacts + Jednostavna web-pošta, upravljanje kalendarom i kontaktima + + + + Screensharing, online meetings & web conferences + Dijeljenje zaslona, sastanci na mreži i web konferencije + + + + This url is NOT secure as it is not encrypted. +It is not advisable to use it. + Ovaj URL NIJE siguran jer nije šifriran. +Nije preporučljivo koristiti ga. + + + + This url is secure. You can use it. + Ovaj je URL siguran. Možete ga koristiti. + + + + &Next > + &Sljedeće > + + + + Invalid URL + Neispravan URL + + + + Could not load certificate. Maybe wrong password? + Nije moguće učitati vjerodajnicu. Možda je pogrešna zaporka? + + + + OCC::OwncloudSetupWizard + + + <font color="green">Successfully connected to %1: %2 version %3 (%4)</font><br/><br/> + <font color="green">Uspješno povezivanje s %1: %2 inačicom %3 (%4)</font><br/><br/> + + + + Failed to connect to %1 at %2:<br/>%3 + Neuspješno povezivanje s %1 na %2:<br/>%3 + + + + Timeout while trying to connect to %1 at %2. + Istek vremena tijekom povezivanja s %1 na %2. + + + + Trying to connect to %1 at %2... + Pokušaj povezivanja s %1 na %2... + + + + The authenticated request to the server was redirected to '%1'. The URL is bad, the server is misconfigured. + Autorizirani zahtjev poslužitelju preusmjeren je na '%1'. URL je neispravan, poslužitelj je pogrešno konfiguriran. + + + + There was an invalid response to an authenticated webdav request + Došlo je do nevažećeg odgovora na autorizirani zahtjev za webdav + + + + Access forbidden by server. To verify that you have proper access, <a href="%1">click here</a> to access the service with your browser. + Poslužitelj je zabranio pristup. Kako biste provjerili imate li ispravan pristup, <a href="%1">kliknite ovdje</a> kako biste pristupili servisu putem preglednika. + + + + Invalid URL + Neispravan URL + + + + The server reported the following error: + Poslužitelj je prijavio sljedeću pogrešku: + + + + Local sync folder %1 already exists, setting it up for sync.<br/><br/> + Mapa za lokalnu sinkronizaciju %1 već postoji, postavljanje za sinkronizaciju.<br/><br/> + + + + Creating local sync folder %1... + Stvaranje mape za lokalnu sinkronizaciju %1... + + + + ok + uspješno + + + + failed. + neuspješno. + + + + Could not create local folder %1 + Nije moguće stvoriti lokalnu mapu %1 + + + + No remote folder specified! + Nije navedena nijedna udaljena mapa! + + + + Error: %1 + Pogreška: %1 + + + + creating folder on Nextcloud: %1 + stvaranje mape na Nextcloudu: %1 + + + + Remote folder %1 created successfully. + Uspješno je stvorena udaljena mapa %1. + + + + The remote folder %1 already exists. Connecting it for syncing. + Udaljena mapa %1 već postoji. Povezivanje radi sinkronizacije. + + + + + The folder creation resulted in HTTP error code %1 + Stvaranje mape rezultiralo je HTTP šifrom pogreške %1 + + + + The remote folder creation failed because the provided credentials are wrong!<br/>Please go back and check your credentials.</p> + Stvaranje udaljene mape nije uspjelo jer su navedene vjerodajnice pogrešne!<br/>Vratite se i provjerite svoje vjerodajnice.</p> + + + + <p><font color="red">Remote folder creation failed probably because the provided credentials are wrong.</font><br/>Please go back and check your credentials.</p> + <p><font color=“red“>Stvaranje udaljene mape nije uspjelo vjerojatno zbog pogrešnih unesenih vjerodajnica.</font><br/>Vratite se i provjerite vjerodajnice.</p> + + + + + Remote folder %1 creation failed with error <tt>%2</tt>. + Stvaranje udaljene mape %1 nije uspjelo, pogreška: <tt>%2</tt>. + + + + A sync connection from %1 to remote directory %2 was set up. + Postavljena je sinkronizacijska veza od %1 do udaljenog direktorija %2. + + + + Successfully connected to %1! + Uspješno povezivanje s %1! + + + + Connection to %1 could not be established. Please check again. + Veza s %1 nije uspostavljena. Provjerite opet. + + + + Folder rename failed + Preimenovanje mape nije uspjelo + + + + Can't remove and back up the folder because the folder or a file in it is open in another program. Please close the folder or file and hit retry or cancel the setup. + Nije moguće ukloniti i izraditi sigurnosnu kopiju mape jer je mapa ili datoteka u njoj otvorena u drugom programu. Zatvorite mapu ili datoteku i pritisnite Pokušaj ponovo ili otkažite postavljanje. + + + + <font color="green"><b>Local sync folder %1 successfully created!</b></font> + <font color=“green“><b>Mapa za lokalnu sinkronizaciju %1 uspješno je stvorena!</b></font> + + + + OCC::OwncloudWizard + + + %1 Connection Wizard + %1 Čarobnjak za povezivanje + + + + Skip folders configuration + Preskoči konfiguraciju mapa + + + + OCC::OwncloudWizardResultPage + + + Everything set up! + Sve je postavljeno! + + + + Open Local Folder + Otvori lokalnu mapu + + + + Open %1 in Browser + Otvori %1 u pregledniku + + + + OCC::PollJob + + + Invalid JSON reply from the poll URL + Neispravan JSON odgovor iz URL-a ankete + + + + OCC::PropagateDirectory + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::PropagateDownloadFile + + + File %1 can not be downloaded because encryption information is missing. + Datoteka %1 ne može se preuzeti jer nedostaju informacije o šifriranju. + + + + File %1 can not be downloaded because of a local file name clash! + Datoteka %1 ne može se preuzeti zbog nepodudaranja naziva lokalne datoteke! + + + + The download would reduce free local disk space below the limit + Preuzimanje bi smanjilo slobodni prostor na lokalnom disku ispod granice + + + + Free space on disk is less than %1 + Slobodan prostor na disku manji je od %1 + + + + File was deleted from server + Datoteka je izbrisana s poslužitelja + + + + The file could not be downloaded completely. + Datoteku nije moguće u potpunosti preuzeti. + + + + The downloaded file is empty despite that the server announced it should have been %1. + Preuzeta datoteka je prazna, unatoč tome što je poslužitelj javio da treba iznositi %1. + + + + File %1 cannot be saved because of a local file name clash! + Datoteka %1 ne može se spremiti zbog nepodudaranja naziva lokalne datoteke! + + + + File has changed since discovery + Datoteka se promijenila od njenog otkrića + + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::PropagateItemJob + + + ; Restoration Failed: %1 + ; Vraćanje nije uspjelo: %1 + + + + A file or folder was removed from a read only share, but restoring failed: %1 + Datoteka ili mapa uklonjena je iz dijeljenja koje je samo za čitanje, ali vraćanje nije uspjelo: %1 + + + + OCC::PropagateLocalMkdir + + + could not delete file %1, error: %2 + nije moguće izbrisati datoteku %1, pogreška: %2 + + + + Attention, possible case sensitivity clash with %1 + Pažnja, moguće nepodudaranje velikih i malih slova s %1 + + + + could not create folder %1 + nije moguće stvoriti mapu %1 + + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::PropagateLocalRemove + + + Error removing '%1': %2; + Pogreška pri uklanjanju ‘%1’: %2; + + + + Could not remove folder '%1' + Nije moguće ukloniti mapu '%1' + + + + Could not remove %1 because of a local file name clash + Nije moguće ukloniti %1 zbog nepodudaranja naziva lokalne datoteke + + + + OCC::PropagateLocalRename + + + File %1 can not be renamed to %2 because of a local file name clash + Datoteka %1 ne može se preimenovati u %2 zbog nepodudaranja naziva lokalne datoteke + + + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::PropagateRemoteDelete + + + Wrong HTTP code returned by server. Expected 204, but received "%1 %2". + Poslužitelj je vratio pogrešnu HTTP šifru. Očekivana je 204, ali je primljena „%1 %2”. + + + + OCC::PropagateRemoteMkdir + + + Wrong HTTP code returned by server. Expected 201, but received "%1 %2". + Poslužitelj je vratio pogrešnu HTTP šifru. Očekivana je 201, ali je primljena „%1 %2”. + + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::PropagateRemoteMove + + + Wrong HTTP code returned by server. Expected 201, but received "%1 %2". + Poslužitelj je vratio pogrešnu HTTP šifru. Očekivana je 201, ali je primljena „%1 %2”. + + + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::PropagateUploadFileCommon + + + File %1 cannot be uploaded because another file with the same name, differing only in case, exists + Datoteka %1 ne može se otpremiti jer postoji druga datoteka s istim nazivom koja se razlikuje samo po velikom/malom slovu + + + + Local file changed during syncing. It will be resumed. + Lokalna datoteka je izmijenjena tijekom sinkronizacije. Sinkroniziranje će se nastaviti. + + + + Local file changed during sync. + Lokalna datoteka je izmijenjena tijekom sinkronizacije. + + + + + Upload of %1 exceeds the quota for the folder + Otpremanje %1 premašuje kvotu za mapu + + + + File Removed (start upload) %1 + Datoteka je uklonjena (početak otpremanja) %1 + + + + Error writing metadata to the database + Pogreška pri pisanju metapodataka u bazu podataka + + + + OCC::PropagateUploadFileNG + + + The local file was removed during sync. + Lokalna datoteka je uklonjena tijekom sinkronizacije. + + + + Local file changed during sync. + Lokalna datoteka je izmijenjena tijekom sinkronizacije. + + + + Unexpected return code from server (%1) + Neočekivana povratna šifra s poslužitelja (%1) + + + + Missing File ID from server + Nedostaje ID datoteke s poslužitelja + + + + Missing ETag from server + Nedostaje E-oznaka s poslužitelja + + + + OCC::PropagateUploadFileV1 + + + Poll URL missing + Nedostaje URL ankete + + + + The local file was removed during sync. + Lokalna datoteka je uklonjena tijekom sinkronizacije. + + + + Local file changed during sync. + Lokalna datoteka je izmijenjena tijekom sinkronizacije. + + + + The server did not acknowledge the last chunk. (No e-tag was present) + Poslužitelj nije potvrdio posljednji komad. (E-oznaka nije bila prisutna) + + + + OCC::ProxyAuthDialog + + + Proxy authentication required + Potrebna je autentifikacija proxy poslužitelja + + + + Username: + Korisničko ime: + + + + Proxy: + Proxy: + + + + The proxy server needs a username and password. + Proxy poslužitelj treba korisničko ime i zaporku. + + + + Password: + Zaporka: + + + + TextLabel + TextLabel + + + + OCC::SelectiveSyncDialog + + + Choose What to Sync + Odaberite što sinkronizirati + + + + OCC::SelectiveSyncWidget + + + Loading ... + Učitavanje... + + + + Deselect remote folders you do not wish to synchronize. + Poništite odabir udaljenih mapa koje ne želite sinkronizirati. + + + + Name + Naziv + + + + Size + Veličina + + + + + No subfolders currently on the server. + Trenutno na poslužitelju nema podmapa. + + + + An error occurred while loading the list of sub folders. + Došlo je do pogreške prilikom učitavanja popisa podmapa. + + + + OCC::ServerNotificationHandler + + + Dismiss + Zanemari + + + + OCC::SettingsDialog + + + Settings + Postavke + + + + Activity + Aktivnost + + + + General + Općenito + + + + Network + Mreža + + + + Account + Račun + + + + OCC::SettingsDialogMac + + + %1 + %1 + + + + Activity + Aktivnost + + + + General + Općenito + + + + Network + Mreža + + + + + Account + Račun + + + + OCC::ShareDialog + + + share label + oznaka za dijeljenje + + + + ownCloud Path: + Put ownCloud: + + + + Icon + Ikona + + + + %1 Sharing + %1 Dijeljenje + + + + %1 + %1 + + + + Folder: %2 + Mapa: %2 + + + + The file can not be shared because it was shared without sharing permission. + Datoteku nije moguće dijeliti jer je dijeljena bez dopuštenja. + + + + OCC::ShareLinkWidget + + + &Share link + &Dijeli poveznicu + + + + Password: + Zaporka: + + + + Expiration date: + Datum isteka: + + + + TextLabel + TextLabel + + + + Delete + Izbriši + + + + Allow Editing + Dopusti uređivanje + + + + Read only + Samo za čitanje + + + + Allow Upload && Editing + Dopusti otpremanje i uređivanje + + + + File Drop (Upload Only) + Povlačenje datoteke (samo za otpremanje) + + + + Password Protect + Zaštita zaporkom + + + + Expiration Date + Datum isteka + + + + Unshare + Prestani dijeliti + + + + Add another link + Dodaj drugu poveznicu + + + + Confirm Link Share Deletion + Potvrdi brisanje dijeljenja poveznicom + + + + <p>Do you really want to delete the public link share <i>%1</i>?</p><p>Note: This action cannot be undone.</p> + <p>Želite li zaista izbrisati dijeljenje javnom poveznicom <i>%1</i>?</p><p>Napomena: ovu radnju ne možete poništiti.</p> + + + + Cancel + Odustani + + + + Public link + Javna poveznica + + + + OCC::ShareUserGroupWidget + + + Share with users or groups ... + Dijelite s korisnicima ili grupama... + + + + Copy link + Kopiraj poveznicu + + + + No results for '%1' + Nema rezultata za ‘%1’ + + + + I shared something with you + Dijelim nešto s vama + + + + OCC::ShareUserLine + + + User name + Korisničko ime + + + + can edit + uređivanje moguće + + + + Can reshare + Ponovno dijeljenje moguće + + + + Unshare + Prestani dijeliti + + + + Can create + Stvaranje moguće + + + + Can change + Mijenjanje moguće + + + + Can delete + Brisanje moguće + + + + OCC::ShibbolethCredentials + + + Login Error + Pogreška pri prijavi + + + + You must sign in as user %1 + Morate se prijaviti kao korisnik %1 + + + + OCC::ShibbolethWebView + + + %1 - Authenticate + %1 - Autentificiraj + + + + SSL Cipher Debug View + Prikaz za otklanjanje pogrešaka SSL Cipher + + + + Reauthentication required + Potrebna je ponovna autentifikacija + + + + Your session has expired. You need to re-login to continue to use the client. + Vaša je sesija istekla. Morate se ponovno prijaviti kako biste nastavili upotrebljavati klijent. + + + + OCC::SocketApi + + + Share with %1 + parameter is Nextcloud + Dijeli s %1 + + + + Context menu share + Dijeljenje kontekstnog izbornika + + + + I shared something with you + Dijelim nešto s vama + + + + + Share... + Dijeli... + + + + + Copy private link to clipboard + Kopiraj privatnu poveznicu u međuspremnik + + + + Send private link by email... + Pošalji privatnu poveznicu e-poštom... + + + + Resharing this file is not allowed + Dijeljenje ove datoteke nije dopušteno + + + + + Copy public link to clipboard + Kopiraj javnu poveznicu u međuspremnik + + + + Open in browser + Otvori u pregledniku + + + + OCC::SslButton + + + <h3>Certificate Details</h3> + <h3>Pojedinosti o vjerodajnici</h3> + + + + Common Name (CN): + Uobičajeno ime (CN): + + + + Subject Alternative Names: + Alternativna imena subjekta: + + + + Organization (O): + Organizacija (O): + + + + Organizational Unit (OU): + Organizacijska jedinica (OU): + + + + State/Province: + Država/regija: + + + + Country: + Država: + + + + Serial: + Serijski: + + + + <h3>Issuer</h3> + <H3>Izdavatelj</ h3> + + + + Issuer: + Izdavatelj: + + + + Issued on: + Izdano: + + + + Expires on: + Datum isteka: + + + + <h3>Fingerprints</h3> + <H3>Otisci prstiju</ h3> + + + + SHA-256: + SHA-256: + + + + SHA-1: + SHA-1: + + + + <p><b>Note:</b> This certificate was manually approved</p> + <p><b>Napomena:</b> Ova vjerodajnica je ručno odobrena</p> + + + + %1 (self-signed) + %1 (samostalno potpisano) + + + + %1 + %1 + + + + This connection is encrypted using %1 bit %2. + + Ova veza je šifrirana s pomoću %1 bit %2. + + + + + No support for SSL session tickets/identifiers + Nema podrške za SSL tickete/identifikatore sesije + + + + Certificate information: + Informacije o vjerodajnici: + + + + This connection is NOT secure as it is not encrypted. + + Ova veza NIJE sigurna jer nije šifrirana. + + + + + OCC::SslErrorDialog + + + Trust this certificate anyway + Svejedno vjeruj ovoj vjerodajnici + + + + Untrusted Certificate + Nepouzdana vjerodajnica + + + + Cannot connect securely to <i>%1</i>: + Nije moguće sigurno se povezati s <i>%1</i>: + + + + with Certificate %1 + s vjerodajnicom %1 + + + + + + &lt;not specified&gt; + &lt;nije navedeno&gt; + + + + + Organization: %1 + Organizacija: %1 + + + + + Unit: %1 + Jedinica: %1 + + + + + Country: %1 + Država: %1 + + + + Fingerprint (SHA1): <tt>%1</tt> + Otisak prsta (SHA1): <tt>%1</tt> + + + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + + Effective Date: %1 + Datum stupanja na snagu: %1 + + + + Expiration Date: %1 + Datum isteka: %1 + + + + Issuer: %1 + Izdavatelj: %1 + + + + OCC::SyncEngine + + + Success. + Uspjeh. + + + + A network connection timeout happened. + Došlo je do isteka mrežne veze. + + + + A HTTP transmission error happened. + Došlo je do pogreške HTTP prijenosa. + + + + The mounted folder is temporarily not available on the server + Postavljena mapa privremeno nije dostupna na poslužitelju + + + + An error occurred while opening a folder + Došlo je do pogreške prilikom otvaranja mape + + + + Error while reading folder. + Pogreška tijekom čitanja mape. + + + + %1 (skipped due to earlier error, trying again in %2) + %1 (preskočeno zbog prethodne pogreške, pokušajte ponovno za %2) + + + + File/Folder is ignored because it's hidden. + Datoteka/mapa se zanemaruje jer je skrivena. + + + + Folder hierarchy is too deep + Hijerarhija mapa je previše duboka + + + + Conflict: Server version downloaded, local copy renamed and not uploaded. + Nepodudaranje: preuzeta inačica poslužitelja, lokalna kopija preimenovana i nije otpremljena. + + + + Only %1 are available, need at least %2 to start + Placeholders are postfixed with file sizes using Utility::octetsToString() + Dostupno je samo %1, za pokretanje je potrebno najmanje %2 + + + + Unable to open or create the local sync database. Make sure you have write access in the sync folder. + Nije moguće otvoriti ili stvoriti lokalnu sinkronizacijsku bazu podataka. Provjerite imate li pristup pisanju u mapi za sinkronizaciju. + + + + Not allowed because you don't have permission to add parent folder + Nije dopušteno jer nemate dopuštenje za dodavanje nadređene mape + + + + Not allowed because you don't have permission to add files in that folder + Nije dopušteno jer nemate dopuštenje za dodavanje datoteka u tu mapu + + + + Disk space is low: Downloads that would reduce free space below %1 were skipped. + Premalo prostora na disku: preskočena su preuzimanja koja bi smanjila slobodni prostor ispod %1. + + + + There is insufficient space available on the server for some uploads. + Na nekim poslužiteljima nema dovoljno slobodnog prostora za određene otpreme. + + + + CSync unspecified error. + Pogreška u CSyncu. + + + + Aborted by the user + Prekinuo korisnik + + + + Failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + Nije moguće učitati ili stvoriti lokalnu datoteku dnevnika. Provjerite imate li ovlasti za čitanje i pisanje u mapi za lokalnu sinkronizaciju. + + + + Discovery step failed. + Korak otkrivanja nije uspio. + + + + Permission denied. + Dopuštenje je odbijeno. + + + + File or directory not found: + Datoteka ili direktorij nisu pronađeni: + + + + Tried to create a folder that already exists. + Pokušali ste stvoriti mapu koja već postoji. + + + + No space on %1 server available. + Nema dostupnog prostora na poslužitelju %1. + + + + The service is temporarily unavailable + Servis je privremeno nedostupan + + + + Access is forbidden + Pristup je zabranjen + + + + An internal error number %1 occurred. + Došlo je do pogreške pod internim brojem %1. + + + + Symbolic links are not supported in syncing. + Simboličke poveznice nisu podržane u sinkronizaciji. + + + + File is listed on the ignore list. + Datoteka je navedena na popisu za zanemarivanje. + + + + File names ending with a period are not supported on this file system. + Nazivi datoteka koji završavaju točkom nisu podržani u ovom datotečnom sustavu. + + + + File names containing the character '%1' are not supported on this file system. + Nazivi datoteka koji sadrže znak ‘%1’ nisu podržani u ovom datotečnom sustavu. + + + + The file name is a reserved name on this file system. + Naziv datoteke je rezervirani naziv u ovom datotečnom sustavu. + + + + Filename contains trailing spaces. + Naziv datoteke sadrži završne praznine. + + + + Filename is too long. + Naziv datoteke je predugačak. + + + + The filename cannot be encoded on your file system. + Naziv datoteke ne može se kodirati u vašem datotečnom sustavu. + + + + Unresolved conflict. + Neriješeno nepodudaranje. + + + + Stat failed. + Stat nije uspio. + + + + Filename encoding is not valid + Nevažeće kodiranje naziva datoteke + + + + Invalid characters, please rename "%1" + Nevažeći znakovi, preimenujte „%1” + + + + Unable to read the blacklist from the local database + Nije moguće pročitati crnu listu iz lokalne baze podataka + + + + Unable to read from the sync journal. + Nije moguće čitati iz sinkronizacijskog dnevnika. + + + + Cannot open the sync journal + Nije moguće otvoriti sinkronizacijski dnevnik + + + + File name contains at least one invalid character + Naziv datoteke sadrži barem jedan nevažeći znak + + + + + Ignored because of the "choose what to sync" blacklist + Zanemareno zbog crne liste „odaberi što će se sinkronizirati” + + + + Not allowed because you don't have permission to add subfolders to that folder + Nije dopušteno jer nemate dopuštenje za dodavanje podmapa u tu mapu + + + + Not allowed to upload this file because it is read-only on the server, restoring + Nije dopušteno otpremiti ovu datoteku jer je dostupna samo za čitanje na poslužitelju, vraćanje + + + + + Not allowed to remove, restoring + Nije dopušteno uklanjanje, vraćanje + + + + Local files and share folder removed. + Uklonjene su lokalne datoteke i mapa za dijeljenje. + + + + Move not allowed, item restored + Premještanje nije dopušteno, stavka je vraćena + + + + Move not allowed because %1 is read-only + Premještanje nije dopušteno jer je %1 samo za čitanje + + + + the destination + odredište + + + + the source + izvor + + + + OCC::SyncLogDialog + + + Synchronisation Log + Zapis sinkronizacije + + + + OCC::Systray + + + %1: %2 + %1: %2 + + + + OCC::Theme + + + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Inačica %1. Za više informacija, kliknite <a href='%2'>ovdje</a>.</p> + + + + <p>This release was supplied by %1</p> + <p>Ovo izdanje isporučuje %1</p> + + + + OCC::WebEnginePage + + + Invalid certificate detected + Otkrivena je nevažeća vjerodajnica + + + + The host "%1" provided an invalid certificate. Continue? + Računalo „%1” isporučilo je nevažeću vjerodajnicu. Nastaviti? + + + + OCC::WebFlowCredentials + + + You have been logged out of %1 as user %2. Please login again + Odjavljeni ste iz %1 kao korisnik %2. Prijavite se ponovno + + + + Please login with the user: %1 + Prijavite se kao korisnik: %1 + + + + OCC::ownCloudGui + + + Please sign in + Prijavite se + + + + Folder %1: %2 + Mapa %1: %2 + + + + There are no sync folders configured. + Nema konfiguriranih mapa za sinkronizaciju. + + + + Open in browser + Otvori u pregledniku + + + + Log in... + Prijava... + + + + Log out + Odjava + + + + Recent Changes + Nedavne promjene + + + + Managed Folders: + Upravljane mape: + + + + Open folder '%1' + Otvori mapu '%1' + + + + Open %1 in browser + Otvori %1 u pregledniku + + + + Unknown status + Nepoznati status + + + + Settings... + Postavke... + + + + Help + Pomoć + + + + Quit %1 + Zatvori %1 + + + + Disconnected from %1 + Odspojen od %1 + + + + Unsupported Server Version + Nepodržana inačica poslužitelja + + + + The server on account %1 runs an old and unsupported version %2. Using this client with unsupported server versions is untested and potentially dangerous. Proceed at your own risk. + Poslužitelj na računu %1 koristi se starom i nepodržanom inačicom %2. Upotreba ovog klijenta s nepodržanim inačicama poslužitelja nije testirana i potencijalno je opasna. Nastavite na vlastitu odgovornost. + + + + Disconnected + Odspojen + + + + Disconnected from some accounts + Odspojen od nekih računa + + + + Disconnected from accounts: + Odspojen od računa: + + + + Account %1: %2 + Račun %1: %2 + + + + Signed out + Odjavljen + + + + Account synchronization is disabled + Sinkronizacija računa je onemogućena + + + + + Synchronization is paused + Sinkronizacija je pauzirana + + + + Unresolved conflicts + Neriješena nepodudaranja + + + + Error during synchronization + Pogreška tijekom sinkronizacije + + + + No sync folders configured + Nije konfigurirana nijedna mapa za sinkronizaciju + + + + Resume all folders + Nastavi sve mape + + + + Pause all folders + Pauziraj sve mape + + + + Resume all synchronization + Nastavi sve sinkronizacije + + + + Resume synchronization + Nastavi sinkronizaciju + + + + Pause all synchronization + Zaustavi sve sinkronizacije + + + + Pause synchronization + Pauziraj sinkronizaciju + + + + New account... + Novi račun... + + + + View more activity... + Prikaži više aktivnosti... + + + + Crash now + Only shows in debug mode to allow testing the crash handler + Sruši se + + + + Apps + Aplikacije + + + + No items synced recently + Nije sinkronizirana nijedna stavka nedavno + + + + Checking for changes in remote '%1' + Provjera za promjene u udaljenom ‘%1’ + + + + Checking for changes in local '%1' + Provjera za promjene u lokalnom ‘%1’ + + + + Syncing %1 of %2 (%3 left) + Sinkronizacija %1 od %2 (preostalo %3) + + + + Syncing %1 of %2 + Sinkronizacija %1 od %2 + + + + Syncing %1 (%2 left) + Sinkronizacija %1 (preostalo %2) + + + + Syncing %1 + Sinkronizacija %1 + + + + %1 (%2, %3) + %1 (%2, %3) + + + + Up to date + Ažurno + + + + OwncloudAdvancedSetupPage + + + Server + Poslužitelj + + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Ako je ovaj okvir označen, postojeći sadržaj u lokalnoj mapi bit će izbrisan kako bi se pokrenula nova sinkronizacija s poslužitelja.</p><p>Nemojte označavati okvir ako lokalni sadržaj treba otpremiti u mapu poslužitelja.</p></body></html> + + + + Start a &clean sync (Erases the local folder!) + Pokreni novu sinkronizaciju (briše lokalnu mapu!) + + + + Ask for confirmation before synchroni&zing folders larger than + Zatraži potvrdu prije sinkronizacije mapa većih od + + + + MB + Trailing part of "Ask confirmation before syncing folder larger than" + MB + + + + Ask for confirmation before synchronizing e&xternal storages + Zatraži potvrdu prije sinkronizacije vanjskih prostora za pohranu + + + + Choose what to sync + Odaberite što sinkronizirati + + + + &Local Folder + &Lokalna mapa + + + + &Keep local data + &Zadrži lokalne podatke + + + + S&ync everything from server + Sinkroniziraj sve s poslužitelja + + + + Status message + Poruka statusa + + + + OwncloudHttpCredsPage + + + &Username + &Korisničko ime + + + + &Password + &Zaporka + + + + OwncloudOAuthCredsPage + + + Please switch to your browser to proceed. + Za nastavak prijeđite na preglednik. + + + + An error occurred while connecting. Please try again. + Došlo je do pogreške tijekom povezivanja. Pokušajte ponovno. + + + + Re-open Browser + Ponovno otvori preglednik + + + + Copy link + + + + + OwncloudSetupPage + + + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;“>Postavite vlastiti poslužitelj</span></a> + + + + Register with a provider + Registriraj se kod davatelja usluga + + + + Log in + Prijava + + + + Server Address + Adresa poslužitelja + + + + https://... + https://... + + + + Error Label + Oznaka pogreške + + + + OwncloudWizardResultPage + + + Your entire account is synced to the local folder + Cijeli se račun sinkronizira s lokalnom mapom + + + + QObject + + + in the future + u budućnosti + + + + %n day ago + Prije %n danaPrije %n danaPrije %n dana + + + + %n days ago + Prije %n danaPrije %n danaPrije %n dana + + + + %n hour ago + Prije %n sataPrije %n sataPrije %n sata + + + + %n hours ago + Prije %n satiPrije %n satiPrije %n sati + + + + now + sada + + + + Less than a minute ago + Prije manje od minute + + + + %n minute ago + Prije %n minutePrije %n minutePrije %n minute + + + + %n minutes ago + Prije %n minutaPrije %n minutaPrije %n minuta + + + + Some time ago + Prije nekog vremena + + + + %1: %2 + this displays an error string (%2) for a file %1 + %1: %2 + + + + Utility + + + %L1 GB + %L1 GB + + + + %L1 MB + %L1 MB + + + + %L1 KB + %L1 KB + + + + %L1 B + %L1 B + + + + %n year(s) + %n godine/godina%n godine/godina%n godine/godina + + + + %n month(s) + %n mjeseca/mjeseci%n mjeseca/mjeseci%n mjeseca/mjeseci + + + + %n day(s) + %n dan/dana%n dan/dana%n dan/dana + + + + %n hour(s) + %n sat/sati%n sat/sati%n sat/sati + + + + %n minute(s) + %n minute/minuta%n minute/minuta%n minute/minuta + + + + %n second(s) + %n sekunde/sekundi%n sekunde/sekundi%n sekunde/sekundi + + + + %1 %2 + %1 %2 + + + + ValidateChecksumHeader + + + The checksum header is malformed. + Zaglavlje kontrolnog zbroja pogrešno je oblikovano. + + + + The checksum header contained an unknown checksum type '%1' + Zaglavlje kontrolnog zbroja sadrži nepoznatu vrstu kontrolnog zbroja ‘%1’ + + + + The downloaded file does not match the checksum, it will be resumed. + Preuzeta se datoteka ne podudara s kontrolnim zbrojem, nastavit će se. + + + + main.cpp + + + System Tray not available + Ladica sustava nije dostupna + + + + %1 requires on a working system tray. If you are running XFCE, please follow <a href="http://docs.xfce.org/xfce/xfce4-panel/systray">these instructions</a>. Otherwise, please install a system tray application such as 'trayer' and try again. + %1 je tražen na radnoj ladici sustava. Ako upotrebljavate XFCE, slijedite <a href=“http://docs.xfce.org/xfce/xfce4-panel/systray“>ove upute</a>. U suprotnom instalirajte aplikaciju ladice sustava kao što je „trayer” i pokušajte ponovno. + + + + nextcloudTheme::about() + + + <p><small>Built from Git revision <a href="%1">%2</a> on %3, %4 using Qt %5, %6</small></p> + <p><small>Izrađeno iz revizije Gita <a href="%1“>%2</a>na %3, %4 s pomoću Qt %5, %6</small></p> + + + + progress + + + Downloaded + Preuzeto + + + + Uploaded + Otpremljeno + + + + Server version downloaded, copied changed local file into conflict file + Preuzeta je inačica poslužitelja, promijenjena lokalna datoteka kopirana u datoteku nepodudaranja + + + + Deleted + Izbrisano + + + + Moved to %1 + Premješteno u %1 + + + + Ignored + Zanemareno + + + + Filesystem access error + Pogreška pristupa datotečnom sustavu + + + + Error + Pogreška + + + + Updated local metadata + Ažurirani lokalni metapodaci + + + + + Unknown + Nepoznato + + + + downloading + preuzimanje + + + + uploading + otpremanje + + + + deleting + brisanje + + + + moving + premještanje + + + + ignoring + zanemarivanje + + + + + error + pogreška + + + + updating local metadata + ažuriranje lokalnih metapodataka + + + + theme + + + Status undefined + Status nije definiran + + + + Waiting to start sync + Čeka se početak sinkronizacije + + + + Sync is running + Sinkronizacija je pokrenuta + + + + Sync Success + Uspješna sinkronizacija + + + + Sync Success, some files were ignored. + Uspješna sinkronizacija, neke su datoteke zanemarene. + + + + Sync Error + Pogreška sinkronizacije + + + + Setup Error + Pogreška pri postavljanju + + + + Preparing to sync + Priprema za sinkronizaciju + + + + Aborting... + Prekidanje... + + + + Sync is paused + Sinkronizacija je pauzirana + + + + utility + + + Could not open browser + Nije moguće otvoriti preglednik + + + + There was an error when launching the browser to go to URL %1. Maybe no default browser is configured? + Došlo je do pogreške prilikom pokretanja preglednika radi otvaranja URL-a %1. Možda nije konfiguriran zadani preglednik? + + + + Could not open email client + Nije moguće otvoriti klijent e-pošte + + + + There was an error when launching the email client to create a new message. Maybe no default email client is configured? + Došlo je do pogreške prilikom pokretanja preglednika radi stvaranja nove poruke. Možda nije konfiguriran zadani klijent e-pošte? + + + \ No newline at end of file diff --git a/translations/client_hu.ts b/translations/client_hu.ts index cee5f67ef..cf075dd93 100644 --- a/translations/client_hu.ts +++ b/translations/client_hu.ts @@ -35,7 +35,7 @@ No recently changed files - + Nem található mostanában módosított fájl @@ -50,46 +50,41 @@ Open website - + Weboldal megnyitása Recently changed - + Nemrég módosítva Pause synchronization - + Szinkronizálás szüneteltetése Help - + Súgó Settings - + Beállítások Log out - + Kijelentkezés Quit sync client - + Kilépés a szinkronizálási kliensből Dialog - - - Dialog - Párbeszédablak - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Űrlap + + + Please switch to your browser to proceed. + Váltson a böngészőre a folytatáshoz. + + + + An error occurred while connecting. Please try again. + Hiba történt a kapcsolódáskor. Próbálja újra. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Űrlap + + + + Please switch to your browser to proceed. + Váltson a böngészőre a folytatáshoz. + + + + An error occurred while connecting. Please try again. + Hiba történt a kapcsolódáskor. Próbálja újra. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Űrlap - Select a remote destination folder @@ -163,7 +204,7 @@ TextLabel - TextLabel + Címke @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Végpontok közötti titkosítás mnemonikus kódja - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). A kriptográfiai személyazonossága megvédéséhez, egy 12 szótári szóból álló mnemonikus kóddal titkosítjuk. Jegyezze meg ezeket, és tartsa azokat biztonságban. Szüksége lesz rájuk, ha egy új eszközt akar hozzáadni a fiókjához (például a mobiltelefonját vagy a laptopját). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Űrlap - - - + ... - + Storage space: ... Tárhely mérete: … - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore A ki nem választott mappák <b>törlésre kerülnek</b> a helyi fájlrendszerről, és a továbbiakban nem lesznek szinkronizálva erre a számítógépre. - + Synchronize all Minden szinkronizálása - + Synchronize none Nincs szinkronizálás - + Apply manual changes Kézi módosítások alkalmazása - + Apply Alkalmaz - - - + + + Cancel Mégse - + Connected with <server> as <user> Kapcsolódva <user> felhasználóval ehhez: <server> - + No account configured. Nincs fiók beállítva. - + Add new Új hozzáadása - + Remove Eltávolítás - + Account Fiók - + + This account supports end-to-end encryption + Ez a fiók támogatja a végpontok közötti titkosítást + + + + Enable encryption + Titkosítás engedélyezése + + + Show E2E mnemonic E2E mnemonikus kód megjelenítése - + Encrypt Titkosítás - + + + Edit Ignored Files + + + + Choose what to sync Szinkronizálandó elemek kiválasztása - + Force sync now Szinkronizálás azonnal - + Restart sync Szinkronizálás újraindítása - + Remove folder sync connection Mappa szinkronizálási kapcsolatának eltávolítása - + Folder creation failed Mappa létrehozása sikertelen - + <p>Could not create local folder <i>%1</i>. <p>A helyi mappa nem hozható létre: <i>%1</i>. - + Confirm Folder Sync Connection Removal Mappa szinkronizációs kapcsolatának eltávolításának megerősítése - + Remove Folder Sync Connection Mappa szinkronizálási kapcsolatának eltávolítása - + Sync Running A szinkronizálás fut - + The syncing operation is running.<br/>Do you want to terminate it? A szinkronizálás folyamatban van. <br/>Megszakítja? - + %1 in use %1 használatban - + %1 as <i>%2</i> %1, mint <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. A(z) %1 kiszolgálóverzió régi és már nem támogatott! Csak saját felelősségre folytassa. - + Connected to %1. Kapcsolódva ehhez: %1. - + Server %1 is temporarily unavailable. A(z) %1 kiszolgáló jelenleg nem érhető el. - + Server %1 is currently in maintenance mode. A(z) %1 kiszolgáló jelenleg karbantartási módban van. - + Signed out from %1. Kijelentkezve innen: %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Engedély kérése a böngészőtől. <a href='%1'>Kattintson ide</a> a böngésző újranyitásához. - + Connecting to %1... Kapcsolódás ehhez: %1… - + No connection to %1 at %2. Nincs kapcsolat ehhez: %1, itt: %2. - + Log in Bejelentkezés - + There are folders that were not synchronized because they are too big: Az alábbi mappák nem lettek szinkronizálva, mert túl nagyok: - + There are folders that were not synchronized because they are external storages: Az alábbi mappák nem lettek szinkronizálva, mert külső tárolók: - + There are folders that were not synchronized because they are too big or external storages: Az alábbi mappák nem lettek szinkronizálva, mert túl nagyok, vagy külső tárolók: - + Confirm Account Removal Fiók törlésének megerősítése - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Tényleg törölni szeretné a kapcsolatot a(z) <i>%1</i> fiókkal?</p><p><b>Megjegyzés:</b> Ez <b>nem</b> töröl fájlokat.</p> - + Remove connection Kapcsolat eltávolítása - - + + Open folder Mappa megnyitása - - + + Log out Kilépés - + Resume sync Szinkronizálás folytatása - + Pause sync Szinkronizálás szüneteltetése - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Tényleg leállítja a(z) <i>%1</i> mappa szinkronizálását?</p><p><b>Megjegyzés:</b> Ez <b>nem</b> töröl fájlokat.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) / %2 használatban. Néhány mappa – beleértve a hálózati megosztásokat és a megosztott könyvtárakat – eltérő korlátozással rendelkezhet. - + %1 of %2 in use %1 / %2 használatban - + Currently there is no storage usage information available. Jelenleg nem érhetőek el a tárhelyhasználati információk. - + No %1 connection configured. Nincs %1 kapcsolat beállítva. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Űrlap - - - - TextLabel - TextLabel - Accept Elfogadás - + Synced Szinkronizálva - + Retry all uploads Összes feltöltés újrapróbálása - + <br/>Account %1 does not have activities enabled. <br/>A(z) %1 fióknál nincsenek tevékenységek engedélyezve. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Hiba a metaadatok adatbázisba írásakor @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Adja meg a végpontok közötti titkosítási jelmondatát:<br><br>Felhasználó: %2<br>Fiók: %3<br> - + Enter E2E passphrase Adja meg az E2E jelmondatot @@ -722,6 +764,59 @@ A kiszolgáló fájlkutatási válaszából adatok hiányoznak. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + A kiszolgáló hibát adott vissza: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Hiba történt a „token” végpont elérésekor: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + A kiszolgálótól visszakapott JSON nem dolgozható fel: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + A kiszolgáló válasza nem tartalmazta az összes várt mezőt + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Kapcsolódás: %1 + + + + Login in your browser (Login Flow v2) + Bejelentkezés böngészőben (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + A böngésző nem nyitható meg, másolja a hivatkozást a böngészőjébe. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + A böngésző nem nyitható meg, másolja a hivatkozást a böngészőjébe. + + OCC::Folder @@ -740,120 +835,120 @@ A(z) %1 nem olvasható. - + %1 has been removed. %1 names a file. A(z) %1 sikeresen eltávolítva. - + %1 has been downloaded. %1 names a file. A(z) %1 sikeresen letöltve. - + %1 has been updated. %1 names a file. A(z) %1 sikeresen feltöltve. - + %1 has been renamed to %2. %1 and %2 name files. A(z) %1 átnevezve erre: %2. - + %1 has been moved to %2. A(z) %1 áthelyezve ide: %2. - + %1 and %n other file(s) have been removed. A(z) %1 és %d további fájl törölve.A(z) %1 és %d további fájl törölve. - + %1 and %n other file(s) have been downloaded. A(z) %1 és %n további fájl letöltve.A(z) %1 és %n további fájl letöltve. - + %1 and %n other file(s) have been updated. A(z) %1 és %n további fájl feltöltve.A(z) %1 és %n további fájl feltöltve. - + %1 has been renamed to %2 and %n other file(s) have been renamed. A(z) %1 átnevezve erre: %2, és még %n további fájl lett átnevezve.A(z) %1 átnevezve erre: %2, és még %n további fájl lett átnevezve. - + %1 has been moved to %2 and %n other file(s) have been moved. A(z) %1 áthelyezve ide: %2, és még %n további fájl áthelyezve.A(z) %1 áthelyezve ide: %2, és még %n további fájl áthelyezve. - + %1 has and %n other file(s) have sync conflicts. A(z) %1 és %n további fájl szinkronizálási ütközéssel rendelkezik.A(z) %1 és %n további fájl szinkronizálási ütközéssel rendelkezik. - + %1 has a sync conflict. Please check the conflict file! A(z) %1 fájl szinkronizálási ütközéssel rendelkezik. Ellenőrizze az ütközési fájlt! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. A(z) %1 és %n további fájl hibák miatt nem szinkronizálható. Bővebb információk a naplófájlban.A(z) %1 és %n további fájl hibák miatt nem szinkronizálható. Bővebb információk a naplófájlban. - + %1 could not be synced due to an error. See the log for details. A(z) %1 hiba miatt nem szinkronizálható. Bővebb információk a naplófájlban. - + Sync Activity Szinkronizálási tevékenység - + Could not read system exclude file Nem lehetett beolvasni a rendszer kizárási fájlját - + A new folder larger than %1 MB has been added: %2. Egy %1 MB méretet meghaladó mappa lett hozzáadva: %2. - + A folder from an external storage has been added. Egy külső tárolóból származó mappa lett hozzáadva. - + Please go in the settings to select it if you wish to download it. A beállításoknál válassza ki, ha le szeretné tölteni. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. A(z) %1 mappa létre lett hozva, de előzőleg ki lett hagyva a szinkronizálásból. A benne lévő adatok nem lesznek szinkronizálva. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. A(z) %1 fájl létre lett hozva, de előzőleg ki lett hagyva a szinkronizálásból. Nem lesz szinkronizálva. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ Ez azt jelenti, hogy a szinkronizációs kliens lehet, hogy nem fogja azonnal fe %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ Ha úgy dönt, hogy megtartja a fájlokat, akkor újra fel lesznek töltve a kis Ha úgy dönt, hogy törli ezeket a fájlokat, akkor többé nem fogja azokat elérni, hacsak nem Ön a tulajdonos. - + Download new files? Letölti az új fájlokat? - + Download new files Új fájlok letöltése - + Keep local files Helyi fájlok megtartása - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ Biztos, hogy szinkronizálni akarja ezeket a változásokat a kiszolgálóval? Ha ez véletlen volt, és úgy dönt, hogy megtartja ezeket a fájlokat, akkor újra letöltésre kerülnek a kiszolgálóról. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Ez lehet, hogy azért van, mert egy biztonsági mentést állíthattak vissza a A szinkronizálás folytatásával az összes fájlja felül lesz írva egy régebbi állapottal. Megtartja ütközési fájlként a legfrissebb helyi fájlokat? - + Backup detected Biztonsági mentés észlelve - + Normal Synchronisation Normál szinkronizálás - + Keep Local Files as Conflict Helyi fájlok megtartása ütközésként @@ -1316,11 +1411,6 @@ A szinkronizálás folytatásával az összes fájlja felül lesz írva egy rég OCC::GeneralSettings - - - Form - Űrlap - Legal notice @@ -1472,82 +1562,78 @@ A szinkronizálás folytatásával az összes fájlja felül lesz írva egy rég Minták miatt kihagyott fájlok - - Add - Hozzáadás - - - - Remove all - Összes eltávolítása - - - - Pattern - Minta - - - - Allow Deletion - Törlés engedélyezése - - - - Remove - Eltávolítás - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - A mintára illeszkedő fájlok vagy mappák nem lesznek szinkronizálva. - -Ahol a törlés engedélyezett, ott az elemek törölve lesznek, ha megakadályoznák egy mappa törlését. Ez metaadatok esetén hasznos. - - - - Could not open file - A fájl nem nyitható meg - - - - Cannot write changes to '%1'. - A változások nem írhatóak ide: „%1”. - - - - Add Ignore Pattern - Kihagyási minta hozzáadása - - - - Add a new ignore pattern: - Új kihagyási minta hozzáadása: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. A bejegyzést az itt lévő rendszer biztosítja: „%1”, és nem lehet módosítani ebben a nézetben. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Párbeszédablak + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Jogi nyilatkozat - - - TextLabel - TextLabel - Close @@ -1679,11 +1765,6 @@ A naplók ide lesznek írva: %1 OCC::NetworkSettings - - - Form - Űrlap - Proxy Settings @@ -1928,7 +2009,7 @@ for additional privileges during the process. There isn't enough free space in the local folder! - + Nincs elég szabad hely a helyi mappában. @@ -1994,11 +2075,6 @@ for additional privileges during the process. Login in your browser Bejelentkezés böngészőben - - - Copy link to clipboard - Hivatkozás vágólapra másolása - OCC::OwncloudSetupPage @@ -2050,12 +2126,12 @@ Használata nem ajánlott. &Következő > - + Invalid URL Érvénytelen URL - + Could not load certificate. Maybe wrong password? A tanúsítvány nem tölthető be. Lehet, hogy hibás a jelszó? @@ -2213,12 +2289,12 @@ Használata nem ajánlott. OCC::OwncloudWizard - + %1 Connection Wizard %1 kapcsolódási varázsló - + Skip folders configuration Mappák konfigurációjának kihagyása @@ -2252,7 +2328,7 @@ Használata nem ajánlott. OCC::PropagateDirectory - + Error writing metadata to the database Hiba a metaadatok adatbázisba írásakor @@ -2280,32 +2356,32 @@ Használata nem ajánlott. A lemezen lévő szabad hely kevesebb mint %1 - + File was deleted from server A fájl törlésre került a kiszolgálóról - + The file could not be downloaded completely. A fájl nem tölthető le teljesen. - + The downloaded file is empty despite that the server announced it should have been %1. - + A letöltött fájl üres, annak ellenére, hogy a kiszolgáló szerint %1 méretű kellene legyen. - + File %1 cannot be saved because of a local file name clash! A(z) %1 fájl nem menthető, mert ütközik egy helyi fájl nevével. - + File has changed since discovery A fájl változott a felfedezése óta - + Error writing metadata to the database Hiba a metaadatok adatbázisba írásakor @@ -2318,7 +2394,7 @@ Használata nem ajánlott. ; Sikertelen helyreállítás: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 A fájl vagy mappa egy csak olvasható megosztásról lett törölve, de a helyreállítás meghiúsult: %1 @@ -2450,27 +2526,27 @@ Használata nem ajánlott. OCC::PropagateUploadFileNG - + The local file was removed during sync. A helyi fájl el lett távolítva szinkronizálás közben. - + Local file changed during sync. A helyi fájl megváltozott szinkronizálás közben. - + Unexpected return code from server (%1) Nem várt visszatérési érték a kiszolgálótól (%1) - + Missing File ID from server Hiányzik a fájlazonosító a kiszolgálóról - + Missing ETag from server Hiányzik az ETag a kiszolgálóról @@ -2528,7 +2604,7 @@ Használata nem ajánlott. TextLabel - TextLabel + Címke @@ -2679,24 +2755,24 @@ Használata nem ajánlott. OCC::ShareLinkWidget - + &Share link - &Megosztás hivatkozás + &Megosztási hivatkozás - + Password: Jelszó: - + Expiration date: Lejárati idő: - + TextLabel - TextLabel + Címke @@ -2741,7 +2817,7 @@ Használata nem ajánlott. Add another link - + Egyéb hivatkozás hozzáadása @@ -2767,22 +2843,22 @@ Használata nem ajánlott. OCC::ShareUserGroupWidget - + Share with users or groups ... Megosztás felhasználókkal vagy csoportokkal … - + Copy link Hivatkozás másolása - + No results for '%1' Nincs találat erre: „%1” - + I shared something with you Megosztottam Önnel valamit @@ -2800,22 +2876,27 @@ Használata nem ajánlott. szerkesztheti - + Can reshare Újra megosztható - + + Unshare + Megosztás visszavonása + + + Can create Létrehozható - + Can change Módosítható - + Can delete Törölhető @@ -2842,7 +2923,7 @@ Használata nem ajánlott. - SSL Chipher Debug View + SSL Cipher Debug View SSL titkosítási hibakereső nézet @@ -2988,7 +3069,7 @@ Használata nem ajánlott. <p><b>Note:</b> This certificate was manually approved</p> - <p><b>Megjegyzés:</b> A tanúsítvány kézileg jóváhagyva</p> + <p><b>Megjegyzés:</b> A tanúsítvány kézileg lett jóváhagyva</p> @@ -3027,11 +3108,6 @@ Használata nem ajánlott. OCC::SslErrorDialog - - - Form - Űrlap - Trust this certificate anyway @@ -3061,44 +3137,49 @@ Használata nem ajánlott. - + Organization: %1 Szervezet: %1 - + Unit: %1 Egység: %1 - + Country: %1 Ország: %1 - Fingerprint (MD5): <tt>%1</tt> - Ellenőrzőkód (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Ellenőrzőkód (SHA1): <tt>%1</tt> - - Effective Date: %1 - Tényleges dátum: %1 + + Fingerprint (SHA-256): <tt>%1</tt> + - + + Fingerprint (SHA-512): <tt>%1</tt> + + + + + Effective Date: %1 + Érvényességi dátum: %1 + + + Expiration Date: %1 Lejárati dátum: %1 - + Issuer: %1 Kibocsátó: %1 @@ -3189,7 +3270,7 @@ Használata nem ajánlott. CSync unspecified error. - CSync ismeretlen hiba. + Ismeretlen CSync hiba. @@ -3244,7 +3325,7 @@ Használata nem ajánlott. Symbolic links are not supported in syncing. - A szimbolikus nem támogatott a szinkronizálásnál. + A szimbolikus linkek nem támogatottak a szinkronizálásnál. @@ -3389,11 +3470,11 @@ Használata nem ajánlott. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>%1 verzió. További információkért keresse fel a <a href='%2'>%3</a> weboldalt.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>%1 verzió. További információkért kattintson <a href='%2'>ide</a>.</p> - + <p>This release was supplied by %1</p> <p>Ezt a kiadást a %1 biztosította</p> @@ -3401,25 +3482,25 @@ Használata nem ajánlott. OCC::WebEnginePage - + Invalid certificate detected Érvénytelen tanúsítvány észlelve - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? A(z) „%1” kiszolgáló érvénytelen tanúsítványt adott meg. Folytatja? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Kijelentkezett a(z) %1 fiókjából, mint %2 felhasználó. Jelentkezzen be újra - + Please login with the user: %1 Jelentkezzen be a következő felhasználóval: %1 @@ -3486,11 +3567,6 @@ Használata nem ajánlott. Settings... Beállítások… - - - Details... - Részletek… - Help @@ -3499,12 +3575,12 @@ Használata nem ajánlott. Quit %1 - %1 kilépés + Kilépés a %1ból Disconnected from %1 - Kapcsolat bontva ezzel: %1 + Kapcsolat bontva a %1dal @@ -3602,6 +3678,11 @@ Használata nem ajánlott. New account... Új fiók… + + + View more activity... + Több tevékenység megtekintése… + Crash now @@ -3661,23 +3742,6 @@ Használata nem ajánlott. OwncloudAdvancedSetupPage - - - Form - Űrlap - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3719,11 +3783,6 @@ Használata nem ajánlott. &Local Folder &Helyi mappa - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3742,11 +3801,6 @@ Használata nem ajánlott. OwncloudHttpCredsPage - - - Form - Űrlap - &Username @@ -3760,11 +3814,6 @@ Használata nem ajánlott. OwncloudOAuthCredsPage - - - Form - Űrlap - Please switch to your browser to proceed. @@ -3780,20 +3829,14 @@ Használata nem ajánlott. Re-open Browser Böngésző újranyitása + + + Copy link + + OwncloudSetupPage - - - Form - Űrlap - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3822,32 +3865,16 @@ Használata nem ajánlott. Error Label - Hiba címke + Hibacímke OwncloudWizardResultPage - - - Form - Űrlap - - - - TextLabel - TextLabel - Your entire account is synced to the local folder A teljes fiókja szinkronizálásra került a helyi mappába. - - - - PushButton - Nyomógomb - QObject @@ -3902,7 +3929,7 @@ Használata nem ajánlott. Néhány perccel ezelőtt - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3984,14 +4011,6 @@ Használata nem ajánlott. A letöltött fájl nem felel meg az ellenőrzőösszegénet, újra le lesz töltve. - - WebView - - - Form - Űrlap - - main.cpp diff --git a/translations/client_id.ts b/translations/client_id.ts new file mode 100644 index 000000000..a501c5f2f --- /dev/null +++ b/translations/client_id.ts @@ -0,0 +1,4199 @@ + + + CloudProviderWrapper + + + %1 (%2, %3) + %1 (%2, %3) + + + + Checking for changes in '%1' + Memeriksa perubahan pada '%1' + + + + Syncing %1 of %2 (%3 left) + Sinkronisasi %1 dari %2 (tersisa %3) + + + + Syncing %1 of %2 + Sinkronisasi %1 dari %2 + + + + Syncing %1 (%2 left) + %1 Sinkronisasi (tersisa %2) + + + + Syncing %1 + Sinkronisasi %1 + + + + + No recently changed files + Tidak ada perubahan berkas terbaru + + + + Sync paused + Sinkronisasi dijeda + + + + Syncing + Sinkronisasi berlangsun + + + + Open website + Buka situs web + + + + Recently changed + Perubahan terbaru + + + + Pause synchronization + Jeda sinkronisasi + + + + Help + Bantuan + + + + Settings + Pengaturan + + + + Log out + Log keluar + + + + Quit sync client + Hentikan klien sinkron + + + + Dialog + + + Label + Label + + + + FileSystem + + + Could not make directories in trash + Tidak dapat membuat direktori pada tempat sampah + + + + + Could not move '%1' to '%2' + Tidak dapat memindahkan '%1' ke '%2' + + + + Moving to the trash is not implemented on this platform + Memindahkan tempat sampat tidak diimplementasikan pada platform ini + + + + Flow2AuthCredsPage + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage + + + Pick a local folder on your computer to sync + Pilih direktori lokal pada komputer Anda untuk sinkronisasi + + + + &Choose... + &Pilih... + + + + FolderWizardTargetPage + + + Select a remote destination folder + Pilih destinasi folder remote + + + + Create Folder + Buat Folder + + + + Refresh + Segarkan + + + + Folders + Folder-folder + + + + TextLabel + LabelTeks + + + + OCC::AbstractNetworkJob + + + Connection timed out + Koneksi terputus + + + + Unknown error: network reply was deleted + Galat tidak diketahui: balasan jaringan telah dihapus + + + + Server replied "%1 %2" to "%3 %4" + Server membalas "%1 %2" ke "%3 %4" + + + + OCC::AccountManager + + + End to end encryption mnemonic + Enkripsi mnemonic end to end + + + + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). + Untuk melindungi Identitas Kriptografi Anda, kami mengenkripsinya dengan sebuah mnemonic dari 12 kamus kata. Mohon untuk dicatat dan amankan. Enkripsi ini akan dibutuhkan untuk menambah perangkat lainnya ke akun Anda (seperti ponsel Anda atau laptop). + + + + OCC::AccountSettings + + + ... + ... + + + + Storage space: ... + Ruang penyimpanan: ... + + + + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore + Folder yang tidak dicentang akan <b>dihapus</b> dari berkas lokal sistem Anda dan tidak akan disinkronisasi ke komputer ini lagi + + + + Synchronize all + Sinkronisasi semua + + + + Synchronize none + Tidak ada sinkronisasi + + + + Apply manual changes + Terapkan perubahan secara manual + + + + Apply + Terapkan + + + + + + Cancel + Batal + + + + Connected with <server> as <user> + Terhubung dengan <server> sebagai <user> + + + + No account configured. + Belum ada akun terkonfigurasi + + + + Add new + Tambahkan baru + + + + Remove + Buang + + + + Account + Akun + + + + This account supports end-to-end encryption + Akun ini mendukung enkripsi end-to-end + + + + Enable encryption + Hidupkan enkripsi + + + + Show E2E mnemonic + Tampilkan E2E mnemonic + + + + Encrypt + Enkrip + + + + + Edit Ignored Files + + + + + Choose what to sync + Pilih apa yang akan disinkron + + + + Force sync now + Paksa sinkronisasi sekarang + + + + Restart sync + Ulang sinkronisasi + + + + Remove folder sync connection + Hapus koneksi sinkronisasi folder + + + + Folder creation failed + Pembuatan Folder gagal + + + + <p>Could not create local folder <i>%1</i>. + <p>Tidak dapat membuat folder lokal <i>%1</i> + + + + Confirm Folder Sync Connection Removal + Konfirmasi Penghapusan Koneksi Sinkronisasi Folder + + + + Remove Folder Sync Connection + Hapus Koneksi Sinkronisasi Folder + + + + Sync Running + Sinkronisasi berlangsung + + + + The syncing operation is running.<br/>Do you want to terminate it? + Operasi sinkronisasi sedang berjalan. <br/>Apakah Anda ingin membatalkannya? + + + + %1 in use + %1 digunakan + + + + %1 as <i>%2</i> + %1 sebagai <i>%2</i> + + + + The server version %1 is old and unsupported! Proceed at your own risk. + Versi server %1 sudah usang dan tidak lagi di dukung! Resiko tanggung sendiri. + + + + Connected to %1. + Tersambung ke %1. + + + + Server %1 is temporarily unavailable. + Peladen %1 sementara tidak tersedia. + + + + Server %1 is currently in maintenance mode. + Peladen %1 sementara dalam moda pemeliharaan. + + + + Signed out from %1. + Log keluar dari %1. + + + + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. + Mendapatkan autorisasi dari browser. <a href='%1'>Klik disini</a> untuk membuka ulang browser. + + + + Connecting to %1... + Menghubungi ke %1... + + + + No connection to %1 at %2. + Tidak ada koneksi ke %1 di %2. + + + + Log in + Log masuk + + + + There are folders that were not synchronized because they are too big: + Terdapat folder tidak tersinkronisasi karena terlalu besar: + + + + There are folders that were not synchronized because they are external storages: + Terdapat folder tidak tersinkronisasi karena penyimpanan eksternal: + + + + There are folders that were not synchronized because they are too big or external storages: + Terdapat folder tidak tersinkronisasi karena terlalu besar atau penyimpanan ekternal: + + + + Confirm Account Removal + Konfirmasi pemutusan akun + + + + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> + <p> Apakah Anda ingin menghapus koneksi untuk akun <i> %1</i>?</p> <p><b> Catatan: </b> Aksi ini tidak akan menghapus berkas apapun.</p> + + + + Remove connection + Hapus koneksi + + + + + Open folder + Buka folder + + + + + Log out + Log keluar + + + + Resume sync + Lanjutkan sinkron + + + + Pause sync + Jeda sinkron + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> + <p> Apakah Anda ingin menghentikan sinkronisasi folder <i>%1</i>?</p><p><b> Catatan:</b> Aksi ini tidak akan menghapus berkas apapun.</p> + + + + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. + %1 (%3%) dari %2 sedang digunakan. Beberapa folder, termasuk jaringan yang terpasang atau folder yang telah dibagikan, kemungkinan mempunyai beberapa keterbatasan. + + + + %1 of %2 in use + %1 dari %2 sedang digunakan + + + + Currently there is no storage usage information available. + Saat ini tidak ada informasi penggunaan ruang yang tersedia. + + + + No %1 connection configured. + Tidak ada koneksi %1 yang dikonfigurasi. + + + + OCC::AccountState + + + Signed out + Log keluar + + + + Disconnected + Terputus + + + + Connected + Tersambung + + + + Service unavailable + Layanan tidak tersedia + + + + Maintenance mode + Mode perbaikan + + + + Network error + Kesalahan jaringan + + + + Configuration error + Kesalahan konfigurasi + + + + Asking Credentials + Menanyakan Kredensial + + + + Unknown account state + Kondisi akun tidak diketahui + + + + OCC::ActivityItemDelegate + + + %1 + %1 + + + + More information + Informasi lebih lanjut + + + + Accept + Terima + + + + Join + Gabung + + + + Open Browser + Buka Peramban + + + + OCC::ActivityWidget + + + Accept + Terima + + + + Synced + Tersinkronisasi + + + + Retry all uploads + Mencoba semua unggahan + + + + <br/>Account %1 does not have activities enabled. + <br/>Akun %1 tidak memiliki aktivitas yang diaktifkan. + + + + OCC::AddCertificateDialog + + + SSL client certificate authentication + Sertifikat autentikasi klien SSL + + + + This server probably requires a SSL client certificate. + Server ini kemungkinan mengharuskan sebuah sertifikat klien SSL. + + + + Certificate & Key (pkcs12) : + Sertifikat & Kunci (pkcs12) : + + + + Browse... + Jelajahi... + + + + Certificate password : + Kata sandi sertifikat : + + + + Select a certificate + Pilih sertifikat + + + + Certificate files (*.p12 *.pfx) + Berkas sertifikat (*.p12 *.pfx) + + + + OCC::Application + + + Error accessing the configuration file + Galat saat mengakses berkas konfigurasi + + + + There was an error while accessing the configuration file at %1. Please make sure the file can be accessed by your user. + Terdapat kesalahan saat mengakses berkas konfigurasi pada %1. Mohon untuk memastikan berkas dapat diakses oleh pengguna Anda. + + + + Quit %1 + Keluar dari %1 + + + + OCC::AuthenticationDialog + + + Authentication Required + Autentikasi Diperlukan + + + + Enter username and password for '%1' at %2. + Masukkan nama pengguna dan kata sandi untuk '%1' di %2. + + + + &User: + &Pengguna: + + + + &Password: + &Kata sandi: + + + + OCC::CleanupPollsJob + + + Error writing metadata to the database + Kesalahan saat menulis metadata ke database + + + + OCC::ClientSideEncryption + + + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> + Mohon untuk memasukkan kata sandi (passphrase) enkripsi end to end Anda: <br><br>Pengguna: %2<br>Akun: %3<br> + + + + Enter E2E passphrase + Masukkan kata sandi (passphrase) E2E + + + + OCC::ConnectionValidator + + + No ownCloud account configured + Belum ada akun ownCloud yang dikonfigurasi + + + + The configured server for this client is too old + Server yang telah dikonfigurasi untuk klien ini sudah terlalu usang + + + + Please update to the latest server and restart the client. + Mohon untuk memperbaharui ke server yang terbaru kemudian restart klien. + + + + Authentication error: Either username or password are wrong. + Autentikasi bermasalah: Nama pengguna atau kata sandi salah. + + + + timeout + waktu habis + + + + The provided credentials are not correct + Kredensial yang telah disediakan tidak benar + + + + OCC::DiscoveryMainThread + + + Aborted by the user + Dibatalkan oleh pengguna + + + + OCC::DiscoverySingleDirectoryJob + + + The server file discovery reply is missing data. + Ada data yang hilang di berkas server deteksi balasan. + + + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Folder + + + Local folder %1 does not exist. + Tidak ditemukan folder lokal %1. + + + + %1 should be a folder but is not. + %1 seharusnya sebuah folder namun ini bukan. + + + + %1 is not readable. + %1 tidak dapat dibaca. + + + + %1 has been removed. + %1 names a file. + %1 telah dihapus. + + + + %1 has been downloaded. + %1 names a file. + %1 telah diunduh. + + + + %1 has been updated. + %1 names a file. + %1 telah diperbaharui. + + + + %1 has been renamed to %2. + %1 and %2 name files. + %1 telah diubah namanya ke %2. + + + + %1 has been moved to %2. + %1 telah dipindah ke %2. + + + + %1 and %n other file(s) have been removed. + %1 dan %n berkas lainnya telah dihapus. + + + + %1 and %n other file(s) have been downloaded. + %1 dan %n berkas lainnya telah diunduh. + + + + %1 and %n other file(s) have been updated. + %1 dan %n berkas lainnya telah diperbaharui. + + + + %1 has been renamed to %2 and %n other file(s) have been renamed. + %1 dan %n berkas lainnya telah dinamai ulang. + + + + %1 has been moved to %2 and %n other file(s) have been moved. + %1 telah dipindah ke %2 dan juga %n berkas lainnya telah dipindah. + + + + %1 has and %n other file(s) have sync conflicts. + %1 dan %n berkas lainnya mempunyai konflik sinkronisasi. + + + + %1 has a sync conflict. Please check the conflict file! + %1 memiliki konflik sinkronisasi. Mohon cek kembali berkasnya! + + + + %1 and %n other file(s) could not be synced due to errors. See the log for details. + %1 dan %n berkas lainnya tidak dapat disinkronisasi disebabkan kesalahan. Lihat catatan log untuk lebih lanjut. + + + + %1 could not be synced due to an error. See the log for details. + %1 tidak dapat disinkronisasi disebabkan kesalahan. Lihat catatan log untuk lebih lanjut. + + + + Sync Activity + Aktivitas Sinkronisasi + + + + Could not read system exclude file + Tidak dapat membaca berkas sistem yang dikecualikan + + + + A new folder larger than %1 MB has been added: %2. + + Sebuah folder baru lebih dari %1 MB telah ditambahkan: %2. + + + + + A folder from an external storage has been added. + + Sebuah folder dari luar ruang penyimpanan telah ditambahkan. + + + + + Please go in the settings to select it if you wish to download it. + Mohon untuk ke pengaturan untuk memilihnya jika Anda ingin mengunduhnya. + + + + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. + Folder %1 telah dibuat namun dikecualikan dari sinkronisasi sebelumnya. Data yang ada di dalamnya tidak akan disinkronisasi. + + + + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. + Berkas %1 telah dibuat namun dikecualikan dari sinkronisasi sebelumnya. Data yang ada di dalamnya tidak akan disinkronisasi. + + + + Changes in synchronized folders could not be tracked reliably. + +This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). + +%1 + Perubahan di folder yang tersinkronisasi tidak dapat dilacak reabilitasnya. + +Ini artinya sinkronisasi klien mungkin tidak menggunggah perubahan lokal sesegera mungkin dan justru akan memindai perubahan lokal saja dan dalam waktu senggan akan mengunggahnya (setiap dua jam dari bawaan). + +%1 + + + + All files in the sync folder '%1' folder were deleted on the server. +These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. +If you decide to keep the files, they will be re-synced with the server if you have rights to do so. +If you decide to delete the files, they will be unavailable to you, unless you are the owner. + Semua berkas di dalam sinkronisasi folder '%1' telah dihapus dari server. +Perubahan ini akan disinkronisasi ke folder sinkronisasi lokal Anda, termasuk membuat berkas-berkas Anda tidak lagi tersedia kecuali Anda mempunyai hak untuk memulihkannya kembali. +Jika Anda memutuskan untuk berkas Anda tetap tersedia, berkas-berkas Anda akan disinkronisasi ulang dengan server jika Anda mempunyai hak akses untuk melakukannya. +Jika Anda memutuskan untuk menghapusnya, berkas-berkas Anda tidak akan lagi tersedia untuk Anda, kecuali Anda sang pemiliknya. + + + + Download new files? + Unduh berkas baru? + + + + Download new files + Unduh berkas baru + + + + Keep local files + Biarkan berkas-berkas lokal tetap ada + + + + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. +Are you sure you want to sync those actions with the server? +If this was an accident and you decide to keep your files, they will be re-synced from the server. + Semua berkas di dalam sinkronisasi folder '%1' telah dihapus dari server. Perubahan ini akan disinkronisasi ke folder sinkronisasi lokal Anda, termasuk membuat berkas-berkas Anda tidak lagi tersedia kecuali Anda memulihkannya kembali. +Anda yakin ingin mesinkronisasi aksi tersebut dengan server? +Jika ini adalah sebuah ketidaksengajaan dan Anda memutuskan untuk berkas Anda tetap tersedia, berkas-berkas Anda akan disinkronisasi ulang dengan server. + + + + This sync would reset the files to an earlier time in the sync folder '%1'. +This might be because a backup was restored on the server. +Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? + Sinkronisasi ini akan mereset berkas-berkas ke waktu sebelumnya di dalam folder sinkronisasi '%1'. +Ini disebabkan karena sebuah cadangan telah dipulihkan di server. +Melanjutkan sinkronisasi seperti biasanya akan menyebabkan semua berkas Anda ditimpa dengan berkas yang lama di kondisi yang lama. Apakah Anda ingin tetap membuat berkas lokal paling baru Anda sebagai berkas yang berkonflik? + + + + Backup detected + Cadangan ditemukan + + + + Normal Synchronisation + Sinkronisasi Normal + + + + Keep Local Files as Conflict + Buat Berkas Lokal sebagai Konflik + + + + OCC::FolderMan + + + Could not reset folder state + Tidak dapat mereset keadaan folder + + + + An old sync journal '%1' was found, but could not be removed. Please make sure that no application is currently using it. + Sebuah jurnal sinkronisasi lama '%1' telah ditemukan, namun tidak dapat menghapusnya. Mohon untuk memastikan bahwa tida ada aplikasi yang sedang menggunakannya. + + + + (backup) + (cadangan) + + + + (backup %1) + (cadangkan %1) + + + + Undefined State. + Kondisi Yang Tidak Ditentukan + + + + Waiting to start syncing. + Menunggu untuk memulai sinkronisasi. + + + + Preparing for sync. + Persiapan untuk sinkronisasi. + + + + Sync is running. + Sinkronisasi sedang berjalan. + + + + Sync was successful, unresolved conflicts. + Sinkronisasi berhasi, konflik belum diselesaikan. + + + + Last Sync was successful. + Sinkronisasi terakhir sukses. + + + + Setup Error. + Kesalahan Persiapan. + + + + User Abort. + Pengguna Batalkan. + + + + Sync is paused. + Sinkronisasi dijeda. + + + + %1 (Sync is paused) + %1 (Sinkronisasi dijeda) + + + + No valid folder selected! + Tidak ada folder yang valid dipilih! + + + + The selected path is not a folder! + Jalur yang dipilih bukanlah sebuah folder! + + + + You have no permission to write to the selected folder! + Anda tidak memiliki ijin untuk menulis ke folder yang dipilih! + + + + There is already a sync from the server to this local folder. Please pick another local folder! + Sudah ada sinkronisasi dari server ke folder lokal ini. Mohon pilih folder lokal lainnya! + + + + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + Folder lokal %1 sudah terdapat sebuah folder yang digunakan di dalam sebuah koneksi sinkronisasi folder. Mohon pilih yang lainnya! + + + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + Folder lokal %1 sudah terdapat sebuah folder yang digunakan di dalam sebuah koneksi sinkronisasi folder. Mohon pilih yang lainnya! + + + + OCC::FolderStatusDelegate + + + Add Folder Sync Connection + Tambah Koneksi Sinkronisasi Folder + + + + Synchronized with local folder + Sinkronisasi dengan folder lokal + + + + File + Berkas + + + + OCC::FolderStatusModel + + + You need to be connected to add a folder + Anda diharuskan terhubung untuk menambahkan sebuah folder + + + + Click this button to add a folder to synchronize. + Klik tombol ini untuk menambahkan sebuah folder untuk disinkronisasi. + + + + + %1 (%2) + Example text: "File.txt (23KB)" + %1 (%2) + + + + Error while loading the list of folders from the server. + Galat saat memuat daftar folder dari server. + + + + Signed out + Telah keluar + + + + Fetching folder list from server... + Memuat daftar folder dari server.... + + + + There are unresolved conflicts. Click for details. + Terdapat konflik yang belum diselesaikan. Klik untuk detilnya. + + + + Reconciling changes + Mencocokkan perubahan + + + + , '%1' + Build a list of file names + + + + + '%1' + Argument is a file name + '%1' + + + + Syncing %1 + Example text: "Syncing 'foo.txt', 'bar.txt'" + Mensinkronisasi %1 + + + + + , + , + + + + download %1/s + Example text: "download 24Kb/s" (%1 is replaced by 24Kb (translated)) + unduhan %1/s + + + + upload %1/s + Example text: "upload 24Kb/s" (%1 is replaced by 24Kb (translated)) + unggahan %1/s + + + + Checking for changes in remote '%1' + Mengecek perubahan di remote '%1' + + + + Checking for changes in local '%1' + Mengecek perubahan di '%1' lokal + + + + ↓ %1/s + ↓ %1/s + + + + ↑ %1/s + ↑ %1/s + + + + %1 %2 (%3 of %4) + Example text: "uploading foobar.png (2MB of 2MB)" + %1 %2 (%3 dari %4) + + + + %1 %2 + Example text: "uploading foobar.png" + %1 %2 + + + + %5 left, %1 of %2, file %3 of %4 + Example text: "5 minutes left, 12 MB of 345 MB, file 6 of 7" + Sisa %5, %1 dari %2, berkas ke %3 dari %4 + + + + %1 of %2, file %3 of %4 + Example text: "12 MB of 345 MB, file 6 of 7" + %1 dari %2, berkas ke %3 dari %4 + + + + file %1 of %2 + Berkas %1 dari %2 + + + + Waiting... + Menunggu... + + + + Waiting for %n other folder(s)... + Menunggu untuk %n folder lainnya... + + + + Preparing to sync... + Menunggu untuk sinkronisasi... + + + + OCC::FolderWatcherPrivate + + + This problem usually happens when the inotify watches are exhausted. Check the FAQ for details. + Masalah ini sering kali terjadi ketika inotify watches kehausan. Cek halaman FAQ untuk lebih lanjut. + + + + OCC::FolderWizard + + + Add Folder Sync Connection + Tambah Koneksi Sinkronisasi Folder + + + + Add Sync Connection + Tambah Koneksi Sinkronisasi + + + + OCC::FolderWizardLocalPath + + + Click to select a local folder to sync. + Klik untuk memilih sebuah folder lokal untuk disinkronisasi. + + + + Enter the path to the local folder. + Masukkan sebuah jalur ke folder lokal. + + + + Select the source folder + Pilih sumber folder + + + + OCC::FolderWizardRemotePath + + + Create Remote Folder + Buat Folder Remote + + + + Enter the name of the new folder to be created below '%1': + Masukkan nama untuk folder baru yang akan dibuat dibawah '%1': + + + + Folder was successfully created on %1. + Folder telah sukses dibuat di %1. + + + + Authentication failed accessing %1 + Autentikasi gagal saat mengakses %1 + + + + Failed to create the folder on %1. Please check manually. + Gagal untuk membuat folder baru di %1. Mohon cek secara manual. + + + + Failed to list a folder. Error: %1 + Gagal untuk mengurutkan daftar folder. Galat: %1 + + + + Choose this to sync the entire account + Pilih ini untuk mensinkronisasi ke seluruh akun + + + + This folder is already being synced. + Folder ini telah disinkronisasi. + + + + You are already syncing <i>%1</i>, which is a parent folder of <i>%2</i>. + Anda sudah mensinkronisasi <i>%1</i>, yang mana termasuk dalam folder <i>%2</i>. + + + + OCC::FormatWarningsWizardPage + + + <b>Warning:</b> %1 + <b>Peringatan:</b> %1 + + + + <b>Warning:</b> + <b>Peringatan:</b> + + + + OCC::GETFileJob + + + No E-Tag received from server, check Proxy/Gateway + Tidak ada E-Tag yang diterima dari server, cek Proksi/Gerbang + + + + We received a different E-Tag for resuming. Retrying next time. + Kami menerima sebuah E-Tag yang berbeda untuk dilanjutkan. Mencoba lain waktu. + + + + Server returned wrong content-range + Server kembali dengan jarak-konten yang salah + + + + Connection Timeout + Waktu Koneksi Habis + + + + OCC::GeneralSettings + + + Legal notice + Pemberitahuan hukum + + + + General Settings + Pengaturan Umum + + + + For System Tray + Untuk Tray Sistem + + + + Show Server &Notifications + Tampilkan Server & Notifikasi + + + + Advanced + Tingkat Lanjut + + + + Ask for confirmation before synchronizing folders larger than + Meminta untuk konfirmasi sebelum sinkronisasi folder yang melebihi dari + + + + MB + Trailing part of "Ask confirmation before syncing folder larger than" + MB + + + + Ask for confirmation before synchronizing external storages + Meminta konfirmasi sebelum sinkronisasi penyimpanan eksternal + + + + &Launch on System Startup + &Luncurkan saat Sistem Dimulai + + + + Use &Monochrome Icons + Gunakan Ikon &Monokrom + + + + Edit &Ignored Files + Sunting &Abaikan Berkas + + + + Show sync folders in &Explorer's Navigation Pane + Tampilkan folder yang disinkronisasi di Panel Navigasi &Explorer + + + + S&how crash reporter + + + + + + About + Tentang + + + + Updates + Pembaruan + + + + &Restart && Update + &Hidupkan ulang && Perbarui + + + + Server notifications that require attention. + Notifikasi server yang memerlukan perhatian. + + + + OCC::GetOrCreatePublicLinkShare + + + Sharing error + Gagal berbagi + + + + Could not retrieve or create the public link share. Error: + +%1 + Tidak dapat mengambil atau membuat berbagi tautan publik. Galat: + +%1 + + + + OCC::HttpCredentialsGui + + + Please enter %1 password:<br><br>User: %2<br>Account: %3<br> + Mohon untuk memasukkan kata sandi %1:<br><br>Pengguna: %2<br>Akun: %3<br> + + + + Reading from keychain failed with error: '%1' + Membaca dari keychain gagal dengan galat: '%1' + + + + Enter Password + Masukkan Kata Sandi + + + + <a href="%1">Click here</a> to request an app password from the web interface. + <a href="%1">Klik disini</a> untuk meminta kata sandi aplikasi dari antarmuka situs. + + + + OCC::IgnoreListEditor + + + Ignored Files Editor + Abaikan Editor Berkas + + + + Global Ignore Settings + Pengaturan Pengabaian Global + + + + Sync hidden files + Sinkronisasi berkas tersembunyi + + + + Files Ignored by Patterns + Berkas Diabaikan Menurut Pola + + + + This entry is provided by the system at '%1' and cannot be modified in this view. + Entri ini disediakan oleh sistem di '%1' dan tidak dapat dimodifikasi dalam tampilan ini. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice + + + Legal notice + Pemberitahuan hukum + + + + Close + Tutup + + + + <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> + <p>Hak Cipta 2017-2018 Nextcloud GmbH<br />Hak Cipta 2012-2018 ownCloud GmbH</p> + + + + <p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p> + <p>Lisensi dibawah Lisensi Umum Publik GNU (GPL) Versi 2.0 atau versi termutakhir apapun.</p> + + + + OCC::LogBrowser + + + Log Output + Log Keluaran + + + + &Search: + &Cari: + + + + &Find + &Temukan + + + + &Capture debug messages + &Tangkap pesan debug + + + + Permanently save logs + Simpan log secara permanen + + + + When this option is enabled and no other logging is configured, logs will be written to a temporary folder and expire after a few hours. This setting persists across client restarts. + +Logs will be written to %1 + Ketika opsi ini dinyalakan dan tidak ada logging yang dikonfigurasikan, log akan ditulis di folder sementara dan akan kadaluarsa setelah beberapa jam. Pengaturan ini akan tetap ada untuk semua klien saat menghidupkan ulang. + + + + + Clear + Bersihkan + + + + Clear the log display. + Bersihkan tampilan log + + + + S&ave + + + + + Save the log file to a file on disk for debugging. + Simpan berkas log ke sebuah berkas di cakram untuk pendebug-an. + + + + Save log file + Simpan berkas log + + + + Error + Galat + + + + Could not write to log file %1 + Tidak dapat menulis berkas log %1 + + + + OCC::Logger + + + Error + Galat + + + + <nobr>File '%1'<br/>cannot be opened for writing.<br/><br/>The log output can <b>not</b> be saved!</nobr> + <nobr>Berkas '%1'<br/>tidak dapat dibuka untuk ditulis.<br/><br/>Keluaran log <b>tidak</b>dapat disimpan!</nobr> + + + + OCC::NSISUpdater + + + New Version Available + Versi Terbaru Tersedia + + + + <p>A new version of the %1 Client is available.</p><p><b>%2</b> is available for download. The installed version is %3.</p> + <p>Versi terbaru telah tersedia untuk Klien %1.</p><p><b>%2</b>telah tersedia untuk diunduh. Versi saat ini yang telah dipasang %3.</p> + + + + Skip this version + Lewati versi ini + + + + Skip this time + Lewati saat ini + + + + Get update + Dapatkan pembaruan + + + + OCC::NetworkSettings + + + Proxy Settings + Pengaturan Proksi + + + + No Proxy + Tidak Ada Proksi + + + + Use system proxy + Gunakan Proksi Sistem + + + + Specify proxy manually as + Tentukan proksi secara manual sebagai + + + + Host + Host + + + + : + : + + + + Proxy server requires authentication + Server proksi membutuhkan autentikasi + + + + Download Bandwidth + Bandwidth Unduhan + + + + + Limit to + Batas hingga + + + + + KBytes/s + KBytes/s + + + + + No limit + Tidak ada limit + + + + + Limit to 3/4 of estimated bandwidth + Limit hingga 3/4 dari estimasi bandwidth + + + + Upload Bandwidth + Bandwidth Unggahan + + + + + Limit automatically + Otomatikan batas + + + + Hostname of proxy server + Nama Host server proksi + + + + Username for proxy server + Nama pengguna server proksi + + + + Password for proxy server + Kata sandi server proksi + + + + HTTP(S) proxy + Proksi HTTP(S) + + + + SOCKS5 proxy + Proksi SOCKS5 + + + + OCC::OAuth + + + Error returned from the server: <em>%1</em> + Galat terjadi dari server: <em>%1</em> + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Terdapat galat saat mengakses endpoint 'token': <br><em>%1</em> + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Tidak dapat mengurai JSON yang didapat dari server: <br><em>%1</em> + + + + The reply from the server did not contain all expected fields + Balasan dari server tidak terdapat semua bidang yang diekspektasi + + + + <h1>Login Error</h1><p>%1</p> + <h1>Gagal Masuk</h1><p>%1</p> + + + + <h1>Wrong user</h1><p>You logged-in with user <em>%1</em>, but must login with user <em>%2</em>.<br>Please log out of %3 in another tab, then <a href='%4'>click here</a> and log in as user %2</p> + <h1>Pengguna salah</h1><p>Anda telah masuk dengan pengguna<em>%1</em>, namun harus masuk dengan pengguna <em>%2</em>. <br>Mohon untuk keluar dari %3 di tab lainnya, kemudian <a href='%4'>klik disini</a> dan masuk kembali sebagai pengguna %2</p> + + + + OCC::OCUpdater + + + New %1 Update Ready + %1 Pembaruan Baru Siap + + + + A new update for %1 is about to be installed. The updater may ask +for additional privileges during the process. + Sebuah pembaruan baru untuk %1 akan dipasang. Pemasang pembaruan mungkin akan meminta +beberapa ijin pada saat proses berjalan. + + + + Downloading version %1. Please wait... + Mengunduh versi %1. Mohon tunggu... + + + + Could not download update. Please click <a href='%1'>here</a> to download the update manually. + Tidak dapat mengunduh pembaruan. Klik <a href='%1'>disini</a> untuk mengunduh pembaruan secara manual. + + + + Could not check for new updates. + Tidak dapat mengecek pembaruan baru. + + + + %1 version %2 available. Restart application to start the update. + %1 versi %2 tersedia. Hidupkan ulang aplikasi untuk memulai pembaruan. + + + + New %1 version %2 available. Please use the system's update tool to install it. + %1 baru versi %2 tersedia. Mohon untuk gunakan alat pembaruan sistem untuk memasangnya. + + + + Checking update server... + Mengecek pembaruan server... + + + + Update status is unknown: Did not check for new updates. + Status pembaruan tidak diketahui: Tidak mengecek untuk pembaruan baru. + + + + No updates available. Your installation is at the latest version. + Tidak ada pembaruan tersedia. Instalasi Anda sudah paling mutakhir. + + + + Update Check + Pembaruan Dicek + + + + OCC::OwncloudAdvancedSetupPage + + + Connect to %1 + Hubungkan ke %1 + + + + Setup local folder options + Atur opsi folder lokal + + + + Connect... + Menghubungkan... + + + + %1 folder '%2' is synced to local folder '%3' + %1 folder '%2' disinkronisasi ke folder lokal '%3' + + + + Sync the folder '%1' + Sinkronkan folder '%1' + + + + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>Peringatan:</strong> Lokal folder tidak kosong. Pilih sebuah resolusi!</small></p> + + + + Free space: %1 + Ruang bebas: %1 + + + + Local Sync Folder + Folder Sinkronisasi Lokal + + + + + (%1) + (%1) + + + + There isn't enough free space in the local folder! + Tidak ada ruang bebas yang cukup di folder lokal! + + + + OCC::OwncloudConnectionMethodDialog + + + Connection failed + Koneksi gagal + + + + <html><head/><body><p>Failed to connect to the secure server address specified. How do you wish to proceed?</p></body></html> + <html><head/><body><p>Gagal menghubungkan ke alamat aman server yang ditentukan. Bagaimana Anda ingin melanjutkannya?</p></body></html> + + + + Select a different URL + Pilih sebuah URL yang berbeda + + + + Retry unencrypted over HTTP (insecure) + + + + + Configure client-side TLS certificate + Atur sertifikat sisi-klien TLS + + + + <html><head/><body><p>Failed to connect to the secure server address <em>%1</em>. How do you wish to proceed?</p></body></html> + <html><head/><body><p>Gagal menghubungkan ke alamat aman server <em>%1</em>. Bagaimana Anda ingin melanjutkannya?</p></body></html> + + + + OCC::OwncloudHttpCredsPage + + + &Email + &Email + + + + Connect to %1 + Hubungkan ke %1 + + + + Enter user credentials + Masukkan kredensial pengguna + + + + OCC::OwncloudOAuthCredsPage + + + Connect to %1 + Hubungkan ke %1 + + + + Login in your browser + Masuk ke peramban Anda + + + + OCC::OwncloudSetupPage + + + Connect to %1 + Hubungkan ke %1 + + + + Setup %1 server + Atur server %1 + + + + Keep your data secure and under your control + Buat data Anda aman dan tetap dalam kontrol Anda + + + + Secure collaboration & file exchange + Amankan kolaborasi & pertukaran berkas + + + + Easy-to-use web mail, calendaring & contacts + Web mail, kalendar & kontak yang mudah digunakan + + + + Screensharing, online meetings & web conferences + Bagikan layar, online meetings & konferensi web + + + + This url is NOT secure as it is not encrypted. +It is not advisable to use it. + Url ini TIDAK aman karena tidak dienkripsi. +Tidak disarankan untuk digunakan. + + + + This url is secure. You can use it. + Url ini aman. Anda dapat menggunakannya. + + + + &Next > + &Lanjut> + + + + Invalid URL + URL tidak valid + + + + Could not load certificate. Maybe wrong password? + Tidak dapat memuat sertifikat. Mungkin salah kata sandi? + + + + OCC::OwncloudSetupWizard + + + <font color="green">Successfully connected to %1: %2 version %3 (%4)</font><br/><br/> + <font color="green">Sukses terhubung ke %1: %2 versi %3 (%4)</font><br/><br/> + + + + Failed to connect to %1 at %2:<br/>%3 + Gagal terhubung ke %1 di %2:<br/>%3 + + + + Timeout while trying to connect to %1 at %2. + Waktu habis saat mencoba untuk menghubungkan ke %1 di %2. + + + + Trying to connect to %1 at %2... + Mencoba terhubung ke %1 di %2... + + + + The authenticated request to the server was redirected to '%1'. The URL is bad, the server is misconfigured. + Permintaan autentikasi ke server telah dialihkan ke '%1'. URL sangat buruk, server salah konfigurasi. + + + + There was an invalid response to an authenticated webdav request + Terdapat respon yang tidak valid untuk permintaan autentikasi webdav + + + + Access forbidden by server. To verify that you have proper access, <a href="%1">click here</a> to access the service with your browser. + Akses ditolak dari server. Untuk memverifikasi bahwa Anda memiliki akses yang benar, <a href="%1">klik disini</a> untuk akses ke layanan dengan peramban Anda. + + + + Invalid URL + URL Tidak Valid + + + + The server reported the following error: + Server melaporkan galat sebagai berikut: + + + + Local sync folder %1 already exists, setting it up for sync.<br/><br/> + Folder sinkronisasi lokal %1 sudah ada, mengatur untuk disinkronisasi.<br/><br/> + + + + Creating local sync folder %1... + Membuat sikronisasi folder lokal %1... + + + + ok + ok + + + + failed. + gagal. + + + + Could not create local folder %1 + Tidak dapat membuat folder lokal %1 + + + + No remote folder specified! + Tidak ada folder remote yang ditentukan! + + + + Error: %1 + Galat: %1 + + + + creating folder on Nextcloud: %1 + Membuat folder di Nextcloud: %1 + + + + Remote folder %1 created successfully. + Folder remote %1 sukses dibuat. + + + + The remote folder %1 already exists. Connecting it for syncing. + Folder remote %1 sudah ada. Menghubungkan untuk sinkronisasi. + + + + + The folder creation resulted in HTTP error code %1 + + + + + The remote folder creation failed because the provided credentials are wrong!<br/>Please go back and check your credentials.</p> + + + + + <p><font color="red">Remote folder creation failed probably because the provided credentials are wrong.</font><br/>Please go back and check your credentials.</p> + + + + + + Remote folder %1 creation failed with error <tt>%2</tt>. + + + + + A sync connection from %1 to remote directory %2 was set up. + + + + + Successfully connected to %1! + + + + + Connection to %1 could not be established. Please check again. + + + + + Folder rename failed + + + + + Can't remove and back up the folder because the folder or a file in it is open in another program. Please close the folder or file and hit retry or cancel the setup. + + + + + <font color="green"><b>Local sync folder %1 successfully created!</b></font> + + + + + OCC::OwncloudWizard + + + %1 Connection Wizard + + + + + Skip folders configuration + + + + + OCC::OwncloudWizardResultPage + + + Everything set up! + + + + + Open Local Folder + + + + + Open %1 in Browser + + + + + OCC::PollJob + + + Invalid JSON reply from the poll URL + + + + + OCC::PropagateDirectory + + + Error writing metadata to the database + + + + + OCC::PropagateDownloadFile + + + File %1 can not be downloaded because encryption information is missing. + + + + + File %1 can not be downloaded because of a local file name clash! + + + + + The download would reduce free local disk space below the limit + + + + + Free space on disk is less than %1 + + + + + File was deleted from server + + + + + The file could not be downloaded completely. + + + + + The downloaded file is empty despite that the server announced it should have been %1. + + + + + File %1 cannot be saved because of a local file name clash! + + + + + File has changed since discovery + + + + + Error writing metadata to the database + + + + + OCC::PropagateItemJob + + + ; Restoration Failed: %1 + + + + + A file or folder was removed from a read only share, but restoring failed: %1 + + + + + OCC::PropagateLocalMkdir + + + could not delete file %1, error: %2 + + + + + Attention, possible case sensitivity clash with %1 + + + + + could not create folder %1 + + + + + Error writing metadata to the database + + + + + OCC::PropagateLocalRemove + + + Error removing '%1': %2; + + + + + Could not remove folder '%1' + + + + + Could not remove %1 because of a local file name clash + + + + + OCC::PropagateLocalRename + + + File %1 can not be renamed to %2 because of a local file name clash + + + + + + Error writing metadata to the database + + + + + OCC::PropagateRemoteDelete + + + Wrong HTTP code returned by server. Expected 204, but received "%1 %2". + + + + + OCC::PropagateRemoteMkdir + + + Wrong HTTP code returned by server. Expected 201, but received "%1 %2". + + + + + Error writing metadata to the database + + + + + OCC::PropagateRemoteMove + + + Wrong HTTP code returned by server. Expected 201, but received "%1 %2". + + + + + + Error writing metadata to the database + + + + + OCC::PropagateUploadFileCommon + + + File %1 cannot be uploaded because another file with the same name, differing only in case, exists + + + + + Local file changed during syncing. It will be resumed. + + + + + Local file changed during sync. + + + + + + Upload of %1 exceeds the quota for the folder + + + + + File Removed (start upload) %1 + + + + + Error writing metadata to the database + + + + + OCC::PropagateUploadFileNG + + + The local file was removed during sync. + + + + + Local file changed during sync. + + + + + Unexpected return code from server (%1) + + + + + Missing File ID from server + + + + + Missing ETag from server + + + + + OCC::PropagateUploadFileV1 + + + Poll URL missing + + + + + The local file was removed during sync. + + + + + Local file changed during sync. + + + + + The server did not acknowledge the last chunk. (No e-tag was present) + + + + + OCC::ProxyAuthDialog + + + Proxy authentication required + + + + + Username: + + + + + Proxy: + + + + + The proxy server needs a username and password. + + + + + Password: + + + + + TextLabel + + + + + OCC::SelectiveSyncDialog + + + Choose What to Sync + + + + + OCC::SelectiveSyncWidget + + + Loading ... + + + + + Deselect remote folders you do not wish to synchronize. + + + + + Name + + + + + Size + + + + + + No subfolders currently on the server. + + + + + An error occurred while loading the list of sub folders. + + + + + OCC::ServerNotificationHandler + + + Dismiss + + + + + OCC::SettingsDialog + + + Settings + + + + + Activity + + + + + General + + + + + Network + + + + + Account + + + + + OCC::SettingsDialogMac + + + %1 + + + + + Activity + + + + + General + + + + + Network + + + + + + Account + + + + + OCC::ShareDialog + + + share label + + + + + ownCloud Path: + + + + + Icon + + + + + %1 Sharing + + + + + %1 + + + + + Folder: %2 + + + + + The file can not be shared because it was shared without sharing permission. + + + + + OCC::ShareLinkWidget + + + &Share link + + + + + Password: + + + + + Expiration date: + + + + + TextLabel + + + + + Delete + + + + + Allow Editing + + + + + Read only + + + + + Allow Upload && Editing + + + + + File Drop (Upload Only) + + + + + Password Protect + + + + + Expiration Date + + + + + Unshare + + + + + Add another link + + + + + Confirm Link Share Deletion + + + + + <p>Do you really want to delete the public link share <i>%1</i>?</p><p>Note: This action cannot be undone.</p> + + + + + Cancel + + + + + Public link + + + + + OCC::ShareUserGroupWidget + + + Share with users or groups ... + + + + + Copy link + + + + + No results for '%1' + + + + + I shared something with you + + + + + OCC::ShareUserLine + + + User name + + + + + can edit + + + + + Can reshare + + + + + Unshare + + + + + Can create + + + + + Can change + + + + + Can delete + + + + + OCC::ShibbolethCredentials + + + Login Error + + + + + You must sign in as user %1 + + + + + OCC::ShibbolethWebView + + + %1 - Authenticate + + + + + SSL Cipher Debug View + + + + + Reauthentication required + + + + + Your session has expired. You need to re-login to continue to use the client. + + + + + OCC::SocketApi + + + Share with %1 + parameter is Nextcloud + + + + + Context menu share + + + + + I shared something with you + + + + + + Share... + + + + + + Copy private link to clipboard + + + + + Send private link by email... + + + + + Resharing this file is not allowed + + + + + + Copy public link to clipboard + + + + + Open in browser + + + + + OCC::SslButton + + + <h3>Certificate Details</h3> + + + + + Common Name (CN): + + + + + Subject Alternative Names: + + + + + Organization (O): + + + + + Organizational Unit (OU): + + + + + State/Province: + + + + + Country: + + + + + Serial: + + + + + <h3>Issuer</h3> + + + + + Issuer: + + + + + Issued on: + + + + + Expires on: + + + + + <h3>Fingerprints</h3> + + + + + SHA-256: + + + + + SHA-1: + + + + + <p><b>Note:</b> This certificate was manually approved</p> + + + + + %1 (self-signed) + + + + + %1 + + + + + This connection is encrypted using %1 bit %2. + + + + + + No support for SSL session tickets/identifiers + + + + + Certificate information: + + + + + This connection is NOT secure as it is not encrypted. + + + + + + OCC::SslErrorDialog + + + Trust this certificate anyway + + + + + Untrusted Certificate + + + + + Cannot connect securely to <i>%1</i>: + + + + + with Certificate %1 + + + + + + + &lt;not specified&gt; + + + + + + Organization: %1 + + + + + + Unit: %1 + + + + + + Country: %1 + + + + + Fingerprint (SHA1): <tt>%1</tt> + + + + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + + Effective Date: %1 + + + + + Expiration Date: %1 + + + + + Issuer: %1 + + + + + OCC::SyncEngine + + + Success. + + + + + A network connection timeout happened. + + + + + A HTTP transmission error happened. + + + + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + %1 (skipped due to earlier error, trying again in %2) + + + + + File/Folder is ignored because it's hidden. + + + + + Folder hierarchy is too deep + + + + + Conflict: Server version downloaded, local copy renamed and not uploaded. + + + + + Only %1 are available, need at least %2 to start + Placeholders are postfixed with file sizes using Utility::octetsToString() + + + + + Unable to open or create the local sync database. Make sure you have write access in the sync folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + + + + + Disk space is low: Downloads that would reduce free space below %1 were skipped. + + + + + There is insufficient space available on the server for some uploads. + + + + + CSync unspecified error. + + + + + Aborted by the user + + + + + Failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + Discovery step failed. + + + + + Permission denied. + + + + + File or directory not found: + + + + + Tried to create a folder that already exists. + + + + + No space on %1 server available. + + + + + The service is temporarily unavailable + + + + + Access is forbidden + + + + + An internal error number %1 occurred. + + + + + Symbolic links are not supported in syncing. + + + + + File is listed on the ignore list. + + + + + File names ending with a period are not supported on this file system. + + + + + File names containing the character '%1' are not supported on this file system. + + + + + The file name is a reserved name on this file system. + + + + + Filename contains trailing spaces. + + + + + Filename is too long. + + + + + The filename cannot be encoded on your file system. + + + + + Unresolved conflict. + + + + + Stat failed. + + + + + Filename encoding is not valid + + + + + Invalid characters, please rename "%1" + + + + + Unable to read the blacklist from the local database + + + + + Unable to read from the sync journal. + + + + + Cannot open the sync journal + + + + + File name contains at least one invalid character + + + + + + Ignored because of the "choose what to sync" blacklist + + + + + Not allowed because you don't have permission to add subfolders to that folder + + + + + Not allowed to upload this file because it is read-only on the server, restoring + + + + + + Not allowed to remove, restoring + + + + + Local files and share folder removed. + + + + + Move not allowed, item restored + + + + + Move not allowed because %1 is read-only + + + + + the destination + + + + + the source + + + + + OCC::SyncLogDialog + + + Synchronisation Log + + + + + OCC::Systray + + + %1: %2 + + + + + OCC::Theme + + + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + + + + + <p>This release was supplied by %1</p> + + + + + OCC::WebEnginePage + + + Invalid certificate detected + + + + + The host "%1" provided an invalid certificate. Continue? + + + + + OCC::WebFlowCredentials + + + You have been logged out of %1 as user %2. Please login again + + + + + Please login with the user: %1 + + + + + OCC::ownCloudGui + + + Please sign in + + + + + Folder %1: %2 + + + + + There are no sync folders configured. + + + + + Open in browser + + + + + Log in... + + + + + Log out + + + + + Recent Changes + + + + + Managed Folders: + + + + + Open folder '%1' + + + + + Open %1 in browser + + + + + Unknown status + + + + + Settings... + + + + + Help + + + + + Quit %1 + + + + + Disconnected from %1 + + + + + Unsupported Server Version + + + + + The server on account %1 runs an old and unsupported version %2. Using this client with unsupported server versions is untested and potentially dangerous. Proceed at your own risk. + + + + + Disconnected + + + + + Disconnected from some accounts + + + + + Disconnected from accounts: + + + + + Account %1: %2 + + + + + Signed out + + + + + Account synchronization is disabled + + + + + + Synchronization is paused + + + + + Unresolved conflicts + + + + + Error during synchronization + + + + + No sync folders configured + + + + + Resume all folders + + + + + Pause all folders + + + + + Resume all synchronization + + + + + Resume synchronization + + + + + Pause all synchronization + + + + + Pause synchronization + + + + + New account... + + + + + View more activity... + + + + + Crash now + Only shows in debug mode to allow testing the crash handler + + + + + Apps + + + + + No items synced recently + + + + + Checking for changes in remote '%1' + + + + + Checking for changes in local '%1' + + + + + Syncing %1 of %2 (%3 left) + + + + + Syncing %1 of %2 + + + + + Syncing %1 (%2 left) + + + + + Syncing %1 + + + + + %1 (%2, %3) + + + + + Up to date + + + + + OwncloudAdvancedSetupPage + + + Server + + + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + + + + Start a &clean sync (Erases the local folder!) + + + + + Ask for confirmation before synchroni&zing folders larger than + + + + + MB + Trailing part of "Ask confirmation before syncing folder larger than" + + + + + Ask for confirmation before synchronizing e&xternal storages + + + + + Choose what to sync + + + + + &Local Folder + + + + + &Keep local data + + + + + S&ync everything from server + + + + + Status message + + + + + OwncloudHttpCredsPage + + + &Username + + + + + &Password + + + + + OwncloudOAuthCredsPage + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + OwncloudSetupPage + + + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> + + + + + Register with a provider + + + + + Log in + + + + + Server Address + + + + + https://... + + + + + Error Label + + + + + OwncloudWizardResultPage + + + Your entire account is synced to the local folder + + + + + QObject + + + in the future + + + + + %n day ago + + + + + %n days ago + + + + + %n hour ago + + + + + %n hours ago + + + + + now + + + + + Less than a minute ago + + + + + %n minute ago + + + + + %n minutes ago + + + + + Some time ago + + + + + %1: %2 + this displays an error string (%2) for a file %1 + + + + + Utility + + + %L1 GB + + + + + %L1 MB + + + + + %L1 KB + + + + + %L1 B + + + + + %n year(s) + + + + + %n month(s) + + + + + %n day(s) + + + + + %n hour(s) + + + + + %n minute(s) + + + + + %n second(s) + + + + + %1 %2 + + + + + ValidateChecksumHeader + + + The checksum header is malformed. + + + + + The checksum header contained an unknown checksum type '%1' + + + + + The downloaded file does not match the checksum, it will be resumed. + + + + + main.cpp + + + System Tray not available + + + + + %1 requires on a working system tray. If you are running XFCE, please follow <a href="http://docs.xfce.org/xfce/xfce4-panel/systray">these instructions</a>. Otherwise, please install a system tray application such as 'trayer' and try again. + + + + + nextcloudTheme::about() + + + <p><small>Built from Git revision <a href="%1">%2</a> on %3, %4 using Qt %5, %6</small></p> + + + + + progress + + + Downloaded + + + + + Uploaded + + + + + Server version downloaded, copied changed local file into conflict file + + + + + Deleted + + + + + Moved to %1 + + + + + Ignored + + + + + Filesystem access error + + + + + Error + + + + + Updated local metadata + + + + + + Unknown + + + + + downloading + + + + + uploading + + + + + deleting + + + + + moving + + + + + ignoring + + + + + + error + + + + + updating local metadata + + + + + theme + + + Status undefined + + + + + Waiting to start sync + + + + + Sync is running + + + + + Sync Success + + + + + Sync Success, some files were ignored. + + + + + Sync Error + + + + + Setup Error + + + + + Preparing to sync + + + + + Aborting... + + + + + Sync is paused + + + + + utility + + + Could not open browser + + + + + There was an error when launching the browser to go to URL %1. Maybe no default browser is configured? + + + + + Could not open email client + + + + + There was an error when launching the email client to create a new message. Maybe no default email client is configured? + + + + \ No newline at end of file diff --git a/translations/client_is.ts b/translations/client_is.ts index d7f03e587..aa04bcbe3 100644 --- a/translations/client_is.ts +++ b/translations/client_is.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Samskiptagluggi - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Eyðublað + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Eyðublað - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,272 +241,283 @@ OCC::AccountSettings - - Form - Eyðublað - - - + ... ... - + Storage space: ... Geymslurými: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Ómerktar möppur verða <b>fjarlægðar</b> úr skráakerfi tölvunnar þinnar og því ekki samstilltar lengur við þessa tölvu - + Synchronize all Samstilla allt - + Synchronize none Samstilla ekkert - + Apply manual changes Virkja handvirkar breytingar - + Apply Virkja - - - + + + Cancel Hætta við - + Connected with <server> as <user> Tengd/ur við <server> sem <user> - + No account configured. Enginn aðgangur stilltur. - + Add new Bæta við nýju - + Remove Fjarlægja - + Account Aðgangur - + + This account supports end-to-end encryption + + + + + Enable encryption + Virkja dulritun + + + Show E2E mnemonic Sýna E2E minnistækni - + Encrypt Dulrita - + + + Edit Ignored Files + + + + Choose what to sync Veldu það sem á að samstilla - + Force sync now Þvinga samstillingu núna - + Restart sync Endurræsa samstillingu - + Remove folder sync connection Fjarlægja samstillingartengingu möppu - + Folder creation failed Gerð möppu mistókst - + <p>Could not create local folder <i>%1</i>. <p>Gat ekki búið til staðværa möppu <i>%1</i>. - + Confirm Folder Sync Connection Removal Staðfesta fjarlægingu á samstillingartengingu möppu - + Remove Folder Sync Connection Fjarlægja samstillingartengingu möppu - + Sync Running Samstilling er keyrandi - + The syncing operation is running.<br/>Do you want to terminate it? Aðgerðin sem samstillir er í gangi.<br/>Viltu stöðva hana? - + %1 in use %1 í notkun - + %1 as <i>%2</i> %1 sem <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Þjónninn er af útgáfu %1 sem er úrelt og ekki lengur studd! Ef þú heldur áfram er það á þína eigin ábyrgð. - + Connected to %1. Tengdur við %1. - + Server %1 is temporarily unavailable. Þjónninn %1 er ekki tiltækur í augnablikinu. - + Server %1 is currently in maintenance mode. Þjónninn %1 er í viðhaldsham. - + Signed out from %1. Skráður út af %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... Tengist við %1... - + No connection to %1 at %2. Engin tenging við %1 á %2. - + Log in Skrá inn - + There are folders that were not synchronized because they are too big: Það eru möppur sem ekki eru samstilltar því þær eru of stórar: - + There are folders that were not synchronized because they are external storages: Það eru möppur sem ekki eru samstilltar því þær ytri eru gagnageymslur: - + There are folders that were not synchronized because they are too big or external storages: Það eru möppur sem ekki eru samstilltar því þær eru of stórar eða eru ytri gagnageymslur: - + Confirm Account Removal Staðfesta fjarlægingu aðgangs - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Viltu í alvörunni fjarlægja tenginguna við aðganginn <i>%1</i>?</p><p><b>Athugið:</b> Þetta mun <b>ekki</b> eyða neinum skrám.</p> - + Remove connection Fjarlægja tengingu - - + + Open folder Opna möppu - - + + Log out Skrá út - + Resume sync Halda samstillingu áfram - + Pause sync Gera hlé á samstillingu - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Viltu í alvörunni hætta að samstilla möppuna <i>%1</i>?</p><p><b>Athugið:</b> Þetta mun <b>ekki</b> eyða neinum skrám.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) af %2 í notkun. Sumar möppur, þar með taldar netmöppur tengdar í skráakerfið eða sameignarmöppur, gætu verið með önnur takmörk. - + %1 of %2 in use %1 af %2 í notkun - + Currently there is no storage usage information available. Það eru engar upplýsingar um gagnamagn fáanlegar í augnablikinu. - + No %1 connection configured. Engin %1 tenging skilgreind. @@ -548,33 +600,23 @@ skráakerfið eða sameignarmöppur, gætu verið með önnur takmörk. OCC::ActivityWidget - - - Form - Eyðublað - - - - TextLabel - TextaMerking - Accept Samþykkja - + Synced Samstillt - + Retry all uploads Prófa aftur allar innsendingar - + <br/>Account %1 does not have activities enabled. <br/>%1 aðgangurinn er ekki með virkniskráningu. @@ -661,7 +703,7 @@ skráakerfið eða sameignarmöppur, gætu verið með önnur takmörk. OCC::CleanupPollsJob - + Error writing metadata to the database Villa við ritun lýsigagna í gagnagrunninn @@ -669,12 +711,12 @@ skráakerfið eða sameignarmöppur, gætu verið með önnur takmörk. OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Settu inn lykilorð fyrir enda-í-enda dulritun:<br><br>Notandi: %2<br>Aðgangur: %3<br> - + Enter E2E passphrase Settu inn EíE-lykilorð @@ -728,6 +770,59 @@ skráakerfið eða sameignarmöppur, gætu verið með önnur takmörk. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -746,122 +841,122 @@ skráakerfið eða sameignarmöppur, gætu verið með önnur takmörk.%1 er ekki lesanleg. - + %1 has been removed. %1 names a file. %1 hefur verið fjarlægð. - + %1 has been downloaded. %1 names a file. %1 hefur verið sótt. - + %1 has been updated. %1 names a file. %1 var uppfærð. - + %1 has been renamed to %2. %1 and %2 name files. %1 hefur verið endurnefnd sem %2. - + %1 has been moved to %2. %1 hefur verið færð í %2. - + %1 and %n other file(s) have been removed. %1 og %n skrá til viðbótar hafa verið fjarlægðar.%1 og %n skrár til viðbótar hafa verið fjarlægðar. - + %1 and %n other file(s) have been downloaded. %1 og %n skrá til viðbótar hafa verið sóttar.%1 og %n skrár til viðbótar hafa verið sóttar. - + %1 and %n other file(s) have been updated. %1 og %n skrár til viðbótar hafa verið uppfærðar.%1 og %n skrár til viðbótar hafa verið uppfærðar. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 var endurnefnd sem %2 og %n skrá til viðbótar var líka endurnefnd.%1 var endurnefnd sem %2 og %n skrár til viðbótar voru líka endurnefndar. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 var færð í %2 og %n skrár til viðbótar voru líka færðar.%1 var færð í %2 og %n skrár til viðbótar voru líka færðar. - + %1 has and %n other file(s) have sync conflicts. %1 og %n skrá til viðbótar eru með árekstra við samstillingu.%1 og %n skrár til viðbótar eru með árekstra við samstillingu. - + %1 has a sync conflict. Please check the conflict file! %1 er með árekstra við samstillingu. Skoðaðu yfirlitsskrána fyrir árekstra! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 og %n skrá til viðbótar var ekki hægt að samstilla vegna villu sem kom upp. Skoðaðu annálinn fyrir nánari upplýsingar.%1 og %n skrár til viðbótar var ekki hægt að samstilla vegna villu sem kom upp. Skoðaðu annálinn fyrir nánari upplýsingar. - + %1 could not be synced due to an error. See the log for details. %1 var ekki hægt að samstilla vegna villu sem kom upp Skoðaðu annálinn fyrir nánari upplýsingar. - + Sync Activity Virkni samstillingar - + Could not read system exclude file Gat ekki lesið kerfisútilokunarskrána - + A new folder larger than %1 MB has been added: %2. Nýrri möppu stærri en %1 MB var bætt við: %2. - + A folder from an external storage has been added. Möppu úr ytri gagnageymslu var bætt við. - + Please go in the settings to select it if you wish to download it. Farðu í stillingarnar til að velja hana ef þú vilt sækja hana. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -870,7 +965,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -878,46 +973,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? Sækja nýjar skrár? - + Download new files Sækja nýjar skrár - + Keep local files Halda skrám á tölvu - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Öryggisafrit fannst - + Normal Synchronisation Venjuleg samstilling - + Keep Local Files as Conflict Halda skrám á tölvunni við árekstra @@ -1314,11 +1409,6 @@ Vertu viss um að ekkert annað forrit sé ekki að nota hana. OCC::GeneralSettings - - - Form - Eyðublað - Legal notice @@ -1468,80 +1558,78 @@ Vertu viss um að ekkert annað forrit sé ekki að nota hana. Skrár hunsaðar eftir mynstrum - - Add - Bæta við + + This entry is provided by the system at '%1' and cannot be modified in this view. + + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + - - Remove all - Fjarlægja allt - - - + Pattern - Mynstur + - + Allow Deletion - Leyfa eyðingu + - + + Add + + + + Remove - Fjarlægja + - + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - Gat ekki opnað skrá + - + Cannot write changes to '%1'. - Get ekki skrifað breytingar í '%1'. + - + Add Ignore Pattern - Bæta við hunsunarmynstri + - + Add a new ignore pattern: - Bæta við nýju hunsunarmynstri: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. OCC::LegalNotice - - - Dialog - Samskiptagluggi - Legal notice Lagaleg atriði - - - TextLabel - TextaMerking - Close @@ -1672,11 +1760,6 @@ niðurhals. Uppsetta útgáfan er %3.</p> OCC::NetworkSettings - - - Form - Eyðublað - Proxy Settings @@ -1988,11 +2071,6 @@ aðgerð til að leysa málið!</small></p> Login in your browser Skráðu þig inn í vafranum þínum - - - Copy link to clipboard - Afrita tengil á klippispjald - OCC::OwncloudSetupPage @@ -2045,12 +2123,12 @@ Ekki er mælt með því að hún sé notuð. &Næsta > - + Invalid URL Ógild slóð - + Could not load certificate. Maybe wrong password? Gat ekki hlaðið inn skilríki. Kannski rangt lykilorð? @@ -2209,12 +2287,12 @@ Ekki er mælt með því að hún sé notuð. OCC::OwncloudWizard - + %1 Connection Wizard %1 tengingaleiðarvísir - + Skip folders configuration Sleppa uppsetningu á möppum @@ -2248,7 +2326,7 @@ Ekki er mælt með því að hún sé notuð. OCC::PropagateDirectory - + Error writing metadata to the database Villa við ritun lýsigagna í gagnagrunninn @@ -2276,32 +2354,32 @@ Ekki er mælt með því að hún sé notuð. Laust pláss á diski er minna en %1 - + File was deleted from server Skrá var eytt af þjóninum - + The file could not be downloaded completely. Ekki var hægt að sækja skrána að fullu. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery Skráin hefur breyst síðan hún fannst - + Error writing metadata to the database Villa við ritun lýsigagna í gagnagrunninn @@ -2314,7 +2392,7 @@ Ekki er mælt með því að hún sé notuð. ; Endurheimt mistókst: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2446,27 +2524,27 @@ Ekki er mælt með því að hún sé notuð. OCC::PropagateUploadFileNG - + The local file was removed during sync. Staðværa skráin var fjarlægð við samstillingu. - + Local file changed during sync. Staðværu skránni var breytt við samstillingu. - + Unexpected return code from server (%1) Óvæntur svarkóði frá þjóni (%1) - + Missing File ID from server - + Missing ETag from server @@ -2675,22 +2753,22 @@ Ekki er mælt með því að hún sé notuð. OCC::ShareLinkWidget - + &Share link &Deilitengill - + Password: Lykilorð: - + Expiration date: Gildistími: - + TextLabel TextaMerking @@ -2764,22 +2842,22 @@ Ekki er mælt með því að hún sé notuð. OCC::ShareUserGroupWidget - + Share with users or groups ... Deila með notendum eða hópum ... - + Copy link Afrita tengil - + No results for '%1' Engar niðurstöður fyrir '%1' - + I shared something with you Ég deildi einhverju með þér @@ -2797,22 +2875,27 @@ Ekki er mælt með því að hún sé notuð. getur breytt - + Can reshare Getur endurdeilt - + + Unshare + + + + Can create Getur búið til - + Can change Getur breytt - + Can delete Getur eytt @@ -2839,7 +2922,7 @@ Ekki er mælt með því að hún sé notuð. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3025,11 +3108,6 @@ Ekki er mælt með því að hún sé notuð. OCC::SslErrorDialog - - - Form - Eyðublað - Trust this certificate anyway @@ -3059,44 +3137,49 @@ Ekki er mælt með því að hún sé notuð. - + Organization: %1 Stofnun/Fyrirtæki/Félag (O): %1 - + Unit: %1 Eining: %1 - + Country: %1 Land: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingrafar (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingrafar (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Virkt þann: %1 - + Expiration Date: %1 Gildir til dags: %1 - + Issuer: %1 Útgefandi: %1 @@ -3387,11 +3470,11 @@ Ekki er mælt með því að hún sé notuð. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <pÚtgáfa %1. Til að vita meira ættirðu að skoða <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> <p>Þessi útgáfa var gefin út af %1</p> @@ -3399,25 +3482,25 @@ Ekki er mælt með því að hún sé notuð. OCC::WebEnginePage - + Invalid certificate detected Fann ógilt skilríki - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Þú hefur verið skráður út af %1 sem notandinn %2. Skráðu þig aftur inn - + Please login with the user: %1 Skráðu þig inn með notandanafninu: %1 @@ -3484,11 +3567,6 @@ Ekki er mælt með því að hún sé notuð. Settings... Stillingar... - - - Details... - Nánar... - Help @@ -3600,6 +3678,11 @@ Ekki er mælt með því að hún sé notuð. New account... Nýr aðgangur... + + + View more activity... + + Crash now @@ -3659,23 +3742,6 @@ Ekki er mælt með því að hún sé notuð. OwncloudAdvancedSetupPage - - - Form - Eyðublað - - - - - - - - - - - TextLabel - TextaMerking - Server @@ -3717,11 +3783,6 @@ Ekki er mælt með því að hún sé notuð. &Local Folder &Staðvær mappa - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3740,11 +3801,6 @@ Ekki er mælt með því að hún sé notuð. OwncloudHttpCredsPage - - - Form - Eyðublað - &Username @@ -3758,11 +3814,6 @@ Ekki er mælt með því að hún sé notuð. OwncloudOAuthCredsPage - - - Form - Eyðublað - Please switch to your browser to proceed. @@ -3778,20 +3829,14 @@ Ekki er mælt með því að hún sé notuð. Re-open Browser Opna vafra aftur + + + Copy link + + OwncloudSetupPage - - - Form - Eyðublað - - - - - TextLabel - TextaMerking - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3825,27 +3870,11 @@ Ekki er mælt með því að hún sé notuð. OwncloudWizardResultPage - - - Form - Eyðublað - - - - TextLabel - TextaMerking - Your entire account is synced to the local folder Allt á notandaaðgangnum þínum er samstillt við staðværu möppuna - - - - PushButton - ÝtiHnappur - QObject @@ -3900,7 +3929,7 @@ Ekki er mælt með því að hún sé notuð. Fyrir nokkru síðan - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3982,14 +4011,6 @@ Ekki er mælt með því að hún sé notuð. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_it.ts b/translations/client_it.ts index 2adc52c1d..f963c232a 100644 --- a/translations/client_it.ts +++ b/translations/client_it.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Finestra - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Modulo + + + Please switch to your browser to proceed. + Passa al tuo browser per continuare. + + + + An error occurred while connecting. Please try again. + Si è verificato un errore durante la connessione. Prova ancora. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Modulo + + + + Please switch to your browser to proceed. + Passa al tuo browser per continuare. + + + + An error occurred while connecting. Please try again. + Si è verificato un errore durante la connessione. Prova ancora. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Modulo - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Codice mnemonico per cifratura End to End - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Per proteggere la tua identità crittografica, la cifriamo con un codice mnemonico di 12 parole di dizionario. Annotale e tienile al sicuro. Saranno necessarie per aggiungere altri dispositivi al tuo account (come il tuo smartphone o il portatile). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Modulo - - - + ... ... - + Storage space: ... Spazio di archiviazione: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Le cartelle non marcate saranno <b>rimosse</b> dal file system locale e non saranno sincronizzate più con questo computer - + Synchronize all Sincronizza tutto - + Synchronize none Non sincronizzare - + Apply manual changes Applica le modifiche manuali - + Apply Applica - - - + + + Cancel Annulla - + Connected with <server> as <user> Connesso a <server> come <user> - + No account configured. Nessun account configurato. - + Add new Aggiungi nuovo - + Remove Rimuovi - + Account Account - + + This account supports end-to-end encryption + Questo account supporta la cifratura End-To-End + + + + Enable encryption + Abilita cifratura + + + Show E2E mnemonic Mostra codice mnemonico E2E - + Encrypt Cifra - + + + Edit Ignored Files + + + + Choose what to sync Scegli cosa sincronizzare - + Force sync now Forza ora la sincronizzazione - + Restart sync Riavvia sincronizzazione - + Remove folder sync connection Rimuovi connessione di sincronizzazione cartelle - + Folder creation failed Creazione della cartella non riuscita - + <p>Could not create local folder <i>%1</i>. <p>Impossibile creare la cartella locale <i>%1</i>. - + Confirm Folder Sync Connection Removal Conferma rimozione connessione di sincronizzazione cartelle - + Remove Folder Sync Connection Rimuovi connessione di sincronizzazione cartelle - + Sync Running La sincronizzazione è in corso - + The syncing operation is running.<br/>Do you want to terminate it? L'operazione di sincronizzazione è in corso.<br/>Vuoi terminarla? - + %1 in use %1 in uso - + %1 as <i>%2</i> %1 come <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. La versione %1 del server è datata e non supportata! Continua a tuo rischio. - + Connected to %1. Connesso a %1. - + Server %1 is temporarily unavailable. Il server %1 è temporaneamente non disponibile. - + Server %1 is currently in maintenance mode. Il Server %1 è attualmente in manutenzione - + Signed out from %1. Disconnesso da %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Ottenimento dell'autorizzazione dal browser. <a href='%1'>Fai clic qui</a> per aprire nuovamente il browser. - + Connecting to %1... Connessione a %1 in corso… - + No connection to %1 at %2. Nessuna connessione a %1 su %2. - + Log in Accedi - + There are folders that were not synchronized because they are too big: Ci sono nuove cartelle che non sono state sincronizzate poiché sono troppo grandi: - + There are folders that were not synchronized because they are external storages: Ci sono nuove cartelle che non sono state sincronizzate poiché sono archiviazioni esterne: - + There are folders that were not synchronized because they are too big or external storages: Ci sono nuove cartelle che non sono state sincronizzate poiché sono troppo grandi o archiviazioni esterne: - + Confirm Account Removal Conferma rimozione account - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vuoi davvero eliminare la connessione all'account <i>%1</i>?</p><p><b>Nota:</b> ciò <b>non</b> eliminerà alcun file.</p> - + Remove connection Rimuovi connessione - - + + Open folder Apri cartella - - + + Log out Esci - + Resume sync Riprendi la sincronizzazione - + Pause sync Sospendi la sincronizzazione - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vuoi davvero fermare la sincronizzazione della cartella <i>%1</i>?</p><p><b>Nota:</b> ciò <b>non</b> eliminerà alcun file.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) di %2 in uso. Alcune cartelle, incluse quelle montate in rete o le cartelle condivise, potrebbero avere limiti diversi. - + %1 of %2 in use %1 di %2 in uso - + Currently there is no storage usage information available. Non ci sono informazioni disponibili sull'utilizzo dello spazio di archiviazione. - + No %1 connection configured. Nessuna connessione di %1 configurata. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Modulo - - - - TextLabel - EtichettaTesto - Accept Accetta - + Synced Sincronizzato - + Retry all uploads Riprova tutti icaricamenti - + <br/>Account %1 does not have activities enabled. <br/>L'account %1 non ha attività abilitate. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Errore durante la scrittura dei metadati nel database @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Digita la tua frase segreta di cifratura end-to-end: <br><br>Utente: %2<br>Account: %3<br> - + Enter E2E passphrase Digita la frase segreta E2E @@ -722,6 +764,59 @@ La risposta del rilevamento file del server è dati mancanti. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Errore restitutito dal server: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Si è verificato un errore durante l'accesso al terminatore dei 'token': <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Impossibile elaborare il JSON restituito dal server: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + La risposta dal server non conteneva tutti i campi attesi + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Connetti a %1 + + + + Login in your browser (Login Flow v2) + Accedi tramite il tuo browser (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Impossibile aprire il browser, copia il collegamento nel tuo browser. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Impossibile aprire il browser, copia il collegamento nel tuo browser. + + OCC::Folder @@ -740,98 +835,98 @@ %1 non è leggibile. - + %1 has been removed. %1 names a file. %1 è stato rimosso. - + %1 has been downloaded. %1 names a file. %1 è stato scaricato. - + %1 has been updated. %1 names a file. %1 è stato aggiornato. - + %1 has been renamed to %2. %1 and %2 name files. %1 è stato rinominato in %2. - + %1 has been moved to %2. %1 è stato spostato in %2. - + %1 and %n other file(s) have been removed. %1 e %n altro file sono stati rimossi.%1 e %n altri file sono stati rimossi. - + %1 and %n other file(s) have been downloaded. %1 e %n altro file sono stati scaricati.%1 e %n altri file sono stati scaricati. - + %1 and %n other file(s) have been updated. %1 e %n altro file sono stati aggiornati.%1 e %n altri file sono stati aggiornati. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 è stato rinominato in %2 e %n altro file sono stati rinominati.%1 è stato rinominato in %2 e %n altri file sono stati rinominati. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 è stato spostato in %2 e %n altro file sono stati spostati.%1 è stato spostato in %2 e %n altri file sono stati spostati. - + %1 has and %n other file(s) have sync conflicts. %1 e %n altro file hanno conflitti di sincronizzazione.%1 e %n altri file hanno conflitti di sincronizzazione. - + %1 has a sync conflict. Please check the conflict file! %1 ha un conflitto di sincronizzazione. Controlla il file in conflitto! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. 1% e %n altro file non sono stati sincronizzati a causa di errori. Controlla il log per i dettagli.1% e %n altri file non sono stati sincronizzati a causa di errori. Controlla il log per i dettagli. - + %1 could not be synced due to an error. See the log for details. %1 non può essere sincronizzato a causa di un errore. Controlla il log per i dettagli. - + Sync Activity Sincronizza attività - + Could not read system exclude file Impossibile leggere il file di esclusione di sistema - + A new folder larger than %1 MB has been added: %2. Una nuova cartella più grande di %1 MB è stata aggiunta: %2. - + A folder from an external storage has been added. Una nuova cartella da un'archiviazione esterna è stata aggiunta. @@ -839,22 +934,22 @@ - + Please go in the settings to select it if you wish to download it. Vai nelle impostazioni e selezionala se vuoi scaricarla. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. La cartella %1 è stata creata, ma è stata esclusa dalla sincronizzazione in precedenza. I dati al suo interno non saranno sincronizzati. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Il file %1 è stato creato, ma è stato escluso dalla sincronizzazione in precedenza. Non sarà sincronizzato. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -867,7 +962,7 @@ Questo significa che il client di sincronizzazione potrebbe non caricare le modi %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -878,22 +973,22 @@ Se decidi di tenere i file, saranno sincronizzati nuovamente con il server, se h Se decidi di eliminare i file, non saranno più disponibili, a meno che tu sia il proprietario. - + Download new files? Vuoi scaricare i nuovi file? - + Download new files Scarica i nuovi file - + Keep local files Mantieni i file locali - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -903,7 +998,7 @@ Sei sicuro di voler sincronizzare queste azioni con il server? Se è stato un errore e decidi di tenere i file, saranno sincronizzati nuovamente con il server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -912,17 +1007,17 @@ Ciò potrebbe verificarsi in seguito al ripristino di un backup sul server. Se continui normalmente la sincronizzazione provocherai la sovrascrittura di tutti i tuoi file con file più datati in uno stato precedente. Vuoi mantenere i tuoi file locali più recenti come file di conflitto? - + Backup detected Backup rilevato - + Normal Synchronisation Sincronizzazione normale - + Keep Local Files as Conflict Mantieni i file locali come conflitto @@ -1318,11 +1413,6 @@ Se continui normalmente la sincronizzazione provocherai la sovrascrittura di tut OCC::GeneralSettings - - - Form - Modulo - Legal notice @@ -1474,82 +1564,78 @@ Se continui normalmente la sincronizzazione provocherai la sovrascrittura di tut File ignorati per modelli - - Add - Aggiungi - - - - Remove all - Rimuovi tutto - - - - Pattern - Modello - - - - Allow Deletion - Consenti eliminazione - - - - Remove - Rimuovi - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - I file e le cartelle che verificano un modello non saranno sincronizzati. - -Gli elementi per i quali è consentita l'eliminazione, saranno eliminati se impediscono la rimozione di una cartella. Utile per i metadati. - - - - Could not open file - Impossibile aprire il file - - - - Cannot write changes to '%1'. - Impossibile scrivere le modifiche in '%1'. - - - - Add Ignore Pattern - Aggiungi modello Ignora - - - - Add a new ignore pattern: - Aggiungi un nuovo modello di esclusione: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Questa voce è fornita dal sistema in '%1' e non può essere modificata in questa vista. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Finestra + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Avviso legale - - - TextLabel - EtichettaTesto - Close @@ -1681,11 +1767,6 @@ I log saranno scritti in %1 OCC::NetworkSettings - - - Form - Modulo - Proxy Settings @@ -1996,11 +2077,6 @@ for additional privileges during the process. Login in your browser Accedi tramite il tuo browser - - - Copy link to clipboard - Copia collegamento negli appunti - OCC::OwncloudSetupPage @@ -2052,12 +2128,12 @@ Non è consigliabile utilizzarlo. Ava&nti > - + Invalid URL URL non valido - + Could not load certificate. Maybe wrong password? Impossibile caricare il certificato. Forse la password è errata? @@ -2215,12 +2291,12 @@ Non è consigliabile utilizzarlo. OCC::OwncloudWizard - + %1 Connection Wizard Procedura guidata di connessione di %1 - + Skip folders configuration Salta la configurazione delle cartelle @@ -2254,7 +2330,7 @@ Non è consigliabile utilizzarlo. OCC::PropagateDirectory - + Error writing metadata to the database Errore durante la scrittura dei metadati nel database @@ -2282,32 +2358,32 @@ Non è consigliabile utilizzarlo. Lo spazio libero su disco è inferiore a %1 - + File was deleted from server Il file è stato eliminato dal server - + The file could not be downloaded completely. Il file non può essere scaricato completamente. - + The downloaded file is empty despite that the server announced it should have been %1. Il file scaricato è vuoto nonostante il server indicasse una dimensione di %1. - + File %1 cannot be saved because of a local file name clash! Il file %1 non può essere salvato a causa di un conflitto con un file locale. - + File has changed since discovery Il file è stato modificato dal suo rilevamento - + Error writing metadata to the database Errore durante la scrittura dei metadati nel database @@ -2320,7 +2396,7 @@ Non è consigliabile utilizzarlo. ; Ripristino non riuscito: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Un file o una cartella è stato rimosso da una condivisione in sola lettura, ma il ripristino non è riuscito: %1 @@ -2452,27 +2528,27 @@ Non è consigliabile utilizzarlo. OCC::PropagateUploadFileNG - + The local file was removed during sync. Il file locale è stato rimosso durante la sincronizzazione. - + Local file changed during sync. Un file locale è cambiato durante la sincronizzazione. - + Unexpected return code from server (%1) Codice di uscita inatteso dal server (%1) - + Missing File ID from server File ID mancante dal server - + Missing ETag from server ETag mancante dal server @@ -2681,22 +2757,22 @@ Non è consigliabile utilizzarlo. OCC::ShareLinkWidget - + &Share link Condi&vidi collegamento - + Password: Password: - + Expiration date: Data di scadenza - + TextLabel EtichettaTesto @@ -2769,22 +2845,22 @@ Non è consigliabile utilizzarlo. OCC::ShareUserGroupWidget - + Share with users or groups ... Condividi con utenti o gruppi... - + Copy link Copia collegamento - + No results for '%1' Nessun risultato per '%1' - + I shared something with you Ho condiviso qualcosa con te @@ -2802,22 +2878,27 @@ Non è consigliabile utilizzarlo. può modificare - + Can reshare Può ri-condividere - + + Unshare + Rimuovi condivisione + + + Can create Può creare - + Can change Può cambiare - + Can delete Può eliminare @@ -2844,7 +2925,7 @@ Non è consigliabile utilizzarlo. - SSL Chipher Debug View + SSL Cipher Debug View Vista debug cifrario SSL @@ -3029,11 +3110,6 @@ Non è consigliabile utilizzarlo. OCC::SslErrorDialog - - - Form - Modulo - Trust this certificate anyway @@ -3063,44 +3139,49 @@ Non è consigliabile utilizzarlo. - + Organization: %1 Organizzazione: %1 - + Unit: %1 Reparto: %1 - + Country: %1 Nazione: %1 - Fingerprint (MD5): <tt>%1</tt> - Impronta digitale (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Impronta digitale (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Data effettiva: %1 - + Expiration Date: %1 Data di scadenza: %1 - + Issuer: %1 Emittente: %1 @@ -3391,11 +3472,11 @@ Non è consigliabile utilizzarlo. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versione %1. Per ulteriori informazioni vedi <a href="%2">3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Versione %1. Per ulteriori informazioni fai clic <a href='%2'>qui</a>.</p> - + <p>This release was supplied by %1</p> <p>Questa versione è stata fornita da %1</p> @@ -3403,25 +3484,25 @@ Non è consigliabile utilizzarlo. OCC::WebEnginePage - + Invalid certificate detected Rilevato certificato non valido - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? L'host "%1" ha fornito un certificato non valido. Vuoi continuare? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Sei stato disconnesso da %1 come utente %2. Accedi nuovamente - + Please login with the user: %1 Accedi con l'utente: %1 @@ -3488,11 +3569,6 @@ Non è consigliabile utilizzarlo. Settings... Impostazioni... - - - Details... - Dettagli... - Help @@ -3604,6 +3680,11 @@ Non è consigliabile utilizzarlo. New account... Nuovo account... + + + View more activity... + Visualizza altre attività… + Crash now @@ -3663,23 +3744,6 @@ Non è consigliabile utilizzarlo. OwncloudAdvancedSetupPage - - - Form - Modulo - - - - - - - - - - - TextLabel - EtichettaTesto - Server @@ -3721,11 +3785,6 @@ Non è consigliabile utilizzarlo. &Local Folder Carte&lla locale - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3744,11 +3803,6 @@ Non è consigliabile utilizzarlo. OwncloudHttpCredsPage - - - Form - Modulo - &Username @@ -3762,11 +3816,6 @@ Non è consigliabile utilizzarlo. OwncloudOAuthCredsPage - - - Form - Modulo - Please switch to your browser to proceed. @@ -3782,20 +3831,14 @@ Non è consigliabile utilizzarlo. Re-open Browser Apri nuovamente il browser + + + Copy link + + OwncloudSetupPage - - - Form - Modulo - - - - - TextLabel - EtichettaTesto - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3829,27 +3872,11 @@ Non è consigliabile utilizzarlo. OwncloudWizardResultPage - - - Form - Modulo - - - - TextLabel - EtichettaTesto - Your entire account is synced to the local folder L'intero account è sincronizzato con la cartella locale - - - - PushButton - PremiPulsante - QObject @@ -3904,7 +3931,7 @@ Non è consigliabile utilizzarlo. Tempo fa - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3986,14 +4013,6 @@ Non è consigliabile utilizzarlo. Il file scaricato non verifica il codice di controllo, sarà ripristinato. - - WebView - - - Form - Modulo - - main.cpp diff --git a/translations/client_ja.ts b/translations/client_ja.ts index d7e830f23..c62051412 100644 --- a/translations/client_ja.ts +++ b/translations/client_ja.ts @@ -35,7 +35,7 @@ No recently changed files - + 最近変更されたファイルはありません。 @@ -50,46 +50,41 @@ Open website - + ウェブサイトを開く Recently changed - + 最近変更されたもの Pause synchronization - + 同期を一時停止 Help - + ヘルプ Settings - + 設定 Log out - + ログアウト Quit sync client - + 同期クライアントを終了する Dialog - - - Dialog - ダイアログ - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - フォーム + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - フォーム - Select a remote destination folder @@ -187,279 +228,290 @@ OCC::AccountManager - + End to end encryption mnemonic End to end暗号化ニーモニック - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). - + あなたの暗号化IDを保護するために、私たちは12の辞書単語のニモニックでIDを暗号化します。他のデバイス(携帯電話やラップトップなど)をアカウントに追加するために必要になるので、これらをメモして、安全に保管してください。 OCC::AccountSettings - - Form - フォーム - - - + ... - + Storage space: ... ストレージ空き容量: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore チェックしていないフォルダーはローカルファイルシステムから <b>削除</b>され、このコンピューターと同期されなくなります。 - + Synchronize all すべてを同期 - + Synchronize none 同期なし - + Apply manual changes 手動による変更を適用 - + Apply 適用 - - - + + + Cancel キャンセル - + Connected with <server> as <user> <server> に <user> で接続中 - + No account configured. アカウントが未設定です。 - + Add new 新規追加 - + Remove 削除 - + Account アカウント - + + This account supports end-to-end encryption + このアカウントはエンドツーエンドの暗号化をサポートしています + + + + Enable encryption + 暗号化を有効にする + + + Show E2E mnemonic E2Eニーモニックを表示 - + Encrypt 暗号化 - + + + Edit Ignored Files + + + + Choose what to sync 同期フォルダーを選択 - + Force sync now 今すぐ強制的に同期 - + Restart sync 同期を再実行 - + Remove folder sync connection 同期フォルダー接続を削除 - + Folder creation failed フォルダーの作成に失敗しました - + <p>Could not create local folder <i>%1</i>. <p>ローカルフォルダー <i>%1</i> を作成できません。 - + Confirm Folder Sync Connection Removal 同期フォルダー接続の削除を確認 - + Remove Folder Sync Connection 同期フォルダー接続を削除 - + Sync Running 同期を実行中 - + The syncing operation is running.<br/>Do you want to terminate it? 同期作業を実行中です。<br/>終了しますか? - + %1 in use %1 を使用中 - + %1 as <i>%2</i> <i>%2</i> の %1 - + The server version %1 is old and unsupported! Proceed at your own risk. サーバーバージョン %1 は古く、サポートされていません!自己責任で進めてください。 - + Connected to %1. %1 に接続 - + Server %1 is temporarily unavailable. サーバー %1 は一時的に利用できません - + Server %1 is currently in maintenance mode. サーバー %1 は現在メンテナンスモードです。 - + Signed out from %1. %1 からサインアウトしました。 - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. ブラウザーから許可を取得。<a href='%1'>ここをクリック</a> してブラウザを再度開きます。 - + Connecting to %1... %1 に接続中... - + No connection to %1 at %2. %2 の %1 への接続がありません。 - + Log in ログイン - + There are folders that were not synchronized because they are too big: 大きすぎるため同期されなかったフォルダーがあります: - + There are folders that were not synchronized because they are external storages: 外部ストレージにあるため同期されなかったフォルダーがあります: - + There are folders that were not synchronized because they are too big or external storages: 大きすぎたか、外部ストレージにあるため同期されなかったフォルダーがあります: - + Confirm Account Removal アカウント削除確認 - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p> アカウント <i>%1</i> を本当に削除しますか?</p><p><b>注意:</b> これによりファイルが一切削除されることはありません。</p> - + Remove connection 接続削除 - - + + Open folder フォルダーを開く - - + + Log out ログアウト - + Resume sync 再開 - + Pause sync 一時停止 - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>フォルダー<i>%1</i>の同期を本当に止めますか?</p><p><b>注:</b> これによりファイルが一切削除されることはありません。</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %2 の %1(%3%) 利用中。外部ネットワークストレージや共有フォルダーを含むフォルダーがある場合は、容量の上限値が異なる可能性があります。 - + %1 of %2 in use %2 のうち %1 を使用中 - + Currently there is no storage usage information available. 現在、利用できるストレージ利用状況はありません。 - + No %1 connection configured. %1 の接続は設定されていません。 @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - フォーム - - - - TextLabel - テキストラベル - Accept 承諾 - + Synced 同期した - + Retry all uploads すべてのアップロードを再試行 - + <br/>Account %1 does not have activities enabled. <br/>%1 アカウントは、 アクティビティを有効にしていません。 @@ -621,12 +663,12 @@ There was an error while accessing the configuration file at %1. Please make sure the file can be accessed by your user. - + %1の設定ファイルのアクセス中にエラーが発生しました。 ユーザーがファイルにアクセスできることを確認してください。 Quit %1 - + %1 を終了 @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database メタデータのデータベースへの書き込みに失敗 @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + エンドツーエンドの暗号化パスフレーズを入力してください:<br> <br>ユーザー:%2<br>アカウント:%3<br> - + Enter E2E passphrase E2Eパスフレーズを入力 @@ -722,6 +764,59 @@ サーバーファイルの検出応答にデータがありません。 + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,152 +835,159 @@ %1 は読み込み可能ではありません。 - + %1 has been removed. %1 names a file. %1 は削除されました。 - + %1 has been downloaded. %1 names a file. %1 はダウンロードされました。 - + %1 has been updated. %1 names a file. %1 が更新されました。 - + %1 has been renamed to %2. %1 and %2 name files. %1 の名前が %2 に変更されました。 - + %1 has been moved to %2. %1 は %2 に移動しました。 - + %1 and %n other file(s) have been removed. %1 とその他 %n 個のファイルが削除されました。 - + %1 and %n other file(s) have been downloaded. %1 とその他 %n 個のファイルがダウンロードされました。 - + %1 and %n other file(s) have been updated. %1 とその他 %n 個のファイルが更新されました。 - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 を %2 にファイル名を変更し、その他 %n 個のファイル名を変更しました。 - + %1 has been moved to %2 and %n other file(s) have been moved. %1 を %2 に移動し、その他 %n 個のファイルを移動しました。 - + %1 has and %n other file(s) have sync conflicts. %1 と その他 %n 個のファイルが同期で衝突しました。 - + %1 has a sync conflict. Please check the conflict file! %1 が同期で衝突しています。コンフリクトファイルを確認してください。 - + %1 and %n other file(s) could not be synced due to errors. See the log for details. エラーにより、%1 と その他 %n 個のファイルが同期できませんでした。ログで詳細を確認してください。 - + %1 could not be synced due to an error. See the log for details. エラーにより %1 が未同期です。ログで詳細を確認してください。 - + Sync Activity 同期アクティビティ - + Could not read system exclude file システム上の除外ファイルを読み込めません - + A new folder larger than %1 MB has been added: %2. %1 MB より大きな新しいフォルダーが追加されました: %2 - + A folder from an external storage has been added. 外部ストレージからフォルダーが追加されました。 - + Please go in the settings to select it if you wish to download it. このフォルダーをダウンロードするには設定画面で選択してください。 - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + フォルダ%1は作成されましたが、以前に同期から除外されました。 中のデータは同期されません。 - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + ファイル%1は作成されましたが、以前に同期から除外されました。 このファイルは同期されません。 - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). %1 - + 同期フォルダの変更を確実に追跡できませんでした。 + +これは、同期クライアントはすぐにローカルの変更をアップロードしない場合がありますが、代わりにローカルの変更をスキャンし(デフォルトでは2時間ごとに)時折それらをアップロードすることを意味します。 + +%1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. - + 同期フォルダ '%1'フォルダ内のすべてのファイルがサーバー上で削除されました。 +これらの削除はローカルの同期フォルダと同期され、復元する権利がない限り、ファイルは使用できなくなります。 +ファイルを保持したい場合、ファイルを保持する権限があれば、ファイルはサーバーと再同期されます。 +ファイルを削除したい場合、あなたが所有者でなければ利用できません。 - + Download new files? 新しいファイルをダウンロードしますか? - + Download new files 新しいファイルをダウンロードする - + Keep local files ローカルファイルを保持 - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,24 +996,24 @@ If this was an accident and you decide to keep your files, they will be re-synce 「ファイルを残す」を選択した場合、ファイルはサーバーから再同期されます。 - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? この同期により同期フォルダー '%1' のファイルが以前のものに戻されます。 これは、バックアップがサーバー上に復元されたためです。 通常と同じように同期を続けると、すべてのファイルが以前の状態の古いファイルによって上書きされます。最新のローカルファイルを競合ファイルとして保存しますか? - + Backup detected バックアップが検出されました - + Normal Synchronisation 正常同期 - + Keep Local Files as Conflict コンフリクト時にローカルファイルを保持 @@ -1307,11 +1409,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - フォーム - Legal notice @@ -1461,82 +1558,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an パターンによって除外するファイル - - Add - 追加 - - - - Remove all - すべて削除する - - - - Pattern - パターン - - - - Allow Deletion - 削除を許可 - - - - Remove - 削除 - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - パターンに一致するファイルやフォルダーは同期されません。 - -パターンによってディレクトリを削除から除外する場合は,パターンに含まれた項目も削除されます。例えばメタデータファイルに有用です。 - - - - Could not open file - ファイルが開けませんでした - - - - Cannot write changes to '%1'. - '%1'を更新できません。 - - - - Add Ignore Pattern - 除外するファイルパターンを追加 - - - - Add a new ignore pattern: - 除外するファイルパターンを新しく追加: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. このエントリーは、システム '%1' から提供されています。この画面では変更できません。 - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - ダイアログ + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice 法的通知 - - - TextLabel - テキストラベル - Close @@ -1545,12 +1638,12 @@ Items where deletion is allowed will be deleted if they prevent a directory from <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> - + <p>Copyright 2017-2018 Nextcloud GmbH2<br />Copyright 2012-2018 ownCloud GmbH1</p> <p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p> - + <p>GNU General Public License (GPL)バージョン2.0以降のバージョンでライセンスされています。</p> @@ -1585,7 +1678,9 @@ Items where deletion is allowed will be deleted if they prevent a directory from When this option is enabled and no other logging is configured, logs will be written to a temporary folder and expire after a few hours. This setting persists across client restarts. Logs will be written to %1 - + このオプションが有効になっていて、他のログが設定されていない場合、ログは一時フォルダに書き込まれ、数時間後に期限切れになります。 この設定はクライアントの再起動後も持続します。 + +ログは%1に書き込まれます @@ -1666,11 +1761,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - フォーム - Proxy Settings @@ -1802,7 +1892,7 @@ Logs will be written to %1 <h1>Wrong user</h1><p>You logged-in with user <em>%1</em>, but must login with user <em>%2</em>.<br>Please log out of %3 in another tab, then <a href='%4'>click here</a> and log in as user %2</p> - + <h1>間違ったユーザー</h1><p>ユーザー<em>%1</em>でログインしましたが、ユーザー<em>%2</em>でログインする必要があります。<br>別のタブで%3からログアウトしてから、<a href='%4'>ここをクリック</a>してユーザー%2</p>としてログインしてください。 @@ -1899,7 +1989,7 @@ for additional privileges during the process. Free space: %1 - + 空き容量: %1 @@ -1915,7 +2005,7 @@ for additional privileges during the process. There isn't enough free space in the local folder! - + ローカルフォルダに十分な空き容量がありません。 @@ -1981,11 +2071,6 @@ for additional privileges during the process. Login in your browser ブラウザにログイン - - - Copy link to clipboard - リンクをクリップボードにコピーする - OCC::OwncloudSetupPage @@ -2036,12 +2121,12 @@ It is not advisable to use it. 次(&N) > - + Invalid URL 無効なURL - + Could not load certificate. Maybe wrong password? 証明書を読み込めませんでした。 パスワードが間違っていますか? @@ -2199,12 +2284,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 接続ウィザード - + Skip folders configuration フォルダー設定をスキップ @@ -2238,7 +2323,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database メタデータのデータベースへの書き込みに失敗 @@ -2258,7 +2343,7 @@ It is not advisable to use it. The download would reduce free local disk space below the limit - + ダウンロードすることによりローカルディスクの空き容量が制限を下回ります。 @@ -2266,32 +2351,32 @@ It is not advisable to use it. ディスク空き容量が %1 よりも少なくなっています - + File was deleted from server ファイルはサーバーから削除されました - + The file could not be downloaded completely. このファイルのダウンロードは完了しませんでした - + The downloaded file is empty despite that the server announced it should have been %1. - + サーバーが通知しているファイルは %1 であるべきですが、ダウンロードファイルは空でした。 - + File %1 cannot be saved because of a local file name clash! %1 はローカルファイル名が衝突しているため保存できません! - + File has changed since discovery ファイルは発見以降に変更されました - + Error writing metadata to the database メタデータのデータベースへの書き込みに失敗 @@ -2304,7 +2389,7 @@ It is not advisable to use it. ; 復元に失敗: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 ファイルまたはフォルダーが読み込み専用の共有から削除されましたが、復元に失敗しました: %1 @@ -2436,27 +2521,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. ローカルファイルを同期中に削除します。 - + Local file changed during sync. ローカルのファイルが同期中に変更されました。 - + Unexpected return code from server (%1) サーバー (%1) からの予期しない戻りコード - + Missing File ID from server サーバーからファイルIDの戻りがありません - + Missing ETag from server サーバーからETagの戻りがありません @@ -2665,22 +2750,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link &リンクの共有 - + Password: パスワード: - + Expiration date: 有効期限: - + TextLabel テキストラベル @@ -2727,7 +2812,7 @@ It is not advisable to use it. Add another link - + 別のリンクを追加 @@ -2737,7 +2822,7 @@ It is not advisable to use it. <p>Do you really want to delete the public link share <i>%1</i>?</p><p>Note: This action cannot be undone.</p> - + <p>本当にこの公開リンク共有<i>%1</i>を削除しますか?</p><p>注:この操作を元に戻すことはできません。</p> @@ -2753,22 +2838,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... ユーザーまたはグループと共有 ... - + Copy link リンクをコピー - + No results for '%1' '%1' は見つかりませんでした - + I shared something with you 私はあなたと何かを共有しました @@ -2786,22 +2871,27 @@ It is not advisable to use it. 編集を許可 - + Can reshare 再共有可能 - + + Unshare + 共有解除 + + + Can create 作成可能 - + Can change 変更可能 - + Can delete 削除可能 @@ -2828,7 +2918,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View SSL暗号デバッグ表示 @@ -3013,11 +3103,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - フォーム - Trust this certificate anyway @@ -3047,44 +3132,49 @@ It is not advisable to use it. - + Organization: %1 組織名: %1 - + Unit: %1 部門名: %1 - + Country: %1 国: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingerprint (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingerprint (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 発効日: %1 - + Expiration Date: %1 有効期限: %1 - + Issuer: %1 発行者: %1 @@ -3375,37 +3465,37 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>バージョン %1. 詳細な情報は<a href='%2'>%3</a>を確認してください。</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>バージョン %1. 詳細な情報は<a href='%2'>ここ</a>をクリックしてください。</p> - + <p>This release was supplied by %1</p> - + <p>このリリースは%1によって提供されました</p> OCC::WebEnginePage - + Invalid certificate detected - + 無効な証明書が検出されました - - The host "%1" provided an invalid certitiface. Continue? - + + The host "%1" provided an invalid certificate. Continue? + ホスト "%1"によって無効な証明書が提供されました。 続けますか? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again %1 をユーザー %2 としてログアウトしました。 もう一度ログインしてください - + Please login with the user: %1 ユーザーと一緒にログインしてください:%1 @@ -3472,11 +3562,6 @@ It is not advisable to use it. Settings... 設定... - - - Details... - 詳細... - Help @@ -3588,6 +3673,11 @@ It is not advisable to use it. New account... 新規アカウント... + + + View more activity... + さらにアクティビティを表示する…… + Crash now @@ -3647,23 +3737,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - フォーム - - - - - - - - - - - TextLabel - テキストラベル - Server @@ -3705,11 +3778,6 @@ It is not advisable to use it. &Local Folder ローカルフォルダー(&L) - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3728,11 +3796,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - フォーム - &Username @@ -3746,11 +3809,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - フォーム - Please switch to your browser to proceed. @@ -3766,24 +3824,18 @@ It is not advisable to use it. Re-open Browser ブラウザを再度開く + + + Copy link + + OwncloudSetupPage - - - Form - フォーム - - - - - TextLabel - テキストラベル - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> - + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">自分のサーバーを立てる</span></a> @@ -3798,7 +3850,7 @@ It is not advisable to use it. Server Address - + サーバーアドレス @@ -3813,27 +3865,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - フォーム - - - - TextLabel - テキストラベル - Your entire account is synced to the local folder すべてのアカウントはローカルフォルダーと同期されます - - - - PushButton - プッシュボタン - QObject @@ -3888,7 +3924,7 @@ It is not advisable to use it. 数分前 - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3970,14 +4006,6 @@ It is not advisable to use it. ダウンロードしたファイルがチェックサムと一致しません。再開されます。 - - WebView - - - Form - フォーム - - main.cpp diff --git a/translations/client_lt_LT.ts b/translations/client_lt_LT.ts index 7bc8e6368..2d6e9408c 100644 --- a/translations/client_lt_LT.ts +++ b/translations/client_lt_LT.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialogo langas - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Forma + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Saugyklos vieta: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Nepažymėti aplankai bus <b>pašalinti </b> iš Jūsų lokalios failų sistemos ir nebebus sinchronizuojami su šiuo kompiuteriu. - + Synchronize all Sinchronizuoti viską - + Synchronize none Nieko nesinchronizuoti - + Apply manual changes Pritaikyti ranka atliktus pakeitimus - + Apply Taikyti - - - + + + Cancel Atsisakyti - + Connected with <server> as <user> Prisijungta su <server> kaip <user> - + No account configured. Nėra sukonfiguruotų paskyrų. - + Add new Pridėti naują - + Remove Šalinti - + Account Paskyra - + + This account supports end-to-end encryption + Ši paskyra palaiko ištisinį šifravimą + + + + Enable encryption + Įjungti šifravimą + + + Show E2E mnemonic - + Encrypt Šifruoti - + + + Edit Ignored Files + + + + Choose what to sync Pasirinkti ką sinchronizuoti - + Force sync now Inicijuoti sinchronizavimą dabar. - + Restart sync Paleisti sinchronizavimą iš naujo - + Remove folder sync connection Pašalinti aplankų sinchronizavimo ryšį - + Folder creation failed Aplanko sukūrimas nepavyko - + <p>Could not create local folder <i>%1</i>. <p>Nepavyko sukurti vietinio aplanko <i>%1</i>. - + Confirm Folder Sync Connection Removal Patvirtinti aplankų sinchronizavimo ryšio pašalinimą - + Remove Folder Sync Connection Pašalinti aplankų sinchronizavimo ryšį - + Sync Running Vyksta sinchronizavimas - + The syncing operation is running.<br/>Do you want to terminate it? Vyksta sinchronizavimo operacija.<br/>Ar norite ją nutraukti? - + %1 in use %1 naudojama - + %1 as <i>%2</i> %1 kaip <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Serverio versija %1 yra sena ir daugiau nepalaikoma. Jos naudojimas Jūsų pačių atsakomybė. - + Connected to %1. Prisijungta prie %1. - + Server %1 is temporarily unavailable. Serveris %1 yra laikinai neprieinamas. - + Server %1 is currently in maintenance mode. Šiuo metu serveris %1 yra techninės priežiūros veiksenoje. - + Signed out from %1. Atsijungta iš %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Autorizuojama vykdoma per naršyklę.<a href='%1'>Paspauskite čia</a>, jei norite iš naujo atidaryti naršyklę. - + Connecting to %1... Jungiamasi prie %1... - + No connection to %1 at %2. %2 neturi ryšio su %1. - + Log in Prisijungti - + There are folders that were not synchronized because they are too big: Yra aplankų, kurie nebuvo sinchronizuoti dėl to, kad buvo per dideli: - + There are folders that were not synchronized because they are external storages: Aplankai, kurie nebuvo sinchronizuoti, kadangi jie yra išorinės saugyklos: - + There are folders that were not synchronized because they are too big or external storages: Yra aplankų, kurie nebuvo sinchronizuoti dėl to, kad buvo per dideli arba yra išorinės saugyklos: - + Confirm Account Removal Patvirtinti paskyros pašalinimą - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Ar tikrai norite pašalinti ryšį su paskyra <i>%1</i>?</p><p><b> Pastaba:</b> Failai <b>nebus</b> ištrinti.</p> - + Remove connection Šalinti ryšį - - + + Open folder Atverti aplanką - - + + Log out Atsijungti - + Resume sync Pratęsti sinchronizavimą - + Pause sync Pristabdyti sinchronizavimą - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Ar tikrai norite sustabdyti failų sinchronizavimą <i>%1</i>? </p><p><b>Pastaba:</b> Failai <b>nebus</b> ištrinti.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) iš %2 yra naudojami. Kai kuriuose aplankuose gali būti naudojami skirtingi apribojimai. - + %1 of %2 in use %1 iš %2 yra naudojami - + Currently there is no storage usage information available. Šiuo metu nėra informacijos apie saugyklos panaudojimą. - + No %1 connection configured. Nesukonfigūruota %1 sujungimų. @@ -542,34 +594,23 @@ OCC::ActivityWidget - - - Form - Forma - - - - TextLabel - TextLabel - - Accept Priimti - + Synced Sinchronizuota - + Retry all uploads Bandyti viską įkelti iš naujo - + <br/>Account %1 does not have activities enabled. <br/>Paskyra %1 neturi įjungtų veiklų. @@ -656,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Klaida rašant metaduomenis į duomenų bazę @@ -664,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -723,6 +764,59 @@ Serverio failo aptikimo atsakyme trūksta duomenų. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -741,119 +835,119 @@ %1 nenuskaitoma - + %1 has been removed. %1 names a file. %1 pašalintas. - + %1 has been downloaded. %1 names a file. %1 atsisiųstas. - + %1 has been updated. %1 names a file. %1 atnaujintas. - + %1 has been renamed to %2. %1 and %2 name files. %1 pevadintas į %2. - + %1 has been moved to %2. %1 perkeltas į %2. - + %1 and %n other file(s) have been removed. %1 ir dar %n failas buvo pašalintas.%1 ir dar %n failai buvo pašalinti.%1 ir dar %n failų buvo pašalinta.%1 ir dar %n failų buvo pašalinta. - + %1 and %n other file(s) have been downloaded. %1 ir dar %n failas buvo atsisiųstas.%1 ir dar %n failai buvo atsisiųsti.%1 ir dar %n failų buvo atsisiųsta.%1 ir dar %n failų buvo atsisiųsta. - + %1 and %n other file(s) have been updated. %1 ir dar %n failas buvo pakeistas.%1 ir dar %n failai buvo pakeisti.%1 ir dar %n failų buvo pakeista.%1 ir dar %n failų buvo pakeista. - + %1 has been renamed to %2 and %n other file(s) have been renamed. Failo %1 pavadinimas pakeistas į %2 ir dar %n failo pavadinimas buvo pakeistas.Failo %1 pavadinimas pakeistas į %2 ir dar %n failų pavadinimai buvo pakeisti.Failo %1 pavadinimas pakeistas į %2 ir dar %n failų pavadinimai buvo pakeisti.Failo %1 pavadinimas pakeistas į %2 ir dar %n failų pavadinimai buvo pakeisti. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 buvo perkeltas į %2 ir dar %n failas buvo perkeltas.%1 buvo perkeltas į %2 ir dar %n failai buvo perkelti.%1 buvo perkeltas į %2 ir dar %n failų buvo perkelta.%1 buvo perkeltas į %2 ir dar %n failų buvo perkelta. - + %1 has and %n other file(s) have sync conflicts. %1 ir dar %n failas turi sinchronizavimo konfliktų.%1 ir dar %n failai turi sinchronizavimo konfliktų.%1 ir dar %n failų turi sinchronizavimo konfliktų.%1 ir dar %n failų turi sinchronizavimo konfliktų. - + %1 has a sync conflict. Please check the conflict file! %1 turi sinchronizavimo konfliktą. Patikrinkite "konfliktų" failą! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 ir dar %2 failas negalėjo būti sinchronizuoti dėl klaidos. Žurnale rasite daugiau duomenų.%1 ir dar %2 failai negalėjo būti sinchronizuoti dėl klaidos. Žurnale rasite daugiau duomenų.%1 ir dar %2 failų negalėjo būti sinchronizuoti dėl klaidos. Žurnale rasite daugiau duomenų.%1 ir dar %2 failų negalėjo būti sinchronizuoti dėl klaidos. Žurnale rasite daugiau duomenų. - + %1 could not be synced due to an error. See the log for details. Dėl klaidos nepavyko sinchronizuotu %1. Daugiau informacijos rasite įvykių registravimo žurnale. - + Sync Activity Sinchronizavimo veikla - + Could not read system exclude file Nepavyko perskaityti sistemos išskyrimo failo - + A new folder larger than %1 MB has been added: %2. Buvo pridėtas naujas, didesnis nei %1 MB, aplankas: %2. - + A folder from an external storage has been added. Buvo pridėtas aplankas iš išorinė saugyklos. - + Please go in the settings to select it if you wish to download it. Jei norite parsisiųsti, eikite į nustatymus. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Aplankas %1 buvo sukurtas, bet anksčiau buvo įtrauktas į praleidžiamų sąrašą. Ten esantys duomenys nebus sinchronizuoti. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Failas %1 buvo sukurtas, bet anksčiau buvo įtrauktas į praleidžiamų sąrašą. Failas nebus sinchronizuotas. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +956,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +964,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? Atsisiųsti naujus failus? - + Download new files Atsisiųsti naujus failus - + Keep local files Palikti failus kompiuteryje - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -896,7 +990,7 @@ Jei tai buvo netyčinis veiksmas ir jūs nusprendėte išsaugoti savo failus, ji Open in Google Translate - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -905,17 +999,17 @@ Taip gali nutikti, jei serveryje buvo atkurta atsarginė kopija. Jei tęsite sinchronizavimą, Jūsų ankstesni failai bus perrašyti senesniais. Ar norite išsaugoti savo lokalius naujausius failus kaip konfliktinius failus? - + Backup detected Aptikta atsarginė kopija - + Normal Synchronisation Įprasta sinchronizacija - + Keep Local Files as Conflict Laikyti vietinius failus kaip konfliktinius @@ -1313,11 +1407,6 @@ Jei tęsite sinchronizavimą, Jūsų ankstesni failai bus perrašyti senesniais. OCC::GeneralSettings - - - Form - Forma - Legal notice @@ -1469,82 +1558,78 @@ Jei tęsite sinchronizavimą, Jūsų ankstesni failai bus perrašyti senesniais. Failai, kuriuos ignoravo šablonai - - Add - Pridėti - - - - Remove all - Pašalinti viską - - - - Pattern - Šablonai - - - - Allow Deletion - Leisti ištrynimą - - - - Remove - Šalinti - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Failai ar aplankai, atitinkantys šabloną, nebus sinchronizuojami - -Elementai, kuriuose galimas trynimas, bus ištrinti, jei jie apsaugos direktoriją nuo pašalinimo. Tai naudinga metaduomenims. - - - - Could not open file - Nepavyko atverti failą - - - - Cannot write changes to '%1'. - Nepavyksta įrašyti pakeitimus į "%1". - - - - Add Ignore Pattern - Pridėti nepaisymo šabloną - - - - Add a new ignore pattern: - Pridėti naują ignoravimo šabloną: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Šis įrašas pateikiamas sistemoje "% 1" ir negali būti keičiamas šiame rodinyje. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialogo langas + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Teisinis pranešimas - - - TextLabel - TextLabel - Close @@ -1674,11 +1759,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Forma - Proxy Settings @@ -1990,11 +2070,6 @@ papildomų teisių. Login in your browser Prisijunkite naršyklėje - - - Copy link to clipboard - Kopijuoti nuorodą į iškarpinę - OCC::OwncloudSetupPage @@ -2046,12 +2121,12 @@ Patariama jo nenaudoti. &Kitas > - + Invalid URL Neteisingas URL - + Could not load certificate. Maybe wrong password? Nepavyko įkelti liudijimo. Galbūt, neteisingas slaptažodis? @@ -2209,12 +2284,12 @@ Patariama jo nenaudoti. OCC::OwncloudWizard - + %1 Connection Wizard %1 ryšio vediklis - + Skip folders configuration Praleisti aplankų konfigūravimą @@ -2248,7 +2323,7 @@ Patariama jo nenaudoti. OCC::PropagateDirectory - + Error writing metadata to the database Klaida rašant metaduomenis į duomenų bazę @@ -2276,32 +2351,32 @@ Patariama jo nenaudoti. Laisvos vietos diske yra mažiau nei %1 - + File was deleted from server Failas buvo ištrintas iš serverio - + The file could not be downloaded completely. Nepavyko pilnai atsisiųsti failo. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! Failo %1 nepavyko išsaugoti dėl kompiuterio failo nesuderinamumo! - + File has changed since discovery Aptikus failą, jis buvo pakeistas - + Error writing metadata to the database Klaida rašant metaduomenis į duomenų bazę @@ -2314,7 +2389,7 @@ Patariama jo nenaudoti. ; Atkūrimas nepavyko: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Failas ar aplankas buvo pašalintas iš tik skaitymui skirtos bendros vietos, atstatymas nepavyko: %1 @@ -2446,27 +2521,27 @@ Patariama jo nenaudoti. OCC::PropagateUploadFileNG - + The local file was removed during sync. Vietinis failas sinchronizavimo metu buvo pašalintas. - + Local file changed during sync. Failas kompiuteryje sinchronizavimo metu buvo pakeistas. - + Unexpected return code from server (%1) Nežinomas atsakymo kodas iš serverio (%1) - + Missing File ID from server Nėra File ID iš serverio - + Missing ETag from server Nėra ETag iš serverio @@ -2675,22 +2750,22 @@ Patariama jo nenaudoti. OCC::ShareLinkWidget - + &Share link &Dalinimosi nuoroda - + Password: Slaptažodis: - + Expiration date: Galiojimo pabaiga: - + TextLabel TextLabel @@ -2737,7 +2812,7 @@ Patariama jo nenaudoti. Add another link - + Pridėti dar vieną nuorodą @@ -2763,22 +2838,22 @@ Patariama jo nenaudoti. OCC::ShareUserGroupWidget - + Share with users or groups ... Dalintis su naudotojais ar grupėmis ... - + Copy link Kopijuoti nuorodą - + No results for '%1' Pagal kriterijų %1 nieko nerasta - + I shared something with you Pasidalinau kai kuo su jumis @@ -2796,22 +2871,27 @@ Patariama jo nenaudoti. gali keisti - + Can reshare Gali pakartotinai dalintis - + + Unshare + + + + Can create Gali kurti - + Can change Gali keisti - + Can delete Gali trinti @@ -2838,8 +2918,8 @@ Patariama jo nenaudoti. - SSL Chipher Debug View - SSL šifro derinimo rodinys + SSL Cipher Debug View + @@ -3023,11 +3103,6 @@ Patariama jo nenaudoti. OCC::SslErrorDialog - - - Form - Forma - Trust this certificate anyway @@ -3057,44 +3132,49 @@ Patariama jo nenaudoti. - + Organization: %1 Organizacija: %1 - + Unit: %1 Vienetas: %1 - + Country: %1 Šalis: %1 - Fingerprint (MD5): <tt>%1</tt> - Kontrolinis kodas (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Kontrolinis kodas (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Įsigalioja nuo: %1 - + Expiration Date: %1 Galioja iki: %1 - + Issuer: %1 Leidėjas: %! @@ -3385,11 +3465,11 @@ Patariama jo nenaudoti. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versija %1. Išsamesnei informacijai, apsilankykite <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> <p>Šį išleidimą pateikė %1</p> @@ -3397,25 +3477,25 @@ Patariama jo nenaudoti. OCC::WebEnginePage - + Invalid certificate detected Aptiktas netinkamas sertifikatas - - The host "%1" provided an invalid certitiface. Continue? - Serveris „%1“ naudoja netinkamą sertifikatą. Tęsti? + + The host "%1" provided an invalid certificate. Continue? + Serveris "%1" pateikė negaliojantį liudijimą. Tęsti? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again %1 jus atjungė kaip vartotoją %2. Pabandykite prisijungti dar kartą - + Please login with the user: %1 Prisijunkite vartotoju: %1 @@ -3482,11 +3562,6 @@ Patariama jo nenaudoti. Settings... Nustatymai... - - - Details... - Išsamiau... - Help @@ -3598,6 +3673,11 @@ Patariama jo nenaudoti. New account... Nauja paskyra... + + + View more activity... + + Crash now @@ -3657,23 +3737,6 @@ Patariama jo nenaudoti. OwncloudAdvancedSetupPage - - - Form - Forma - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3715,11 +3778,6 @@ Patariama jo nenaudoti. &Local Folder Aplankas kompiuteryje - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3738,11 +3796,6 @@ Patariama jo nenaudoti. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3756,11 +3809,6 @@ Patariama jo nenaudoti. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3776,20 +3824,14 @@ Patariama jo nenaudoti. Re-open Browser Iš naujo atverti naršyklę + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3823,27 +3865,11 @@ Patariama jo nenaudoti. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - TextLabel - Your entire account is synced to the local folder Visa paskyra yra sinchronizuota su kompiuterio aplanku - - - - PushButton - PushButton - QObject @@ -3898,7 +3924,7 @@ Patariama jo nenaudoti. Kažkada anksčiau - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3980,14 +4006,6 @@ Patariama jo nenaudoti. Atsisiųstas failas neatitinka kontrolinės sumos, jis bus pratęstas. - - WebView - - - Form - Forma - - main.cpp diff --git a/translations/client_lv.ts b/translations/client_lv.ts index 7e0849455..2c1fab0a7 100644 --- a/translations/client_lv.ts +++ b/translations/client_lv.ts @@ -50,7 +50,7 @@ Open website - + Atvērt vietni @@ -65,31 +65,26 @@ Help - + Palīdzība Settings - + Iestatījumi Log out - + Iziet Quit sync client - + Iziet no sinhronizācijas klienta Dialog - - - Dialog - Dialogs - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Forma + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Forma - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Forma - - - + ... ... - + Storage space: ... Krātuves vieta: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Neatzīmētās mapes tiks <b>noņemtas</b> no lokālās datņu sistēmas un vairs netiks sinhronizētas ar šo datoru - + Synchronize all Sinhronizēt visu - + Synchronize none Sinhronizēt neko - + Apply manual changes Pielietot manuālās izmaiņas - + Apply Pielietot - - - + + + Cancel Atcelt - + Connected with <server> as <user> Savienojies ar <server> kā <user> - + No account configured. Nav konfigurēts konts. - + Add new Pievienot jaunu - + Remove Noņemt - + Account Konts - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt Šifrēt - + + + Edit Ignored Files + + + + Choose what to sync Izvēlies ko sinhronizēt - + Force sync now Piespeist tūlītēju sinhronizēšanu - + Restart sync Restartēt sinronizāciju - + Remove folder sync connection Noņemt mapes sinhronizācijas savienojumu - + Folder creation failed Mapes izveide neizdevās - + <p>Could not create local folder <i>%1</i>. <p>Nevarējas izveidot lokālo mapi <i>%1</i>. - + Confirm Folder Sync Connection Removal Noņemt mapes sinhronizācijas savienojuma noņemšanai - + Remove Folder Sync Connection Noņemt mapes sinhronizācijas savienojumu - + Sync Running Notiek Sinhronizācija - + The syncing operation is running.<br/>Do you want to terminate it? Pašlaik notiek sinhronizācijas operācija.<br/>Vai to izbeigt? - + %1 in use %1 tiek lietots - + %1 as <i>%2</i> %1 kā <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Servera versija %1 ir novecojusi un netiek atbalstīta! Turpini un paša atbildību. - + Connected to %1. Savienots ar %1. - + Server %1 is temporarily unavailable. Serveris %1 ir īslaicīgi nepiejams. - + Server %1 is currently in maintenance mode. Serveris %1 pašlaik ir uzturēšanas režīmā - + Signed out from %1. Izrakstījies no %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Saņemam pilnvaru no pārlūka. <a href='%1'>Noklikšķini šeit</a>lai atkārtoti atvērtu pārlūku. - + Connecting to %1... Savienojas ar %1. - + No connection to %1 at %2. Nav savienojuma ar %1 pie %2. - + Log in Pieteikties - + There are folders that were not synchronized because they are too big: Šīs mapes netika sinhronizētas, jo tās ir pārāk lielas: - + There are folders that were not synchronized because they are external storages: Šīs mapes netika sinhronizētas, jo tās atrodas ārējās krātuvēs: - + There are folders that were not synchronized because they are too big or external storages: Šīs mapes netika sinhronizētas, jo tās ir pārāk lielas, vai atrodas ārējās krātuvēs: - + Confirm Account Removal Apstiprini Konta noņemšanai - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vai tiešām vēlaties noņemt savienojumu kontam <i>%1</i>?</p><p><b>Piezīme:</b> Tas <b>neveiks</b> nekādu datņu dzēšanu.</p> - + Remove connection Noņemt savienojumu - - + + Open folder Atvērt mapi - - + + Log out Iziet - + Resume sync Turpināt sinhronizāciju - + Pause sync Pauzēt sinhronizāciju - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vai tiešām vēlaties apturēt mapes <i>%1</i> sinhronizēšanu?</p><p><b>Piezīme:</b> Tas <b>neveiks</b> nekādu datņu dzēšanu.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) no %2 izmantots. Dažas mapes, tajā skaitā montētas no tīkla vai koplietotas, var saturēt dažādus ierobežojumus. - + %1 of %2 in use %1 no %2 izmantots - + Currently there is no storage usage information available. Pašlaik nav pieejama diska vietas informācija. - + No %1 connection configured. Nav %1 savienojums konfigurēts. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - - - - - TextLabel - - Accept Akceptēt - + Synced Sinhronizēts - + Retry all uploads Atkārtot visas augšupielādes - + <br/>Account %1 does not have activities enabled. <br/>Kontam %1 darbības nav iespējots. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Kļūda rakstot metadatus datubāzē @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Lūdzu ievadiet jūsu end to end šifrēšanas paroli:<br><br>Lietotājs: %2<br>Konts: %3<br> - + Enter E2E passphrase Ievadiet E2E paroli @@ -722,6 +764,59 @@ Servera datņu atklāšanas atbildei nav datu. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 nav lasāma. - + %1 has been removed. %1 names a file. %1 tika noņemta. - + %1 has been downloaded. %1 names a file. %1 ir ticis lejupielādēts. - + %1 has been updated. %1 names a file. %1 ir atjaunināts. - + %1 has been renamed to %2. %1 and %2 name files. %1 ir pārsaukts par %2. - + %1 has been moved to %2. %1 ir pārvietots uz %2. - + %1 and %n other file(s) have been removed. %1 un %n citas datne(s) tika noņemtas.%1 un %n citas datne(s) tika noņemtas.%1 un %n citas datne(s) tika noņemtas. - + %1 and %n other file(s) have been downloaded. %1 un %n citas datne(s) tika lejupielādētās.%1 un %n citas datne(s) tika lejupielādētās.%1 un %n citas datne(s) tika lejupielādētās. - + %1 and %n other file(s) have been updated. %1 un %n citas datne(s) tika atjaunotas.%1 un %n citas datne(s) tika atjaunotas.%1 un %n citas datne(s) tika atjaunotas. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 tika pārsaukta uz %2 un %n citas datne(s) tika pārsauktas.%1 tika pārsaukta uz %2 un %n citas datne(s) tika pārsauktas.%1 tika pārsaukta uz %2 un %n citas datne(s) tika pārsauktas. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 tika pārvietota uz %2 un %n citas datne(s) tika pārvietotas.%1 tika pārvietota uz %2 un %n citas datne(s) tika pārvietotas.%1 tika pārvietota uz %2 un %n citas datne(s) tika pārvietotas. - + %1 has and %n other file(s) have sync conflicts. %1 un %n citām datnēm ir sinhronizācijas konflikts.%1 un %n citām datnēm ir sinhronizācijas konflikts.%1 un %n citām datnēm ir sinhronizācijas konflikts. - + %1 has a sync conflict. Please check the conflict file! %1 ir sinhronizācijas konflikts. Lūdzu pārbaudiet konfliktējošo datni! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. - + Sync Activity Sinhronizācijas darbība - + Could not read system exclude file Nevarēja nolasīt sistēmas izņēmumu datni. - + A new folder larger than %1 MB has been added: %2. Jauna mape lielāka par %1 MB ir tikusi pievienota: %2. - + A folder from an external storage has been added. Mape no ārējās krātuves ir tikusi pievienota. - + Please go in the settings to select it if you wish to download it. Lūdzu ieej iestatījumos un izvēlies to, ja tu to gribi lejupielādēt. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,46 +965,46 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Dublējums atrasts - + Normal Synchronisation - + Keep Local Files as Conflict Saglabāt lokālās datnes kā konfliktu @@ -1305,11 +1400,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - - Legal notice @@ -1459,80 +1549,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an - - Add - Pievienot + + This entry is provided by the system at '%1' and cannot be modified in this view. + + + + OCC::IgnoreListTableWidget - - Remove all + + IgnoreListTableWidget - + Pattern - + Allow Deletion - + + Add + + + + Remove - + + Remove all + + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - + Cannot write changes to '%1'. - + Add Ignore Pattern - + Add a new ignore pattern: - - - This entry is provided by the system at '%1' and cannot be modified in this view. - - OCC::LegalNotice - - - Dialog - - Legal notice - - - TextLabel - - Close @@ -1662,11 +1750,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - - Proxy Settings @@ -1977,11 +2060,6 @@ for additional privileges during the process. Login in your browser Pieteikties jūsu pārlūkā - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2032,12 +2110,12 @@ It is not advisable to use it. - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2195,12 +2273,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard - + Skip folders configuration @@ -2234,7 +2312,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database @@ -2262,32 +2340,32 @@ It is not advisable to use it. - + File was deleted from server - + The file could not be downloaded completely. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! - + File has changed since discovery - + Error writing metadata to the database @@ -2300,7 +2378,7 @@ It is not advisable to use it. - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2432,27 +2510,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. - + Local file changed during sync. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2526,7 +2604,7 @@ It is not advisable to use it. Loading ... - + Notiek ielāde... @@ -2541,7 +2619,7 @@ It is not advisable to use it. Size - + Izmērs @@ -2568,7 +2646,7 @@ It is not advisable to use it. Settings - + Iestatījumi @@ -2588,7 +2666,7 @@ It is not advisable to use it. Account - + Konts @@ -2617,7 +2695,7 @@ It is not advisable to use it. Account - + Konts @@ -2645,7 +2723,7 @@ It is not advisable to use it. %1 - + %1 @@ -2661,29 +2739,29 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link &Share saite - + Password: - + Expiration date: - + TextLabel Delete - + Dzēst @@ -2708,7 +2786,7 @@ It is not advisable to use it. Password Protect - + Aizsargāts ar paroli @@ -2738,7 +2816,7 @@ It is not advisable to use it. Cancel - + Atcelt @@ -2749,22 +2827,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... - + Copy link - + No results for '%1' - + I shared something with you @@ -2782,22 +2860,27 @@ It is not advisable to use it. - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2824,7 +2907,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -2960,12 +3043,12 @@ It is not advisable to use it. SHA-256: - + SHA-256: SHA-1: - + SHA-1: @@ -2980,7 +3063,7 @@ It is not advisable to use it. %1 - + %1 @@ -3007,11 +3090,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - - Trust this certificate anyway @@ -3041,44 +3119,49 @@ It is not advisable to use it. - + Organization: %1 - + Unit: %1 - + Country: %1 - Fingerprint (MD5): <tt>%1</tt> - - - - Fingerprint (SHA1): <tt>%1</tt> - - Effective Date: %1 + + Fingerprint (SHA-256): <tt>%1</tt> - - Expiration Date: %1 + + Fingerprint (SHA-512): <tt>%1</tt> + Effective Date: %1 + + + + + Expiration Date: %1 + + + + Issuer: %1 @@ -3254,7 +3337,7 @@ It is not advisable to use it. Filename is too long. - + Datnes nosaukums ir pārāk garš. @@ -3369,11 +3452,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versija %1. Vairāk informācijai lūdzu apmekējiet <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> <p>Šo izlaidumu piegādāja %1</p> @@ -3381,25 +3464,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected Detektēts nederīgs sertifikāts - - The host "%1" provided an invalid certitiface. Continue? - Hosts "%1" piedāvāja nederīgu sertifikātu. Turpināt? + + The host "%1" provided an invalid certificate. Continue? + OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Jūs esat atteicies no %1 kā lietotājs %2. Lūdzu piesakieties atkārtoti - + Please login with the user: %1 Lūdzu piesakieties kā lietotājs: %1 @@ -3466,11 +3549,6 @@ It is not advisable to use it. Settings... Iestatījumi... - - - Details... - Detaļas... - Help @@ -3582,6 +3660,11 @@ It is not advisable to use it. New account... Jauns konts... + + + View more activity... + + Crash now @@ -3641,23 +3724,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - - - - - - - - - - - - TextLabel - - Server @@ -3699,11 +3765,6 @@ It is not advisable to use it. &Local Folder Lokālā mape - - - pbSelectLocalFolder - - &Keep local data @@ -3722,11 +3783,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - Forma - &Username @@ -3740,11 +3796,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - Forma - Please switch to your browser to proceed. @@ -3760,20 +3811,14 @@ It is not advisable to use it. Re-open Browser Atkārtoti atvērt pārlūku + + + Copy link + + OwncloudSetupPage - - - Form - Forma - - - - - TextLabel - TekstaApzīmējums - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3792,7 +3837,7 @@ It is not advisable to use it. Server Address - + Servera adrese @@ -3807,27 +3852,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - Forma - - - - TextLabel - TekstaApzīmējums - Your entire account is synced to the local folder Viss jūsu konts ir sinhronizēts ar lokālo mapi - - - - PushButton - Spiedpoga - QObject @@ -3882,7 +3911,7 @@ It is not advisable to use it. Kādu laiku atpakaļ - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3964,14 +3993,6 @@ It is not advisable to use it. Lejupielādētajai datnei nesakrīt kontrolsumma, tā tiks pārrēķināta. - - WebView - - - Form - Forma - - main.cpp diff --git a/translations/client_nb_NO.ts b/translations/client_nb_NO.ts index f11ee9cb3..2bed44d7d 100644 --- a/translations/client_nb_NO.ts +++ b/translations/client_nb_NO.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialog - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Skjema + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Skjema - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Skjema - - - + ... - + Storage space: ... Lagringsplass: … - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Umarkerte mapper vil bli <b>fjernet</b> fra ditt lokale filsystem og vil ikke bli synkronisert med denne maskinen lenger - + Synchronize all Synkroniser alle - + Synchronize none Synkroniser ingen - + Apply manual changes Bruk manuelle endringer - + Apply Bruk - - - + + + Cancel Avbryt - + Connected with <server> as <user> Tilkoblet <server> som <user> - + No account configured. Ingen konto konfigurert. - + Add new Legg til ny - + Remove Fjern - + Account Konto - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt Krypter - + + + Edit Ignored Files + + + + Choose what to sync Velg hva som synkroniseres - + Force sync now Tving synkronisering nå - + Restart sync Synkroniser på ny - + Remove folder sync connection Fjern tilkobling for synkronisering av mappe - + Folder creation failed Oppretting av mappe feilet - + <p>Could not create local folder <i>%1</i>. <p>Klarte ikke å opprette lokal mappe <i>%1</i>. - + Confirm Folder Sync Connection Removal Bekreft fjerning av tilkobling for synkronisering av mappe - + Remove Folder Sync Connection Fjern tilkobling for mappe-synkronisering - + Sync Running Synkroniserer... - + The syncing operation is running.<br/>Do you want to terminate it? Synkronisering kjører.<br/>Vil du avbryte den? - + %1 in use %1 i bruk - + %1 as <i>%2</i> %1 som <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Server-versjonen %1 er gammel og støttes ikke! Fortsett på egen risiko. - + Connected to %1. Tilkoblet %1. - + Server %1 is temporarily unavailable. Server %1 er midlertidig utilgjengelig. - + Server %1 is currently in maintenance mode. Server %1 er for øyeblikket i vedlikeholdsmodus. - + Signed out from %1. Logget ut fra %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... Kobler til %1 … - + No connection to %1 at %2. Ingen tilkobling til %1 på %2. - + Log in Logg inn - + There are folders that were not synchronized because they are too big: Noen mapper ble ikke synkronisert fordi de er for store - + There are folders that were not synchronized because they are external storages: Noen mapper ble ikke synkronisert fordi de er eksterne lagringsplasser: - + There are folders that were not synchronized because they are too big or external storages: Noen mapper ble ikke synkronisert fordi de er for store eller de er eksterne lagringsplasser: - + Confirm Account Removal Bekreft fjerning av konto - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vil du virkelig fjerne tilkoblingen til kontoen <i>%1</i>?</p><p><b>Merk:</b> Dette vil <b>ikke</b> slette noen filer.</p> - + Remove connection Fjern tilkobling - - + + Open folder Åpne mappe - - + + Log out Logg ut - + Resume sync Fortsett synkronisering - + Pause sync Sett synkronisering på pause - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vil du virkelig stoppe synkronisering av mappen <i>%1</i>?</p><p><b>Merk:</b> Dette vil <b>ikke</b> slette noen filer.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) av %2 i bruk. Noen mapper, inkludert nettverkstilkoblede eller delte mapper, kan ha andre begrensninger. - + %1 of %2 in use %1 av %2 i bruk - + Currently there is no storage usage information available. Ingen informasjon om bruk av lagringsplass tilgjengelig for øyeblikket. - + No %1 connection configured. Ingen %1-forbindelse konfigurert. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Skjema - - - - TextLabel - Tekst-etikett - Accept Aksepter - + Synced Synkronisert - + Retry all uploads Prøv alle opplastinger igjen - + <br/>Account %1 does not have activities enabled. <br/>Konto %1 har ikke aktiviteter aktivert. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Feil ved skriving av metadata til databasen @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,119 +835,119 @@ %1 kan ikke leses. - + %1 has been removed. %1 names a file. %1 har blitt fjernet. - + %1 has been downloaded. %1 names a file. %1 har blitt lastet ned. - + %1 has been updated. %1 names a file. %1 har blitt oppdatert. - + %1 has been renamed to %2. %1 and %2 name files. %1 har blitt omdøpt til %2. - + %1 has been moved to %2. %1 har blitt flyttet til %2. - + %1 and %n other file(s) have been removed. %1 og %n annen fil har blitt fjernet.%1 og %n andre filer har blitt fjernet. - + %1 and %n other file(s) have been downloaded. %1 og %n annen fil har blitt lastet ned.%1 og %n andre filer har blitt lastet ned. - + %1 and %n other file(s) have been updated. %1 og %n annen fil har blitt oppdatert.%1 og %n andre filer har blitt oppdatert. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 er blitt omdøpt til %2 og %n annen fil har blitt omdøpt.%1 er blitt omdøpt til %2 og %n andre filer har blitt omdøpt. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 er blitt flyttet til %2 og %n annen fil har blitt flyttet.%1 er blitt flyttet til %2 og %n andre filer har blitt flyttet. - + %1 has and %n other file(s) have sync conflicts. %1 og %n andre filer har synkroniseringskonflikter.%1 og %n andre filer har synkroniseringskonflikter. - + %1 has a sync conflict. Please check the conflict file! %1 har en synkroniseringskonflikt. Sjekk konflikt-filen. - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 og %n andre filer kunne ikke synkroniseres pga. feil. Se loggen for detaljer.%1 og %n andre filer kunne ikke synkroniseres på grunn av feil. Se logg for detaljer. - + %1 could not be synced due to an error. See the log for details. %1 kunne ikke synkroniseres på grunn av en feil. Se logg for detaljer. - + Sync Activity Synkroniseringsaktivitet - + Could not read system exclude file Klarte ikke å lese systemets ekskluderingsfil - + A new folder larger than %1 MB has been added: %2. En ny mappe større enn %1 MB er blitt lagt til: %2. - + A folder from an external storage has been added. En mappe fra et eksternt lager er blitt lagt til. - + Please go in the settings to select it if you wish to download it. Gå til Innstillinger og velg den hvis du ønsker å laste den ned. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -861,7 +956,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -869,22 +964,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? Hent nye filer? - + Download new files Hent nye filer - + Keep local files Behold lokale filer - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -893,7 +988,7 @@ Er du sikker på at du ønsker å synkronisere denne handlingen med serveren? Hvis det var et uhell og du velger å beholde filene, vil de bli synkronisert tilbake fra serveren. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -902,17 +997,17 @@ Dette kan være fordi en backup ble gjenopprettet på serveren. Hvis synkroniseringen fortsetter som normalt, vil alle filene dine bli overskrevet av en eldre fil i en tidligere tilstand. Ønsker du å beholde dine ferskeste lokale filer som konflikt-filer? - + Backup detected Backup oppdaget - + Normal Synchronisation Normal synkronisering - + Keep Local Files as Conflict Behold lokale filer som konflikt @@ -1308,11 +1403,6 @@ Hvis synkroniseringen fortsetter som normalt, vil alle filene dine bli overskrev OCC::GeneralSettings - - - Form - Skjema - Legal notice @@ -1464,82 +1554,78 @@ Hvis synkroniseringen fortsetter som normalt, vil alle filene dine bli overskrev Filer som ignorerers av mønstre - - Add - Legg til - - - - Remove all - Fjern alle - - - - Pattern - Mønster - - - - Allow Deletion - Tillat sletting - - - - Remove - Fjern - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Filer eller mapper som passer med et mønster vil ikke bli synkronisert. - -Elementer hvor sletting er tillatt, vil bli slettet hvis de forhindrer fjerning av en mappe. Dette er hendig for metadata. - - - - Could not open file - Klarte ikke å åpne fil - - - - Cannot write changes to '%1'. - Kan ikke skrive endringer til '%1'. - - - - Add Ignore Pattern - Nytt mønster - - - - Add a new ignore pattern: - Legg til ignoreringsmønster: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Denne oppføringen er gitt av systemet på '%1' og kan ikke endres i denne visningen. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialog + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Juridisk varsel - - - TextLabel - Tekst-etikett - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Skjema - Proxy Settings @@ -1985,11 +2066,6 @@ kan be om flere rettigheter under behandlingen. Login in your browser Logg inn i din nettleser - - - Copy link to clipboard - Kopier lenke til utklippstavlen - OCC::OwncloudSetupPage @@ -2041,12 +2117,12 @@ Det er ikke tilrådelig å bruke den. &Neste > - + Invalid URL Ugyldig addresse - + Could not load certificate. Maybe wrong password? Sertifikatet kunne ikke lastes. Kanskje feil passord? @@ -2204,12 +2280,12 @@ Det er ikke tilrådelig å bruke den. OCC::OwncloudWizard - + %1 Connection Wizard %1 Veiviser for tilkobling - + Skip folders configuration Hopp over mappekonfigurasjon @@ -2243,7 +2319,7 @@ Det er ikke tilrådelig å bruke den. OCC::PropagateDirectory - + Error writing metadata to the database Feil ved skriving av metadata til databasen @@ -2271,32 +2347,32 @@ Det er ikke tilrådelig å bruke den. Ledig plass på disk er mindre enn %1 - + File was deleted from server Filen ble slettet fra serveren - + The file could not be downloaded completely. Hele filen kunne ikke lastes ned. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! Fil %1 kan ikke lagres på grunn av lokal konflikt med filnavn. - + File has changed since discovery Filen er endret siden den ble oppdaget - + Error writing metadata to the database Feil ved skriving av metadata til databasen @@ -2309,7 +2385,7 @@ Det er ikke tilrådelig å bruke den. ; Gjenoppretting feilet: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 En fil eller mappe ble fjernet fra en deling med lesetilgang, men gjenoppretting feilet: %1 @@ -2441,27 +2517,27 @@ Det er ikke tilrådelig å bruke den. OCC::PropagateUploadFileNG - + The local file was removed during sync. Den lokale filen ble fjernet under synkronisering. - + Local file changed during sync. Lokal fil endret under synkronisering. - + Unexpected return code from server (%1) Uventet returkode fra serveren (%1) - + Missing File ID from server Mangler File ID fra server - + Missing ETag from server Mangler ETag fra server @@ -2670,22 +2746,22 @@ Det er ikke tilrådelig å bruke den. OCC::ShareLinkWidget - + &Share link &Delingslenke - + Password: Passord: - + Expiration date: Utløpsdato: - + TextLabel Tekst-etikett @@ -2758,22 +2834,22 @@ Det er ikke tilrådelig å bruke den. OCC::ShareUserGroupWidget - + Share with users or groups ... Del med brukere eller grupper … - + Copy link Kopier lenke - + No results for '%1' Ingen resultater for '%1' - + I shared something with you Jeg delte noe med deg @@ -2791,22 +2867,27 @@ Det er ikke tilrådelig å bruke den. kan endre - + Can reshare - + + Unshare + + + + Can create kan opprette - + Can change Kan endre - + Can delete Kan slette @@ -2833,8 +2914,8 @@ Det er ikke tilrådelig å bruke den. - SSL Chipher Debug View - SSL Chipher Debug View + SSL Cipher Debug View + @@ -3018,11 +3099,6 @@ Det er ikke tilrådelig å bruke den. OCC::SslErrorDialog - - - Form - Skjema - Trust this certificate anyway @@ -3052,44 +3128,49 @@ Det er ikke tilrådelig å bruke den. - + Organization: %1 Organisasjon: %1 - + Unit: %1 Enhet: %1 - + Country: %1 Land: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingeravtrykk (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingeravtrykk (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Gyldig fra dato: %1 - + Expiration Date: %1 Utløpsdato: %1 - + Issuer: %1 Utsteder: %1 @@ -3380,11 +3461,11 @@ Det er ikke tilrådelig å bruke den. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versjon %1. For mer informasjon gå til <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3392,25 +3473,25 @@ Det er ikke tilrådelig å bruke den. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3477,11 +3558,6 @@ Det er ikke tilrådelig å bruke den. Settings... Innstillinger … - - - Details... - Detaljer … - Help @@ -3593,6 +3669,11 @@ Det er ikke tilrådelig å bruke den. New account... Ny konto … + + + View more activity... + + Crash now @@ -3652,23 +3733,6 @@ Det er ikke tilrådelig å bruke den. OwncloudAdvancedSetupPage - - - Form - Skjema - - - - - - - - - - - TextLabel - Tekst-etikett - Server @@ -3710,11 +3774,6 @@ Det er ikke tilrådelig å bruke den. &Local Folder &Lokal mappe - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3733,11 +3792,6 @@ Det er ikke tilrådelig å bruke den. OwncloudHttpCredsPage - - - Form - Skjema - &Username @@ -3751,11 +3805,6 @@ Det er ikke tilrådelig å bruke den. OwncloudOAuthCredsPage - - - Form - Skjema - Please switch to your browser to proceed. @@ -3771,20 +3820,14 @@ Det er ikke tilrådelig å bruke den. Re-open Browser Gjenåpne nettleser + + + Copy link + + OwncloudSetupPage - - - Form - Skjema - - - - - TextLabel - Tekst-etikett - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3818,27 +3861,11 @@ Det er ikke tilrådelig å bruke den. OwncloudWizardResultPage - - - Form - Skjema - - - - TextLabel - Tekst-etikett - Your entire account is synced to the local folder Hele kontoen din er synkronisert til den lokale mappen - - - - PushButton - Trykknapp - QObject @@ -3893,7 +3920,7 @@ Det er ikke tilrådelig å bruke den. For en stund siden - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3975,14 +4002,6 @@ Det er ikke tilrådelig å bruke den. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_nl.ts b/translations/client_nl.ts index 2dee9bdb6..14eb4704c 100644 --- a/translations/client_nl.ts +++ b/translations/client_nl.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialoog - Label @@ -116,16 +111,67 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Formulier + + + Please switch to your browser to proceed. + Schakel om naar je browser om door te gaan. + + + + An error occurred while connecting. Please try again. + Er trad een verbindingsfout op. Probeer nogmaals. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Formulier + + + + Please switch to your browser to proceed. + Schakel om naar je browser om door te gaan. + + + + An error occurred while connecting. Please try again. + Er trad een verbindingsfout op. Probeer nogmaals. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync - Kies een map op uw computer om te synchroniseren + Kies een map op je computer om te synchroniseren @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulier - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Begin-tot-eind versleutelingsmnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Om je cryptografiesche Identiteit te beschermen, versleutelen we die met een mnemonic van 12 woorden. Schrijf die op en bewaar ze op een veilige plek. Ze zijn nodig om nieuwe apparaten aan he account toe te voegen (zoals je smartphone of laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulier - - - + ... ... - + Storage space: ... Opslagruimte: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - Niet geselecteerde mappen worden <b>verwijderd</b> van uw lokale bestandssysteem en worden niet meer gesynchroniseerd met deze computer + Niet geselecteerde mappen worden <b>verwijderd</b> van je lokale bestandssysteem en worden niet meer gesynchroniseerd met deze computer - + Synchronize all Alles synchroniseren - + Synchronize none Niets synchroniseren - + Apply manual changes Toepassen handmatige wijzigingen - + Apply Toepassen - - - + + + Cancel Annuleren - + Connected with <server> as <user> Verbonden met <server> als <user> - + No account configured. Geen account ingesteld. - + Add new Toevoegen nieuw - + Remove Verwijder - + Account Account - + + This account supports end-to-end encryption + Dit account ondersteunt end-to-endversleuteling + + + + Enable encryption + Encryptie activeren + + + Show E2E mnemonic Tonen E2E mnemonic - + Encrypt Versleutelen - + + + Edit Ignored Files + + + + Choose what to sync Selectieve synchronisatie - + Force sync now Forceer sync nu - + Restart sync Herstarten sync - + Remove folder sync connection Verwijderen map sync verbinding - + Folder creation failed Maken map mislukt - + <p>Could not create local folder <i>%1</i>. <p>Kon lokale map <i>%1</i> niet maken. - + Confirm Folder Sync Connection Removal Bevestig verwijderen Map Sync verbinding - + Remove Folder Sync Connection Verwijderen Map Sync verbinding - + Sync Running Bezig met synchroniseren - + The syncing operation is running.<br/>Do you want to terminate it? Bezig met synchroniseren.<br/>Wilt u stoppen met synchroniseren? - + %1 in use %1 in gebruik - + %1 as <i>%2</i> %1 als <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. De serverversie %1 is oud en wordt niet meer ondersteund. Verdergaan is op eigen risico. - + Connected to %1. Verbonden met %1. - + Server %1 is temporarily unavailable. Server %1 is tijdelijk niet beschikbaar - + Server %1 is currently in maintenance mode. Server %1 momenteel in onderhoudsmodus. - + Signed out from %1. Uitgelogd van %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Authorization van de browser verkrijgen. <a href='%1'>Klik hier</a> om de browser te heropenen. - + Connecting to %1... Verbinden met %1... - + No connection to %1 at %2. Geen verbinding met %1 op %2. - + Log in Meld u aan - + There are folders that were not synchronized because they are too big: Er zijn mappen die niet gesynchroniseerd werden, omdat ze te groot zijn: - + There are folders that were not synchronized because they are external storages: Er zijn mappen die niet gesynchroniseerd werden, omdat ze op externe opslag staan: - + There are folders that were not synchronized because they are too big or external storages: Er zijn mappen die niet gesynchroniseerd werden, omdat ze te groot zijn of op externe opslag staan: - + Confirm Account Removal Bevestig verwijderen account - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Wilt u echt de verbinding met het account <i>%1</i> verbreken?</p><p><b>Let op:</b> Hierdoor verwijdert u <b>geen</b> bestanden.</p> - + Remove connection Verwijderen verbinding - - + + Open folder Openen map - - + + Log out Afmelden - + Resume sync Hervatten sync - + Pause sync Pauzeren sync - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Weet u zeker dat u de synchronisatie van map <i>%1</i> wilt stoppen?</p><p><b>Opmerking:</b> Dit zal <b>geen</b> bestanden verwijderen.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) van %2 in gebruik. Sommige mappen, inclusief netwerkmappen en gedeelde mappen, kunnen andere limieten hebben. - + %1 of %2 in use %1 van %2 in gebruik - + Currently there is no storage usage information available. Er is nu geen informatie over het gebruik van de opslagruimte beschikbaar. - + No %1 connection configured. Geen %1 connectie geconfigureerd. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulier - - - - TextLabel - Tekstlabel - Accept Accepteren - + Synced Gesynchroniseerd - + Retry all uploads Probeer alle uploads opnieuw - + <br/>Account %1 does not have activities enabled. <br/>Account %1 heeft geen activiteiten ingeschakeld. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Fout bij schrijven van Metadata naar de database @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Voer je begin-tot-eind crypto wachtwoordzin in: <br><br>Gebruiker: %2<br>Account: %3<br> - + Enter E2E passphrase Invoeren E2E wachtwoordzin @@ -722,6 +764,59 @@ In de reactie van de bestandenontdekker van de server ontbreken gegevens. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Fout gemeld door de server: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Er trad een fout op bij het benaderen van het 'token' endpoint: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Kon de van de server ontvangen JSON niet verklaren: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + Het antwoord van de server bevatte niet alle verwachte velden + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Verbinden met %1 + + + + Login in your browser (Login Flow v2) + Login in je browser (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Kon de browser niet openen, kopieer de link naar je browser. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Kon de browser niet openen, kopieer de link naar je browser. + + OCC::Folder @@ -740,120 +835,120 @@ %1 is niet leesbaar. - + %1 has been removed. %1 names a file. %1 is verwijderd. - + %1 has been downloaded. %1 names a file. %1 is gedownload. - + %1 has been updated. %1 names a file. %1 is bijgewerkt. - + %1 has been renamed to %2. %1 and %2 name files. %1 is hernoemd naar %2. - + %1 has been moved to %2. %1 is verplaatst naar %2. - + %1 and %n other file(s) have been removed. %1 en %n ander bestand(en) zijn verwijderd.%1 en %n andere bestand(en) zijn verwijderd. - + %1 and %n other file(s) have been downloaded. %1 en %n ander bestand(en) zijn gedownload.%1 en %n andere bestand(en) zijn gedownload. - + %1 and %n other file(s) have been updated. %1 en %n ander bestand(en) zijn bijgewerkt.%1 en %n andere bestand(en) zijn bijgewerkt. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 is hernoemd naar %2 en %n ander bestand(en) is hernoemd.%1 is hernoemd naar %2 en %n andere bestand(en) zijn hernoemd. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 is verplaatst naar %2 en %n ander bestand(en) is verplaatst.%1 is verplaatst naar %2 en %n andere bestand(en) zijn verplaatst. - + %1 has and %n other file(s) have sync conflicts. %1 en %n ander bestand(en) hebben een sync conflict.%1 en %n andere bestand(en) hebben sync conflicten. - + %1 has a sync conflict. Please check the conflict file! %1 heeft een sync conflict. Controleer het conflict bestand! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 en %n ander bestand(en) konden niet worden gesynchroniseerd wegens fouten. Bekijk het log voor details.%1 en %n andere bestand(en) konden niet worden gesynchroniseerd wegens fouten. Bekijk het log voor details. - + %1 could not be synced due to an error. See the log for details. %1 kon niet worden gesynchroniseerd door een fout. Bekijk het log voor details. - + Sync Activity Synchronisatie-activiteit - + Could not read system exclude file Kon het systeem-uitsluitingsbestand niet lezen - + A new folder larger than %1 MB has been added: %2. Er is een nieuwe map groter dan %1 MB toegevoegd: %2. - + A folder from an external storage has been added. Er is een map op externe opslag toegevoegd. - + Please go in the settings to select it if you wish to download it. Ga naar de instellingen om het te selecteren als u deze wilt downloaden. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Map %1 is gecreëerd, maar eerder uitgesloten van synchronisatie. Bestanden erin worden niet gesynchroniseerd. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Bestand %1 is gecreëerd, maar eerder uitgesloten van synchronisatie. Het wordt niet gesynchroniseerd. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,60 +961,60 @@ Dit betekent dat de synchronisatieclient misschien niet meteen lokale wijziginge %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. Alle bestanden in de syncmap '%1' werden verwijderd van de server. -Deze verwijderingen worden gesynchroniseerd naar uw lokale syncmap, waardoor deze bestanden niet meer beschikbaar zijn, tenzij u het recht hebt om ze te herstellen. -Als u de bestanden wilt behouden, worden ze opnieuw gesynchroniseerd met de server als u die autorisatie hebt. -Als u de bestanden wilt verwijderen, worden ze niet beschikbaar, tenzij u de eigenaar bent. +Deze verwijderingen worden gesynchroniseerd naar je lokale syncmap, waardoor deze bestanden niet meer beschikbaar zijn, tenzij je het recht hebt om ze te herstellen. +Als je de bestanden wilt behouden, worden ze opnieuw gesynchroniseerd met de server als je die autorisatie hebt. +Als je de bestanden wilt verwijderen, worden ze niet beschikbaar, tenzij je de eigenaar bent. - + Download new files? Downloaden nieuwe bestanden? - + Download new files Downloaden nieuwe bestanden - + Keep local files Bewaar lokale bestanden - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - Alle bestanden in de lokale syncmap '%1' werden verwijderd van de server. Deze verwijderingen worden gesynchroniseerd naar uw server, Weet u zeker dat ik deze acties wilt synchroniseren met de server? -Als dit een ongelukje was en u de bestanden wilt behouden, worden ze opnieuw gesynchroniseerd met de server. + Alle bestanden in je lokale syncmap '%1' werden verwijderd. Deze verwijderingen worden gesynchroniseerd naar je server, waardoor de bestanden niet beschikbaar zijn, tenzij ze worden teruggezet. Weet je zeker dat je deze acties wilt synchroniseren met de server? +Als dit een ongelukje was en je de bestanden wilt behouden, worden ze opnieuw gesynchroniseerd met de server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - Deze synchronisatie zou uw bestanden terug zetten naar een eerdere staat van de synchronisatie map '%1'. + Deze synchronisatie zou je bestanden terugzetten naar een eerdere staat van de synchronisatie map '%1'. Dit kan komen doordat een backup is hersteld op de server. -Doorgaan met deze synchronisatie overschrijft al uw bestanden door een eerdere versie. Wilt u uw lokale meer recente bestanden behouden als conflict bestanden? +Doorgaan met deze synchronisatie overschrijft al je bestanden door een eerdere versie. Wilt je jouw lokale meer recente bestanden behouden als conflict bestanden? - + Backup detected Backup gedetecteerd - + Normal Synchronisation Normale synchronisatie - + Keep Local Files as Conflict Behoud lokale bestanden als conflict @@ -1316,11 +1411,6 @@ Doorgaan met deze synchronisatie overschrijft al uw bestanden door een eerdere v OCC::GeneralSettings - - - Form - Formulier - Legal notice @@ -1476,82 +1566,78 @@ Account: %3 Bestanden volgens patroon genegeerd - - Add - Toevoegen - - - - Remove all - Alles verwijderen - - - - Pattern - Patroon - - - - Allow Deletion - Verwijderen toestaan - - - - Remove - Verwijder - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Bestanden of mappen die overeenkomen met een patroon zullen niet worden gesynchroniseerd. - -Onderdelen die gewist mogen worden worden verwijderd als ze voorkomen dat een map verdwijnt. Dit is nuttig voor metadata. - - - - Could not open file - Kon het bestand niet openen - - - - Cannot write changes to '%1'. - Er kunnen geen wijzigingen worden geschreven naar %1 - - - - Add Ignore Pattern - Toevoegen negeerpatroon - - - - Add a new ignore pattern: - Voeg nieuw negeerpatroon toe: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Dit gegeven is door het systeem vastgelegd op '%1' en kan niet worden aangepast in deze weergave. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialoog + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Juridische bepalingen - - - TextLabel - TextLabel - Close @@ -1683,11 +1769,6 @@ Logs worden geschreven naar %1 OCC::NetworkSettings - - - Form - Formulier - Proxy Settings @@ -1874,7 +1955,7 @@ vragen om extra autorisaties tijdens installatie. No updates available. Your installation is at the latest version. - Geen updates beschikbaar. Uw installatie is al de laatste versie. + Geen updates beschikbaar. Je installatie is al van de laatste versie. @@ -1999,11 +2080,6 @@ vragen om extra autorisaties tijdens installatie. Login in your browser Login in je browser - - - Copy link to clipboard - Kopiëren link naar klembord - OCC::OwncloudSetupPage @@ -2055,12 +2131,12 @@ We adviseren deze site niet te gebruiken. &Volgende > - + Invalid URL Ongeldige URL - + Could not load certificate. Maybe wrong password? Kon certificaat niet laden. Misschien onjuist wachtwoord? @@ -2100,7 +2176,7 @@ We adviseren deze site niet te gebruiken. Access forbidden by server. To verify that you have proper access, <a href="%1">click here</a> to access the service with your browser. - Toegang door server verboden. Om te verifiëren dat u toegang mag hebben, <a href="%1">klik hier</a> om met uw browser toegang tot de service te krijgen. + Toegang door server verboden. Om te verifiëren dat je toegang mag hebben, <a href="%1">klik hier</a> om met je browser toegang tot de service te krijgen. @@ -2176,7 +2252,7 @@ We adviseren deze site niet te gebruiken. <p><font color="red">Remote folder creation failed probably because the provided credentials are wrong.</font><br/>Please go back and check your credentials.</p> - <p><font color="red">Het aanmaken van de remote map is mislukt, waarschijnlijk omdat uw inloggegevens fout waren.</font><br/>ga terug en controleer uw inloggevens.</p> + <p><font color="red">Het aanmaken van de externe map is mislukt, waarschijnlijk omdat je inloggegevens fout waren.</font><br/>ga terug en controleer je inloggevens.</p> @@ -2218,12 +2294,12 @@ We adviseren deze site niet te gebruiken. OCC::OwncloudWizard - + %1 Connection Wizard %1 Verbindingswizard - + Skip folders configuration Sla configuratie van mappen over @@ -2257,7 +2333,7 @@ We adviseren deze site niet te gebruiken. OCC::PropagateDirectory - + Error writing metadata to the database Fout bij schrijven van Metadata naar de database @@ -2285,32 +2361,32 @@ We adviseren deze site niet te gebruiken. Vrije schijfruimte is minder dan %1 - + File was deleted from server Bestand was verwijderd van de server - + The file could not be downloaded completely. Het bestand kon niet volledig worden gedownload. - + The downloaded file is empty despite that the server announced it should have been %1. Het gedownloade bestand is leeg, hoewel de server meldde dat het %1 zou moeten zijn. - + File %1 cannot be saved because of a local file name clash! Bestand %1 kan niet worden opgeslagen wegens een lokaal bestandsnaam conflict! - + File has changed since discovery Het bestand is gewijzigd sinds het is gevonden - + Error writing metadata to the database Fout bij schrijven van Metadata naar de database @@ -2323,7 +2399,7 @@ We adviseren deze site niet te gebruiken. ; Herstel mislukte: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Er is een bestand of map verwijderd van een alleen-lezen share, maar herstellen is mislukt: %1 @@ -2455,27 +2531,27 @@ We adviseren deze site niet te gebruiken. OCC::PropagateUploadFileNG - + The local file was removed during sync. Het lokale bestand werd verwijderd tijdens sync. - + Local file changed during sync. Lokaal bestand gewijzigd bij sync. - + Unexpected return code from server (%1) Onverwachte reactie van server (%1) - + Missing File ID from server Ontbrekende File ID van de server - + Missing ETag from server Ontbrekende ETag van de server @@ -2684,22 +2760,22 @@ We adviseren deze site niet te gebruiken. OCC::ShareLinkWidget - + &Share link &Delen link - + Password: Wachtwoord: - + Expiration date: Vervaldatum: - + TextLabel Tekstlabel @@ -2772,22 +2848,22 @@ We adviseren deze site niet te gebruiken. OCC::ShareUserGroupWidget - + Share with users or groups ... Delen met gebruikers of groepen ... - + Copy link Kopiëren link - + No results for '%1' Geen resultaten voor '%1' - + I shared something with you Ik deelde iets met u @@ -2805,22 +2881,27 @@ We adviseren deze site niet te gebruiken. kan wijzigen - + Can reshare Kan doordelen - + + Unshare + Stop met delen + + + Can create Kan creëren - + Can change Kan wijzigen - + Can delete Kan verwijderen @@ -2847,8 +2928,8 @@ We adviseren deze site niet te gebruiken. - SSL Chipher Debug View - SSL Cipher Debug weergave + SSL Cipher Debug View + SSL Cipher Debug View @@ -2858,7 +2939,7 @@ We adviseren deze site niet te gebruiken. Your session has expired. You need to re-login to continue to use the client. - Uw sessie is verstreken. U moet opnieuw inloggen om de client-applicatie te gebruiken. + Je sessie is verstreken. Je moet opnieuw inloggen om de client-applicatie te gebruiken. @@ -3032,11 +3113,6 @@ We adviseren deze site niet te gebruiken. OCC::SslErrorDialog - - - Form - Formulier - Trust this certificate anyway @@ -3066,44 +3142,49 @@ We adviseren deze site niet te gebruiken. - + Organization: %1 Organisatie: %1 - + Unit: %1 Unit: %1 - + Country: %1 Land: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingerprint (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingerprint (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Ingangsdatum: %1 - + Expiration Date: %1 Vervaldatum: %1 - + Issuer: %1 Uitgever: %1 @@ -3284,7 +3365,7 @@ We adviseren deze site niet te gebruiken. The filename cannot be encoded on your file system. - De bestandsnaam kan je bestandssysteem niet worden gecodeerd. + De bestandsnaam kan op je bestandssysteem niet worden gecodeerd. @@ -3394,11 +3475,11 @@ We adviseren deze site niet te gebruiken. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versie %1. Voor meer informatie bezoek <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Versie %1. Voor meer informatie klik <a href='%2'>hier</a>.</p> - + <p>This release was supplied by %1</p> <p>Deze release is geleverd door %1</p> @@ -3406,25 +3487,25 @@ We adviseren deze site niet te gebruiken. OCC::WebEnginePage - + Invalid certificate detected Ongeldig certificaat gedetecteerd - - The host "%1" provided an invalid certitiface. Continue? - De host "%1" verstrekt een ongeldig certificaat. Doorgaan? + + The host "%1" provided an invalid certificate. Continue? + De server "%1" heeft een ongeldig certificaat . Wilt u doorgaan? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Je bent uitgelogd van %1 als gebruiker %2. Log opnieuw in - + Please login with the user: %1 Login met gebruiker: %1 @@ -3491,11 +3572,6 @@ We adviseren deze site niet te gebruiken. Settings... Instellingen... - - - Details... - Details ... - Help @@ -3519,7 +3595,7 @@ We adviseren deze site niet te gebruiken. The server on account %1 runs an old and unsupported version %2. Using this client with unsupported server versions is untested and potentially dangerous. Proceed at your own risk. - De server van account %1 gebruikt een oude versie %2. Het gebruik van deze clientsoftware met niet-ondersteunde server versies is niet getest en mogelijk gevaarlijk. Verdergaan is voor uw eigen risico. + De server van account %1 gebruikt een oude versie %2. Het gebruik van deze clientsoftware met niet-ondersteunde server versies is niet getest en mogelijk gevaarlijk. Verdergaan is op eigen risico. @@ -3607,6 +3683,11 @@ We adviseren deze site niet te gebruiken. New account... Nieuw account... + + + View more activity... + Toon meer activiteiten... + Crash now @@ -3666,23 +3747,6 @@ We adviseren deze site niet te gebruiken. OwncloudAdvancedSetupPage - - - Form - Formulier - - - - - - - - - - - TextLabel - TekstLabel - Server @@ -3724,11 +3788,6 @@ We adviseren deze site niet te gebruiken. &Local Folder &Lokale map - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3747,11 +3806,6 @@ We adviseren deze site niet te gebruiken. OwncloudHttpCredsPage - - - Form - Formulier - &Username @@ -3765,11 +3819,6 @@ We adviseren deze site niet te gebruiken. OwncloudOAuthCredsPage - - - Form - Formulier - Please switch to your browser to proceed. @@ -3785,20 +3834,14 @@ We adviseren deze site niet te gebruiken. Re-open Browser Heropen browser + + + Copy link + + OwncloudSetupPage - - - Form - Formulier - - - - - TextLabel - Tekstlabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3832,26 +3875,10 @@ We adviseren deze site niet te gebruiken. OwncloudWizardResultPage - - - Form - Formulier - - - - TextLabel - Tekstlabel - Your entire account is synced to the local folder - Uw volledige account is gesynchroniseerd met de lokale map - - - - - PushButton - Drukknop + Je volledige account is gesynchroniseerd met de lokale map @@ -3907,7 +3934,7 @@ We adviseren deze site niet te gebruiken. Even geleden - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3989,14 +4016,6 @@ We adviseren deze site niet te gebruiken. Het gedownloade bestand komt niet overeen met het controlegetal. Het wordt opnieuw verwerkt. - - WebView - - - Form - Formulier - - main.cpp diff --git a/translations/client_pl.ts b/translations/client_pl.ts index 70dea17d1..54cb08829 100644 --- a/translations/client_pl.ts +++ b/translations/client_pl.ts @@ -35,7 +35,7 @@ No recently changed files - Brak zmienianych ostatnio plików + Brak ostatnio zmienionych plików @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialog - Label @@ -112,16 +107,67 @@ Moving to the trash is not implemented on this platform - Przeniesienie do kosza na tej platformie nie jest możliwe + Przeniesienie do kosza nie jest możliwe na tej platformie + + + + Flow2AuthCredsPage + + + Form + Formularz + + + + Please switch to your browser to proceed. + Przejdź do przeglądarki, aby kontynuować. + + + + An error occurred while connecting. Please try again. + Wystąpił błąd podczas łączenia. Proszę spróbować ponownie. + + + + Re-open Browser + Ponownie otwórz przeglądarkę + + + + Copy link + Kopiuj link + + + + Flow2AuthWidget + + + Form + Formularz + + + + Please switch to your browser to proceed. + Przejdź do przeglądarki, aby kontynuować. + + + + An error occurred while connecting. Please try again. + Wystąpił błąd podczas łączenia. Proszę spróbować ponownie. + + + + Re-open Browser + Ponownie otwórz przeglądarkę + + + + Copy link + Kopiuj link FolderWizardSourcePage - - - Form - Formularz - Pick a local folder on your computer to sync @@ -135,15 +181,10 @@ FolderWizardTargetPage - - - Form - Formularz - Select a remote destination folder - Wybierz zdalny folder docelowy + Wybierz zdalny katalog docelowy @@ -187,279 +228,290 @@ OCC::AccountManager - + End to end encryption mnemonic Klucz szyfrowania end to end - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). - Aby chronić Twoją tożsamość kryptograficzną, szyfrujemy ją kluczem składającym się z 12 wyrazów. Hasło zachowaj w bezpiecznym miejscu. Będzie ono potrzebne do dodania innych urządzeń do twojego konta (takich jak twój telefon komórkowy lub laptop). + Aby chronić Twoją tożsamość kryptograficzną, szyfrujemy ją kluczem składającym się z 12 wyrazów. Hasło zachowaj w bezpiecznym miejscu. Będzie ono potrzebne do dodania innych urządzeń do Twojego konta (takich jak twój telefon komórkowy lub laptop). OCC::AccountSettings - - Form - Formularz - - - + ... - + Storage space: ... Przestrzeń: … - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - Niezaznaczone katalogi zostaną <b>usunięte</b> z lokalnego systemu plików i nie będą już więcej synchronizowane na tym komputerze. + Niezaznaczone foldery zostaną <b>usunięte</b> z lokalnego systemu plików i nie będą już więcej synchronizowane na tym komputerze. - + Synchronize all Synchronizuj wszystko - + Synchronize none - Nie synchronizuj niczego + Brak synchronizacji - + Apply manual changes Zastosuj ręczne zmiany - + Apply Zastosuj - - - + + + Cancel Anuluj - + Connected with <server> as <user> Połączony z <server> jako <user> - + No account configured. Brak skonfigurowanych kont. - + Add new Dodaj nowe - + Remove Usuń - + Account Konto - + + This account supports end-to-end encryption + To konto obsługuje szyfrowanie typu end-to-end + + + + Enable encryption + Włącz szyfrowanie + + + Show E2E mnemonic Pokaż klucz E2E - + Encrypt Szyfruj - - Choose what to sync - Wybierz co synchronizować + + + Edit Ignored Files + Edytuj Pliki Ignorowane - + + Choose what to sync + Wybierz elementy do synchronizacji + + + Force sync now Zsynchronizuj teraz - + Restart sync Uruchom ponownie synchronizację - + Remove folder sync connection - Usuń folder połączenia synchronizacji + Usuń folder synchronizacji - + Folder creation failed - Nie udało się stworzyć katalogu + Utworzenie katalogu nie powiodło się - + <p>Could not create local folder <i>%1</i>. - <p>Nie można stworzyć lokalnego katalogu <i>%1</i>. + <p>Nie można utworzyć folderu lokalnego <i>%1</i>. - + Confirm Folder Sync Connection Removal - Usuń folder połączenia synchronizacji + Potwierdź usunięcie folderu synchronizacji - + Remove Folder Sync Connection - Usuń folder połączenia synchronizacji + Usuń folder synchronizacji - + Sync Running Synchronizacja uruchomiona - + The syncing operation is running.<br/>Do you want to terminate it? - Operacja synchronizacji jest uruchomiona.<br>Czy chcesz ją zakończyć? + Operacja synchronizacji jest uruchomiona.<br/>Czy chcesz ją zakończyć? - + %1 in use - %1 w użyciu + Wykorzystane: %1 - + %1 as <i>%2</i> %1 jako <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Wersja serwera %1 jest przestarzała i nie jest już wspierana. Kontynuujesz na własne ryzyko. - + Connected to %1. Podłączony do %1. - + Server %1 is temporarily unavailable. Serwer %1 jest tymczasowo niedostępny. - + Server %1 is currently in maintenance mode. Serwer %1 jest obecnie w trybie konserwacji. - + Signed out from %1. Wylogowano z %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Uzyskanie autoryzacji z przeglądarki. <a href='%1'>Kliknij tutaj</a>, aby ponownie otworzyć przeglądarkę. - + Connecting to %1... Łączenie do %1… - + No connection to %1 at %2. Brak połączenia do %1 z %2. - + Log in Zaloguj - + There are folders that were not synchronized because they are too big: - Te foldery nie zostały zsynchronizowane ponieważ są zbyt duze: + Te katalogi nie zostały zsynchronizowane ponieważ są zbyt duże: - + There are folders that were not synchronized because they are external storages: - Te foldery nie zostały zsynchronizowane ponieważ znajdują się w pamięci zewnętrznej: + Te katalogi nie zostały zsynchronizowane, ponieważ znajdują się w magazynach zewnętrznych: - + There are folders that were not synchronized because they are too big or external storages: - Te foldery nie zostały zsynchronizowane ponieważ są zbyt duże lub znajdują się w pamięci zewnętrznej: + Te katalogi nie zostały zsynchronizowane, ponieważ są zbyt duże lub znajdują się w magazynach zewnętrznych: - + Confirm Account Removal Potwierdź usunięcie konta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - <p>Czy na pewno chcesz usunąć połączenie z kontem <i>%1</i>?</p><p><b>Uwaga:</b> ta operacja <b>nie</b> usunie plików klienta.</p> + <p>Czy na pewno chcesz usunąć połączenie z kontem <i>%1</i>?</p><p><b>Uwaga:</b> Ta operacja <b>nie</b> usunie plików klienta.</p> - + Remove connection Usuwanie połączenia - - + + Open folder - Otwórz katalog + Otwórz folder - - + + Log out Wyloguj - + Resume sync Przywróć synchronizację - + Pause sync Zatrzymaj synchronizację - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Czy na pewno chcesz zatrzymać synchronizację folderu <i>%1</i>?</p><p><b>Uwaga:</b> ta operacja <b>nie</b> usunie plików z klienta.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) z %2 w użyciu. Niektóre foldery, w tym zamontowane lub udostępnione foldery w sieci, mogą mieć różne limity. - + %1 of %2 in use - %1 z %2 w użyciu + Wykorzystane: %1 z %2 - + Currently there is no storage usage information available. Obecnie nie ma dostępnych informacji o wykorzystaniu pamięci masowej. - + No %1 connection configured. Połączenie %1 nie skonfigurowane. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formularz - - - - TextLabel - Etykieta - Accept Akceptuj - + Synced Zsynchronizowany - + Retry all uploads Ponów wysyłanie - + <br/>Account %1 does not have activities enabled. <br/>Użytkownik %1 nie ma włączonej historii aktywności. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Błąd podczas zapisu metadanych do bazy @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Wprowadź hasło szyfrowania E2E:<br><br>Użytkownik: %2<br>Konto: %3<br> - + Enter E2E passphrase Wprowadź hasło dla E2E @@ -722,6 +764,59 @@ Odpowiedź serwera: Nie można odnaleźć danych + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Serwer zwrócił błąd: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Wystąpił błąd podczas uzyskiwania dostępu do 'tokena': <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Nie można przeanalizować kodu JSON zwróconego z serwera: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + Odpowiedź z serwera nie zawierała wszystkich oczekiwanych zakresów + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Podłącz do %1 + + + + Login in your browser (Login Flow v2) + Zaloguj się w przeglądarce (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Nie można otworzyć przeglądarki, skopiuj link do swojej przeglądarki. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Nie można otworzyć przeglądarki, skopiuj link do swojej przeglądarki. + + OCC::Folder @@ -732,7 +827,7 @@ %1 should be a folder but is not. - %1 powinien być katalogiem, ale nie jest. + %1 powinien być folderem, ale nie jest. @@ -740,120 +835,120 @@ %1 jest nie do odczytu. - + %1 has been removed. %1 names a file. %1 został usunięty. - + %1 has been downloaded. %1 names a file. %1 został ściągnięty. - + %1 has been updated. %1 names a file. %1 został uaktualniony. - + %1 has been renamed to %2. %1 and %2 name files. %1 zmienił nazwę na %2. - + %1 has been moved to %2. %1 został przeniesiony do %2. - + %1 and %n other file(s) have been removed. %1 i %n inny plik został usunięty.%1 i %n inne pliki zostały usunięte.%1 i %n innych plików zostało usuniętych.%1 i %n innych plików zostało usuniętych. - + %1 and %n other file(s) have been downloaded. %1 i %n inny plik został pobrany.%1 i %n inne pliki zostały pobrane.%1 i %n innych plików zostało pobranych.%1 i %n innych plików zostało pobranych. - + %1 and %n other file(s) have been updated. %1 i %n inny plik został zaktualizowany.%1 i %n inne pliki zostały zaktualizowane.%1 i %n innych plików zostało zaktualizowanych.%1 i %n innych plików zostało zaktualizowanych. - + %1 has been renamed to %2 and %n other file(s) have been renamed. Zmieniono nazwę %1 na %2 oraz %n innemu plikowi została zmieniona nazwa.Zmieniono nazwę %1 na %2 oraz %n innym plikom została zmieniona nazwa.%1 has been renamed to %2 and %n other file(s) have been renamed.%1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. Przeniesiono %1 do %2 oraz przeniesiono %n inny plik.Przeniesiono %1 do %2 oraz przeniesiono %n inne pliki.Przeniesiono %1 do %2 oraz przeniesiono %n innych plików.Przeniesiono %1 do %2 oraz przeniesiono %n innych plików. - + %1 has and %n other file(s) have sync conflicts. %1 plik ma błąd synchronizacji%1 i %n innych plików mają konflikt synchronizacji.%1 i %n innych plików mają konflikt synchronizacji.%1 i %n innych plików mają konflikt synchronizacji. - + %1 has a sync conflict. Please check the conflict file! %1 ma konflikt synchronizacji. Sprawdź konfliktujący plik! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. Plik %1 nie może zostać zsynchronizowany z powodu błędów. Sprawdź szczegóły w logu..%1 i %n innych plików nie mogą zostać zsynchronizowane z powodu błędów. Sprawdź szczegóły w logu..%1 i %n innych plików nie mogą zostać zsynchronizowane z powodu błędów. Sprawdź szczegóły w logu..%1 i %n innych plików nie mogą zostać zsynchronizowane z powodu błędów. Sprawdź szczegóły w logu.. - + %1 could not be synced due to an error. See the log for details. %1 nie może zostać zsynchronizowany z powodu błędu. Zobacz szczegóły w logu. - + Sync Activity Aktywności synchronizacji - + Could not read system exclude file Nie można przeczytać pliku wyłączeń - + A new folder larger than %1 MB has been added: %2. Nowy folder większy niż %1MB został dodany: %2 - + A folder from an external storage has been added. Folder z pamięci zewnętrznej został dodany . - + Please go in the settings to select it if you wish to download it. Przejdź do ustawień żeby go zaznaczyć i pobrać. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Folder %1 został utworzony, ale wcześniej został wykluczony z synchronizacji. Dane w nim zawarte nie zostaną zsynchronizowane. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Plik %1 został utworzony, ale wcześniej został wykluczony z synchronizacji. Dane w nim zawarte nie zostaną zsynchronizowane. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,33 +961,33 @@ Oznacza to, że klient synchronizacji może nie przesłać lokalnych zmian natyc %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. Wszystkie pliki z folderu '%1' zostały usunięte z serwera. -W momencie synchronizacji zostaną usunięte z lokalnego katalogu, co spowoduje ich niedostępność, chyba, że posiadasz prawo do ich przywrócenia. +W momencie synchronizacji zostaną usunięte z lokalnego folderu, co spowoduje ich niedostępność, chyba że posiadasz prawo do ich przywrócenia. Jeśli zdecydujesz się zachować te pliki, zostaną one zsynchronizowane z serwerem, jeżeli posiadasz odpowiednie uprawnienia. Jeśli zdecydujesz je usunąć, nie będą więcej dostępne, chyba że jesteś ich właścicielem. - + Download new files? Pobrać nowe pliki? - + Download new files Pobierz nowe pliki - + Keep local files Zachowaj pliki lokalne - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,26 +996,26 @@ Czy na pewno chcesz zsynchronizować te działania z serwerem? Jeśli to był wypadek i zdecydujesz się zachować swoje pliki, zostaną one przywrócone z serwera. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? Ta synchronizacja spowoduje zresetowanie plików do wcześniejszego czasu w folderze synchronizacji '%1'. Przyczyną może być przywrócenie plików z kopii zapasowej na serwerze. -Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pliki zostaną zastąpione starszym plikiem we wcześniejszym stanie. Czy chcesz zachować najnowsze pliki lokalne? +Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie Twoje pliki zostaną zastąpione starszym plikiem we wcześniejszym stanie. Czy chcesz zachować najnowsze pliki lokalne? - + Backup detected Wykryto kopię zapasową. - + Normal Synchronisation Normalna synchronizacja. - + Keep Local Files as Conflict Zatrzymaj pliki lokalne i ustaw status konfliktu. @@ -1005,12 +1100,12 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli The selected path is not a folder! - Wybrana ścieżka nie jest katalogiem! + Wybrana ścieżka nie jest folderem! You have no permission to write to the selected folder! - Nie masz uprawnień, aby zapisywać w tym katalogu! + Nie masz uprawnień, aby zapisywać w tym folderze! @@ -1033,7 +1128,7 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Add Folder Sync Connection - Dodaj folder połączenia synchronizacji + Dodaj folder synchronizacji @@ -1051,7 +1146,7 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli You need to be connected to add a folder - Musisz być podłączony, by dodać folder. + Musisz być podłączony, aby dodać folder @@ -1204,7 +1299,7 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Add Folder Sync Connection - Dodaj folder połączenia synchronizacji + Dodaj folder synchronizacji @@ -1227,7 +1322,7 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Select the source folder - Wybierz katalog źródłowy + Wybierz folder źródłowy @@ -1235,12 +1330,12 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Create Remote Folder - Dodaj zdalny katalog + Dodaj katalog zdalny Enter the name of the new folder to be created below '%1': - Wpisz nazwę dla nowego katalogu, utworzonego poniżej '%1': + Wpisz nazwę dla nowego folderu, utworzonego poniżej '%1': @@ -1270,7 +1365,7 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli This folder is already being synced. - Ten katalog jest już synchronizowany. + Ten folder jest już synchronizowany. @@ -1316,11 +1411,6 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli OCC::GeneralSettings - - - Form - Formularz - Legal notice @@ -1360,7 +1450,7 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Ask for confirmation before synchronizing external storages - Zapytaj o potwierdzenie przed synchronizacją zewnętrznych skladowisk plikow + Zapytaj o potwierdzenie przed synchronizacją zewnętrznych magazynów @@ -1370,12 +1460,12 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Use &Monochrome Icons - Używaj &monochromatycznych ikon + Używaj monochromatycznych ikon Edit &Ignored Files - Edytuj pliki &ignorowane (pomijane) + Edytuj &ignorowane pliki (pomijane) @@ -1459,12 +1549,12 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Global Ignore Settings - Ustawienia plików ignorowanych (pomijanych) + Ustawienia ignorowanych plików (pomijanych) Sync hidden files - Synchronizuj pliki ukryte + Synchronizuj ukryte pliki @@ -1472,82 +1562,80 @@ Kontynuacja synchronizacji w normalny sposób spowoduje, że wszystkie twoje pli Pliki ignorowane zgodnie z szablonem - - Add - Dodaj - - - - Remove all - Usuń wszystko - - - - Pattern - Szablon - - - - Allow Deletion - Pozwól na usuwanie - - - - Remove - Usuń - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Pliki lub katalogi pasujące do szablonu nie będą zsynchronizowane. - -Elementy, dla których usuwanie jest dozwolone zostaną usunięte, jeżeli uprawnienia katalogu dopuszczają usuwanie. Jest to przydatne dla metadanych. - - - - Could not open file - Nie można otworzyć plików - - - - Cannot write changes to '%1'. - Nie mogę zapisać zmian do '%1'. - - - - Add Ignore Pattern - Dodaj ignorowany - - - - Add a new ignore pattern: - Dodaj nowy ignorowany: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Ten wpis jest podawany przez system w '%1' i nie może być zmieniony w tym widoku. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialog + + IgnoreListTableWidget + IgnoreListTableWidget + + + Pattern + Wzór + + + + Allow Deletion + Pozwól na usuwanie + + + + Add + Dodaj + + + + Remove + Usuń + + + + Remove all + Usuń wszystko + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + Pliki lub foldery pasujące do szablonu nie będą zsynchronizowane. + +Elementy, dla których usuwanie jest dozwolone zostaną usunięte, jeżeli uprawnienia folderu dopuszczają usuwanie. Jest to przydatne dla metadanych. + + + + Could not open file + Nie można otworzyć pliku + + + + Cannot write changes to '%1'. + Nie można zapisać zmian w '%1'. + + + + Add Ignore Pattern + Dodaj Wzór Ignorowania + + + + Add a new ignore pattern: + Dodaj nowy wzór ignorowania: + + + + OCC::LegalNotice Legal notice Nota prawna - - - TextLabel - TextLabel - Close @@ -1659,7 +1747,7 @@ Logi będą zapisane w %1 <p>A new version of the %1 Client is available.</p><p><b>%2</b> is available for download. The installed version is %3.</p> - <p>Nowa wersja klienta %1 jest dostępna.</p><p><b>%2</b>jest dostępna do pobrania. Zainstalowana wersja to %3.<p> + <p>Nowa wersja klienta %1 jest dostępna.</p><p><b>%2</b>jest dostępna do pobrania. Zainstalowana wersja to %3.</p> @@ -1679,11 +1767,6 @@ Logi będą zapisane w %1 OCC::NetworkSettings - - - Form - Formularz - Proxy Settings @@ -1757,7 +1840,7 @@ Logi będą zapisane w %1 Limit automatically - Limit automatyczniy + Limit automatyczny @@ -1888,7 +1971,7 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. Setup local folder options - Ustawienia opcji lokalnych katalogów + Ustaw opcje folderu lokalnego @@ -1898,7 +1981,7 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. %1 folder '%2' is synced to local folder '%3' - %1 katalog '%2' jest zsynchronizowany do katalogu lokalnego '%3' + %1 folder '%2' jest zsynchronizowany do folderu lokalnego '%3' @@ -1908,7 +1991,7 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> - <p><small><strong>Uwaga:</strong> katalog lokalny nie jest pusty. Bądź ostrożny !</small></p> + <p><small><strong>Uwaga:</strong> folder lokalny nie jest pusty. Bądź ostrożny !</small></p> @@ -1929,7 +2012,7 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. There isn't enough free space in the local folder! - W katalogu lokalnym nie ma wystarczającej ilości wolnego miejsca! + W folderze lokalnym nie ma wystarczającej ilości wolnego miejsca! @@ -1993,12 +2076,7 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. Login in your browser - Zaloguj się w twojej przeglądarce - - - - Copy link to clipboard - Skopiuj odnośnik do schowka + Zaloguj się w przeglądarce @@ -2021,17 +2099,17 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. Secure collaboration & file exchange - Poufna współpraca & wymiana plików + Bezpieczna współpraca i wymiana plików Easy-to-use web mail, calendaring & contacts - Łatwy w użytkowaniu panel poczty internetowej, kalendarz & kontakty + Łatwy w użyciu klient poczty, kalendarz i kontakty Screensharing, online meetings & web conferences - Udostępnianie ekranu, rozmowy & konferencje w sieci + Udostępnianie ekranu, spotkania i konferencje online @@ -2051,12 +2129,12 @@ Niezalecane jest jego użycie. Następny - + Invalid URL Błędny adres URL - + Could not load certificate. Maybe wrong password? Nie udało się załadować certyfikatu. Być może hasło jest nieprawidłowe? @@ -2136,7 +2214,7 @@ Niezalecane jest jego użycie. No remote folder specified! - Nie określono folderu zdalnego! + Nie określono katalogu zdalnego! @@ -2151,34 +2229,34 @@ Niezalecane jest jego użycie. Remote folder %1 created successfully. - Zdalny folder %1 został utworzony pomyślnie. + Zdalny katalog %1 został utworzony pomyślnie. The remote folder %1 already exists. Connecting it for syncing. - Zdalny folder %1 już istnieje. Podłączam go do synchronizowania. + Zdalny katalog %1 już istnieje. Podłączam go do synchronizowania. The folder creation resulted in HTTP error code %1 - Tworzenie folderu spowodowało kod błędu HTTP %1 + Tworzenie katalogu spowodowało kod błędu HTTP %1 The remote folder creation failed because the provided credentials are wrong!<br/>Please go back and check your credentials.</p> - Nie udało się utworzyć zdalnego folderu ponieważ podane dane dostępowe są nieprawidłowe!<br/>Wróć i sprawdź podane dane dostępowe.</p> + Nie udało się utworzyć zdalnego katalogu ponieważ podane poświadczenia są nieprawidłowe!<br/>Wróć i sprawdź swoje poświadczenia.</p> <p><font color="red">Remote folder creation failed probably because the provided credentials are wrong.</font><br/>Please go back and check your credentials.</p> - <p><font color="red">Tworzenie folderu zdalnego nie powiodło się. Prawdopodobnie dostarczone poświadczenia są błędne.</font><br/>Wróć i sprawdź poświadczenia.</p> + <p><font color="red">Tworzenie katalogu zdalnego nie powiodło się. Prawdopodobnie dostarczone poświadczenia są błędne.</font><br/>Wróć i sprawdź poświadczenia.</p> Remote folder %1 creation failed with error <tt>%2</tt>. - Tworzenie folderu zdalnego %1 nie powiodło się z powodu błędu <tt>%2</tt>. + Tworzenie katalogu zdalnego %1 nie powiodło się z powodu błędu <tt>%2</tt>. @@ -2214,12 +2292,12 @@ Niezalecane jest jego użycie. OCC::OwncloudWizard - + %1 Connection Wizard %1 Kreator połączeń - + Skip folders configuration Pomiń konfigurację folderów @@ -2253,7 +2331,7 @@ Niezalecane jest jego użycie. OCC::PropagateDirectory - + Error writing metadata to the database Błąd podczas zapisu metadanych do bazy @@ -2281,32 +2359,32 @@ Niezalecane jest jego użycie. Wolne miejsce na dysku jest mniejsze niż %1 - + File was deleted from server Plik został usunięty z serwera - + The file could not be downloaded completely. Ten plik nie mógł być całkowicie pobrany. - + The downloaded file is empty despite that the server announced it should have been %1. Ściągnięty plik jest pusty mimo, że serwer twierdził, że powinien być %1. - + File %1 cannot be saved because of a local file name clash! Pliku %1 nie można zapisać z powodu lokalnego konfliktu nazw plików! - + File has changed since discovery W trakcie wyszukiwania plik uległ zmianie - + Error writing metadata to the database Błąd podczas zapisu metadanych do bazy @@ -2319,7 +2397,7 @@ Niezalecane jest jego użycie. ; Przywracanie nie powiodło się: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Plik lub folder został usunięty z udziału "tylko do odczytu". Odtwarzanie nie powiodło się: %1 @@ -2451,27 +2529,27 @@ Niezalecane jest jego użycie. OCC::PropagateUploadFileNG - + The local file was removed during sync. Pliki lokalny został usunięty podczas synchronizacji. - + Local file changed during sync. Lokalny plik zmienił się podczas synchronizacji. - + Unexpected return code from server (%1) Nieoczekiwana odpowiedź z serwera (%1) - + Missing File ID from server Na serwerze nie odnaleziono File ID - + Missing ETag from server Na serwerze nie odnaleziono ETag @@ -2550,7 +2628,7 @@ Niezalecane jest jego użycie. Deselect remote folders you do not wish to synchronize. - Odznacz foldery zdalne, których nie chcesz synchronizować. + Odznacz katalogi zdalne, których nie chcesz synchronizować. @@ -2680,22 +2758,22 @@ Niezalecane jest jego użycie. OCC::ShareLinkWidget - + &Share link &Udostępnij link - + Password: Hasło: - + Expiration date: Data wygaśnięcia: - + TextLabel Etykieta @@ -2768,22 +2846,22 @@ Niezalecane jest jego użycie. OCC::ShareUserGroupWidget - + Share with users or groups ... Współdziel z użytkownikami lub grupami - + Copy link Kopiuj link - + No results for '%1' Brak wyników dla '%1' - + I shared something with you Udostępniłem/am ci coś @@ -2801,22 +2879,27 @@ Niezalecane jest jego użycie. może edytować - + Can reshare Pozwól na udostępnianie innym - + + Unshare + Cofnij udostępnienie + + + Can create Pozwól na utworzenie - + Can change Pozwól na zmianę - + Can delete Pozwól na usunięcie @@ -2843,8 +2926,8 @@ Niezalecane jest jego użycie. - SSL Chipher Debug View - SSL Chipher widok debugowania + SSL Cipher Debug View + Widok debugowania szyfrowania SSL @@ -3028,11 +3111,6 @@ Niezalecane jest jego użycie. OCC::SslErrorDialog - - - Form - Formularz - Trust this certificate anyway @@ -3062,44 +3140,49 @@ Niezalecane jest jego użycie. - + Organization: %1 Organizacja: %1 - + Unit: %1 Jednostka: %1 - + Country: %1 Kraj: %1 - Fingerprint (MD5): <tt>%1</tt> - Odcisk (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Odcisk (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Odcisk (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Odcisk (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Data wejścia w życie: %1 - + Expiration Date: %1 Data wygaśnięcia: %1 - + Issuer: %1 Wystawca: %1 @@ -3129,12 +3212,12 @@ Niezalecane jest jego użycie. An error occurred while opening a folder - Wystąpił błąd podczas otwierania katalogu + Wystąpił błąd podczas otwierania folderu Error while reading folder. - Błąd podczas odczytu katalogu. + Błąd podczas odczytu folderu. @@ -3144,7 +3227,7 @@ Niezalecane jest jego użycie. File/Folder is ignored because it's hidden. - Plik / katalog zostanie zignorowany, ponieważ jest ukryty. + Plik/folder zostanie zignorowany, ponieważ jest ukryty. @@ -3390,11 +3473,11 @@ Niezalecane jest jego użycie. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Wersja %1. Aby uzyskać więcej informacji prosimy odwiedzić <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Wersja %1. Aby uzyskać więcej informacji, kliknij <a href='%2'>tutaj</a>.</p> - + <p>This release was supplied by %1</p> <p>To wydanie zostało dostarczone przez %1</p> @@ -3402,25 +3485,25 @@ Niezalecane jest jego użycie. OCC::WebEnginePage - + Invalid certificate detected Wykryto nieprawidłowy certyfikat - - The host "%1" provided an invalid certitiface. Continue? - Komputer "%1" przedstawia się nieważnym certyfikatem. Kontynuować? + + The host "%1" provided an invalid certificate. Continue? + Host "%1" podał nieprawidłowy certyfikat. Kontynuować? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - Zostałeś wylogowany z %1 jako użytkownik %2. Zaloguj się ponownie + Zostałeś wylogowany z %1 jako użytkownik %2. Zaloguj się ponownie. - + Please login with the user: %1 Zaloguj się jako użytkownik: %1 @@ -3487,11 +3570,6 @@ Niezalecane jest jego użycie. Settings... Ustawienia… - - - Details... - Szczegóły… - Help @@ -3576,7 +3654,7 @@ Niezalecane jest jego użycie. Pause all folders - Wstrzymaj wszystkie katalogi + Wstrzymaj wszystkie foldery @@ -3603,6 +3681,11 @@ Niezalecane jest jego użycie. New account... Nowe konto… + + + View more activity... + Wyświetl więcej aktywności... + Crash now @@ -3662,23 +3745,6 @@ Niezalecane jest jego użycie. OwncloudAdvancedSetupPage - - - Form - Formularz - - - - - - - - - - - TextLabel - Etykieta - Server @@ -3692,7 +3758,7 @@ Niezalecane jest jego użycie. Start a &clean sync (Erases the local folder!) - Zacznij od &czystej synchronizacji (usuwa lokalny katalog !) + Zacznij od &czystej synchronizacji (usuwa lokalny folder!) @@ -3708,7 +3774,7 @@ Niezalecane jest jego użycie. Ask for confirmation before synchronizing e&xternal storages - Pytaj o potwierdzenie przed synchronizacją napędów zewnętrznych + Zapytaj o potwierdzenie przed synchronizacją z&ewnętrznych magazynów @@ -3720,11 +3786,6 @@ Niezalecane jest jego użycie. &Local Folder &Lokalny folder - - - pbSelectLocalFolder - pbWybierzLokalnyFolder - &Keep local data @@ -3743,11 +3804,6 @@ Niezalecane jest jego użycie. OwncloudHttpCredsPage - - - Form - Formularz - &Username @@ -3761,11 +3817,6 @@ Niezalecane jest jego użycie. OwncloudOAuthCredsPage - - - Form - Formularz - Please switch to your browser to proceed. @@ -3781,20 +3832,14 @@ Niezalecane jest jego użycie. Re-open Browser Otwórz przeglądarkę ponownie + + + Copy link + Kopiuj link + OwncloudSetupPage - - - Form - Formularz - - - - - TextLabel - Etykieta tekstowa - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3828,27 +3873,10 @@ Niezalecane jest jego użycie. OwncloudWizardResultPage - - - Form - Formularz - - - - TextLabel - Etykieta tekstowa - Your entire account is synced to the local folder - Twoje całe konto zostało zsynchronizowane z twoim lokalnym folderem - - - - - PushButton - -Kliknij + Twoje całe konto zostało zsynchronizowane z folderem lokalnym @@ -3904,7 +3932,7 @@ Kliknij Jakiś czas temu - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3986,14 +4014,6 @@ Kliknij W pobranym pliku nie zgadza się suma kontrolna, pobieranie zostanie wznowione. - - WebView - - - Form - Formularz - - main.cpp @@ -4030,7 +4050,7 @@ Kliknij Server version downloaded, copied changed local file into conflict file - Pobrano wersję z serwera, zmienona wersja lokalna została skopiowana do pliku konfliktu + Pobrano wersję z serwera, zmieniona wersja lokalna została skopiowana do pliku konfliktu diff --git a/translations/client_pt.ts b/translations/client_pt.ts index f28b1dd4c..8d4347871 100644 --- a/translations/client_pt.ts +++ b/translations/client_pt.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Formulário + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulário - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulário - - - + ... ... - + Storage space: ... Espaço de armazenamento: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore As pastas não selecionadas serão <b>removidas</b> do seu sistema de ficheiros local e já não serão sincronizadas para este computador - + Synchronize all Sincronizar todos - + Synchronize none Sincronizar nenhum - + Apply manual changes Aplicar alterações manuais - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Ligado ao <server> como <user> - + No account configured. Nenhuma conta configurada. - + Add new Adicionar nova - + Remove Remover - + Account Conta - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt - + + + Edit Ignored Files + + + + Choose what to sync Escolher o que sincronizar - + Force sync now Forçar a sincronização - + Restart sync Retomar sincronização - + Remove folder sync connection Remover ligação de sincronização de pasta - + Folder creation failed Não foi possível criar a pasta - + <p>Could not create local folder <i>%1</i>. <p>Não foi possível criar a pasta local<i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar Remoção da Ligação de Sincronização de Pasta - + Remove Folder Sync Connection Remover Ligação da Sincronização de Pasta - + Sync Running Sincronização em Execução - + The syncing operation is running.<br/>Do you want to terminate it? A operação de sincronização está em execução.<br/>Deseja terminá-la? - + %1 in use %1 em utilização - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. A versão %1 do servidor é antiga e não é suportada! Prossiga por sua conta e risco. - + Connected to %1. Ligado a %1. - + Server %1 is temporarily unavailable. O servidor %1 está temporariamente indisponível. - + Server %1 is currently in maintenance mode. O Servidor %1 encontra-se em manutenção - + Signed out from %1. Terminou a sessão de %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... A Conectar a %1... - + No connection to %1 at %2. Sem ligação para %1 em %2. - + Log in Iniciar Sessão - + There are folders that were not synchronized because they are too big: Existem pastas que não foram sincronizadas por serem demasiado grandes: - + There are folders that were not synchronized because they are external storages: Existem pastas que não foram sincronizadas por serem armazenamento externo: - + There are folders that were not synchronized because they are too big or external storages: Existem pastas que não foram sincronizadas por serem demasiado grandes ou armazenamento externo: - + Confirm Account Removal Confirmar Remoção da Conta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Deseja mesmo remover a ligação da conta <i>%1</i>?</p><p><b>Nota:</b> isto <b>não</b> irá eliminar quaisquer ficheiros.</p> - + Remove connection Remover ligação - - + + Open folder Abrir pasta - - + + Log out Terminar sessão - + Resume sync Retomar sincronização - + Pause sync Pausar sincronização - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Deseja mesmo parar a sincronização da pasta <i>%1</i>?</p><p><b>Nota:</b> isto <b>não</b> irá eliminar qualquer ficheiro.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 em utilização. Algumas pastas, incluindo a rede montada ou as pastas partilhadas, podem ter limites diferentes. - + %1 of %2 in use %1 de %2 em utilização - + Currently there is no storage usage information available. Atualmente não está disponível nenhuma informação da utilização do armazenamento. - + No %1 connection configured. %1 sem ligação configurada. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulário - - - - TextLabel - EtiquetaTexto - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br/>A conta %1 não tem atividades ativadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Erro ao gravar os metadados para a base de dados @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 não é legível. - + %1 has been removed. %1 names a file. %1 foi removido. - + %1 has been downloaded. %1 names a file. %1 foi transferido. - + %1 has been updated. %1 names a file. %1 foi atualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 foi renomeado para %2 - + %1 has been moved to %2. %1 foi movido para %2 - + %1 and %n other file(s) have been removed. '%1' e %n outro(s) ficheiro(s) foram removidos'%1' e %n outros ficheiros foram removidos. - + %1 and %n other file(s) have been downloaded. - %1 e %n outro ficheiro foram transferidos.%1 e %n outros ficheiros foram transferidos. + %1 e %n outro ficheiro foi transferido.%1 e %n outros ficheiros foram transferidos. - + %1 and %n other file(s) have been updated. %1 e %n outro ficheiro foram actualizados.%1 e %n outros ficheiros foram actualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 foi renomeado para %2 e %n outro ficheiro foi renomeado.%1 foi renomeado para %2 e %n outros ficheiros foram renomeados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 foi movido para %2 e %n outro ficheiro foi movido.%1 foi movido para %2 e %n outros ficheiros foram movidos. - + %1 has and %n other file(s) have sync conflicts. %1 tem e %n outro ficheiro têm problemas de sincronização.%1 tem e %n outros ficheiros têm problemas de sincronização. - + %1 has a sync conflict. Please check the conflict file! %1 tem um problema de sincronização. Por favor, verifique o ficheiro com conflito! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 e %n outro ficheiro não podem ser sincronizados devido a erros. Consulte o registo de eventos para mais detalhes.%1 e %n outros ficheiros não podem ser sincronizados devido a erros. Consulte o registo de eventos para mais detalhes. - + %1 could not be synced due to an error. See the log for details. Não foi possível sincronizar %1 devido a um erro. Consulte o registo para detalhes. - + Sync Activity Atividade de Sincronização - + Could not read system exclude file Não foi possível ler o ficheiro excluir do sistema - + A new folder larger than %1 MB has been added: %2. Foi adicionada uma nova pasta maior que %1 MB: %2. - + A folder from an external storage has been added. Foi adicionada uma pasta vinda de armazenamento externo. - + Please go in the settings to select it if you wish to download it. - Por favor, vá às configurações para a selecionar se a desejar transferir. + Por favor, vá às definições para a selecionar, se desejar transferi-la. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,30 +957,30 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. - - - Download new files? - - - - - Download new files - - + Download new files? + Transferir novos ficheiros? + + + + Download new files + Transferir novos ficheiros + + + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ Tem a certeza que deseja sincronizar essas ações com o servidor? Se foi acidental e decidir manter os seus ficheiros, eles serão sincronizados novamente apartir do servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -903,17 +998,17 @@ Isto pode ser porque um backup foi restaurado no servidor. Continuando a sincronização fará com que todos os seus ficheiros sejam substituídos por um ficheiro mais velho num estado anterior. Deseja manter os seus ficheiros locais mais recentes como ficheiros de conflito? - + Backup detected Detetada cópia de segurança - + Normal Synchronisation Sincronização Normal - + Keep Local Files as Conflict Manter Ficheiros Locais como Conflito @@ -1309,11 +1404,6 @@ Continuando a sincronização fará com que todos os seus ficheiros sejam substi OCC::GeneralSettings - - - Form - Formulário - Legal notice @@ -1463,82 +1553,78 @@ Continuando a sincronização fará com que todos os seus ficheiros sejam substi Ficheiros Ignorados por Padrões - - Add - Adicionar - - - - Remove all - - - - - Pattern - Padrão - - - - Allow Deletion - Permitir Eliminação - - - - Remove - Remover - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Os ficheiros ou pastas que correspondam a um padrão não serão sincronizadas. - -Os itens onde é permitido a eliminação serão eliminados se estes impedirem a remoção de uma diretoria. Isto é útil para os metadados. - - - - Could not open file - Não foi possível abrir o ficheiro - - - - Cannot write changes to '%1'. - Não foi possível gravar as alterações para '%1' - - - - Add Ignore Pattern - Adicione Padrão de ignorar - - - - Add a new ignore pattern: - Adicione um novo padrão de ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entrada é fornecida pelo sistema em '%1' e não pode ser modificada nesta visualização. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1648,7 +1734,7 @@ Logs will be written to %1 <p>A new version of the %1 Client is available.</p><p><b>%2</b> is available for download. The installed version is %3.</p> - <p>Está disponível uma nova versão do Cliente %1.</p><p><b>%2</b> está disponível para transferência. A versão instalada é a %3.</p> + <p>Está disponível uma nova versão do Cliente %1.</p><p><b>%2</b> está disponível para transferência. A versão instalada é %3.</p> @@ -1668,11 +1754,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Formulário - Proxy Settings @@ -1984,11 +2065,6 @@ poderá pedir por privilégios adicionais durante o processo. Login in your browser Faça login através do browser - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2040,12 +2116,12 @@ Não é aconselhada a sua utilização. &Seguinte > - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2203,12 +2279,12 @@ Não é aconselhada a sua utilização. OCC::OwncloudWizard - + %1 Connection Wizard Assistente de ligação %1 - + Skip folders configuration Saltar a configuração das pastas @@ -2242,7 +2318,7 @@ Não é aconselhada a sua utilização. OCC::PropagateDirectory - + Error writing metadata to the database Erro ao escrever a meta-informação par a base de dados @@ -2262,7 +2338,7 @@ Não é aconselhada a sua utilização. The download would reduce free local disk space below the limit - + A transferência iria reduzir o espaço livre local acima do limite @@ -2270,32 +2346,32 @@ Não é aconselhada a sua utilização. O Espaço livre no disco é inferior a %1 - + File was deleted from server O ficheiro foi eliminado do servidor - + The file could not be downloaded completely. Não foi possível transferir o ficheiro na totalidade. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! Ficheiro %1 não pode ser guardado devido à existência de um ficheiro local com o mesmo nome. - + File has changed since discovery O ficheiro alterou-se desde a sua descoberta - + Error writing metadata to the database Erro ao gravar os metadados para a base de dados @@ -2308,7 +2384,7 @@ Não é aconselhada a sua utilização. ; Restauro Falhou: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Um ficheiro ou pasta foi removido de uma partilha só de leitura, mas o restauro falhou: %1 @@ -2440,27 +2516,27 @@ Não é aconselhada a sua utilização. OCC::PropagateUploadFileNG - + The local file was removed during sync. O arquivo local foi removido durante a sincronização. - + Local file changed during sync. Ficheiro local alterado durante a sincronização. - + Unexpected return code from server (%1) Código de resposta inesperado do servidor (%1) - + Missing File ID from server ID do ficheiro no servidor em falta - + Missing ETag from server ETag do servidor em falta @@ -2669,22 +2745,22 @@ Não é aconselhada a sua utilização. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel TextLabel @@ -2757,22 +2833,22 @@ Não é aconselhada a sua utilização. OCC::ShareUserGroupWidget - + Share with users or groups ... Partilhar com utilizadores ou grupos... - + Copy link - + No results for '%1' Sem resultados para '%1' - + I shared something with you @@ -2790,22 +2866,27 @@ Não é aconselhada a sua utilização. pode editar - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2832,8 +2913,8 @@ Não é aconselhada a sua utilização. - SSL Chipher Debug View - Vista de depuramento SSL Cipher + SSL Cipher Debug View + @@ -3017,11 +3098,6 @@ Não é aconselhada a sua utilização. OCC::SslErrorDialog - - - Form - Formulário - Trust this certificate anyway @@ -3051,44 +3127,49 @@ Não é aconselhada a sua utilização. - + Organization: %1 Organização: %1 - + Unit: %1 Unidade: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Chave(MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Chave(SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Data efectiva: %1 - + Expiration Date: %1 Data de Expiração: %1 - + Issuer: %1 Emissor: %1 @@ -3143,7 +3224,7 @@ Não é aconselhada a sua utilização. Conflict: Server version downloaded, local copy renamed and not uploaded. - + Conflito: versão do servidor transferida, cópia local renomeada e não enviada. @@ -3379,11 +3460,11 @@ Não é aconselhada a sua utilização. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versão %1. Para mais informações visite <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3391,25 +3472,25 @@ Não é aconselhada a sua utilização. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3476,11 +3557,6 @@ Não é aconselhada a sua utilização. Settings... Configurações... - - - Details... - Detalhes... - Help @@ -3592,6 +3668,11 @@ Não é aconselhada a sua utilização. New account... Nova conta... + + + View more activity... + + Crash now @@ -3651,23 +3732,6 @@ Não é aconselhada a sua utilização. OwncloudAdvancedSetupPage - - - Form - Formulário - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3709,11 +3773,6 @@ Não é aconselhada a sua utilização. &Local Folder Pasta Local - - - pbSelectLocalFolder - Seleccione Pasta local - &Keep local data @@ -3732,11 +3791,6 @@ Não é aconselhada a sua utilização. OwncloudHttpCredsPage - - - Form - Formulário - &Username @@ -3750,11 +3804,6 @@ Não é aconselhada a sua utilização. OwncloudOAuthCredsPage - - - Form - Formulário - Please switch to your browser to proceed. @@ -3770,20 +3819,14 @@ Não é aconselhada a sua utilização. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - Formulário - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3817,27 +3860,11 @@ Não é aconselhada a sua utilização. OwncloudWizardResultPage - - - Form - Formulário - - - - TextLabel - TextLabel - Your entire account is synced to the local folder A sua conta está sincronizada na pasta local - - - - PushButton - Botão - QObject @@ -3892,7 +3919,7 @@ Não é aconselhada a sua utilização. Algum tempo atrás - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3974,14 +4001,6 @@ Não é aconselhada a sua utilização. - - WebView - - - Form - - - main.cpp @@ -4018,7 +4037,7 @@ Não é aconselhada a sua utilização. Server version downloaded, copied changed local file into conflict file - A versão do servidor transferida, o ficheiro local alterado foi copiado para o ficheiro de conflito + A versão transferida do servidor, o ficheiro local alterado foi copiado para o ficheiro de conflito @@ -4059,7 +4078,7 @@ Não é aconselhada a sua utilização. downloading - A transferir + a transferir diff --git a/translations/client_pt_BR.ts b/translations/client_pt_BR.ts index 25da08bfe..f6f59e0c6 100644 --- a/translations/client_pt_BR.ts +++ b/translations/client_pt_BR.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Diálogo - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Formulário + Formato + + + Please switch to your browser to proceed. + Por favor, mude para o seu navegador para continuar. + + + + An error occurred while connecting. Please try again. + Erro ao conectar. Tente novamente. + + + + Re-open Browser + Reabrir Navegador + + + + Copy link + Copiar link + + + + Flow2AuthWidget + + + Form + Formato + + + + Please switch to your browser to proceed. + Por favor, mude para o seu navegador para continuar. + + + + An error occurred while connecting. Please try again. + Erro ao conectar. Tente novamente. + + + + Re-open Browser + Reabrir Navegador + + + + Copy link + Copiar link + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulário - Select a remote destination folder @@ -181,18 +222,18 @@ Server replied "%1 %2" to "%3 %4" - O servidor respondeu "%1 %2" to "%3 %4" + O servidor respondeu "%1 %2" para "%3 %4" OCC::AccountManager - + End to end encryption mnemonic Mnemônico da criptografia de ponta-a-ponta - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Para proteger sua Identidade Criptográfica, nós criptografamos com um mnemônico de 12 palavras de dicionário. Anote e mantenha-os em segurança. Eles serão necessários para adicionar outros dispositivos à sua conta (como seu celular ou laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Formulário - - - + ... ... - + Storage space: ... Espaço de armazenamento:... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Pastas não marcadas serão <b>removidas</b> de seu sistema de arquivos local e não serão mais sincronizadas com este computador - + Synchronize all Sincronizar tudo - + Synchronize none Não sincronizar - + Apply manual changes Aplicar alterações manuais - + Apply Aplicar - - - + + + Cancel Cancelar - + Connected with <server> as <user> Conectado com <server> como <user> - + No account configured. Nenhuma conta configurada. - + Add new Adicionar nova - + Remove Remover - + Account Conta - + + This account supports end-to-end encryption + Esta conta suporta criptografia de ponta-a-ponta + + + + Enable encryption + Ativar criptografia + + + Show E2E mnemonic Exibir mnemônico E2E - + Encrypt Criptografar - + + + Edit Ignored Files + Editar Arquivos a Ignorar + + + Choose what to sync Escolher o que sincronizar - + Force sync now Forçar sincronização agora - + Restart sync Reiniciar a sincronização - + Remove folder sync connection Remover a conexão de sincronização de pastas - + Folder creation failed Falha na criação da pasta - + <p>Could not create local folder <i>%1</i>. <p>Não foi possível criar a pasta local <i>%1</i>. - + Confirm Folder Sync Connection Removal Confirmar a Remoção da Sincronização de Pasta - + Remove Folder Sync Connection Remover a Conexão de Sincronização de pasta - + Sync Running - Sincronização Ocorrendo + Sincronização ocorrendo - + The syncing operation is running.<br/>Do you want to terminate it? A operação de sincronização está ocorrendo.<br/>Deseja finalizá-la? - + %1 in use %1 em uso - + %1 as <i>%2</i> %1 como <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. A versão do servidor %1 é antiga e não suportada! Prossiga por conta própria. - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. O servidor %1 está temporariamente indisponível. - + Server %1 is currently in maintenance mode. O servidor %1 está em modo de manutenção. - + Signed out from %1. Desconectado de %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Obtendo autorização do navegador. <a href='%1'>Clique aqui</a> para reabrir o navegador. - + Connecting to %1... Conectando a %1... - + No connection to %1 at %2. Sem conexão para %1 em %2. - + Log in Entrar - + There are folders that were not synchronized because they are too big: Existem pastas que não foram sincronizadas porque são muito grandes: - + There are folders that were not synchronized because they are external storages: Existem pastas que não foram sincronizadas porque são armazenamentos externos: - + There are folders that were not synchronized because they are too big or external storages: - Existem pastas que não foram sincronizadas porque são muito grandes ou são armazenamentos externos: + Existem pastas que não foram sincronizadas porque são muito grandes ou são armazenamentos externos: - + Confirm Account Removal Confirmar a Remoção da Conta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - <p>Você realmente deseja remover a conexão desta conta<i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> irá excluir nenhum arquivo.</p> + <p>Deseja realmente remover a conexão desta conta<i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> irá excluir nenhum arquivo.</p> - + Remove connection Remover conexão - - + + Open folder Abrir pasta - - + + Log out Sair - + Resume sync Retomar sincronização - + Pause sync Pausar sincronização - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - <p>Você realmente deseja parar a sincronização desta pasta <i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> vai excluir qualquer arquivo.</p> + <p>Deseja realmente parar a sincronização desta pasta <i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> vai excluir qualquer arquivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 em uso. Algumas pastas, incluindo as montadas na rede ou pastas compartilhadas, podem ter limites diferentes. - + %1 of %2 in use %1 de %2 em uso - + Currently there is no storage usage information available. Atualmente, não há informação disponível do uso de armazenamento. - + No %1 connection configured. Nenhuma conexão %1 configurada. @@ -504,7 +556,7 @@ Asking Credentials - Solicitando Credenciais + Solicitando credenciais @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulário - - - - TextLabel - TextLabel - Accept Aceitar - + Synced sincronizado - + Retry all uploads Retentar todos os envios - + <br/>Account %1 does not have activities enabled. <br/>A conta %1 não tem atividades ativadas. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Ocorreu um erro ao escrever metadados no banco de dados @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Insira a senha da criptografia de ponta-a-ponta:<br><br>Usuário: %2<br>Conta: %3<br> - + Enter E2E passphrase Digite a senha E2E @@ -722,6 +764,59 @@ Na resposta de descoberta do arquivo do servidor está faltando dados. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Erro retornado do servidor: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Erro ao acessar o terminal 'token': <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Não foi possível analisar o JSON retornado do servidor: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + A resposta do servidor não continha todos os campos esperados + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Conectar ao %1 + + + + Login in your browser (Login Flow v2) + Faça login no seu navegador (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Não foi possível abrir o Navegador, copie o link para o seu Navegador. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Não foi possível abrir o Navegador, copie o link para o seu Navegador. + + OCC::Folder @@ -740,120 +835,120 @@ %1 não pode ser lido. - + %1 has been removed. %1 names a file. %1 foi removido. - + %1 has been downloaded. %1 names a file. %1 foi baixado. - + %1 has been updated. %1 names a file. %1 foi atualizado. - + %1 has been renamed to %2. %1 and %2 name files. %1 foi renomeado para %2. - + %1 has been moved to %2. %1 foi movido para %2. - + %1 and %n other file(s) have been removed. %1 e %n outro arquivo foram removidos.%1 e %n outros arquivos foram removidos. - + %1 and %n other file(s) have been downloaded. %1 e %n outro arquivo foram baixados.%1 e %n outros arquivos foram baixados. - + %1 and %n other file(s) have been updated. %1 e %n outro arquivo foram atualizados.%1 e %n outros arquivos foram atualizados. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 foi renomeado para %2 e %n outro arquivo foi renomeado.%1 foi renomeado para %2 e %n outros arquivos foram renomeados. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 foi movido para %2 e %n outro arquivo foi movido.%1 foi movido para %2 e %n outros arquivos foram movidos. - + %1 has and %n other file(s) have sync conflicts. %1 tem e %n outro arquivo têm conflitos na sincronização.%1 tem e %n outros arquivos têm conflitos na sincronização. - + %1 has a sync conflict. Please check the conflict file! %1 tem um conflito na sincronização. Verifique o arquivo conflitante! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 e %n outro arquivo não puderam ser sincronizados devido a erros. Veja o log para detalhes.%1 e %n outros arquivos não puderam ser sincronizados devido a erros. Veja o log para detalhes. - + %1 could not be synced due to an error. See the log for details. %1 não pôde ser sincronizado devido a um erro. Veja o log para obter detalhes. - + Sync Activity Atividade de Sincronização - + Could not read system exclude file Não foi possível ler o sistema de arquivo de exclusão - + A new folder larger than %1 MB has been added: %2. Uma nova pasta maior que %1 MB foi adicionada: %2 - + A folder from an external storage has been added. Uma pasta de um armazenamento externo foi adicionada. - + Please go in the settings to select it if you wish to download it. Por favor, vá nas configurações para selecioná-lo se desejar baixá-lo. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. A pasta %1 foi criada, mas foi excluída da sincronização anteriormente. Dados dentro dela não serão sincronizados. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. O arquivo %1 foi criado, mas foi excluído da sincronização anteriormente. Não será sincronizado. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ Isso significa que o cliente de sincronização pode não fazer upload de altera %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ Se decidir manter os arquivos, eles serão re-sincronizados com o servidor se vo Se decidir excluir os arquivos eles ficarão indisponíveis, a menos que você seja o proprietário. - + Download new files? Baixar novos arquivos? - + Download new files Baixar novos arquivos - + Keep local files Manter arquivos locais - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ Tem certeza de que deseja sincronizar essas ações com o servidor? Se isso foi um acidente e você decidir manter seus arquivos, eles serão ressincronizados a partir do servidor. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Isso pode ser porque um backup foi restaurado no servidor. Continuar a sincronização como normal fará com que todos os seus arquivos sejam substituídos por um arquivo antigo em um estado anterior. Deseja manter seus arquivos mais recentes locais como arquivos conflitantes? - + Backup detected Backup detectado - + Normal Synchronisation Sincronização Normal - + Keep Local Files as Conflict Manter Arquivos Locais como Conflito @@ -1316,11 +1411,6 @@ Continuar a sincronização como normal fará com que todos os seus arquivos sej OCC::GeneralSettings - - - Form - Formulário - Legal notice @@ -1454,7 +1544,7 @@ Continuar a sincronização como normal fará com que todos os seus arquivos sej Ignored Files Editor - Editor de Arquivos Ignorado + Editor de Arquivos Ignorados @@ -1464,7 +1554,7 @@ Continuar a sincronização como normal fará com que todos os seus arquivos sej Sync hidden files - Sincronizar arquivos escondidos + Sincronizar arquivos ocultos @@ -1472,82 +1562,80 @@ Continuar a sincronização como normal fará com que todos os seus arquivos sej Arquivos Ignorados por Padrões - - Add - Adicionar - - - - Remove all - Remover todos - - - - Pattern - Padrão - - - - Allow Deletion - Permitir Exclusão - - - - Remove - Remover - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Arquivos ou pastas que correspondam a um padrão não serão sincronizados. - -Itens onde a exclusão é permitida serão excluídos se eles evitarem que um diretório seja removido. Isso é útil para metadados. - - - - Could not open file - Não foi possível abrir o arquivo - - - - Cannot write changes to '%1'. - Não é possível gravar as alterações em '%1'. - - - - Add Ignore Pattern - Adicionar Padrão a Ignorar - - - - Add a new ignore pattern: - Adicionar um novo padrão a ignorar: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Esta entrada é fornecida pelo sistema em '%1' e não pode ser modificada aqui. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Diálogo + + IgnoreListTableWidget + IgnoreListTableWidget + + + Pattern + Padrão + + + + Allow Deletion + Permitir Exclusão + + + + Add + Adicionar + + + + Remove + Excluir + + + + Remove all + Excluir tudo + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + Arquivos ou pastas correspondentes a um padrão não serão sincronizados. + +Os itens em que a exclusão é permitida serão excluídos se impedirem a remoção de um diretório. Isso é útil para metadados. + + + + Could not open file + Não foi possível abrir o arquivo + + + + Cannot write changes to '%1'. + Não é possível gravar as alterações em '%1'. + + + + Add Ignore Pattern + Adicionar Padrão a Ignorar + + + + Add a new ignore pattern: + Adicionar um novo padrão a ignorar: + + + + OCC::LegalNotice Legal notice Nota legal - - - TextLabel - TextLabel - Close @@ -1679,11 +1767,6 @@ Logs serão gravados em %1 OCC::NetworkSettings - - - Form - Formulário - Proxy Settings @@ -1740,7 +1823,7 @@ Logs serão gravados em %1 No limit - Sem Limite + Sem limite @@ -1995,11 +2078,6 @@ pode solicitar por privilégios adicionais durante o processo. Login in your browser Faça login no seu navegador - - - Copy link to clipboard - Copiar link para a área de transferência - OCC::OwncloudSetupPage @@ -2021,7 +2099,7 @@ pode solicitar por privilégios adicionais durante o processo. Secure collaboration & file exchange - Colaboração segura e troca de arquivo + Colaboração segura e troca de arquivos @@ -2051,12 +2129,12 @@ Não é aconselhável usá-la. &Próximo > - + Invalid URL URL inválida - + Could not load certificate. Maybe wrong password? Não foi possível carregar o certificado. Senha errada? @@ -2214,12 +2292,12 @@ Não é aconselhável usá-la. OCC::OwncloudWizard - + %1 Connection Wizard Assistente de Conexão %1 - + Skip folders configuration Pular a configuração de pastas @@ -2253,7 +2331,7 @@ Não é aconselhável usá-la. OCC::PropagateDirectory - + Error writing metadata to the database Ocorreu um erro ao escrever metadados no banco de dados @@ -2281,32 +2359,32 @@ Não é aconselhável usá-la. O espaço livre no disco é inferior a %1 - + File was deleted from server O arquivo foi excluído do servidor - + The file could not be downloaded completely. O arquivo não pôde ser baixado completamente. - + The downloaded file is empty despite that the server announced it should have been %1. O arquivo baixado está vazio apesar do servidor ter anunciado que ele deveria ter %1. - + File %1 cannot be saved because of a local file name clash! O arquivo %1 não pôde ser salvo devido a um conflito com um nome de arquivo local! - + File has changed since discovery O arquivo foi alterado desde a descoberta - + Error writing metadata to the database Ocorreu um erro ao escrever metadados no banco de dados @@ -2319,7 +2397,7 @@ Não é aconselhável usá-la. ; Falha na Restauração: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Um arquivo ou pasta foi removido de um compartilhamento de somente leitura, mas a restauração falhou: %1 @@ -2451,27 +2529,27 @@ Não é aconselhável usá-la. OCC::PropagateUploadFileNG - + The local file was removed during sync. O arquivo local foi removido durante a sincronização. - + Local file changed during sync. O arquivo local foi modificado durante a sincronização. - + Unexpected return code from server (%1) Código de retorno inesperado do servidor (%1) - + Missing File ID from server Falta ID do arquivo do servidor - + Missing ETag from server Falta ETag do servidor @@ -2680,22 +2758,22 @@ Não é aconselhável usá-la. OCC::ShareLinkWidget - + &Share link &Compartilhar link - + Password: Senha: - + Expiration date: Data de expiração: - + TextLabel TextLabel @@ -2768,22 +2846,22 @@ Não é aconselhável usá-la. OCC::ShareUserGroupWidget - + Share with users or groups ... Compartilhar com usuários ou grupos... - + Copy link Copiar link - + No results for '%1' Sem resultados para '%1' - + I shared something with you Eu compartilhei algo com você @@ -2801,22 +2879,27 @@ Não é aconselhável usá-la. pode editar - + Can reshare Pode recompartilhar - + + Unshare + Descompartilhar + + + Can create Pode criar - + Can change Pode alterar - + Can delete Pode excluir @@ -2843,8 +2926,8 @@ Não é aconselhável usá-la. - SSL Chipher Debug View - Ver depuração da criptografia SSL + SSL Cipher Debug View + Visão de Depuração de Criptografia SSL @@ -2885,7 +2968,7 @@ Não é aconselhável usá-la. Copy private link to clipboard - Copiar o link privado para a área de transferência + Copiar link privado para a área de transferência @@ -3028,11 +3111,6 @@ Não é aconselhável usá-la. OCC::SslErrorDialog - - - Form - Formulário - Trust this certificate anyway @@ -3062,44 +3140,49 @@ Não é aconselhável usá-la. - + Organization: %1 Organização: %1 - + Unit: %1 Unidade: %1 - + Country: %1 País: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingerprint (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingerprint (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Impressão Digital (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Impressão Digital (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Data Efetiva: %1 - + Expiration Date: %1 Data de Expiração: %1 - + Issuer: %1 Emissor: %1 @@ -3390,11 +3473,11 @@ Não é aconselhável usá-la. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Versão %1. Para mais informações por favor visite <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Versão %1. Para mais informações por favor clique <a href='%2'>aqui</a>.</p> - + <p>This release was supplied by %1</p> <p>Esta versão foi fornecida por %1</p> @@ -3402,25 +3485,25 @@ Não é aconselhável usá-la. OCC::WebEnginePage - + Invalid certificate detected Certificado inválido detectado - - The host "%1" provided an invalid certitiface. Continue? - O host "%1" enviou um certificado inválido. Continuar? + + The host "%1" provided an invalid certificate. Continue? + O host "%1" forneceu um certificado inválido. Continuar? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Você foi deslogado de %1 como usuário %2. Logue-se novamente - + Please login with the user: %1 Por favor, faça o login com o usuário: %1 @@ -3460,7 +3543,7 @@ Não é aconselhável usá-la. Recent Changes - Alterações Recentes + Alterações recentes @@ -3487,11 +3570,6 @@ Não é aconselhável usá-la. Settings... Configurações... - - - Details... - Detalhes... - Help @@ -3596,13 +3674,18 @@ Não é aconselhável usá-la. Pause synchronization - Dar uma pausa na sincronização + Pausar a sincronização New account... Nova conta... + + + View more activity... + Ver mais atividade... + Crash now @@ -3662,23 +3745,6 @@ Não é aconselhável usá-la. OwncloudAdvancedSetupPage - - - Form - Formulário - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3720,11 +3786,6 @@ Não é aconselhável usá-la. &Local Folder &Pasta Local - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3743,11 +3804,6 @@ Não é aconselhável usá-la. OwncloudHttpCredsPage - - - Form - Formulário - &Username @@ -3761,11 +3817,6 @@ Não é aconselhável usá-la. OwncloudOAuthCredsPage - - - Form - Formulário - Please switch to your browser to proceed. @@ -3781,24 +3832,18 @@ Não é aconselhável usá-la. Re-open Browser Reabrir o navegador + + + Copy link + Copiar link + OwncloudSetupPage - - - Form - Formulário - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Hospeda teu próprio servidor</span></a> + <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Hospede seu próprio servidor</span></a> @@ -3828,27 +3873,11 @@ Não é aconselhável usá-la. OwncloudWizardResultPage - - - Form - Formulário - - - - TextLabel - TextLabel - Your entire account is synced to the local folder Toda a sua conta está sincronizada com a pasta local - - - - PushButton - PushButton - QObject @@ -3903,7 +3932,7 @@ Não é aconselhável usá-la. Algum tempo atrás - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3985,14 +4014,6 @@ Não é aconselhável usá-la. O arquivo baixado não corresponde ao checksum, ele será retomado. - - WebView - - - Form - Formulário - - main.cpp diff --git a/translations/client_ru.ts b/translations/client_ru.ts index d8cdc2473..4f7c6c88b 100644 --- a/translations/client_ru.ts +++ b/translations/client_ru.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Диалог - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Форма + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Форма - Select a remote destination folder @@ -187,279 +228,290 @@ OCC::AccountManager - + End to end encryption mnemonic Мнемофраза сквозного шифрования - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). - + Для защиты личного идентификатора сквозного шифрования используется мнемофраза, состоящая из двенадцати слов. Мнемофразу следует записать и сохранить запись в надёжном месте, она потребуется для подключения к учётной записи ваших дополнительных устройств. OCC::AccountSettings - - Form - Форма - - - + ... - + Storage space: ... Размер хранилища: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Неотмеченные папки будут <b>удалены</b> из локальной файловой системы и больше не будут синхронизироваться на этом компьютере - + Synchronize all Синхронизировать всё - + Synchronize none Не синхронизировать ничего - + Apply manual changes Применить ручные изменения - + Apply Применить - - - + + + Cancel Отмена - + Connected with <server> as <user> Установлено соединение с <server> с учётной записью <user> - + No account configured. Учётная запись не настроена. - + Add new Добавить новую - + Remove Удалить - + Account Учётная запись - + + This account supports end-to-end encryption + Эта учетная запись поддерживает сквозное шифрование + + + + Enable encryption + Включить шифрование + + + Show E2E mnemonic Показать мнемофразу E2E - + Encrypt Зашифровать - + + + Edit Ignored Files + + + + Choose what to sync Выбрать объекты для синхронизации - + Force sync now Принудительно запустить синхронизацию - + Restart sync Перезапустить синхронизацию - + Remove folder sync connection Отключить синхронизацию папки - + Folder creation failed Ошибка создания папки - + <p>Could not create local folder <i>%1</i>. <p>Не удалось создать локальную папку: <i>«%1»</i>. - + Confirm Folder Sync Connection Removal Подтверждение отключения синхронизации папки - + Remove Folder Sync Connection Отключить синхронизацию папки - + Sync Running Синхронизация запущена - + The syncing operation is running.<br/>Do you want to terminate it? Выполняется синхронизация.<br/>Действительно прервать операцию? - + %1 in use Используется %1 - + %1 as <i>%2</i> %1 под именем <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Сервер версии %1 устарел и не поддерживается. Продолжайте на свой страх и риск. - + Connected to %1. Соединен с %1. - + Server %1 is temporarily unavailable. Сервер %1 временно недоступен. - + Server %1 is currently in maintenance mode. Сервер %1 в настоящее время находится в режиме технического обслуживания. - + Signed out from %1. Успешно вышли из %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Получение авторизации из браузера. <a href='%1'>Нажмите здесь</a>, чтобы повторно открыть браузер. - + Connecting to %1... Соединение с %1... - + No connection to %1 at %2. Нет соединения с %1 в %2. - + Log in Войти - + There are folders that were not synchronized because they are too big: Есть папки, которые не синхронизированы, так как их размер превышает установленное ограничение: - + There are folders that were not synchronized because they are external storages: Есть папки, которые не были синхронизированы, так как они являются внешними хранилищами: - + There are folders that were not synchronized because they are too big or external storages: Есть папки, которые не были синхронизированы, так как их размер превышает установленное ограничение или они являются внешними хранилищами: - + Confirm Account Removal Подтверждение удаления учетной записи - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Действительно удалить подключение к учётной записи <i>%1</i>?</p><p><b>Примечание:</b> Это действие <b>НЕ</b> приведёт к удалению файлов.</p> - + Remove connection Удалить подключение - - + + Open folder Открыть папку - - + + Log out Выйти - + Resume sync Возобновить синхронизацию - + Pause sync Приостановить синхронизацию - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Действительно остановить синхронизацию папки <i>%1</i>?</p><p><b>Примечание:</b> Это действие <b>НЕ</b> приведёт к удалению файлов.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. Используется %1 (%3%) из %2. Некоторые папки, включая сетевые или общие, могут иметь свои собственные ограничения. - + %1 of %2 in use Используется %1 из %2 - + Currently there is no storage usage information available. В данный момент информация о заполненности хранилища недоступна. - + No %1 connection configured. Нет настроенного подключения %1. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Форма - - - - TextLabel - TextLabel - Accept Принять - + Synced Синхронизировано - + Retry all uploads Повторить передачу файлов на сервер - + <br/>Account %1 does not have activities enabled. <br/>У учетной записи %1 не включены события. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Ошибка записи метаданных в базу данных @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Введите свою парольную фразу сквозного шифрования: <br><br> Пользователь: %2<br>Учётная запись: %3<br> - + Enter E2E passphrase Введите парольную фразу сквозного шифрования @@ -722,6 +764,59 @@ Сервер вернул ответ, не содержащих данных о файле. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ «%1» не может быть прочитан. - + %1 has been removed. %1 names a file. «%1» удалён. - + %1 has been downloaded. %1 names a file. «%1» загружен с сервера. - + %1 has been updated. %1 names a file. «%1» обновлён. - + %1 has been renamed to %2. %1 and %2 name files. «%1» переименован в «%2». - + %1 has been moved to %2. «%1» перемещён в «%2». - + %1 and %n other file(s) have been removed. Удалены «%1» и ещё %n файл.Удалены «%1» и ещё %n файла.Удалены «%1» и ещё %n файлов.Удалены «%1» и ещё %n файлов. - + %1 and %n other file(s) have been downloaded. Скачаны «%1» и ещё один файл.Скачаны «%1» и ещё %n файла.Скачаны «%1» и ещё %n файлов.Скачаны «%1» и ещё %n файлов. - + %1 and %n other file(s) have been updated. Обновлёны «%1» и ещё один файл.Обновлёны «%1» и ещё %n файла.Обновлёны «%1» и ещё %n файлов.Обновлёны «%1» и ещё %n файлов. - + %1 has been renamed to %2 and %n other file(s) have been renamed. «%1» переименован в «%2», ещё переименован один файл.«%1» переименован в «%2», ещё переименованы %n файла.«%1» переименован в «%2», ещё переименованы %n файлов.«%1» переименован в «%2», ещё переименованы %n файлов. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 был перемещён в %2, и ещё %n другой файл был перемещён.%1 был перемещён в %2, и ещё %n других файла были перемещены.%1 был перемещён в %2, и ещё %n других файла были перемещены.%1 был перемещён в %2, и ещё %n других файла были перемещены. - + %1 has and %n other file(s) have sync conflicts. У %1 и ещё у %n другого файла есть конфликты синхронизации.У %1 и ещё у %n других файлов есть конфликты синхронизации.У %1 и ещё у %n других файлов есть конфликты синхронизации.У %1 и ещё у %n других файлов есть конфликты синхронизации. - + %1 has a sync conflict. Please check the conflict file! У %1 есть конфликт синхронизации. Пожалуйста, проверьте конфликтный файл! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 и ещё %n другой файл не удалось синхронизировать из-за ошибок. Подробности смотрите в журнале.%1 и ещё %n других файла не удалось синхронизировать из-за ошибок. Подробности смотрите в журнале.%1 и ещё %n других файлов не удалось синхронизировать из-за ошибок. Подробности смотрите в журнале.%1 и ещё %n других файлов не удалось синхронизировать из-за ошибок. Подробности смотрите в журнале. - + %1 could not be synced due to an error. See the log for details. %1 не может быть синхронизирован из-за ошибки. Подробности смотрите в журнале. - + Sync Activity Журнал синхронизации - + Could not read system exclude file Невозможно прочесть системный файл исключений - + A new folder larger than %1 MB has been added: %2. Добавлена новая папка «%2», размер которой превышает %1 МБ. - + A folder from an external storage has been added. Добавлена папка внешнего хранилища. - + Please go in the settings to select it if you wish to download it. Чтобы скачать его, перейдите в параметры приложения и отметьте его для синхронизации. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Создана папка «%1» создана, но ранее она была исключена из синхронизации. Данные внутри этой папки не будут синхронизированы. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Создан файл «%1», но ранее он был исключён из синхронизации. Этот файл не будет синхронизирован. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -865,7 +960,7 @@ This means that the synchronization client might not upload local changes immedi %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -876,22 +971,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a При выборе «Удалить файлы», файлы станут недоступны, кроме случая, когда вы являетесь их владельцем. - + Download new files? Скачать новые файлы? - + Download new files Загрузка новых файлов - + Keep local files Сохранить локальные файлы - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -900,24 +995,24 @@ If this was an accident and you decide to keep your files, they will be re-synce Если это произошло случайно, и вы решите сохранить файлы, они будут повторно скачаны с сервера. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? Эта синхронизация собирается сбросить файлы в катлоге '%1' в более ранее состояние. Такое может случиться, если на сервере восстановлена резервная копия. Если продолжать синхронизацию как обычно, то ваши файлы будут перетёрты более старыми версиями. Хотите сохранить ваши локальные свежие файлы в качестве конфликтных? - + Backup detected Обнаружена резервная копия - + Normal Synchronisation Обычная синхронизация - + Keep Local Files as Conflict Сохранить локальные файлы как конфликтующие @@ -1180,7 +1275,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Waiting for %n other folder(s)... - Ожидание %n директории...Ожидание %n директорий...Ожидание %n директорий...Ожидание %n директорий... + Ожидание %n папки…Ожидание %n папок…Ожидание %n папок…Ожидание %n папок… @@ -1313,11 +1408,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Форма - Legal notice @@ -1469,81 +1559,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Шаблоны для исключения файлов из синхронизации - - Add - Добавить - - - - Remove all - Убрать все - - - - Pattern - Шаблон - - - - Allow Deletion - Разрешить удаление - - - - Remove - Удалить - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Файлы или папки, подходящие под шаблон, не будут синхронизироваться. -В случае, если исключаемые их синхронизации объекты помешают удалению папки, они будут удалены. Использование исключений файлов из синхронизации может полезно, в том числе, для исключения из синхронизации метаданных, сохраняемых в отдельных файлах. - - - - Could not open file - Невозможно открыть файл - - - - Cannot write changes to '%1'. - Невозможно записать изменения в '%1'. - - - - Add Ignore Pattern - Добавление шаблона - - - - Add a new ignore pattern: - Введите шаблон для исключения файлов из синхронизации: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Эта запись сделана системой в '%1' и не может быть изменена в этом представлении. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Диалог + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Официальное уведомление - - - TextLabel - TextLabel - Close @@ -1673,11 +1760,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Форма - Proxy Settings @@ -1923,7 +2005,7 @@ for additional privileges during the process. There isn't enough free space in the local folder! - + Недостаточно свободного места в локальной папке. @@ -1989,11 +2071,6 @@ for additional privileges during the process. Login in your browser Выполнить вход в браузере - - - Copy link to clipboard - Скопировать ссылку в буфер обмена - OCC::OwncloudSetupPage @@ -2045,12 +2122,12 @@ It is not advisable to use it. &Далее > - + Invalid URL Неверная ссылка - + Could not load certificate. Maybe wrong password? Невозможно загрузить сертификат. Возможно неверный пароль? @@ -2208,12 +2285,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard Мастер подключения %1 - + Skip folders configuration Пропустить настройку папок @@ -2247,7 +2324,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database Ошибка записи метаданных в базу данных @@ -2267,7 +2344,7 @@ It is not advisable to use it. The download would reduce free local disk space below the limit - Скачивание сократит доступное пространство на локальном диске ниже допустимого предела + Загрузка файлов с сервера уменьшит доступное пространство на локальном диске ниже допустимого предела @@ -2275,32 +2352,32 @@ It is not advisable to use it. Свободного места на диске меньше чем %1 - + File was deleted from server Файл удалён с сервера - + The file could not be downloaded completely. Невозможно полностью загрузить файл. - + The downloaded file is empty despite that the server announced it should have been %1. Скачанный файл пуст, хотя сервер сообщил, что его размер должен составлять %1. - + File %1 cannot be saved because of a local file name clash! Файл «%1» не может быть сохранён по причине локального конфликта имён. - + File has changed since discovery После обнаружения файл был изменен - + Error writing metadata to the database Ошибка записи метаданных в базу данных @@ -2313,7 +2390,7 @@ It is not advisable to use it. ; Восстановление не удалось: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Файл или папка была удалена из доступа только для чтения, восстановление завершилось с ошибкой: %1 @@ -2445,27 +2522,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. Локальный файл был удалён в процессе синхронизации. - + Local file changed during sync. Локальный файл изменился в процессе синхронизации. - + Unexpected return code from server (%1) Неожиданный код завершения от сервера (%1) - + Missing File ID from server Отсутствует код файла от сервера - + Missing ETag from server Отсутствует ETag с сервера @@ -2674,24 +2751,24 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link Доступ по &ссылке - + Password: Пароль: - + Expiration date: Срок действия: - + TextLabel - TextLabel + Название @@ -2762,22 +2839,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... Введите имя пользователя или группы… - + Copy link Скопировать ссылку - + No results for '%1' Нет результатов для '%1' - + I shared something with you Я поделился с тобой @@ -2795,22 +2872,27 @@ It is not advisable to use it. разрешить редактировать - + Can reshare разрешить делиться - + + Unshare + Закрыть доступ + + + Can create разрешить создавать - + Can change разрешить вносить изменения - + Can delete разрешить удалять @@ -2837,7 +2919,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View Отладочный просмотр шифра SSL @@ -3022,11 +3104,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - Форма - Trust this certificate anyway @@ -3056,44 +3133,49 @@ It is not advisable to use it. - + Organization: %1 Организация: %1 - + Unit: %1 Подразделение: %1 - + Country: %1 Страна: %1 - Fingerprint (MD5): <tt>%1</tt> - Отпечаток (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Отпечаток (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Дата вступления в силу: %1 - + Expiration Date: %1 Дата окончания: %1 - + Issuer: %1 Издатель: %1 @@ -3384,11 +3466,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Версия %1. Для получения дополнительной информации посетите <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Версия %1. Для получения дополнительной информации нажмите <a href='%2'>сюда</a>.</p> - + <p>This release was supplied by %1</p> <p>Этот выпуск подготовлен %1</p> @@ -3396,25 +3478,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected Обнаружен недействительный сертификат - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? Хост «%1» предоставил недействительный сертификат. Продолжить? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Выполнен выход пользователя %2 из системы %1. Войдите заново - + Please login with the user: %1 Войдите в систему под именем %1 @@ -3481,11 +3563,6 @@ It is not advisable to use it. Settings... Параметры... - - - Details... - Детали... - Help @@ -3597,6 +3674,11 @@ It is not advisable to use it. New account... Новая учётная запись… + + + View more activity... + Посмотреть больше событий... + Crash now @@ -3656,23 +3738,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - Форма - - - - - - - - - - - TextLabel - TextLabel - Server @@ -3714,11 +3779,6 @@ It is not advisable to use it. &Local Folder &Локальная папка - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3737,11 +3797,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - Форма - &Username @@ -3755,11 +3810,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - Форма - Please switch to your browser to proceed. @@ -3775,20 +3825,14 @@ It is not advisable to use it. Re-open Browser Повторно открыть браузер + + + Copy link + + OwncloudSetupPage - - - Form - Форма - - - - - TextLabel - TextLabel - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3822,27 +3866,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - Форма - - - - TextLabel - TextLabel - Your entire account is synced to the local folder Все объекты на стороне сервера полностью синхронизированы с локальной папкой - - - - PushButton - PushButton - QObject @@ -3897,7 +3925,7 @@ It is not advisable to use it. Некоторое время назад - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3979,14 +4007,6 @@ It is not advisable to use it. Скаченный файл не соответствует контрольной сумме, операция будет возобновлена. - - WebView - - - Form - Форма - - main.cpp diff --git a/translations/client_sk.ts b/translations/client_sk.ts index 56c1be3f0..ecb5b52f9 100644 --- a/translations/client_sk.ts +++ b/translations/client_sk.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialóg - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Formulár + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulár - Select a remote destination folder @@ -187,279 +228,290 @@ OCC::AccountManager - + End to end encryption mnemonic End-to-end kódovanie mnemotechnické - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). - + Aby sme chránili vašu kryptografickú identitu, zašifrujeme ju pomocou mnemotechnického pomeru 12 slov slovníka. Poznačte si ich a uschovajte ich. Budú potrebné na pridanie ďalších zariadení do vášho účtu (napríklad mobilného telefónu alebo notebooku). OCC::AccountSettings - - Form - Formulár - - - + ... ... - + Storage space: ... Úložný priestor: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Neoznačené priečinky budú <b>odstránené</b> z lokálneho systému a nebudú už synchronizované na tento počítač - + Synchronize all Synchronizovať všetky - + Synchronize none Synchronizovať žiadny - + Apply manual changes Aplikovať manuálne zmeny - + Apply Aplikovať - - - + + + Cancel Zrušiť - + Connected with <server> as <user> Spojené z <server> ako <user> - + No account configured. Žiadny účet nie je nastavený. - + Add new Pridať nový účet - + Remove Odobrať - + Account Účet - - Show E2E mnemonic + + This account supports end-to-end encryption - + + Enable encryption + + + + + Show E2E mnemonic + Zobaziť E2E mnemotechnické + + + Encrypt Zašifrovať - + + + Edit Ignored Files + + + + Choose what to sync Vybrať čo synchronizovať - + Force sync now Vynútiť synchronizáciu teraz - + Restart sync Reštartovať synchronizáciu - + Remove folder sync connection Odstrániť prepojenie priečinka - + Folder creation failed Vytvorenie priečinka zlyhalo - + <p>Could not create local folder <i>%1</i>. <p>Nemožno vytvoriť lokálny priečinok <i>%1</i>. - + Confirm Folder Sync Connection Removal Potvrdiť odstránenie prepojenia priečinka - + Remove Folder Sync Connection Odstrániť prepojenie priečinka - + Sync Running Prebiehajúca synchronizácia - + The syncing operation is running.<br/>Do you want to terminate it? Proces synchronizácie práve prebieha.<br/>Chcete ho ukončiť? - + %1 in use %1 sa používa - + %1 as <i>%2</i> %1 ako <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Verzia servera %1 je stará a nepodporovaná. Pokračujte na vlastné nebezpečenstvo. - + Connected to %1. Pripojené k %1 - + Server %1 is temporarily unavailable. Server %1 je dočasne nedostupný. - + Server %1 is currently in maintenance mode. Server %1 je momentálne v režime údržby. - + Signed out from %1. Odhlásený z %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Získavam autorizáciu z prehliadača. <a href='%1'>Kliknite sem</a> na opätovné otvorenie prehliadača. - + Connecting to %1... Pripája sa k %1… - + No connection to %1 at %2. Žiadne pripojenie k %1 na %2. - + Log in Prihlásiť sa - + There are folders that were not synchronized because they are too big: Tieto priečinky neboli synchronizované pretože sú príliš veľké: - + There are folders that were not synchronized because they are external storages: Niektoré priečinky neboli synchronizované, pretože sú na externom úložisku - + There are folders that were not synchronized because they are too big or external storages: Niektoré priečinky neboli synchronizované, pretože sú príliš veľké alebo sú na externom úložisku - + Confirm Account Removal Potvrďte ostránenie účtu - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Naozaj chcete odstrániť pripojenie k účtu <i>%1</i>?</p><p><b>Poznámka:</b> Tým sa <b>nevymažú</b> žiadne súbory.</p> - + Remove connection Vymazať pripojenie - - + + Open folder Otvoriť priečinok - - + + Log out Odhlásiť - + Resume sync Obnoviť synchronizáciu - + Pause sync Pozastaviť synchronizáciu - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Naozaj si prajete zastaviť synchronizácu priečinka <i>%1</i>?</p><p><b>Poznámka:</b> Toto <b>nevymaže</b> žiadne súbory.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) z %2 je využitých. Niektoré priečinky, vrátane sieťových a zdieľaných, môžu mať iné limity. - + %1 of %2 in use %1 z %2 je využitých - + Currently there is no storage usage information available. Teraz nie sú k dispozícii žiadne informácie o využití úložiska. - + No %1 connection configured. Žiadne nakonfigurované %1 spojenie @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Formulár - - - - TextLabel - Štítok - Accept Prijať - + Synced Zosynchronizované - + Retry all uploads Zopakovať všetky nahrávania - + <br/>Account %1 does not have activities enabled. <br/>Účet %1 nemá zapnuté aktivity. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Chyba pri zápise metadát do databázy @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Zadajte svoju prístupovú frázu pre šifrovanie medzi koncovými bodmi: <br><br>Používateľ: %2<br>Účet: %3<br> - + Enter E2E passphrase Zadajte E2E prístupovú frázu @@ -719,6 +761,59 @@ The server file discovery reply is missing data. + V odpovedi zo servera na objavovanie súboru chýbajú dáta. + + + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. @@ -740,129 +835,133 @@ %1 nie je čitateľný. - + %1 has been removed. %1 names a file. %1 bol zmazaný. - + %1 has been downloaded. %1 names a file. %1 bol stiahnutý. - + %1 has been updated. %1 names a file. %1 bol aktualizovaný. - + %1 has been renamed to %2. %1 and %2 name files. %1 bol premenovaný na %2. - + %1 has been moved to %2. %1 bol presunutý do %2. - + %1 and %n other file(s) have been removed. %1 a %n iný súbor bol odstránený.%1 a %n iné súbory boli odstránené.%1 a %n iných súborov bolo odstránených.%1 a %n iných súborov bolo odstránených. - + %1 and %n other file(s) have been downloaded. %1 a %n iný súbor bol stiahnutý.%1 a %n iné súbory boli stiahnuté.%1 a %n iných súborov bolo stiahnutých.%1 a %n iných súborov bolo stiahnutých. - + %1 and %n other file(s) have been updated. %1 a %n iný súbor bol nahratý.%1 a %n iné súbory boli nahraté.%1 a %n iných súborov bolo nahratých.%1 a %n iných súborov bolo nahratých. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 bol premenovaný na %2 a %n iný súbor bol premenovaný.%1 bol premenovaný na %2 a %n iné súbory boli premenované.%1 bol premenovaný na %2 a %n iných súborov bolo premenovaných.%1 bol premenovaný na %2 a %n iných súborov bolo premenovaných. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 bol presunuý do %2 a %n iných súbor bol presunutý.%1 bol presunuý do %2 a %n iné súbory boli presunuté.%1 bol presunuý do %2 a %n iných súborov bolo presunutých.%1 bol presunuý do %2 a %n iných súborov bolo presunutých. - + %1 has and %n other file(s) have sync conflicts. %1 má a %n iný súbor má synchronizačný konflikt.%1 má a %n iné súbory majú synchronizačný konflikt.%1 má a %n iných súborov má synchronizačný konflikt.%1 má a %n iných súborov má synchronizačný konflikt. - + %1 has a sync conflict. Please check the conflict file! %1 má synchronizačný konflikt. Prosím skontrolujte konfliktný súbor! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 a %n iný súbor nie je možné synchronizovať kvôli chybe. Skontrolujte log pre podrobnosti.%1 a %n iné súbory nie je možné synchronizovať kvôli chybe. Skontrolujte log pre podrobnosti.%1 a %n iných súborov nie je možné synchronizovať kvôli chybe. Skontrolujte log pre podrobnosti.%1 a %n iných súborov nie je možné synchronizovať kvôli chybe. Skontrolujte log pre podrobnosti. - + %1 could not be synced due to an error. See the log for details. %1 nemôže byť synchronizovaný kvôli chybe. Pozrite sa do logu pre podrobnosti. - + Sync Activity Aktivita synchronizácie - + Could not read system exclude file Nemožno čítať systémový exclude file - + A new folder larger than %1 MB has been added: %2. Bol pridaný nový priečinok väčší ako %1 MB: %2. - + A folder from an external storage has been added. Bol pridaný priečinok z externého úložiska. - + Please go in the settings to select it if you wish to download it. - + Ak si to prajete prevziať, tak prejdite do nastavení a vyberte to. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + Priečinok %1 bol vytvorený, ale bol už skôr vylúčený zo synchronizácie. Nebude preto synchronizovaný. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Súbor %1 bol vytvorený, ale bol už skôr vylúčený zo synchronizácie. Nebude preto synchronizovaný. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). %1 - + Zmeny v synchronizovaných priečinkoch nebolo možné spoľahlivo sledovať. + +To znamená, že klient synchronizácie nemusí okamžite odovzdať lokálne zmeny a namiesto toho bude len vyhľadávať miestne zmeny a odovzdávať len príležitostne (štandardne každé dve hodiny) . + +% 1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +969,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? Stiahnuť nové súbory? - + Download new files Stiahnuť nové súbory - + Keep local files Ponechať lokálne súbory - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,24 +993,24 @@ Ste si istí, že chcete tieto akcie synchronizovať so serverom? Ak to bol omyl a chcete si tieto súbory ponechať, budú opäť synchronizované zo servera. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Záloha je dostupná - + Normal Synchronisation Bežná synchronizácia - + Keep Local Files as Conflict Ponechať lokálne súbory ako konfliktné @@ -1006,17 +1105,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an There is already a sync from the server to this local folder. Please pick another local folder! - + Do tohto lokálneho priečinka sa už synchronizuje. Vyberte prosím iný priečinok. The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! - + Lokálny priečinok %1  už obsahuje podpriečinok použitý pre synchronizáciu. Vyberte prosím iný priečinok. The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! - + Lokálny priečinok %1 už obsahuje podpriečinok použitý pre synchronizáciu. Vyberte prosím iný priečinok. @@ -1047,7 +1146,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Click this button to add a folder to synchronize. - + Kliknutím na toto tlačidlo pridáte priečinok na synchronizáciu. @@ -1187,7 +1286,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an This problem usually happens when the inotify watches are exhausted. Check the FAQ for details. - + Obvykle k tomuto problému prichádza vtedy, keď sa prekročia kapacity sledovania zmien na súborovom systéme (inotify). Podrobnosti nájdete v často kladených otázkach FAQ. @@ -1307,11 +1406,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Formulár - Legal notice @@ -1371,7 +1465,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Show sync folders in &Explorer's Navigation Pane - + Zobraziť synchronizované priečinky v paneli navigáci&e Prieskumníka @@ -1463,82 +1557,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Ignorovať súbory podľa masky - - Add - Pridať - - - - Remove all - Odstrániť všetko - - - - Pattern - Vzor - - - - Allow Deletion - Povoliť vymazanie - - - - Remove - Odobrať - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Súbory alebo priečinky vyhovujúce maske nebudu synchronizované. - -Položky u ktorých je povolené mazanie sa vymažú ak by bránili odstráneniu priečinka. Toto je užitočne napr. pre matadáta. - - - - Could not open file - Nemožno otvoriť súbor - - - - Cannot write changes to '%1'. - Nemožno zapísať zmeny do '%1'. - - - - Add Ignore Pattern - Pridať vzor ignorovaného súboru - - - - Add a new ignore pattern: - Pridať nový vzor ignorovaného súboru: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Táto položka je poskytovaná systémom na '%1' a nesmie byť modifikovaná v tomto zobrazení. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialóg + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Právne upozornenie - - - TextLabel - TextovýŠtítok - Close @@ -1547,12 +1637,12 @@ Položky u ktorých je povolené mazanie sa vymažú ak by bránili odstráneniu <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> - + <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> <p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p> - + <p>Licencované pod GNU General Public LIcense (GPL) verzie 2.0 alebo akejkoľvek vyššej.</p> @@ -1575,12 +1665,12 @@ Položky u ktorých je povolené mazanie sa vymažú ak by bránili odstráneniu &Capture debug messages - + &Zachytávať ladiace správy Permanently save logs - + Ukladať záznamy udalostí trvalo @@ -1668,11 +1758,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Formulár - Proxy Settings @@ -1794,7 +1879,7 @@ Logs will be written to %1 The reply from the server did not contain all expected fields - + Odpoveď zo servera neobsahovala všetky očakávané polia @@ -1839,12 +1924,12 @@ môžu byť vyžadované dodatočné oprávnenia. %1 version %2 available. Restart application to start the update. - + Je dostupná %1 verzie %2. Pre spustenie aktualizácie reštartujte aplikáciu. New %1 version %2 available. Please use the system's update tool to install it. - + Je dostupná nová %1 verzia %2. Pre inštaláciu použite systémového správcu aktualizácií. @@ -1897,7 +1982,7 @@ môžu byť vyžadované dodatočné oprávnenia. <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> - + <p><small><strong>Varovanie:</strong> Lokálny priečion nie je prázdny. Vyberte ďalší postup</small></p> @@ -1984,11 +2069,6 @@ môžu byť vyžadované dodatočné oprávnenia. Login in your browser Prihlásenie sa v prehliadači - - - Copy link to clipboard - Kopírovať odkaz do schránky - OCC::OwncloudSetupPage @@ -2040,12 +2120,12 @@ Nie je vhodné ju používať. &Ďalšia > - + Invalid URL Neplatná URL - + Could not load certificate. Maybe wrong password? Nie je možné načítať certifikát. Možno zlé heslo? @@ -2203,12 +2283,12 @@ Nie je vhodné ju používať. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistent pripojenia - + Skip folders configuration Preskočiť konfiguráciu priečinkov @@ -2242,7 +2322,7 @@ Nie je vhodné ju používať. OCC::PropagateDirectory - + Error writing metadata to the database Chyba pri zápise metadát do databázy @@ -2252,7 +2332,7 @@ Nie je vhodné ju používať. File %1 can not be downloaded because encryption information is missing. - + Súbor %1 nie je možné prevziať, pretože chýbajú informácie o šifrovaní. @@ -2270,32 +2350,32 @@ Nie je vhodné ju používať. Voľné miesto na disku je menej ako %1 - + File was deleted from server Súbor bol vymazaný zo servera - + The file could not be downloaded completely. Súbor sa nedá stiahnuť úplne. - + The downloaded file is empty despite that the server announced it should have been %1. - + Prebratý súbor je prázdny napriek tomu, že server oznámil, že mal mať %1. - + File %1 cannot be saved because of a local file name clash! Súbor %1 nie je možné uložiť, pretože jeho názov koliduje s názvom lokálneho súboru! - + File has changed since discovery Súbor sa medzitým zmenil - + Error writing metadata to the database Chyba pri zápise metadát do databázy @@ -2308,7 +2388,7 @@ Nie je vhodné ju používať. ; Obnovenie zlyhalo: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2318,7 +2398,7 @@ Nie je vhodné ju používať. could not delete file %1, error: %2 - + nie je možné vymazať súbor %1, chyba: %2 @@ -2440,27 +2520,27 @@ Nie je vhodné ju používať. OCC::PropagateUploadFileNG - + The local file was removed during sync. Lokálny súbor bol odstránený počas synchronizácie. - + Local file changed during sync. Lokálny súbor bol zmenený počas synchronizácie. - + Unexpected return code from server (%1) Neočakávaný návratový kód zo servera (%1) - + Missing File ID from server - + Missing ETag from server @@ -2669,22 +2749,22 @@ Nie je vhodné ju používať. OCC::ShareLinkWidget - + &Share link - + Password: Heslo: - + Expiration date: Dátum vypršania: - + TextLabel Štítok @@ -2757,22 +2837,22 @@ Nie je vhodné ju používať. OCC::ShareUserGroupWidget - + Share with users or groups ... Zdieľať s používateľmi alebo skupinami ... - + Copy link Kopírovať odkaz - + No results for '%1' Žiadne výsledky pre '%1' - + I shared something with you Niečo som vám sprístupnil @@ -2790,22 +2870,27 @@ Nie je vhodné ju používať. môže upraviť - + Can reshare Môže sprístupniť aj iným - + + Unshare + + + + Can create Môže vytvárať - + Can change Môže meniť - + Can delete Môže odstraňovať @@ -2832,8 +2917,8 @@ Nie je vhodné ju používať. - SSL Chipher Debug View - Debug zobrazenie šifrovania SSL + SSL Cipher Debug View + @@ -3017,11 +3102,6 @@ Nie je vhodné ju používať. OCC::SslErrorDialog - - - Form - Formulár - Trust this certificate anyway @@ -3051,44 +3131,49 @@ Nie je vhodné ju používať. - + Organization: %1 Organizácia: %1 - + Unit: %1 Jednotka: %1 - + Country: %1 Krajina: %1 - Fingerprint (MD5): <tt>%1</tt> - Odtlačok (MD5 hash): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Odtlačok (SHA1 hash): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Dátum účinnosti: %1 - + Expiration Date: %1 Koniec platnosti: %1 - + Issuer: %1 Vydavateľ: %1 @@ -3259,7 +3344,7 @@ Nie je vhodné ju používať. Filename contains trailing spaces. - + Názov súboru obsahuje medzery na konci. @@ -3279,7 +3364,7 @@ Nie je vhodné ju používať. Stat failed. - + Nepodarilo sa získať informácie o súbore. @@ -3294,7 +3379,7 @@ Nie je vhodné ju používať. Unable to read the blacklist from the local database - + Nepodarilo sa načítať čiernu listinu z miestnej databázy @@ -3379,11 +3464,11 @@ Nie je vhodné ju používať. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Verzia %1. Pre viac informácií choďte na <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3391,25 +3476,25 @@ Nie je vhodné ju používať. OCC::WebEnginePage - + Invalid certificate detected Bol zistený neplatný certifikát - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? Hostiteľ "%1" poskytol neplatný certifikát. Chcete pokračovať? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Boli ste odhlásení z %1 ako používateľ %2. Znovu sa prihláste - + Please login with the user: %1 Prihláste sa pomocou používateľa: %1 @@ -3476,11 +3561,6 @@ Nie je vhodné ju používať. Settings... Nastavenia... - - - Details... - Podrobnosti... - Help @@ -3514,7 +3594,7 @@ Nie je vhodné ju používať. Disconnected from some accounts - + Odpojené od niektorých účtov @@ -3592,6 +3672,11 @@ Nie je vhodné ju používať. New account... Nový účet… + + + View more activity... + + Crash now @@ -3651,23 +3736,6 @@ Nie je vhodné ju používať. OwncloudAdvancedSetupPage - - - Form - Formulár - - - - - - - - - - - TextLabel - Štítok - Server @@ -3709,11 +3777,6 @@ Nie je vhodné ju používať. &Local Folder &Lokálny priečinok - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3732,11 +3795,6 @@ Nie je vhodné ju používať. OwncloudHttpCredsPage - - - Form - Formulár - &Username @@ -3750,11 +3808,6 @@ Nie je vhodné ju používať. OwncloudOAuthCredsPage - - - Form - Formulár - Please switch to your browser to proceed. @@ -3770,20 +3823,14 @@ Nie je vhodné ju používať. Re-open Browser Znovu otvoriť prehliadač + + + Copy link + + OwncloudSetupPage - - - Form - Formulár - - - - - TextLabel - Štítok - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3817,27 +3864,11 @@ Nie je vhodné ju používať. OwncloudWizardResultPage - - - Form - Formulár - - - - TextLabel - Štítok - Your entire account is synced to the local folder Celý váš účet bol zosynchronizovaný z lokálnym priečinkom - - - - PushButton - Tlačidlo - QObject @@ -3892,7 +3923,7 @@ Nie je vhodné ju používať. Pred istým časom - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3974,14 +4005,6 @@ Nie je vhodné ju používať. Stiahnutý súbor nemá správny kontrolný súčet, bude stiahnutý znovu. - - WebView - - - Form - Formulár - - main.cpp diff --git a/translations/client_sl.ts b/translations/client_sl.ts index da3aa1f8c..8bdabe3e3 100644 --- a/translations/client_sl.ts +++ b/translations/client_sl.ts @@ -4,78 +4,78 @@ %1 (%2, %3) - + %1 (%2, %3) Checking for changes in '%1' - + Preverjanje sprememb v »%1« Syncing %1 of %2 (%3 left) - + Poteka usklajevanje %1 od %2 (preostaja %3) Syncing %1 of %2 - + Poteka usklajevanje %1 od %2 Syncing %1 (%2 left) - + Usklajevanje %1 (%2 do konca) Syncing %1 - + Usklajevanje %1 No recently changed files - + Ni nedavno spremenjenih datotek Sync paused - + Usklajevanje v premoru Syncing - + Usklajevanje Open website - + Odpri spletišče Recently changed - + Nedavno spremenjeno Pause synchronization - + Ustavi usklajevanje Help - + Pomoč Settings - + Nastavitve Log out - + Odjava @@ -85,15 +85,10 @@ Dialog - - - Dialog - - Label - + Oznaka @@ -107,7 +102,7 @@ Could not move '%1' to '%2' - + Premik '%1' v '%2' ni uspel @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Obrazec + + + Please switch to your browser to proceed. + Preklopite na brskalnik za nadaljevanje. + + + + An error occurred while connecting. Please try again. + Med vzpostavljanjem povezave je prišlo do napake. Poskusite znova. + + + + Re-open Browser + Ponovno odpri brskalnik + + + + Copy link + Kopiraj povezavo + + + + Flow2AuthWidget + + + Form + Obrazec + + + + Please switch to your browser to proceed. + Preklopite na brskalnik za nadaljevanje. + + + + An error occurred while connecting. Please try again. + Med vzpostavljanjem povezave je prišlo do napake. Poskusite znova. + + + + Re-open Browser + Ponovno odpri brskalnik + + + + Copy link + Kopiraj povezavo + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Obrazec - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Obrazec - - - + ... ... - + Storage space: ... Prostor: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Neizbrane mape bodo <b>odstranjene</b> iz krajevnega datotečnega sistema in s tem računalnikom ne bodo več usklajevane! - + Synchronize all Uskladi vse - + Synchronize none Ne uskladi ničesar - + Apply manual changes Uveljavi ročno narejene spremembe - + Apply Uveljavi - - - + + + Cancel Prekliči - + Connected with <server> as <user> Vzpostavljena je povezava s strežnikom <server> kot <user> - + No account configured. Ni nastavljenega računa. - + Add new Dodaj nov račun - + Remove Odstrani račun - + Account Račun - + + This account supports end-to-end encryption + + + + + Enable encryption + Omogoči šifriranje + + + Show E2E mnemonic - + Encrypt - + Šifriraj - + + + Edit Ignored Files + Uredi neusklajevane datoteke + + + Choose what to sync Izbor predmetov za usklajevanje - + Force sync now Vsili takojšnje usklajevanje - + Restart sync Ponovno zaženi usklajevanje - + Remove folder sync connection Odstrani povezavo za usklajevanje mape - + Folder creation failed Ustvarjanje mape je spodletelo - + <p>Could not create local folder <i>%1</i>. <p>Ni mogoče ustvariti krajevne mape <i>%1</i>. - + Confirm Folder Sync Connection Removal Potrdi odstranjevanje povezave usklajevanja mape - + Remove Folder Sync Connection Odstrani povezavo za usklajevanje mape - + Sync Running Usklajevanje je v teku - + The syncing operation is running.<br/>Do you want to terminate it? Izvaja se usklajevanje.<br/>Ali želite opravilo prekiniti? - + %1 in use %1 v uporabi - + %1 as <i>%2</i> %1 kot <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Različica strežnika %1 je zastarela in ni več podprta! Nadaljujete na lastno odgovornost. - + Connected to %1. Vzpostavljena je povezava z %1. - + Server %1 is temporarily unavailable. Strežnik %1 trenutno ni dosegljiv. - + Server %1 is currently in maintenance mode. Strežnik %1 je trenutno v načinu vzdrževanja. - + Signed out from %1. Uspešno odjavljeno iz %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Poteka pridobitev overitve prek brskalnika. <a href='%1'>Kliknite</a> to za ponovno odpiranje brskalnika. - + Connecting to %1... Poteka vzpostavljanje povezave s strežnikom %1 ... - + No connection to %1 at %2. S strežnikom %1 ni vzpostavljene povezave (%2). - + Log in Prijava - + There are folders that were not synchronized because they are too big: Zaznane so mape, ki zaradi omejitve velikosti niso bile usklajene: - + There are folders that were not synchronized because they are external storages: Zaznane so mape, ki zaradi pripadnosti zunanji shrambi niso bile usklajene: - + There are folders that were not synchronized because they are too big or external storages: Zaznane so mape, ki zaradi omejitve velikosti ali pripadnosti zunanji shrambi niso bile usklajene: - + Confirm Account Removal Potrdi odstranjevanje računa - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Ali res želite odstraniti povezavo z računom <i>%1</i>?</p><p><b>Opomba:</b> odstranitev ovezave <b>ne izbriše</b> nobene datoteke.</p> - + Remove connection Odstrani povezavo - - + + Open folder Odpri mapo - - + + Log out Odjavi račun - + Resume sync Nadaljuj z usklajevanjem - + Pause sync Premor usklajevanja - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Ali res želite zaustaviti usklajevanje mape <i>%1</i>?</p><p><b>Opomba:</b> s tem datoteke iz odjemalca <b>ne bodo</b> odstranjene.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) od %2 v uporabi. Nekatere mape, vključno s priklopljenimi mapami in mapami v souporabi, imajo morda različne omejitve. - + %1 of %2 in use %1 od %2 v uporabi - + Currently there is no storage usage information available. Trenutno ni na voljo nobenih podatkov o porabi prostora. - + No %1 connection configured. Ni nastavljene povezave %1. @@ -517,17 +569,17 @@ %1 - + %1 More information - + Več podrobnosti Accept - + Sprejmi @@ -537,38 +589,28 @@ Open Browser - + Odpri brskalnik OCC::ActivityWidget - - - Form - Obrazec - - - - TextLabel - Besedilna oznaka - Accept - + Sprejmi - + Synced - + Usklajeno - + Retry all uploads - + Ponovi vsa nalaganja - + <br/>Account %1 does not have activities enabled. <br/>Za račun %1 možnosti opravil niso omogočene. @@ -603,12 +645,12 @@ Select a certificate - Izberi potrdilo + Izbor potrdila Certificate files (*.p12 *.pfx) - Vrste potrdil (*.p12 *.pfx) + Datoteke potrdil (*.p12 *.pfx) @@ -621,12 +663,12 @@ There was an error while accessing the configuration file at %1. Please make sure the file can be accessed by your user. - + Med dostopom do nastavitvene datoteke na %1 je prišlo do napake. Preverite, da je dostopna vašemu uporabniku. Quit %1 - + Končaj %1 @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Napaka zapisovanja metapodatkov v podatkovno zbirko @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Vzpostavi povezavo z %1 + + + + Login in your browser (Login Flow v2) + Prijava v brskalniku (Prijavni Tok v2) + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 ni mogoče brati. - + %1 has been removed. %1 names a file. Datoteka %1 je odstranjena. - + %1 has been downloaded. %1 names a file. Datoteka %1 je prejeta. - + %1 has been updated. %1 names a file. Datoteka %1 je posodobljena. - + %1 has been renamed to %2. %1 and %2 name files. Datoteka %1 je preimenovana v %2. - + %1 has been moved to %2. Datoteka %1 je premaknjena v %2. - + %1 and %n other file(s) have been removed. Datoteka %1 in še %n druga datoteka je bila izbrisana.Datoteka %1 in še %n drugi datoteki sta bili izbrisani.Datoteka %1 in še %n druge datoteke so bile izbrisane.Datoteka %1 in še %n drugih datotek je bilo izbrisanih. - + %1 and %n other file(s) have been downloaded. Datoteka %1 in še %n druga datoteka je bila shranjena na disk.Datoteka %1 in še %n drugi datoteki sta bili shranjeni na disk.Datoteka %1 in še %n druge datoteke so bile shranjene na disk.Datoteka %1 in še %n drugih datotek je bilo shranjenih na disk. - + %1 and %n other file(s) have been updated. Datoteka %1 in še %n druga datoteka je bila posodobljena.Datoteka %1 in še %n drugi datoteki sta bili posodobljeni.Datoteka %1 in še %n druge datoteke so bile posodobljene.Datoteka %1 in še %n drugih datotek je bilo posodobljenih. - + %1 has been renamed to %2 and %n other file(s) have been renamed. Datoteka %1 je bila preimenovana v %2 in še %n druga datoteka je bila preimenovana.Datoteka %1 je bila preimenovana v %2 in še %n drugi datoteki sta bili preimenovani.Datoteka %1 je bila preimenovana v %2 in še %n druge datoteke so bile preimenovane.Datoteka %1 je bila preimenovana v %2 in še %n drugih datotek je bilo preimenovanih. - + %1 has been moved to %2 and %n other file(s) have been moved. Datoteka %1 je bila premaknjena v %2 in še %n druga datoteka je bila premaknjena.Datoteka %1 je bila premaknjena v %2 in še %n drugi datoteki sta bili premaknjeni.Datoteka %1 je bila premaknjena v %2 in še %n druge datoteke so bile premaknjene.Datoteka %1 je bila premaknjena v %2 in še %n drugih datotek je bilo premaknjenih. - + %1 has and %n other file(s) have sync conflicts. Pri datoteki %1 in še %n drugi datoteki je zaznan spor usklajevanja.Pri datoteki %1 in še %n drugih datotekah je zaznan spor usklajevanja.Pri datoteki %1 in še %n drugih datotekah je zaznan spor usklajevanja.Pri datoteki %1 in še %n drugih datotekah je zaznan spor usklajevanja. - + %1 has a sync conflict. Please check the conflict file! Pri datoteki %1 je zaznan spor usklajevanja. Preverite datoteko! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. Datoteke %1 in še %n druge datoteke ni mogoče uskladiti zaradi napak. Podrobnosti so zapisane v dnevniški datoteki.Datoteke %1 in še %n drugih datotek ni mogoče uskladiti zaradi napak. Podrobnosti so zapisane v dnevniški datoteki.Datoteke %1 in še %n drugih datotek ni mogoče uskladiti zaradi napak. Podrobnosti so zapisane v dnevniški datoteki.Datoteke %1 in še %n drugih datotek ni mogoče uskladiti zaradi napak. Podrobnosti so zapisane v dnevniški datoteki. - + %1 could not be synced due to an error. See the log for details. Datoteke %1 zaradi napake ni mogoče uskladiti. Več podrobnosti je zabeleženih v dnevniški datoteki. - + Sync Activity Dejavnost usklajevanja - + Could not read system exclude file Ni mogoče prebrati sistemske izločitvene datoteke - + A new folder larger than %1 MB has been added: %2. Dodana je nova mapa, ki presega %1 MB: %2. - + A folder from an external storage has been added. Dodana je mapa iz zunanje shrambe. - + Please go in the settings to select it if you wish to download it. Med nastavitvami jo lahko izberete in označite za prejem. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + Ohrani krajevne datoteke - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -894,7 +989,7 @@ Ali ste prepričani, da želite posodobiti spremembe s strežnikom? Če je prišlo do napake in se odločite datoteke ohraniti, bodo te ponovno usklajene s strežnika. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -903,17 +998,17 @@ To se lahko zgodi, če je na strežniku na primer obnovljena varnostna kopija. Z nadaljevanjem usklajevanja bodo vse trenutne datoteke prepisane s starejšimi različicami. Ali želite ohraniti trenutne krajevne datoteke kot preimenovane datoteke v usklajevalnem sporu? - + Backup detected Varnostna kopija je zaznana - + Normal Synchronisation Običajno usklajevanje - + Keep Local Files as Conflict Ohrani krajevne datoteke kot datoteke v sporu @@ -1132,12 +1227,12 @@ Z nadaljevanjem usklajevanja bodo vse trenutne datoteke prepisane s starejšimi ↓ %1/s - + ↓ %1/s ↑ %1/s - + ↑ %1/s @@ -1309,15 +1404,10 @@ Z nadaljevanjem usklajevanja bodo vse trenutne datoteke prepisane s starejšimi OCC::GeneralSettings - - - Form - Obrazec - Legal notice - + Pravno obvestilo @@ -1463,86 +1553,82 @@ Z nadaljevanjem usklajevanja bodo vse trenutne datoteke prepisane s starejšimi Maske neusklajevanih datotek - - Add - Dodaj - - - - Remove all - - - - - Pattern - Maska - - - - Allow Deletion - Dovoli brisanje - - - - Remove - Odstrani - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Datoteke in mape, ki so skladne z masko, ne bodo usklajevane. - -Predmeti v mapah, ki jih je dovoljeno izbrisati, bodo odstranjeni, če preprečujejo brisanje mape. Možnost je uporabna pri odstranjevanju metapodatkov. - - - - Could not open file - Datoteke ni mogoče odpreti - - - - Cannot write changes to '%1'. - Ni mogoče zapisati sprememb v '%1'. - - - - Add Ignore Pattern - Dodaj masko za neusklajevanje - - - - Add a new ignore pattern: - Dodaj novo masko za neusklajevanje: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Ta vnos je ponujen pri '%1' in ga v tem pogledu ni mogoče spreminjati. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - - - TextLabel - + Pravno obvestilo Close - + Zapri @@ -1668,11 +1754,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Obrazec - Proxy Settings @@ -1902,7 +1983,7 @@ zahteva skrbniška dovoljenja za dokončanje opravila. Free space: %1 - + Prostor: %1 @@ -1918,7 +1999,7 @@ zahteva skrbniška dovoljenja za dokončanje opravila. There isn't enough free space in the local folder! - + V krajevni mapi ni dovolj prostora! @@ -1984,11 +2065,6 @@ zahteva skrbniška dovoljenja za dokončanje opravila. Login in your browser Prijava v brskalniku - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2010,7 +2086,7 @@ zahteva skrbniška dovoljenja za dokončanje opravila. Secure collaboration & file exchange - + Varno sodelovanje in izmenjava datotek @@ -2040,12 +2116,12 @@ Uporaba ni priporočljiva. &Naslednja > - + Invalid URL - + Neveljaven naslov URL - + Could not load certificate. Maybe wrong password? @@ -2135,7 +2211,7 @@ Uporaba ni priporočljiva. creating folder on Nextcloud: %1 - + ustvarjanje mape v oblaku Nextcoud: %1 @@ -2203,12 +2279,12 @@ Uporaba ni priporočljiva. OCC::OwncloudWizard - + %1 Connection Wizard Čarovnik za povezavo %1 - + Skip folders configuration Preskoči nastavitve map @@ -2242,7 +2318,7 @@ Uporaba ni priporočljiva. OCC::PropagateDirectory - + Error writing metadata to the database Napaka zapisovanja metapodatkov v podatkovno zbirko @@ -2270,32 +2346,32 @@ Uporaba ni priporočljiva. Na disku je prostora manj kot %1 - + File was deleted from server Datoteka je izbrisana s strežnika - + The file could not be downloaded completely. Datoteke ni mogoče prejeti v celoti. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! Datoteke %1 ni mogoče shraniti zaradi neskladja z imenom obstoječe datoteke! - + File has changed since discovery Datoteka je bila spremenjena po usklajevanju seznama datotek - + Error writing metadata to the database Napaka zapisovanja metapodatkov v podatkovno zbirko @@ -2308,7 +2384,7 @@ Uporaba ni priporočljiva. ; obnovitev je spodletela: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Datoteka ali mapa je bila odstranjena iz mesta v souporabi, ki je nastavljeno le za branje, obnavljanje pa je spodletelo: %1 @@ -2440,27 +2516,27 @@ Uporaba ni priporočljiva. OCC::PropagateUploadFileNG - + The local file was removed during sync. Krajevna datoteka je bila med usklajevanjem odstranjena. - + Local file changed during sync. Krajevna datoteka je bila med usklajevanjem spremenjena. - + Unexpected return code from server (%1) Napaka: nepričakovan odziv s strežnika (%1). - + Missing File ID from server Na strežniku manjka ID datoteke - + Missing ETag from server Na strežniku manjka ETag datoteke @@ -2643,7 +2719,7 @@ Uporaba ni priporočljiva. Icon - + Ikona @@ -2669,22 +2745,22 @@ Uporaba ni priporočljiva. OCC::ShareLinkWidget - + &Share link - + Password: - + Geslo: - + Expiration date: - + Datum preteka: - + TextLabel Besedilna oznaka @@ -2696,47 +2772,47 @@ Uporaba ni priporočljiva. Allow Editing - + Dovoli urejanje Read only - + Samo branje Allow Upload && Editing - + Dovoli pošiljanje in urejanje File Drop (Upload Only) - + Povleci datoteke (samo nalaganje) Password Protect - + Zaščiti z geslom Expiration Date - + Datum preteka Unshare - + Prekini souporabo Add another link - + Dodaj novo povezavo Confirm Link Share Deletion - + Potrdi brisanje povezave za deljenje @@ -2757,22 +2833,22 @@ Uporaba ni priporočljiva. OCC::ShareUserGroupWidget - + Share with users or groups ... Souporaba z uporabniki ali skupinami ... - + Copy link - + Kopiraj povezavo - + No results for '%1' Ni zadetkov za '%1' - + I shared something with you @@ -2782,7 +2858,7 @@ Uporaba ni priporočljiva. User name - + Uporabniško ime @@ -2790,24 +2866,29 @@ Uporaba ni priporočljiva. lahko ureja - + Can reshare - + Lahko deli naprej - + + Unshare + Prekini souporabo + + + Can create - + Lahko ustvari - + Can change - + Lahko spremeni - + Can delete - + Lahko briše @@ -2832,7 +2913,7 @@ Uporaba ni priporočljiva. - SSL Chipher Debug View + SSL Cipher Debug View Pogled razhroščevalnika šifer SSL @@ -2852,7 +2933,7 @@ Uporaba ni priporočljiva. Share with %1 parameter is Nextcloud - + Omogoči souporabo z %1 @@ -3017,11 +3098,6 @@ Uporaba ni priporočljiva. OCC::SslErrorDialog - - - Form - Obrazec - Trust this certificate anyway @@ -3051,44 +3127,49 @@ Uporaba ni priporočljiva. - + Organization: %1 Ustanova: %1 - + Unit: %1 Enota: %1 - + Country: %1 Država: %1 - Fingerprint (MD5): <tt>%1</tt> - Prstni odtis (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Prstni odtis (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Prstni odtis (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Prstni odtis (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Začetek veljavnosti: %1 - + Expiration Date: %1 Datum preteka: %1 - + Issuer: %1 Izdajatelj: %1 @@ -3204,7 +3285,7 @@ Uporaba ni priporočljiva. File or directory not found: - + Datoteke ali mape ni mogoče najti @@ -3379,11 +3460,11 @@ Uporaba ni priporočljiva. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Različica %1. Podrobnosti so na voljo na spletišču <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3391,25 +3472,25 @@ Uporaba ni priporočljiva. OCC::WebEnginePage - + Invalid certificate detected - + Zaznano neveljavno potrdilo - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3476,11 +3557,6 @@ Uporaba ni priporočljiva. Settings... Nastavitve ... - - - Details... - Podrobnosti ... - Help @@ -3545,7 +3621,7 @@ Uporaba ni priporočljiva. Unresolved conflicts - + Nerazrešeni spori @@ -3592,6 +3668,11 @@ Uporaba ni priporočljiva. New account... Nov račun ... + + + View more activity... + + Crash now @@ -3601,7 +3682,7 @@ Uporaba ni priporočljiva. Apps - + Programi @@ -3651,23 +3732,6 @@ Uporaba ni priporočljiva. OwncloudAdvancedSetupPage - - - Form - Obrazec - - - - - - - - - - - TextLabel - Besedilna oznaka - Server @@ -3709,11 +3773,6 @@ Uporaba ni priporočljiva. &Local Folder &Krajevna mapa - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3732,11 +3791,6 @@ Uporaba ni priporočljiva. OwncloudHttpCredsPage - - - Form - Obrazec - &Username @@ -3750,11 +3804,6 @@ Uporaba ni priporočljiva. OwncloudOAuthCredsPage - - - Form - Obrazec - Please switch to your browser to proceed. @@ -3770,20 +3819,14 @@ Uporaba ni priporočljiva. Re-open Browser Ponovno odpri brskalnik + + + Copy link + Kopiraj povezavo + OwncloudSetupPage - - - Form - Obrazec - - - - - TextLabel - Besedilna oznaka - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3797,12 +3840,12 @@ Uporaba ni priporočljiva. Log in - + Prijava Server Address - + Naslov strežnika @@ -3817,27 +3860,11 @@ Uporaba ni priporočljiva. OwncloudWizardResultPage - - - Form - Obrazec - - - - TextLabel - Besedilna oznaka - Your entire account is synced to the local folder Naveden račun je v celoti usklajen s krajevno mapo - - - - PushButton - Potisni gumb - QObject @@ -3849,22 +3876,22 @@ Uporaba ni priporočljiva. %n day ago - + pred %n dnempred %n dnevomapred %n dnevipred %n dnevi %n days ago - + pred %n dnevompred %n dnevomapred %n dnevipred %n dnevi %n hour ago - + pred %n uropred %n uramapred %n uramipred %n urami %n hours ago - + pred %n uropred %n uramapred %n uramipred %n urami @@ -3879,7 +3906,7 @@ Uporaba ni priporočljiva. %n minute ago - + pred %n minutopred %n minutamapred %n minutamipred %n minutami @@ -3892,7 +3919,7 @@ Uporaba ni priporočljiva. Pred nekaj časa - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3974,14 +4001,6 @@ Uporaba ni priporočljiva. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_sr.ts b/translations/client_sr.ts index 9cfaf3b79..369f28feb 100644 --- a/translations/client_sr.ts +++ b/translations/client_sr.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Дијалог - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Образац + + + Please switch to your browser to proceed. + Пребаците се на веб читач да наставите. + + + + An error occurred while connecting. Please try again. + Догодила се грешка при повезивању. Покушајте поново. + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + Образац + + + + Please switch to your browser to proceed. + Пребаците се на веб читач да наставите. + + + + An error occurred while connecting. Please try again. + Догодила се грешка при повезивању. Покушајте поново. + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Образац - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Мнемоник шифровања са краја на крај - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Да бисте заштитили Ваш криптографски идентитет, шифровали смо га са лако памтљивих 12 речи из речника. Запишите их и добро их чувајте. Биће Вам потребне да додате нове уређаје на Ваш налог (као нпр. мобилни или лаптоп). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Образац - - - + ... ... - + Storage space: ... Простор у складишту: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Неозначене фасцикле биће <b>уклоњене</b> из локалног фајл-система и више се неће синхронизовати на овом рачунару - + Synchronize all Синхронизуј све - + Synchronize none Ништа не синхронизуј - + Apply manual changes Примени ручне измене - + Apply Примени - - - + + + Cancel Одустани - + Connected with <server> as <user> Повезан са <server> као <user> - + No account configured. Није подешен налог. - + Add new Додај нови - + Remove Уклони - + Account Налог - + + This account supports end-to-end encryption + Овај налог подржава шифровање са краја на крај + + + + Enable encryption + Укључи шифровање + + + Show E2E mnemonic Прикажи E2E мнемоник - + Encrypt Шифруј - + + + Edit Ignored Files + + + + Choose what to sync Изаберите шта синхронизовати - + Force sync now Форсирај синхронизацију сада - + Restart sync Поново покрени синхронизацију - + Remove folder sync connection Уклони везу на синхронизацију фасцикле - + Folder creation failed Прављење фасцикле није успело - + <p>Could not create local folder <i>%1</i>. <p>Не могу да направим локалну фасциклу <i>%1</i>. - + Confirm Folder Sync Connection Removal Потврдите уклањање конекције на синхронизацију фасцикле - + Remove Folder Sync Connection Уклони везу на синхронизацију фасцикле - + Sync Running Синхронизација у току - + The syncing operation is running.<br/>Do you want to terminate it? Синхронизација је у току.<br/>Желите ли да је прекинете? - + %1 in use %1 искоришћено - + %1 as <i>%2</i> %1 као <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Верзија сервера %1 је стара и није подржана! Настављате на сопствену одговорност. - + Connected to %1. Повезан са %1. - + Server %1 is temporarily unavailable. Сервер %1 је привремено недоступан. - + Server %1 is currently in maintenance mode. Сервер %1 је тренутно у режиму одржавања. - + Signed out from %1. Одјављен са %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Дохватам ауторизацију из веб читача. <a href='%1'>Кликните овде</a> да поново отворите веб читач. - + Connecting to %1... Повезујем се на %1... - + No connection to %1 at %2. Нема конекције на %1 са %2. - + Log in Пријава - + There are folders that were not synchronized because they are too big: Ово су фасцикле које нису синхронизоване јер су превелике: - + There are folders that were not synchronized because they are external storages: Ово су фасцикле које нису синхронизоване зато што су на спољним складиштима: - + There are folders that were not synchronized because they are too big or external storages: Ово су фасцикле које нису синхронизоване зато што су превелике или су на спољним складиштима: - + Confirm Account Removal Потврда уклањања налога - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Да ли стварно желите да уклоните везу ка налогу <i>%1</i>?</p><p><b>Белешка:</b> Овим <b>нећете</b>обрисати ниједан фајл.</p> - + Remove connection Уклони везу - - + + Open folder Отвори фасциклу - - + + Log out Одјава - + Resume sync Настави синхронизацију - + Pause sync Паузирај синхронизацију - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Желите ли заиста да престанете са синхронизацијом фасцикле <i>%1</i>?</p><p><b>Напомена:</b> Ово <b>неће</b> обрисати ниједан фајл.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) од %2 искоришћено. Неке фасцикле, укључујући мрежно монтиране или дељене фасцикле, могу имати друга ограничења. - + %1 of %2 in use %1% од %2 искоришћено - + Currently there is no storage usage information available. Тренутно нема доступних података о заузећу складишта. - + No %1 connection configured. Нема подешене %1 везе. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Образац - - - - TextLabel - Текст ознака - Accept Прихвати - + Synced Синхронизовано - + Retry all uploads Понови сва отпремања - + <br/>Account %1 does not have activities enabled. <br/>Налог %1 нема укључене активности. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Грешка приликом уписивања метаподатака у базу @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Унесите Вашу лозинку за шифровање са краја на крај:<br><br>Корисник: %2<br>Налог: %3<br> - + Enter E2E passphrase Унесите E2E лозинку @@ -722,6 +764,59 @@ У одговору са сервера за откривање фајлова недостају подаци. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Грешка враћена са сервера: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Догодила се грешка при приступању 'token' крајњој тачки: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Не могу да парсирам JSON враћен са сервера: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + Одговор са сервера није садржао сва очекивана поља + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Повежи се са %1 + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 није читљив. - + %1 has been removed. %1 names a file. %1 је уклоњен. - + %1 has been downloaded. %1 names a file. %1 је преузет. - + %1 has been updated. %1 names a file. %1 је ажуриран. - + %1 has been renamed to %2. %1 and %2 name files. %1 је преименован у %2. - + %1 has been moved to %2. %1 је премештен у %2. - + %1 and %n other file(s) have been removed. %1 и још %n други фајл је уклоњен.%1 и још %n друга фајла су уклоњени.%1 и још %n других фајлова су уклоњени. - + %1 and %n other file(s) have been downloaded. %1 и још %n други фајл је преузет.%1 и још %n друга фајла су преузети.%1 и још %n других фајлова су преузети. - + %1 and %n other file(s) have been updated. %1 и још %n други фајл је ажуриран.%1 и још %n друга фајла су ажурирани.%1 и још %n других фајлова су ажурирани. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 је преименован у %2, а још %n фајл је такође преименован.%1 је преименован у %2, а још %n фајла су такође преименована.%1 је преименован у %2, а још %n фајлова је такође преименовано. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 је померен у %2, а још %n фајл је такође померен.%1 је померен у %2, а још %n фајла су такође померена.%1 је померен у %2, а још %n фајлова је такође померено. - + %1 has and %n other file(s) have sync conflicts. %1 и још %n фајл имају конфликте.%1 и још %n друга фајла имају конфликте.%1 и још %n других фајлова имају конфликте. - + %1 has a sync conflict. Please check the conflict file! %1 има конфликт приликом синхронизације. Проверите конфликтни фајл! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 и још %n фајл није синхронизован због грешке. Погледајте записник за детаље.%1 и још %n фајла нису синхронизовани због грешке. Погледајте записник за детаље.%1 и још %n фајлова нису синхронизовани због грешке. Погледајте записник за детаље. - + %1 could not be synced due to an error. See the log for details. %1 није синхронизован због грешке. Погледајте записник за детаље. - + Sync Activity Активност синхронизације - + Could not read system exclude file Не могу да прочитам системски списак за игнорисање - + A new folder larger than %1 MB has been added: %2. Додата је нова фасцикла већа од %1 MB: %2. - + A folder from an external storage has been added. Додата је фасцикла са спољног складишта. - + Please go in the settings to select it if you wish to download it. Идите у поставке и означите ако желите да ја преузмете. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Фасцикла %1 је креирана, али је још раније искључена из синхронизације. Подаци унутар ње неће бити синхронизовани. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Фајл %1 је креиран, али је још раније искључен из синхронизације. Неће бити синхронизован. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ This means that the synchronization client might not upload local changes immedi %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a Ако одлучите да обришете фајлове, они ће Вам постати недоступни, осим ако нисте власник. - + Download new files? Преузети нове фајлове? - + Download new files Преузми нове фајлове - + Keep local files Задржи локалне фајлове - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Ако је ово била грешка и желите да задржите фајлове, они ће се поновно синхронизовати са сервера. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an Ако наставите синхронизацију, сви Ваши фајлови ће бити преписани са старијим фајловима из старијег стања. Да ли желите да задржите Ваше најскорије локалне фајлове као конфликтне фајлове? - + Backup detected Детектован бекап - + Normal Synchronisation Нормална синхронизација - + Keep Local Files as Conflict Чувај локалне фајлове као конфликтне @@ -1316,11 +1411,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Образац - Legal notice @@ -1472,82 +1562,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an Фајлови игнорисани шаблонима - - Add - Додај - - - - Remove all - Обриши све - - - - Pattern - шаблон - - - - Allow Deletion - брисање - - - - Remove - Уклони - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Фајлови или фасцикле које одговарају шаблону неће бити синхронизоване. - -Ставке над којима је дозвољено брисања ће бити избрисане уколико ометају да се директоријум избрише. Ово је корисно за мета податке. - - - - Could not open file - Не могу да отворим фајл - - - - Cannot write changes to '%1'. - Не могу да упишем измене у „%1“ - - - - Add Ignore Pattern - Додавање шаблона за игнорисање - - - - Add a new ignore pattern: - Додајте нови шаблон за игнорисање: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Овај унос је системски из „%1“ и не може се овде изменити. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Дијалог + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice Правно обавештење - - - TextLabel - Текст ознака - Close @@ -1679,11 +1765,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Образац - Proxy Settings @@ -1995,11 +2076,6 @@ for additional privileges during the process. Login in your browser Пријавите се из веб читача - - - Copy link to clipboard - Копирај везу у оставу - OCC::OwncloudSetupPage @@ -2051,12 +2127,12 @@ It is not advisable to use it. &Следеће > - + Invalid URL Неисправна адреса - + Could not load certificate. Maybe wrong password? Не могу да учитам сертификат. Можда је лозинка погрешна? @@ -2214,12 +2290,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 чаробњак повезивања - + Skip folders configuration Прескочи подешавање фасцикли @@ -2253,7 +2329,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database Грешка приликом упису мета података у базу података @@ -2281,32 +2357,32 @@ It is not advisable to use it. Слободан простор на диску је мањи од %1 - + File was deleted from server Фајл је обрисан са сервера - + The file could not be downloaded completely. Фајл није могао бити преузет у потпуности. - + The downloaded file is empty despite that the server announced it should have been %1. Преузети фајл је празан иако је сервер рекао да треба да је %1. - + File %1 cannot be saved because of a local file name clash! Фајл %1 се не може сачувати јер се судара са називом локалног фајла! - + File has changed since discovery Фајл је измењен у међувремену - + Error writing metadata to the database Грешка приликом упису мета података у базу података @@ -2319,7 +2395,7 @@ It is not advisable to use it. ; Враћање није успело: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Фајл или фасцикла је уклоњена из дељења које је само за читање, али повраћај није успео: %1 @@ -2451,27 +2527,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. Локални фајл је уклоњен током синхронизације. - + Local file changed during sync. Локални фајл измењен током синхронизације. - + Unexpected return code from server (%1) Неочекивани повратни код са сервера (%1) - + Missing File ID from server ID фајла недостаје са сервера - + Missing ETag from server ETag фајла недостаје са сервера @@ -2680,22 +2756,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link &Подели везу - + Password: Лозинка: - + Expiration date: Датум истека: - + TextLabel Текст ознака @@ -2768,22 +2844,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... Дели са корисницима или групама... - + Copy link Копирај везу - + No results for '%1' Нема резултата за '%1' - + I shared something with you Поделио сам нешто са Вама @@ -2801,22 +2877,27 @@ It is not advisable to use it. може да мења - + Can reshare Може да дели даље - + + Unshare + Укини дељење + + + Can create Може да креира унутар дељења - + Can change Може да мења садржај унутар дељења - + Can delete Може да брише садржај унутар дељења @@ -2843,7 +2924,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View SSL Chipher поглед за отклањање грешака @@ -3028,11 +3109,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - Образац - Trust this certificate anyway @@ -3062,44 +3138,49 @@ It is not advisable to use it. - + Organization: %1 Организација: %1 - + Unit: %1 Јединица: %1 - + Country: %1 Држава: %1 - Fingerprint (MD5): <tt>%1</tt> - Отисак (МД5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Отисак (СХА1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Важи од: %1 - + Expiration Date: %1 Истиче : %1 - + Issuer: %1 Издавач: %1 @@ -3390,11 +3471,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Верзија %1. За више информација посетите <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Верзија %1. За више информација кликните <a href='%2'>овде</a>.</p> - + <p>This release was supplied by %1</p> <p>Ово издање је обезбедио %1</p> @@ -3402,25 +3483,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected Детектован неисправан сертификат - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? Сервер „%1“ је понудио неисправан сертификат. Наставити? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Одјављени сте се са %1 као корисник %2. Пријавите се поново - + Please login with the user: %1 Пријавите се са корисником: %1 @@ -3487,11 +3568,6 @@ It is not advisable to use it. Settings... Поставке... - - - Details... - Детаљи... - Help @@ -3603,6 +3679,11 @@ It is not advisable to use it. New account... Нови налог... + + + View more activity... + Види још активности... + Crash now @@ -3662,23 +3743,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - Образац - - - - - - - - - - - TextLabel - Текст ознака - Server @@ -3720,11 +3784,6 @@ It is not advisable to use it. &Local Folder &Локална фасцикла - - - pbSelectLocalFolder - Избор локалне фасцикле - &Keep local data @@ -3743,11 +3802,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - Образац - &Username @@ -3761,11 +3815,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - Образац - Please switch to your browser to proceed. @@ -3781,20 +3830,14 @@ It is not advisable to use it. Re-open Browser Отворите веб читач поново + + + Copy link + + OwncloudSetupPage - - - Form - Образац - - - - - TextLabel - Текст ознака - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3828,27 +3871,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - Образац - - - - TextLabel - Текст ознака - Your entire account is synced to the local folder Целокупан налог је синхронизован са локалном фасциклом - - - - PushButton - Тастер - QObject @@ -3903,7 +3930,7 @@ It is not advisable to use it. пре неког времена - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3985,14 +4012,6 @@ It is not advisable to use it. Преузети фајл се не поклапа с контролном сумом. Биће настављено. - - WebView - - - Form - Образац - - main.cpp diff --git a/translations/client_sv.ts b/translations/client_sv.ts index 1cb122369..e6a7d6a37 100644 --- a/translations/client_sv.ts +++ b/translations/client_sv.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Dialog - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - Formulär + Form + + + Please switch to your browser to proceed. + Växla till din webbläsare för att fortsätta. + + + + An error occurred while connecting. Please try again. + Ett fel inträffade vid anslutning. Försök igen. + + + + Re-open Browser + Öppna webbläsaren igen + + + + Copy link + Kopiera länk + + + + Flow2AuthWidget + + + Form + Form + + + + Please switch to your browser to proceed. + Växla till din webbläsare för att fortsätta. + + + + An error occurred while connecting. Please try again. + Ett fel inträffade vid anslutning. Försök igen. + + + + Re-open Browser + Öppna webbläsaren igen + + + + Copy link + Kopiera länk + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Formulär - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic End to end krypteringsord - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). För att skydda din krypteringsidentitet, krypterar vi den med en mnemoteknisk av 12 ord. Notera dessa ord och håll dem säkra. De kommer behövas för att lägga till andra enheter till ditt konto (t.ex. mobiltelefon eller laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Form - - - + ... ... - + Storage space: ... Lagringsutrymme: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore De mappar som inte väljs kommer att <b>raderas</b> från det lokala filsystemet och kommer inte att synkroniseras till den här datorn längre. - + Synchronize all Synkronisera alla - + Synchronize none Synkronisera inga - + Apply manual changes Spara manuella ändringar - + Apply Tillämpa - - - + + + Cancel Avbryt - + Connected with <server> as <user> Ansluten till <server> som <user> - + No account configured. Inget konto är konfigurerat. - + Add new Lägg till ny - + Remove Radera - + Account Konto - + + This account supports end-to-end encryption + Detta konto stödjer ändpunkt-till-ändpunkt-kryptering + + + + Enable encryption + Aktivera kryptering + + + Show E2E mnemonic Visa E2E krypteringsord - + Encrypt Kryptera - + + + Edit Ignored Files + Redigera ignorerade filer + + + Choose what to sync Välj vad som ska synkas - + Force sync now Tvinga synkning - + Restart sync Starta om synkning - + Remove folder sync connection Ta bort anslutning till mappsynkronisering - + Folder creation failed Kunde inte skapa mappen - + <p>Could not create local folder <i>%1</i>. <p>Kunde inte skapa lokal mapp <i>%1</i>. - + Confirm Folder Sync Connection Removal Bekräfta radering av anslutning till mappsynkronisering - + Remove Folder Sync Connection Ta bort anslutning till mappsynkronisering - + Sync Running Synkronisering pågår - + The syncing operation is running.<br/>Do you want to terminate it? En synkronisering pågår.<br/>Vill du avbryta den? - + %1 in use %1 används - + %1 as <i>%2</i> %1 som <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. Serverversion %1 är gammal och stöds inte längre! Fortsätt på egen risk. - + Connected to %1. Ansluten till %1. - + Server %1 is temporarily unavailable. Servern %1 är för tillfället inte tillgänglig. - + Server %1 is currently in maintenance mode. Servern %1 är för närvarande i underhållsläge. - + Signed out from %1. Utloggad från %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Anskaffar autentisering från webbläsaren. <a href='%1'>Klicka här </a> för att öppna webbläsaren igen. - + Connecting to %1... Ansluter till %1... - + No connection to %1 at %2. Ingen anslutning till %1 vid %2. - + Log in Logga in - + There are folders that were not synchronized because they are too big: Dessa mappar har inte synkroniserats för att de är för stora: - + There are folders that were not synchronized because they are external storages: Det finns mappar som inte synkroniserats för att de är externa lagringsytor: - + There are folders that were not synchronized because they are too big or external storages: Det finns mappar som inte blivit synkroniserade på grund av att de är för stora eller är externa lagringsytor: - + Confirm Account Removal Bekräfta radering an kontot - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vill du verkligen avsluta anslutningen till kontot <i>%1</i>?</p><p><b>Observera:</b> Detta kommer <b>inte</b> radera några filer.</p> - + Remove connection Radera anslutning - - + + Open folder Öppna mapp - - + + Log out Logga ut - + Resume sync Återuppta synkronisering - + Pause sync Pausa synkronisering - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vill du verkligen avbryta synkronisering av mappen <i>%1</i>?</p><p><b>Observera:</b> Detta kommer <b>inte</b> radera några filer.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) av %2 används. Vissa mappar, inklusive nätverks- eller delade mappar, kan ha andra begränsningar. - + %1 of %2 in use %1 av %2 används - + Currently there is no storage usage information available. Just nu finns ingen utrymmes information tillgänglig - + No %1 connection configured. Ingen %1 anslutning konfigurerad. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Form - - - - TextLabel - Textetikett - Accept Acceptera - + Synced Synkroniserad - + Retry all uploads Försök ladda upp igen - + <br/>Account %1 does not have activities enabled. <br/>Kontot %1 har inte aktiviteter aktiverade @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Fel vid skrivning av metadata till databasen @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Ange dina end to end krypteringsord:<br><br>Användare: %2<br>Konto: %3<br> - + Enter E2E passphrase Ange E2E krypteringsord @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Fel returnerat från server: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + Fel uppstod vid åtkomst till 'token' endpoint: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Kunde inte analysera JSON som returnerades från servern: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + Svaret från servern innehöll inte alla förväntade fält + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + Anslut till %1 + + + + Login in your browser (Login Flow v2) + Logga in i din webbläsare (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Det går inte att öppna webbläsaren, kopiera länken till din webbläsare. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Det går inte att öppna webbläsaren, kopiera länken till din webbläsare. + + OCC::Folder @@ -740,120 +835,120 @@ %1 är inte läsbar. - + %1 has been removed. %1 names a file. %1 har tagits bort. - + %1 has been downloaded. %1 names a file. %1 har laddats ned. - + %1 has been updated. %1 names a file. %1 har uppdaterats. - + %1 has been renamed to %2. %1 and %2 name files. %1 har döpts om till %2. - + %1 has been moved to %2. %1 har flyttats till %2. - + %1 and %n other file(s) have been removed. %1 och %n andra filer har tagits bort.%1 och %n andra filer har tagits bort. - + %1 and %n other file(s) have been downloaded. %1 och %n andra filer har laddats ner.%1 och %n andra filer har laddats ned. - + %1 and %n other file(s) have been updated. %1 och %n andra filer har uppdaterats.%1 och %n andra filer har uppdaterats. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 har döpts om till %2 och %n andra filer har döpts om.%1 har döpts om till %2 och %n andra filer har döpts om. - + %1 has been moved to %2 and %n other file(s) have been moved. %1 har flyttats till %2 och %n andra filer har flyttats.%1 har flyttats till %2 och %n andra filer har flyttats. - + %1 has and %n other file(s) have sync conflicts. %1 och %n andra filer har synk-konflikter.%1 och %n andra filer har synk-konflikter. - + %1 has a sync conflict. Please check the conflict file! %1 har en synk-konflikt. Vänligen kontrollera konfliktfilen! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 och %n andra filer kunde inte synkas på grund av fel. Se loggen för detaljer.%1 och %n andra filer kunde inte synkas på grund av fel. Se loggen för detaljer. - + %1 could not be synced due to an error. See the log for details. %1 kunde inte synkroniseras på grund av ett fel. Kolla loggen för ytterligare detaljer. - + Sync Activity Synk aktivitet - + Could not read system exclude file Kunde inte läsa systemets exkluderings-fil - + A new folder larger than %1 MB has been added: %2. En ny mapp större än %1 MB har lagts till: %2. - + A folder from an external storage has been added. En mapp från en extern lagringsyta har lagts till. - + Please go in the settings to select it if you wish to download it. Vänligen gå till inställningar och välj den om du önskar att ladda ned den. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. Mappen %1 skapades men var tidigare exkluderad från synkronisering. Data i denna mapp kommer inte att synkroniseras. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. Filen %1 skapades men var tidigare exkluderad från synkronisering. Den kommer inte att synkroniseras. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ Det betyder att synkroniseringsklienten inte kan ladda upp lokala ändringar ome %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ Om du vill behålla dessa filer kommer de att synkroniseras till servern på nyt Om du raderar filerna kommer de att vara otillgängliga för dig, om du inte är ägaren. - + Download new files? Ladda ned nya filer? - + Download new files Ladda ned nya filer - + Keep local files Behåll lokala filer - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ If this was an accident and you decide to keep your files, they will be re-synce Om detta var ett misstag och du vill behålla dina filer, kommer de att synkroniseras på nytt från servern. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Detta kan vara för att en säkerhetskopia har återställts på servern. Om du fortsätter synkningen kommer alla dina filer återställas med en äldre version av filen. Vill du behålla dina nyare lokala filer som konfliktfiler? - + Backup detected Backup upptäckt - + Normal Synchronisation Normal synkronisation - + Keep Local Files as Conflict Behåll lokala filer som konflikt @@ -1316,11 +1411,6 @@ Om du fortsätter synkningen kommer alla dina filer återställas med en äldre OCC::GeneralSettings - - - Form - Form - Legal notice @@ -1472,82 +1562,80 @@ Om du fortsätter synkningen kommer alla dina filer återställas med en äldre Filer ignorerade av mönster - - Add - Lägg till - - - - Remove all - Ta bort alla - - - - Pattern - Mönster - - - - Allow Deletion - Tillåt radering - - - - Remove - Radera - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Filer eller mappar som matchar ett möster kommer inte synkroniseras. - -Objekt som tillåter radering kommer tas bort om de förhindrar en mapp att tas bort. Det är användbart för meta-data. - - - - Could not open file - Kunde inte öppna fil - - - - Cannot write changes to '%1'. - Kan inte skriva förändringar till '%1'. - - - - Add Ignore Pattern - Lägg till synk-filter - - - - Add a new ignore pattern: - Lägg till ett nytt synk-filter: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. Denna post hanteras av systemet på '%1' och kan inte ändras här. - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - Dialog + + IgnoreListTableWidget + + + + Pattern + Filter + + + + Allow Deletion + Tillåt radering + + + + Add + Lägg till + + + + Remove + Ta bort + + + + Remove all + Ta bort alla + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + Filer eller mappar som matchar ett mönster kommer inte att synkroniseras. + +Objekt där radering är tillåtet raderas om de förhindrar att en mapp tas bort. Detta är användbart för metadata. + + + + Could not open file + Kunde inte öppna fil + + + + Cannot write changes to '%1'. + Kan inte skriva förändringar till '%1'. + + + + Add Ignore Pattern + Lägg till synk-filter + + + + Add a new ignore pattern: + Lägg till ett nytt synk-filter: + + + + OCC::LegalNotice Legal notice Rättsligt meddelande - - - TextLabel - Textetikett - Close @@ -1679,11 +1767,6 @@ Loggar kommer att skrivas till %1 OCC::NetworkSettings - - - Form - Form - Proxy Settings @@ -1995,11 +2078,6 @@ ytterligare rättigheter under processen. Login in your browser Logga in i din webbläsare - - - Copy link to clipboard - Kopiera länk till urklipp - OCC::OwncloudSetupPage @@ -2051,12 +2129,12 @@ Det är inte lämpligt använda den. &Nästa > - + Invalid URL Ogiltig URL - + Could not load certificate. Maybe wrong password? Kunde inte ladda certifikatet. Felaktigt lösenord? @@ -2214,12 +2292,12 @@ Det är inte lämpligt använda den. OCC::OwncloudWizard - + %1 Connection Wizard %1 Anslutningsguiden - + Skip folders configuration Hoppa över konfiguration av mappar @@ -2253,7 +2331,7 @@ Det är inte lämpligt använda den. OCC::PropagateDirectory - + Error writing metadata to the database Fel vid skrivning av metadata till databasen @@ -2281,32 +2359,32 @@ Det är inte lämpligt använda den. Ledigt utrymme är under %1 - + File was deleted from server Filen har tagits bort från servern - + The file could not be downloaded completely. Filen kunde inte laddas ned fullständigt. - + The downloaded file is empty despite that the server announced it should have been %1. Den nedladdade filen är tom men servern sa att den skulle vara %1. - + File %1 cannot be saved because of a local file name clash! Fil %1 kan inte sparas eftersom namnet krockar med en lokal fil! - + File has changed since discovery Filen har ändrats sedan upptäckten - + Error writing metadata to the database Fel vid skrivning av metadata till databasen @@ -2319,7 +2397,7 @@ Det är inte lämpligt använda den. ; Återställning misslyckades: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 En fil eller mapp togs bort från en skrivskyddad delning, men återställning misslyckades: %1 @@ -2451,27 +2529,27 @@ Det är inte lämpligt använda den. OCC::PropagateUploadFileNG - + The local file was removed during sync. Den lokala filen togs bort under synkronisering. - + Local file changed during sync. Lokal fil ändrades under synk. - + Unexpected return code from server (%1) Oväntad svarskod från servern (%1) - + Missing File ID from server Saknar Fil-ID från servern - + Missing ETag from server Saknar ETag från servern @@ -2680,22 +2758,22 @@ Det är inte lämpligt använda den. OCC::ShareLinkWidget - + &Share link &Dela länk - + Password: Lösenord: - + Expiration date: Utgångsdatum: - + TextLabel Textetikett @@ -2768,22 +2846,22 @@ Det är inte lämpligt använda den. OCC::ShareUserGroupWidget - + Share with users or groups ... Dela med användare eller grupper ... - + Copy link Kopiera länk - + No results for '%1' Inga resultat för '%1' - + I shared something with you Jag delade något med dig @@ -2801,22 +2879,27 @@ Det är inte lämpligt använda den. kan redigera - + Can reshare Kan dela vidare - + + Unshare + Sluta dela + + + Can create Kan skapa - + Can change Kan ändra - + Can delete Kan radera @@ -2843,8 +2926,8 @@ Det är inte lämpligt använda den. - SSL Chipher Debug View - Debugvy SSL-kryptering + SSL Cipher Debug View + SSL-kryptering Debugvy @@ -3028,11 +3111,6 @@ Det är inte lämpligt använda den. OCC::SslErrorDialog - - - Form - Form - Trust this certificate anyway @@ -3062,44 +3140,49 @@ Det är inte lämpligt använda den. - + Organization: %1 Organisation: %1 - + Unit: %1 Enhet: %1 - + Country: %1 Land: %1 - Fingerprint (MD5): <tt>%1</tt> - Fingeravtryck (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Fingeravtryck (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Fingeravtryck (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Fingeravtryck (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Giltigt datum: %1 - + Expiration Date: %1 Utgångsdatum: %1 - + Issuer: %1 Utfärdare: %1 @@ -3390,11 +3473,11 @@ Det är inte lämpligt använda den. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Version %1. För mer information vänligen besök <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Version %1. För mer information klicka <a href='%2'>här</a>.</p> - + <p>This release was supplied by %1</p> <p>Denna release levererades av %1</p> @@ -3402,25 +3485,25 @@ Det är inte lämpligt använda den. OCC::WebEnginePage - + Invalid certificate detected Ogiltigt certifikat upptäckt - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? Servern "%1" tillhandahöll ett ogiltigt certifikat. Fortsätt? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again Du har loggats ut från %1 som användare %2. Logga in igen - + Please login with the user: %1 Logga in som: %1 @@ -3487,11 +3570,6 @@ Det är inte lämpligt använda den. Settings... Inställningar... - - - Details... - Detaljer... - Help @@ -3603,6 +3681,11 @@ Det är inte lämpligt använda den. New account... Nytt konto... + + + View more activity... + Visa mer aktivitet... + Crash now @@ -3662,23 +3745,6 @@ Det är inte lämpligt använda den. OwncloudAdvancedSetupPage - - - Form - Form - - - - - - - - - - - TextLabel - Textetikett - Server @@ -3720,11 +3786,6 @@ Det är inte lämpligt använda den. &Local Folder &Lokal mapp - - - pbSelectLocalFolder - pbVäljLokalMapp - &Keep local data @@ -3743,11 +3804,6 @@ Det är inte lämpligt använda den. OwncloudHttpCredsPage - - - Form - Form - &Username @@ -3761,11 +3817,6 @@ Det är inte lämpligt använda den. OwncloudOAuthCredsPage - - - Form - Form - Please switch to your browser to proceed. @@ -3781,20 +3832,14 @@ Det är inte lämpligt använda den. Re-open Browser Återöppna webbläsaren + + + Copy link + Kopiera länk + OwncloudSetupPage - - - Form - Formulär - - - - - TextLabel - Textetikett - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3828,27 +3873,11 @@ Det är inte lämpligt använda den. OwncloudWizardResultPage - - - Form - Formulär - - - - TextLabel - Textetikett - Your entire account is synced to the local folder Hela ditt konto är synkroniserat mot den lokala mappen - - - - PushButton - PushButton - QObject @@ -3903,7 +3932,7 @@ Det är inte lämpligt använda den. En stund sedan - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3985,14 +4014,6 @@ Det är inte lämpligt använda den. Den nedladdade filen stämmer inte med kontrollsumman, den kommer laddas om. - - WebView - - - Form - Formulär - - main.cpp diff --git a/translations/client_th.ts b/translations/client_th.ts index 6a63f09a1..3eada20bb 100644 --- a/translations/client_th.ts +++ b/translations/client_th.ts @@ -4,96 +4,91 @@ %1 (%2, %3) - + %1 (%2, %3) Checking for changes in '%1' - + กำลังตรวจสอบการเปลี่ยนแปลงใน '%1' Syncing %1 of %2 (%3 left) - + กำลังประสานข้อมูล %1 จาก %2 (เหลือ %3) Syncing %1 of %2 - + กำลังประสานข้อมูล %1 จากทั้งหมด %2 Syncing %1 (%2 left) - + กำลังประสานข้อมูล %1 (เหลือ %2) Syncing %1 - + กำลังประสานข้อมูล %1 No recently changed files - + ไม่มีไฟล์ที่ถูกเปลี่ยนแปลงล่าสุด Sync paused - + การประสานข้อมูลถูกหยุดชั่วคราว Syncing - + กำลังประสานข้อมูล Open website - + เปิดเว็บไซต์ Recently changed - + การเปลี่ยนแปลงล่าสุด Pause synchronization - + หยุดการประสานข้อมูลชั่วคราว Help - + ช่วยเหลือ Settings - + ตั้งค่า Log out - + ออกจากระบบ Quit sync client - + ปิดการประสานข้อมูลไคลเอนต์ Dialog - - - Dialog - - Label - + ป้ายกำกับ @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - แบบฟอร์ม + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - แบบฟอร์ม - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - แบบฟอร์ม - - - + ... ... - + Storage space: ... พื้นที่จัดเก็บข้อมูล: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore โฟลเดอร์ที่ไม่ถูกตรวจสอบจะถูก <b>ลบ</b> จากระบบแฟ้มต้นทางของคุณและจะไม่ประสานข้อมูลกับคอมพิวเตอร์เครื่องนี้อีกต่อไป - + Synchronize all ประสานข้อมูลทั้งหมด - + Synchronize none ไม่ต้องประสานข้อมูล - + Apply manual changes ใช้การเปลี่ยนแปลงด้วยตนเอง - + Apply นำไปใช้ - - - + + + Cancel ยกเลิก - + Connected with <server> as <user> เชื่อมต่อกับ <server> ด้วยผู้ใช้ <user> - + No account configured. ไม่มีการกำหนดค่าบัญชี - + Add new เพิ่มใหม่ - + Remove ลบออก - + Account บัญชี - + + This account supports end-to-end encryption + + + + + Enable encryption + เปิดใช้งานการเข้ารหัส + + + Show E2E mnemonic - + Encrypt + เข้ารหัส + + + + + Edit Ignored Files - + Choose what to sync เลือกข้อมูลที่ต้องการประสาน - + Force sync now บังคับประสานข้อมูลเดี๋ยวนี้ - + Restart sync ประสานข้อมูลอีกครั้ง - + Remove folder sync connection ลบโฟลเดอร์ที่ประสานข้อมูลออก - + Folder creation failed สร้างโฟลเดอร์ล้มเหลว - + <p>Could not create local folder <i>%1</i>. <p>ไม่สามารถสร้างโฟลเดอร์ต้นทาง <i>%1</i>. - + Confirm Folder Sync Connection Removal ยืนยันการลบโฟลเดอร์ที่ประสานข้อมูลออก - + Remove Folder Sync Connection ลบโฟลเดอร์ที่ประสานข้อมูล - + Sync Running กำลังประสานข้อมูล - + The syncing operation is running.<br/>Do you want to terminate it? กำลังดำเนินการประสานข้อมูลอยู่ <br/>คุณต้องการสิ้นสุดการทำงาน? - + %1 in use %1 กำลังถูกใช้งาน - + %1 as <i>%2</i> %1 เช่น <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. เซิร์ฟเวอร์เวอร์ชัน %1 เป็นรุ่นเก่าและไม่ได้รับการสนับสนุน! ดำเนินการความเสี่ยงด้วยคุณเอง - + Connected to %1. เชื่อมต่อกับ %1 - + Server %1 is temporarily unavailable. เซิร์ฟเวอร์ %1 ไม่สามารถใช้ได้ชั่วคราว - + Server %1 is currently in maintenance mode. เซิร์ฟเวอร์ %1 กำลังอยู่ในโหมดการบำรุงรักษา - + Signed out from %1. ลงชื่อออกจาก %1 - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. กำลังได้รับอนุญาตจากเบราเซอร์ <a href='%1'>คลิกที่นี่</a> เพื่อเปิดเบราเซอร์อีกครั้ง - + Connecting to %1... กำลังเชื่อมต่อไปยัง %1... - + No connection to %1 at %2. ไม่มีการเชื่อมต่อไปยัง %1 ที่ %2 - + Log in เข้าสู่ระบบ - + There are folders that were not synchronized because they are too big: บางโฟลเดอร์จะไม่ถูกประสานข้อมูลเพราะขนาดของมันใหญ่เกินไป: - + There are folders that were not synchronized because they are external storages: มีบางโฟลเดอร์จะไม่ถูกประสานข้อมูลเพราะเป็นพื้นที่จัดเก็บข้อมูลภายนอก - + There are folders that were not synchronized because they are too big or external storages: มีบางโฟลเดอร์จะไม่ถูกประสานข้อมูลเพราะเป็นพื้นที่จัดเก็บข้อมูลภายนอกหรือมีขนาดที่ใหญ่เกินไป - + Confirm Account Removal ยืนยันการลบบัญชี - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>คุณต้องการลบการเชื่อมต่อกับบัญชี<i>%1</i>?</p><p><b>หมายเหตุ:</b> นี้จะ <b>ไม่</b> ลบไฟล์ใดๆ</p> - + Remove connection ลบการเชื่อมต่อ - - + + Open folder เปิดโฟลเดอร์ - - + + Log out ออกจากระบบ - + Resume sync ประสานข้อมูลอีกครั้ง - + Pause sync หยุดประสานข้อมูลชั่วคราว - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>คุณต้องการที่จะหยุดการประสานข้อมูลโฟลเดอร์<i>%1</i>?</p><p><b>หมายเหตุ:</b> นี้จะ <b>ไม่</b> ลบไฟล์ใดๆ</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. มีการใช้งาน %1 (%3%) จาก %2 บางโฟลเดอร์รวมทั้งเครือข่ายที่ติดตั้งหรือโฟลเดอร์ที่แชร์อาจมีข้อจำกัดที่แตกต่างกัน - + %1 of %2 in use มีการใช้งาน %1 จาก %2 - + Currently there is no storage usage information available. ขณะนี้ไม่มีพื้นที่จัดเก็บข้อมูลที่ใช้งานได้ - + No %1 connection configured. ไม่มีการเชื่อมต่อ %1 ที่ถูกกำหนดค่า @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - แบบฟอร์ม - - - - TextLabel - ป้ายข้อความ - Accept - + Synced - + Retry all uploads - + <br/>Account %1 does not have activities enabled. <br />บัญชี %1 ไม่มีกิจกรรมที่เปิดใช้งาน @@ -626,7 +668,7 @@ Quit %1 - + ออก %1 @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database ข้อผิดพลาดในการเขียนข้อมูลเมตาไปยังฐานข้อมูล @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ ไม่สามารถอ่านข้อมูล %1 ได้ - + %1 has been removed. %1 names a file. %1 ได้ถูกลบออก - + %1 has been downloaded. %1 names a file. %1 ได้ถูกดาวน์โหลด - + %1 has been updated. %1 names a file. %1 ได้ถูกอัพเดทเรียบร้อยแล้ว - + %1 has been renamed to %2. %1 and %2 name files. %1 ได้ถูกเปลี่ยนชื่อเป็น %2 - + %1 has been moved to %2. %1 ได้ถูกย้ายไปยัง %2 - + %1 and %n other file(s) have been removed. %1 และ %n ไฟล์อื่นๆได้ถูกลบออก - + %1 and %n other file(s) have been downloaded. %1 และ %n ไฟล์อื่นๆ ได้ถูกดาวน์โหลดเรียบร้อยแล้ว - + %1 and %n other file(s) have been updated. %1 และ %n ไฟล์อื่นๆ ได้รับการอัพเดท - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 และไฟล์อื่นๆอีก %n ไฟล์ได้ถูกเปลี่ยนชื่อเป็น %2 - + %1 has been moved to %2 and %n other file(s) have been moved. %1 และไฟล์อื่นๆอีก %n ไฟล์ได้ถูกย้ายไปยัง %2 - + %1 has and %n other file(s) have sync conflicts. %1 และ %n ไฟล์อื่นๆ เกิดปัญหาขณะประสานข้อมูล - + %1 has a sync conflict. Please check the conflict file! %1 มีปัญหาขณะประสานข้อมูล กรุณาตรวจสอบไฟล์ที่มีปัญหานั้น - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 และไฟล์อื่นๆอีก %n ไฟล์ไม่สามารถประสานข้อมูลเนื่องจากเกิดข้อผิดพลาด กรุณาดูไฟล์ log สำหรับรายละเอียดเพิ่มเติม - + %1 could not be synced due to an error. See the log for details. %1 ไม่สามารถประสานข้อมูลเนื่องจากมีข้อผิดพลาด สามารถดูไฟล์ log สำหรับรายละเอียดเพิ่มเติม - + Sync Activity ความเคลื่อนไหวของการประสานข้อมูล - + Could not read system exclude file ไม่สามารถอ่าน ยกเว้นไฟล์ระบบ - + A new folder larger than %1 MB has been added: %2. โฟลเดอร์ใหม่มีขนาดใหญ่กว่า %1 เมกะไบต์ ได้ถูกเพิ่ม: %2 - + A folder from an external storage has been added. โฟลเดอร์ที่มีพื้นที่จัดเก็บข้อมูลภายนอกได้ถูกเพิ่ม - + Please go in the settings to select it if you wish to download it. กรุณาไปในส่วนของการตั้งค่าเพื่อเลือก ถ้าคุณต้องการจะดาวน์โหลด - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -862,7 +957,7 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -870,22 +965,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a - + Download new files? - + Download new files - + Keep local files - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -895,7 +990,7 @@ If this was an accident and you decide to keep your files, they will be re-synce ถ้าเรื่องนี้เป็นอุบัติเหตุและคุณตัดสินใจที่จะเก็บไฟล์ของคุณ ไฟล์ของคุณก็จะถูกประสานข้อมูลใหม่อีกครั้ง - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -904,17 +999,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an ไฟล์ปัจจุบันของคุณทั้งหมดจะถูกเขียนทับด้วยไฟล์เก่า คุณต้องการเก็บไฟล์ไว้? - + Backup detected ตรวจพบการสำรองข้อมูล - + Normal Synchronisation ประสานข้อมูลปกติ - + Keep Local Files as Conflict เก็บไฟล์ต้นทางเป็นไฟล์ที่มีปัญหา @@ -1310,11 +1405,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - แบบฟอร์ม - Legal notice @@ -1464,82 +1554,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an ข้ามไฟล์โดยรูปแบบ - - Add - เพิ่ม - - - - Remove all - - - - - Pattern - รูปแบบ - - - - Allow Deletion - อนุญาตให้ลบ - - - - Remove - ลบออก - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - ไฟล์หรือโฟลเดอร์ที่เหมือนกันจะไม่ถูกประสานข้อมูล - -รายการที่ลบจะถูกอนุญาตให้ลบถ้าพวกเขาป้องกันไม่ให้ไดเรกทอรีถูกลบออก นี้จะเป็นประโยชน์สำหรับข้อมูล meta - - - - Could not open file - ไม่สามารถเปิดไฟล์ - - - - Cannot write changes to '%1'. - ไม่สามารถเขียนเปลี่ยนเป็น '%1' - - - - Add Ignore Pattern - เพิ่มการละเว้นรูปแบบ - - - - Add a new ignore pattern: - เพิ่มการละเว้นรูปแบบใหม่: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. รายการนี้ถูกระบุโดยระบบที่ '%1' และไม่สามารถแก้ไขได้ในมุมมองนี้ - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - TextLabel - - Close @@ -1669,11 +1755,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - แบบฟอร์ม - Proxy Settings @@ -1984,11 +2065,6 @@ for additional privileges during the process. Login in your browser เข้าสู่ระบบในเบราเซอร์ของคุณ - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2040,12 +2116,12 @@ It is not advisable to use it. และถัดไป > - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2203,12 +2279,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 ตัวช่วยสร้างการเชื่อมต่อ - + Skip folders configuration ข้ามการกำหนดค่าโฟลเดอร์ @@ -2242,7 +2318,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database ข้อผิดพลาดในการเขียนข้อมูลเมตาไปยังฐานข้อมูล @@ -2270,32 +2346,32 @@ It is not advisable to use it. พื้นที่ว่างในดิสก์น้อยกว่า %1 - + File was deleted from server ไฟล์ถูกลบออกจากเซิร์ฟเวอร์ - + The file could not be downloaded completely. ดาวน์โหลดไฟล์ไม่สำเร็จ - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! ไฟล์ %1 ไม่สามารถบันทึกได้เพราะชื่อไฟล์ต้นทางเหมือนกัน! - + File has changed since discovery ไฟล์มีการเปลี่ยนแปลงตั้งแต่ถูกพบ - + Error writing metadata to the database ข้อผิดพลาดในการเขียนข้อมูลเมตาไปยังฐานข้อมูล @@ -2308,7 +2384,7 @@ It is not advisable to use it. ; ฟื้นฟูล้มเหลว: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 ไฟล์หรือโฟลเดอร์ที่ถูกลบออกจากส่วนการอ่านเพียงอย่างเดียว แต่ล้มเหลวในการฟื้นฟู: %1 @@ -2440,27 +2516,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. ไฟล์ต้นทางถูกลบออกในระหว่างการประสานข้อมูล - + Local file changed during sync. ไฟล์ต้นทางถูกเปลี่ยนแปลงขณะกำลังประสานข้อมูล - + Unexpected return code from server (%1) มีรหัสข้อผิดพลาดตอบกลับมาจากเซิร์ฟเวอร์ (%1) - + Missing File ID from server ไฟล์ไอดีได้หายไปจากเซิร์ฟเวอร์ - + Missing ETag from server ETag ได้หายไปจากเซิร์ฟเวอร์ @@ -2669,22 +2745,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel ป้ายข้อความ @@ -2757,22 +2833,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... แชร์กับผู้ใช้หรือกลุ่ม ... - + Copy link - + No results for '%1' ไม่มีผลลัพธ์สำหรับ '%1' - + I shared something with you ฉันแชร์บางอย่างกับคุณ @@ -2790,22 +2866,27 @@ It is not advisable to use it. สามารถแก้ไข - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2832,8 +2913,8 @@ It is not advisable to use it. - SSL Chipher Debug View - ดู SSL Chipher Debug + SSL Cipher Debug View + @@ -3015,11 +3096,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - แบบฟอร์ม - Trust this certificate anyway @@ -3049,44 +3125,49 @@ It is not advisable to use it. - + Organization: %1 หน่วยงาน: %1 - + Unit: %1 หน่วย: %1 - + Country: %1 ประเทศ: %1 - Fingerprint (MD5): <tt>%1</tt> - ลายนิ้วมือ (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> ลายนิ้วมือ (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 วันที่บังคับใช้: %1 - + Expiration Date: %1 หมดอายุวันที่: %1 - + Issuer: %1 ผู้รับรอง: %1 @@ -3378,11 +3459,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>รุ่น %1 สำหรับข้อมูลเพิ่มเติมกรุณาเยี่ยมชม <a href='%2'>%3</a></p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3390,25 +3471,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3475,11 +3556,6 @@ It is not advisable to use it. Settings... ตั้งค่า... - - - Details... - รายละเอียด... - Help @@ -3591,6 +3667,11 @@ It is not advisable to use it. New account... สร้างบัญชีใหม่... + + + View more activity... + + Crash now @@ -3650,23 +3731,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - แบบฟอร์ม - - - - - - - - - - - TextLabel - ป้ายข้อความ - Server @@ -3708,11 +3772,6 @@ It is not advisable to use it. &Local Folder และโฟลเดอร์ต้นทาง - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3731,11 +3790,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - แบบฟอร์ม - &Username @@ -3749,11 +3803,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - แบบฟอร์ม - Please switch to your browser to proceed. @@ -3769,20 +3818,14 @@ It is not advisable to use it. Re-open Browser เปิดเบราเซอร์อีกครั้ง + + + Copy link + + OwncloudSetupPage - - - Form - แบบฟอร์ม - - - - - TextLabel - ป้ายข้อความ - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3816,27 +3859,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - แบบฟอร์ม - - - - TextLabel - ป้ายข้อความ - Your entire account is synced to the local folder ทั้งบัญชีของคุณจะถูกประสานข้อมูลกับโฟลเดอร์ต้นทาง - - - - PushButton - ปุ่มกด - QObject @@ -3891,7 +3918,7 @@ It is not advisable to use it. บางเวลาที่ผ่านมา - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3973,14 +4000,6 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_tr.ts b/translations/client_tr.ts index 2eb553c51..40a1b655d 100644 --- a/translations/client_tr.ts +++ b/translations/client_tr.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - Pencere - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form Form + + + Please switch to your browser to proceed. + Lütfen işlemi yapmak için web tarayıcınıza geçin + + + + An error occurred while connecting. Please try again. + Bağlantı kurulurken bir sorun çıktı. Lütfen yeniden deneyin. + + + + Re-open Browser + Tarayıcıyı Yeniden Aç + + + + Copy link + Bağlantıyı kopyala + + + + Flow2AuthWidget + + + Form + Form + + + + Please switch to your browser to proceed. + Lütfen işlemi yapmak için web tarayıcınıza geçin + + + + An error occurred while connecting. Please try again. + Bağlantı kurulurken bir sorun çıktı. Lütfen yeniden deneyin. + + + + Re-open Browser + Tarayıcıyı Yeniden Aç + + + + Copy link + Bağlantıyı kopyala + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Form - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic Uçtan uca şifreleme anımsatıcısı - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). Şifreli kimliğiniz korunmak için 12 sözlük sözcüğünden oluşan bir anımsatıcı ile şifrelendi. Lütfen bu sözcükleri not ederek güvenli bir yerde saklayın. Bu bilgi hesabınıza başka aygıtlar (cep telefonu ya da bilgisayar) eklemek istediğinizde gerekir. @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Form - - - + ... ... - + Storage space: ... Depolama alanı: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Seçilmemiş klasörler yerel dosya sisteminizden <b>kaldırılacak</b> ve bir daha bu bilgisayar ile eşitlenmeyecek - + Synchronize all Tümünü eşitle - + Synchronize none Hiçbirini eşitleme - + Apply manual changes El ile yapılan değişiklikleri uygula - + Apply Uygula - - - + + + Cancel İptal - + Connected with <server> as <user> <server> ile <user> olarak bağlantı kuruldu - + No account configured. Herhangi bir hesap yapılandırılmamış. - + Add new Yeni ekle - + Remove Sil - + Account Hesap - + + This account supports end-to-end encryption + Bu hesap uçtan uca şifrelemeyi destekliyor + + + + Enable encryption + Şifreleme kullanılsın + + + Show E2E mnemonic Uçtan uca şifreleme anımsatıcı görüntülensin: - + Encrypt Şifrele - + + + Edit Ignored Files + Yok Sayılan Dosyaları Düzenle + + + Choose what to sync Eşitlenecek ögeleri seçin - + Force sync now Şimdi eşitlemeye zorla - + Restart sync Eşitlemeyi yeniden başlat - + Remove folder sync connection Klasör eşitleme bağlantısını sil - + Folder creation failed Klasör oluşturulamadı - + <p>Could not create local folder <i>%1</i>. <p><i>%1</i> yerel klasörü oluşturulamadı. - + Confirm Folder Sync Connection Removal Klasör Eşitleme Bağlantısını Silmeyi Onaylayın - + Remove Folder Sync Connection Klasör Eşitleme Bağlantısını Sil - + Sync Running Eşitleme Çalışıyor - + The syncing operation is running.<br/>Do you want to terminate it? Eşitleme işlemi sürüyor.<br/>Durdurmak istiyor musunuz? - + %1 in use %1 kullanılıyor - + %1 as <i>%2</i> %1 <i>%2</i> olarak - + The server version %1 is old and unsupported! Proceed at your own risk. %1 sunucu sürümü eski ve desteklenmiyor! Riski üstlenerek devam edebilirsiniz. - + Connected to %1. %1 ile bağlı. - + Server %1 is temporarily unavailable. %1 sunucusu geçici olarak kullanılamıyor. - + Server %1 is currently in maintenance mode. %1 sunucusu bakım kipinde. - + Signed out from %1. %1 oturumu kapatıldı. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. Kimlik web tarayıcısı üzerinden doğrulanıyor. Web tarayıcıyı yeniden açmak için <a href='%1'>buraya tıklayın</a>. - + Connecting to %1... %1 bağlantısı kuruluyor... - + No connection to %1 at %2. %1 ile %2 üzerinde bağlantı yok. - + Log in Oturum Aç - + There are folders that were not synchronized because they are too big: Çok büyük oldukları için eşitlenmeyen klasörler var: - + There are folders that were not synchronized because they are external storages: Dış depolama alanlarında bulundukları için eşitlenmeyen klasörler var: - + There are folders that were not synchronized because they are too big or external storages: Çok büyük oldukları için ya da dış depolama alanında bulundukları için eşitlenmeyen klasörler var: - + Confirm Account Removal Hesap Silmeyi Onaylayın - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Gerçekten <i>%1</i> hesabının bağlantısını kaldırmayı istiyor musunuz?</p><p><b>Not:</b> Bu işlem herhangi bir dosyayı <b>silmez</b>.</p> - + Remove connection Bağlantıyı kaldır - - + + Open folder Klasörü aç - - + + Log out Oturumu Kapat - + Resume sync Eşitlemeyi sürdür - + Pause sync Eşitlemeyi duraklat - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Gerçekten <i>%1</i> klasörünün eşitlemesini durdurmayı istiyor musunuz?</p><p><b>Not:</b> Bu işlem herhangi bir dosyayı <b>silmez</b>.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) / %2 kullanımda. Ağ üzerinden bağlanmış ya da paylaşılmış klasörlerin sınırları farklı olabilir. - + %1 of %2 in use %1 / %2 kullanılıyor - + Currently there is no storage usage information available. Şu anda depolama kullanımı ile ilgili bir bilgi yok. - + No %1 connection configured. Henüz bir %1 bağlantısı yapılandırılmamış. @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - Form - - - - TextLabel - MetinEtiketi - Accept Onayla - + Synced Eşitlenmiş - + Retry all uploads Tüm yüklemeleri yinele - + <br/>Account %1 does not have activities enabled. <br/>%1 hesabının etkinleştirilmiş bir işlemi yok. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database Üst veri veritabanına yazılırken sorun çıktı @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> Lütfen uçtan uca şifreleme parolasını yazın:<br><br>Kullanıcı:%2<br>Hesap:%3<br> - + Enter E2E passphrase Uçtan uca şifreleme parolasını yazın @@ -722,6 +764,59 @@ Sunucu dosya tarama yanıtında veri eksik. + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + Sunucudan hata yanıtı alındı: <em>%1</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + 'token' uç noktasına erişilirken bir sorun çıktı: <br><em>%1</em> + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + Sunucudan alınan JSON işlenemedi: <br><em>%1</em> + + + + + The reply from the server did not contain all expected fields + Sunucudan alınan yanıtta beklenen tüm alanlar yok + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + %1 ile bağlantı kur + + + + Login in your browser (Login Flow v2) + Web tarayıcınızda oturum açın (Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + Web tarayıcı açılamadı. Lütfen bağlantıyı kopyalayıp tarayıcınıza yapıştırın. + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + Web tarayıcı açılamadı. Lütfen bağlantıyı kopyalayıp tarayıcınıza yapıştırın. + + OCC::Folder @@ -740,120 +835,120 @@ %1 okunabilir değil. - + %1 has been removed. %1 names a file. %1 kaldırıldı. - + %1 has been downloaded. %1 names a file. %1 indirildi. - + %1 has been updated. %1 names a file. %1 güncellendi. - + %1 has been renamed to %2. %1 and %2 name files. %1, %2 olarak adlandırıldı. - + %1 has been moved to %2. %1, %2 konumuna taşındı. - + %1 and %n other file(s) have been removed. %1 ve diğer %n dosya kaldırıldı.%1 ve diğer %n dosya kaldırıldı. - + %1 and %n other file(s) have been downloaded. %1 ve diğer %n dosya indirildi.%1 ve diğer %n dosya indirildi. - + %1 and %n other file(s) have been updated. %1 ve diğer %n dosya güncellendi.%1 ve diğer %n dosya güncellendi. - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1, %2 olarak yeniden adlandırıldı ve diğer %n dosyanın adı değiştirildi.%1, %2 olarak yeniden adlandırıldı ve diğer %n dosyanın adı değiştirildi. - + %1 has been moved to %2 and %n other file(s) have been moved. %1, %2 konumuna taşındı ve diğer %n dosya taşındı.%1, %2 konumuna taşındı ve diğer %n dosya taşındı. - + %1 has and %n other file(s) have sync conflicts. %1 ve diğer %n dosya için eşitleme çakışması var.%1 ve diğer %n dosya için eşitleme çakışması var. - + %1 has a sync conflict. Please check the conflict file! %1 için eşitleme çakışması var. Lütfen çakışan dosyayı denetleyin! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 ve diğer %n dosya sorunlar nedeniyle eşitlenemedi. Ayrıntılı bilgi almak için günlük dosyasına bakın.%1 ve diğer %n dosya sorunlar nedeniyle eşitlenemedi. Ayrıntılı bilgi almak için günlük dosyasına bakabilirsiniz. - + %1 could not be synced due to an error. See the log for details. %1 bir sorun nedeniyle eşitlenemedi. Ayrıntılı bilgi almak için günlük dosyasına bakabilirsiniz. - + Sync Activity Eşitleme İşlemi - + Could not read system exclude file Sistem katılmayacaklar dosyası okunamadı - + A new folder larger than %1 MB has been added: %2. %1 MB boyutundan büyük yeni bir klasör eklendi: %2. - + A folder from an external storage has been added. Dış depolama alanından bir klasör eklendi. - + Please go in the settings to select it if you wish to download it. İndirmek istiyorsanız seçmek için lütfen ayarlar bölümüne gidin. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. %1 klasörü oluşturulmuş ancak daha önce eşitleme dışı bırakılmış. Bu klasördeki veriler eşitlenmeyecek. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. %1 dosyası oluşturulmuş ancak daha önce eşitleme dışı bırakılmış. Bu dosyadaki veriler eşitlenmeyecek. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -864,7 +959,7 @@ This means that the synchronization client might not upload local changes immedi Bunun sonucunda eşitleme istemcisi yerel değişiklikleri anında yükleyemez. Onun yerine yalnız yerel değişiklikleri tarar ve aralıklarla yükler (varsayılan olarak iki saatte bir). - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -875,22 +970,22 @@ Bu dosyaları tutmak isterseniz ve yeterli izinleriniz varsa sunucu ile yeniden Bu dosyaları silmek isterseniz ve sahibi değilseniz artık erişemeyeceksiniz. - + Download new files? Yeni dosyalar indirilsin mi? - + Download new files Yeni dosyaları indir - + Keep local files Yerel dosyalar korunsun - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -900,7 +995,7 @@ Sunucuda bu eşitleme işlemlerinin yapılmasını istediğinizden emin misiniz? Bu işlemi yanlışlıkla yaptıysanız ve dosyalarınızı korumak istiyorsanız dosyalar sunucudan yeniden eşitlenecek. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -909,17 +1004,17 @@ Bunun nedeni sunucuya bir yedeğin geri yüklenmiş olması olabilir. Eşitlemeye normal şekilde devam edilirse tüm dosyalar daha eski bir dosya ile değiştirilebilir. Çakışma için daha yeni yerel dosyaları korumak ister misiniz? - + Backup detected Yedek bulundu - + Normal Synchronisation Normal Eşitleme - + Keep Local Files as Conflict Çakıştığında Yerel Dosyalar Korunsun @@ -1315,11 +1410,6 @@ Eşitlemeye normal şekilde devam edilirse tüm dosyalar daha eski bir dosya ile OCC::GeneralSettings - - - Form - Form - Legal notice @@ -1471,32 +1561,45 @@ Eşitlemeye normal şekilde devam edilirse tüm dosyalar daha eski bir dosya ile Modele Göre Yok Sayılacak Dosyalar - - Add - Ekle + + This entry is provided by the system at '%1' and cannot be modified in this view. + '%1' üzerindeki bu kayıt sistem tarafından sağlanıyor ve bu görünümde düzenlenemez. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + YoksayilanListesiTabloAraci - - Remove all - Tümünü kaldır - - - + Pattern Model - + Allow Deletion Silinebilsin - - Remove - Sil + + Add + Ekle - + + Remove + Kaldır + + + + Remove all + Tümünü kaldır + + + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. @@ -1505,48 +1608,33 @@ Items where deletion is allowed will be deleted if they prevent a directory from Silme izni verildiğinde bir klasörün silinmesini engelleyen ögeler silinir. Bu özellik üst veriler için kullanışlıdır. - + Could not open file Dosya açılamadı - + Cannot write changes to '%1'. - Değişiklikler '%1' üzerine yazılamıyor. + Değişiklikler '%1' üzerine yazılamadı. - + Add Ignore Pattern Yok Sayma Modeli Ekle - + Add a new ignore pattern: Yeni bir yok sayma modeli ekle: - - - This entry is provided by the system at '%1' and cannot be modified in this view. - '%1' üzerindeki bu kayıt sistem tarafından sağlanıyor ve bu görünümde düzenlenemez. - OCC::LegalNotice - - - Dialog - Pencere - Legal notice Yasal bildirim - - - TextLabel - MetinEtiketi - Close @@ -1678,11 +1766,6 @@ Günlükler %1 üzerine yazılacak OCC::NetworkSettings - - - Form - Form - Proxy Settings @@ -1951,7 +2034,7 @@ güncelleyici başka izinler isteyebilir. Retry unencrypted over HTTP (insecure) - HTTP ile şifrelenmemiş olarak yeniden dene (güvenliksiz) + HTTP ile şifrelenmemiş olarak yeniden dene (güvenli değil) @@ -1994,11 +2077,6 @@ güncelleyici başka izinler isteyebilir. Login in your browser Web tarayıcınızda oturum açın - - - Copy link to clipboard - Bağlantıyı panoya kopyala - OCC::OwncloudSetupPage @@ -2050,12 +2128,12 @@ Kullanmanız önerilmez. &Sonraki > - + Invalid URL Adres Geçersiz - + Could not load certificate. Maybe wrong password? Sertifika yüklenemedi. Parola yanlış olabilir mi? @@ -2213,12 +2291,12 @@ Kullanmanız önerilmez. OCC::OwncloudWizard - + %1 Connection Wizard %1 Bağlantı Yardımcısı - + Skip folders configuration Klasör yapılandırmasını atla @@ -2252,7 +2330,7 @@ Kullanmanız önerilmez. OCC::PropagateDirectory - + Error writing metadata to the database Üst veri veritabanına yazılırken sorun çıktı @@ -2280,32 +2358,32 @@ Kullanmanız önerilmez. Boş disk alanı %1 değerinin altında - + File was deleted from server Dosya sunucudan silindi - + The file could not be downloaded completely. Dosya tam olarak indirilemedi. - + The downloaded file is empty despite that the server announced it should have been %1. Sunucu tarafından boyutu %1 olarak bildirilmesine rağmen indirilen dosya boş. - + File %1 cannot be saved because of a local file name clash! %1 dosyası, adının yerel bir dosya ile çakışması nedeniyle kaydedilemedi! - + File has changed since discovery Dosya taramadan sonra değiştirilmiş - + Error writing metadata to the database Üst veri veritabanına yazılırken sorun çıktı @@ -2318,7 +2396,7 @@ Kullanmanız önerilmez. ; Geri Yüklenemedi: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 Bir dosya ya da klasör salt okunur bir paylaşımdan kaldırılmış ancak geri yüklenemedi: %1 @@ -2450,27 +2528,27 @@ Kullanmanız önerilmez. OCC::PropagateUploadFileNG - + The local file was removed during sync. Yerel dosya eşitleme sırasında silinmiş. - + Local file changed during sync. Yerel dosya eşitleme sırasında değişmiş. - + Unexpected return code from server (%1) Sunucudan bilinmeyen bir yanıt kodu alındı (%1) - + Missing File ID from server Sunucudan Dosya Kodu alınamadı - + Missing ETag from server Sunucudan E-Tag alınamadı @@ -2679,22 +2757,22 @@ Kullanmanız önerilmez. OCC::ShareLinkWidget - + &Share link &Dosyayı paylaş - + Password: Parola: - + Expiration date: Son kullanma tarihi: - + TextLabel MetinEtiketi @@ -2767,22 +2845,22 @@ Kullanmanız önerilmez. OCC::ShareUserGroupWidget - + Share with users or groups ... Kullanıcı ya da gruplarla paylaş... - + Copy link Bağlantıyı kopyala - + No results for '%1' '%1' için bir sonuç bulunamadı - + I shared something with you Sizinle bir şey paylaştım @@ -2800,22 +2878,27 @@ Kullanmanız önerilmez. düzenleyebilir - + Can reshare Yeniden paylaşabilsin - + + Unshare + Paylaşımdan Kaldır + + + Can create Ekleyebilsin - + Can change Değiştirebilsin - + Can delete Silebilsin @@ -2842,7 +2925,7 @@ Kullanmanız önerilmez. - SSL Chipher Debug View + SSL Cipher Debug View SSL Şifreleme Hata Ayıklama Görünümü @@ -3027,11 +3110,6 @@ Kullanmanız önerilmez. OCC::SslErrorDialog - - - Form - Form - Trust this certificate anyway @@ -3061,44 +3139,49 @@ Kullanmanız önerilmez. - + Organization: %1 Kuruluş: %1 - + Unit: %1 Birim: %1 - + Country: %1 Ülke: %1 - Fingerprint (MD5): <tt>%1</tt> - Parmak izi (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Parmak izi (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + Parmak izi (SHA-256): <tt>%1</tt> + + + + Fingerprint (SHA-512): <tt>%1</tt> + Parmak izi (SHA-512): <tt>%1</tt> + + + Effective Date: %1 Geçerlilik Tarihi: %1 - + Expiration Date: %1 Son Kullanım Tarihi: %1 - + Issuer: %1 Veren: %1 @@ -3389,11 +3472,11 @@ Kullanmanız önerilmez. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>%1. sürümü Ayrıntılı bilgi almak için <a href='%2'>%3</a> adresine bakabilirsiniz.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>Sürüm %1. Ayrıntılı bilgi almak için <a href='%2'>buraya tıklayabilirsiniz</a>.</p> - + <p>This release was supplied by %1</p> <p>Bu sürüm %1 tarafından hazırlanmıştır</p> @@ -3401,25 +3484,25 @@ Kullanmanız önerilmez. OCC::WebEnginePage - + Invalid certificate detected Sertifika geçersiz - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? "%1" sunucusunun sertifikası geçersiz. Devam etmek ister misiniz? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again %1 üzerindeki %2 kullanıcısı oturumunuzu kapattınız. Lütfen yeniden oturum açın - + Please login with the user: %1 Lütfen şu kullanıcı ile oturum açın: %1 @@ -3486,11 +3569,6 @@ Kullanmanız önerilmez. Settings... Ayarlar... - - - Details... - Ayrıntılar... - Help @@ -3602,6 +3680,11 @@ Kullanmanız önerilmez. New account... Hesap ekle... + + + View more activity... + Diğer işlemleri görüntüle... + Crash now @@ -3661,23 +3744,6 @@ Kullanmanız önerilmez. OwncloudAdvancedSetupPage - - - Form - Form - - - - - - - - - - - TextLabel - MetinEtiketi - Server @@ -3719,11 +3785,6 @@ Kullanmanız önerilmez. &Local Folder &Yerel Klasör - - - pbSelectLocalFolder - pbYerelKlasörüSeçin - &Keep local data @@ -3742,11 +3803,6 @@ Kullanmanız önerilmez. OwncloudHttpCredsPage - - - Form - Form - &Username @@ -3760,11 +3816,6 @@ Kullanmanız önerilmez. OwncloudOAuthCredsPage - - - Form - Form - Please switch to your browser to proceed. @@ -3780,20 +3831,14 @@ Kullanmanız önerilmez. Re-open Browser Tarayıcıyı Yeniden Aç + + + Copy link + Bağlantıyı kopyala + OwncloudSetupPage - - - Form - Form - - - - - TextLabel - MetinEtiketi - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3827,27 +3872,11 @@ Kullanmanız önerilmez. OwncloudWizardResultPage - - - Form - Form - - - - TextLabel - MetinEtiketi - Your entire account is synced to the local folder Tüm hesabınız yerel klasör ile eşitlendi - - - - PushButton - BasBırakDüğme - QObject @@ -3902,7 +3931,7 @@ Kullanmanız önerilmez. Bir süre önce - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3984,14 +4013,6 @@ Kullanmanız önerilmez. İndirilen dosya sağlama değerine uygun değil, yeniden indirilecek. - - WebView - - - Form - Form - - main.cpp diff --git a/translations/client_uk.ts b/translations/client_uk.ts index 233f2074e..317b0e01b 100644 --- a/translations/client_uk.ts +++ b/translations/client_uk.ts @@ -9,91 +9,86 @@ Checking for changes in '%1' - + Перевірка на зміни у '%1' Syncing %1 of %2 (%3 left) - + Синхронізую %1 з %2 (залишилося %3) Syncing %1 of %2 - + Синхронізую %1 з %2 Syncing %1 (%2 left) - + Синхронізую %1 (залишилося %2) Syncing %1 - + Синхронізую %1 No recently changed files - + Файли не змінювалися останнім часом Sync paused - + Синхронізацію призупинено Syncing - + Синхронізація Open website - + Відкрити вебсайт Recently changed - + Останні зміни Pause synchronization - + Призупинити синхронізацію Help - + Допомога Settings - + Налаштування Log out - + Вийти Quit sync client - + Вийти з клієнта синхронізації Dialog - - - Dialog - - Label - + Мітка @@ -101,31 +96,82 @@ Could not make directories in trash - + Неможливо створити каталог у смітнику Could not move '%1' to '%2' - + Неможливо перемістити '%1' до '%2' Moving to the trash is not implemented on this platform + Ця платформа не дозволяє переміщення до смітника + + + + Flow2AuthCredsPage + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link FolderWizardSourcePage - - - Form - Форма - Pick a local folder on your computer to sync - Оберіть локальний каталог на Вашому ПК для синхронізації: + Оберіть локальну теку на Вашому ПК для синхронізації: @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - Форма - Select a remote destination folder @@ -176,23 +217,23 @@ Unknown error: network reply was deleted - + Незнайома помилка: відповідь мережі вилучено Server replied "%1 %2" to "%3 %4" - + Відповідь сервера: "%1 %2" до "%3 %4" OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - Форма - - - + ... ... - + Storage space: ... Простір сховища: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore Не позначені теки будуть <b>видалені</b> з вашої системи та більше не будуть синхронізуватися - + Synchronize all Синхронізувати все - + Synchronize none Не синхронізувати нічого - + Apply manual changes Застосувати ручні зміни - + Apply Застосувати - - - + + + Cancel Скасувати - + Connected with <server> as <user> Підключено до <server> як <user> - + No account configured. Обліковий запис не налаштовано. - + Add new Додати - + Remove Видалити - + Account Обліковий запис - + + This account supports end-to-end encryption + + + + + Enable encryption + + + + Show E2E mnemonic - + Encrypt + Шифрувати + + + + + Edit Ignored Files - + Choose what to sync Оберіть, що хочете синхронізувати - + Force sync now Примусово синхронізувати зараз - + Restart sync Перезапустити синхронізацію - + Remove folder sync connection - + Folder creation failed Не вдалося створити теку - + <p>Could not create local folder <i>%1</i>. - + <p>Неможливо створити локальну теку <i>%1</i>. - + Confirm Folder Sync Connection Removal - + Remove Folder Sync Connection - + Sync Running Виконується синхронізація - + The syncing operation is running.<br/>Do you want to terminate it? Виконується процедура синхронізації.<br/>Бажаєте зупинити? - + %1 in use %1 використовується - + %1 as <i>%2</i> %1 як <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. - + Connected to %1. Підключено до %1. - + Server %1 is temporarily unavailable. Сервер %1 тимчасово недоступний. - + Server %1 is currently in maintenance mode. - + Signed out from %1. - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... - + No connection to %1 at %2. - + Log in Увійти - + There are folders that were not synchronized because they are too big: - + There are folders that were not synchronized because they are external storages: - + There are folders that were not synchronized because they are too big or external storages: - + Confirm Account Removal Підтвердіть видалення облікового запису - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - - + + Open folder - Відкрити каталог + Відкрити теку - - + + Log out Вихід - + Resume sync Відновити синхронізацію - + Pause sync Призупинити синхронізацію - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. Використовується %1 (%3%) з %2. Деякі теки, включаючи мережеві змонтовані чи спільні, можуть мати інші обмеження. - + %1 of %2 in use Використовується %1 з %2 - + Currently there is no storage usage information available. На даний час немає відомостей про наповнення сховища. - + No %1 connection configured. Жодного %1 підключення не налаштовано. @@ -489,7 +541,7 @@ Maintenance mode - + Режим обслуговування @@ -522,53 +574,43 @@ More information - + Докладно Accept - + Прийняти Join - + Приєднатися Open Browser - + Відкрити бравзер OCC::ActivityWidget - - - Form - Форма - - - - TextLabel - Мітка - Accept - + Прийняти - + Synced - + Синхронізовано - + Retry all uploads - + Повторно завантажити все - + <br/>Account %1 does not have activities enabled. @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,118 +835,118 @@ %1 не читається. - + %1 has been removed. %1 names a file. %1 видалено. - + %1 has been downloaded. %1 names a file. %1 завантажено. - + %1 has been updated. %1 names a file. %1 оновлено. - + %1 has been renamed to %2. %1 and %2 name files. %1 перейменовано на %2 - + %1 has been moved to %2. %1 переміщено в %2. - + %1 and %n other file(s) have been removed. - + %1 and %n other file(s) have been downloaded. - + %1 and %n other file(s) have been updated. - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 has and %n other file(s) have sync conflicts. - + %1 has a sync conflict. Please check the conflict file! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 could not be synced due to an error. See the log for details. %1 не може синхронізуватися через помилки. Дивіться деталі в журналі. - + Sync Activity Журнал синхронізації - + Could not read system exclude file Неможливо прочитати виключений системний файл - + A new folder larger than %1 MB has been added: %2. - + A folder from an external storage has been added. - + Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -860,54 +955,54 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. - - - Download new files? - - - - - Download new files - - - Keep local files - + Download new files? + Звантажити нові файли? - + + Download new files + Звантажити нові файли + + + + Keep local files + Зберегти локальні файли + + + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - + Backup detected Резервну копію знайдено - + Normal Synchronisation - + Keep Local Files as Conflict @@ -1025,7 +1120,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Synchronized with local folder - + Синхронізовано з локальною текою @@ -1038,7 +1133,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an You need to be connected to add a folder - + Ви маєте мати з'єднання з мережею, щоб додати теку @@ -1093,7 +1188,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Syncing %1 Example text: "Syncing 'foo.txt', 'bar.txt'" - + Синхронізую %1 @@ -1175,7 +1270,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Preparing to sync... - + Підготовка до синхронізації... @@ -1303,11 +1398,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - Форма - Legal notice @@ -1321,7 +1411,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an For System Tray - + Для системного трею @@ -1401,7 +1491,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Sharing error - + Помилка під час надання доступу @@ -1457,84 +1547,82 @@ Continuing the sync as normal will cause all your files to be overwritten by an Файли ігноровані за шаблоном - - Add - Додати + + This entry is provided by the system at '%1' and cannot be modified in this view. + Цей запис створено системою в '%1', тут змінити його не можна. + + + + OCC::IgnoreListTableWidget + + + IgnoreListTableWidget + - + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + Remove all - - Pattern - Шаблон - - - - Allow Deletion - Дозволити видалення - - - - Remove - Видалити - - - + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - Не вдалося відкрити файл + - + Cannot write changes to '%1'. - Неможливо запиасати зміни до '%1'. + - + Add Ignore Pattern - Додати шаблон ігнорування + - + Add a new ignore pattern: - Додати новий шаблон ігнорування: - - - - This entry is provided by the system at '%1' and cannot be modified in this view. - Цей запис створено системою в '%1', тут змінити його не можна. + OCC::LegalNotice - - - Dialog - - Legal notice - - - TextLabel - - Close - + Закрити @@ -1660,11 +1748,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - Форма - Proxy Settings @@ -1855,7 +1938,7 @@ for additional privileges during the process. Update Check - + Перевірити оновлення @@ -1878,7 +1961,7 @@ for additional privileges during the process. %1 folder '%2' is synced to local folder '%3' - %1 тека '%2' синхронізована з локальним каталогом '%3' + %1 тека '%2' синхронізована з локальною текою '%3' @@ -1893,7 +1976,7 @@ for additional privileges during the process. Free space: %1 - + Вільне місце: %1 @@ -1909,7 +1992,7 @@ for additional privileges during the process. There isn't enough free space in the local folder! - + Недостатньо вільного місця у локальній теці! @@ -1975,11 +2058,6 @@ for additional privileges during the process. Login in your browser Авторизуйтеся у вашому браузері - - - Copy link to clipboard - Зберегти посилання до буферу обміну - OCC::OwncloudSetupPage @@ -2031,12 +2109,12 @@ It is not advisable to use it. &Наступний> - + Invalid URL Недійсна URL адреса - + Could not load certificate. Maybe wrong password? Не вдалося завантажити сертифікат. Можливо був введений неправильний пароль? @@ -2194,12 +2272,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard Майстер з'єднання %1 - + Skip folders configuration Пропустити налаштування теки @@ -2233,7 +2311,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database @@ -2261,32 +2339,32 @@ It is not advisable to use it. - + File was deleted from server Файл видалено з сервера - + The file could not be downloaded completely. Файл не може бути завантажений повністю. - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! Файл %1 не збережено через локальний конфлікт назви файлу! - + File has changed since discovery Файл змінився з моменту знаходження - + Error writing metadata to the database @@ -2299,7 +2377,7 @@ It is not advisable to use it. ; Відновлення не вдалося: %1 - + A file or folder was removed from a read only share, but restoring failed: %1 @@ -2319,7 +2397,7 @@ It is not advisable to use it. could not create folder %1 - + неможливо створити теку %1 @@ -2431,27 +2509,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. Локальний файл було видалено під час синхронізації. - + Local file changed during sync. Локальний файл змінився під час синхронізації. - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2660,22 +2738,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel Мітка @@ -2692,7 +2770,7 @@ It is not advisable to use it. Read only - + Тільки для читання @@ -2707,22 +2785,22 @@ It is not advisable to use it. Password Protect - + Захищено паролем Expiration Date - + Дійсно до Unshare - + Скасувати загальний доступ Add another link - + Додати ще одне посилання @@ -2742,30 +2820,30 @@ It is not advisable to use it. Public link - + Публічне посилання OCC::ShareUserGroupWidget - + Share with users or groups ... Поширити серед користувачів або груп ... - + Copy link - + Скопіювати посилання - + No results for '%1' - + Відсутні результати для '%1' - + I shared something with you - + Я поділився з вами документами @@ -2773,7 +2851,7 @@ It is not advisable to use it. User name - + Ім'я користувача @@ -2781,22 +2859,27 @@ It is not advisable to use it. може редагувати - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2823,7 +2906,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -2843,7 +2926,7 @@ It is not advisable to use it. Share with %1 parameter is Nextcloud - + Поділитися з %1 @@ -2859,7 +2942,7 @@ It is not advisable to use it. Share... - + Поділитися... @@ -2886,7 +2969,7 @@ It is not advisable to use it. Open in browser - + Відкрити у бравзері @@ -3008,11 +3091,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - Форма - Trust this certificate anyway @@ -3042,44 +3120,49 @@ It is not advisable to use it. - + Organization: %1 Організація: %1 - + Unit: %1 Підрозділ: %1 - + Country: %1 Країна: %1 - Fingerprint (MD5): <tt>%1</tt> - Відбиток (MD5): <tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> Відбиток (SHA1): <tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 Дата введення в дію: %1 - + Expiration Date: %1 Термін Дії: %1 - + Issuer: %1 Емітент: %1 @@ -3205,7 +3288,7 @@ It is not advisable to use it. No space on %1 server available. - + На сервері %1 більше немає місця. @@ -3265,7 +3348,7 @@ It is not advisable to use it. Unresolved conflict. - + Конфлікт, який неможна вирішити @@ -3280,7 +3363,7 @@ It is not advisable to use it. Invalid characters, please rename "%1" - + Помилкові символи, будь ласка, перейменуйте "%1" @@ -3311,7 +3394,7 @@ It is not advisable to use it. Not allowed because you don't have permission to add subfolders to that folder - Заборонено через відсутність прав додавання підкаталогів в цю теку. + Заборонено через відсутність прав додавання вкладених тек у цій теці. @@ -3370,11 +3453,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>Версія %1. Для отримання більш детальної інформації, будь ласка, відвідайте <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3382,25 +3465,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3467,11 +3550,6 @@ It is not advisable to use it. Settings... Налаштування... - - - Details... - Деталі... - Help @@ -3541,48 +3619,53 @@ It is not advisable to use it. Error during synchronization - + Помилка під час синхронізації No sync folders configured - + Теки для синхронізації не налаштовано Resume all folders - + Продовжити синхронізацію у всіх теках Pause all folders - + Призупинити синхронізацію всюди Resume all synchronization - + Продовжити синхронізацію всюди Resume synchronization - + Продовжити синхронізацію Pause all synchronization - + Призупинити синхронізацію всюди Pause synchronization - + Призупинити синхронізацію New account... Новий обліковий запис... + + + View more activity... + + Crash now @@ -3592,7 +3675,7 @@ It is not advisable to use it. Apps - + Застосунки @@ -3642,23 +3725,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - Форма - - - - - - - - - - - TextLabel - Мітка - Server @@ -3700,11 +3766,6 @@ It is not advisable to use it. &Local Folder &Локальна Тека - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3723,11 +3784,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - Форма - &Username @@ -3741,11 +3797,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - Форма - Please switch to your browser to proceed. @@ -3761,20 +3812,14 @@ It is not advisable to use it. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - Форма - - - - - TextLabel - Мітка - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3808,27 +3853,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - Форма - - - - TextLabel - Мітка - Your entire account is synced to the local folder Ваш запис цілком синхронізовано із локальною текою - - - - PushButton - НатиснітьКнопку - QObject @@ -3883,7 +3912,7 @@ It is not advisable to use it. Деякий час тому - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3965,14 +3994,6 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp diff --git a/translations/client_zh_CN.ts b/translations/client_zh_CN.ts index ece04c76d..81dcd492d 100644 --- a/translations/client_zh_CN.ts +++ b/translations/client_zh_CN.ts @@ -85,11 +85,6 @@ Dialog - - - Dialog - 对话框 - Label @@ -116,12 +111,63 @@ - FolderWizardSourcePage + Flow2AuthCredsPage - + Form - 格式 + 表单 + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + 表单 + + + + Please switch to your browser to proceed. + 请切换到您的浏览器以继续。 + + + + An error occurred while connecting. Please try again. + 连接时发生错误。请重试。 + + + + Re-open Browser + + + + + Copy link + + + + + FolderWizardSourcePage Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - 格式 - Select a remote destination folder @@ -187,12 +228,12 @@ OCC::AccountManager - + End to end encryption mnemonic 端到端加密助记词 - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). 为了保护您的加密身份,我们用 12 个助记词对其进行了加密。请将它们抄下来并妥善保管。在您向账户添加其他设备(手机或笔记本电脑)时需要用到。 @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - 格式 - - - + ... ... - + Storage space: ... 存储空间:... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore 取消选中的文件夹将会从本地<b>删除</b>,并不再同步到这台电脑上。 - + Synchronize all 同步所有 - + Synchronize none 不同步 - + Apply manual changes 应用手工修改 - + Apply 应用 - - - + + + Cancel 取消 - + Connected with <server> as <user> <user> 已经连接到 <server> - + No account configured. 没有配置的帐号。 - + Add new 添加 - + Remove 移除 - + Account 账户 - + + This account supports end-to-end encryption + 此账号支持端到端加密 + + + + Enable encryption + 启用加密 + + + Show E2E mnemonic 显示 E2E 助记词 - + Encrypt 加密 - + + + Edit Ignored Files + + + + Choose what to sync 选择同步内容 - + Force sync now 立即强制同步 - + Restart sync 重启同步 - + Remove folder sync connection 移除文件夹同步连接 - + Folder creation failed 文件夹创建失败 - + <p>Could not create local folder <i>%1</i>. <p>无法创建文件夹 <i>%1</i>。 - + Confirm Folder Sync Connection Removal 确定移除文件夹同步连接 - + Remove Folder Sync Connection 移除文件夹同步连接 - + Sync Running 正在同步 - + The syncing operation is running.<br/>Do you want to terminate it? 同步操作正在进行。<br />您确定要停止吗? - + %1 in use %1 已使用 - + %1 as <i>%2</i> %1, <i>%2</i> - + The server version %1 is old and unsupported! Proceed at your own risk. 服务器版本 %1 很旧且不支持,继续操作将自行承担风险。 - + Connected to %1. 已连接到 %1。 - + Server %1 is temporarily unavailable. 服务器 %1 暂时不可用。 - + Server %1 is currently in maintenance mode. 服务器 %1 目前正在维护。 - + Signed out from %1. 从 %1 退出。 - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. 正在从浏览器获得授权。 <a href='%1'>点击此处</a> 重新打开浏览器。 - + Connecting to %1... 正在连接到 %1 - + No connection to %1 at %2. 没有到位于%2中的%1的连接 - + Log in 登录 - + There are folders that were not synchronized because they are too big: 以下目录由于太大而没有同步: - + There are folders that were not synchronized because they are external storages: 以下目录由于是外部存储而没有同步: - + There are folders that were not synchronized because they are too big or external storages: 以下目录由于太大或是外部存储而没有同步: - + Confirm Account Removal 确认删除账号 - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>您确定要删除账号<i>%1</i>的连接?</p><p><b>注意:</b> 这 <b>不会</b> 删除任何文件。</p> - + Remove connection 删除连接 - - + + Open folder 打开文件夹 - - + + Log out 注销 - + Resume sync 恢复同步 - + Pause sync 暂停同步 - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>您确定要停止文件夹<i>%1</i>同步?</p><p><b>注意:</b> 这 <b>不会</b> 删除任何文件。</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) of %2 使用中。一些文件夹,例如网络挂载的和共享的文件夹,可能有不同的限制。 - + %1 of %2 in use 使用量 %1 / %2 - + Currently there is no storage usage information available. 目前没有储存使用量信息可用。 - + No %1 connection configured. 没有 %1 连接配置。 @@ -542,33 +594,23 @@ OCC::ActivityWidget - - - Form - 窗体 - - - - TextLabel - 文本标签 - Accept 接受 - + Synced 已同步 - + Retry all uploads 重试所有上传 - + <br/>Account %1 does not have activities enabled. <br/>帐户%1没有同步活动。 @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database 向数据库写入元数据错误 @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> 请输入端到端加密短语:<br><br>用户名:%2<br>账号:%3<br> - + Enter E2E passphrase 输入 E2E 密语 @@ -722,6 +764,59 @@ 服务器文件发现的应答缺少数据。 + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + 服务器返回错误:<em>%i</em> + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + 从服务器返回的应答没有包含所有预期的字段 + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + 在您的浏览器中登录(Login Flow v2) + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,120 +835,120 @@ %1 不可读。 - + %1 has been removed. %1 names a file. %1 已移除。 - + %1 has been downloaded. %1 names a file. %1 已下载。 - + %1 has been updated. %1 names a file. %1 已更新。 - + %1 has been renamed to %2. %1 and %2 name files. %1 已更名为 %2。 - + %1 has been moved to %2. %1 已移动至 %2。 - + %1 and %n other file(s) have been removed. %1 和 %n 其它文件已被移除。 - + %1 and %n other file(s) have been downloaded. %1 和 %n 其它文件已下载。 - + %1 and %n other file(s) have been updated. %1 和 %n 其它文件已更新。 - + %1 has been renamed to %2 and %n other file(s) have been renamed. %1 已经更名为 %2,其它 %3 文件也已更名。 - + %1 has been moved to %2 and %n other file(s) have been moved. %1 已移动到 %2,其它 %3 文件也已移动。 - + %1 has and %n other file(s) have sync conflicts. %1 和 %n 其他文件有同步冲突。 - + %1 has a sync conflict. Please check the conflict file! %1 有同步冲突。请检查冲突文件! - + %1 and %n other file(s) could not be synced due to errors. See the log for details. %1 和 %n 其他文件由于错误不能同步。详细信息请查看日志。 - + %1 could not be synced due to an error. See the log for details. %1 同步出错。详情请查看日志。 - + Sync Activity 同步活动 - + Could not read system exclude file 无法读取系统排除的文件 - + A new folder larger than %1 MB has been added: %2. 一个大于 %1 MB 的新文件夹 %2 已被添加。 - + A folder from an external storage has been added. 一个来自外部存储的文件夹已被添加。 - + Please go in the settings to select it if you wish to download it. 如果您想下载,请到设置页面选择它。 - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. 文件夹 %1 已创建但之前被排除出同步过程。文件夹中的数据将不会被同步。 - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. 文件 %1 已创建但之前被排除出同步过程。这个文件将不会被同步。 - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -866,7 +961,7 @@ This means that the synchronization client might not upload local changes immedi %1 - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. @@ -877,22 +972,22 @@ If you decide to delete the files, they will be unavailable to you, unless you a 如果您决定删除这些文件,它们将被清空,除非您是文件拥有者。 - + Download new files? 下载新文件? - + Download new files 下载新文件? - + Keep local files 保持本地文件 - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. @@ -901,7 +996,7 @@ If this was an accident and you decide to keep your files, they will be re-synce 如果这是一个意外而您想要保留这些文件,他们会被重新从服务器同步过来。 - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? @@ -910,17 +1005,17 @@ Continuing the sync as normal will cause all your files to be overwritten by an 继续正常同步将导致您全部文件被更早状态的旧文件覆盖。您想要保留冲突文件的本地最新版本吗? - + Backup detected 备份已删除 - + Normal Synchronisation 正常同步 - + Keep Local Files as Conflict 保留本地文件为冲突文件 @@ -1316,11 +1411,6 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - 窗体 - Legal notice @@ -1472,82 +1562,78 @@ Continuing the sync as normal will cause all your files to be overwritten by an 文件忽略模式: - - Add - 增加 - - - - Remove all - 移除全部 - - - - Pattern - 模式 - - - - Allow Deletion - 允许删除 - - - - Remove - 移除 - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - 匹配到模式的文件或文件夹将不会被同步。 - -如果选中的项目正在阻止文件夹的删除,它们也会被删除。这对于元数据很有用。 - - - - Could not open file - 不能打开文件 - - - - Cannot write changes to '%1'. - 无法向 %1 中写入修改。 - - - - Add Ignore Pattern - 增加忽略模式 - - - - Add a new ignore pattern: - 增加新的忽略模式: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. 此项目由系统在 %1 处提供,不能在这里被修改。 - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog - 对话框 + + IgnoreListTableWidget + + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice 法律提示 - - - TextLabel - 文本标签 - Close @@ -1679,11 +1765,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - 窗体 - Proxy Settings @@ -1994,11 +2075,6 @@ for additional privileges during the process. Login in your browser 在浏览器中登录 - - - Copy link to clipboard - 复制链接到剪贴板 - OCC::OwncloudSetupPage @@ -2049,12 +2125,12 @@ It is not advisable to use it. &下一步 > - + Invalid URL 无效的链接 - + Could not load certificate. Maybe wrong password? 无法载入证书。是不是密码错了? @@ -2212,12 +2288,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 链接向导 - + Skip folders configuration 跳过文件夹设置 @@ -2251,7 +2327,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database 向数据库写入元数据错误 @@ -2279,32 +2355,32 @@ It is not advisable to use it. 空闲磁盘空间少于 %1 - + File was deleted from server 已从服务器删除文件 - + The file could not be downloaded completely. 文件无法完整下载。 - + The downloaded file is empty despite that the server announced it should have been %1. 虽然服务器宣称已完成 %1,但实际下载文件为空。 - + File %1 cannot be saved because of a local file name clash! 由于本地文件名冲突,文件 %1 无法保存。 - + File has changed since discovery 自从发现文件以来,它已经被改变了 - + Error writing metadata to the database 向数据库写入元数据错误 @@ -2317,7 +2393,7 @@ It is not advisable to use it. ;恢复失败:%1 - + A file or folder was removed from a read only share, but restoring failed: %1 文件(夹)移除了只读共享,但恢复失败:%1 @@ -2449,27 +2525,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. 本地文件在同步时已删除。 - + Local file changed during sync. 本地文件在同步时已修改。 - + Unexpected return code from server (%1) 从服务器得到了意外的返回值(%1) - + Missing File ID from server 服务器端文件 ID 缺失 - + Missing ETag from server 服务器端 ETag 缺失 @@ -2678,22 +2754,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link &共享链接 - + Password: 密码: - + Expiration date: 有效期至: - + TextLabel 文本标签 @@ -2766,22 +2842,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... 共享给其他用户或组 ... - + Copy link 复制链接 - + No results for '%1' 没有 '%1' 相关结果 - + I shared something with you 我向您共享了一些东西 @@ -2799,22 +2875,27 @@ It is not advisable to use it. 可编辑 - + Can reshare 可以再分享 - + + Unshare + 取消共享 + + + Can create 可以创建 - + Can change 可以修改 - + Can delete 可以删除 @@ -2841,8 +2922,8 @@ It is not advisable to use it. - SSL Chipher Debug View - 查看 SSL 加密调试信息 + SSL Cipher Debug View + SSL加密调试视图 @@ -3026,11 +3107,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - 窗体 - Trust this certificate anyway @@ -3060,44 +3136,49 @@ It is not advisable to use it. - + Organization: %1 组织:%1 - + Unit: %1 单位:%1 - + Country: %1 国家:%1 - Fingerprint (MD5): <tt>%1</tt> - MD5 指纹:<tt>%1</tt> - - - Fingerprint (SHA1): <tt>%1</tt> SHA1 指纹:<tt>%1</tt> - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 有效日期:%1 - + Expiration Date: %1 过期日期:%1 - + Issuer: %1 签发人:%1 @@ -3388,11 +3469,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>版本 %1。详情请见 <a href='%2'>%3</a>。</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + <p>版本 %1。详情请点击<a href='%2'>这里</a>。</p> - + <p>This release was supplied by %1</p> <p>该版本由 %1 提供</p> @@ -3400,25 +3481,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected 检测到无效证书 - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? 主机 “%1” 提供了无效证书。是否继续? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again 您已经以用户 %2 的身份从 %1 中注销,请重新登录 - + Please login with the user: %1 请以 %1 用户身份登陆 @@ -3485,11 +3566,6 @@ It is not advisable to use it. Settings... 设置... - - - Details... - 细节... - Help @@ -3601,6 +3677,11 @@ It is not advisable to use it. New account... 新账号… + + + View more activity... + 查看更多动态 ... + Crash now @@ -3660,23 +3741,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - 窗体 - - - - - - - - - - - TextLabel - 文本标签 - Server @@ -3718,11 +3782,6 @@ It is not advisable to use it. &Local Folder 本地文件夹 - - - pbSelectLocalFolder - pbSelectLocalFolder - &Keep local data @@ -3741,11 +3800,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - 窗体 - &Username @@ -3759,11 +3813,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - 窗体 - Please switch to your browser to proceed. @@ -3779,20 +3828,14 @@ It is not advisable to use it. Re-open Browser 重新打开浏览器 + + + Copy link + + OwncloudSetupPage - - - Form - 窗体 - - - - - TextLabel - 文本标签 - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3806,7 +3849,7 @@ It is not advisable to use it. Log in - 登陆 + 登录 @@ -3826,27 +3869,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - 窗体 - - - - TextLabel - 文本标签 - Your entire account is synced to the local folder 您的整个账户将被同步到本地文件夹 - - - - PushButton - 按钮 - QObject @@ -3901,7 +3928,7 @@ It is not advisable to use it. 之前 - + %1: %2 this displays an error string (%2) for a file %1 %1:%2 @@ -3983,14 +4010,6 @@ It is not advisable to use it. 下载的文件校验信息不匹配,将重新下载。 - - WebView - - - Form - 格式 - - main.cpp diff --git a/translations/client_zh_TW.ts b/translations/client_zh_TW.ts index 9ff719043..e2d70f51b 100644 --- a/translations/client_zh_TW.ts +++ b/translations/client_zh_TW.ts @@ -4,96 +4,91 @@ %1 (%2, %3) - + %1 (%2, %3) Checking for changes in '%1' - + 檢查 '%1' 的變動 Syncing %1 of %2 (%3 left) - + 同步中 %1 的 %2 (剩餘 %3) Syncing %1 of %2 - + 同步中 %1 的 %2 Syncing %1 (%2 left) - + 同步中 %1 (剩餘 %2) Syncing %1 - + 同步 %1 No recently changed files - + 近期無更動的檔案 Sync paused - + 同步已暫停 Syncing - + 同步中 Open website - + 開啟網站 Recently changed - + 最近的更動 Pause synchronization - + 暫停同步 Help - + 說明 Settings - + 設定 Log out - + 登出 Quit sync client - + 退出同步客戶端 Dialog - - - Dialog - - Label - + 標籤 @@ -101,27 +96,78 @@ Could not make directories in trash - + 無法將目錄移置回收桶 Could not move '%1' to '%2' - + 無法將%1' 移動至 '%2' Moving to the trash is not implemented on this platform + 移至回收桶功能目前無法使用 + + + + Flow2AuthCredsPage + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link + + + + + Flow2AuthWidget + + + Form + + + + + Please switch to your browser to proceed. + + + + + An error occurred while connecting. Please try again. + + + + + Re-open Browser + + + + + Copy link FolderWizardSourcePage - - - Form - 表單 - Pick a local folder on your computer to sync @@ -135,11 +181,6 @@ FolderWizardTargetPage - - - Form - 表單 - Select a remote destination folder @@ -181,18 +222,18 @@ Server replied "%1 %2" to "%3 %4" - + 伺服器回覆 "%1 %2" 到 "%3 %4" OCC::AccountManager - + End to end encryption mnemonic - + To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. Please note these down and keep them safe. They will be needed to add other devices to your account (like your mobile phone or laptop). @@ -200,266 +241,277 @@ OCC::AccountSettings - - Form - 表單 - - - + ... ... - + Storage space: ... 儲存空間容量: ... - + Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore 未標示的資料夾將會從這台電腦被 <b>刪除</b> 而且不會再被同步到這台電腦 - + Synchronize all 全部同步 - + Synchronize none 全部不同步 - + Apply manual changes 套用手動改變 - + Apply 套用 - - - + + + Cancel 取消 - + Connected with <server> as <user> 以 <user> 的身分連接 <server> - + No account configured. 沒有設置帳號。 - + Add new 新增 - + Remove 移除 - + Account 帳號 - + + This account supports end-to-end encryption + 此帳戶支援端點對端點加密 + + + + Enable encryption + 啟用加密 + + + Show E2E mnemonic - + Encrypt + 加密 + + + + + Edit Ignored Files - + Choose what to sync 選擇要同步的項目 - + Force sync now 強制同步 - + Restart sync 重新啟動同步 - + Remove folder sync connection 移除資料夾同步連線 - + Folder creation failed 資料夾建立失敗 - + <p>Could not create local folder <i>%1</i>. <p>無法建立本地資料夾 <i>%1</i> - + Confirm Folder Sync Connection Removal 確認移除資料夾同步連線 - + Remove Folder Sync Connection 移除資料夾同步連線 - + Sync Running 正在同步中 - + The syncing operation is running.<br/>Do you want to terminate it? 正在同步中<br/>你真的想要中斷? - + %1 in use %1 正在使用 - + %1 as <i>%2</i> %1 如 <i>%2<i> - + The server version %1 is old and unsupported! Proceed at your own risk. 伺服器版本%1過舊,已不支援。繼續的風險請自負。 - + Connected to %1. 已連線到 %1 - + Server %1 is temporarily unavailable. 伺服器 %1 暫時無法使用。 - + Server %1 is currently in maintenance mode. 伺服器 %1 現正處於維護模式 - + Signed out from %1. 從 %1 登出 - + Obtaining authorization from the browser. <a href='%1'>Click here</a> to re-open the browser. - + Connecting to %1... 正在連接到 %1 ... - + No connection to %1 at %2. 沒有從 %2 連線到 %1 - + Log in 登入 - + There are folders that were not synchronized because they are too big: 有部份的資料夾因為容量太大沒有辦法同步: - + There are folders that were not synchronized because they are external storages: 有部分資料夾因為是外部存儲沒有辦法同步: - + There are folders that were not synchronized because they are too big or external storages: 有部分資料夾因為容量太大或是外部存儲沒有辦法同步: - + Confirm Account Removal 確認移除帳號 - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>您確定要中斷此帳號 <i>%1</i> 的連線?</p><p><b>注意:</b>此操作 <b>不會</b> 刪除任何的檔案。</p> - + Remove connection 移除連線 - - + + Open folder 開啟資料夾 - - + + Log out 登出 - + Resume sync 繼續同步 - + Pause sync 暫停同步 - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>您確定要停止同步資料夾 <i>%1</i>?</p><p><b>注意:</b> 此操作 <b>不會</b> 刪除任何檔案</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) 中的 %2 正在使用, 有些資料夾,包括網路掛載或分享資料夾,可能有不同的限制。 - + %1 of %2 in use 已使用 %2 中的 %1% - + Currently there is no storage usage information available. 目前無法查詢儲存空間使用資訊。 - + No %1 connection configured. 沒有 %1 連線設置。 @@ -517,58 +569,48 @@ %1 - + %1 More information - + 更多資訊 Accept - + 接受 Join - + 加入 Open Browser - + 開啟瀏覽器 OCC::ActivityWidget - - - Form - 表單 - - - - TextLabel - 文字標籤 - Accept - + 接受 - + Synced - + 已同步 - + Retry all uploads - + 重試所有的上傳 - + <br/>Account %1 does not have activities enabled. <br/> 帳號 %1 尚未啟用紀錄行為功能 @@ -588,7 +630,7 @@ Certificate & Key (pkcs12) : - + 憑證與密鑰 (pkcs12) : @@ -621,12 +663,12 @@ There was an error while accessing the configuration file at %1. Please make sure the file can be accessed by your user. - + 存取設定檔%1時發生錯誤 請確定檔案可以被使用者存取 Quit %1 - + 離開 %1 @@ -655,7 +697,7 @@ OCC::CleanupPollsJob - + Error writing metadata to the database 寫入後設資料(metadata) 時發生錯誤 @@ -663,12 +705,12 @@ OCC::ClientSideEncryption - + Please enter your end to end encryption passphrase:<br><br>User: %2<br>Account: %3<br> - + 請輸入您的端點對端點加密的認證資訊<br><br>User: %2<br>Account: %3<br> - + Enter E2E passphrase @@ -722,6 +764,59 @@ + + OCC::Flow2Auth + + + + Error returned from the server: <em>%1</em> + + + + + + There was an error accessing the 'token' endpoint: <br><em>%1</em> + + + + + + Could not parse the JSON returned from the server: <br><em>%1</em> + + + + + + The reply from the server did not contain all expected fields + + + + + OCC::Flow2AuthCredsPage + + + Connect to %1 + + + + + Login in your browser (Login Flow v2) + + + + + Unable to open the Browser, please copy the link to your Browser. + + + + + OCC::Flow2AuthWidget + + + Unable to open the Browser, please copy the link to your Browser. + + + OCC::Folder @@ -740,118 +835,119 @@ %1 是不可讀的 - + %1 has been removed. %1 names a file. %1 已被移除。 - + %1 has been downloaded. %1 names a file. %1 已被下載。 - + %1 has been updated. %1 names a file. %1 已被更新。 - + %1 has been renamed to %2. %1 and %2 name files. %1 已被重新命名為 %2。 - + %1 has been moved to %2. %1 已被搬移至 %2。 - + %1 and %n other file(s) have been removed. %1 跟 %n 其他檔案已經被刪除 - + %1 and %n other file(s) have been downloaded. %1 跟 %n 其他檔案已經被下載 - + %1 and %n other file(s) have been updated. %1 跟 %n 其他檔案已經被修改 - + %1 has been renamed to %2 and %n other file(s) have been renamed. - + %1 已被改名為 %2 並且 %n其他檔案已被改名 - + %1 has been moved to %2 and %n other file(s) have been moved. - + %1 已被搬移到%2 並且 %n 其他檔案已經被搬移 - + %1 has and %n other file(s) have sync conflicts. - + %1 跟 %n 其他檔案同步時發生衝突 - + %1 has a sync conflict. Please check the conflict file! - + %1 同步時發生衝突,請檢查發生衝突的檔案 - + %1 and %n other file(s) could not be synced due to errors. See the log for details. - + %1 與%n 其他檔案因為錯誤無法被同步。請從紀錄檔觀看細節。 - + %1 could not be synced due to an error. See the log for details. %1 因為錯誤無法被同步。請從紀錄檔觀看細節。 - + Sync Activity 同步活動 - + Could not read system exclude file 無法讀取系統的排除檔案 - + A new folder larger than %1 MB has been added: %2. - + 一個大於%1MB的資料夾已被新增至:%2 + - + A folder from an external storage has been added. - + 一個來自外部空間的資料夾已被新增 - + Please go in the settings to select it if you wish to download it. - + The folder %1 was created but was excluded from synchronization previously. Data inside it will not be synchronized. - + The file %1 was created but was excluded from synchronization previously. It will not be synchronized. - + Changes in synchronized folders could not be tracked reliably. This means that the synchronization client might not upload local changes immediately and will instead only scan for local changes and upload them occasionally (every two hours by default). @@ -860,56 +956,56 @@ This means that the synchronization client might not upload local changes immedi - + All files in the sync folder '%1' folder were deleted on the server. These deletes will be synchronized to your local sync folder, making such files unavailable unless you have a right to restore. If you decide to keep the files, they will be re-synced with the server if you have rights to do so. If you decide to delete the files, they will be unavailable to you, unless you are the owner. - - - Download new files? - - - - - Download new files - - + Download new files? + 下載新檔案? + + + + Download new files + 下載新檔案 + + + Keep local files 保留本地檔案 - + All the files in your local sync folder '%1' were deleted. These deletes will be synchronized with your server, making such files unavailable unless restored. Are you sure you want to sync those actions with the server? If this was an accident and you decide to keep your files, they will be re-synced from the server. - + This sync would reset the files to an earlier time in the sync folder '%1'. This might be because a backup was restored on the server. Continuing the sync as normal will cause all your files to be overwritten by an older file in an earlier state. Do you want to keep your local most recent files as conflict files? - - - Backup detected - - - - - Normal Synchronisation - - + Backup detected + 偵測到備份 + + + + Normal Synchronisation + 普通同步 + + + Keep Local Files as Conflict - + 將本地檔案視為衝突檔案 @@ -957,7 +1053,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Sync was successful, unresolved conflicts. - + 同步成功,衝突未解決 @@ -1002,7 +1098,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an There is already a sync from the server to this local folder. Please pick another local folder! - + 此資料夾已與Server設定同步,請選擇其他資料夾 @@ -1070,7 +1166,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an There are unresolved conflicts. Click for details. - + 存在未解決的衝突,請查看細節 @@ -1116,22 +1212,22 @@ Continuing the sync as normal will cause all your files to be overwritten by an Checking for changes in remote '%1' - + 檢查遠端 '%1' 的變動 Checking for changes in local '%1' - + 檢查本地 '%1' 的變動 ↓ %1/s - + ↓ %1/s ↑ %1/s - + ↑ %1/s @@ -1149,7 +1245,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an %5 left, %1 of %2, file %3 of %4 Example text: "5 minutes left, 12 MB of 345 MB, file 6 of 7" - + 剩餘%5,%1 的 %2, 檔案 %3 的 %4 @@ -1303,15 +1399,10 @@ Continuing the sync as normal will cause all your files to be overwritten by an OCC::GeneralSettings - - - Form - 表單 - Legal notice - + 法律提示 @@ -1336,7 +1427,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Ask for confirmation before synchronizing folders larger than - + 先詢問,當要同步的資料夾大小超過 @@ -1347,7 +1438,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Ask for confirmation before synchronizing external storages - + 在與外部儲存空間同步時先詢問 @@ -1393,7 +1484,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Server notifications that require attention. - + 伺服器公告,請注意 @@ -1401,14 +1492,16 @@ Continuing the sync as normal will cause all your files to be overwritten by an Sharing error - + 分享發生錯誤 Could not retrieve or create the public link share. Error: %1 - + 無法取回或生成公開分享連結。錯誤: + +%1 @@ -1416,7 +1509,7 @@ Continuing the sync as normal will cause all your files to be overwritten by an Please enter %1 password:<br><br>User: %2<br>Account: %3<br> - + 請輸入%1 密碼:<br><br>使用者: %2<br>帳戶: %3<br> @@ -1457,81 +1550,77 @@ Continuing the sync as normal will cause all your files to be overwritten by an 根據模式套用什麼檔案要被忽略 - - Add - 增加 - - - - Remove all - - - - - Pattern - 模式 - - - - Allow Deletion - 允許刪除 - - - - Remove - 移除 - - - - Files or folders matching a pattern will not be synchronized. - -Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - 檔案或是資料夾符合模式的話將不會被同步。 - -當資料夾被移除時,會根據清單裡的允許刪除選項來避免那些檔案會被移除。而這對元資料是有用的。 - - - - Could not open file - 無法開啟檔案 - - - - Cannot write changes to '%1'. - %1 無法寫入變更。 - - - - Add Ignore Pattern - 增加忽略格式 - - - - Add a new ignore pattern: - 增加一個新的忽略格式: - - - + This entry is provided by the system at '%1' and cannot be modified in this view. 這個項目是由系統提供在 '%1' 且不能在這個頁面被修改 - OCC::LegalNotice + OCC::IgnoreListTableWidget - - Dialog + + IgnoreListTableWidget + + + Pattern + + + + + Allow Deletion + + + + + Add + + + + + Remove + + + + + Remove all + + + + + Files or folders matching a pattern will not be synchronized. + +Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. + + + + + Could not open file + + + + + Cannot write changes to '%1'. + + + + + Add Ignore Pattern + + + + + Add a new ignore pattern: + + + + + OCC::LegalNotice Legal notice - - - - - TextLabel - + 法律提示 @@ -1541,7 +1630,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> - + <p>Copyright 2017-2018 Nextcloud GmbH<br />Copyright 2012-2018 ownCloud GmbH</p> @@ -1569,7 +1658,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from &Capture debug messages - + &擷取除錯訊息 @@ -1662,11 +1751,6 @@ Logs will be written to %1 OCC::NetworkSettings - - - Form - 表單 - Proxy Settings @@ -1773,7 +1857,7 @@ Logs will be written to %1 Error returned from the server: <em>%1</em> - + 伺服器回覆錯誤:<em>%1</em> @@ -1793,7 +1877,7 @@ Logs will be written to %1 <h1>Login Error</h1><p>%1</p> - + <h1>登入錯誤</h1><p>%1</p> @@ -1978,11 +2062,6 @@ for additional privileges during the process. Login in your browser - - - Copy link to clipboard - - OCC::OwncloudSetupPage @@ -2034,12 +2113,12 @@ It is not advisable to use it. 下一步 (&N) > - + Invalid URL - + Could not load certificate. Maybe wrong password? @@ -2197,12 +2276,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1連線精靈 - + Skip folders configuration 忽略資料夾設定資訊 @@ -2236,7 +2315,7 @@ It is not advisable to use it. OCC::PropagateDirectory - + Error writing metadata to the database 寫入後設資料(metadata) 時發生錯誤 @@ -2264,32 +2343,32 @@ It is not advisable to use it. 可用的硬碟空間已經少於 %1 - + File was deleted from server 檔案已從伺服器被刪除 - + The file could not be downloaded completely. 檔案下載無法完成。 - + The downloaded file is empty despite that the server announced it should have been %1. - + File %1 cannot be saved because of a local file name clash! 檔案 %1 無法存檔,因為本地端的檔案名稱已毀損! - + File has changed since discovery 尋找的過程中檔案已經被更改 - + Error writing metadata to the database 寫入後設資料(metadata) 時發生錯誤 @@ -2302,7 +2381,7 @@ It is not advisable to use it. ; 重新儲存失敗 %1 - + A file or folder was removed from a read only share, but restoring failed: %1 檔案或目錄已經從只供讀取的分享中被移除,但是復原失敗: %1 @@ -2434,27 +2513,27 @@ It is not advisable to use it. OCC::PropagateUploadFileNG - + The local file was removed during sync. 本地端的檔案在同步過程中被刪除。 - + Local file changed during sync. 本地端的檔案在同步過程中被更改。 - + Unexpected return code from server (%1) - + Missing File ID from server - + Missing ETag from server @@ -2663,22 +2742,22 @@ It is not advisable to use it. OCC::ShareLinkWidget - + &Share link - + Password: - + Expiration date: - + TextLabel 文字標籤 @@ -2751,22 +2830,22 @@ It is not advisable to use it. OCC::ShareUserGroupWidget - + Share with users or groups ... 與用戶或群組分享 ... - + Copy link - + No results for '%1' '%1' 沒有結果 - + I shared something with you @@ -2784,22 +2863,27 @@ It is not advisable to use it. 可編輯 - + Can reshare - + + Unshare + + + + Can create - + Can change - + Can delete @@ -2826,7 +2910,7 @@ It is not advisable to use it. - SSL Chipher Debug View + SSL Cipher Debug View @@ -3011,11 +3095,6 @@ It is not advisable to use it. OCC::SslErrorDialog - - - Form - 表單 - Trust this certificate anyway @@ -3045,44 +3124,49 @@ It is not advisable to use it. - + Organization: %1 組織:%1 - + Unit: %1 單位:%1 - + Country: %1 國家:%1 - Fingerprint (MD5): <tt>%1</tt> - 指紋 (MD5): &lt;tt&gt;%1&lt;/tt&gt; - - - Fingerprint (SHA1): <tt>%1</tt> 指紋 (SHA1): &lt;tt&gt;%1&lt;/tt&gt; - + + Fingerprint (SHA-256): <tt>%1</tt> + + + + + Fingerprint (SHA-512): <tt>%1</tt> + + + + Effective Date: %1 有效日期:%1 - + Expiration Date: %1 到期日: %1 - + Issuer: %1 簽發者: %1 @@ -3373,11 +3457,11 @@ It is not advisable to use it. OCC::Theme - <p>Version %1. For more information please visit <a href='%2'>%3</a>.</p> - <p>版本 %1. 如欲得知更多資訊,請到此拜訪 <a href='%2'>%3</a>.</p> + <p>Version %1. For more information please click <a href='%2'>here</a>.</p> + - + <p>This release was supplied by %1</p> @@ -3385,25 +3469,25 @@ It is not advisable to use it. OCC::WebEnginePage - + Invalid certificate detected - - The host "%1" provided an invalid certitiface. Continue? + + The host "%1" provided an invalid certificate. Continue? OCC::WebFlowCredentials - + You have been logged out of %1 as user %2. Please login again - + Please login with the user: %1 @@ -3470,11 +3554,6 @@ It is not advisable to use it. Settings... 設定… - - - Details... - 細節… - Help @@ -3586,6 +3665,11 @@ It is not advisable to use it. New account... + + + View more activity... + + Crash now @@ -3645,23 +3729,6 @@ It is not advisable to use it. OwncloudAdvancedSetupPage - - - Form - 表單 - - - - - - - - - - - TextLabel - 文字標籤 - Server @@ -3703,11 +3770,6 @@ It is not advisable to use it. &Local Folder 本地資料夾 (&L) - - - pbSelectLocalFolder - - &Keep local data @@ -3726,11 +3788,6 @@ It is not advisable to use it. OwncloudHttpCredsPage - - - Form - 表單 - &Username @@ -3744,11 +3801,6 @@ It is not advisable to use it. OwncloudOAuthCredsPage - - - Form - 表單 - Please switch to your browser to proceed. @@ -3764,20 +3816,14 @@ It is not advisable to use it. Re-open Browser + + + Copy link + + OwncloudSetupPage - - - Form - 表單 - - - - - TextLabel - 文字標籤 - <a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#0000ff;">Host your own server</span></a> @@ -3811,27 +3857,11 @@ It is not advisable to use it. OwncloudWizardResultPage - - - Form - 表單 - - - - TextLabel - 文字標籤 - Your entire account is synced to the local folder 您整個帳號的資料會與本地資料夾同步 - - - - PushButton - 按鈕 - QObject @@ -3886,7 +3916,7 @@ It is not advisable to use it. 前一段時間 - + %1: %2 this displays an error string (%2) for a file %1 %1: %2 @@ -3968,14 +3998,6 @@ It is not advisable to use it. - - WebView - - - Form - - - main.cpp