diff --git a/src/main/resources/i18n/strings_ar.properties b/src/main/resources/i18n/strings_ar.properties index 95e6403e6..3efff8c6e 100644 --- a/src/main/resources/i18n/strings_ar.properties +++ b/src/main/resources/i18n/strings_ar.properties @@ -173,10 +173,15 @@ hub.registerSuccess.legacy.description=للدخول إلى الخزينة، يح ### Registration Failed hub.registerFailed.message=فشل تسجيل الجهاز hub.registerFailed.description.generic=حدث خطأ في عملية تسجيل الاسم. لمزيد من التفاصيل، راجع سجل التطبيق. +hub.registerFailed.description.deviceAlreadyExists=هذا الجهاز مسجل لمستخدم مختلف بالفعل. حاول تغيير حساب المستخدم أو استخدام جهاز مختلف. ### Unauthorized hub.unauthorized.message=تم رفض الوصول hub.unauthorized.description=لم يتم بعد منح الإذن لجهازك بالوصول إلى هذا المخزن. اطلب من مالك المخزن أن يأذن بذلك. ### Requires Account Initialization +hub.requireAccountInit.message=مطلوب اتخاذ إجراء +hub.requireAccountInit.description.0=للمتابعة، يرجى إكمال الخطوات المطلوبة في +hub.requireAccountInit.description.1=ملف تعريف المستخدم +hub.requireAccountInit.description.2=. ### License Exceeded hub.invalidLicense.message=ترخيص المركز غير صالح hub.invalidLicense.description=نموذج المركز Cryptomator الخاص بك لديه ترخيص غير صالح. الرجاء إبلاغ مسؤول مركز لترقية أو تجديد الترخيص. @@ -305,6 +310,9 @@ preferences.volume.fuseRestartRequired=لتطبيق التغييرات، يحت 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=تحديثات @@ -312,6 +320,13 @@ preferences.updates.currentVersion=الإصدار الحالي: %s preferences.updates.autoUpdateCheck=تحقق من التحديثات اوتوماتيكيا preferences.updates.checkNowBtn=تحقق الان preferences.updates.updateAvailable=التحديث إلى الإصدار %s متاح. +preferences.updates.lastUpdateCheck=آخر فحص: %s +preferences.updates.lastUpdateCheck.never=مطلقاً +preferences.updates.lastUpdateCheck.recently=مؤخراً +preferences.updates.lastUpdateCheck.daysAgo=منذ %s يوم +preferences.updates.lastUpdateCheck.hoursAgo=منذ %s ساعة +preferences.updates.checkFailed=فشل في البحث عن تحديثات البرنامج تحقق من اتصالك بالإنترنت أو حاول مرة أخرى لاحقاً. +preferences.updates.upToDate=Cryptomator محدث لاخر نسخة. ## Contribution preferences.contribute=ادعمنا @@ -331,13 +346,32 @@ stats.cacheHitRate=معدل استخدام الكاش 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 كيلوبايت +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.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.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.mib=البيانات المشفرة: %.1f ميجابايت +stats.encr.total.data.gib=البيانات المشفرة: %.1f جيجابايت +stats.write.accessCount=مجموع الكتابات: %d ## Accesses +stats.access.current=الوصول: %d +stats.access.total=مجموع الوصول: %d # Main Window @@ -355,6 +389,8 @@ main.vaultlist.contextMenu.unlockNow=افتح الان main.vaultlist.contextMenu.vaultoptions=إظهار خيارات المخزن main.vaultlist.contextMenu.reveal=اظهار القرص main.vaultlist.addVaultBtn=إضافة +main.vaultlist.addVaultBtn.menuItemNew=خزانة جديدة... +main.vaultlist.addVaultBtn.menuItemExisting=أضِف خزانة موجودة... ## Vault Detail ### Welcome main.vaultDetail.welcomeOnboarding=شكرا لاختيار Cryptomator لحماية ملفاتك. إذا كنت بحاجة إلى أية مساعدة، تحقق من دليل وتعليمات الإستخدام: @@ -364,14 +400,17 @@ main.vaultDetail.unlockBtn=فتح… main.vaultDetail.unlockNowBtn=فتح القفل الان main.vaultDetail.optionsBtn=خيارات المخزن main.vaultDetail.passwordSavedInKeychain=تم حفظ كلمة المرور +main.vaultDetail.share=مشاركة… ### Unlocked main.vaultDetail.unlockedStatus=مفتوح main.vaultDetail.accessLocation=يمكن الوصول إلى محتويات مخزنك هنا: main.vaultDetail.revealBtn=اظهار القرص +main.vaultDetail.copyUri=نسخ الرابط 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=تحديد موقع الملف المشفر @@ -387,6 +426,9 @@ main.vaultDetail.missing.changeLocation=تغيير موقع الخزنة… main.vaultDetail.migrateButton=ترقية الحافظة main.vaultDetail.migratePrompt=يجب ترقية المخزن الخاص بك إلى تنسيق جديد، قبل أن تتمكن من الوصول إليه ### Error +main.vaultDetail.error.info=حدث خطأ أثناء تحميل الخزانة من القرص الصلب. +main.vaultDetail.error.reload=إعادة تحميل +main.vaultDetail.error.windowTitle=خطأ في تحميل الخزنة # Wrong File Alert wrongFileAlert.title=كيفية تشفير الملفات @@ -402,24 +444,31 @@ wrongFileAlert.link=لمزيد من المساعدة، قم بزيارة ## General vaultOptions.general=عام vaultOptions.general.vaultName=اسم المخزن +vaultOptions.general.autoLock.lockAfterTimePart1=قفل عند الخمول لمدة vaultOptions.general.autoLock.lockAfterTimePart2=دقائق vaultOptions.general.unlockAfterStartup=فتح قفل المخزن عند بدء تشغيل Cryptomator 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.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=إختر مجلد vaultOptions.mount.volumeType.default=الافتراضي (%s) +vaultOptions.mount.volumeType.restartRequired=لاستخدام هذا النوع ‮من وحدة التخزين يحتاج Cryptomator إلى إعادة تشغيله. vaultOptions.mount.volume.tcp.port=منفذ TCP +vaultOptions.mount.volume.type=‮نوع وحدة التخزين ## Master Key vaultOptions.masterkey=كلمة المرور vaultOptions.masterkey.changePasswordBtn=تغيير كلمة المرور @@ -429,9 +478,12 @@ vaultOptions.masterkey.showRecoveryKeyBtn=عرض مفتاح الاسترداد vaultOptions.masterkey.recoverPasswordBtn=إعادة تعيين كلمة المرور ## Hub vaultOptions.hub=الإسترداد +vaultOptions.hub.convertInfo=يمكنك استخدام مفتاح الاسترداد لتحويل هذه خزانة Hub إلى خزانة تعتمد على كلمة مرور في حالة الطوارئ. +vaultOptions.hub.convertBtn=التحويل إلى خزانة قائمة على كلمة المرور # Recovery Key ## Display Recovery Key +recoveryKey.display.title=إظهار مفتاح الاسترداد recoveryKey.create.message=مطلوب كلمة المرور recoveryKey.create.description=أدخل كلمة المرور الخاصة بك لإظهار مفتاح الاسترداد ل "%s": recoveryKey.display.description=يمكن استخدام مفتاح الاسترداد التالي لاستعادة الوصول إلى "%s": @@ -439,12 +491,23 @@ recoveryKey.display.StorageHints=حافظ عليه في مكان ما آمن ج ## Reset Password ### Enter Recovery Key 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=إعادة الضبط ### Recovery Key Password Reset Success +recoveryKey.recover.resetSuccess.message=تم إعادة تعيين كلمة المرور بنجاح +recoveryKey.recover.resetSuccess.description=يمكنك فتح الخزانة الخاصة بك بكلمة المرور الجديدة. # Convert Vault +convertVault.title=تحويل الخزانة +convertVault.convert.convertBtn.before=حوّل +convertVault.convert.convertBtn.processing=جاري التحويل… +convertVault.success.message=تم التحويل بنجاح +convertVault.hubToPassword.success.description=يمكنك الآن فتح الخزانة باستخدام كلمة المرور المختارة دون الحاجة إلى الوصول إلى Hub. # New Password newPassword.promptText=أدخل كلمة مرور جديدة @@ -459,13 +522,46 @@ passwordStrength.messageLabel.3=قوية passwordStrength.messageLabel.4=قوية جداً # Quit +quit.title=إغلاق التطبيق +quit.message=هناك خزانات مفتوحة +quit.description=يرجى تأكيد رغبتك في الخروج. سيقوم Cryptomator بقفل جميع الخزائن غير المقفلة بشكل آمن لمنع فقدان البيانات. quit.lockAndQuitBtn=قفل و خروج # Forced Quit +quit.forced.message=بعض الخزائن لم أتمكن من قفلها +quit.forced.description=تم حظر قفل الخزنات بسبب العمليات المعلقة أو الملفات المفتوحة. يمكنك فرض قفل الخزنات المتبقية، ولكن قد يؤدي مقاطعة عمليات الإدخال/الإخراج إلى فقدان البيانات غير المحفوظة. +quit.forced.forceAndQuitBtn=فرض وإغلاق # Update Reminder +updateReminder.title=التحقق من التحديث +updateReminder.message=التحقق من التحديثات؟ +updateReminder.description=ابقَ على اطلاع بأحدث الميزات، وإصلاحات الأخطاء، وتحسينات الأمان. نوصي بالتحقق التلقائي من التحديثات. +updateReminder.notNow=ليس الآن +updateReminder.yesOnce=نعم، مرة واحدة +updateReminder.yesAutomatically=نعم، تلقائياً #Dokany Support End +dokanySupportEnd.title=إشعار بإيقاف الدعم +dokanySupportEnd.message=انتهاء الدعم لـDokany +dokanySupportEnd.description=نوع وحدة التخزين Dokany لم يعد مدعوماً من قبل Cryptomator. تم تعديل إعداداتك لاستخدام نوع وحدة التخزين الافتراضي الآن. يمكنك عرض النوع الافتراضي في التفضيلات. dokanySupportEnd.preferencesBtn=فتح التفضيلات # Share Vault +shareVault.title=مشاركة الخزانة +shareVault.message=هل ترغب في مشاركة خزانتك مع الآخرين؟ +shareVault.description=كن حذرًا دائمًا عند مشاركة خزانتك مع الآخرين. باختصار، اتبع هذه الخطوات: +shareVault.instruction.1=1. شارك الوصول إلى مجلد الخزانة المشفر عبر التخزين السحابي. +shareVault.instruction.2=2. شارك كلمة مرور الخزانة بطريقة آمنة. +shareVault.remarkBestPractices=لمزيد من المعلومات، تحقق من اقتراحات أفضل الممارسات في مستنداتنا. +shareVault.docsTooltip=افتح وثائق البرنامج Documentation لتعلم المزيد عن مشاركة الخزائن. +shareVault.hubAd.description=الطريقة الآمنة للعمل ضمن الفرق +shareVault.hubAd.keyManagement=• إدارة المفاتيح بدون معرفة +shareVault.hubAd.authentication=• مصادقة قوية +shareVault.hubAd.encryption=• التشفير من الطرف إلى الطرف +shareVault.visitHub=زيارة Cryptomator Hub + +shareVault.hub.message=كيفية مشاركة خزانة Hub +shareVault.hub.description=لمشاركة محتوى الخزانة مع عضو آخر في الفريق، عليك القيام بخطوتين: +shareVault.hub.instruction.1=1. شارك الوصول إلى مجلد الخزانة المشفر عبر التخزين السحابي. +shareVault.hub.instruction.2=2. امنح الوصول لعضو الفريق في Cryptomator Hub. +shareVault.hub.openHub=زيارة Cryptomator Hub \ No newline at end of file diff --git a/src/main/resources/i18n/strings_de.properties b/src/main/resources/i18n/strings_de.properties index aa51d6d45..d3d9fab3f 100644 --- a/src/main/resources/i18n/strings_de.properties +++ b/src/main/resources/i18n/strings_de.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Diagnoseprotokoll aktivieren preferences.general.debugDirectory=Protokolldateien anzeigen preferences.general.autoStart=Cryptomator beim Systemstart starten preferences.general.keychainBackend=Passwörter speichern mit +preferences.general.quickAccessService=Die entsperrten Tresore zum Schnellzugriff hinzufügen ## Interface preferences.interface=Benutzeroberfläche preferences.interface.theme=Erscheinungsbild @@ -541,6 +542,7 @@ updateReminder.yesOnce=Ja, einmalig updateReminder.yesAutomatically=Ja, automatisch #Dokany Support End +dokanySupportEnd.message=Ende der Unterstützung für Dokany dokanySupportEnd.preferencesBtn=Einstellungen öffnen # Share Vault diff --git a/src/main/resources/i18n/strings_el.properties b/src/main/resources/i18n/strings_el.properties index aee61cd50..b8ca2a2bb 100644 --- a/src/main/resources/i18n/strings_el.properties +++ b/src/main/resources/i18n/strings_el.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Ενεργοποίηση καταγραφής preferences.general.debugDirectory=Αποκάλυψη αρχείων καταγραφής preferences.general.autoStart=Εκκίνηση Cryptomator στην εκκίνηση του συστήματος preferences.general.keychainBackend=Αποθήκευση κωδικού πρόσβασης με +preferences.general.quickAccessService=Προσθήκη ξεκλειδωμένων Κρυπτών στην περιοχή γρήγορης πρόσβασης ## Interface preferences.interface=Διεπαφή preferences.interface.theme=Εμφάνιση & Αίσθηση diff --git a/src/main/resources/i18n/strings_es.properties b/src/main/resources/i18n/strings_es.properties index b008c7926..86e6baf75 100644 --- a/src/main/resources/i18n/strings_es.properties +++ b/src/main/resources/i18n/strings_es.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Habilitar registro de depuración preferences.general.debugDirectory=Revelar archivos de registro preferences.general.autoStart=Cargar Cryptomator al iniciar el sistema preferences.general.keychainBackend=Guardar contraseñas con +preferences.general.quickAccessService=Añadir bóvedas desbloqueadas al área de acceso rápido ## Interface preferences.interface=Interfaz preferences.interface.theme=Apariencia diff --git a/src/main/resources/i18n/strings_fa.properties b/src/main/resources/i18n/strings_fa.properties index 312965093..cf5e58112 100644 --- a/src/main/resources/i18n/strings_fa.properties +++ b/src/main/resources/i18n/strings_fa.properties @@ -92,6 +92,7 @@ lock.forced.retryBtn=تلاش مجدد # Preferences ## General +preferences.general.quickAccessService=خزانه های قفل نشده را به دسترسی سریع اضافه کنید ## Interface ## Volume ## Updates @@ -119,6 +120,7 @@ main.closeBtn.tooltip=ببند main.supporterCertificateMissing.tooltip=لطفا کمک مالی در نظر بگیرند ## Vault List main.vaultlist.contextMenu.lock=قفل +main.vaultlist.addVaultBtn=اضافه کردن ## Vault Detail ### Welcome ### Locked diff --git a/src/main/resources/i18n/strings_fil.properties b/src/main/resources/i18n/strings_fil.properties index 844491c97..6cd0a2b4c 100644 --- a/src/main/resources/i18n/strings_fil.properties +++ b/src/main/resources/i18n/strings_fil.properties @@ -141,6 +141,7 @@ unlock.error.customPath.description.hideawayNotDir=Ang pansamantalang nakatagong unlock.error.customPath.description.couldNotBeCleaned=Hindi ma-mount ang iyong vault sa path na "%s". Pakisubukang muli o pumili ng ibang landas. unlock.error.customPath.description.notEmptyDir=Ang custom na mount path na "%s" ay hindi isang walang laman na folder. Mangyaring pumili ng isang walang laman na folder at subukang muli. unlock.error.customPath.description.generic=Pumili ka ng custom na mount path para sa vault na ito, ngunit nabigo ang paggamit nito sa mensaheng: %2$s +unlock.error.restartRequired.message=Hindi mabuksan ang vault unlock.error.title=Hindi mabuksan ang "%s" ## Hub hub.noKeychain.message=Hindi ma-access ang key ng device @@ -157,10 +158,18 @@ hub.receive.description=Ang Cryptomator ay tumatanggap at nagpoproseso ng tugon hub.register.message=Bagong Device hub.register.nameLabel=Pangalan ng device hub.register.invalidAccountKeyLabel=Di-wastong Account Key +hub.register.registerBtn=Magparehistro ### Register Device Legacy +hub.register.legacy.occupiedMsg=Ang pangalan ay nagamit na ### Registration Success +hub.registerSuccess.message=Rehistrado na ang device +hub.registerSuccess.description=Ang iyong device ay matagumpay sa pag rehistrado. Maaari mo nang buksan ang vault. hub.registerSuccess.unlockBtn=I-unlock +hub.registerSuccess.legacy.description=Para ma-access ang vault, kailangang pahintulutan ng may-ari ng vault ang iyong device. ### Registration Failed +hub.registerFailed.message=Ang pag rehistrado ng device ay pumalya +hub.registerFailed.description.generic=Nagkaroon ng error sa proseso ng pag registrado. Para sa higit pang mga detalye, tingnan ang log ng aplikasyon. +hub.registerFailed.description.deviceAlreadyExists=Ang device na ito ay registrado na sa ibang user. Subukang palitan ang user account o gumamit ng ibang device. ### Unauthorized hub.unauthorized.message=Walang pahintulot hub.unauthorized.description=Hindi pa pinahihintulutan ang iyong device na i-access ang vault na ito. Hilingin sa may-ari ng vault na pahintulutan ito. @@ -305,6 +314,11 @@ preferences.updates.currentVersion=Kasalukuyang Bersyon: %s preferences.updates.autoUpdateCheck=Awtomatikong suriin ang mga update preferences.updates.checkNowBtn=Tingnan ngayon preferences.updates.updateAvailable=Available ang update sa bersyong %s. +preferences.updates.lastUpdateCheck=Huling pagsusuri: %s +preferences.updates.lastUpdateCheck.never=hindi kailanman +preferences.updates.lastUpdateCheck.recently=kamakailan +preferences.updates.lastUpdateCheck.daysAgo=%s araw ang lumipas +preferences.updates.lastUpdateCheck.hoursAgo=%s oras ang lumipas ## Contribution preferences.contribute=Suportahan Kami @@ -516,3 +530,10 @@ updateReminder.yesAutomatically=Oo, Awtomatiko dokanySupportEnd.preferencesBtn=Buksan ang Mga Kagustuhan # Share Vault +shareVault.title=Ibahagi ang Vault +shareVault.message=Gusto mo bang ibahagi ang iyong vault sa iba? +shareVault.description=Maingat palagi pag binabahagi ang iyong vault sa ibang tao. Sa maikling salita, sundin ang mga hakbangin: +shareVault.visitHub=Pagbisita ang Cryptomator Hub + +shareVault.hub.message=Paano ibahagi ang Hub vault +shareVault.hub.openHub=Buksan ang Cryptomator Hub \ No newline at end of file diff --git a/src/main/resources/i18n/strings_fr.properties b/src/main/resources/i18n/strings_fr.properties index a55a1ce71..b61906737 100644 --- a/src/main/resources/i18n/strings_fr.properties +++ b/src/main/resources/i18n/strings_fr.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Activer les logs debug preferences.general.debugDirectory=Afficher le journal preferences.general.autoStart=Lancer Cryptomator au démarrage du système preferences.general.keychainBackend=Stocker les mots de passe avec +preferences.general.quickAccessService=Ajouter les coffres déverrouillés à la zone d'accès rapide ## Interface preferences.interface=Interface preferences.interface.theme=Apparence diff --git a/src/main/resources/i18n/strings_it.properties b/src/main/resources/i18n/strings_it.properties index de660cbe1..0f1cf05ea 100644 --- a/src/main/resources/i18n/strings_it.properties +++ b/src/main/resources/i18n/strings_it.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Abilita la registrazione di debug preferences.general.debugDirectory=Rivela i file di registro preferences.general.autoStart=Avvia Cryptomator all'avvio del sistema preferences.general.keychainBackend=Memorizza le password con +preferences.general.quickAccessService=Aggiungi cassaforte sbloccata all'area di accesso rapido ## Interface preferences.interface=Interfaccia preferences.interface.theme=Aspetto @@ -331,7 +332,7 @@ preferences.updates.upToDate=Cryptomator è aggiornato. ## Contribution preferences.contribute=Supportaci preferences.contribute.registeredFor=Certificato del sostenitore registrato per %s -preferences.contribute.noCertificate=Supporta Cryptomator e ricevi il certificato da sostenitore. È come una chiave di licenza me per persone fantastiche che usano un software gratuito. ;-) +preferences.contribute.noCertificate=Supporta Cryptomator e ricevi un certificato di supporter. È come una chiave di licenza, ma per persone fantastiche che utilizzano software libero. ;-) preferences.contribute.getCertificate=Non ne hai ancora uno? Scopri come puoi ottenerlo. preferences.contribute.promptText=Incolla qui il codice del certificato da sostenitore #<-- Add entries for donations and code/translation/documentation contribution --> diff --git a/src/main/resources/i18n/strings_ja.properties b/src/main/resources/i18n/strings_ja.properties index 9006dc0eb..9ae514c4d 100644 --- a/src/main/resources/i18n/strings_ja.properties +++ b/src/main/resources/i18n/strings_ja.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=ログを有効にする preferences.general.debugDirectory=ログ ファイルを表示 preferences.general.autoStart=システム開始時に Cryptomator を起動する preferences.general.keychainBackend=次を利用してパスワードを保存する +preferences.general.quickAccessService=解錠された金庫をクイックアクセス領域に追加 ## Interface preferences.interface=インターフェース preferences.interface.theme=外観 @@ -541,6 +542,8 @@ updateReminder.yesOnce=はい、一度だけ updateReminder.yesAutomatically=自動的に行う #Dokany Support End +dokanySupportEnd.title=サポート廃止の通知 +dokanySupportEnd.message=Dokany のサポート終了 dokanySupportEnd.preferencesBtn=環境設定を開く # Share Vault diff --git a/src/main/resources/i18n/strings_ko.properties b/src/main/resources/i18n/strings_ko.properties index 31b5cc4e9..d56066090 100644 --- a/src/main/resources/i18n/strings_ko.properties +++ b/src/main/resources/i18n/strings_ko.properties @@ -60,6 +60,10 @@ addvaultwizard.new.validCharacters.numbers=숫자 addvaultwizard.new.validCharacters.dashes=대시 (%s) 또는 언더바 (%s) ### Expert Settings addvaultwizard.new.expertSettings.enableExpertSettingsCheckbox=전문가용 설정 활성화 +addvaultwizard.new.expertSettings.shorteningThreshold.invalid=36과 220 사이 숫자를 입력해주세요 (기본값: 220) +addvaultwizard.new.expertSettings.shorteningThreshold.tooltip=더 자세한 정보는 관련 문서에서 볼 수 있습니다. +addvaultwizard.new.expertSettings.shorteningThreshold.title=암호화된 파일명의 최대 길이 +addvaultwizard.new.expertSettings.shorteningThreshold.valid=유효 ### Password addvaultwizard.new.createVaultBtn=Vault 생성 addvaultwizard.new.generateRecoveryKeyChoice=비밀번호가 없으면 데이터에 접근할 수 없습니다. 비밀번호를 잊었을 때를 대비한 복구 키를 원하십니까? @@ -128,13 +132,21 @@ unlock.success.revealBtn=드라이브 표시 ## Hub hub.noKeychain.openBtn=설정 열기 ### Waiting +hub.auth.message=인증 대기중… ### Receive Key ### Register Device +hub.register.message=새 기기 hub.register.nameLabel=기기 이름 +hub.register.invalidAccountKeyLabel=유효하지 않은 계정 키 +hub.register.registerBtn=등록 ### Register Device Legacy +hub.register.legacy.occupiedMsg=이미 사용 중인 이름 ### Registration Success +hub.registerSuccess.message=기기 등록됨 hub.registerSuccess.unlockBtn=잠금해제 ### Registration Failed +hub.registerFailed.message=기기 등록 실패 +hub.registerFailed.description.generic=등록 중에 에러가 발생했습니다. 앱 로그에서 자세한 정보를 확인할 수 있습니다. ### Unauthorized hub.unauthorized.message=액세스 거부 hub.unauthorized.description=귀하의 기기는 아직 이 저장소에 액세스할 수 있는 권한이 없습니다. Vault 소유자에게 승인을 요청하세요. @@ -162,6 +174,7 @@ migration.start.text=Vault "%s"를 현재 버전의 Cryptomator에서 열기 위 migration.start.remarkUndone=이 업그레이드는 되돌릴 수 없습니다. migration.start.remarkVersions=과거 버전의 Cryptomator는 업그레이드된 vault를 열 수 없습니다. migration.start.remarkCanRun=이 vault를 열 때 사용하는 모든 장치가 현재 버전의 Cryptomator를 실행할 수 있는지 확인해야 합니다. +migration.start.remarkSynced=업그레이드하기 전에 해당 vault가 모든 기기에 정상적으로 동기화되어야 합니다. migration.start.confirm=나는 위 정보를 읽고 정말 이해했습니다. ## Run migration.run.enterPassword="%s"의 비밀번호를 입력하십시요. @@ -207,11 +220,23 @@ 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.exportBtn=보고서 내보내기 ## Result view +health.result.severityFilter.all=모든 상태 표시 +health.result.severityFilter.good=양호 health.result.severityFilter.warn=경고 +health.result.severityFilter.crit=심각 +health.result.severityTip.good=상태: 양호\n정상적인 vault 구조를 가지고 있습니다. +health.result.severityTip.crit=상태: 심각\nVault 구조가 손상되었습니다. 데이터 손실이 발생했습니다. +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=문제 해결이 성공적으로 완료되었습니다 @@ -243,6 +268,7 @@ preferences.interface.showTrayIcon=트레이 아이콘 보기 (재시작 필요) ## Volume preferences.volume=가상 드라이브 preferences.volume.type.automatic=자동 +preferences.volume.tcp.port=기본 TCP 포트 preferences.volume.supportedFeatures=현재 선택한 볼륨 타입은 다음과 같은 기능들을 지원합니다: preferences.volume.feature.mountToDir=마운트할 폴더 지정 preferences.volume.feature.mountToDriveLetter=마운트할 드라이브 문자 @@ -254,6 +280,13 @@ preferences.updates.currentVersion=현재 버전: %s preferences.updates.autoUpdateCheck=자동으로 업데이트 확인 preferences.updates.checkNowBtn=지금 확인 preferences.updates.updateAvailable=버전 %s의 업데이트가 가능합니다. +preferences.updates.lastUpdateCheck=마지막 확인: %s +preferences.updates.lastUpdateCheck.never=확인 안함 +preferences.updates.lastUpdateCheck.recently=최근 +preferences.updates.lastUpdateCheck.daysAgo=%s일 전 +preferences.updates.lastUpdateCheck.hoursAgo=%s 시간 전 +preferences.updates.checkFailed=업데이트를 확인할 수 없습니다. 인터넷 상태를 확인하거나 나중에 시도해주세요. +preferences.updates.upToDate=현재 최신 버전의 Cryptomator를 사용하고 있습니다. ## Contribution preferences.contribute=후원하기 @@ -326,6 +359,7 @@ main.vaultDetail.unlockBtn=잠금해제... main.vaultDetail.unlockNowBtn=지금 잠금해제 main.vaultDetail.optionsBtn=Vault 옵션 main.vaultDetail.passwordSavedInKeychain=비밀번호 저장됨 +main.vaultDetail.share=공유하기 ### Unlocked main.vaultDetail.unlockedStatus=잠금해제됨 main.vaultDetail.accessLocation=이 Vault의 내용은 다음의 경로에서 접근할 수 있습니다: @@ -385,6 +419,7 @@ vaultOptions.mount.mountPoint.driveLetter=드라이브 문자를 지정하여 vaultOptions.mount.mountPoint.custom=선택한 디렉토리 사용 vaultOptions.mount.mountPoint.directoryPickerButton=선택 vaultOptions.mount.mountPoint.directoryPickerTitle=디렉토리 선택 +vaultOptions.mount.volume.tcp.port=TCP 포트 ## Master Key vaultOptions.masterkey=비밀번호 vaultOptions.masterkey.changePasswordBtn=비밀번호 변경 diff --git a/src/main/resources/i18n/strings_nl.properties b/src/main/resources/i18n/strings_nl.properties index 4971fbd90..29c3b9d6c 100644 --- a/src/main/resources/i18n/strings_nl.properties +++ b/src/main/resources/i18n/strings_nl.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Debug logging aanzetten preferences.general.debugDirectory=Logboekbestanden bekijken preferences.general.autoStart=Start Cryptomator als het systeem opstart preferences.general.keychainBackend=Bewaar wachtwoorden met +preferences.general.quickAccessService=Voeg ontgrendelde kluizen toe aan snelle toegang ## Interface preferences.interface=Uiterlijk preferences.interface.theme=Uiterlijk diff --git a/src/main/resources/i18n/strings_pa.properties b/src/main/resources/i18n/strings_pa.properties index 3ad3f8ec3..9ddb49098 100644 --- a/src/main/resources/i18n/strings_pa.properties +++ b/src/main/resources/i18n/strings_pa.properties @@ -318,5 +318,7 @@ quit.lockAndQuitBtn=ਲਾਕ ਕਰੋ ਤੇ ਬਾਹਰ ਜਾਓ # Update Reminder #Dokany Support End +dokanySupportEnd.title=ਬਰਤਰਫ਼ੀ ਨੋਟਿਸ +dokanySupportEnd.preferencesBtn=ਪਸੰਦੀਦਾ ਖੋਲ੍ਹੋ # Share Vault diff --git a/src/main/resources/i18n/strings_pl.properties b/src/main/resources/i18n/strings_pl.properties index c1f1b4433..f22f6338b 100644 --- a/src/main/resources/i18n/strings_pl.properties +++ b/src/main/resources/i18n/strings_pl.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Włącz logowanie w trybie debug preferences.general.debugDirectory=Pokaż pliki logowania preferences.general.autoStart=Uruchom Cryptomator po uruchomieniu systemu preferences.general.keychainBackend=Przechowuj hasła za pomocą +preferences.general.quickAccessService=Dodaj odblokowane sejfy do paska szybkiego dostępu ## Interface preferences.interface=Interfejs preferences.interface.theme=Wygląd @@ -325,6 +326,8 @@ preferences.updates.lastUpdateCheck.never=nigdy preferences.updates.lastUpdateCheck.recently=niedawno preferences.updates.lastUpdateCheck.daysAgo=%s dni temu preferences.updates.lastUpdateCheck.hoursAgo=%s godzin temu +preferences.updates.checkFailed=Nieudana próba sprawdzenia aktualizacji. Sprawdź połączenie z internetem i spróbuj ponownie. +preferences.updates.upToDate=Cryptomator jest aktualny. ## Contribution preferences.contribute=Wesprzyj nas @@ -539,6 +542,9 @@ updateReminder.yesOnce=Tak, raz updateReminder.yesAutomatically=Tak, automatycznie #Dokany Support End +dokanySupportEnd.title=Informacja o wycofaniu +dokanySupportEnd.message=Koniec wsparcia dla Dokany +dokanySupportEnd.description=Typ udziału Dokany nie jest już wspierany przez Cryptomator. Twoje ustawienia zostały dostosowane do domyślnego typu udziału. Możesz sprawdzić jaki jest domyślny typ w ustawieniach. dokanySupportEnd.preferencesBtn=Otwórz ustawienia # Share Vault diff --git a/src/main/resources/i18n/strings_pt.properties b/src/main/resources/i18n/strings_pt.properties index 9c7a30a2e..856834222 100644 --- a/src/main/resources/i18n/strings_pt.properties +++ b/src/main/resources/i18n/strings_pt.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Ativar o registo de erros preferences.general.debugDirectory=Mostrar ficheiros de registo preferences.general.autoStart=Iniciar o Cryptomator no início do sistema preferences.general.keychainBackend=Guardar palavras-passe com +preferences.general.quickAccessService=Adicionar cofres desbloqueados à área de acesso rápido ## Interface preferences.interface=Interface preferences.interface.theme=Aspecto e Ambiente diff --git a/src/main/resources/i18n/strings_pt_BR.properties b/src/main/resources/i18n/strings_pt_BR.properties index 54ecc3fac..f2e00e1e5 100644 --- a/src/main/resources/i18n/strings_pt_BR.properties +++ b/src/main/resources/i18n/strings_pt_BR.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Ativar log de debug preferences.general.debugDirectory=Mostrar arquivos de log preferences.general.autoStart=Iniciar o Cryptomator ao inicializar o sistema preferences.general.keychainBackend=Armazenar senhas com +preferences.general.quickAccessService=Adicione cofres desbloqueados à área de acesso rápido ## Interface preferences.interface=Interface preferences.interface.theme=Aparência diff --git a/src/main/resources/i18n/strings_ru.properties b/src/main/resources/i18n/strings_ru.properties index f0875d488..898a42704 100644 --- a/src/main/resources/i18n/strings_ru.properties +++ b/src/main/resources/i18n/strings_ru.properties @@ -15,12 +15,12 @@ generic.button.next=Далее generic.button.print=Печать # Error -error.message=Ошибка: %s -error.description=Произошла непредвиденная ситуация. Попробуйте найти уже имеющиеся решения этой ошибки. Если об этой ошибке ещё не сообщали, то сообщите вы. +error.message=Произошла ошибка +error.description=Cryptomator не ожидал, что это произойдёт. Вы можете найти существующие решения по этой ошибке. Или, если об этом ещё не сообщалось, то не стесняйтесь это сделать. error.hyperlink.lookup=Найти ошибку -error.hyperlink.report=Сообщить об ошибке +error.hyperlink.report=Сообщить об этой ошибке error.technicalDetails=Подробности: -error.existingSolutionDescription=Произошло неожиданное событие. Однако мы нашли решение этой проблемы. Ознакомьтесь с ним по ссылке. +error.existingSolutionDescription=Cryptomator не ожидал, что это произойдёт. Однако, мы нашли существующее решение по этой проблеме. Пожалуйста, ознакомьтесь с ним по ссылке. error.hyperlink.solution=Найти решение error.lookupPermissionMessage=Cryptomator может поискать решение этой проблемы в Интернете. Для этого будет отправлен запрос о проблеме в нашу базу данных с вашего IP-адреса. error.dismiss=Отклонить diff --git a/src/main/resources/i18n/strings_sk.properties b/src/main/resources/i18n/strings_sk.properties index 774cb463b..cf99bbaf4 100644 --- a/src/main/resources/i18n/strings_sk.properties +++ b/src/main/resources/i18n/strings_sk.properties @@ -279,6 +279,7 @@ preferences.general.debugLogging=Povoliť logovanie chýb preferences.general.debugDirectory=Ukázať súbory logov preferences.general.autoStart=Spustiť Cryptomator pri štarte systému preferences.general.keychainBackend=Uložiť heslá v +preferences.general.quickAccessService=Pridať odomknuté trezory na plochu rýchleho prístupu ## Interface preferences.interface=Rozhranie preferences.interface.theme=Vzhľad a pocit diff --git a/src/main/resources/i18n/strings_sv.properties b/src/main/resources/i18n/strings_sv.properties index 3af501f5d..c2ffd6c5f 100644 --- a/src/main/resources/i18n/strings_sv.properties +++ b/src/main/resources/i18n/strings_sv.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=Aktivera loggning för felsökning preferences.general.debugDirectory=Visa loggfiler preferences.general.autoStart=Starta Cryptomator vid systemstart preferences.general.keychainBackend=Spara lösenord med +preferences.general.quickAccessService=Lägg till olåsta valv till snabbåtkomstområdet ## Interface preferences.interface=Gränssnitt preferences.interface.theme=Utseende & känsla diff --git a/src/main/resources/i18n/strings_tr.properties b/src/main/resources/i18n/strings_tr.properties index 43a837261..c51f68125 100644 --- a/src/main/resources/i18n/strings_tr.properties +++ b/src/main/resources/i18n/strings_tr.properties @@ -20,7 +20,7 @@ error.description=Cryptomator bunun olmasını beklemiyordu. Bu hata için mevcu error.hyperlink.lookup=Bu hatayı araştır error.hyperlink.report=Bu hatayı bildir error.technicalDetails=Detaylar: -error.existingSolutionDescription=Cryptomator bunun olmasını beklemiyordu. Ancak bu hata için hali hazırda bir çözüm olduğunu bulduk. Lütfen aşağıdaki bağlantıya göz atın. +error.existingSolutionDescription=Cryptomator bunun olmasını beklemiyordu. Ancak bu hata için mevcut bir çözüm bulduk. Lütfen aşağıdaki bağlantıya bir göz atın. error.hyperlink.solution=Çözüme bak error.lookupPermissionMessage=Cryptomator bu soruna çevrimiçi bir çözüm arayabilir. Bu, sorun veritabanımıza IP adresinizden bir istek gönderecektir. error.dismiss=Yoksay @@ -50,7 +50,7 @@ addvaultwizard.new.locationInstruction=Cryptomator kasanızın şifreli dosyalar addvaultwizard.new.locationLoading=Varsayılan bulut depolama dizinleri için yerel dosya sistemi denetleniyor… addvaultwizard.new.locationLabel=Depolama konumu addvaultwizard.new.locationPrompt=… -addvaultwizard.new.directoryPickerLabel=Diğer konum +addvaultwizard.new.directoryPickerLabel=Özel konum addvaultwizard.new.directoryPickerButton=Seç… addvaultwizard.new.directoryPickerTitle=Dizin Seç addvaultwizard.new.fileAlreadyExists=Kasa adına sahip bir dosya veya dizin zaten mevcut @@ -110,7 +110,7 @@ removeVault.confirmBtn=Kasayı Sil # Change Password changepassword.title=Şifreyi Değiştir changepassword.enterOldPassword="%s" için mevcut şifreyi girin -changepassword.finalConfirmation=Şifremi unutursam verilerime ulaşamayacağımın farkındayım +changepassword.finalConfirmation=Şifremi unuttuğum takdirde verilerime erişemeyeceğimi anlıyorum # Forget Password forgetPassword.title=Şifreyi Unut @@ -445,7 +445,7 @@ wrongFileAlert.link=Daha fazla yardım için, ziyaret edin: vaultOptions.general=Genel vaultOptions.general.vaultName=Kasa Adı vaultOptions.general.autoLock.lockAfterTimePart1=Boşta olduğunda kilitle -vaultOptions.general.autoLock.lockAfterTimePart2=dk +vaultOptions.general.autoLock.lockAfterTimePart2=dakika vaultOptions.general.unlockAfterStartup=Cryptomator başlatıldığında kasayı aç vaultOptions.general.actionAfterUnlock=Başarılı kilit açmanın ardından vaultOptions.general.actionAfterUnlock.ignore=Hiçbir şey yapma @@ -541,6 +541,9 @@ updateReminder.yesOnce=Evet, tek seferlik updateReminder.yesAutomatically=Evet, otomatik olarak #Dokany Support End +dokanySupportEnd.title=Destek sonlandırma bildirimi +dokanySupportEnd.message=Dokany için destek sonu +dokanySupportEnd.description=Dokany birim türü artık Cryptomator tarafından desteklenmiyor. Ayarlarınız artık varsayılan birim türünü kullanacak şekilde ayarlanmıştır. Varsayılan birim türünü tercihlerde görüntüleyebilirsiniz. dokanySupportEnd.preferencesBtn=Özellikleri Aç # Share Vault diff --git a/src/main/resources/i18n/strings_ur.properties b/src/main/resources/i18n/strings_ur.properties new file mode 100644 index 000000000..050c78dc7 --- /dev/null +++ b/src/main/resources/i18n/strings_ur.properties @@ -0,0 +1,118 @@ +# Locale Specific CSS files such as CJK, RTL,... + +# Generics +## Button + +# Error + +# Defaults + +# Tray Menu + +# Add Vault Wizard +## New +### Name +### Location +### Expert Settings +### Password +### Information +## Existing +## Success + +# Remove Vault + +# Change Password + +# Forget Password + +# Unlock +## Select +## Success +## Failure +## Hub +### Waiting +### Receive Key +### Register Device +### Register Device Legacy +### Registration Success +### Registration Failed +### Unauthorized +### Requires Account Initialization +### License Exceeded + +# Lock +## Force +## Failure + +# Migration +## Start +## Run +## Success +## Missing file system capabilities +## Impossible + +# Health Check +## Start +## Start Failure +## Check Selection +## Detail view +## Result view +## Fix Application + +# Preferences +## General +## Interface +## Volume +## Updates + +## Contribution +#<-- Add entries for donations and code/translation/documentation contribution --> + +## About + +# Vault Statistics +## Read +## Write + +## Accesses + + +# Main Window +## Vault List +## Vault Detail +### Welcome +### Locked +### Unlocked +### Missing +### Needs Migration +### Error + +# Wrong File Alert + +# Vault Options +## General + +## Mount +## Master Key +## Hub + +# Recovery Key +## Display Recovery Key +## Reset Password +### Enter Recovery Key +### Reset Password +### Recovery Key Password Reset Success + +# Convert Vault + +# New Password + +# Quit + +# Forced Quit + +# Update Reminder + +#Dokany Support End + +# Share Vault diff --git a/src/main/resources/i18n/strings_zh.properties b/src/main/resources/i18n/strings_zh.properties index 5aeb00968..829d01cca 100644 --- a/src/main/resources/i18n/strings_zh.properties +++ b/src/main/resources/i18n/strings_zh.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=启用调试日志 preferences.general.debugDirectory=显示日志文件 preferences.general.autoStart=开机自动启动 preferences.general.keychainBackend=存储密码方式 +preferences.general.quickAccessService=将已解锁的保险库添加到快速访问区域 ## Interface preferences.interface=用户界面 preferences.interface.theme=界面外观 diff --git a/src/main/resources/i18n/strings_zh_TW.properties b/src/main/resources/i18n/strings_zh_TW.properties index 831d26f89..99663cb3a 100644 --- a/src/main/resources/i18n/strings_zh_TW.properties +++ b/src/main/resources/i18n/strings_zh_TW.properties @@ -287,6 +287,7 @@ preferences.general.debugLogging=啟用除錯日誌 preferences.general.debugDirectory=顯示日誌檔 preferences.general.autoStart=系統啟動時同時啟動 Cryptomator preferences.general.keychainBackend=儲存密碼使用 +preferences.general.quickAccessService=將已解鎖的檔案庫加入快捷工具區 ## Interface preferences.interface=介面 preferences.interface.theme=外觀 @@ -541,6 +542,9 @@ updateReminder.yesOnce=是,僅一次 updateReminder.yesAutomatically=是,自動 #Dokany Support End +dokanySupportEnd.title=棄用通知 +dokanySupportEnd.message=對Dokany檔案系統結束支援 +dokanySupportEnd.description=Cryptomator 不再支援 Dokany 檔案系統。已將您的設定調整為使用預設的檔案系統類型。您可以在偏好設定中查看預設的檔案系統類型。 dokanySupportEnd.preferencesBtn=開啟偏好設定 # Share Vault