Compare commits

...

24 Commits
1.7.1 ... 1.7.3

Author SHA1 Message Date
Armin Schrenk
4bb0026415 Merge branch 'release/1.7.3' 2023-03-15 13:51:20 +01:00
Armin Schrenk
bebae14744 finalize release 2023-03-15 13:51:09 +01:00
Armin Schrenk
997315eaf5 prepare 1.7.3 2023-03-15 13:49:53 +01:00
Cryptobot
16d677c40f New Crowdin updates (#2766)
New translations strings.properties

Belarusian; Catalan; Chinese Simplified; Chinese Traditional; Chinese Traditional, Hong Kong; French; German; Hebrew; Norwegian Bokmal; Russian; Swahili, Tanzania; Turkish; 

[ci skip]
2023-03-15 13:47:22 +01:00
Armin Schrenk
42a1913c17 Fixes #2797 and fixes #2760 2023-03-15 13:42:03 +01:00
Armin Schrenk
c3f6655e48 add developer 2023-03-15 12:34:13 +01:00
Armin Schrenk
fa1b0f2de8 reestablish interrupt state 2023-03-15 12:29:19 +01:00
Armin Schrenk
385574a618 prevent infinite loop 2023-03-15 12:10:15 +01:00
Armin Schrenk
a67477bf3b Fixes #2778
ensure that mountpoint is ready
2023-03-15 11:40:44 +01:00
Julian Raufelder
7a0d255bd3 Use the same source tarball for signing that is linked in the release 2023-03-07 13:44:36 +01:00
Armin Schrenk
228fa099cb Merge branch 'main' into develop 2023-03-07 12:24:26 +01:00
Armin Schrenk
a60ff20f15 Merge branch 'release/1.7.2' 2023-03-07 12:23:30 +01:00
Armin Schrenk
2328a5e3a8 finalize release 2023-03-07 12:19:35 +01:00
Armin Schrenk
e7e181b1a5 Merge branch 'develop' into release/1.7.2 2023-03-07 12:19:23 +01:00
Armin Schrenk
f3e7c08b43 deactivate winget workflow 2023-03-07 12:19:05 +01:00
Armin Schrenk
2a41afcfa9 prepare 1.7.2 2023-03-07 11:52:04 +01:00
Cryptobot
5bf38a328c New Crowdin updates (#2743)
New translations strings.properties

Arabic; Belarusian; Bosnian; Catalan; Chinese Simplified; Chinese Traditional; Chinese Traditional, Hong Kong; Croatian; Czech; Danish; Dutch; French; German; Greek; Hebrew; Hungarian; Indonesian; Italian; Japanese; Korean; Latvian; Norwegian Bokmal; Norwegian Nynorsk; Polish; Portuguese; Portuguese, Brazilian; Punjabi; Romanian; Russian; Serbian (Cyrillic); Serbian (Latin); Slovak; Spanish; Swahili, Tanzania; Swedish; Tamil; Turkish; Ukrainian; Vietnamese; 

[ci skip]
2023-03-07 11:49:50 +01:00
Armin Schrenk
f983b29034 use correct docs URL for volume type 2023-03-07 11:40:10 +01:00
Armin Schrenk
4bc217e489 fixes #2761 2023-03-07 11:36:59 +01:00
Armin Schrenk
b24f52a4ec fixes 2741 2023-03-07 10:58:34 +01:00
Armin Schrenk
91e7fa3de3 fixes #2758, fixes #2754 2023-03-06 15:58:02 +01:00
Armin Schrenk
1365efab3f use recommended notation of unit prefixes 2023-03-06 15:54:43 +01:00
Armin Schrenk
852963b785 check for correct WinFsp version 2023-03-06 15:50:21 +01:00
Armin Schrenk
c47d4eaf02 Merge branch 'main' into develop 2023-03-03 16:37:45 +01:00
49 changed files with 341 additions and 262 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Download source tarball
run: |
curl -L -H "Accept: application/vnd.github+json" ${{ github.event.release.tarball_url }} --output cryptomator-${{ github.event.release.tag_name }}.tar.gz
curl -L -H "Accept: application/vnd.github+json" https://github.com/cryptomator/cryptomator/archive/refs/tags/${{ github.event.release.tag_name }}.tar.gz --output cryptomator-${{ github.event.release.tag_name }}.tar.gz
- name: Sign source tarball with key 615D449FE6E6A235
run: |
echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import

View File

@@ -203,15 +203,6 @@ jobs:
*.msi
*.asc
call-winget-flow:
needs: [get-version, build-msi]
if: github.event.action == 'published' && needs.get-version.outputs.versionType == 'stable'
uses: ./.github/workflows/winget.yml
with:
releaseTag: ${{ github.event.release.tag_name }}
secrets: inherit
build-exe:
name: Build .exe installer
runs-on: windows-latest

View File

@@ -66,6 +66,8 @@
</content_rating>
<releases>
<release date="2023-03-15" version="1.7.3"/>
<release date="2023-03-07" version="1.7.2"/>
<release date="2023-03-03" version="1.7.1"/>
<release date="2023-03-01" version="1.7.0"/>
<release date="2022-12-14" version="1.6.17"/>

View File

@@ -2,6 +2,6 @@
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<!-- A version number MUST be prefixed with letter "v", otherwise it is considered a normal string -->
<?define BundledWinFspVersion="v1.12.22309" ?>
<?define BundledWinFspVersion="v1.12.22339" ?>
<?define BundledWinFspDownloadLink="https://github.com/winfsp/winfsp/releases/download/v1.12.22339/winfsp-1.12.22339.msi" ?> <!-- Only used by external build scripts -->
</Include>

20
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>cryptomator</artifactId>
<version>1.7.1</version>
<version>1.7.3</version>
<name>Cryptomator Desktop App</name>
<organization>
@@ -17,6 +17,11 @@
<email>sebastian.stenzel@gmail.com</email>
<timezone>+1</timezone>
</developer>
<developer>
<name>Armin Schrenk</name>
<email>armin.schrenk+dev@mailbox.org</email>
<timezone>+1</timezone>
</developer>
</developers>
<properties>
@@ -28,15 +33,14 @@
<nonModularGroupIds>org.ow2.asm,org.apache.jackrabbit,org.apache.httpcomponents,de.swiesend,org.purejava,com.github.hypfvieh</nonModularGroupIds>
<!-- cryptomator dependencies -->
<cryptomator.cryptolib.version>2.1.1</cryptomator.cryptolib.version>
<cryptomator.cryptofs.version>2.6.1</cryptomator.cryptofs.version>
<cryptomator.cryptofs.version>2.6.2</cryptomator.cryptofs.version>
<cryptomator.integrations.version>1.2.0</cryptomator.integrations.version>
<cryptomator.integrations.win.version>1.2.0</cryptomator.integrations.win.version>
<cryptomator.integrations.mac.version>1.2.0</cryptomator.integrations.mac.version>
<cryptomator.integrations.linux.version>1.2.0</cryptomator.integrations.linux.version>
<cryptomator.fuse.version>2.0.2</cryptomator.fuse.version>
<cryptomator.fuse.version>2.0.4</cryptomator.fuse.version>
<cryptomator.dokany.version>2.0.0</cryptomator.dokany.version>
<cryptomator.webdav.version>2.0.1</cryptomator.webdav.version>
<cryptomator.webdav.version>2.0.2</cryptomator.webdav.version>
<!-- 3rd party dependencies -->
<commons-lang3.version>3.12.0</commons-lang3.version>
@@ -65,12 +69,6 @@
<dependencies>
<!-- Cryptomator Libs -->
<dependency>
<!-- needed due to https://github.com/cryptomator/cryptolib/issues/34 -->
<groupId>org.cryptomator</groupId>
<artifactId>cryptolib</artifactId>
<version>${cryptomator.cryptolib.version}</version>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>cryptofs</artifactId>

View File

@@ -2,6 +2,10 @@ package org.cryptomator.common.mount;
public class MountPointPreparationException extends RuntimeException {
public MountPointPreparationException(String msg) {
super(msg);
}
public MountPointPreparationException(Throwable cause) {
super(cause);
}

View File

@@ -51,8 +51,19 @@ public final class MountWithinParentUtil {
if (SystemUtils.IS_OS_WINDOWS) {
Files.setAttribute(hideaway, WIN_HIDDEN_ATTR, true, LinkOption.NOFOLLOW_LINKS);
}
int attempts = 0;
while (!Files.notExists(mountPoint)) {
if (attempts >= 10) {
throw new MountPointPreparationException("Path " + mountPoint + " could not be cleared");
}
Thread.sleep(1000);
attempts++;
}
} catch (IOException e) {
throw new MountPointPreparationException(e);
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
throw new MountPointPreparationException(e);
}
}
}

View File

@@ -6,6 +6,7 @@ import org.slf4j.LoggerFactory;
import javax.inject.Inject;
import javax.inject.Singleton;
import javafx.application.Platform;
import javafx.collections.ObservableList;
import java.io.IOException;
import java.time.Instant;
@@ -40,6 +41,7 @@ public class AutoLocker {
private void autolock(Vault vault) {
try {
vault.lock(false);
Platform.runLater(() -> vault.stateProperty().set(VaultState.Value.LOCKED));
LOG.info("Autolocked {} after idle timeout", vault.getDisplayName());
} catch (UnmountFailedException | IOException e) {
LOG.error("Autolocking failed.", e);

View File

@@ -23,7 +23,7 @@ import java.util.ResourceBundle;
@PreferencesScoped
public class VolumePreferencesController implements FxController {
private static final String DOCS_MOUNTING_URL = "https://docs.cryptomator.org/en/1.7/desktop/vault-mounting/";
private static final String DOCS_MOUNTING_URL = "https://docs.cryptomator.org/en/1.7/desktop/volume-type/";
private final Settings settings;
private final ObservableValue<MountService> selectedMountService;

View File

@@ -307,27 +307,27 @@ stats.title=Statistics for %s
stats.cacheHitRate=Cache Hit Rate
## Read
stats.read.throughput.idle=Read: idle
stats.read.throughput.kibs=Read: %.2f kiB/s
stats.read.throughput.kibs=Read: %.2f KiB/s
stats.read.throughput.mibs=Read: %.2f MiB/s
stats.read.total.data.none=Data read: -
stats.read.total.data.kib=Data read: %.1f kiB
stats.read.total.data.kib=Data read: %.1f KiB
stats.read.total.data.mib=Data read: %.1f MiB
stats.read.total.data.gib=Data read: %.1f GiB
stats.decr.total.data.none=Data decrypted: -
stats.decr.total.data.kib=Data decrypted: %.1f kiB
stats.decr.total.data.kib=Data decrypted: %.1f KiB
stats.decr.total.data.mib=Data decrypted: %.1f MiB
stats.decr.total.data.gib=Data decrypted: %.1f GiB
stats.read.accessCount=Total reads: %d
## Write
stats.write.throughput.idle=Write: idle
stats.write.throughput.kibs=Write: %.2f kiB/s
stats.write.throughput.kibs=Write: %.2f KiB/s
stats.write.throughput.mibs=Write: %.2f MiB/s
stats.write.total.data.none=Data written: -
stats.write.total.data.kib=Data written: %.1f kiB
stats.write.total.data.kib=Data written: %.1f KiB
stats.write.total.data.mib=Data written: %.1f MiB
stats.write.total.data.gib=Data written: %.1f GiB
stats.encr.total.data.none=Data encrypted: -
stats.encr.total.data.kib=Data encrypted: %.1f kiB
stats.encr.total.data.kib=Data encrypted: %.1f KiB
stats.encr.total.data.mib=Data encrypted: %.1f MiB
stats.encr.total.data.gib=Data encrypted: %.1f GiB
stats.write.accessCount=Total writes: %d
@@ -370,7 +370,7 @@ main.vaultDetail.lockBtn=Lock
main.vaultDetail.bytesPerSecondRead=Read:
main.vaultDetail.bytesPerSecondWritten=Write:
main.vaultDetail.throughput.idle=idle
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Vault Statistics
main.vaultDetail.locateEncryptedFileBtn=Locate Encrypted File

View File

@@ -233,7 +233,6 @@ main.vaultDetail.lockBtn=قفل
main.vaultDetail.bytesPerSecondRead=قراءة:
main.vaultDetail.bytesPerSecondWritten=كتابة:
main.vaultDetail.throughput.idle=خمول
main.vaultDetail.throughput.kbps=%.1f كيلوبايت/ث
main.vaultDetail.throughput.mbps=%.1f ميجابايت/ث
main.vaultDetail.stats=إحصائيات الخزنة
main.vaultDetail.locateEncryptedFileBtn=تحديد موقع الملف المشفر

View File

@@ -123,7 +123,14 @@ unlock.success.description=Змест скарбніцы "%s" цяпер дас
unlock.success.rememberChoice=Запомні мой выбар і больш не пытай
unlock.success.revealBtn=Паказаць дыск
## Failure
unlock.error.customPath.message=Не магчыма змантажаваць скарбніцу да карыстальніцкай сцежкі
unlock.error.customPath.description.notSupported=Калі ты надалей жадаеш карыстацца адмысловаю сцежкаю, калі ласка, пайдзі ў налады ды абары там тып тому, які падтрымлівае яе. У іншым выпадку пайдзі ў опцыі скарбніцы ды абяры там пункт мантажавання, які падтрымліваецца.
unlock.error.customPath.description.notExists=Адмысловая сцежка мантажавання не існуе. Ствары яе ў сваёй файлавай сістэме, альбо змяні яе ў опцыях скарбніцы.
unlock.error.customPath.description.generic=Ты абраў адмысловую сцежку мантажавання для гэтай скарбніцы, але скарыстацца ёю не ўдалося. Вось паведамленне пра памылку: %s
## Hub
hub.noKeychain.message=Няма доступу да ключа прылады
hub.noKeychain.description=Каб разамкнуць скарбніцы Hub, патрэбны ключ прылады, які захаваны ў звязку ключоў. Каб працягнуць, уключы "%s" ды абяры звязак ключоў у наладах.
hub.noKeychain.openBtn=Адчыніць налады
### Waiting
hub.auth.message=Чаканне спраўджання…
hub.auth.description=Ты мусіш аўтаматычна перанакіравацца на старонку ўваходу.
@@ -147,6 +154,8 @@ hub.registerFailed.description=Падчас прысваення імя адбы
hub.unauthorized.message=Адмова ў доступе
hub.unauthorized.description=Тваёй прыладзе ў дадзены момант не дазволена мець доступ да гэтай скрабніцы. Запытайся ўладальніка скрабніцы за дазволам.
### License Exceeded
hub.invalidLicense.message=Несапраўдная ліцэнзія Hub
hub.invalidLicense.description=Твая інстанцыя Cryptomator Hub мае некарэктную ліцэнзію. Калі ласка, паведамі адміністратару Hub пра гэта, каб абнавіць альбо аднавіць ліцэнзію.
# Lock
## Force
@@ -162,6 +171,12 @@ lock.fail.description=Скарбніцу "%s" не мажліва замкнуц
migration.title=Абнавіць скарбніцу
## Start
migration.start.header=Абнавіць скарбніцу
migration.start.text=Каб адчыніць тваю скарбніцу "%s" у гэтай новай вэрсіі Cryptomator, скарбніца мусіць быць абноўленая да навейшага фармату. Перад тым, як пачаць, трэба ведаць наступнае:
migration.start.remarkUndone=Не магчыма скасаваць гэта абнаўленне.
migration.start.remarkVersions=Старэйшыя вэрсіі Cryptomator ня змогуць адчыніць абноўленую скарбніцу.
migration.start.remarkCanRun=Ты мусіш упэўніцца, што на кожнай прыладзе, якая мае доступ да скарбніцы, працуе гэта вэрсія Cryptomator.
migration.start.remarkSynced=Ты мусіш упэўніцца, што твая скарбніца цалкам сынхранаваная на гэтай ды іншых прыладах, перад тым як пачаць абнаўленне.
migration.start.confirm=Я прачытала і зразумела інфармацыю зверху
## Run
migration.run.enterPassword=Увядзіце пароль да "%s"
migration.run.startMigrationBtn=Перамясціць скарбніцу
@@ -183,17 +198,47 @@ migration.impossible.heading=Не мажліва перанесці скарбн
## Start
health.title=Тэст на цэласнасць для "%s"
health.intro.header=Тэст на цэласнасць
health.intro.remarkFix=Ня ўсе хібы могуць быць выпраўленыя.
health.intro.remarkBackup=Калі даныя пашкоджаныя, дапаможа толькі рэзервовая копія.
health.intro.affirmation=Я прачытала і зразумела інфармацыю зверху
## Start Failure
health.fail.header=Падчас загрузкі налад скарбніцы адбылася памылка
health.fail.ioError=Здарылася памылка падчас спробы прачытаць канфіґурацыйны файл.
health.fail.parseError=Здарылася памылка падчас ператварэння канфіґурацыі скарбніцы.
health.fail.moreInfo=Падрабязней
## Check Selection
health.checkList.description=Абяры тэсты ў левым спісе альбо скарыстайся кнопкамі ўнізе.
health.checkList.selectAllButton=Вылучыць усе элементы
health.checkList.deselectAllButton=Адрабіць вылучэнне ўсіх элементаў
health.check.runBatchBtn=Выканаць вылучаныя элементы
## Detail view
health.check.detail.noSelectedCheck=Каб праглядзець вынікі, абяры тэсты цэласнасці ў левым спісе.
health.check.detail.checkScheduled=Тэст пастаўлены ў чаргу.
health.check.detail.checkRunning=Тэст адбываецца ў гэты момант…
health.check.detail.checkSkipped=Тэст ня быў абраны для выканання.
health.check.detail.checkFinished=Тэст паспяхова скончыўся.
health.check.detail.checkFinishedAndFound=Тэст завершаны. Калі ласка, праглядзі вынікі.
health.check.detail.checkFailed=Тэст быў спынены з-за памылкі.
health.check.detail.checkCancelled=Праверка была скасавана.
health.check.detail.listFilters.label=Фільтр
health.check.detail.fixAllSpecificBtn=Адрамантаваць усё гэтага тыпу
health.check.exportBtn=Экспартаваць справаздачу
## Result view
health.result.severityFilter.all=Стан Усе
health.result.severityFilter.good=Добра
health.result.severityFilter.info=Інфармацыя
health.result.severityFilter.warn=Папярэджанне
health.result.severityFilter.crit=Крытычна
health.result.severityTip.good=Стан: Добры\nНармальная структура скарбніцы.
health.result.severityTip.info=Стан: Інфармацыя\nСтруктура скарбніцы непашкоджаная.
health.result.severityTip.warn=Стан: Папярэджанне\nСтруктура скарбніцы пашкоджаная, тэрмінова патрабуецца рамонт.
health.result.severityTip.crit=Стан: Крытычны\nСтруктура скарбніцы пашкоджаная, выяўлена страта даных.
health.result.fixStateFilter.all=Стан выпраўлення Усе
health.result.fixStateFilter.fixable=Папраўны
health.result.fixStateFilter.notFixable=Непапраўны
health.result.fixStateFilter.fixing=Выпраўленне…
health.result.fixStateFilter.fixed=Выпраўлена
health.result.fixStateFilter.fixFailed=Няўдача выпраўлення
## Fix Application
health.fix.fixBtn=Выправіць
health.fix.successTip=Паспяхова выпраўлена
@@ -225,7 +270,16 @@ preferences.interface.showMinimizeButton=Паказаць кнопку згор
preferences.interface.showTrayIcon=Паказваць іконку на інфармацыйнай панэлі (спатрэбіцца перазапуск)
## Volume
preferences.volume=Віртуальны дыск
preferences.volume.type=Тып тому (спатрэбіцца перазапуск)
preferences.volume.type.automatic=Аўтаматычна
preferences.volume.docsTooltip=Адчыні дакумэнтацыю, каб даведацца больш пра розныя тыпы тому.
preferences.volume.tcp.port=Порт TCP
preferences.volume.supportedFeatures=Абраны тып тому падтрымлівае наступныя функцыі:
preferences.volume.feature.mountAuto=Аўтаматычны выбар пункту мантажавання
preferences.volume.feature.mountToDir=Карыстальніцкая тэчка як пункт мантажавання
preferences.volume.feature.mountToDriveLetter=Літара тому як пункт мантажавання
preferences.volume.feature.mountFlags=Карыстальніцкія опцыі мантажавання
preferences.volume.feature.readOnly=Мантажаванне толькі для чытання
## Updates
preferences.updates=Абнаўленні
preferences.updates.currentVersion=Бягучая версія: %s
@@ -234,7 +288,10 @@ preferences.updates.checkNowBtn=Праверыць зараз
preferences.updates.updateAvailable=Даступна абнаўленне да версіі %s
## Contribution
preferences.contribute=Падтрымай нас
preferences.contribute.registeredFor=Сэртыфікат ахвяравальніка зарэгістраваны на %s
preferences.contribute.noCertificate=Ахвяруй на Cryptomator ды атрымай сэртыфікат ахвяравальніка. Гэта штось падобнае на ліцэнзійны ключ, але для цудоўных людзей, якія карыстаюцца бясплатнай праграмай. ;-)
preferences.contribute.getCertificate=Яшчэ ня маеш такога? Даведайся, як атрымаць.
preferences.contribute.promptText=Устаў код сэртыфікату ахвяравальніка сюды
#<-- Add entries for donations and code/translation/documentation contribution -->
## About
@@ -242,9 +299,10 @@ preferences.about=Пра нас
# Vault Statistics
stats.title=Статыстыкі для %s
stats.cacheHitRate=Трапнасць кэшу
## Read
stats.read.throughput.idle=Чытанне: -
stats.read.throughput.kibs=Чытанне: %.2f КіБ/с
stats.read.throughput.idle=Чытанне: нічога
stats.read.throughput.kibs=Чытанне: %.2f KiB/s
stats.read.throughput.mibs=Чытанне: %.2f МіБ/с
stats.read.total.data.none=Прачытана: -
stats.read.total.data.kib=Прачытана: %.1f КіБ
@@ -254,9 +312,9 @@ stats.decr.total.data.none=Расшыфравана: -
stats.decr.total.data.kib=Расшыфравана: %.1f КіБ
stats.decr.total.data.mib=Расшыфравана: %.1f МіБ
stats.decr.total.data.gib=Расшыфравана: %.1f ҐіБ
stats.read.accessCount=Агульная колькасць чытанняў: %d
stats.read.accessCount=Прачытана агулам: %d
## Write
stats.write.throughput.idle=Чытанне: -
stats.write.throughput.idle=Пісанне: нічога
stats.write.throughput.kibs=Пісанне: %.2f КіБ/с
stats.write.throughput.mibs=Пісанне: %.2f МіБ/с
stats.write.total.data.none=Напісана: -
@@ -267,9 +325,11 @@ stats.encr.total.data.none=Зашыфравана: -
stats.encr.total.data.kib=Зашыфравана: %.1f КіБ
stats.encr.total.data.mib=Зашыфравана: %.1f МіБ
stats.encr.total.data.gib=Зашыфравана: %.1f ҐіБ
stats.write.accessCount=Агульная колькасць запісаў: %d
stats.write.accessCount=Запісана агулам: %d
## Accesses
stats.access.current=Доступ: %d
stats.access.total=Доступы агулам: %d
# Main Window
@@ -299,6 +359,7 @@ main.vaultDetail.passwordSavedInKeychain=Пароль захаваны
main.vaultDetail.unlockedStatus=РАЗАМКНЁНА
main.vaultDetail.accessLocation=Змест тваёй скарбніцы даступны тут:
main.vaultDetail.revealBtn=Паказаць дыск
main.vaultDetail.copyUri=Скапіяваць URI
main.vaultDetail.lockBtn=Замкнуць
main.vaultDetail.bytesPerSecondRead=Чытанне:
main.vaultDetail.bytesPerSecondWritten=Пісанне:
@@ -306,6 +367,10 @@ main.vaultDetail.throughput.idle=бяздзейны
main.vaultDetail.throughput.kbps=%.1f КіБ/с
main.vaultDetail.throughput.mbps=%.1f МіБ/с
main.vaultDetail.stats=Статыстыка скарбніцы
main.vaultDetail.locateEncryptedFileBtn=Знайсці зашыфраваны файл
main.vaultDetail.locateEncryptedFileBtn.tooltip=Абяры файл у тваёй скрабніцы, каб знайсці ягоны зашыфраваны адпаведнік
main.vaultDetail.encryptedPathsCopied=Шлях скапіяваны ў буфер абмену!
main.vaultDetail.filePickerTitle=Абраць файл унутры скарбніцы
### Missing
main.vaultDetail.missing.info=Cryptomator ня змог знайсці скарбніцу па гэтай сцежцы.
main.vaultDetail.missing.recheck=Пераправерыць
@@ -339,20 +404,26 @@ vaultOptions.general.actionAfterUnlock=Пасля паспяховага раз
vaultOptions.general.actionAfterUnlock.ignore=Нічога не рабі
vaultOptions.general.actionAfterUnlock.reveal=Паказаць дыск
vaultOptions.general.actionAfterUnlock.ask=Запытацца
vaultOptions.general.startHealthCheckBtn=Пачаць тэст на цэласнасць
## Mount
vaultOptions.mount=Мантажаванне
vaultOptions.mount.info=Опцыі залежаць ад абранага тыпу тому.
vaultOptions.mount.linkToPreferences=Адчыніць налады віртуальнага дыску
vaultOptions.mount.readonly=Толькі для чытання
vaultOptions.mount.customMountFlags=Карыстальніцкія опцыі мантажавання
vaultOptions.mount.winDriveLetterOccupied=занята
vaultOptions.mount.mountPoint=Пункт мантажавання
vaultOptions.mount.mountPoint.auto=Аўтаматычны выбар пасуючага месцазнаходжання
vaultOptions.mount.mountPoint.driveLetter=Назначыць літару для дыску
vaultOptions.mount.mountPoint.custom=Выкарыстаць абраную тэчку
vaultOptions.mount.mountPoint.directoryPickerButton=Абраць…
vaultOptions.mount.mountPoint.directoryPickerTitle=Абраць тэчку
## Master Key
vaultOptions.masterkey=Пароль
vaultOptions.masterkey.changePasswordBtn=Змяніць пароль
vaultOptions.masterkey.forgetSavedPasswordBtn=Забыцца на захаваны пароль
vaultOptions.masterkey.recoveryKeyExplanation=Ключ аднаўлення гэта адзіная мажлівасць аднавіць доступ да тваёй скарбніцы, калі ты згубіш пароль.
vaultOptions.masterkey.showRecoveryKeyBtn=Паказаць ключ аднаўлення
vaultOptions.masterkey.recoverPasswordBtn=Скінуць пароль
@@ -369,6 +440,8 @@ recoveryKey.display.StorageHints=Захоўвай іх у бяспечным м
recoveryKey.recover.title=Скінуць пароль
recoveryKey.recover.prompt=Увядзі свой ключ аднаўлення для "%s":
recoveryKey.recover.correctKey=Гэта валідны ключ аднаўлення
recoveryKey.recover.wrongKey=Гэты ключ аднаўлення належыць іншай скарбніцы
recoveryKey.recover.invalidKey=Несапраўдны ключ аднаўлення
recoveryKey.printout.heading=Ключ аднаўлення Cryptomator\n"%s"\n
### Reset Password
recoveryKey.recover.resetBtn=Скінуць
@@ -396,4 +469,5 @@ quit.lockAndQuitBtn=Замкнуць ды вайсці
# Forced Quit
quit.forced.message=Некаторыя скарбніцы не магчыма замкнуць
quit.forced.description=Замыканне скарбніц было заблакавана праз дзеючыя аперацыі альбо праз адчыненыя файлы. Ты можаш прымусова замкнуць скарбніцы, але гэта можа прывесці да страты незахаваных даных.
quit.forced.forceAndQuitBtn=Прымусіць і выйсці

View File

@@ -182,27 +182,21 @@ stats.title=Statistika za %s
stats.cacheHitRate=Brzina učitavanja u predmemoriju
## Read
stats.read.throughput.idle=Čitaj: U pripravnosti
stats.read.throughput.kibs=Čitanje: %.2f kiB/s
stats.read.throughput.mibs=Čitanje: %.2f MiB/s
stats.read.total.data.none=Pročitano podataka: -
stats.read.total.data.kib=Pročitano podataka: %.1f kiB
stats.read.total.data.mib=Pročitano podataka: %.1f MiB
stats.read.total.data.gib=Pročitano podataka: %.1f GiB
stats.decr.total.data.none=Otključani podaci: -
stats.decr.total.data.kib=Otključano podataka: %.1f kiB
stats.decr.total.data.mib=Otključano podataka: %.1f MiB
stats.decr.total.data.gib=Otključano podataka: %.1f GiB
stats.read.accessCount=Ukupno pročitano: %d
## Write
stats.write.throughput.idle=Pisanje: U pripravnosti
stats.write.throughput.kibs=Upisano: %.2f kiB/s
stats.write.throughput.mibs=Upisano: %.2f MiB/s
stats.write.total.data.none=Podaci su upisani:-
stats.write.total.data.kib=Upisano podataka: %.1f kiB
stats.write.total.data.mib=Upisano podataka: %.1f MiB
stats.write.total.data.gib=Upisano podataka: %.1f GiB
stats.encr.total.data.none=Otključano podataka: -
stats.encr.total.data.kib=Otključano podataka: %.1f kiB
stats.encr.total.data.mib=Otključano podataka: %.1f MiB
stats.encr.total.data.gib=Otključano podataka: %.1f GiB
stats.write.accessCount=Ukupno upisano: %d
@@ -242,7 +236,6 @@ main.vaultDetail.lockBtn=Zaključaj
main.vaultDetail.bytesPerSecondRead=Čitaj:
main.vaultDetail.bytesPerSecondWritten=Piši:
main.vaultDetail.throughput.idle=u stanju mirovanja
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Statistika sefa
### Missing

View File

@@ -154,6 +154,8 @@ hub.registerFailed.description=S'ha produït un error en el procés de nomenamen
hub.unauthorized.message=Accés denegat
hub.unauthorized.description=El vostre dispositiu no ha estat encara autoritzat a accedir a aquesta caixa forta. Demaneu autorització al propietari.
### License Exceeded
hub.invalidLicense.message=La llicència del Hub no és vàlida
hub.invalidLicense.description=Aquest Cryptomator Hub no té una llicència vàlida. Informa si us plau a l'administrador perquè actualitzi o renovi la llicència.
# Lock
## Force
@@ -274,6 +276,7 @@ preferences.interface.showTrayIcon=Mostra la icona en la barra (cal reiniciar)
preferences.volume=Unitat virtual
preferences.volume.type=Tipus de volum (requereix reiniciar)
preferences.volume.type.automatic=Automàtic
preferences.volume.docsTooltip=Obre la documentació per aprendre més sobre els diferents tipus de volums.
preferences.volume.tcp.port=Port TCP
preferences.volume.supportedFeatures=El tipus de volum escollit suporta les següents característiques:
preferences.volume.feature.mountAuto=Selecció automàtica del punt de muntatge
@@ -303,27 +306,27 @@ stats.title=Estadístiques per a %s
stats.cacheHitRate=Relació d'encerts de la memòria cau
## Read
stats.read.throughput.idle=Llegit: inactiu
stats.read.throughput.kibs=Llegit: %.2f kiB/s
stats.read.throughput.kibs=Lectura: %.2f KiB/s
stats.read.throughput.mibs=Llegit: %.2f MiB/s
stats.read.total.data.none=Dades llegides: -
stats.read.total.data.kib=Dades llegides: %.1f kiB
stats.read.total.data.kib=Dades llegides: %.1f KiB
stats.read.total.data.mib=Dades llegides: %.1f MiB
stats.read.total.data.gib=Dades llegides: %.1f GiB
stats.decr.total.data.none=Dades desxifrades: -
stats.decr.total.data.kib=Dades desxifrades: %.1f kiB
stats.decr.total.data.kib=Dades desxifrades: %.1f KiB
stats.decr.total.data.mib=Dades desxifrades: %.1f MiB
stats.decr.total.data.gib=Dades desxifrades: %.1f GiB
stats.read.accessCount=Lectures en total: %d
## Write
stats.write.throughput.idle=Escriu: inactiu
stats.write.throughput.kibs=Escriu: %.2f kiB/s
stats.write.throughput.kibs=Escriptura: %.2f KiB/s
stats.write.throughput.mibs=Escriu: %.2f MiB/s
stats.write.total.data.none=Dades escrites
stats.write.total.data.kib=Dades escrites: %.1f kiB
stats.write.total.data.kib=Dades escrites: %.1f KiB
stats.write.total.data.mib=Dades escrites: %.1f MiB
stats.write.total.data.gib=Dades escrites: %.1f GiB
stats.encr.total.data.none=Dades xifrades: -
stats.encr.total.data.kib=Dades xifrades: %.1f kiB
stats.encr.total.data.kib=Dades xifrades: %.1f KiB
stats.encr.total.data.mib=Dades xifrades: %.1f MiB
stats.encr.total.data.gib=Dades xifrades: %.1f GiB
stats.write.accessCount=Total escrits: %d
@@ -366,7 +369,7 @@ main.vaultDetail.lockBtn=Bloqueja
main.vaultDetail.bytesPerSecondRead=Lectura:
main.vaultDetail.bytesPerSecondWritten=Escriu:
main.vaultDetail.throughput.idle=inactiu
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Estadístiques de la caixa forta
main.vaultDetail.locateEncryptedFileBtn=Trobar fitxer xifrat
@@ -443,6 +446,8 @@ recoveryKey.display.StorageHints=Conserveu-la en un lloc molt segur. P. ex.:\n
recoveryKey.recover.title=Canviar contrasenya
recoveryKey.recover.prompt=Introduïu la vostra clau de recuperació de "%s":
recoveryKey.recover.correctKey=La clau de recuperació és vàlida
recoveryKey.recover.wrongKey=Aquesta clau de recuperació pertany a una caixa forta diferent
recoveryKey.recover.invalidKey=Aquesta clau de recuperació no és vàlida
recoveryKey.printout.heading=Clau de recuperació de Cryptomator\n"%s"\n
### Reset Password
recoveryKey.recover.resetBtn=Reinicia

View File

@@ -272,27 +272,21 @@ stats.title=Statistika pro %s
stats.cacheHitRate=Rychlost dosažené mezipaměti
## Read
stats.read.throughput.idle=Čtení: nečinné
stats.read.throughput.kibs=Čtení: %.2f kiB/s
stats.read.throughput.mibs=Čtení: %.2f MiB/s
stats.read.total.data.none=Přečteno: -
stats.read.total.data.kib=Přečteno: %.1f kiB
stats.read.total.data.mib=Přečteno: %.1f MiB
stats.read.total.data.gib=Přečteno: %.1f GiB
stats.decr.total.data.none=Dešifrováno: -
stats.decr.total.data.kib=Dešifrováno: %.1f kiB
stats.decr.total.data.mib=Dešifrováno: %.1f MiB
stats.decr.total.data.gib=Dešifrováno: %.1f GiB
stats.read.accessCount=Celkem přečteno: %d
## Write
stats.write.throughput.idle=Zápis: nečinný
stats.write.throughput.kibs=Zápis: %.2f kiB/s
stats.write.throughput.mibs=Zápis: %.2f MiB/s
stats.write.total.data.none=Zapsaná data: -
stats.write.total.data.kib=Zapsáno: %.1f kiB
stats.write.total.data.mib=Zapsáno: %.1f MiB
stats.write.total.data.gib=Zapsáno: %.1f GiB
stats.encr.total.data.none=Zašifrováno: -
stats.encr.total.data.kib=Zašifrováno: %.1f kiB
stats.encr.total.data.mib=Zašifrováno: %.1f MiB
stats.encr.total.data.gib=Zašifrováno: %.1f GiB
stats.write.accessCount=Celkem zapsáno: %d
@@ -334,7 +328,6 @@ main.vaultDetail.lockBtn=Zamknout
main.vaultDetail.bytesPerSecondRead=Přečteno:
main.vaultDetail.bytesPerSecondWritten=Zapsáno:
main.vaultDetail.throughput.idle=nečinný
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Statistiky trezoru
### Missing

View File

@@ -303,27 +303,21 @@ stats.title=Statistik for %s
stats.cacheHitRate=Cache effektivitet
## Read
stats.read.throughput.idle=Læser: afventer
stats.read.throughput.kibs=Læser: %.2f kiB/s
stats.read.throughput.mibs=Læser: %.2f MiB/s
stats.read.total.data.none=Data læst: -
stats.read.total.data.kib=Data læst: %.1f kiB
stats.read.total.data.mib=Data læst: %.1f MiB
stats.read.total.data.gib=Data læst: %.1f GiB
stats.decr.total.data.none=Data dekrypteret: -
stats.decr.total.data.kib=Data dekrypteret: %.1f kiB
stats.decr.total.data.mib=Data dekrypteret: %.1f MiB
stats.decr.total.data.gib=Data dekrypteret: %.1f GiB
stats.read.accessCount=Totalt antal læsninger: %d
## Write
stats.write.throughput.idle=Skriver: afventer
stats.write.throughput.kibs=Skriver: %.2f kiB/s
stats.write.throughput.mibs=Skriver: %.2f MiB/s
stats.write.total.data.none=Data skrevet: -
stats.write.total.data.kib=Data skrevet: %.1f kiB
stats.write.total.data.mib=Data skrevet: %.1f MiB
stats.write.total.data.gib=Data skrevet: %.1f GiB
stats.encr.total.data.none=Data krypteret: -
stats.encr.total.data.kib=Data krypteret: %.1f kiB
stats.encr.total.data.mib=Data krypteret: %.1f MiB
stats.encr.total.data.gib=Data krypteret: %.1f GiB
stats.write.accessCount=Totalt antal skrivninger: %d
@@ -366,7 +360,6 @@ main.vaultDetail.lockBtn=Lås
main.vaultDetail.bytesPerSecondRead=Læser:
main.vaultDetail.bytesPerSecondWritten=Skriver:
main.vaultDetail.throughput.idle=afventer
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Boks statistik
main.vaultDetail.locateEncryptedFileBtn=Find Krypteret Fil

View File

@@ -129,7 +129,7 @@ unlock.error.customPath.description.notExists=Der benutzerdefinierte Einhängepf
unlock.error.customPath.description.generic=Du hast einen benutzerdefinierten Einhängepfad für diesen Tresor ausgewählt, aber die Verwendung ist fehlgeschlagen. Fehlermeldung: %s
## Hub
hub.noKeychain.message=Zugriff auf Geräteschlüssel nicht möglich
hub.noKeychain.description=Um Hub Tresore zu entsperren, wird ein Geräteschlüssel benötigt, der mit einem Schlüsselbund gesichert ist. Um fortzufahren, aktiviere %s und wähle einen Schlüsselbund in den Einstellungen.
hub.noKeychain.description=Zum Entsperren von Hub-Tresoren wird ein Geräteschlüssel benötigt, der in einem Schlüsselbund gesichert ist. Um fortzufahren, aktiviere %s und wähle in den Einstellungen einen Schlüsselbund.
hub.noKeychain.openBtn=Einstellungen öffnen
### Waiting
hub.auth.message=Warten auf Authentifizierung …
@@ -306,27 +306,27 @@ stats.title=Statistiken für %s
stats.cacheHitRate=Cache-Trefferrate
## Read
stats.read.throughput.idle=Leserate: inaktiv
stats.read.throughput.kibs=Leserate: %.2f kiB/s
stats.read.throughput.kibs=Leserate: %.2f KiB/s
stats.read.throughput.mibs=Leserate: %.2f MiB/s
stats.read.total.data.none=Gelesen: -
stats.read.total.data.kib=Gelesen: %.1f kiB
stats.read.total.data.kib=Gelesen: %.1f KiB
stats.read.total.data.mib=Gelesen: %.1f MiB
stats.read.total.data.gib=Gelesen: %.1f GiB
stats.decr.total.data.none=Entschlüsselt: -
stats.decr.total.data.kib=Entschlüsselt: %.1f kiB
stats.decr.total.data.kib=Entschlüsselt: %.1f KiB
stats.decr.total.data.mib=Entschlüsselt: %.1f MiB
stats.decr.total.data.gib=Entschlüsselt: %.1f GiB
stats.read.accessCount=Lesezugriffe: %d
## Write
stats.write.throughput.idle=Schreibrate: inaktiv
stats.write.throughput.kibs=Schreibrate: %.2f kiB/s
stats.write.throughput.kibs=Schreibrate: %.2f KiB/s
stats.write.throughput.mibs=Schreibrate: %.2f MiB/s
stats.write.total.data.none=Geschrieben: -
stats.write.total.data.kib=Geschrieben: %.1f kiB
stats.write.total.data.kib=Geschrieben: %.1f KiB
stats.write.total.data.mib=Geschrieben: %.1f MiB
stats.write.total.data.gib=Geschrieben: %.1f GiB
stats.encr.total.data.none=Verschlüsselt: -
stats.encr.total.data.kib=Verschlüsselt: %.1f kiB
stats.encr.total.data.kib=Verschlüsselt: %.1f KiB
stats.encr.total.data.mib=Verschlüsselt: %.1f MiB
stats.encr.total.data.gib=Verschlüsselt: %.1f GiB
stats.write.accessCount=Schreibzugriffe: %d
@@ -369,7 +369,7 @@ main.vaultDetail.lockBtn=Sperren
main.vaultDetail.bytesPerSecondRead=Leserate:
main.vaultDetail.bytesPerSecondWritten=Schreibrate:
main.vaultDetail.throughput.idle=inaktiv
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Tresorstatistik
main.vaultDetail.locateEncryptedFileBtn=Verschlüsselte Datei finden
@@ -445,7 +445,7 @@ recoveryKey.display.StorageHints=Bewahre ihn möglichst sicher auf, z. B.\n •
### Enter Recovery Key
recoveryKey.recover.title=Passwort zurücksetzen
recoveryKey.recover.prompt=Gib deinen Wiederherstellungsschlüssel für „%s“ ein:
recoveryKey.recover.correctKey=Dies ist ein gültiger Wiederherstellungsschlüssel
recoveryKey.recover.correctKey=Dieser Wiederherstellungsschlüssel ist gültig
recoveryKey.recover.wrongKey=Dieser Wiederherstellungsschlüssel gehört zu einem anderen Tresor
recoveryKey.recover.invalidKey=Dieser Wiederherstellungsschlüssel ist ungültig
recoveryKey.printout.heading=Cryptomator-Wiederherstellungsschlüssel\n„%s“\n

View File

@@ -306,27 +306,27 @@ stats.title=Στατιστικά για %s
stats.cacheHitRate=Ποσοστό χρήσης cache
## Read
stats.read.throughput.idle=Ανάγνωση: ηρεμία
stats.read.throughput.kibs=Ανάγνωση: %.2f kiB/s
stats.read.throughput.kibs=Ανάγνωση: %.2f KiB/s
stats.read.throughput.mibs=Ανάγνωση: %.2f MiB/s
stats.read.total.data.none=Ανάγνωση δεδομένων: -
stats.read.total.data.kib=Ανάγνωση δεδομένων: %.1f kiB
stats.read.total.data.kib=Ανάγνωση δεδομένων: %.1f KiB
stats.read.total.data.mib=Ανάγνωση δεδομένων: %.1f MiB
stats.read.total.data.gib=Ανάγνωση δεδομένων: %.1f GiB
stats.decr.total.data.none=Δεδομένα που αποκρυπτογραφήθηκαν: -
stats.decr.total.data.kib=Δεδομένα που αποκρυπτογραφήθηκαν: %.1f kiB
stats.decr.total.data.kib=Δεδομένα που αποκρυπτογραφήθηκαν: %.1f KiB
stats.decr.total.data.mib=Δεδομένα που αποκρυπτογραφήθηκαν: %.1f MiB
stats.decr.total.data.gib=Δεδομένα που αποκρυπτογραφήθηκαν: %.1f GiB
stats.read.accessCount=Συνολικές αναγνώσεις: %d
## Write
stats.write.throughput.idle=Εγγραφή: ηρεμία
stats.write.throughput.kibs=Εγγραφή: %.2f kiB/s
stats.write.throughput.kibs=Εγγραφή: %.2f KiB/s
stats.write.throughput.mibs=Εγγραφή: %.2f MiB/s
stats.write.total.data.none=Δεδομένα που γράφηκαν: -
stats.write.total.data.kib=Δεδομένα που γράφτηκαν: %.1f kiB
stats.write.total.data.kib=Δεδομένα που γράφτηκαν: %.1f KiB
stats.write.total.data.mib=Δεδομένα που γράφτηκαν: %.1f MiB
stats.write.total.data.gib=Δεδομένα που γράφτηκαν: %.1f GiB
stats.encr.total.data.none=Δεδομένα που κρυπτογραφήθηκαν: -
stats.encr.total.data.kib=Δεδομένα που κρυπτογραφήθηκαν: %.1f kiB
stats.encr.total.data.kib=Δεδομένα που κρυπτογραφήθηκαν: %.1f KiB
stats.encr.total.data.mib=Δεδομένα που κρυπτογραφήθηκαν: %.1f MiB
stats.encr.total.data.gib=Δεδομένα που κρυπτογραφήθηκαν: %.1f GiB
stats.write.accessCount=Συνολικές εγγραφές: %d
@@ -369,7 +369,7 @@ main.vaultDetail.lockBtn=Κλείδωμα
main.vaultDetail.bytesPerSecondRead=Ανάγνωση:
main.vaultDetail.bytesPerSecondWritten=Εγγραφή:
main.vaultDetail.throughput.idle=σε αδράνεια
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Στατιστικά Vault
main.vaultDetail.locateEncryptedFileBtn=Εντοπισμός Κρυπτογραφημένου Αρχείου

View File

@@ -306,27 +306,27 @@ stats.title=Estadísticas para %s
stats.cacheHitRate=La caché alcanzó la tasa
## Read
stats.read.throughput.idle=Lectura: inactivo
stats.read.throughput.kibs=Lectura: %.2f kiB/s
stats.read.throughput.kibs=Lectura: %.2f KiB/s
stats.read.throughput.mibs=Lectura: %.2f MiB/s
stats.read.total.data.none=Datos leídos: -
stats.read.total.data.kib=Datos leídos: %.1f kiB
stats.read.total.data.kib=Datos leídos: %.1f KiB
stats.read.total.data.mib=Datos leídos: %.1f MiB
stats.read.total.data.gib=Datos leídos: %.1f GiB
stats.decr.total.data.none=Datos descifrados: -
stats.decr.total.data.kib=Datos descifrados: %.1f kiB
stats.decr.total.data.kib=Datos descifrados: %.1f KiB
stats.decr.total.data.mib=Datos descifrados: %.1f MiB
stats.decr.total.data.gib=Datos descifrados: %.1f GiB
stats.read.accessCount=Total leídos: %d
## Write
stats.write.throughput.idle=Escritura: inactivo
stats.write.throughput.kibs=Escritura: %.2f kiB/s
stats.write.throughput.kibs=Escritura: %.2f KiB/s
stats.write.throughput.mibs=Escritura: %.2f MiB/s
stats.write.total.data.none=Datos escritos: -
stats.write.total.data.kib=Datos escritos: %.1f kiB
stats.write.total.data.kib=Datos escritos: %.1f KiB
stats.write.total.data.mib=Datos escritos: %.1f MiB
stats.write.total.data.gib=Datos escritos: %.1f GiB
stats.encr.total.data.none=Datos cifrados: -
stats.encr.total.data.kib=Datos cifrados: %.1f kiB
stats.encr.total.data.kib=Datos cifrados: %.1f KiB
stats.encr.total.data.mib=Datos cifrados: %.1f MiB
stats.encr.total.data.gib=Datos cifrados: %.1f GiB
stats.write.accessCount=Total de escrituras: %d
@@ -369,7 +369,7 @@ main.vaultDetail.lockBtn=Bloquear
main.vaultDetail.bytesPerSecondRead=Lectura:
main.vaultDetail.bytesPerSecondWritten=Escritura:
main.vaultDetail.throughput.idle=inactivo
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Estadísticas de la bóveda
main.vaultDetail.locateEncryptedFileBtn=Ubicar archivo cifrado

View File

@@ -67,7 +67,7 @@ addvaultwizard.new.generateRecoveryKeyChoice.no=Non merci, je n'oublierai pas mo
### Information
addvault.new.readme.storageLocation.fileName=IMPORTANT.rtf
addvault.new.readme.storageLocation.1=Fichiers de coffre-fort
addvault.new.readme.storageLocation.2=Ceci est le chemin de votre coffre-fort.
addvault.new.readme.storageLocation.2=Ceci est l'emplacement de stockage de votre coffre.
addvault.new.readme.storageLocation.3=NE PAS
addvault.new.readme.storageLocation.4=• modifier les fichiers dans ce répertoire ni
addvault.new.readme.storageLocation.5=• coller de fichier à chiffrer dans ce répertoire.
@@ -306,27 +306,27 @@ stats.title=Statistiques sur %s
stats.cacheHitRate=Taux de réussite du cache
## Read
stats.read.throughput.idle=Lecture : inactif
stats.read.throughput.kibs=Lecture : %.2f kiB/s
stats.read.throughput.kibs=Lecture : %.2f Mio/s
stats.read.throughput.mibs=Lecture : %.2f Mo/s
stats.read.total.data.none=Lecture des données : -
stats.read.total.data.kib=Lecture des données : %.1f kiO
stats.read.total.data.kib=Lecture des données : %.1f kio
stats.read.total.data.mib=Lecture des données : %.1f MiO
stats.read.total.data.gib=Lecture des données : %.1f GiO
stats.decr.total.data.none=Données déchiffrées: -
stats.decr.total.data.kib=Données déchiffrées: %.1f kiO
stats.decr.total.data.kib=Données déchiffrées: %.1f kio
stats.decr.total.data.mib=Données déchiffrées: %.1f MiO
stats.decr.total.data.gib=Données déchiffrées: %.1f GiO
stats.read.accessCount=Total des lectures: %d
## Write
stats.write.throughput.idle=Écriture : inactif
stats.write.throughput.kibs=Écriture : %.2f kiO/s
stats.write.throughput.kibs=Écriture : %.2f kio/s
stats.write.throughput.mibs=Écriture : %.2f Mo/s
stats.write.total.data.none=Données écrites : -
stats.write.total.data.kib=Données écrites : %.1f kiO
stats.write.total.data.kib=Données écrites : %.1f kio
stats.write.total.data.mib=Données écrites : %.1f MiO
stats.write.total.data.gib=Données écrites : %.1f GiO
stats.encr.total.data.none=Données chiffrées : -
stats.encr.total.data.kib=Données chiffrées: %.1f kiO
stats.encr.total.data.kib=Données chiffrées: %.1f kio
stats.encr.total.data.mib=Données chiffrées: %.1f MiO
stats.encr.total.data.gib=Données chiffrées: %.1f GiO
stats.write.accessCount=Total des écritures: %d
@@ -369,7 +369,7 @@ main.vaultDetail.lockBtn=Verrouiller
main.vaultDetail.bytesPerSecondRead=Lecture :
main.vaultDetail.bytesPerSecondWritten=Écriture:
main.vaultDetail.throughput.idle=inactif
main.vaultDetail.throughput.kbps=%.1f Ko/s
main.vaultDetail.throughput.kbps=%.1f kio/s
main.vaultDetail.throughput.mbps=%.1f Mo/s
main.vaultDetail.stats=Statistiques du volume chiffré
main.vaultDetail.locateEncryptedFileBtn=Localiser le fichier chiffré

View File

@@ -306,27 +306,27 @@ stats.title=סטטיסטיקה עבור %s
stats.cacheHitRate=אחוז שימוש במטמון
## Read
stats.read.throughput.idle=קריאה: ללא פעילות
stats.read.throughput.kibs=קריאה: %.2f kiB/s
stats.read.throughput.kibs=נקרא: %.2f קילובייט/שניה
stats.read.throughput.mibs=קריאה: %.2f MiB/s
stats.read.total.data.none=מידע שנקרא: -
stats.read.total.data.kib=מידע שנקרא: %.1f קילובייט
stats.read.total.data.mib=מידע שנקרא: %.1f מגהבייט
stats.read.total.data.gib=מידע שנקרא: %.1f גיגהבייט
stats.decr.total.data.none=מידע שפוענח: -
stats.decr.total.data.kib=מידע שפוענח: %.1fקילובייט
stats.decr.total.data.kib=מידע שפוענח: %.1f קילובייט
stats.decr.total.data.mib=מידע שפוענח: %.1f מגהבייט
stats.decr.total.data.gib=מידע שפוענח: %.1f גיגהבייט
stats.read.accessCount=מספר קריאות כולל: %d
## Write
stats.write.throughput.idle=כתיבה: ללא פעילות
stats.write.throughput.kibs=כתיבה: %.2f קילובייט/שניה
stats.write.throughput.kibs=נכתב: %.2f קילובייט/שניה
stats.write.throughput.mibs=כתיבה: %.2f מגהבייט/שניה
stats.write.total.data.none=מידע שנכתב: -
stats.write.total.data.kib=מידע שנכתב: %.1f קילובייט
stats.write.total.data.mib=מידע שנכתב: %.1f מגהבייט
stats.write.total.data.gib=מידע שנכתב: %.1f גיגהבייט
stats.encr.total.data.none=מידע שהוצפן: -
stats.encr.total.data.kib=מידע שהוצפן: %.1fקילובייט
stats.encr.total.data.kib=מידע שהוצפן: %.1f קילובייט
stats.encr.total.data.mib=מידע שהוצפן: %.1f מגהבייט
stats.encr.total.data.gib=מידע שהוצפן: %.1f גיגהבייט
stats.write.accessCount=מספר כתיבות כולל: %d
@@ -369,7 +369,7 @@ main.vaultDetail.lockBtn=נעילה
main.vaultDetail.bytesPerSecondRead=קריאה:
main.vaultDetail.bytesPerSecondWritten=כתיבה:
main.vaultDetail.throughput.idle=ללא פעילות
main.vaultDetail.throughput.kbps=%.1f קילוביט לשניה
main.vaultDetail.throughput.kbps=%.1f קילובייט/שניה
main.vaultDetail.throughput.mbps=%.1f מגהביט לשניה
main.vaultDetail.stats=סטטיסטיקת הכספת
main.vaultDetail.locateEncryptedFileBtn=מצא קבצים מוצפנים

View File

@@ -240,27 +240,21 @@ stats.title=Statistika za %s
stats.cacheHitRate=Stopa pogodaka predmemorije
## Read
stats.read.throughput.idle=Čitanje: mirovanje
stats.read.throughput.kibs=Čitanje: %.2f kiB/s
stats.read.throughput.mibs=Čitanje: %.2f MiB/s
stats.read.total.data.none=Podataka pročitano: -
stats.read.total.data.kib=Podataka pročitano: %.1f kiB
stats.read.total.data.mib=Podataka pročitano: %.1f MiB
stats.read.total.data.gib=Podataka pročitano: %.1f GiB
stats.decr.total.data.none=Podataka dešifrirano: -
stats.decr.total.data.kib=Podataka dešifrirano: %.1f kiB
stats.decr.total.data.mib=Podataka dešifrirano: %.1f MiB
stats.decr.total.data.gib=Podataka dešifrirano: %.1f GiB
stats.read.accessCount=Ukupno čitanja: %d
## Write
stats.write.throughput.idle=Pisanje: mirovanje
stats.write.throughput.kibs=Pisanje: %.2f kiB/s
stats.write.throughput.mibs=Pisanje: %.2f MiB/s
stats.write.total.data.none=Podataka zapisano: -
stats.write.total.data.kib=Podataka zapisano: %.1f kiB
stats.write.total.data.mib=Podataka zapisano: %.1f MiB
stats.write.total.data.gib=Podataka zapisano: %.1f GiB
stats.encr.total.data.none=Podataka šifrirano: -
stats.encr.total.data.kib=Podataka šifrirano: %.1f kiB
stats.encr.total.data.mib=Podataka šifrirano: %.1f MiB
stats.encr.total.data.gib=Podataka šifrirano: %.1f GiB
stats.write.accessCount=Ukupno pisanja: %d
@@ -300,7 +294,6 @@ main.vaultDetail.lockBtn=Zaključaj
main.vaultDetail.bytesPerSecondRead=Čitanje:
main.vaultDetail.bytesPerSecondWritten=Pisanje:
main.vaultDetail.throughput.idle=neaktivan
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Statistika trezora
### Missing

View File

@@ -239,27 +239,21 @@ stats.title=Statisztika ehhez %s
stats.cacheHitRate=Gyorsítótár találati arány
## Read
stats.read.throughput.idle=Olvasás: tétlen
stats.read.throughput.kibs=Olvasás: %.2f kiB/s
stats.read.throughput.mibs=Olvasás: %.2f MiB/s
stats.read.total.data.none=Olvasott adat: -
stats.read.total.data.kib=Olvasott adat: %.1f kiB
stats.read.total.data.mib=Olvasott adat: %.1f MiB
stats.read.total.data.gib=Olvasott adat: %.1f GiB
stats.decr.total.data.none=Dekódolt adat: -
stats.decr.total.data.kib=Dekódolt adat: %.1f kiB
stats.decr.total.data.mib=Dekódolt adat: %.1f MiB
stats.decr.total.data.gib=Dekódolt adat: %.1f GiB
stats.read.accessCount=Összes olvasás: %d
## Write
stats.write.throughput.idle=Írás: tétlen
stats.write.throughput.kibs=Írás: %.2f kiB/s
stats.write.throughput.mibs=Írás: %.2f MiB/s
stats.write.total.data.none=Írva: -
stats.write.total.data.kib=Írott adat: %.1f kiB
stats.write.total.data.mib=Írott adat: %.1f MiB
stats.write.total.data.gib=Írott adat: %.1f GiB
stats.encr.total.data.none=Titkosított adat: -
stats.encr.total.data.kib=Titkosított adat: %.1f kiB
stats.encr.total.data.mib=Titkosított adat: %.1f MiB
stats.encr.total.data.gib=Titkosított adat: %.1f GiB
stats.write.accessCount=Összes írás: %d
@@ -299,7 +293,6 @@ main.vaultDetail.lockBtn=Zárolás
main.vaultDetail.bytesPerSecondRead=Olvasás:
main.vaultDetail.bytesPerSecondWritten=Írás:
main.vaultDetail.throughput.idle=tétlen
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Széf statisztika
### Missing

View File

@@ -240,27 +240,21 @@ stats.title=Statistik untuk %s
stats.cacheHitRate=Tingkat Hit Cache
## Read
stats.read.throughput.idle=Baca: diam
stats.read.throughput.kibs=Baca: %.2f kiB/detik
stats.read.throughput.mibs=Baca: %.2f MiB/detik
stats.read.total.data.none=Data dibaca: -
stats.read.total.data.kib=Data dibaca: %.1f kiB
stats.read.total.data.mib=Data dibaca: %.1f MiB
stats.read.total.data.gib=Data dibaca: %.1f GiB
stats.decr.total.data.none=Data terdekripsi: -
stats.decr.total.data.kib=Data terdekripsi: %.1f kiB
stats.decr.total.data.mib=Data terdeksripsi: %.1f MiB
stats.decr.total.data.gib=Data terdeksripsi: %.1f GiB
stats.read.accessCount=Total dibaca: %d
## Write
stats.write.throughput.idle=Tulis: diam
stats.write.throughput.kibs=Tulis: %.2f kiB/detik
stats.write.throughput.mibs=Tulis: %.2f MiB/detik
stats.write.total.data.none=Data tertulis: -
stats.write.total.data.kib=Data tertulis: %.1f kiB
stats.write.total.data.mib=Data tertulis: %.1f MiB
stats.write.total.data.gib=Data tertulis: %.1f GiB
stats.encr.total.data.none=Data terenkripsi: -
stats.encr.total.data.kib=Data terenkripsi: %.1f kiB
stats.encr.total.data.mib=Data terenkripsi: %.1f MiB
stats.encr.total.data.gib=Data terenkripsi: %.1f GiB
stats.write.accessCount=Total ditulis: %d
@@ -300,7 +294,6 @@ main.vaultDetail.lockBtn=Gembok
main.vaultDetail.bytesPerSecondRead=Read:
main.vaultDetail.bytesPerSecondWritten=Write:
main.vaultDetail.throughput.idle=idle
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/detik
main.vaultDetail.stats=Statistik Vault
### Missing

View File

@@ -303,27 +303,27 @@ stats.title=Statistiche per %s
stats.cacheHitRate=Frequenza di Raggiungimento della Cache
## Read
stats.read.throughput.idle=Lettura: inattivo
stats.read.throughput.kibs=Lettura: %.2f kiB/s
stats.read.throughput.kibs=Lettura: %.2f KiB/s
stats.read.throughput.mibs=Lettura: %.2f MiB/s
stats.read.total.data.none=Dati letti: -
stats.read.total.data.kib=Dati letti: %.1f kiB
stats.read.total.data.kib=Dati letti: %.1f KiB
stats.read.total.data.mib=Dati letti: %.1f MiB
stats.read.total.data.gib=Dati letti: %.1f GiB
stats.decr.total.data.none=Dati decrittografati: -
stats.decr.total.data.kib=Dati decrittografati: %.1f kiB
stats.decr.total.data.kib=Dati decriptati: %.1f KiB
stats.decr.total.data.mib=Dati decrittografati: %.1f MiB
stats.decr.total.data.gib=Dati decrittografati: %.1f GiB
stats.read.accessCount=Letture totali: %d
## Write
stats.write.throughput.idle=Scrittura: inattivo
stats.write.throughput.kibs=Scrittura: %.2f kiB/s
stats.write.throughput.kibs=Scrittura: %.2f KiB/s
stats.write.throughput.mibs=Scrittura: %.2f MiB/s
stats.write.total.data.none=Dati scritti: -
stats.write.total.data.kib=Dati scritti: %.1f kiB
stats.write.total.data.kib=Dati scritti: %.1f KiB
stats.write.total.data.mib=Dati scritti: %.1f MiB
stats.write.total.data.gib=Dati scritti: %.1f GiB
stats.encr.total.data.none=Dati crittografati: -
stats.encr.total.data.kib=Dati crittografati: %.1f kiB
stats.encr.total.data.kib=Dati criptati: %.1f KiB
stats.encr.total.data.mib=Dati crittografati: %.1f MiB
stats.encr.total.data.gib=Dati crittografati: %.1f GiB
stats.write.accessCount=Scritture totali: %d
@@ -366,7 +366,7 @@ main.vaultDetail.lockBtn=Blocca
main.vaultDetail.bytesPerSecondRead=Lettura:
main.vaultDetail.bytesPerSecondWritten=Scrittura:
main.vaultDetail.throughput.idle=inattivo
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Statistiche della Cassaforte
main.vaultDetail.locateEncryptedFileBtn=Individua File Crittografato

View File

@@ -306,27 +306,21 @@ stats.title=%s の統計情報
stats.cacheHitRate=キャッシュ ヒット率
## Read
stats.read.throughput.idle=読み取り: アイドル状態
stats.read.throughput.kibs=読み取り: %.2f kiB/s
stats.read.throughput.mibs=読み取り: %.2f MiB/s
stats.read.total.data.none=データ読み取り: -
stats.read.total.data.kib=データ読み取り: %.1f kiB
stats.read.total.data.mib=データ読み取り: %.1f MiB
stats.read.total.data.gib=データ読み取り: %.1f GiB
stats.decr.total.data.none=復号済みデータ: -
stats.decr.total.data.kib=復号済みデータ: %.1f kiB
stats.decr.total.data.mib=復号済みデータ: %.1f MiB
stats.decr.total.data.gib=復号済みデータ: %.1f GiB
stats.read.accessCount=合計読み取り: %d
## Write
stats.write.throughput.idle=書き込み: アイドル状態
stats.write.throughput.kibs=書き込み: %.2f kiB/s
stats.write.throughput.mibs=書き込み: %.2f MiB/s
stats.write.total.data.none=書き込み済みデータ: -
stats.write.total.data.kib=書き込み済みデータ: %.1f kiB
stats.write.total.data.mib=書き込み済みデータ: %.1f MiB
stats.write.total.data.gib=書き込み済みデータ: %.1f GiB
stats.encr.total.data.none=暗号化済みデータ: -
stats.encr.total.data.kib=暗号化済みデータ: %.1f kiB
stats.encr.total.data.mib=暗号化済みデータ: %.1f MiB
stats.encr.total.data.gib=暗号化済みデータ: %.1f GiB
stats.write.accessCount=合計書き込み: %d
@@ -369,7 +363,6 @@ main.vaultDetail.lockBtn=施錠
main.vaultDetail.bytesPerSecondRead=読み取り:
main.vaultDetail.bytesPerSecondWritten=書き込み:
main.vaultDetail.throughput.idle=アイドル
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=金庫の統計情報
main.vaultDetail.locateEncryptedFileBtn=暗号化されたファイルの場所

View File

@@ -230,27 +230,21 @@ stats.title=%s에 대한 통계
stats.cacheHitRate=캐시 히트율
## Read
stats.read.throughput.idle=읽기: 대기중
stats.read.throughput.kibs=읽기: %.2f kiB/s
stats.read.throughput.mibs=읽기: %.2f MiB/s
stats.read.total.data.none=데이터 읽기: -
stats.read.total.data.kib=데이터 읽기: %.1f kiB
stats.read.total.data.mib=데이터 읽기: %.1f MiB
stats.read.total.data.gib=데이터 읽기: %.1f GiB
stats.decr.total.data.none=데이터 복호화: -
stats.decr.total.data.kib=데이터 복호화: %.1f kiB
stats.decr.total.data.mib=데이터 복호화: %.1f MiB
stats.decr.total.data.gib=데이터 복호화: %.1f GiB
stats.read.accessCount=총 읽기 횟수: %d
## Write
stats.write.throughput.idle=쓰기: 대기중
stats.write.throughput.kibs=쓰기: %.2f kiB/s
stats.write.throughput.mibs=쓰기: %.2f MiB/s
stats.write.total.data.none=데이터 기록됨: -
stats.write.total.data.kib=데이터 쓰기: %.1f kiB
stats.write.total.data.mib=데이터 쓰기: %.1f MiB
stats.write.total.data.gib=데이터 쓰기: %.1f GiB
stats.encr.total.data.none=데이터 암호화: -
stats.encr.total.data.kib=데이터 암호화: %.1f kiB
stats.encr.total.data.mib=데이터 암호화: %.1f MiB
stats.encr.total.data.gib=데이터 암호화: %.1f GiB
stats.write.accessCount=총 쓰기 횟수: %d
@@ -290,7 +284,6 @@ main.vaultDetail.lockBtn=잠금
main.vaultDetail.bytesPerSecondRead=읽기:
main.vaultDetail.bytesPerSecondWritten=쓰기:
main.vaultDetail.throughput.idle=대기
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Vault 통계
### Missing

View File

@@ -204,7 +204,6 @@ main.vaultDetail.revealBtn=Atklāt disku
main.vaultDetail.lockBtn=Aizslēgt
main.vaultDetail.bytesPerSecondRead=Nolasīts:
main.vaultDetail.throughput.idle=dīkstāvē
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
### Missing
main.vaultDetail.missing.info=Cryptomator šajā ceļā nevarēja atrast glabātuvi.

View File

@@ -154,6 +154,8 @@ hub.registerFailed.description=Under navngivingsprosessen oppsto det en feilmeld
hub.unauthorized.message=Ingen tilgang
hub.unauthorized.description=Enheten din har ikke blitt autorisert til å få tilgang til dette hvelvet ennå. Spør hvelveieren om å tillate det.
### License Exceeded
hub.invalidLicense.message=Hub-lisens er ugyldig
hub.invalidLicense.description=Cryptomator Hub instansen din har en ugyldig lisens. Vennligst informer en Hub-administrator om å oppgradere eller fornye lisensen.
# Lock
## Force
@@ -304,27 +306,27 @@ stats.title=Statistikk for %s
stats.cacheHitRate=Treffrate på hurtigminnet
## Read
stats.read.throughput.idle=Les: inaktiv
stats.read.throughput.kibs=Lest: %.2f kiB/s
stats.read.throughput.kibs=Lest: %.2f KiB/s
stats.read.throughput.mibs=Lest: %.2f MiB/s
stats.read.total.data.none=Data lest: -
stats.read.total.data.kib=Data lest: %.1f kiB
stats.read.total.data.kib=Data lest: %.1f KiB
stats.read.total.data.mib=Data lest: %.1f MiB
stats.read.total.data.gib=Data lest: %.1f GiB
stats.decr.total.data.none=Data dekryptert: -
stats.decr.total.data.kib=Data dekryptert: %.1f kiB
stats.decr.total.data.kib=Data dekryptert: %.1f KiB
stats.decr.total.data.mib=Data dekryptert: %.1f MiB
stats.decr.total.data.gib=Data dekryptert: %.1f GiB
stats.read.accessCount=Lesninger totalt: %d
## Write
stats.write.throughput.idle=Skrive: inaktiv
stats.write.throughput.kibs=Skriver: %.2f kiB/s
stats.write.throughput.kibs=Skriver: %.2f KiB/s
stats.write.throughput.mibs=Skriver: %.2f MiB/s
stats.write.total.data.none=Data skrevet: -
stats.write.total.data.kib=Data skrevet: %.1f kiB
stats.write.total.data.kib=Data skrevet: %.1f KiB
stats.write.total.data.mib=Data skrevet: %.1f MiB
stats.write.total.data.gib=Data skrevet: %.1f GiB
stats.encr.total.data.none=Data kryptert: -
stats.encr.total.data.kib=Data kryptert: %.1f kiB
stats.encr.total.data.kib=Data kryptert: %.1f KiB
stats.encr.total.data.mib=Data kryptert: %.1f MiB
stats.encr.total.data.gib=Data kryptert: %.1f GiB
stats.write.accessCount=Skrivninger totalt: %d
@@ -367,7 +369,7 @@ main.vaultDetail.lockBtn=Lås
main.vaultDetail.bytesPerSecondRead=Lesehastighet:
main.vaultDetail.bytesPerSecondWritten=Skriv:
main.vaultDetail.throughput.idle=inaktiv
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Hvelvstatistikk
main.vaultDetail.locateEncryptedFileBtn=Finn kryptert fil

View File

@@ -306,27 +306,27 @@ stats.title=Statistieken voor %s
stats.cacheHitRate=Succespercentage van cache
## Read
stats.read.throughput.idle=Lezen: inactief
stats.read.throughput.kibs=Lezen: %.2f kiB/s
stats.read.throughput.kibs=Lezen: %.2f KiB/s
stats.read.throughput.mibs=Lezen: %.2f MiB/s
stats.read.total.data.none=Gegevens gelezen: -
stats.read.total.data.kib=Gegevens gelezen: %.1f kiB
stats.read.total.data.kib=Gegevens gelezen: %.1f KiB
stats.read.total.data.mib=Gegevens gelezen: %.1f MiB
stats.read.total.data.gib=Gegevens gelezen: %.1f GiB
stats.decr.total.data.none=Gegevens ontsleuteld: -
stats.decr.total.data.kib=Gegevens ontsleuteld: %.1f kiB
stats.decr.total.data.kib=Gegevens gedecodeerd: %.1f KiB
stats.decr.total.data.mib=Gegevens ontsleuteld: %.1f MiB
stats.decr.total.data.gib=Gegevens ontsleuteld: %.1f GiB
stats.read.accessCount=Totaal gelezen: %d
## Write
stats.write.throughput.idle=Schrijven: inactief
stats.write.throughput.kibs=Schrijven: %.2f kiB/s
stats.write.throughput.kibs=Schrijf: %.2f KiB/s
stats.write.throughput.mibs=Schrijven: %.2f MiB/s
stats.write.total.data.none=Gegevens geschreven: -
stats.write.total.data.kib=Gegevens geschreven: %.1f kiB
stats.write.total.data.kib=Gegevens geschreven: %.1f KiB
stats.write.total.data.mib=Gegevens geschreven: %.1f MiB
stats.write.total.data.gib=Gegevens geschreven: %.1f GiB
stats.encr.total.data.none=Gegevens versleuteld: -
stats.encr.total.data.kib=Gegevens versleuteld: %.1f kiB
stats.encr.total.data.kib=Gegevens versleuteld: %.1f KiB
stats.encr.total.data.mib=Gegevens versleuteld: %.1f MiB
stats.encr.total.data.gib=Gegevens versleuteld: %.1f GiB
stats.write.accessCount=Totaal geschreven: %d
@@ -369,7 +369,7 @@ main.vaultDetail.lockBtn=Vergrendel
main.vaultDetail.bytesPerSecondRead=Lezen:
main.vaultDetail.bytesPerSecondWritten=Schrijven:
main.vaultDetail.throughput.idle=inactief
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Kluisstatistieken
main.vaultDetail.locateEncryptedFileBtn=Zoek versleuteld bestand

View File

@@ -199,7 +199,6 @@ main.vaultDetail.revealBtn=Gjer eininga synleg
main.vaultDetail.lockBtn=Lås
main.vaultDetail.bytesPerSecondRead=Lesafart:
main.vaultDetail.throughput.idle=inaktiv
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
### Missing
main.vaultDetail.missing.info=Cryptomator kunne ikkje finna ein kvelv på denne søkastien.

View File

@@ -175,27 +175,21 @@ stats.title=%s ਲਈ ਅੰਕੜੇ
stats.cacheHitRate=ਕੈਸ਼ ਹਿੱਟ ਦਰ
## Read
stats.read.throughput.idle=ਪੜ੍ਹਨ: ਵੇਹਲਾ
stats.read.throughput.kibs=ਪੜ੍ਹਨ: %.2f kiB/s
stats.read.throughput.mibs=ਪੜ੍ਹਨ: %.2f MiB/s
stats.read.total.data.none=ਡਾਟਾ ਪੜ੍ਹਨ: -
stats.read.total.data.kib=ਡਾਟਾ ਪੜ੍ਹਨ: %.1f kiB
stats.read.total.data.mib=ਡਾਟਾ ਪੜ੍ਹਨ: %.1f MiB
stats.read.total.data.gib=ਡਾਟਾ ਪੜ੍ਹਨ: %.1f GiB
stats.decr.total.data.none=ਡਾਟਾ ਡਿ-ਕ੍ਰਿਪਟ ਕੀਤਾ: -
stats.decr.total.data.kib=ਡਾਟਾ ਡਿ-ਕ੍ਰਿਪਟ ਕੀਤਾ: %.1f kiB
stats.decr.total.data.mib=ਡਾਟਾ ਡਿ-ਕ੍ਰਿਪਟ ਕੀਤਾ: %.1f MiB
stats.decr.total.data.gib=ਡਾਟਾ ਡਿ-ਕ੍ਰਿਪਟ ਕੀਤਾ: %.1f GiB
stats.read.accessCount=ਕੁੱਲ ਪੜ੍ਹੇ: %d
## Write
stats.write.throughput.idle=ਲਿਖੇ: ਵੇਹਲ
stats.write.throughput.kibs=ਲਿਖੇ: %.2f kiB/s
stats.write.throughput.mibs=ਲਿਖੇ: %.2f MiB/s
stats.write.total.data.none=ਲਿਖਿਆ ਡਾਟਾ: -
stats.write.total.data.kib=ਡਾਟਾ ਲਿਖਿਆ: %.1f kiB
stats.write.total.data.mib=ਡਾਟਾ ਲਿਖਿਆ: %.1f MiB
stats.write.total.data.gib=ਡਾਟਾ ਲਿਖਿਆ: %.1f GiB
stats.encr.total.data.none=ਡਾਟਾ ਇੰਕ੍ਰਿਪਟ ਕੀਤਾ: -
stats.encr.total.data.kib=ਡਾਟਾ ਇੰਕ੍ਰਿਪਟ ਕੀਤਾ: %.1f kiB
stats.encr.total.data.mib=ਡਾਟਾ ਇੰਕ੍ਰਿਪਟ ਕੀਤਾ: %.1f MiB
stats.encr.total.data.gib=ਡਾਟਾ ਇੰਕ੍ਰਿਪਟ ਕੀਤਾ: %.1f GiB
stats.write.accessCount=ਕੁੱਲ ਲਿਖੇ: %d
@@ -233,7 +227,6 @@ main.vaultDetail.lockBtn=ਲਾਕ ਕਰੋ
main.vaultDetail.bytesPerSecondRead=ਪੜ੍ਹਨ:
main.vaultDetail.bytesPerSecondWritten=ਲਿਖਣ:
main.vaultDetail.throughput.idle=ਵੇਹਲਾ
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=ਵਾਲਟ ਅੰਕੜੇ
### Missing

View File

@@ -306,27 +306,21 @@ stats.title=Statystyki dla %s
stats.cacheHitRate=Trafność cache
## Read
stats.read.throughput.idle=Odczyt: bezczynny
stats.read.throughput.kibs=Odczyt: %.2f kiB/s
stats.read.throughput.mibs=Odczyt: %.2f kiB/s
stats.read.total.data.none=Dane odczytywane: -
stats.read.total.data.kib=Odczyt danych: %.1f kiB
stats.read.total.data.mib=Odczyt danych: %.1f kiB
stats.read.total.data.gib=Odczyt danych: %.1f kiB
stats.decr.total.data.none=Dane odszyfrowane: -
stats.decr.total.data.kib=Dane odszyfrowane: %.1f kiB
stats.decr.total.data.mib=Dane odszyfrowane: %.1f kiB
stats.decr.total.data.gib=Dane odszyfrowane: %.1f kiB
stats.read.accessCount=Całkowite odczyty: %d
## Write
stats.write.throughput.idle=Zapis: bezczynny
stats.write.throughput.kibs=Zapis: %.2f kiB/s
stats.write.throughput.mibs=Zapis: %.2f kiB/s
stats.write.total.data.none=Zapisane dane: -
stats.write.total.data.kib=Zapisane dane: %.1f kiB
stats.write.total.data.mib=Zapisane dane: %.1f MiB
stats.write.total.data.gib=Zapisane dane: %.1f kiB
stats.encr.total.data.none=Dane odszyfrowane: -
stats.encr.total.data.kib=Dane odszyfrowane: %.1f kiB
stats.encr.total.data.mib=Dane odszyfrowane: %.1f kiB
stats.encr.total.data.gib=Dane odszyfrowane: %.1f kiB
stats.write.accessCount=Całkowity zapis: %d
@@ -369,7 +363,6 @@ main.vaultDetail.lockBtn=Blokuj
main.vaultDetail.bytesPerSecondRead=Odczyt:
main.vaultDetail.bytesPerSecondWritten=Zapisz:
main.vaultDetail.throughput.idle=bezczynny
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Statystyki sejfu
main.vaultDetail.locateEncryptedFileBtn=Zlokalizuj zaszyfrowany plik

View File

@@ -294,7 +294,6 @@ main.vaultDetail.accessLocation=O conteúdo do seu cofre está acessível aqui:
main.vaultDetail.revealBtn=Revelar unidade
main.vaultDetail.lockBtn=Trancar
main.vaultDetail.throughput.idle=inativo
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.locateEncryptedFileBtn=Localizar Ficheiro Encriptado
main.vaultDetail.locateEncryptedFileBtn.tooltip=Escolha um ficheiro do seu cofre para localizar a sua contraparte encriptada

View File

@@ -303,27 +303,21 @@ stats.title=Estatísticas para %s
stats.cacheHitRate=Taxa de Utilização do Cache
## Read
stats.read.throughput.idle=Leitura: ociosa
stats.read.throughput.kibs=Leitura: %.2f kiB/s
stats.read.throughput.mibs=Leitura: %.2f MiB/s
stats.read.total.data.none=Dados lidos: -
stats.read.total.data.kib=Dados lidos: %.1f kiB
stats.read.total.data.mib=Dados lidos: %.1f MiB
stats.read.total.data.gib=Dados lidos: %.1f GiB
stats.decr.total.data.none=Dados descriptografados: -
stats.decr.total.data.kib=Dados descriptografados: %.1f kiB
stats.decr.total.data.mib=Dados descriptografados: %.1f MiB
stats.decr.total.data.gib=Dados descriptografados: %.1f GiB
stats.read.accessCount=Total de leituras: %d
## Write
stats.write.throughput.idle=Escrita: ociosa
stats.write.throughput.kibs=Escrita: %.2f kiB/s
stats.write.throughput.mibs=Escrita: %.2f MiB/s
stats.write.total.data.none=Dados gravados: -
stats.write.total.data.kib=Dados gravados: %.1f kiB
stats.write.total.data.mib=Dados gravados: %.1f MiB
stats.write.total.data.gib=Dados gravados: %.1f GiB
stats.encr.total.data.none=Dados criptografados: -
stats.encr.total.data.kib=Dados criptografados: %.1f kiB
stats.encr.total.data.mib=Dados criptografados: %.1f MiB
stats.encr.total.data.gib=Dados criptografados: %.1f GiB
stats.write.accessCount=Total gravado: %d
@@ -366,7 +360,6 @@ main.vaultDetail.lockBtn=Bloquear
main.vaultDetail.bytesPerSecondRead=Leitura:
main.vaultDetail.bytesPerSecondWritten=Escrita:
main.vaultDetail.throughput.idle=ocioso
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Estatísticas do Cofre
main.vaultDetail.locateEncryptedFileBtn=Localizar Arquivo Criptografado

View File

@@ -298,27 +298,21 @@ stats.title=Statistici pentru %s
stats.cacheHitRate=Rata de control cache
## Read
stats.read.throughput.idle=Citire: inactiv
stats.read.throughput.kibs=Citire: %.2f kiB/s
stats.read.throughput.mibs=Citire: %.2f MiB/s
stats.read.total.data.none=Date citite: -
stats.read.total.data.kib=Date citite: %.1f kiB
stats.read.total.data.mib=Date citite: %.1f MiB
stats.read.total.data.gib=Date citite: %.1f GiB
stats.decr.total.data.none=Date decriptate: -
stats.decr.total.data.kib=Date decriptate: %.1f kiB
stats.decr.total.data.mib=Date decriptate: %.1f MiB
stats.decr.total.data.gib=Date decriptate: %.1f GiB
stats.read.accessCount=Total citit: %d
## Write
stats.write.throughput.idle=Scriere: inactiv
stats.write.throughput.kibs=Scrie: %.2f kiB/s
stats.write.throughput.mibs=Scrie: %.2f MiB/s
stats.write.total.data.none=Date scrise: -
stats.write.total.data.kib=Date scrise: %.1f kiB
stats.write.total.data.mib=Date scrise: %.1f MiB
stats.write.total.data.gib=Date scrise: %.1f GiB
stats.encr.total.data.none=Date criptate: -
stats.encr.total.data.kib=Date criptate: %.1f kiB
stats.encr.total.data.mib=Date criptate: %.1f MiB
stats.encr.total.data.gib=Date criptate: %.1f GiB
stats.write.accessCount=Total scrieri: %d
@@ -360,7 +354,6 @@ main.vaultDetail.lockBtn=Blocaţi
main.vaultDetail.bytesPerSecondRead=Citire:
main.vaultDetail.bytesPerSecondWritten=Scriere:
main.vaultDetail.throughput.idle=inactiv
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Statistici de seif
### Missing

View File

@@ -470,7 +470,7 @@ passwordStrength.messageLabel.4=Очень сильный
# Quit
quit.title=Выйти из приложения
quit.message=Есть открытые хранилища
quit.description=Пожалуйста, подтвердите, что вы хотите выйти. Криптоматор корректно заблокирует все разблокированные хранилища для предотвращения потери данных.
quit.description=Подтвердите, что вы хотите выйти. Cryptomator корректно заблокирует все разблокированные хранилища для предотвращения потери данных.
quit.lockAndQuitBtn=Заблокировать и выйти
# Forced Quit

View File

@@ -124,6 +124,7 @@ unlock.success.rememberChoice=Zapamätať voľbu, už viac nezobrazovať
unlock.success.revealBtn=Odkryť disk
## Failure
unlock.error.customPath.message=Nie je možné namapovať trezor na uživateĺskej ceste
unlock.error.customPath.description.generic=Vybrali ste voliteľnú cestu pripojenia pre tento trezor, ale použiť ho zlyhalo so správou: %s
## Hub
hub.noKeychain.message=Nemôžem pristúpiť ku kľúču zariadenia
hub.noKeychain.description=V poradí odomknutia Hub trezorov, je požadovaný kľúč zariadenia ktorý je zabezpečený použitím keychain. K vykonaniu povoľte "%s" a zvoľte keychain v nastaveniach.
@@ -271,9 +272,14 @@ preferences.interface.showMinimizeButton=Ukáž minimalizačné tlačidlo
preferences.interface.showTrayIcon=Ukázať ikonu na sytémovej lište (vyžaduje reštart)
## Volume
preferences.volume=Virtuálny disk
preferences.volume.type=Typ oddielu (vyžaduje reštart)
preferences.volume.type.automatic=Automaticky
preferences.volume.docsTooltip=Pre viac informácií ohľadne iných typov volume otvorte dokumentáciu.
preferences.volume.tcp.port=TCP port
preferences.volume.supportedFeatures=Zvolený typ oddielu podporuje nasledovné funkcie:
preferences.volume.feature.mountAuto=Automatická voľba bodu pripojenia
preferences.volume.feature.mountToDir=Voliteľný adresár, ako bod pripojenia
preferences.volume.feature.mountToDriveLetter=Písmeno disku, ako bod pripojenia
preferences.volume.feature.mountFlags=Vlastné parametre mapovania
preferences.volume.feature.readOnly=Mapovanie len na čítanie
## Updates
@@ -298,14 +304,14 @@ stats.title=Štatistiky pre %s
stats.cacheHitRate=Pomer nakešovaných záznamov
## Read
stats.read.throughput.idle=Čítanie: nečinnosť
stats.read.throughput.kibs=Čítanie: %.2f kiB/s
stats.read.throughput.kibs=Čítanie: %.2f KiB/s
stats.read.throughput.mibs=Čítanie: %.2f MiB/s
stats.read.total.data.none=Čítanie dát: -
stats.read.total.data.kib=Čítanie dát: %.1f kiB
stats.read.total.data.kib=Čítanie dát: %.1f KiB
stats.read.total.data.mib=Čítanie dát: %.1f MiB
stats.read.total.data.gib=Čítanie dát: %.1f GiB
stats.decr.total.data.none=Odkódované dáta: -
stats.decr.total.data.kib=Odkódované dáta: %.1f kiB
stats.decr.total.data.kib=Odkódované dáta: %.1f KiB
stats.decr.total.data.mib=Odkódované dáta: %.1f MiB
stats.decr.total.data.gib=Odkódované dáta: %.1f GiB
stats.read.accessCount=Spolu načítané: %d
@@ -314,11 +320,11 @@ stats.write.throughput.idle=Zápis: nečinnosť
stats.write.throughput.kibs=Zápis: %.2f KiB/s
stats.write.throughput.mibs=Zápis: %.2f MiB/s
stats.write.total.data.none=štatistika.zápis.celkové.dáta.nič
stats.write.total.data.kib=Zapísaných dát: %.1f kiB
stats.write.total.data.kib=Zapísaných dát: %.1f KiB
stats.write.total.data.mib=Zapísaných dát: %.1f MiB
stats.write.total.data.gib=Zapísaných dát: %.1f GiB
stats.encr.total.data.none=Zapísaných dát: -
stats.encr.total.data.kib=Odkódovaných dát: %.1f kiB
stats.encr.total.data.kib=Odkódované dáta: %.1f KiB
stats.encr.total.data.mib=Odkódovaných dát: %.1f MiB
stats.encr.total.data.gib=Odkódovaných dát: %.1f GiB
stats.write.accessCount=Suma zápisov: %d
@@ -361,7 +367,7 @@ main.vaultDetail.lockBtn=Uzamknúť
main.vaultDetail.bytesPerSecondRead=Čítanie:
main.vaultDetail.bytesPerSecondWritten=Zápis:
main.vaultDetail.throughput.idle=nečinný
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Štatistiky trezora
main.vaultDetail.locateEncryptedFileBtn=Lokalizujte zašifrovaný súbor

View File

@@ -185,27 +185,21 @@ stats.title=Statistika za %s
stats.cacheHitRate=Frekventnost keš memorije
## Read
stats.read.throughput.idle=Čitanje: u pripravnosti
stats.read.throughput.kibs=Čitanje: %.2f kiB/s
stats.read.throughput.mibs=Čitanje: %.2f MiB/s
stats.read.total.data.none=Učitano podataka: -
stats.read.total.data.kib=Učitano podataka: %.1f kiB
stats.read.total.data.mib=Učitano podataka: %.1f MiB
stats.read.total.data.gib=Učitano podataka: %.1f GiB
stats.decr.total.data.none=Dešifrovano podataka: -
stats.decr.total.data.kib=Dešifrovano podataka: %.1f kiB
stats.decr.total.data.mib=Dešifrovano podataka: %.1f MiB
stats.decr.total.data.gib=Dešifrovano podataka: %.1f GiB
stats.read.accessCount=Укупно учитано: %d
## Write
stats.write.throughput.idle=Писање: у приправности
stats.write.throughput.kibs=Писање: %.2f kiB/s
stats.write.throughput.mibs=Писање: %.2f MiB/s
stats.write.total.data.none=Уписано података: -
stats.write.total.data.kib=Уписано података: %.1f kiB
stats.write.total.data.mib=Уписано података: %.1f MiB
stats.write.total.data.gib=Уписано података: %.1f GiB
stats.encr.total.data.none=Шифровано података: -
stats.encr.total.data.kib=Шифровано података: %.1f kiB
stats.encr.total.data.mib=Шифровано података: %.1f MiB
stats.encr.total.data.gib=Шифровано података: %.1f GiB
stats.write.accessCount=Укупно уписано: %d
@@ -245,7 +239,6 @@ main.vaultDetail.lockBtn=Zaključaj
main.vaultDetail.bytesPerSecondRead=Читање:
main.vaultDetail.bytesPerSecondWritten=Писање:
main.vaultDetail.throughput.idle=у стању мировања
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Статистика сефа
### Missing

View File

@@ -175,14 +175,11 @@ stats.title=Statistika za %s
stats.cacheHitRate=Frekventnost keš memorije
## Read
stats.read.throughput.idle=Čitanje: u pripravnosti
stats.read.throughput.kibs=Čitanje: %.2f kiB/s
stats.read.throughput.mibs=Čitanje: %.2f MiB/s
stats.read.total.data.none=Učitano podataka: -
stats.read.total.data.kib=Učitano podataka: %.1f kiB
stats.read.total.data.mib=Učitano podataka: %.1f MiB
stats.read.total.data.gib=Učitano podataka: %.1f GiB
stats.decr.total.data.none=Dešifrovano podataka: -
stats.decr.total.data.kib=Dešifrovano podataka: %.1f kiB
stats.decr.total.data.mib=Dešifrovano podataka: %.1f MiB
stats.decr.total.data.gib=Dešifrovano podataka: %.1f GiB
## Write

View File

@@ -303,27 +303,27 @@ stats.title=Statistik för %s
stats.cacheHitRate=Cache frekvens
## Read
stats.read.throughput.idle=Läs: inaktiv
stats.read.throughput.kibs=Läs: %.2f kiB/s
stats.read.throughput.kibs=Läst: %.2f KiB/s
stats.read.throughput.mibs=Läs: %.2f kiB/s
stats.read.total.data.none=Data läst: -
stats.read.total.data.kib=Data läst: %.1f kiB
stats.read.total.data.kib=Data läst: %.1f KiB
stats.read.total.data.mib=Data läst: %.1f kiB
stats.read.total.data.gib=Data läst: %.1f GiB
stats.decr.total.data.none=Data dekrypterad: -
stats.decr.total.data.kib=Data dekrypterad: %.1f kiB
stats.decr.total.data.kib=Dekrypterade data: %.1f KiB
stats.decr.total.data.mib=Data dekrypterad: %.1f MiB
stats.decr.total.data.gib=Data dekrypterad: %.1f GiB
stats.read.accessCount=Totalt läst: %d
## Write
stats.write.throughput.idle=Skriv: inaktiv
stats.write.throughput.kibs=Skriv: %.2f kiB/s
stats.write.throughput.kibs=Skriv: %.2f KiB/s
stats.write.throughput.mibs=Skriv: %.2f MiB/s
stats.write.total.data.none=Data skrivet: -
stats.write.total.data.kib=Data skrivet: %.1f kiB
stats.write.total.data.kib=Data skrivet: %.1f KiB
stats.write.total.data.mib=Data skrivet: %.1f MiB
stats.write.total.data.gib=Data skrivet: %.1f GiB
stats.encr.total.data.none=Data krypterad: -
stats.encr.total.data.kib=Data krypterad: %.1f kiB
stats.encr.total.data.kib=Krypterade data: %.1f KiB
stats.encr.total.data.mib=Data krypterad: %.1f MiB
stats.encr.total.data.gib=Data krypterad: %.1f GiB
stats.write.accessCount=Totalt skrivet: %d
@@ -365,7 +365,7 @@ main.vaultDetail.lockBtn=Lås
main.vaultDetail.bytesPerSecondRead=Läs:
main.vaultDetail.bytesPerSecondWritten=Skriv:
main.vaultDetail.throughput.idle=inaktiv
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Valv Statistik
main.vaultDetail.locateEncryptedFileBtn=Leta upp krypterad fil

View File

@@ -123,7 +123,14 @@ unlock.success.description=Imefunguliwa "%s" kwa mafanikio! Kuba yako sasa inapa
unlock.success.rememberChoice=Kumbuka chaguo, usionyeshe hii tena
unlock.success.revealBtn=Fichua Kiendeshaji
## Failure
unlock.error.customPath.message=Haiwezi kupachika kuba kwenye njia maalum
unlock.error.customPath.description.notSupported=Ikiwa ungependa kuendelea kutumia njia maalum, tafadhali nenda kwa mapendeleo na uchague aina ya sauti inayoitumia. Vinginevyo, nenda kwa chaguo za kuba na uchague sehemu ya kupachika inayotumika.
unlock.error.customPath.description.notExists=Njia maalum ya kupachika haipo. Iunde katika mfumo wako wa faili wa karibu au ubadilishe katika chaguzi za kuba.
unlock.error.customPath.description.generic=Umechagua njia maalum ya kupachika kwa kuba hii, lakini kuitumia imeshindwa na ujumbe: %s
## Hub
hub.noKeychain.message=Imeshindwa kufikia ufunguo wa kifaa
hub.noKeychain.description=Ili kufungua kuba za Hub, ufunguo wa kifaa unahitajika, ambao hulindwa kwa kutumia mnyororo wa vitufe. Ili kuendelea, washa "%s" na uchague mnyororo wa vitufe katika mapendeleo.
hub.noKeychain.openBtn=Fungua Mapendeleo
### Waiting
hub.auth.message=Inasubiri uthibitishaji…
hub.auth.description=Unapaswa kuelekezwa upya kiotomatiki kwa ukurasa wa kuingia.
@@ -147,6 +154,8 @@ hub.registerFailed.description=Hitilafu imetupwa katika mchakato wa kumtaja. Kwa
hub.unauthorized.message=Ufikiaji umekataliwa
hub.unauthorized.description=Kifaa chako bado hakijaidhinishwa kufikia kuba hii. Uliza mwenye kuba aidhinishe.
### License Exceeded
hub.invalidLicense.message=Leseni ya Hub ni batili
hub.invalidLicense.description=Mfano wako wa Cryptomator Hub una leseni batili. Tafadhali mjulishe msimamizi wa Hub ili kuboresha au kusasisha leseni.
# Lock
## Force
@@ -162,6 +171,11 @@ lock.fail.description=Kuba "%s" haikuweza kufungwa. Hakikisha kazi isiyohifadhiw
migration.title=Pandisha daraja Kuba
## Start
migration.start.header=Pandisha daraja Kuba
migration.start.text=Ili kufungua kuba yako "%s" katika toleo hili jipya la Cryptomator, kuba inahitaji kuboreshwa hadi umbizo jipya zaidi. Kabla ya kufanya hivyo, unapaswa kujua yafuatayo:
migration.start.remarkUndone=Uboreshaji huu hauwezi kutenduliwa.
migration.start.remarkVersions=Matoleo ya zamani ya Cryptomator hayataweza kufungua kuba iliyosasishwa.
migration.start.remarkCanRun=Lazima uwe na uhakika kwamba kila kifaa ambacho unaweza kufikia kubaki kinaweza kutumia toleo hili la Cryptomator.
migration.start.remarkSynced=Lazima uhakikishe kuwa kuba yako imesawazishwa kikamilifu kwenye kifaa hiki, na kwenye vifaa vyako vingine, kabla ya kukiboresha.
migration.start.confirm=Nimesoma na kuelewa habari hapo juu
## Run
migration.run.enterPassword=Ingiza neno la siri ya "%s"
@@ -210,8 +224,25 @@ health.check.detail.checkFinished=Ukaguzi umekamilika kwa ufanisi.
health.check.detail.checkFinishedAndFound=Ukaguzi ulimaliza kukimbia. Tafadhali angalia matokeo.
health.check.detail.checkFailed=Ukaguzi ulitoka kwa sababu ya kosa.
health.check.detail.checkCancelled=Ukaguzi ulikatishwa.
health.check.detail.listFilters.label=Chuja
health.check.detail.fixAllSpecificBtn=Rekebisha aina zote
health.check.exportBtn=Hamisha Ripoti
## Result view
health.result.severityFilter.all=Ukali - Yote
health.result.severityFilter.good=Nzuri
health.result.severityFilter.info=Taarifa
health.result.severityFilter.warn=Onyo
health.result.severityFilter.crit=Muhimu
health.result.severityTip.good=Ukali: Nzuri\nMuundo wa kuba ya kawaida.
health.result.severityTip.info=Ukali: Taarifa\nMuundo wa kuba ukiwa mzima, marekebisho yamependekezwa.
health.result.severityTip.warn=Ukali: Onyo\nMuundo wa kuba umeharibika, rekebisha inashauriwa sana.
health.result.severityTip.crit=Ukali: Muhimu\nMuundo wa kuba umeharibika, upotezaji wa data umebainishwa.
health.result.fixStateFilter.all=Rekebisha hali - Yote
health.result.fixStateFilter.fixable=Inaweza kurekebishwa
health.result.fixStateFilter.notFixable=Haiwezi kurekebishika
health.result.fixStateFilter.fixing=Inarekebisha…
health.result.fixStateFilter.fixed=Imerekebishwa
health.result.fixStateFilter.fixFailed=Imeshindwa kurekebisha
## Fix Application
health.fix.fixBtn=Kurekebisha
health.fix.successTip=Rekebisha imefanikiwa
@@ -243,7 +274,15 @@ preferences.interface.showMinimizeButton=Onyesha kitufe cha kupunguza
preferences.interface.showTrayIcon=Onyesha ikoni ya trei (inahitaji kuanzisha upya)
## Volume
preferences.volume=Kiendeshi pepe
preferences.volume.type=Aina ya Sauti (inahitaji kuanzishwa upya)
preferences.volume.type.automatic=Otomatiki
preferences.volume.docsTooltip=Fungua hati ili kujifunza zaidi kuhusu aina tofauti za sauti.
preferences.volume.tcp.port=Bandari ya TCP
preferences.volume.supportedFeatures=Aina ya sauti iliyochaguliwa inasaidia vipengele vifuatavyo:
preferences.volume.feature.mountAuto=Uchaguzi wa sehemu ya kupachika otomatiki
preferences.volume.feature.mountToDir=Saraka maalum kama sehemu ya kupachika
preferences.volume.feature.mountToDriveLetter=Endesha barua kama sehemu ya kupachika
preferences.volume.feature.mountFlags=Chaguzi maalum za kupachika
## Updates
preferences.updates=Sasishi
preferences.updates.currentVersion=Toleo la Sasa: %s
@@ -266,32 +305,34 @@ stats.title=Takwimu za %s
stats.cacheHitRate=Kiwango cha Hit ya Akiba
## Read
stats.read.throughput.idle=Soma: bila kazi
stats.read.throughput.kibs=Soma:%.2f kiB/s
stats.read.throughput.kibs=Soma: %.2f KiB/s
stats.read.throughput.mibs=Soma:%.2fMiB/s
stats.read.total.data.none=Data soma: -
stats.read.total.data.kib=Data soma:%.1f kiB
stats.read.total.data.kib=Data imesomwa: %.1f KiB
stats.read.total.data.mib=Data soma: %.1f MiB
stats.read.total.data.gib=Data soma: %.1f GiB
stats.decr.total.data.none=Data iliyosimbwa kwa njia fiche: -
stats.decr.total.data.kib=Data iliyosimbwa kwa njia fiche: %.1f kiB
stats.decr.total.data.kib=Data imesimbwa: %.1f KiB
stats.decr.total.data.mib=Data iliyosimbwa kwa njia fiche: %.1fMiB
stats.decr.total.data.gib=Data iliyosimbwa kwa njia fiche: %.1f GiB
stats.read.accessCount=Jumla ya kusoma: %d
## Write
stats.write.throughput.idle=Andika: bila kazi
stats.write.throughput.kibs=Andika:%.2f kiB/s
stats.write.throughput.kibs=Andika: %.2f KiB/s
stats.write.throughput.mibs=Andika: %.2f MiB/s
stats.write.total.data.none=Data iliyoandikwa: -
stats.write.total.data.kib=Data iliyoandikwa: %.1f kiB
stats.write.total.data.kib=Data iliyoandikwa: %.1f KiB
stats.write.total.data.mib=Data iliyoandikwa: %.1f MiB
stats.write.total.data.gib=Data iliyoandikwa: %.1f GiB
stats.encr.total.data.none=Data iliyosimbwa kwa njia fiche: -
stats.encr.total.data.kib=Data iliyosimbwa kwa njia fiche: %.1f kiB
stats.encr.total.data.kib=Data imesimbwa kwa njia fiche: %.1f KiB
stats.encr.total.data.mib=Data iliyosimbwa kwa njia fiche: %.1f MiB
stats.encr.total.data.gib=Data iliyosimbwa kwa njia fiche: %.1f GiB
stats.write.accessCount=Jumla ya maandishi anaandika: %d
## Accesses
stats.access.current=Ufikiaji: %d
stats.access.total=Jumla ya ufikiaji: %d
# Main Window
@@ -322,13 +363,18 @@ main.vaultDetail.passwordSavedInKeychain=Neno la siri limehifadhiwa
main.vaultDetail.unlockedStatus=IMEFUNGULIWA
main.vaultDetail.accessLocation=Yaliyomo kwenye kuba yako yanapatikana hapa:
main.vaultDetail.revealBtn=Fichua Kiendeshaji
main.vaultDetail.copyUri=Nakili URI
main.vaultDetail.lockBtn=Funga
main.vaultDetail.bytesPerSecondRead=Soma:
main.vaultDetail.bytesPerSecondWritten=Andika:
main.vaultDetail.throughput.idle=imezubaa
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Takwimu za Kuba
main.vaultDetail.locateEncryptedFileBtn=Tafuta Faili Iliyosimbwa kwa Njia Fiche
main.vaultDetail.locateEncryptedFileBtn.tooltip=Chagua faili kutoka kwa chumba chako ili kupata mwenza wake uliosimbwa kwa njia fiche
main.vaultDetail.encryptedPathsCopied=Njia Zimenakiliwa kwenye Ubao wa kunakili!
main.vaultDetail.filePickerTitle=Chagua Faili Ndani ya Kuba
### Missing
main.vaultDetail.missing.info=Cryptomator haikuweza kupata kuba katika njia hii.
main.vaultDetail.missing.recheck=Kagua upya
@@ -367,13 +413,17 @@ vaultOptions.general.startHealthCheckBtn=Anza Ukaguzi wa Afya
## Mount
vaultOptions.mount=Kuweka
vaultOptions.mount.info=Chaguzi hutegemea aina ya sauti iliyochaguliwa.
vaultOptions.mount.linkToPreferences=Fungua mapendeleo ya hifadhi pepe
vaultOptions.mount.readonly=Soma-Tu
vaultOptions.mount.customMountFlags=Vipepea Vya Mlima Maalum
vaultOptions.mount.winDriveLetterOccupied=ulichukua
vaultOptions.mount.mountPoint=Pointi ya kuweka
vaultOptions.mount.mountPoint.auto=Chagua otomatiki mahali panapofaa
vaultOptions.mount.mountPoint.driveLetter=Tumia barua kiendeshi kilichopangiwa
vaultOptions.mount.mountPoint.custom=Tumia saraka iliyochaguliwa
vaultOptions.mount.mountPoint.directoryPickerButton=Chagua…
vaultOptions.mount.mountPoint.directoryPickerTitle=Chagua saraka
## Master Key
vaultOptions.masterkey=Neno la siri
vaultOptions.masterkey.changePasswordBtn=Badilisha Neno la siri
@@ -395,6 +445,8 @@ recoveryKey.display.StorageHints=Weka mahali salama sana, kwa mfano:\n • Hifad
recoveryKey.recover.title=Fufua Neno la siri
recoveryKey.recover.prompt=Ingiza ufunguo wako wa kurejesha kwa "%s":
recoveryKey.recover.correctKey=Hii ni ufunguo halali wa kurejesha
recoveryKey.recover.wrongKey=Ufunguo huu wa urejeshaji ni wa kuba tofauti
recoveryKey.recover.invalidKey=Ufunguo huu wa kurejesha si sahihi
recoveryKey.printout.heading=Ufunguo wa Urejeshaji wa Cryptomator\n"%s"\n
### Reset Password
recoveryKey.recover.resetBtn=Weka upya

View File

@@ -196,27 +196,21 @@ stats.title=%s க்கான புள்ளிவிவரங்கள்
stats.cacheHitRate=தற்காலிக சேமிப்பு வீதம்
## Read
stats.read.throughput.idle=படிக்கப்பட்டது: செயலற்றது
stats.read.throughput.kibs=படிக்கப்பட்டது: %.2f kiB/s
stats.read.throughput.mibs=படிக்கப்பட்டது: %.2f MiB/s
stats.read.total.data.none=படிக்கப்பட்ட தரவு: -
stats.read.total.data.kib=படிக்கப்பட்ட தரவு: %.1f kiB
stats.read.total.data.mib=படிக்கப்பட்ட தரவு: %.1f MiB
stats.read.total.data.gib=படிக்கப்பட்ட தரவு: %.1f GiB
stats.decr.total.data.none=மறைகுறிநீக்கப்பட்ட தரவு: -
stats.decr.total.data.kib=மறைகுறிநீக்கப்பட்ட தரவு: %.1f kiB
stats.decr.total.data.mib=மறைகுறிநீக்கப்பட்ட தரவு: %.1f MiB
stats.decr.total.data.gib=மறைகுறிநீக்கப்பட்ட தரவு: %.1f GiB
stats.read.accessCount=மொத்த வாசிப்புகள்: %d
## Write
stats.write.throughput.idle=எழுதப்பட்டது: செயலற்ற நிலையில்
stats.write.throughput.kibs=எழுதப்பட்டது: %.2f kiB/s
stats.write.throughput.mibs=எழுதப்பட்டது: %.2f MiB/s
stats.write.total.data.none=எழுதப்பட்ட தரவு: -
stats.write.total.data.kib=எழுதப்பட்ட தரவு: %.1f kiB
stats.write.total.data.mib=எழுதப்பட்ட தரவு: %.1f MiB
stats.write.total.data.gib=எழுதப்பட்ட தரவு: %.1f GiB
stats.encr.total.data.none=குறியாக்கம் செய்யப்பட்ட தரவு: -
stats.encr.total.data.kib=குறியாக்கம் செய்யப்பட்ட தரவு: %.1f kiB
stats.encr.total.data.mib=குறியாக்கம் செய்யப்பட்ட தரவு: %.1f MiB
stats.encr.total.data.gib=குறியாக்கம் செய்யப்பட்ட தரவு: %.1f GiB
stats.write.accessCount=மொத்த எழுதப்பட்டது: %d

View File

@@ -123,6 +123,10 @@ unlock.success.description="%s" 'nin kilidi başarıyla açıldı! Kasanız şim
unlock.success.rememberChoice=Seçimi hatırla, bunu bir daha gösterme
unlock.success.revealBtn=Sürücüyü Göster
## Failure
unlock.error.customPath.message=Kasa özel yola bağlanamıyor
unlock.error.customPath.description.notSupported=Özel yolu kullanmaya devam etmek istiyorsanız, lütfen tercihlere gidin ve onu destekleyen bir cilt türü seçin. Aksi takdirde kasa seçeneklerine gidin ve desteklenen bir bağlama noktası seçin.
unlock.error.customPath.description.notExists=Özel bağlama yolu mevcut değil. Ya yerel dosya sisteminizde oluşturun ya da kasa seçeneklerinde değiştirin.
unlock.error.customPath.description.generic=Bu kasa için özel bir bağlama yolu seçtiniz, ancak bunu kullanmak şu mesajla başarısız oldu: %s
## Hub
hub.noKeychain.message=Cihaz anahtarına erişilemiyor
hub.noKeychain.description=Hub kasalarının kilidini açmak için, bir anahtarlık kullanılarak güvenliği sağlanan bir cihaz anahtarı gerekir. Devam etmek için "%s"yi etkinleştirin ve tercihlerde bir anahtarlık seçin.
@@ -150,6 +154,8 @@ hub.registerFailed.description=İsimlendirme işleminde bir hata oluştu. Daha f
hub.unauthorized.message=Erişim engellendi
hub.unauthorized.description=Cihazınıza henüz bu kasaya erişim yetkisi verilmedi. Kasa sahibinden yetkilendirmesini isteyin.
### License Exceeded
hub.invalidLicense.message=Hub Lisansı geçersiz
hub.invalidLicense.description=Cryptomator Hub örneğinizde geçersiz bir lisans var. Lisansı yükseltmesi veya yenilemesi için lütfen bir Hub yöneticisini bilgilendirin.
# Lock
## Force
@@ -268,7 +274,16 @@ preferences.interface.showMinimizeButton=Küçültme düğmesini göster
preferences.interface.showTrayIcon=Sistem tepsisi simgesini göster (Yeniden başlatma gerekir)
## Volume
preferences.volume=Sanal Sürücü
preferences.volume.type=Birim Türü (yeniden başlatma gerektirir)
preferences.volume.type.automatic=Otomatik
preferences.volume.docsTooltip=Farklı birim türleri hakkında daha fazla bilgi edinmek için belgeleri açın.
preferences.volume.tcp.port=TCP Portu
preferences.volume.supportedFeatures=Seçilen birim türü aşağıdaki özellikleri destekler:
preferences.volume.feature.mountAuto=Otomatik bağlama noktası seçimi
preferences.volume.feature.mountToDir=Bağlama noktası olarak özel dizin
preferences.volume.feature.mountToDriveLetter=Bağlama noktası olarak sürücü harfi
preferences.volume.feature.mountFlags=Özel bağlama seçenekleri
preferences.volume.feature.readOnly=Salt okunur bağlama
## Updates
preferences.updates=Güncellemeler
preferences.updates.currentVersion=Mevcut Sürüm: %s
@@ -349,11 +364,12 @@ main.vaultDetail.passwordSavedInKeychain=Şifre kaydedildi
main.vaultDetail.unlockedStatus=KİLİDİ AÇIK
main.vaultDetail.accessLocation=Kasa içeriğinize buradan erişilebilir:
main.vaultDetail.revealBtn=Sürücüyü Göster
main.vaultDetail.copyUri=Linki kopyala
main.vaultDetail.lockBtn=Kilitle
main.vaultDetail.bytesPerSecondRead=Okuma:
main.vaultDetail.bytesPerSecondWritten=Yazma:
main.vaultDetail.throughput.idle=boşta
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f kB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Kasa İstatistikleri
main.vaultDetail.locateEncryptedFileBtn=Şifrelenmiş Dosyayı Bul
@@ -398,13 +414,17 @@ vaultOptions.general.startHealthCheckBtn=Sağlık Kontrolünü Başlat
## Mount
vaultOptions.mount=Bağlantı
vaultOptions.mount.info=Seçenekler, seçilen birim tipine bağlıdır.
vaultOptions.mount.linkToPreferences=Sanal sürücü tercihlerini aç
vaultOptions.mount.readonly=Salt-Okunur
vaultOptions.mount.customMountFlags=Özel Bağlantı Parametreleri
vaultOptions.mount.winDriveLetterOccupied=meşgul
vaultOptions.mount.mountPoint=Bağlantı Noktası
vaultOptions.mount.mountPoint.auto=Otomatik uygun yer bul
vaultOptions.mount.mountPoint.driveLetter=Bir sürücü harfi kullan
vaultOptions.mount.mountPoint.custom=Seçilen dizini kullan
vaultOptions.mount.mountPoint.directoryPickerButton=Seç…
vaultOptions.mount.mountPoint.directoryPickerTitle=Dizin seçin
## Master Key
vaultOptions.masterkey=Şifre
vaultOptions.masterkey.changePasswordBtn=Şifreyi Değiştir
@@ -426,6 +446,8 @@ recoveryKey.display.StorageHints=Bunu çok güvenli bir yerde saklayın, örneğ
recoveryKey.recover.title=Şifreyi Sıfırla
recoveryKey.recover.prompt="%s" için kurtarma anahtarınızı girin:
recoveryKey.recover.correctKey=Bu geçerli bir kurtarma anahtarı
recoveryKey.recover.wrongKey=Bu kurtarma anahtarı farklı bir kasaya ait
recoveryKey.recover.invalidKey=Bu kurtarma anahtarı geçerli değil
recoveryKey.printout.heading=Cryptomator Kurtarma Anahtarı\n"%s"\n
### Reset Password
recoveryKey.recover.resetBtn=Sıfırla

View File

@@ -265,7 +265,6 @@ main.vaultDetail.lockBtn=Заблокувати
main.vaultDetail.bytesPerSecondRead=Зчитування:
main.vaultDetail.bytesPerSecondWritten=Запис:
main.vaultDetail.throughput.idle=простій
main.vaultDetail.throughput.kbps=%.1f КіБ/c
main.vaultDetail.throughput.mbps=%.1f МіБ/c
main.vaultDetail.stats=Статистика Vault
main.vaultDetail.locateEncryptedFileBtn=Знайти Зашифрований Файл

View File

@@ -249,27 +249,21 @@ stats.title=Thống kê về %s
stats.cacheHitRate=Tỷ lệ truy cập bộ nhớ cache
## Read
stats.read.throughput.idle=Đọc: không có
stats.read.throughput.kibs=Đọc: %.2f kiB/s
stats.read.throughput.mibs=Đọc: %.2f MiB/s
stats.read.total.data.none=Dữ liệu đã đọc: -
stats.read.total.data.kib=Dữ liệu đã đọc: %.1f kiB
stats.read.total.data.mib=Dữ liệu đã đọc: %.1f MiB
stats.read.total.data.gib=Dữ liệu đã đọc: %.1f GiB
stats.decr.total.data.none=Dữ liệu được giải mã: -
stats.decr.total.data.kib=Dữ liệu được giải mã: %.1f kiB
stats.decr.total.data.mib=Dữ liệu được giải mã: %.1f MiB
stats.decr.total.data.gib=Dữ liệu được giải mã: %.1f GiB
stats.read.accessCount=Tổng đọc: %d
## Write
stats.write.throughput.idle=Ghi: tạm ngưng
stats.write.throughput.kibs=Ghi: %.2f kiB/s
stats.write.throughput.mibs=Ghi: %.2f MiB/s
stats.write.total.data.none=Dữ liệu đã ghi: -
stats.write.total.data.kib=Dữ liệu đã ghi: %.1f kiB
stats.write.total.data.mib=Dữ liệu đã ghi: %.1f MiB
stats.write.total.data.gib=Dữ liệu đã ghi: %.1f GiB
stats.encr.total.data.none=Dữ liệu được mã hóa: -
stats.encr.total.data.kib=Dữ liệu được mã hóa: %.1f kiB
stats.encr.total.data.mib=Dữ liệu được mã hóa: %.1f MiB
stats.encr.total.data.gib=Dữ liệu được mã hóa: %.1f GiB
stats.write.accessCount=Tổng ghi: %d
@@ -309,7 +303,6 @@ main.vaultDetail.lockBtn=Khoá
main.vaultDetail.bytesPerSecondRead=Đọc:
main.vaultDetail.bytesPerSecondWritten=Ghi:
main.vaultDetail.throughput.idle=chờ
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=Thống kê Vault
### Missing

View File

@@ -306,27 +306,27 @@ stats.title=%s 统计信息
stats.cacheHitRate=缓存命中率
## Read
stats.read.throughput.idle=读取:空闲
stats.read.throughput.kibs=读取:%.2f kiB/s
stats.read.throughput.mibs=读取:%.2f MiB/s
stats.read.throughput.kibs=读取:%.2f KiB/s
stats.read.throughput.mibs=读取:%.2f MiB/
stats.read.total.data.none=已读取数据:-
stats.read.total.data.kib=已读取数据:%.1f kiB
stats.read.total.data.kib=已读取数据:%.1f KiB
stats.read.total.data.mib=已读取数据:%.1f MiB
stats.read.total.data.gib=已读取数据:%.1f GiB
stats.decr.total.data.none=已解密数据:-
stats.decr.total.data.kib=已解密数据:%.1f kiB
stats.decr.total.data.kib=已解密数据:%.1f KiB
stats.decr.total.data.mib=已解密数据:%.1f MiB
stats.decr.total.data.gib=已解密数据:%.1f GiB
stats.read.accessCount=读取总数:%d
## Write
stats.write.throughput.idle=写入:空闲
stats.write.throughput.kibs=写入:%.2f kiB/s
stats.write.throughput.mibs=写入:%.2f MiB/s
stats.write.throughput.kibs=写入:%.2f KiB/s
stats.write.throughput.mibs=写入:%.2f MiB/
stats.write.total.data.none=已写入数据: -
stats.write.total.data.kib=已写入数据:%.1f kiB
stats.write.total.data.kib=已写入数据:%.1f KiB
stats.write.total.data.mib=已写入数据:%.1f MiB
stats.write.total.data.gib=已写入数据:%.1f GiB
stats.encr.total.data.none=已加密数据:-
stats.encr.total.data.kib=已加密数据:%.1f kiB
stats.encr.total.data.kib=已加密数据:%.1f KiB
stats.encr.total.data.mib=已加密数据:%.1f MiB
stats.encr.total.data.gib=已加密数据:%.1f GiB
stats.write.accessCount=写入总数:%d
@@ -369,8 +369,8 @@ main.vaultDetail.lockBtn=锁定
main.vaultDetail.bytesPerSecondRead=读取:
main.vaultDetail.bytesPerSecondWritten=写入:
main.vaultDetail.throughput.idle=空闲
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/
main.vaultDetail.stats=保险库统计
main.vaultDetail.locateEncryptedFileBtn=找出加密后文件
main.vaultDetail.locateEncryptedFileBtn.tooltip=选择保险库中的一个文件来找出已加密文件的位置

View File

@@ -129,6 +129,7 @@ unlock.error.customPath.description.notExists=自定路徑不存在。請在本
unlock.error.customPath.description.generic=已為加密庫設定了自定路徑,但是運作時出現錯誤:%s
## Hub
hub.noKeychain.message=無法訪問設備密鑰
hub.noKeychain.description=為了解鎖 Hub 加密檔案庫需要一個裝置密鑰,該密鑰已被安全地保管在鑰匙串中。為了繼續進行,請啟用「%s」並在偏好設定中選擇一個鑰匙串。
hub.noKeychain.openBtn=開啟偏好設定
### Waiting
hub.auth.message=等待認證中…
@@ -173,6 +174,8 @@ migration.start.header=升級加密庫
migration.start.text=若要開啟%s加密庫需要將加密庫升級至新的格式。在此之前您需要先了解以下的事項
migration.start.remarkUndone=此升級操作無法撤銷或回復。
migration.start.remarkVersions=舊版 Cryptomator 將無法開啟已升級的加密庫。
migration.start.remarkCanRun=請確認所有可存取此加密檔案庫的裝置都可以運行這個版本的Cryptomator。
migration.start.remarkSynced=您必須確保您的檔案庫在升級之前已經完整地同步到此設備及您的其他設備。
migration.start.confirm=我已閱讀並理解上述資訊
## Run
migration.run.enterPassword=輸入「%s」的密碼
@@ -221,6 +224,8 @@ health.check.detail.checkFinished=檢查順利完成。
health.check.detail.checkFinishedAndFound=檢查結束,請查看結果。
health.check.detail.checkFailed=檢查發生錯誤並意外退出。
health.check.detail.checkCancelled=檢查被取消。
health.check.detail.listFilters.label=過濾
health.check.detail.fixAllSpecificBtn=修復所有類型
health.check.exportBtn=匯出報告
## Result view
health.result.severityFilter.all=危良程度 - 全部
@@ -269,8 +274,16 @@ preferences.interface.showMinimizeButton=顯示最小化按鈕
preferences.interface.showTrayIcon=顯示系統工作列圖示 (需重新啟動)
## Volume
preferences.volume=虛擬磁碟
preferences.volume.type=磁區類別(須重啟)
preferences.volume.type.automatic=自動
preferences.volume.docsTooltip=閱讀文檔以了解各加密空間類型。
preferences.volume.tcp.port=TCP 埠
preferences.volume.supportedFeatures=所選擇的磁區空間類別支援下列功能:
preferences.volume.feature.mountAuto=自動選擇掛載路徑
preferences.volume.feature.mountToDir=使用自訂資料夾路徑來掛載
preferences.volume.feature.mountToDriveLetter=將驅動器字母分配為掛載點
preferences.volume.feature.mountFlags=自訂掛載選項
preferences.volume.feature.readOnly=唯讀掛載
## Updates
preferences.updates=更新
preferences.updates.currentVersion=目前版本:%s
@@ -293,27 +306,27 @@ stats.title=%s 的統計數據
stats.cacheHitRate=快取命中率
## Read
stats.read.throughput.idle=讀取:閒置
stats.read.throughput.kibs=讀取: %.2f kiB/s
stats.read.throughput.kibs=讀取: %.2f KiB/s
stats.read.throughput.mibs=讀取: %.2f MiB/s
stats.read.total.data.none=資料讀取: -
stats.read.total.data.kib=資料讀取: %.1f kiB
stats.read.total.data.kib=資料讀取: %.1f KiB
stats.read.total.data.mib=資料讀取: %.1f MiB
stats.read.total.data.gib=資料讀取: %.1f GiB
stats.decr.total.data.none=資料解密: -
stats.decr.total.data.kib=資料解密: %.1f kiB
stats.decr.total.data.kib=資料解密: %.1f KiB
stats.decr.total.data.mib=資料解密: %.1f MiB
stats.decr.total.data.gib=資料解密: %.1f GiB
stats.read.accessCount=總讀取: %d
## Write
stats.write.throughput.idle=寫入:閒置
stats.write.throughput.kibs=寫入:%.2f kiB/s
stats.write.throughput.kibs=寫入:%.2f KiB/s
stats.write.throughput.mibs=寫入:%.2f MiB/s
stats.write.total.data.none=資料寫入:-
stats.write.total.data.kib=資料寫入:%.1f kiB
stats.write.total.data.kib=資料寫入:%.1f KiB
stats.write.total.data.mib=資料寫入:%.1f MiB
stats.write.total.data.gib=資料寫入:%.1f GiB
stats.encr.total.data.none=資料加密: -
stats.encr.total.data.kib=資料加密:%.1f kiB
stats.encr.total.data.kib=資料加密: %.1f KiB
stats.encr.total.data.mib=資料加密: %.1f MiB
stats.encr.total.data.gib=資料加密: %.1f GiB
stats.write.accessCount=總寫入: %d
@@ -351,13 +364,18 @@ main.vaultDetail.passwordSavedInKeychain=密碼已儲存
main.vaultDetail.unlockedStatus=已解鎖
main.vaultDetail.accessLocation=加密庫的內容可以在這裏存取
main.vaultDetail.revealBtn=展示磁碟
main.vaultDetail.copyUri=複製 URI
main.vaultDetail.lockBtn=鎖定
main.vaultDetail.bytesPerSecondRead=讀取:
main.vaultDetail.bytesPerSecondWritten=寫入:
main.vaultDetail.throughput.idle=閒置
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=加密庫統計數據
main.vaultDetail.locateEncryptedFileBtn=顯示加密檔案路徑
main.vaultDetail.locateEncryptedFileBtn.tooltip=選擇要顯示對應加密檔案路徑的加密檔案庫檔案
main.vaultDetail.encryptedPathsCopied=路徑已複製到剪貼簿
main.vaultDetail.filePickerTitle=從加密檔案庫中選擇檔案
### Missing
main.vaultDetail.missing.info=Cryptomator 無法在指定位置找到加密庫。
main.vaultDetail.missing.recheck=重新檢查
@@ -396,13 +414,17 @@ vaultOptions.general.startHealthCheckBtn=開始狀態檢查
## Mount
vaultOptions.mount=掛載
vaultOptions.mount.info=選項會依據掛載磁區類別而變更。
vaultOptions.mount.linkToPreferences=打開虛擬磁碟偏好設定
vaultOptions.mount.readonly=唯讀
vaultOptions.mount.customMountFlags=自訂掛載參數
vaultOptions.mount.winDriveLetterOccupied=已使用
vaultOptions.mount.mountPoint=掛載點
vaultOptions.mount.mountPoint.auto=自動選取合適的位置
vaultOptions.mount.mountPoint.driveLetter=使用指定的磁碟代號
vaultOptions.mount.mountPoint.custom=使用選擇的路徑
vaultOptions.mount.mountPoint.directoryPickerButton=選取…
vaultOptions.mount.mountPoint.directoryPickerTitle=選擇一個路徑
## Master Key
vaultOptions.masterkey=密碼
vaultOptions.masterkey.changePasswordBtn=更改密碼

View File

@@ -137,10 +137,10 @@ hub.auth.description=您將自動傳送到登入頁面。
hub.auth.loginLink=未轉送?點擊這裡打開
### Receive Key
hub.receive.message=處理著回應…
hub.receive.description=Cryptomator正在接收並處理來自Hub的回應 請等待。
hub.receive.description=Cryptomator 正在接收並處理來自 Hub 的回應 請等待。
### Register Device
hub.register.message=需要設備名稱
hub.register.description=似乎這是第一次Hub訪問此設備。為了識它以授權讀取,您需要命名此設備。
hub.register.description=似乎這是第一次 Hub 訪問此設備。為了識它以授權訪問,您需要命名此設備。
hub.register.nameLabel=設備名稱
hub.register.occupiedMsg=名稱已被使用
hub.register.registerBtn=確認
@@ -278,12 +278,12 @@ preferences.volume.type=磁區類別 (須重啟)
preferences.volume.type.automatic=自动
preferences.volume.docsTooltip=打開文檔以了解有關不同磁區類型更多信息。
preferences.volume.tcp.port=TCP 埠
preferences.volume.supportedFeatures=所選擇的磁區空間類別支援下列功能
preferences.volume.supportedFeatures=所選擇的磁區空間類別支援下列功能
preferences.volume.feature.mountAuto=自動選擇掛載路徑
preferences.volume.feature.mountToDir=使用自訂資料夾路徑來掛載
preferences.volume.feature.mountToDriveLetter=使用硬盤符號來當掛載路徑
preferences.volume.feature.mountFlags=自訂掛載選項
preferences.volume.feature.readOnly=只讀取掛載 (無法變更)
preferences.volume.feature.readOnly=唯讀掛載
## Updates
preferences.updates=更新
preferences.updates.currentVersion=目前版本:%s
@@ -306,27 +306,27 @@ stats.title=%s 統計數據
stats.cacheHitRate=快取命中率
## Read
stats.read.throughput.idle=讀取:閒置
stats.read.throughput.kibs=讀取:%.2f kiB/s
stats.read.throughput.kibs=讀取: %.2f KiB/s
stats.read.throughput.mibs=讀取:%.2f MiB/s
stats.read.total.data.none=資料讀取:無
stats.read.total.data.kib=資料讀取:%.1f kiB
stats.read.total.data.kib=資料讀取: %.1f KiB
stats.read.total.data.mib=資料讀取:%.1f MiB
stats.read.total.data.gib=資料讀取:%.1f GiB
stats.decr.total.data.none=資料解密:無
stats.decr.total.data.kib=資料解密:%.1f kiB
stats.decr.total.data.kib=資料解密: %.1f KiB
stats.decr.total.data.mib=資料解密:%.1f MiB
stats.decr.total.data.gib=資料解密:%.1f GiB
stats.read.accessCount=總讀取:%d
## Write
stats.write.throughput.idle=寫入:閒置
stats.write.throughput.kibs=寫入:%.2f kiB/s
stats.write.throughput.kibs=寫入:%.2f KiB/s
stats.write.throughput.mibs=寫入:%.2f MiB/s
stats.write.total.data.none=已寫入資料:-
stats.write.total.data.kib=資料寫入:%.1f kiB
stats.write.total.data.kib=資料寫入:%.1f KiB
stats.write.total.data.mib=資料寫入:%.1f MiB
stats.write.total.data.gib=資料寫入:%.1f GiB
stats.encr.total.data.none=資料加密:無
stats.encr.total.data.kib=資料加密:%.1f kiB
stats.encr.total.data.kib=資料加密: %.1f KiB
stats.encr.total.data.mib=資料加密:%.1f MiB
stats.encr.total.data.gib=資料加密:%.1f GiB
stats.write.accessCount=總寫入:%d
@@ -369,7 +369,7 @@ main.vaultDetail.lockBtn=鎖定
main.vaultDetail.bytesPerSecondRead=讀取:
main.vaultDetail.bytesPerSecondWritten=寫入:
main.vaultDetail.throughput.idle=閒置
main.vaultDetail.throughput.kbps=%.1f kiB/s
main.vaultDetail.throughput.kbps=%.1f KiB/s
main.vaultDetail.throughput.mbps=%.1f MiB/s
main.vaultDetail.stats=加密檔案庫統計
main.vaultDetail.locateEncryptedFileBtn=顯示加密檔案路徑
@@ -415,7 +415,7 @@ vaultOptions.general.startHealthCheckBtn=開始健康檢查
## Mount
vaultOptions.mount=掛載
vaultOptions.mount.info=選項會依據掛載磁區類別而變更
vaultOptions.mount.linkToPreferences=開啟虛擬硬盤設置
vaultOptions.mount.linkToPreferences=打開虛擬磁碟偏好設定
vaultOptions.mount.readonly=唯讀
vaultOptions.mount.customMountFlags=自訂掛載參數
vaultOptions.mount.winDriveLetterOccupied=已使用